/* ==========================================================================
Skin website
============================================================================= */
/*========================================================================== */
/* ==========================================================================
 Colors
 ========================================================================== */
/*
@gray-darker: 					#33495A; //darken(spin(@gray-base, -10), 20%);
@gray-dark: 					#555555; //darken(spin(@gray-base, -5), 10%);
@gray: 							#6D6868; //greyscale(@brand-primary);#555059
@gray-light: 					#9d9e9e; //lighten(spin(@gray-base, 5), 10%);
@gray-lighter: 					#F2F4F4; //lighten(spin(@gray-base, 10), 20%);
*/
/* ==========================================================================
Scaffolding Variables
 ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Open+Sans:400,600,700|Source+Sans+Pro:600');
@-webkit-keyframes blink {
  0% {
    border-color: #000;
  }
  50% {
    border-color: #000;
  }
  100% {
    border-color: #000;
  }
}
@-moz-keyframes blink {
  0% {
    border-color: #000;
  }
  50% {
    border-color: #000;
  }
  100% {
    border-color: #000;
  }
}
@-ms-keyframes blink {
  0% {
    border-color: #000;
  }
  50% {
    border-color: #000;
  }
  100% {
    border-color: #000;
  }
}
.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*
 * Mixins Dropdown
 * --------------------------------------------------
 */
/*
 * Off Canvas
 * --------------------------------------------------
 */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class .btn-menu as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 * based on: A collection of animating CSS-only hamburger menu icons. View demo [here](http://callmenick.com/_development/css-hamburger-menu-icons/).
 */
@keyframes htx {
  from {
    background: #fff;
  }
}
@keyframes xth {
  from {
    background: transparent;
  }
}
/*responsive-utilitie add*/
@media (max-width: 558px) {
  .hidden-tiny {
    display: none !important;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: #000;
}
mark {
  background: #fff;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #000;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ==========================================================================
Components website
============================================================================= */
/* 
@breadcrumb-height: 					(ceil(@breadcrumb-font-size * @breadcrumb-line-height) + (@breadcrumb-padding-vertical * 2) + 2);
@breadcrumb-height-small: 				(ceil(@breadcrumb-font-size * @breadcrumb-line-height) + (@padding-base-vertical * 2) + 2); 
*/
.breadcrumb-wrapper {
  position: relative;
  background-color: #fff;
  /* enkel bg voor mobile
	&:not(.search) {
		@media (max-width: @grid-float-breakpoint-max) {
		}
	}
	*/
}
.breadcrumb-wrapper.is-touch .breadcrumb {
  overflow-x: scroll;
}
.breadcrumb-wrapper .fade-navs.fade-left,
.breadcrumb-wrapper .fade-navs.fade-right {
  position: relative;
}
.breadcrumb-wrapper .fade-navs.fade-left > .btn-scroll.next:after,
.breadcrumb-wrapper .fade-navs.fade-right > .btn-scroll.next:after,
.breadcrumb-wrapper .fade-navs.fade-left > .btn-scroll.prev:after,
.breadcrumb-wrapper .fade-navs.fade-right > .btn-scroll.prev:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
}
.breadcrumb-wrapper .fade-navs.fade-left > .btn-scroll.next,
.breadcrumb-wrapper .fade-navs.fade-right > .btn-scroll.next {
  right: -5px;
}
.breadcrumb-wrapper .fade-navs.fade-left > .btn-scroll.next:after,
.breadcrumb-wrapper .fade-navs.fade-right > .btn-scroll.next:after {
  right: 100%;
  background-image: -webkit-linear-gradient(left, rgba(242, 244, 244, 0) 0%, #f2f4f4 100%);
  background-image: -o-linear-gradient(left, rgba(242, 244, 244, 0) 0%, #f2f4f4 100%);
  background-image: linear-gradient(to right, rgba(242, 244, 244, 0) 0%, #f2f4f4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f2f4f4', endColorstr='#fff2f4f4', GradientType=1);
}
.breadcrumb-wrapper .fade-navs.fade-left > .btn-scroll.prev,
.breadcrumb-wrapper .fade-navs.fade-right > .btn-scroll.prev {
  left: -5px;
}
.breadcrumb-wrapper .fade-navs.fade-left > .btn-scroll.prev:after,
.breadcrumb-wrapper .fade-navs.fade-right > .btn-scroll.prev:after {
  left: 100%;
  background-image: -webkit-linear-gradient(left, #f2f4f4 0%, rgba(242, 244, 244, 0) 100%);
  background-image: -o-linear-gradient(left, #f2f4f4 0%, rgba(242, 244, 244, 0) 100%);
  background-image: linear-gradient(to right, #f2f4f4 0%, rgba(242, 244, 244, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f4f4', endColorstr='#00f2f4f4', GradientType=1);
}
.btn-scroll.next {
  position: relative;
}
.btn-scroll.next:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-scroll.next:before {
  color: #000;
}
.btn-scroll.next:before {
  font-size: 20px;
}
.btn-scroll.next > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.btn-scroll.prev {
  position: relative;
}
.btn-scroll.prev:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f104";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-scroll.prev:before {
  color: #000;
}
.btn-scroll.prev:before {
  font-size: 20px;
}
.btn-scroll.prev > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.btn-scroll.next,
.btn-scroll.prev {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 0;
  padding: 0px;
  position: relative;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 15;
  display: none;
}
.btn-scroll.next:focus,
.btn-scroll.prev:focus,
.btn-scroll.next:active:focus,
.btn-scroll.prev:active:focus,
.btn-scroll.next.active:focus,
.btn-scroll.prev.active:focus,
.btn-scroll.next.focus,
.btn-scroll.prev.focus,
.btn-scroll.next:active.focus,
.btn-scroll.prev:active.focus,
.btn-scroll.next.active.focus,
.btn-scroll.prev.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-scroll.next:active,
.btn-scroll.prev:active,
.btn-scroll.next.active,
.btn-scroll.prev.active {
  outline: 0;
  background-image: none;
}
.btn-scroll.next.disabled,
.btn-scroll.prev.disabled,
.btn-scroll.next[disabled],
.btn-scroll.prev[disabled],
fieldset[disabled] .btn-scroll.next,
fieldset[disabled] .btn-scroll.prev {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-scroll.next.disabled,
a.btn-scroll.prev.disabled,
fieldset[disabled] a.btn-scroll.next,
fieldset[disabled] a.btn-scroll.prev {
  pointer-events: none;
}
.btn-scroll.next:before,
.btn-scroll.prev:before {
  color: #000;
}
.btn-scroll.next:hover,
.btn-scroll.prev:hover {
  text-decoration: none;
}
.btn-scroll.next:before,
.btn-scroll.prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.breadcrumb {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Remove the default scrollbar for WebKit implementations */
  position: relative;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li {
  position: relative;
  padding-left: 0px;
  /* 
	> a, 
	> span {
		position: relative;
		z-index: 2;
	} 
	*/
}
.breadcrumb > li + li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eab0";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.breadcrumb > li + li:before {
  color: #000;
}
.breadcrumb > li + li:before {
  font-size: 4px;
}
.breadcrumb > li + li:before {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0px;
  text-align: center;
}
.breadcrumb > li > a {
  display: inline-block;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb > li {
  /*  
		//opmaak selected
		&.selected {
			&.breadcrumb-home {
				> a {
					&, 
					&:hover, 
					&:focus {
						.icon-color-variant(
							@icon-color: @link-hover-color;
							@icon-color-position: left;
						);
					}
				}
			}
			color: @link-hover-color;
			> a, 
			> span {
				&, 
				&:hover, 
				&:focus {
					color: @link-hover-color;
				}
			}
		} 
		*/
}
.breadcrumb > li.breadcrumb-home {
  position: relative;
}
.breadcrumb > li.breadcrumb-home > a {
  position: relative;
}
.breadcrumb > li.breadcrumb-home > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e88b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.breadcrumb > li.breadcrumb-home > a:before {
  color: #000;
}
.breadcrumb > li.breadcrumb-home > a:before {
  font-size: 18px;
}
.breadcrumb > li.breadcrumb-home > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.breadcrumb > li.breadcrumb-home > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.breadcrumb > li.breadcrumb-home > a:hover:before,
.breadcrumb > li.breadcrumb-home > a:focus:before {
  color: inherit;
}
.breadcrumb > li.breadcrumb-home > a:hover,
.breadcrumb > li.breadcrumb-home > a:focus {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-home:before {
  font-size: 18px;
}
.breadcrumb > li.breadcrumb-home:before {
  position: absolute;
  z-index: 1;
  top: 23px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.breadcrumb > li.breadcrumb-home > a,
.breadcrumb > li.breadcrumb-home > span {
  color: #000;
}
.breadcrumb > li.breadcrumb-home:hover:before {
  color: #000;
}
.breadcrumb > li.breadcrumb-home:hover > a {
  color: #000;
}
.breadcrumb > li.breadcrumb-home > a,
.breadcrumb > li.breadcrumb-home > span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.breadcrumb > li > a,
.breadcrumb > li > span {
  display: inline-block;
  margin-bottom: 0px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  line-height: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: padding, color;
  -moz-transition-property: padding, color;
  -o-transition-property: padding, color;
  transition-property: padding, color;
  padding: 21px 0;
  font-size: 16px;
  line-height: 1.25;
  /* @media (max-width: @grid-float-breakpoint-max) {
				.pv(@padding-base-vertical);
			} */
  color: #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.breadcrumb > li > a:focus,
.breadcrumb > li > span:focus,
.breadcrumb > li > a:active:focus,
.breadcrumb > li > span:active:focus,
.breadcrumb > li > a.active:focus,
.breadcrumb > li > span.active:focus,
.breadcrumb > li > a.focus,
.breadcrumb > li > span.focus,
.breadcrumb > li > a:active.focus,
.breadcrumb > li > span:active.focus,
.breadcrumb > li > a.active.focus,
.breadcrumb > li > span.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.breadcrumb > li > a:active,
.breadcrumb > li > span:active,
.breadcrumb > li > a.active,
.breadcrumb > li > span.active {
  outline: 0;
  background-image: none;
}
.breadcrumb > li > a.disabled,
.breadcrumb > li > span.disabled,
.breadcrumb > li > a[disabled],
.breadcrumb > li > span[disabled],
fieldset[disabled] .breadcrumb > li > a,
fieldset[disabled] .breadcrumb > li > span {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.breadcrumb > li > a.disabled,
a.breadcrumb > li > span.disabled,
fieldset[disabled] a.breadcrumb > li > a,
fieldset[disabled] a.breadcrumb > li > span {
  pointer-events: none;
}
.breadcrumb > li > a,
.breadcrumb > li > span,
.breadcrumb > li > a:active,
.breadcrumb > li > span:active,
.breadcrumb > li > a.active,
.breadcrumb > li > span.active,
.breadcrumb > li > a[disabled],
.breadcrumb > li > span[disabled],
fieldset[disabled] .breadcrumb > li > a,
fieldset[disabled] .breadcrumb > li > span {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.breadcrumb > li > a,
.breadcrumb > li > span,
.breadcrumb > li > a:hover,
.breadcrumb > li > span:hover,
.breadcrumb > li > a:focus,
.breadcrumb > li > span:focus,
.breadcrumb > li > a:active,
.breadcrumb > li > span:active {
  border-color: transparent;
}
.breadcrumb > li > a:hover,
.breadcrumb > li > span:hover,
.breadcrumb > li > a:focus,
.breadcrumb > li > span:focus {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
.breadcrumb > li > a[disabled]:hover,
.breadcrumb > li > span[disabled]:hover,
fieldset[disabled] .breadcrumb > li > a:hover,
fieldset[disabled] .breadcrumb > li > span:hover,
.breadcrumb > li > a[disabled]:focus,
.breadcrumb > li > span[disabled]:focus,
fieldset[disabled] .breadcrumb > li > a:focus,
fieldset[disabled] .breadcrumb > li > span:focus {
  color: #000;
  text-decoration: none;
}
.breadcrumb > li.active {
  color: #000;
}
.breadcrumb > li.active > a,
.breadcrumb > li.active > span,
.breadcrumb > li.active > a:hover,
.breadcrumb > li.active > span:hover,
.breadcrumb > li.active > a:focus,
.breadcrumb > li.active > span:focus {
  cursor: default;
  color: #000;
  text-decoration: none;
}
.breadcrumb > li + li {
  position: relative;
  padding-left: 16px;
  /* 
	> a, 
	> span {
		position: relative;
		z-index: 2;
	} 
	*/
  padding-left: 41px;
}
.breadcrumb > li + li:before {
  font-size: 4px;
}
.breadcrumb > li + li:before {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  text-align: center;
}
.breadcrumb > li + li:before {
  width: 41px;
  font-size: 18px;
  content: "/";
  font-family: 'Open Sans', sans-serif;
}
.nav-meta {
  line-height: 1;
  /*
			.list-inline(
				@has-icon-inline;
				@list-gutter:(@grid-gutter-width);
				@icon-inline;
				@icon-inline-color: @text-color;
				@icon-inline-size: @icon-inline-size;
				@icon-position: @icon-position;
			);
			*/
  /*
			.list-overview-style(
				@list-overview-style: list;
				@list-overview-type: azlist;
			);
*/
}
.nav-meta > li {
  display: inline-block;
}
.nav-meta > li > a {
  /*
					.btn-link(
						@btn-link-color: @text-color;
						@btn-link-hover-color: @color1-base;
						@is-hover;
					);
					.button-size(
						@padding-vertical: @meta-padding-vertical; 
						@padding-horizontal: 0;
						@font-size: @meta-font-size; 
						@line-height: @meta-line-height; 
						@border-radius: @border-radius-base;
					);
					*/
}
.nav-meta > li > a:hover,
.nav-meta > li > a:focus {
  text-decoration: none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 235px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 6px 12px rgba(51, 73, 90, 0.17);
  box-shadow: none;
}
.dropdown-menu > li > a,
.column-dropdown > li > a {
  color: #000;
  background: #fff;
  display: block;
  clear: both;
  line-height: 2;
  white-space: normal;
  padding: 10px 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.column-dropdown > li > a:hover,
.column-dropdown > li > a:focus {
  text-decoration: none;
  color: #000;
  background-color: #fff;
}
.dropdown-menu > li > a:hover:before,
.dropdown-menu > li > a:focus:before,
.column-dropdown > li > a:hover:before,
.column-dropdown > li > a:focus:before {
  color: #000;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus,
.column-dropdown > li.active > a,
.column-dropdown > li.active > a:hover,
.column-dropdown > li.active > a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #fff;
}
.dropdown-menu > li.disabled > a,
.dropdown-menu > li.disabled > a:hover,
.dropdown-menu > li.disabled > a:focus,
.column-dropdown > li.disabled > a,
.column-dropdown > li.disabled > a:hover,
.column-dropdown > li.disabled > a:focus {
  color: #000;
}
.dropdown-menu > li.disabled > a:hover,
.dropdown-menu > li.disabled > a:focus,
.column-dropdown > li.disabled > a:hover,
.column-dropdown > li.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
/* ==========================================================================
 MODULE :: SEARCH + Filter styling
 ========================================================================== */
.box-search input.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: none;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  background: #fff;
  border-color: #000;
  -webkit-border-radius: 0 0 0 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 0 0 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 0 0 0 !important;
  background-clip: padding-box !important;
}
.box-search input.form-control:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.box-search input.form-control:focus:-ms-input-placeholder {
  color: #000;
}
.box-search input.form-control:focus::-webkit-input-placeholder {
  color: #000;
}
.box-search .btn-filter {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  font-family: "icomoon", 'Lato', sans-serif;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
  height: 50px;
}
.box-search .btn-filter:focus,
.box-search .btn-filter:active:focus,
.box-search .btn-filter.active:focus,
.box-search .btn-filter.focus,
.box-search .btn-filter:active.focus,
.box-search .btn-filter.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.box-search .btn-filter:active,
.box-search .btn-filter.active {
  outline: 0;
  background-image: none;
}
.box-search .btn-filter.disabled,
.box-search .btn-filter[disabled],
fieldset[disabled] .box-search .btn-filter {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.box-search .btn-filter.disabled,
fieldset[disabled] a.box-search .btn-filter {
  pointer-events: none;
}
.box-search .btn-filter:before {
  color: #000;
}
.box-search .btn-filter:hover {
  text-decoration: none;
}
.box-search .btn-filter:focus,
.box-search .btn-filter.focus,
.box-search .btn-filter:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.box-search .btn-filter:active,
.box-search .btn-filter.active,
.open > .dropdown-toggle.box-search .btn-filter {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.box-search .btn-filter:active:hover,
.box-search .btn-filter.active:hover,
.open > .dropdown-toggle.box-search .btn-filter:hover,
.box-search .btn-filter:active:focus,
.box-search .btn-filter.active:focus,
.open > .dropdown-toggle.box-search .btn-filter:focus,
.box-search .btn-filter:active.focus,
.box-search .btn-filter.active.focus,
.open > .dropdown-toggle.box-search .btn-filter.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.box-search .btn-filter:active,
.box-search .btn-filter.active,
.open > .dropdown-toggle.box-search .btn-filter {
  background-image: none;
}
.box-search .btn-filter.disabled:hover,
.box-search .btn-filter[disabled]:hover,
fieldset[disabled] .box-search .btn-filter:hover,
.box-search .btn-filter.disabled:focus,
.box-search .btn-filter[disabled]:focus,
fieldset[disabled] .box-search .btn-filter:focus,
.box-search .btn-filter.disabled.focus,
.box-search .btn-filter[disabled].focus,
fieldset[disabled] .box-search .btn-filter.focus {
  background-color: #fff;
  border-color: #000;
}
.box-search .btn-filter .badge {
  color: #000;
  background-color: #fff;
}
.header-filters {
  position: relative;
}
.header-filters .filter-info {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 6px;
  padding-bottom: 6px;
}
.header-filters .filter-info.has-rows > .heading {
  float: none;
  width: auto;
  position: relative;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 18px !important;
}
.header-filters .filter-info > .heading {
  float: left;
  width: 220px;
  font-size: 20px;
  margin-bottom: 18px;
  display: block;
  line-height: 1.1;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: #000;
  margin-bottom: 0px !important;
  line-height: 54px;
  line-height: 2.381;
  /*
				.icon-alt(
					@icon-symbol: @icon-filter;
					@icon-position;
					@icon-color: @icon-base-color;
				);
				.icon-alt-position(
					@icon-position-horizontal;
					@icon-position-vertical;
					@icon-position;
					@text-padding:(@icon-width + 5)  + @padding-xs-horizontal;
					@icon-align: vcenter;
				);
				*/
}
.header-filters .filter-info .list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-left: -11px;
  margin-right: -12px;
}
.header-filters .filter-info .list > li {
  display: inline-block;
  padding-left: 11.5px;
  padding-right: 11.5px;
}
.header-filters .filter-info .list > li > a {
  display: inline-block;
}
.header-filters .filter-info .list.has-rows {
  text-align: center;
}
.header-filters .filter-info .list > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-filters .filter-info .list > li > a {
  display: inline-block;
  padding: 2.5px 10px;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
}
.header-filters .filter-info .list > li > a:hover,
.header-filters .filter-info .list > li > a:focus {
  text-decoration: none;
}
.header-filters .filter-info .list > li > a:hover:not(a),
.header-filters .filter-info .list > li > a:focus:not(a) {
  cursor: default;
}
.header-filters .filter-info .list > li > a:hover,
.header-filters .filter-info .list > li > a:focus {
  color: #000;
  background-color: #fff;
}
.header-filters .filter-info .list > li.active > a {
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
}
.header-filters .filter-info .list > li.active > a:hover,
.header-filters .filter-info .list > li.active > a:focus {
  color: #000;
  background-color: #fff;
}
.header-filters .filter-info .list.filter-list-status > li > a {
  position: relative;
  /* raadsel waarom dit er stond.. :-)
			& when not (@text-padding = 0) and not (@btn-text) {
				.pl(@icon-width);
				&:before {
					.r(0);
				}
			} 
			*/
  padding-left: 30px;
}
.header-filters .filter-info .list.filter-list-status > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f055";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header-filters .filter-info .list.filter-list-status > li > a:before {
  color: inherit;
}
.header-filters .filter-info .list.filter-list-status > li > a:before {
  font-size: 18px;
}
.header-filters .filter-info .list.filter-list-status > li > a > span:first-of-type {
  padding-left: 5px;
}
.header-filters .filter-info .list.filter-list-status > li > a > span {
  display: inline-block;
}
.header-filters .filter-info .list.filter-list-status > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.header-filters .filter-info .list.filter-list-status > li > a:hover:before,
.header-filters .filter-info .list.filter-list-status > li > a:focus:before {
  color: inherit;
}
.header-filters .filter-info .list.filter-list-status > li > a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-filters .filter-info .list.filter-list-status > li > a:before {
  position: absolute;
  left: 10px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.header-filters .filter-info .list.filter-list-status > li > a > span:first-of-type {
  padding-left: 0px;
}
.header-filters .filter-info .list.filter-list-status > li > a > span:only-of-type {
  display: inline-block;
}
.header-filters .filter-info .list.filter-list-status > li > a:hover,
.header-filters .filter-info .list.filter-list-status > li > a:focus {
  position: relative;
}
.header-filters .filter-info .list.filter-list-status > li > a:hover:before,
.header-filters .filter-info .list.filter-list-status > li > a:focus:before {
  font-size: 20px;
}
.header-filters .filter-info .list.filter-list-status > li > a:hover:before,
.header-filters .filter-info .list.filter-list-status > li > a:focus:before {
  position: absolute;
  left: 8px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.header-filters .filter-info .list.filter-list-status > li > a:hover:before,
.header-filters .filter-info .list.filter-list-status > li > a:focus:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
}
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a,
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:focus {
  position: relative;
}
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:before,
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:focus:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f056";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:before,
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:focus:before {
  color: inherit;
}
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:before,
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:focus:before {
  font-size: 20px;
}
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:before,
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:focus:before {
  position: absolute;
  left: 8px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:before,
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:focus:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
}
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:hover {
  position: relative;
}
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:hover:before {
  font-size: 18px;
}
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:hover:before {
  position: absolute;
  left: 10px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.header-filters .filter-info .list.filter-list-status > li.filter-choice.active > a:hover:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}
.header-filters .filter-info .list.sort-list .btn-sort {
  position: relative;
  padding-right: 30px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.header-filters .filter-info .list.sort-list .btn-sort:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f107";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header-filters .filter-info .list.sort-list .btn-sort:after {
  color: inherit;
}
.header-filters .filter-info .list.sort-list .btn-sort:after {
  font-size: 18px;
}
.header-filters .filter-info .list.sort-list .btn-sort > span:last-of-type {
  padding-right: 5px;
}
.header-filters .filter-info .list.sort-list .btn-sort > span {
  display: inline-block;
}
.header-filters .filter-info .list.sort-list .btn-sort:after {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.header-filters .filter-info .list.sort-list .btn-sort:hover:after,
.header-filters .filter-info .list.sort-list .btn-sort:focus:after {
  color: inherit;
}
.header-filters .filter-info .list.sort-list .btn-sort:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-filters .filter-info .list.sort-list .btn-sort:after {
  position: absolute;
  right: 10px;
  text-align: right;
  -webkit-transition-property: color, font-size, top, right;
  -moz-transition-property: color, font-size, top, right;
  -o-transition-property: color, font-size, top, right;
  transition-property: color, font-size, top, right;
}
.header-filters .filter-info .list.sort-list .btn-sort > span:last-of-type {
  padding-right: 0px;
}
.header-filters .filter-info .list.sort-list .btn-sort > span:only-of-type {
  display: inline-block;
}
.header-filters .filter-info .list.sort-list .btn-sort.asc:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f106";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header-filters .filter-info .list.sort-list .btn-sort.asc:after {
  color: inherit;
}
.header-filters .cloud-filter-info {
  border-bottom-color: transparent;
}
.header-filters .btn-filter-delete-all {
  position: relative;
  padding: 1px 5px;
  font-size: 16px;
  line-height: 32px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  position: absolute;
  right: 0;
  top: 0;
}
.header-filters .btn-filter-delete-all:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e613";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header-filters .btn-filter-delete-all:before {
  color: inherit;
}
.header-filters .btn-filter-delete-all:before {
  font-size: 14px;
}
.header-filters .btn-filter-delete-all > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.header-filters .btn-filter-delete-all:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.header-filters .btn-filter-delete-all:hover:before,
.header-filters .btn-filter-delete-all:focus:before {
  color: inherit;
}
.calendar-popup {
  display: none;
  position: relative;
  margin-bottom: 36px;
}
.box-filter .calendar .calendar-dates > tbody > tr > td > a,
.box-filter .calendar .calendar-dates > tbody > tr > td > span {
  color: #000;
}
.box-filter .calendar .calendar-dates > tbody > tr > td > a:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td > a:focus {
  color: #000;
  background: #fff;
}
.box-filter .calendar .calendar-dates > tbody > tr > td.active > a,
.box-filter .calendar .calendar-dates > tbody > tr > td.active > a:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td.active > a:focus {
  color: #000;
  background: #fff;
}
.box-filter .calendar .calendar-dates > tbody > tr > td.currentday > a,
.box-filter .calendar .calendar-dates > tbody > tr > td.currentday > a:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td.currentday > a:focus {
  color: #000 !important;
  background-color: #fff !important;
}
.box-filter .calendar .calendar-dates > tbody > tr > td.has-event > a {
  color: #000;
  background: #fff;
}
.box-filter .calendar .calendar-dates > tbody > tr > td.has-event > a:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td.has-event > a:focus {
  color: #000;
  background-color: #fff;
}
.box-filter .calendar .calendar-dates > tbody > tr > td.has-event.active > a,
.box-filter .calendar .calendar-dates > tbody > tr > td.has-event.active > a:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td.has-event.active > a:focus {
  color: #000;
  background-color: #fff;
}
.box-filter .calendar .calendar-dates > tbody > tr > td.nextmonth > span,
.box-filter .calendar .calendar-dates > tbody > tr > td.previousmonth > span,
.box-filter .calendar .calendar-dates > tbody > tr > td.nextmonth > a,
.box-filter .calendar .calendar-dates > tbody > tr > td.previousmonth > a {
  color: #000;
  display: none !important;
}
.box-filter .calendar .calendar-dates > tbody > tr > td.past:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td.past:focus,
.box-filter .calendar .calendar-dates > tbody > tr > td.past > span,
.box-filter .calendar .calendar-dates > tbody > tr > td.past > span:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td.past > span:focus,
.box-filter .calendar .calendar-dates > tbody > tr > td.past > a,
.box-filter .calendar .calendar-dates > tbody > tr > td.past > a:hover,
.box-filter .calendar .calendar-dates > tbody > tr > td.past > a:focus {
  color: #000;
}
@media (min-width: 559px) {
  .box-calendar {
    max-width: 500px;
    position: relative;
    display: inline-block;
    left: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    text-align: left;
  }
}
.box-calendar .calendar .calendar-dates > tbody > tr > td > a,
.box-calendar .calendar .calendar-dates > tbody > tr > td > span {
  color: #000;
}
.box-calendar .calendar .calendar-dates > tbody > tr > td > a:hover,
.box-calendar .calendar .calendar-dates > tbody > tr > td > a:focus {
  color: #000;
  background: #fff;
}
.box-calendar .calendar .calendar-dates > tbody > tr > td.active > a,
.box-calendar .calendar .calendar-dates > tbody > tr > td.active > a:hover,
.box-calendar .calendar .calendar-dates > tbody > tr > td.active > a:focus {
  color: #000;
  background: #fff;
}
.box-calendar .calendar .calendar-dates > tbody > tr > td.currentday > a,
.box-calendar .calendar .calendar-dates > tbody > tr > td.currentday > a:hover,
.box-calendar .calendar .calendar-dates > tbody > tr > td.currentday > a:focus {
  color: #000 !important;
  background-color: #fff !important;
}
.box-calendar .calendar .calendar-dates > tbody > tr > td.has-event > a {
  color: #000;
  background: #fff;
}
.box-calendar .calendar .calendar-dates > tbody > tr > td.has-event > a:hover,
.box-calendar .calendar .calendar-dates > tbody > tr > td.has-event > a:focus {
  color: #000;
  background-color: #fff;
}
.box-calendar .calendar .calendar-dates > tbody > tr > td.has-event.active > a,
.box-calendar .calendar .calendar-dates > tbody > tr > td.has-event.active > a:hover,
.box-calendar .calendar .calendar-dates > tbody > tr > td.has-event.active > a:focus {
  color: #000;
  background-color: #fff;
}
.box-calendar .calendar .calendar-dates > tbody > tr > td.nextmonth > span,
.box-calendar .calendar .calendar-dates > tbody > tr > td.previousmonth > span,
.box-calendar .calendar .calendar-dates > tbody > tr > td.nextmonth > a,
.box-calendar .calendar .calendar-dates > tbody > tr > td.previousmonth > a {
  color: #000;
  display: none !important;
}
.box-calendar .calendar .calendar-dates > tbody > tr > td.past:hover,
.box-calendar .calendar .calendar-dates > tbody > tr > td.past:focus,
.box-calendar .calendar .calendar-dates > tbody > tr > td.past > span,
.box-calendar .calendar .calendar-dates > tbody > tr > td.past > span:hover,
.box-calendar .calendar .calendar-dates > tbody > tr > td.past > span:focus,
.box-calendar .calendar .calendar-dates > tbody > tr > td.past > a,
.box-calendar .calendar .calendar-dates > tbody > tr > td.past > a:hover,
.box-calendar .calendar .calendar-dates > tbody > tr > td.past > a:focus {
  color: #000;
}
.calendar {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 558px) {
  .calendar {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .calendar > .table {
    margin-bottom: 0px;
  }
  .calendar > .table > thead > tr > th,
  .calendar > .table > tbody > tr > th,
  .calendar > .table > tfoot > tr > th,
  .calendar > .table > thead > tr > td,
  .calendar > .table > tbody > tr > td,
  .calendar > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .calendar > .table-bordered {
    border: 0;
  }
  .calendar > .table-bordered > thead > tr > th:first-child,
  .calendar > .table-bordered > tbody > tr > th:first-child,
  .calendar > .table-bordered > tfoot > tr > th:first-child,
  .calendar > .table-bordered > thead > tr > td:first-child,
  .calendar > .table-bordered > tbody > tr > td:first-child,
  .calendar > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .calendar > .table-bordered > thead > tr > th:last-child,
  .calendar > .table-bordered > tbody > tr > th:last-child,
  .calendar > .table-bordered > tfoot > tr > th:last-child,
  .calendar > .table-bordered > thead > tr > td:last-child,
  .calendar > .table-bordered > tbody > tr > td:last-child,
  .calendar > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .calendar > .table-bordered > tbody > tr:last-child > th,
  .calendar > .table-bordered > tfoot > tr:last-child > th,
  .calendar > .table-bordered > tbody > tr:last-child > td,
  .calendar > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.calendar > .calendar-btns {
  text-align: center;
}
.calendar .calendar-dates {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 18px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.calendar .calendar-dates > thead > tr > th,
.calendar .calendar-dates > tbody > tr > th,
.calendar .calendar-dates > tfoot > tr > th,
.calendar .calendar-dates > thead > tr > td,
.calendar .calendar-dates > tbody > tr > td,
.calendar .calendar-dates > tfoot > tr > td {
  padding: 8px;
  line-height: 2;
  vertical-align: top;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.calendar .calendar-dates > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #000;
  text-align: left;
}
.calendar .calendar-dates > tbody + tbody {
  border-top: 2px solid #000;
}
.calendar .calendar-dates .table {
  background-color: #fff;
}
.calendar .calendar-dates > thead > tr > th,
.calendar .calendar-dates > tbody > tr > th,
.calendar .calendar-dates > tfoot > tr > th,
.calendar .calendar-dates > thead > tr > td,
.calendar .calendar-dates > tbody > tr > td,
.calendar .calendar-dates > tfoot > tr > td {
  padding: 5px;
}
.calendar .calendar-dates .calender-header > tr > th {
  vertical-align: middle;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
}
.calendar .calendar-dates > tbody > tr > td {
  text-align: center;
  padding: 5px;
}
.calendar .calendar-dates > tbody > tr > td > a,
.calendar .calendar-dates > tbody > tr > td > span {
  display: inline-block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
@media (min-width: 559px) and (max-width: 1299px) {
  .calendar .calendar-dates > tbody > tr > td > a,
  .calendar .calendar-dates > tbody > tr > td > span {
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.calendar .calendar-dates > tbody > tr > td > a:hover,
.calendar .calendar-dates > tbody > tr > td > a:focus {
  text-decoration: none;
}
.calendar .calendar-dates > tbody > tr > td.currentday > a,
.calendar .calendar-dates > tbody > tr > td.currentday > a:hover,
.calendar .calendar-dates > tbody > tr > td.currentday > a:focus {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.calendar .calendar-dates > tbody > tr > td.past:hover,
.calendar .calendar-dates > tbody > tr > td.past:focus,
.calendar .calendar-dates > tbody > tr > td.past > span,
.calendar .calendar-dates > tbody > tr > td.past > span:hover,
.calendar .calendar-dates > tbody > tr > td.past > span:focus,
.calendar .calendar-dates > tbody > tr > td.past > a,
.calendar .calendar-dates > tbody > tr > td.past > a:hover,
.calendar .calendar-dates > tbody > tr > td.past > a:focus {
  background-color: transparent;
  cursor: not-allowed;
}
.calendar-nav {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.calendar-nav > div {
  display: table-cell;
  vertical-align: middle;
}
.calendar-nav > div > a {
  position: relative;
}
.calendar-nav > div > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\b005";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.calendar-nav > div > a:before {
  color: inherit;
}
.calendar-nav > div > a:before {
  font-size: 18px;
}
.calendar-nav > div > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.calendar-nav > div > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.calendar-nav > div > a:hover:before,
.calendar-nav > div > a:focus:before {
  color: inherit;
}
.calendar-nav > div.calendar-fastprev {
  text-align: right;
}
.calendar-nav > div.calendar-fastprev > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f100";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.calendar-nav > div.calendar-fastprev > a:before {
  color: inherit;
}
.calendar-nav > div.calendar-prev {
  text-align: right;
  width: 20px;
}
.calendar-nav > div.calendar-prev > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f104";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.calendar-nav > div.calendar-prev > a:before {
  color: inherit;
}
.calendar-nav > div.calendar-date {
  text-align: center;
  width: 180px;
  padding-left: 23px;
  padding-right: 23px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.calendar-nav > div.calendar-fastnext {
  text-align: left;
}
.calendar-nav > div.calendar-fastnext > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f101";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.calendar-nav > div.calendar-fastnext > a:before {
  color: inherit;
}
.calendar-nav > div.calendar-next {
  text-align: left;
  width: 20px;
}
.calendar-nav > div.calendar-next > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.calendar-nav > div.calendar-next > a:before {
  color: inherit;
}
.calendar-nav > div > a {
  display: block;
}
.calendar-nav > div > a:hover,
.calendar-nav > div > a:focus {
  text-decoration: none;
}
.calendar-nav > div > a:hover:before,
.calendar-nav > div > a:focus:before {
  color: #000;
}
.btn-sort {
  white-space: normal;
  position: relative;
  padding-right: 43px;
}
.btn-sort:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f107";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-sort:after {
  color: #000;
}
.btn-sort:after {
  font-size: 18px;
}
.btn-sort > span:last-of-type {
  padding-right: 5px;
}
.btn-sort > span {
  display: inline-block;
}
.btn-sort:after {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.btn-sort:hover:after,
.btn-sort:focus:after {
  color: inherit;
}
.btn-sort:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-sort:after {
  position: absolute;
  right: 23px;
  text-align: right;
  -webkit-transition-property: color, font-size, top, right;
  -moz-transition-property: color, font-size, top, right;
  -o-transition-property: color, font-size, top, right;
  transition-property: color, font-size, top, right;
}
.btn-sort > span:last-of-type {
  padding-right: 0px;
}
.btn-sort > span:only-of-type {
  display: inline-block;
}
.btn-sort.asc:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f106";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-sort.asc:after {
  color: #000;
}
.archive-wrapper {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
}
.archive-wrapper .archive-list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.archive-wrapper .archive-list > li {
  display: inline-block;
}
.archive-wrapper .archive-list > li + li {
  position: relative;
  padding-left: 10px;
  /* 
	> a, 
	> span {
		position: relative;
		z-index: 2;
	} 
	*/
}
.archive-wrapper .archive-list > li + li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "/";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.archive-wrapper .archive-list > li + li:before {
  color: #000;
}
.archive-wrapper .archive-list > li + li:before {
  font-size: 18px;
}
.archive-wrapper .archive-list > li + li:before {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  text-align: center;
}
.archive-wrapper .archive-list > li > a {
  display: inline-block;
}
.archive-wrapper .archive-list > li > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.archive-wrapper .archive-list > li.active > a,
.archive-wrapper .archive-list > li.active > a:hover,
.archive-wrapper .archive-list > li.active > a:focus {
  color: #000;
  cursor: default;
  text-decoration: underline;
}
/* ==========================================================================
 Icon Fonts import
========================================================================== */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'icomoon';
  src: url('/fonts/icomoon/icomoon.eot?6409');
  src: url('/fonts/icomoon/icomoon.eot?6409#iefix') format('embedded-opentype'), url('/fonts/icomoon/icomoon.ttf?6409') format('truetype'), url('/fonts/icomoon/icomoon.woff?6409') format('woff'), url('/fonts/icomoon/icomoon.svg?6409#icomoon') format('svg');
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icomoon", 'Lato', sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-default,
.btn-primary,
.lcp-bo-edit-box > a,
.info a.btn-cta,
.content-text a.btn-cta,
.info a.eloket-btn,
.content-text a.eloket-btn,
.info a.cta-form,
.content-text a.cta-form,
.cta-link,
.list-suggestionsearch > li.search-more-items > a.btn-search-more,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.btn-default:focus,
.btn-primary:focus,
.btn-default:active:focus,
.btn-primary:active:focus,
.btn-default.active:focus,
.btn-primary.active:focus,
.btn-default.focus,
.btn-primary.focus,
.btn-default:active.focus,
.btn-primary:active.focus,
.btn-default.active.focus,
.btn-primary.active.focus,
.lcp-bo-edit-box > a:focus,
.lcp-bo-edit-box > a:active:focus,
.lcp-bo-edit-box > a.active:focus,
.lcp-bo-edit-box > a.focus,
.lcp-bo-edit-box > a:active.focus,
.lcp-bo-edit-box > a.active.focus,
.info a.btn-cta:focus,
.info a.btn-cta:active:focus,
.info a.btn-cta.active:focus,
.info a.btn-cta.focus,
.info a.btn-cta:active.focus,
.info a.btn-cta.active.focus,
.content-text a.btn-cta:focus,
.content-text a.btn-cta:active:focus,
.content-text a.btn-cta.active:focus,
.content-text a.btn-cta.focus,
.content-text a.btn-cta:active.focus,
.content-text a.btn-cta.active.focus,
.info a.eloket-btn:focus,
.info a.eloket-btn:active:focus,
.info a.eloket-btn.active:focus,
.info a.eloket-btn.focus,
.info a.eloket-btn:active.focus,
.info a.eloket-btn.active.focus,
.content-text a.eloket-btn:focus,
.content-text a.eloket-btn:active:focus,
.content-text a.eloket-btn.active:focus,
.content-text a.eloket-btn.focus,
.content-text a.eloket-btn:active.focus,
.content-text a.eloket-btn.active.focus,
.info a.cta-form:focus,
.info a.cta-form:active:focus,
.info a.cta-form.active:focus,
.info a.cta-form.focus,
.info a.cta-form:active.focus,
.info a.cta-form.active.focus,
.content-text a.cta-form:focus,
.content-text a.cta-form:active:focus,
.content-text a.cta-form.active:focus,
.content-text a.cta-form.focus,
.content-text a.cta-form:active.focus,
.content-text a.cta-form.active.focus,
.cta-link:focus,
.cta-link:active:focus,
.cta-link.active:focus,
.cta-link.focus,
.cta-link:active.focus,
.cta-link.active.focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more:focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more:active:focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more.active:focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more.focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more:active.focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more.active.focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:active:focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.active:focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:active.focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-default:active,
.btn-primary:active,
.btn-default.active,
.btn-primary.active,
.lcp-bo-edit-box > a:active,
.lcp-bo-edit-box > a.active,
.info a.btn-cta:active,
.info a.btn-cta.active,
.content-text a.btn-cta:active,
.content-text a.btn-cta.active,
.info a.eloket-btn:active,
.info a.eloket-btn.active,
.content-text a.eloket-btn:active,
.content-text a.eloket-btn.active,
.info a.cta-form:active,
.info a.cta-form.active,
.content-text a.cta-form:active,
.content-text a.cta-form.active,
.cta-link:active,
.cta-link.active,
.list-suggestionsearch > li.search-more-items > a.btn-search-more:active,
.list-suggestionsearch > li.search-more-items > a.btn-search-more.active,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:active,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.active {
  outline: 0;
  background-image: none;
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-default[disabled],
.btn-primary[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
.lcp-bo-edit-box > a.disabled,
.lcp-bo-edit-box > a[disabled],
fieldset[disabled] .lcp-bo-edit-box > a,
.info a.btn-cta.disabled,
.info a.btn-cta[disabled],
fieldset[disabled] .info a.btn-cta,
.content-text a.btn-cta.disabled,
.content-text a.btn-cta[disabled],
fieldset[disabled] .content-text a.btn-cta,
.info a.eloket-btn.disabled,
.info a.eloket-btn[disabled],
fieldset[disabled] .info a.eloket-btn,
.content-text a.eloket-btn.disabled,
.content-text a.eloket-btn[disabled],
fieldset[disabled] .content-text a.eloket-btn,
.info a.cta-form.disabled,
.info a.cta-form[disabled],
fieldset[disabled] .info a.cta-form,
.content-text a.cta-form.disabled,
.content-text a.cta-form[disabled],
fieldset[disabled] .content-text a.cta-form,
.cta-link.disabled,
.cta-link[disabled],
fieldset[disabled] .cta-link,
.list-suggestionsearch > li.search-more-items > a.btn-search-more.disabled,
.list-suggestionsearch > li.search-more-items > a.btn-search-more[disabled],
fieldset[disabled] .list-suggestionsearch > li.search-more-items > a.btn-search-more,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.disabled,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it[disabled],
fieldset[disabled] .comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-default.disabled,
a.btn-primary.disabled,
fieldset[disabled] a.btn-default,
fieldset[disabled] a.btn-primary,
a.lcp-bo-edit-box > a.disabled,
fieldset[disabled] a.lcp-bo-edit-box > a,
a.info a.btn-cta.disabled,
fieldset[disabled] a.info a.btn-cta,
a.content-text a.btn-cta.disabled,
fieldset[disabled] a.content-text a.btn-cta,
a.info a.eloket-btn.disabled,
fieldset[disabled] a.info a.eloket-btn,
a.content-text a.eloket-btn.disabled,
fieldset[disabled] a.content-text a.eloket-btn,
a.info a.cta-form.disabled,
fieldset[disabled] a.info a.cta-form,
a.content-text a.cta-form.disabled,
fieldset[disabled] a.content-text a.cta-form,
a.cta-link.disabled,
fieldset[disabled] a.cta-link,
a.list-suggestionsearch > li.search-more-items > a.btn-search-more.disabled,
fieldset[disabled] a.list-suggestionsearch > li.search-more-items > a.btn-search-more,
a.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.disabled,
fieldset[disabled] a.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it {
  pointer-events: none;
}
.btn-more {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-more:focus,
.btn-more:active:focus,
.btn-more.active:focus,
.btn-more.focus,
.btn-more:active.focus,
.btn-more.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-more:active,
.btn-more.active {
  outline: 0;
  background-image: none;
}
.btn-more.disabled,
.btn-more[disabled],
fieldset[disabled] .btn-more {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-more.disabled,
fieldset[disabled] a.btn-more {
  pointer-events: none;
}
.btn-default,
.list-suggestionsearch > li.search-more-items > a.btn-search-more {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-default:before,
.list-suggestionsearch > li.search-more-items > a.btn-search-more:before {
  color: #000;
}
.btn-default:hover,
.list-suggestionsearch > li.search-more-items > a.btn-search-more:hover {
  text-decoration: none;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.list-suggestionsearch > li.search-more-items > a.btn-search-more:focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more.focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.list-suggestionsearch > li.search-more-items > a.btn-search-more:active,
.list-suggestionsearch > li.search-more-items > a.btn-search-more.active,
.open > .dropdown-toggle.list-suggestionsearch > li.search-more-items > a.btn-search-more {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more:active:hover,
.list-suggestionsearch > li.search-more-items > a.btn-search-more.active:hover,
.open > .dropdown-toggle.list-suggestionsearch > li.search-more-items > a.btn-search-more:hover,
.list-suggestionsearch > li.search-more-items > a.btn-search-more:active:focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more.active:focus,
.open > .dropdown-toggle.list-suggestionsearch > li.search-more-items > a.btn-search-more:focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more:active.focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more.active.focus,
.open > .dropdown-toggle.list-suggestionsearch > li.search-more-items > a.btn-search-more.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.list-suggestionsearch > li.search-more-items > a.btn-search-more:active,
.list-suggestionsearch > li.search-more-items > a.btn-search-more.active,
.open > .dropdown-toggle.list-suggestionsearch > li.search-more-items > a.btn-search-more {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more.disabled:hover,
.list-suggestionsearch > li.search-more-items > a.btn-search-more[disabled]:hover,
fieldset[disabled] .list-suggestionsearch > li.search-more-items > a.btn-search-more:hover,
.list-suggestionsearch > li.search-more-items > a.btn-search-more.disabled:focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more[disabled]:focus,
fieldset[disabled] .list-suggestionsearch > li.search-more-items > a.btn-search-more:focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more.disabled.focus,
.list-suggestionsearch > li.search-more-items > a.btn-search-more[disabled].focus,
fieldset[disabled] .list-suggestionsearch > li.search-more-items > a.btn-search-more.focus {
  background-color: #fff;
  border-color: #000;
}
.btn-default .badge,
.list-suggestionsearch > li.search-more-items > a.btn-search-more .badge {
  color: #000;
  background-color: #fff;
}
.btn-primary,
.lcp-bo-edit-box > a,
.info a.btn-cta,
.content-text a.btn-cta,
.info a.eloket-btn,
.content-text a.eloket-btn,
.info a.cta-form,
.content-text a.cta-form,
.cta-link,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-primary:before,
.lcp-bo-edit-box > a:before,
.info a.btn-cta:before,
.content-text a.btn-cta:before,
.info a.eloket-btn:before,
.content-text a.eloket-btn:before,
.info a.cta-form:before,
.content-text a.cta-form:before,
.cta-link:before,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:before {
  color: #000;
}
.btn-primary:hover,
.lcp-bo-edit-box > a:hover,
.info a.btn-cta:hover,
.content-text a.btn-cta:hover,
.info a.eloket-btn:hover,
.content-text a.eloket-btn:hover,
.info a.cta-form:hover,
.content-text a.cta-form:hover,
.cta-link:hover,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:hover {
  text-decoration: none;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.lcp-bo-edit-box > a:focus,
.lcp-bo-edit-box > a.focus,
.lcp-bo-edit-box > a:hover,
.info a.btn-cta:focus,
.info a.btn-cta.focus,
.info a.btn-cta:hover,
.content-text a.btn-cta:focus,
.content-text a.btn-cta.focus,
.content-text a.btn-cta:hover,
.info a.eloket-btn:focus,
.info a.eloket-btn.focus,
.info a.eloket-btn:hover,
.content-text a.eloket-btn:focus,
.content-text a.eloket-btn.focus,
.content-text a.eloket-btn:hover,
.info a.cta-form:focus,
.info a.cta-form.focus,
.info a.cta-form:hover,
.content-text a.cta-form:focus,
.content-text a.cta-form.focus,
.content-text a.cta-form:hover,
.cta-link:focus,
.cta-link.focus,
.cta-link:hover,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.lcp-bo-edit-box > a:active,
.lcp-bo-edit-box > a.active,
.open > .dropdown-toggle.lcp-bo-edit-box > a,
.info a.btn-cta:active,
.info a.btn-cta.active,
.open > .dropdown-toggle.info a.btn-cta,
.content-text a.btn-cta:active,
.content-text a.btn-cta.active,
.open > .dropdown-toggle.content-text a.btn-cta,
.info a.eloket-btn:active,
.info a.eloket-btn.active,
.open > .dropdown-toggle.info a.eloket-btn,
.content-text a.eloket-btn:active,
.content-text a.eloket-btn.active,
.open > .dropdown-toggle.content-text a.eloket-btn,
.info a.cta-form:active,
.info a.cta-form.active,
.open > .dropdown-toggle.info a.cta-form,
.content-text a.cta-form:active,
.content-text a.cta-form.active,
.open > .dropdown-toggle.content-text a.cta-form,
.cta-link:active,
.cta-link.active,
.open > .dropdown-toggle.cta-link,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:active,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.active,
.open > .dropdown-toggle.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.lcp-bo-edit-box > a:active:hover,
.lcp-bo-edit-box > a.active:hover,
.open > .dropdown-toggle.lcp-bo-edit-box > a:hover,
.lcp-bo-edit-box > a:active:focus,
.lcp-bo-edit-box > a.active:focus,
.open > .dropdown-toggle.lcp-bo-edit-box > a:focus,
.lcp-bo-edit-box > a:active.focus,
.lcp-bo-edit-box > a.active.focus,
.open > .dropdown-toggle.lcp-bo-edit-box > a.focus,
.info a.btn-cta:active:hover,
.info a.btn-cta.active:hover,
.open > .dropdown-toggle.info a.btn-cta:hover,
.info a.btn-cta:active:focus,
.info a.btn-cta.active:focus,
.open > .dropdown-toggle.info a.btn-cta:focus,
.info a.btn-cta:active.focus,
.info a.btn-cta.active.focus,
.open > .dropdown-toggle.info a.btn-cta.focus,
.content-text a.btn-cta:active:hover,
.content-text a.btn-cta.active:hover,
.open > .dropdown-toggle.content-text a.btn-cta:hover,
.content-text a.btn-cta:active:focus,
.content-text a.btn-cta.active:focus,
.open > .dropdown-toggle.content-text a.btn-cta:focus,
.content-text a.btn-cta:active.focus,
.content-text a.btn-cta.active.focus,
.open > .dropdown-toggle.content-text a.btn-cta.focus,
.info a.eloket-btn:active:hover,
.info a.eloket-btn.active:hover,
.open > .dropdown-toggle.info a.eloket-btn:hover,
.info a.eloket-btn:active:focus,
.info a.eloket-btn.active:focus,
.open > .dropdown-toggle.info a.eloket-btn:focus,
.info a.eloket-btn:active.focus,
.info a.eloket-btn.active.focus,
.open > .dropdown-toggle.info a.eloket-btn.focus,
.content-text a.eloket-btn:active:hover,
.content-text a.eloket-btn.active:hover,
.open > .dropdown-toggle.content-text a.eloket-btn:hover,
.content-text a.eloket-btn:active:focus,
.content-text a.eloket-btn.active:focus,
.open > .dropdown-toggle.content-text a.eloket-btn:focus,
.content-text a.eloket-btn:active.focus,
.content-text a.eloket-btn.active.focus,
.open > .dropdown-toggle.content-text a.eloket-btn.focus,
.info a.cta-form:active:hover,
.info a.cta-form.active:hover,
.open > .dropdown-toggle.info a.cta-form:hover,
.info a.cta-form:active:focus,
.info a.cta-form.active:focus,
.open > .dropdown-toggle.info a.cta-form:focus,
.info a.cta-form:active.focus,
.info a.cta-form.active.focus,
.open > .dropdown-toggle.info a.cta-form.focus,
.content-text a.cta-form:active:hover,
.content-text a.cta-form.active:hover,
.open > .dropdown-toggle.content-text a.cta-form:hover,
.content-text a.cta-form:active:focus,
.content-text a.cta-form.active:focus,
.open > .dropdown-toggle.content-text a.cta-form:focus,
.content-text a.cta-form:active.focus,
.content-text a.cta-form.active.focus,
.open > .dropdown-toggle.content-text a.cta-form.focus,
.cta-link:active:hover,
.cta-link.active:hover,
.open > .dropdown-toggle.cta-link:hover,
.cta-link:active:focus,
.cta-link.active:focus,
.open > .dropdown-toggle.cta-link:focus,
.cta-link:active.focus,
.cta-link.active.focus,
.open > .dropdown-toggle.cta-link.focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:active:hover,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.active:hover,
.open > .dropdown-toggle.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:hover,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:active:focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.active:focus,
.open > .dropdown-toggle.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:active.focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.active.focus,
.open > .dropdown-toggle.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.lcp-bo-edit-box > a:active,
.lcp-bo-edit-box > a.active,
.open > .dropdown-toggle.lcp-bo-edit-box > a,
.info a.btn-cta:active,
.info a.btn-cta.active,
.open > .dropdown-toggle.info a.btn-cta,
.content-text a.btn-cta:active,
.content-text a.btn-cta.active,
.open > .dropdown-toggle.content-text a.btn-cta,
.info a.eloket-btn:active,
.info a.eloket-btn.active,
.open > .dropdown-toggle.info a.eloket-btn,
.content-text a.eloket-btn:active,
.content-text a.eloket-btn.active,
.open > .dropdown-toggle.content-text a.eloket-btn,
.info a.cta-form:active,
.info a.cta-form.active,
.open > .dropdown-toggle.info a.cta-form,
.content-text a.cta-form:active,
.content-text a.cta-form.active,
.open > .dropdown-toggle.content-text a.cta-form,
.cta-link:active,
.cta-link.active,
.open > .dropdown-toggle.cta-link,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:active,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.active,
.open > .dropdown-toggle.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.lcp-bo-edit-box > a.disabled:hover,
.lcp-bo-edit-box > a[disabled]:hover,
fieldset[disabled] .lcp-bo-edit-box > a:hover,
.lcp-bo-edit-box > a.disabled:focus,
.lcp-bo-edit-box > a[disabled]:focus,
fieldset[disabled] .lcp-bo-edit-box > a:focus,
.lcp-bo-edit-box > a.disabled.focus,
.lcp-bo-edit-box > a[disabled].focus,
fieldset[disabled] .lcp-bo-edit-box > a.focus,
.info a.btn-cta.disabled:hover,
.info a.btn-cta[disabled]:hover,
fieldset[disabled] .info a.btn-cta:hover,
.info a.btn-cta.disabled:focus,
.info a.btn-cta[disabled]:focus,
fieldset[disabled] .info a.btn-cta:focus,
.info a.btn-cta.disabled.focus,
.info a.btn-cta[disabled].focus,
fieldset[disabled] .info a.btn-cta.focus,
.content-text a.btn-cta.disabled:hover,
.content-text a.btn-cta[disabled]:hover,
fieldset[disabled] .content-text a.btn-cta:hover,
.content-text a.btn-cta.disabled:focus,
.content-text a.btn-cta[disabled]:focus,
fieldset[disabled] .content-text a.btn-cta:focus,
.content-text a.btn-cta.disabled.focus,
.content-text a.btn-cta[disabled].focus,
fieldset[disabled] .content-text a.btn-cta.focus,
.info a.eloket-btn.disabled:hover,
.info a.eloket-btn[disabled]:hover,
fieldset[disabled] .info a.eloket-btn:hover,
.info a.eloket-btn.disabled:focus,
.info a.eloket-btn[disabled]:focus,
fieldset[disabled] .info a.eloket-btn:focus,
.info a.eloket-btn.disabled.focus,
.info a.eloket-btn[disabled].focus,
fieldset[disabled] .info a.eloket-btn.focus,
.content-text a.eloket-btn.disabled:hover,
.content-text a.eloket-btn[disabled]:hover,
fieldset[disabled] .content-text a.eloket-btn:hover,
.content-text a.eloket-btn.disabled:focus,
.content-text a.eloket-btn[disabled]:focus,
fieldset[disabled] .content-text a.eloket-btn:focus,
.content-text a.eloket-btn.disabled.focus,
.content-text a.eloket-btn[disabled].focus,
fieldset[disabled] .content-text a.eloket-btn.focus,
.info a.cta-form.disabled:hover,
.info a.cta-form[disabled]:hover,
fieldset[disabled] .info a.cta-form:hover,
.info a.cta-form.disabled:focus,
.info a.cta-form[disabled]:focus,
fieldset[disabled] .info a.cta-form:focus,
.info a.cta-form.disabled.focus,
.info a.cta-form[disabled].focus,
fieldset[disabled] .info a.cta-form.focus,
.content-text a.cta-form.disabled:hover,
.content-text a.cta-form[disabled]:hover,
fieldset[disabled] .content-text a.cta-form:hover,
.content-text a.cta-form.disabled:focus,
.content-text a.cta-form[disabled]:focus,
fieldset[disabled] .content-text a.cta-form:focus,
.content-text a.cta-form.disabled.focus,
.content-text a.cta-form[disabled].focus,
fieldset[disabled] .content-text a.cta-form.focus,
.cta-link.disabled:hover,
.cta-link[disabled]:hover,
fieldset[disabled] .cta-link:hover,
.cta-link.disabled:focus,
.cta-link[disabled]:focus,
fieldset[disabled] .cta-link:focus,
.cta-link.disabled.focus,
.cta-link[disabled].focus,
fieldset[disabled] .cta-link.focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.disabled:hover,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it[disabled]:hover,
fieldset[disabled] .comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:hover,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.disabled:focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it[disabled]:focus,
fieldset[disabled] .comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.disabled.focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it[disabled].focus,
fieldset[disabled] .comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it.focus {
  background-color: #fff;
  border-color: #000;
}
.btn-primary .badge,
.lcp-bo-edit-box > a .badge,
.info a.btn-cta .badge,
.content-text a.btn-cta .badge,
.info a.eloket-btn .badge,
.content-text a.eloket-btn .badge,
.info a.cta-form .badge,
.content-text a.cta-form .badge,
.cta-link .badge,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it .badge {
  color: #000;
  background-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.lcp-bo-edit-box > a:hover,
.lcp-bo-edit-box > a:focus,
.info a.btn-cta:hover,
.info a.btn-cta:focus,
.content-text a.btn-cta:hover,
.content-text a.btn-cta:focus,
.info a.eloket-btn:hover,
.info a.eloket-btn:focus,
.content-text a.eloket-btn:hover,
.content-text a.eloket-btn:focus,
.info a.cta-form:hover,
.info a.cta-form:focus,
.content-text a.cta-form:hover,
.content-text a.cta-form:focus,
.cta-link:hover,
.cta-link:focus,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:hover,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.lcp-bo-edit-box > a:hover:before,
.lcp-bo-edit-box > a:focus:before,
.info a.btn-cta:hover:before,
.info a.btn-cta:focus:before,
.content-text a.btn-cta:hover:before,
.content-text a.btn-cta:focus:before,
.info a.eloket-btn:hover:before,
.info a.eloket-btn:focus:before,
.content-text a.eloket-btn:hover:before,
.content-text a.eloket-btn:focus:before,
.info a.cta-form:hover:before,
.info a.cta-form:focus:before,
.content-text a.cta-form:hover:before,
.content-text a.cta-form:focus:before,
.cta-link:hover:before,
.cta-link:focus:before,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:hover:before,
.comments-overview .list-comments .list.comments > li.comment-item .edit .edit-it:focus:before {
  color: inherit;
}
.btn-more {
  color: #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
}
.btn-more,
.btn-more:active,
.btn-more.active,
.btn-more[disabled],
fieldset[disabled] .btn-more {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-more,
.btn-more:hover,
.btn-more:focus,
.btn-more:active {
  border-color: transparent;
}
.btn-more:hover,
.btn-more:focus {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-more[disabled]:hover,
fieldset[disabled] .btn-more:hover,
.btn-more[disabled]:focus,
fieldset[disabled] .btn-more:focus {
  color: #000;
  text-decoration: none;
}
.btn-gray {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-gray:before {
  color: #000;
}
.btn-gray:hover {
  text-decoration: none;
}
.btn-gray:hover,
.btn-gray:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.btn-gray:hover:before,
.btn-gray:focus:before {
  color: inherit;
}
.box-edit-profile .btn {
  margin-bottom: 6px;
}
.btn-success {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
  border-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.btn-success.focus,
.btn-success:active.focus,
.btn-success.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-success:active,
.btn-success.active {
  outline: 0;
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-success.disabled,
fieldset[disabled] a.btn-success {
  pointer-events: none;
}
.btn-success:before {
  color: #000;
}
.btn-success:hover {
  text-decoration: none;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #fff;
  border-color: transparent;
}
.btn-success .badge {
  color: #000;
  background-color: #fff;
}
.btn-info {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
  border-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info.focus,
.btn-info:active.focus,
.btn-info.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-info:active,
.btn-info.active {
  outline: 0;
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-info.disabled,
fieldset[disabled] a.btn-info {
  pointer-events: none;
}
.btn-info:before {
  color: #000;
}
.btn-info:hover {
  text-decoration: none;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #fff;
  border-color: transparent;
}
.btn-info .badge {
  color: #000;
  background-color: #fff;
}
.btn-warning {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
  border-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.btn-warning.focus,
.btn-warning:active.focus,
.btn-warning.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-warning:active,
.btn-warning.active {
  outline: 0;
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-warning.disabled,
fieldset[disabled] a.btn-warning {
  pointer-events: none;
}
.btn-warning:before {
  color: #000;
}
.btn-warning:hover {
  text-decoration: none;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #fff;
  border-color: transparent;
}
.btn-warning .badge {
  color: #000;
  background-color: #fff;
}
.btn-danger {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
  border-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.btn-danger.focus,
.btn-danger:active.focus,
.btn-danger.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-danger:active,
.btn-danger.active {
  outline: 0;
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-danger.disabled,
fieldset[disabled] a.btn-danger {
  pointer-events: none;
}
.btn-danger:before {
  color: #000;
}
.btn-danger:hover {
  text-decoration: none;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #fff;
  border-color: transparent;
}
.btn-danger .badge {
  color: #000;
  background-color: #fff;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 36px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 32px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 32px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-input {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-input:focus,
.btn-input:active:focus,
.btn-input.active:focus,
.btn-input.focus,
.btn-input:active.focus,
.btn-input.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-input:active,
.btn-input.active {
  outline: 0;
  background-image: none;
}
.btn-input.disabled,
.btn-input[disabled],
fieldset[disabled] .btn-input {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-input.disabled,
fieldset[disabled] a.btn-input {
  pointer-events: none;
}
.btn-input:before {
  color: #000;
}
.btn-input:hover {
  text-decoration: none;
}
.btn-input:focus,
.btn-input.focus,
.btn-input:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.btn-input:active,
.btn-input.active,
.open > .dropdown-toggle.btn-input {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-input:active:hover,
.btn-input.active:hover,
.open > .dropdown-toggle.btn-input:hover,
.btn-input:active:focus,
.btn-input.active:focus,
.open > .dropdown-toggle.btn-input:focus,
.btn-input:active.focus,
.btn-input.active.focus,
.open > .dropdown-toggle.btn-input.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-input:active,
.btn-input.active,
.open > .dropdown-toggle.btn-input {
  background-image: none;
}
.btn-input.disabled:hover,
.btn-input[disabled]:hover,
fieldset[disabled] .btn-input:hover,
.btn-input.disabled:focus,
.btn-input[disabled]:focus,
fieldset[disabled] .btn-input:focus,
.btn-input.disabled.focus,
.btn-input[disabled].focus,
fieldset[disabled] .btn-input.focus {
  background-color: #fff;
  border-color: #000;
}
.btn-input .badge {
  color: #000;
  background-color: #fff;
}
.btn-add {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
  border-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  position: relative;
}
.btn-add:focus,
.btn-add:active:focus,
.btn-add.active:focus,
.btn-add.focus,
.btn-add:active.focus,
.btn-add.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-add:active,
.btn-add.active {
  outline: 0;
  background-image: none;
}
.btn-add.disabled,
.btn-add[disabled],
fieldset[disabled] .btn-add {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-add.disabled,
fieldset[disabled] a.btn-add {
  pointer-events: none;
}
.btn-add:before {
  color: #000;
}
.btn-add:hover {
  text-decoration: none;
}
.btn-add:focus,
.btn-add.focus,
.btn-add:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.btn-add:active,
.btn-add.active,
.open > .dropdown-toggle.btn-add {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-add:active:hover,
.btn-add.active:hover,
.open > .dropdown-toggle.btn-add:hover,
.btn-add:active:focus,
.btn-add.active:focus,
.open > .dropdown-toggle.btn-add:focus,
.btn-add:active.focus,
.btn-add.active.focus,
.open > .dropdown-toggle.btn-add.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-add:active,
.btn-add.active,
.open > .dropdown-toggle.btn-add {
  background-image: none;
}
.btn-add.disabled:hover,
.btn-add[disabled]:hover,
fieldset[disabled] .btn-add:hover,
.btn-add.disabled:focus,
.btn-add[disabled]:focus,
fieldset[disabled] .btn-add:focus,
.btn-add.disabled.focus,
.btn-add[disabled].focus,
fieldset[disabled] .btn-add.focus {
  background-color: #fff;
  border-color: transparent;
}
.btn-add .badge {
  color: #000;
  background-color: #fff;
}
.btn-add:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f07c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-add:before {
  color: #000;
}
.btn-add:before {
  font-size: 18px;
}
.btn-add > span:first-of-type {
  padding-left: 5px;
}
.btn-add > span {
  display: inline-block;
}
.btn-add:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.btn-add:hover:before,
.btn-add:focus:before {
  color: inherit;
}
.btn-prikbord-handleiding {
  margin-bottom: 30px;
  display: inline-block;
  text-decoration: underline;
}
.cta-contact {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: transparent;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  margin: 0 0 6px;
}
.cta-contact:focus,
.cta-contact:active:focus,
.cta-contact.active:focus,
.cta-contact.focus,
.cta-contact:active.focus,
.cta-contact.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cta-contact:active,
.cta-contact.active {
  outline: 0;
  background-image: none;
}
.cta-contact.disabled,
.cta-contact[disabled],
fieldset[disabled] .cta-contact {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.cta-contact.disabled,
fieldset[disabled] a.cta-contact {
  pointer-events: none;
}
.cta-contact:before {
  color: #000;
}
.cta-contact:hover {
  text-decoration: none;
}
.cta-contact:focus,
.cta-contact.focus,
.cta-contact:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.cta-contact:active,
.cta-contact.active,
.open > .dropdown-toggle.cta-contact {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.cta-contact:active:hover,
.cta-contact.active:hover,
.open > .dropdown-toggle.cta-contact:hover,
.cta-contact:active:focus,
.cta-contact.active:focus,
.open > .dropdown-toggle.cta-contact:focus,
.cta-contact:active.focus,
.cta-contact.active.focus,
.open > .dropdown-toggle.cta-contact.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.cta-contact:active,
.cta-contact.active,
.open > .dropdown-toggle.cta-contact {
  background-image: none;
}
.cta-contact.disabled:hover,
.cta-contact[disabled]:hover,
fieldset[disabled] .cta-contact:hover,
.cta-contact.disabled:focus,
.cta-contact[disabled]:focus,
fieldset[disabled] .cta-contact:focus,
.cta-contact.disabled.focus,
.cta-contact[disabled].focus,
fieldset[disabled] .cta-contact.focus {
  background-color: transparent;
  border-color: #000;
}
.cta-contact .badge {
  color: transparent;
  background-color: #fff;
}
.cta-contact:hover,
.cta-contact:focus {
  background-color: #fff !important;
  color: #000 !important;
}
.nav-pagination {
  text-align: center;
}
.nav-pagination > .pagination {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.nav-pagination > .pagination > li {
  display: inline-block;
}
.nav-pagination > .pagination > li.next > a {
  position: relative;
  padding-right: 43px;
}
.nav-pagination > .pagination > li.next > a:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.nav-pagination > .pagination > li.next > a:after {
  color: #000;
}
.nav-pagination > .pagination > li.next > a:after {
  font-size: 18px;
}
.nav-pagination > .pagination > li.next > a > span:last-of-type {
  padding-right: 5px;
}
.nav-pagination > .pagination > li.next > a > span {
  display: inline-block;
}
.nav-pagination > .pagination > li.next > a:after {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.nav-pagination > .pagination > li.next > a:hover:after,
.nav-pagination > .pagination > li.next > a:focus:after {
  color: inherit;
}
.nav-pagination > .pagination > li.next > a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-pagination > .pagination > li.next > a:after {
  position: absolute;
  right: 23px;
  text-align: right;
  -webkit-transition-property: color, font-size, top, right;
  -moz-transition-property: color, font-size, top, right;
  -o-transition-property: color, font-size, top, right;
  transition-property: color, font-size, top, right;
}
.nav-pagination > .pagination > li.next > a > span:last-of-type {
  padding-right: 0px;
}
.nav-pagination > .pagination > li.next > a > span:only-of-type {
  display: inline-block;
}
.nav-pagination > .pagination > li.previous > a {
  position: relative;
  /* raadsel waarom dit er stond.. :-)
			& when not (@text-padding = 0) and not (@btn-text) {
				.pl(@icon-width);
				&:before {
					.r(0);
				}
			} 
			*/
  padding-left: 43px;
}
.nav-pagination > .pagination > li.previous > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f104";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.nav-pagination > .pagination > li.previous > a:before {
  color: #000;
}
.nav-pagination > .pagination > li.previous > a:before {
  font-size: 18px;
}
.nav-pagination > .pagination > li.previous > a > span:first-of-type {
  padding-left: 5px;
}
.nav-pagination > .pagination > li.previous > a > span {
  display: inline-block;
}
.nav-pagination > .pagination > li.previous > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.nav-pagination > .pagination > li.previous > a:hover:before,
.nav-pagination > .pagination > li.previous > a:focus:before {
  color: inherit;
}
.nav-pagination > .pagination > li.previous > a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-pagination > .pagination > li.previous > a:before {
  position: absolute;
  left: 23px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.nav-pagination > .pagination > li.previous > a > span:first-of-type {
  padding-left: 0px;
}
.nav-pagination > .pagination > li.previous > a > span:only-of-type {
  display: inline-block;
}
.nav-pagination > .pagination > li:first-child > a,
.nav-pagination > .pagination > li:first-child > span {
  margin-left: 0px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.nav-pagination > .pagination > li:last-child > a,
.nav-pagination > .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.nav-pagination > .pagination > li > a,
.nav-pagination > .pagination > li > span {
  float: left;
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.nav-pagination > .pagination > li > a:focus,
.nav-pagination > .pagination > li > span:focus,
.nav-pagination > .pagination > li > a:active:focus,
.nav-pagination > .pagination > li > span:active:focus,
.nav-pagination > .pagination > li > a.active:focus,
.nav-pagination > .pagination > li > span.active:focus,
.nav-pagination > .pagination > li > a.focus,
.nav-pagination > .pagination > li > span.focus,
.nav-pagination > .pagination > li > a:active.focus,
.nav-pagination > .pagination > li > span:active.focus,
.nav-pagination > .pagination > li > a.active.focus,
.nav-pagination > .pagination > li > span.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.nav-pagination > .pagination > li > a:active,
.nav-pagination > .pagination > li > span:active,
.nav-pagination > .pagination > li > a.active,
.nav-pagination > .pagination > li > span.active {
  outline: 0;
  background-image: none;
}
.nav-pagination > .pagination > li > a.disabled,
.nav-pagination > .pagination > li > span.disabled,
.nav-pagination > .pagination > li > a[disabled],
.nav-pagination > .pagination > li > span[disabled],
fieldset[disabled] .nav-pagination > .pagination > li > a,
fieldset[disabled] .nav-pagination > .pagination > li > span {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.nav-pagination > .pagination > li > a.disabled,
a.nav-pagination > .pagination > li > span.disabled,
fieldset[disabled] a.nav-pagination > .pagination > li > a,
fieldset[disabled] a.nav-pagination > .pagination > li > span {
  pointer-events: none;
}
.nav-pagination > .pagination > li > a:before,
.nav-pagination > .pagination > li > span:before {
  color: #000;
}
.nav-pagination > .pagination > li > a:hover,
.nav-pagination > .pagination > li > span:hover {
  text-decoration: none;
}
.nav-pagination > .pagination > li > a:focus,
.nav-pagination > .pagination > li > span:focus,
.nav-pagination > .pagination > li > a.focus,
.nav-pagination > .pagination > li > span.focus,
.nav-pagination > .pagination > li > a:hover,
.nav-pagination > .pagination > li > span:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.nav-pagination > .pagination > li > a:active,
.nav-pagination > .pagination > li > span:active,
.nav-pagination > .pagination > li > a.active,
.nav-pagination > .pagination > li > span.active,
.open > .dropdown-toggle.nav-pagination > .pagination > li > a,
.open > .dropdown-toggle.nav-pagination > .pagination > li > span {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.nav-pagination > .pagination > li > a:active:hover,
.nav-pagination > .pagination > li > span:active:hover,
.nav-pagination > .pagination > li > a.active:hover,
.nav-pagination > .pagination > li > span.active:hover,
.open > .dropdown-toggle.nav-pagination > .pagination > li > a:hover,
.open > .dropdown-toggle.nav-pagination > .pagination > li > span:hover,
.nav-pagination > .pagination > li > a:active:focus,
.nav-pagination > .pagination > li > span:active:focus,
.nav-pagination > .pagination > li > a.active:focus,
.nav-pagination > .pagination > li > span.active:focus,
.open > .dropdown-toggle.nav-pagination > .pagination > li > a:focus,
.open > .dropdown-toggle.nav-pagination > .pagination > li > span:focus,
.nav-pagination > .pagination > li > a:active.focus,
.nav-pagination > .pagination > li > span:active.focus,
.nav-pagination > .pagination > li > a.active.focus,
.nav-pagination > .pagination > li > span.active.focus,
.open > .dropdown-toggle.nav-pagination > .pagination > li > a.focus,
.open > .dropdown-toggle.nav-pagination > .pagination > li > span.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.nav-pagination > .pagination > li > a:active,
.nav-pagination > .pagination > li > span:active,
.nav-pagination > .pagination > li > a.active,
.nav-pagination > .pagination > li > span.active,
.open > .dropdown-toggle.nav-pagination > .pagination > li > a,
.open > .dropdown-toggle.nav-pagination > .pagination > li > span {
  background-image: none;
}
.nav-pagination > .pagination > li > a.disabled:hover,
.nav-pagination > .pagination > li > span.disabled:hover,
.nav-pagination > .pagination > li > a[disabled]:hover,
.nav-pagination > .pagination > li > span[disabled]:hover,
fieldset[disabled] .nav-pagination > .pagination > li > a:hover,
fieldset[disabled] .nav-pagination > .pagination > li > span:hover,
.nav-pagination > .pagination > li > a.disabled:focus,
.nav-pagination > .pagination > li > span.disabled:focus,
.nav-pagination > .pagination > li > a[disabled]:focus,
.nav-pagination > .pagination > li > span[disabled]:focus,
fieldset[disabled] .nav-pagination > .pagination > li > a:focus,
fieldset[disabled] .nav-pagination > .pagination > li > span:focus,
.nav-pagination > .pagination > li > a.disabled.focus,
.nav-pagination > .pagination > li > span.disabled.focus,
.nav-pagination > .pagination > li > a[disabled].focus,
.nav-pagination > .pagination > li > span[disabled].focus,
fieldset[disabled] .nav-pagination > .pagination > li > a.focus,
fieldset[disabled] .nav-pagination > .pagination > li > span.focus {
  background-color: #fff;
  border-color: #000;
}
.nav-pagination > .pagination > li > a .badge,
.nav-pagination > .pagination > li > span .badge {
  color: #000;
  background-color: #fff;
}
.nav-pagination > .pagination > li > a:hover,
.nav-pagination > .pagination > li > span:hover,
.nav-pagination > .pagination > li > a:focus,
.nav-pagination > .pagination > li > span:focus {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.nav-pagination > .pagination > li.active > a,
.nav-pagination > .pagination > li.active > span,
.nav-pagination > .pagination > li.active > a:hover,
.nav-pagination > .pagination > li.active > span:hover,
.nav-pagination > .pagination > li.active > a:focus,
.nav-pagination > .pagination > li.active > span:focus {
  z-index: 3;
  color: #000;
  background-color: #fff;
  border-color: #000;
  cursor: default;
}
.nav-pagination > .pagination > li + li {
  margin-left: 5px;
}
.table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 18px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 2;
  vertical-align: top;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #000;
  text-align: left;
}
.table > tbody + tbody {
  border-top: 2px solid #000;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #000;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #000;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 558px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0px;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.responsive-fieldset {
  display: table-cell;
  width: 100%;
}
.box {
  position: relative;
  border: 0 solid #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  color: #000;
  padding: 20px 25px;
  background-color: #fff;
}
.box:not(:last-child) {
  margin-bottom: 36px;
}
.box .box-title {
  color: #000;
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 27px;
}
.box a:not([class]) {
  color: #000;
}
.box a:not([class]):hover,
.box a:not([class]):focus {
  color: #000;
}
.box > .box-block .box-subtitle {
  color: #000;
  text-transform: none;
}
.box > .box-block .list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.box > .box-block .list > li > a {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 23px;
}
.box > .box-block .list > li {
  position: relative;
}
.box > .box-block .list > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box > .box-block .list > li:before {
  color: #000;
}
.box > .box-block .list > li:before {
  font-size: 10px;
}
.box > .box-block .list > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.box > .box-block .list > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.box > .box-block .list > li > a {
  display: block;
}
.box > .box-block .list > li > a,
.box > .box-block .list > li > a > span,
.box > .box-block .list > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.box > .box-block .list > li:hover:before {
  color: #000;
}
.box > .box-block .list > li:hover > a:only-child {
  text-decoration: underline;
}
.box > .box-block .list > li:hover > a:only-child,
.box > .box-block .list > li:hover > a:only-child > span,
.box > .box-block .list > li:hover > a:only-child > span.title {
  color: #000;
}
.box > .box-block .list > li {
  position: relative;
}
.box > .box-block .list > li:before {
  font-size: 10px;
}
.box > .box-block .list > li:before {
  position: absolute;
  z-index: 1;
  top: 2px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.box > .box-block .list > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.box > .box-block .list:not(:last-child) {
  margin-bottom: 23px;
}
.box > .box-block .list > li:before {
  color: #000;
}
.box > .box-block .list > li > a,
.box > .box-block .list > li > a > span,
.box > .box-block .list > li > a > span.title {
  color: #000;
}
.box > .box-block ~ .box-block {
  position: relative;
  padding-top: 93px;
}
.box > .box-block ~ .box-block:before,
.box > .box-block ~ .box-block:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.box > .box-block ~ .box-block:before {
  content: "";
  top: 46px;
  border-top: 1px solid #000;
}
.box-grid,
.events-detail .events-detail-info > div {
  border-width: 0 0 0 0;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -11px;
  margin-right: -12px;
}
.box-grid.column > .title,
.box-grid.column .box-title,
.events-detail .events-detail-info > div.column > .title,
.events-detail .events-detail-info > div.column .box-title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 11.5px;
  padding-right: 11.5px;
}
@media (min-width: 559px) {
  .box-grid.column > .title,
  .box-grid.column .box-title,
  .events-detail .events-detail-info > div.column > .title,
  .events-detail .events-detail-info > div.column .box-title {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .box-grid.column > .title,
  .box-grid.column .box-title,
  .events-detail .events-detail-info > div.column > .title,
  .events-detail .events-detail-info > div.column .box-title {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .box-grid.column > .title,
  .box-grid.column .box-title,
  .events-detail .events-detail-info > div.column > .title,
  .events-detail .events-detail-info > div.column .box-title {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .box-grid.column > .title,
  .box-grid.column .box-title,
  .events-detail .events-detail-info > div.column > .title,
  .events-detail .events-detail-info > div.column .box-title {
    float: left;
    width: 25%;
  }
}
.box-grid.column > .title + div,
.box-grid.column .box-title + div,
.events-detail .events-detail-info > div.column > .title + div,
.events-detail .events-detail-info > div.column .box-title + div {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 11.5px;
  padding-right: 11.5px;
}
@media (min-width: 559px) {
  .box-grid.column > .title + div,
  .box-grid.column .box-title + div,
  .events-detail .events-detail-info > div.column > .title + div,
  .events-detail .events-detail-info > div.column .box-title + div {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .box-grid.column > .title + div,
  .box-grid.column .box-title + div,
  .events-detail .events-detail-info > div.column > .title + div,
  .events-detail .events-detail-info > div.column .box-title + div {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .box-grid.column > .title + div,
  .box-grid.column .box-title + div,
  .events-detail .events-detail-info > div.column > .title + div,
  .events-detail .events-detail-info > div.column .box-title + div {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1300px) {
  .box-grid.column > .title + div,
  .box-grid.column .box-title + div,
  .events-detail .events-detail-info > div.column > .title + div,
  .events-detail .events-detail-info > div.column .box-title + div {
    float: left;
    width: 75%;
  }
}
.box-grid.column > .title + div ~ .box-block,
.box-grid.column .box-title + div ~ .box-block,
.events-detail .events-detail-info > div.column > .title + div ~ .box-block,
.events-detail .events-detail-info > div.column .box-title + div ~ .box-block {
  margin-left: 0%;
}
@media (min-width: 559px) {
  .box-grid.column > .title + div ~ .box-block,
  .box-grid.column .box-title + div ~ .box-block,
  .events-detail .events-detail-info > div.column > .title + div ~ .box-block,
  .events-detail .events-detail-info > div.column .box-title + div ~ .box-block {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .box-grid.column > .title + div ~ .box-block,
  .box-grid.column .box-title + div ~ .box-block,
  .events-detail .events-detail-info > div.column > .title + div ~ .box-block,
  .events-detail .events-detail-info > div.column .box-title + div ~ .box-block {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .box-grid.column > .title + div ~ .box-block,
  .box-grid.column .box-title + div ~ .box-block,
  .events-detail .events-detail-info > div.column > .title + div ~ .box-block,
  .events-detail .events-detail-info > div.column .box-title + div ~ .box-block {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .box-grid.column > .title + div ~ .box-block,
  .box-grid.column .box-title + div ~ .box-block,
  .events-detail .events-detail-info > div.column > .title + div ~ .box-block,
  .events-detail .events-detail-info > div.column .box-title + div ~ .box-block {
    margin-left: 25%;
  }
}
.box-grid:not(.column) > .title,
.box-grid:not(.column) .box-title,
.events-detail .events-detail-info > div:not(.column) > .title,
.events-detail .events-detail-info > div:not(.column) .box-title {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 11.5px;
  padding-right: 11.5px;
}
@media (min-width: 559px) {
  .box-grid:not(.column) > .title,
  .box-grid:not(.column) .box-title,
  .events-detail .events-detail-info > div:not(.column) > .title,
  .events-detail .events-detail-info > div:not(.column) .box-title {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .box-grid:not(.column) > .title,
  .box-grid:not(.column) .box-title,
  .events-detail .events-detail-info > div:not(.column) > .title,
  .events-detail .events-detail-info > div:not(.column) .box-title {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .box-grid:not(.column) > .title,
  .box-grid:not(.column) .box-title,
  .events-detail .events-detail-info > div:not(.column) > .title,
  .events-detail .events-detail-info > div:not(.column) .box-title {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1300px) {
  .box-grid:not(.column) > .title,
  .box-grid:not(.column) .box-title,
  .events-detail .events-detail-info > div:not(.column) > .title,
  .events-detail .events-detail-info > div:not(.column) .box-title {
    float: left;
    width: 25%;
  }
}
.box-grid:not(.column) > .title + div,
.box-grid:not(.column) .box-title + div,
.events-detail .events-detail-info > div:not(.column) > .title + div,
.events-detail .events-detail-info > div:not(.column) .box-title + div {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 11.5px;
  padding-right: 11.5px;
}
@media (min-width: 559px) {
  .box-grid:not(.column) > .title + div,
  .box-grid:not(.column) .box-title + div,
  .events-detail .events-detail-info > div:not(.column) > .title + div,
  .events-detail .events-detail-info > div:not(.column) .box-title + div {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .box-grid:not(.column) > .title + div,
  .box-grid:not(.column) .box-title + div,
  .events-detail .events-detail-info > div:not(.column) > .title + div,
  .events-detail .events-detail-info > div:not(.column) .box-title + div {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .box-grid:not(.column) > .title + div,
  .box-grid:not(.column) .box-title + div,
  .events-detail .events-detail-info > div:not(.column) > .title + div,
  .events-detail .events-detail-info > div:not(.column) .box-title + div {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1300px) {
  .box-grid:not(.column) > .title + div,
  .box-grid:not(.column) .box-title + div,
  .events-detail .events-detail-info > div:not(.column) > .title + div,
  .events-detail .events-detail-info > div:not(.column) .box-title + div {
    float: left;
    width: 75%;
  }
}
.box-grid:not(.column) > .title + div ~ .box-block,
.box-grid:not(.column) .box-title + div ~ .box-block,
.events-detail .events-detail-info > div:not(.column) > .title + div ~ .box-block,
.events-detail .events-detail-info > div:not(.column) .box-title + div ~ .box-block {
  margin-left: 0%;
}
@media (min-width: 559px) {
  .box-grid:not(.column) > .title + div ~ .box-block,
  .box-grid:not(.column) .box-title + div ~ .box-block,
  .events-detail .events-detail-info > div:not(.column) > .title + div ~ .box-block,
  .events-detail .events-detail-info > div:not(.column) .box-title + div ~ .box-block {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .box-grid:not(.column) > .title + div ~ .box-block,
  .box-grid:not(.column) .box-title + div ~ .box-block,
  .events-detail .events-detail-info > div:not(.column) > .title + div ~ .box-block,
  .events-detail .events-detail-info > div:not(.column) .box-title + div ~ .box-block {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .box-grid:not(.column) > .title + div ~ .box-block,
  .box-grid:not(.column) .box-title + div ~ .box-block,
  .events-detail .events-detail-info > div:not(.column) > .title + div ~ .box-block,
  .events-detail .events-detail-info > div:not(.column) .box-title + div ~ .box-block {
    margin-left: 25%;
  }
}
@media (min-width: 1300px) {
  .box-grid:not(.column) > .title + div ~ .box-block,
  .box-grid:not(.column) .box-title + div ~ .box-block,
  .events-detail .events-detail-info > div:not(.column) > .title + div ~ .box-block,
  .events-detail .events-detail-info > div:not(.column) .box-title + div ~ .box-block {
    margin-left: 25%;
  }
}
@media (max-width: 558px) {
  .box-grid > .title,
  .box-grid .box-title,
  .events-detail .events-detail-info > div > .title,
  .events-detail .events-detail-info > div .box-title {
    margin-bottom: 18px !important;
  }
}
.box-grid:not(:last-child),
.events-detail .events-detail-info > div:not(:last-child) {
  margin-bottom: 0px;
}
.box-grid .title,
.box-grid .box-title,
.events-detail .events-detail-info > div .title,
.events-detail .events-detail-info > div .box-title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.box-grid > .title,
.box-grid .box-title,
.events-detail .events-detail-info > div > .title,
.events-detail .events-detail-info > div .box-title {
  /* & when (@overview-list-background-style) {
			.mt(@list-overview-padding-vertical);
		} */
}
.box-grid.box-list .box-title,
.events-detail .events-detail-info > div.box-list .box-title {
  line-height: 40px;
}
.box-primary {
  /* .box-variant(
		@box-background-variant: @brand-primary; 
		@box-border-variant: @brand-primary; 
		@box-title-variant: @white; 
		@box-text-variant: @white;
	); */
}
.box-links,
.box-dienst,
.box-social,
.box-streetmap {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.box-links .box-title,
.box-dienst .box-title,
.box-social .box-title,
.box-streetmap .box-title {
  color: #000;
}
.box-links a:not([class]),
.box-dienst a:not([class]),
.box-social a:not([class]),
.box-streetmap a:not([class]) {
  color: #000;
}
.box-links > .box-block .box-subtitle,
.box-dienst > .box-block .box-subtitle,
.box-social > .box-block .box-subtitle,
.box-streetmap > .box-block .box-subtitle {
  color: #000;
}
.box-links > .box-block .list > li:before,
.box-dienst > .box-block .list > li:before,
.box-social > .box-block .list > li:before,
.box-streetmap > .box-block .list > li:before {
  color: #000;
}
.box-links > .box-block .list > li > a,
.box-dienst > .box-block .list > li > a,
.box-social > .box-block .list > li > a,
.box-streetmap > .box-block .list > li > a {
  color: #000;
}
.box-links > .box-block .list > li:hover:before,
.box-dienst > .box-block .list > li:hover:before,
.box-social > .box-block .list > li:hover:before,
.box-streetmap > .box-block .list > li:hover:before {
  color: #000;
}
.box-links > .box-block ~ .box-block:before,
.box-dienst > .box-block ~ .box-block:before,
.box-social > .box-block ~ .box-block:before,
.box-streetmap > .box-block ~ .box-block:before {
  border-top-color: #000;
}
/* 
.box-downloads, 
.box-products, 
.box-moreinfo { } 
*/
.box-downloads > .box-title {
  margin-top: 0px;
}
.box-downloads .list-file {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.box-downloads .list-file > li > a {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 23px;
}
.box-downloads .list-file > li {
  position: relative;
}
.box-downloads .list-file > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-downloads .list-file > li:before {
  color: #000;
}
.box-downloads .list-file > li:before {
  font-size: 10px;
}
.box-downloads .list-file > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.box-downloads .list-file > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.box-downloads .list-file > li > a {
  display: block;
}
.box-downloads .list-file > li > a,
.box-downloads .list-file > li > a > span,
.box-downloads .list-file > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.box-downloads .list-file > li:hover:before {
  color: #000;
}
.box-downloads .list-file > li:hover > a:only-child {
  text-decoration: underline;
}
.box-downloads .list-file > li:hover > a:only-child,
.box-downloads .list-file > li:hover > a:only-child > span,
.box-downloads .list-file > li:hover > a:only-child > span.title {
  color: #000;
}
.box-downloads .list-file > li {
  position: relative;
}
.box-downloads .list-file > li:before {
  font-size: 10px;
}
.box-downloads .list-file > li:before {
  position: absolute;
  z-index: 1;
  top: 2px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.box-downloads .list-file > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.box-downloads .list-file > li:before {
  font-size: 18px;
}
.box-downloads .list-file > li.file:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f0f6";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-downloads .list-file > li.file:before {
  color: #000;
}
.box-downloads .list-file > li.file.pdf:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f1c1";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-downloads .list-file > li.file.pdf:before {
  color: #000;
}
.box-downloads .list-file > li.file.css:before,
.box-downloads .list-file > li.file.htm:before,
.box-downloads .list-file > li.file.html:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f1c9";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-downloads .list-file > li.file.css:before,
.box-downloads .list-file > li.file.htm:before,
.box-downloads .list-file > li.file.html:before {
  color: #000;
}
.box-downloads .list-file > li.file.doc:before,
.box-downloads .list-file > li.file.docx:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f1c2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-downloads .list-file > li.file.doc:before,
.box-downloads .list-file > li.file.docx:before {
  color: #000;
}
.box-downloads .list-file > li.file.xls:before,
.box-downloads .list-file > li.file.xlsx:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f1c3";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-downloads .list-file > li.file.xls:before,
.box-downloads .list-file > li.file.xlsx:before {
  color: #000;
}
.box-downloads .list-file > li.file.zip:before,
.box-downloads .list-file > li.file.arc:before,
.box-downloads .list-file > li.file.rar:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f1c6";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-downloads .list-file > li.file.zip:before,
.box-downloads .list-file > li.file.arc:before,
.box-downloads .list-file > li.file.rar:before {
  color: #000;
}
.box-downloads .list-file > li.file.jpg:before,
.box-downloads .list-file > li.file.JPG:before,
.box-downloads .list-file > li.file.jpeg:before,
.box-downloads .list-file > li.file.bmp:before,
.box-downloads .list-file > li.file.png:before,
.box-downloads .list-file > li.file.gif:before,
.box-downloads .list-file > li.file.svg:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f1c5";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-downloads .list-file > li.file.jpg:before,
.box-downloads .list-file > li.file.JPG:before,
.box-downloads .list-file > li.file.jpeg:before,
.box-downloads .list-file > li.file.bmp:before,
.box-downloads .list-file > li.file.png:before,
.box-downloads .list-file > li.file.gif:before,
.box-downloads .list-file > li.file.svg:before {
  color: #000;
}
.box-downloads .list-file > li.file.ppt:before,
.box-downloads .list-file > li.file.pptx:before,
.box-downloads .list-file > li.file.potx:before,
.box-downloads .list-file > li.file.pot:before,
.box-downloads .list-file > li.file.pps:before,
.box-downloads .list-file > li.file.ppsx:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f1c4";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-downloads .list-file > li.file.ppt:before,
.box-downloads .list-file > li.file.pptx:before,
.box-downloads .list-file > li.file.potx:before,
.box-downloads .list-file > li.file.pot:before,
.box-downloads .list-file > li.file.pps:before,
.box-downloads .list-file > li.file.ppsx:before {
  color: #000;
}
.box-downloads .list-file > li.file.mdb:before,
.box-downloads .list-file > li.file.mdt:before,
.box-downloads .list-file > li.file.accdp:before,
.box-downloads .list-file > li.file.accdb:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f1c0";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-downloads .list-file > li.file.mdb:before,
.box-downloads .list-file > li.file.mdt:before,
.box-downloads .list-file > li.file.accdp:before,
.box-downloads .list-file > li.file.accdb:before {
  color: #000;
}
.box-downloads .list-file > li.file.mp4:before,
.box-downloads .list-file > li.file.mov:before,
.box-downloads .list-file > li.file.wmv:before,
.box-downloads .list-file > li.file.mpg:before,
.box-downloads .list-file > li.file.mpeg:before,
.box-downloads .list-file > li.file.swf:before,
.box-downloads .list-file > li.file.avi:before,
.box-downloads .list-file > li.file.dvx:before,
.box-downloads .list-file > li.file.f4v:before,
.box-downloads .list-file > li.file.flv:before,
.box-downloads .list-file > li.file.hdmov:before,
.box-downloads .list-file > li.file.m4v:before,
.box-downloads .list-file > li.file.mks:before,
.box-downloads .list-file > li.file.mk3d:before,
.box-downloads .list-file > li.file.mkv:before,
.box-downloads .list-file > li.file.mkv3d:before,
.box-downloads .list-file > li.file.mpg4:before,
.box-downloads .list-file > li.file.ogm:before,
.box-downloads .list-file > li.file.ogv:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f1c8";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-downloads .list-file > li.file.mp4:before,
.box-downloads .list-file > li.file.mov:before,
.box-downloads .list-file > li.file.wmv:before,
.box-downloads .list-file > li.file.mpg:before,
.box-downloads .list-file > li.file.mpeg:before,
.box-downloads .list-file > li.file.swf:before,
.box-downloads .list-file > li.file.avi:before,
.box-downloads .list-file > li.file.dvx:before,
.box-downloads .list-file > li.file.f4v:before,
.box-downloads .list-file > li.file.flv:before,
.box-downloads .list-file > li.file.hdmov:before,
.box-downloads .list-file > li.file.m4v:before,
.box-downloads .list-file > li.file.mks:before,
.box-downloads .list-file > li.file.mk3d:before,
.box-downloads .list-file > li.file.mkv:before,
.box-downloads .list-file > li.file.mkv3d:before,
.box-downloads .list-file > li.file.mpg4:before,
.box-downloads .list-file > li.file.ogm:before,
.box-downloads .list-file > li.file.ogv:before {
  color: #000;
}
.box-downloads .list-file > li.file.mp3:before,
.box-downloads .list-file > li.file.wav:before,
.box-downloads .list-file > li.file.wma:before,
.box-downloads .list-file > li.file.midi:before,
.box-downloads .list-file > li.file.mid:before,
.box-downloads .list-file > li.file.aac:before,
.box-downloads .list-file > li.file.amr:before,
.box-downloads .list-file > li.file.m4a:before,
.box-downloads .list-file > li.file.m4b:before,
.box-downloads .list-file > li.file.ra:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f1c7";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-downloads .list-file > li.file.mp3:before,
.box-downloads .list-file > li.file.wav:before,
.box-downloads .list-file > li.file.wma:before,
.box-downloads .list-file > li.file.midi:before,
.box-downloads .list-file > li.file.mid:before,
.box-downloads .list-file > li.file.aac:before,
.box-downloads .list-file > li.file.amr:before,
.box-downloads .list-file > li.file.m4a:before,
.box-downloads .list-file > li.file.m4b:before,
.box-downloads .list-file > li.file.ra:before {
  color: #000;
}
.box-downloads .list-file > li.file.link:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e611";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-downloads .list-file > li.file.link:before {
  color: #000;
}
.box-downloads .list-file > li.file.link:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e611";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-downloads .list-file > li.file.link:before {
  color: #000;
}
.box-dienst.box-content {
  margin-top: 30px;
  float: left;
  padding: 25px;
}
.box-dienst.box-content .box-block .list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.box-dienst.box-content .box-block .list > li {
  position: relative;
}
.box-dienst.box-content .box-block .list > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f04b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-dienst.box-content .box-block .list > li:before {
  color: #000;
}
.box-dienst.box-content .box-block .list > li:before {
  font-size: 10px;
}
.box-dienst.box-content .box-block .list > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.box-dienst.box-content .box-block .list > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.box-dienst.box-content .box-block .list > li > a {
  display: block;
}
.box-dienst.box-content .box-block .list > li > a,
.box-dienst.box-content .box-block .list > li > a > span,
.box-dienst.box-content .box-block .list > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.box-dienst.box-content .box-block .list > li:hover:before {
  color: #000;
}
.box-dienst.box-content .box-block .list > li:hover > a:only-child {
  text-decoration: underline;
}
.box-dienst.box-content .box-block .list > li:hover > a:only-child,
.box-dienst.box-content .box-block .list > li:hover > a:only-child > span,
.box-dienst.box-content .box-block .list > li:hover > a:only-child > span.title {
  color: #000;
}
.box-register .register-info:not(:last-child) {
  margin-bottom: 23px;
}
.box-not-found {
  padding-right: 5em;
  margin-top: 15px;
  background-color: #fff;
}
.box-not-found .title {
  color: #000;
}
.box-not-found:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92f";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-not-found:after {
  color: #000;
}
.box-not-found:after {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 70px;
}
.box-not-found a {
  text-decoration: underline;
}
.box-not-found a:focus,
.box-not-found a:hover {
  color: #000;
}
.box-related .list h3.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
}
.box-related .list > li > a:focus .title,
.box-related .list > li > a:hover .title {
  color: #000;
  text-decoration: underline;
}
.alertbox-success,
.info .alert-success,
.content-text .alert-success,
.hours.animate {
  padding: 23px 15px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  color: #000;
  background-color: #fff;
  border: 1px solid transparent;
}
.alertbox-success:not(:last-child),
.info .alert-success:not(:last-child),
.content-text .alert-success:not(:last-child),
.hours.animate:not(:last-child) {
  margin-bottom: 23px;
}
.alertbox-success .heading,
.info .alert-success .heading,
.content-text .alert-success .heading,
.hours.animate .heading {
  color: #000;
}
.alertbox-success a,
.info .alert-success a,
.content-text .alert-success a,
.hours.animate a {
  clear: both;
}
.alertbox-success a:before,
.info .alert-success a:before,
.content-text .alert-success a:before,
.hours.animate a:before {
  content: " ";
  width: 100%;
  height: 1px;
  display: block;
}
.alertbox-info,
.alertbox-newsletter,
.info .alert-info,
.content-text .alert-info {
  padding: 23px 15px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  color: #000;
  background-color: #fff;
  border: 1px solid transparent;
}
.alertbox-info:not(:last-child),
.alertbox-newsletter:not(:last-child),
.info .alert-info:not(:last-child),
.content-text .alert-info:not(:last-child) {
  margin-bottom: 23px;
}
.alertbox-info .heading,
.alertbox-newsletter .heading,
.info .alert-info .heading,
.content-text .alert-info .heading {
  color: #000;
}
.alertbox-info a,
.alertbox-newsletter a,
.info .alert-info a,
.content-text .alert-info a {
  clear: both;
}
.alertbox-info a:before,
.alertbox-newsletter a:before,
.info .alert-info a:before,
.content-text .alert-info a:before {
  content: " ";
  width: 100%;
  height: 1px;
  display: block;
}
.alertbox-warning,
.info .alert-warning,
.content-text .alert-warning {
  padding: 23px 15px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  color: #000;
  background-color: #fff;
  border: 1px solid transparent;
}
.alertbox-warning:not(:last-child),
.info .alert-warning:not(:last-child),
.content-text .alert-warning:not(:last-child) {
  margin-bottom: 23px;
}
.alertbox-warning .heading,
.info .alert-warning .heading,
.content-text .alert-warning .heading {
  color: #000;
}
.alertbox-warning a,
.info .alert-warning a,
.content-text .alert-warning a {
  clear: both;
}
.alertbox-warning a:before,
.info .alert-warning a:before,
.content-text .alert-warning a:before {
  content: " ";
  width: 100%;
  height: 1px;
  display: block;
}
.alertbox-danger,
.alertbox-maxlimit,
.info .alert-danger,
.content-text .alert-danger {
  padding: 23px 15px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  color: #000;
  background-color: #fff;
  border: 1px solid transparent;
}
.alertbox-danger:not(:last-child),
.alertbox-maxlimit:not(:last-child),
.info .alert-danger:not(:last-child),
.content-text .alert-danger:not(:last-child) {
  margin-bottom: 23px;
}
.alertbox-danger .heading,
.alertbox-maxlimit .heading,
.info .alert-danger .heading,
.content-text .alert-danger .heading {
  color: #000;
}
.alertbox-danger a,
.alertbox-maxlimit a,
.info .alert-danger a,
.content-text .alert-danger a {
  clear: both;
}
.alertbox-danger a:before,
.alertbox-maxlimit a:before,
.info .alert-danger a:before,
.content-text .alert-danger a:before {
  content: " ";
  width: 100%;
  height: 1px;
  display: block;
}
.alertbox-danger .validation-summary-errors > ul,
.alertbox-maxlimit .validation-summary-errors > ul,
.info .alert-danger .validation-summary-errors > ul,
.content-text .alert-danger .validation-summary-errors > ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.alertbox-danger .validation-summary-errors > ul > li,
.alertbox-maxlimit .validation-summary-errors > ul > li,
.info .alert-danger .validation-summary-errors > ul > li,
.content-text .alert-danger .validation-summary-errors > ul > li {
  position: relative;
}
.alertbox-danger .validation-summary-errors > ul > li:before,
.alertbox-maxlimit .validation-summary-errors > ul > li:before,
.info .alert-danger .validation-summary-errors > ul > li:before,
.content-text .alert-danger .validation-summary-errors > ul > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.alertbox-danger .validation-summary-errors > ul > li:before,
.alertbox-maxlimit .validation-summary-errors > ul > li:before,
.info .alert-danger .validation-summary-errors > ul > li:before,
.content-text .alert-danger .validation-summary-errors > ul > li:before {
  color: #000;
}
.alertbox-danger .validation-summary-errors > ul > li:before,
.alertbox-maxlimit .validation-summary-errors > ul > li:before,
.info .alert-danger .validation-summary-errors > ul > li:before,
.content-text .alert-danger .validation-summary-errors > ul > li:before {
  font-size: 10px;
}
.alertbox-danger .validation-summary-errors > ul > li:before,
.alertbox-maxlimit .validation-summary-errors > ul > li:before,
.info .alert-danger .validation-summary-errors > ul > li:before,
.content-text .alert-danger .validation-summary-errors > ul > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.alertbox-danger .validation-summary-errors > ul > li > a,
.alertbox-maxlimit .validation-summary-errors > ul > li > a,
.info .alert-danger .validation-summary-errors > ul > li > a,
.content-text .alert-danger .validation-summary-errors > ul > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.alertbox-danger .validation-summary-errors > ul > li > a,
.alertbox-maxlimit .validation-summary-errors > ul > li > a,
.info .alert-danger .validation-summary-errors > ul > li > a,
.content-text .alert-danger .validation-summary-errors > ul > li > a {
  display: block;
}
.alertbox-danger .validation-summary-errors > ul > li > a,
.alertbox-danger .validation-summary-errors > ul > li > a > span,
.alertbox-danger .validation-summary-errors > ul > li > a > span.title,
.alertbox-maxlimit .validation-summary-errors > ul > li > a,
.alertbox-maxlimit .validation-summary-errors > ul > li > a > span,
.alertbox-maxlimit .validation-summary-errors > ul > li > a > span.title,
.info .alert-danger .validation-summary-errors > ul > li > a,
.info .alert-danger .validation-summary-errors > ul > li > a > span,
.info .alert-danger .validation-summary-errors > ul > li > a > span.title,
.content-text .alert-danger .validation-summary-errors > ul > li > a,
.content-text .alert-danger .validation-summary-errors > ul > li > a > span,
.content-text .alert-danger .validation-summary-errors > ul > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.alertbox-danger .validation-summary-errors > ul > li:hover:before,
.alertbox-maxlimit .validation-summary-errors > ul > li:hover:before,
.info .alert-danger .validation-summary-errors > ul > li:hover:before,
.content-text .alert-danger .validation-summary-errors > ul > li:hover:before {
  color: #000;
}
.alertbox-danger .validation-summary-errors > ul > li:hover > a:only-child,
.alertbox-maxlimit .validation-summary-errors > ul > li:hover > a:only-child,
.info .alert-danger .validation-summary-errors > ul > li:hover > a:only-child,
.content-text .alert-danger .validation-summary-errors > ul > li:hover > a:only-child {
  text-decoration: underline;
}
.alertbox-danger .validation-summary-errors > ul > li:hover > a:only-child,
.alertbox-danger .validation-summary-errors > ul > li:hover > a:only-child > span,
.alertbox-danger .validation-summary-errors > ul > li:hover > a:only-child > span.title,
.alertbox-maxlimit .validation-summary-errors > ul > li:hover > a:only-child,
.alertbox-maxlimit .validation-summary-errors > ul > li:hover > a:only-child > span,
.alertbox-maxlimit .validation-summary-errors > ul > li:hover > a:only-child > span.title,
.info .alert-danger .validation-summary-errors > ul > li:hover > a:only-child,
.info .alert-danger .validation-summary-errors > ul > li:hover > a:only-child > span,
.info .alert-danger .validation-summary-errors > ul > li:hover > a:only-child > span.title,
.content-text .alert-danger .validation-summary-errors > ul > li:hover > a:only-child,
.content-text .alert-danger .validation-summary-errors > ul > li:hover > a:only-child > span,
.content-text .alert-danger .validation-summary-errors > ul > li:hover > a:only-child > span.title {
  color: #000;
}
.alertbox-danger .validation-summary-errors > ul > li,
.alertbox-maxlimit .validation-summary-errors > ul > li,
.info .alert-danger .validation-summary-errors > ul > li,
.content-text .alert-danger .validation-summary-errors > ul > li {
  color: #000;
  padding-left: 20px;
}
.alertbox-danger .validation-summary-errors > ul > li > a,
.alertbox-maxlimit .validation-summary-errors > ul > li > a,
.info .alert-danger .validation-summary-errors > ul > li > a,
.content-text .alert-danger .validation-summary-errors > ul > li > a {
  display: inline-block;
  padding: 0;
}
.alertbox-danger .validation-summary-errors > ul > li:hover:before,
.alertbox-maxlimit .validation-summary-errors > ul > li:hover:before,
.info .alert-danger .validation-summary-errors > ul > li:hover:before,
.content-text .alert-danger .validation-summary-errors > ul > li:hover:before {
  color: #000;
}
.alertbox-pager-results {
  float: right !important;
  margin: 36px 0;
  padding: 6px 23px;
}
.alertbox-newsletter {
  display: block;
  position: relative;
  padding-left: 45px;
}
.alertbox-newsletter:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.alertbox-newsletter:before {
  color: #000;
}
.alertbox-newsletter:before {
  position: absolute;
  left: 15px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.alertbox-newsletter:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 62px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  line-height: 2px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 62px;
  line-height: 2px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.25px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 32px;
  line-height: 1.25px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
  /*
	&:not(:first-child):not(:last-child) {
		border-radius: 0;
	}
	*/
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 23px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.street-map-container > div {
  height: 350px;
}
.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid #000;
}
.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}
.ol-scale-line {
  background: #fff;
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  position: absolute;
  padding: 2px;
}
.ol-scale-line-inner {
  border: 1px solid #000;
  border-top: none;
  color: #000;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents,width;
}
.ol-overlay-container {
  will-change: left,right,top,bottom;
}
.ol-unsupported {
  display: none;
}
.ol-viewport .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear,visibility 0s linear;
}
.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear,visibility 0s linear .25s;
}
.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}
.ol-zoom-extent button {
  line-height: 1.4em;
}
.ol-full-screen {
  right: .5em;
  top: .5em;
}
.ol-control {
  position: absolute;
  padding: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.ol-control:hover {
  background-color: #fff;
}
.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: #000;
  font-size: 1.14em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: #fff;
  border: none;
  border-radius: 2px;
}
.ol-control button:-moz-focus-inner {
  border: none;
  padding: 0;
}
.ol-control button:focus,
.ol-control button:hover {
  text-decoration: none;
  background-color: #fff;
}
.ol-compass {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  will-change: transform;
}
.ol-zoom {
  top: .5em;
  left: .5em;
}
.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}
.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(98.7%);
}
.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: none;
}
.ol-attribution li {
  display: inline;
  display: none !important;
  list-style: none;
  line-height: inherit;
}
.ol-attribution li:not(:last-child):after {
  content: " ";
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}
.ol-attribution button,
.ol-attribution ul {
  display: inline-block;
}
.ol-attribution.ol-collapsed ul {
  display: none !important;
}
.ol-attribution.ol-logo-only ul {
  display: block;
}
.ol-attribution:not(.ol-collapsed) {
  background: #fff;
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-logo-only {
  background: 0 0;
  bottom: .4em;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -0.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-logo-only button,
.ol-attribution .ol-attribution.ol-uncollapsible button {
  display: none;
}
.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}
.ol-zoomslider button {
  position: relative;
  height: 10px;
}
.ol-overviewmap {
  left: .5em;
  bottom: .5em;
}
.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block;
}
.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #000;
  height: 150px;
  margin: 2px;
  width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 1px;
  left: 2px;
  position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
  background: #fff;
}
.ol-overviewmap .ol-overviewmap-box {
  border: 2px dotted #000;
}
.ol-touch .ol-control button {
  font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
  top: 5.5em;
}
.ol-touch .ol-zoomslider {
  top: 5.5em;
}
@media print {
  .ol-control {
    display: none;
  }
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1010;
  width: 100%;
  border: 1px solid #000;
  border-top: 0;
  box-shadow: none;
  clip: rect(0, 0, 0, 0);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  overflow: hidden;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #000;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-#fff;
  background: -o-#fff;
  background: #fff;
  background-clip: padding-box;
  box-shadow: none;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #000;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/images/chosen-sprite.png') -42px 1px no-repeat !important;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/images/chosen-sprite.png') no-repeat 0px 2px !important;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #000;
  background: url('/images/chosen-sprite.png') no-repeat 100% -20px !important;
  font-size: 1em;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  padding-left: 0px;
  list-style: none;
  -webkit-box-shadow: 0px 6px 12px rgba(51, 73, 90, 0.17);
  box-shadow: none;
}
.chosen-container .chosen-results > li {
  word-wrap: break-word;
  -webkit-touch-callout: none;
  text-align: left;
  padding: 5px 10px;
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.chosen-container .chosen-results > li:before {
  color: #000;
}
.chosen-container .chosen-results > li:hover {
  text-decoration: none;
}
.chosen-container .chosen-results > li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results > li.disabled-result {
  display: list-item;
  color: #000;
  cursor: default;
}
.chosen-container .chosen-results > li.highlighted {
  background-color: #fff;
}
.chosen-container .chosen-results > li.no-results {
  color: #000;
  display: list-item;
  background: #fff;
}
.chosen-container .chosen-results > li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results > li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results > li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi {
  width: 100%;
}
.chosen-container-multi .chosen-choices {
  border: 1px solid #000;
  background-color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: text;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.chosen-container-multi .chosen-choices > li {
  display: inline-block;
  margin-left: 5px;
  color: #000;
}
.chosen-container-multi .chosen-choices > li.search-field {
  white-space: nowrap;
  position: relative;
}
.chosen-container-multi .chosen-choices > li.search-field:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f055";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.chosen-container-multi .chosen-choices > li.search-field:before {
  color: #000;
}
.chosen-container-multi .chosen-choices > li.search-field:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.chosen-container-multi .chosen-choices > li.search-field:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.chosen-container-multi .chosen-choices > li.search-field input[type="text"] {
  max-width: 30px !important;
}
.chosen-container-multi .chosen-choices > li.search-field:hover,
.chosen-container-multi .chosen-choices > li.search-field:hover input[type="text"] {
  cursor: pointer !important;
}
.chosen-container-multi .chosen-choices > li.search-field:hover input[type="text"] {
  background-color: #fff;
}
.chosen-container-multi .chosen-choices > li.search-field:only-child input[type="text"] {
  width: auto !important;
}
.chosen-container-multi .chosen-choices > li.search-field input[type="text"] {
  display: inline-block;
  padding: 2.5px 10px;
  background-color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #000;
  background-color: #fff;
  border: 0;
  width: 30px !important;
  height: 100% !important;
}
.chosen-container-multi .chosen-choices > li.search-field input[type="text"]:hover,
.chosen-container-multi .chosen-choices > li.search-field input[type="text"]:focus {
  text-decoration: none;
}
.chosen-container-multi .chosen-choices > li.search-field input[type="text"]:hover:not(a),
.chosen-container-multi .chosen-choices > li.search-field input[type="text"]:focus:not(a) {
  cursor: default;
}
.chosen-container-multi .chosen-choices > li.search-choice {
  position: relative;
  cursor: default;
  display: inline-block;
  padding: 2.5px 10px;
  background-color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #000;
  background-color: #fff;
}
.chosen-container-multi .chosen-choices > li.search-choice:hover,
.chosen-container-multi .chosen-choices > li.search-choice:focus {
  text-decoration: none;
}
.chosen-container-multi .chosen-choices > li.search-choice:hover:not(a),
.chosen-container-multi .chosen-choices > li.search-choice:focus:not(a) {
  cursor: default;
}
.chosen-container-multi .chosen-choices > li.search-choice > span {
  word-wrap: break-word;
  padding-right: 5px;
}
.chosen-container-multi .chosen-choices > li.search-choice .search-choice-close {
  position: relative;
  width: 20px;
  height: 36px;
}
.chosen-container-multi .chosen-choices > li.search-choice .search-choice-close:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f056";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.chosen-container-multi .chosen-choices > li.search-choice .search-choice-close:after {
  color: #000;
}
.chosen-container-multi .chosen-choices > li.search-choice .search-choice-close:after {
  font-size: 20px;
}
.chosen-container-multi .chosen-choices > li.search-choice .search-choice-close > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.chosen-container-multi .chosen-choices > li.search-choice .search-choice-close:after {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.chosen-container-multi .chosen-choices > li.search-choice .search-choice-close:hover:after,
.chosen-container-multi .chosen-choices > li.search-choice .search-choice-close:focus:after {
  color: inherit;
}
.chosen-container-multi .chosen-choices > li.search-choice .search-choice-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.chosen-container-multi .chosen-choices > li.search-choice .search-choice-close:hover,
.chosen-container-multi .chosen-choices > li.search-choice .search-choice-close:focus {
  text-decoration: none;
}
.chosen-container-multi .chosen-choices > li.search-choice .search-choice-close:hover:after,
.chosen-container-multi .chosen-choices > li.search-choice .search-choice-close:focus:after {
  font-size: 18px;
}
.chosen-container-multi .chosen-choices > li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #000;
  background-color: #fff;
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #000;
}
.chosen-container-multi .chosen-choices > li.search-choice-focus {
  background: #fff;
}
.chosen-container-multi .chosen-choices > li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #000;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active {
  border-color: #000;
}
.chosen-container-active .chosen-single {
  box-shadow: none;
}
.chosen-container-active.chosen-with-drop {
  border-color: #000;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border-color: #000;
  border-bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 5px 0 rgba(51, 73, 90, 0.11), 0 -2px 10px 0 rgba(51, 73, 90, 0.12);
  box-shadow: none;
}
.chosen-container-active .chosen-choices li.search-field:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.chosen-container-active .chosen-choices li.search-field:after {
  color: inherit;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #000;
  background-color: #fff;
  min-width: 30px !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url('/images/chosen-sprite.png') no-repeat -30px -20px !important;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@memedia only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*VARIABLES*/
/*RESET AND LAYOUT*/
#slider-wrapper .bxslider {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  height: 100%;
}
.bx-viewport,
.bx-wrapper {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  top: 0px;
  left: 0px;
}
.bx-controls > div {
  z-index: 1000;
}
.bx-controls > .bx-pager {
  position: absolute;
  display: inline-block;
  height: 30px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bx-controls > .bx-pager > div.bx-pager-item {
  position: relative;
}
.bx-controls > .bx-pager > div.bx-pager-item > a {
  text-indent: -10000px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.bx-controls > .bx-pager > div.bx-pager-item + div.bx-pager-item {
  margin-left: 10px;
}
.bx-controls > .bx-pager > div.bx-pager-item > a {
  display: inline-block !important;
  background-color: #fff;
}
.bx-controls > .bx-pager > div.bx-pager-item > a.active,
.bx-controls > .bx-pager > div.bx-pager-item > a:hover,
.bx-controls > .bx-pager > div.bx-pager-item > a:focus {
  background-color: #fff;
}
.bx-controls > .bx-pager > div.bx-pager-item > a:focus {
  outline: 0;
}
.bx-controls > .bx-pager > div.bx-pager-item {
  width: 10px;
  height: 30px;
  display: inline-block;
}
.bx-controls > .bx-controls-direction {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.bx-controls > .bx-controls-direction > a {
  width: 30px;
  height: 30px;
}
.bx-controls > .bx-controls-direction > a.bx-prev {
  position: relative;
}
.bx-controls > .bx-controls-direction > a.bx-prev:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f104";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bx-controls > .bx-controls-direction > a.bx-prev:before {
  color: #000;
}
.bx-controls > .bx-controls-direction > a.bx-prev:before {
  font-size: 18px;
}
.bx-controls > .bx-controls-direction > a.bx-prev > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.bx-controls > .bx-controls-direction > a.bx-prev:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.bx-controls > .bx-controls-direction > a.bx-prev:hover:before,
.bx-controls > .bx-controls-direction > a.bx-prev:focus:before {
  color: inherit;
}
.bx-controls > .bx-controls-direction > a.bx-next {
  position: relative;
}
.bx-controls > .bx-controls-direction > a.bx-next:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bx-controls > .bx-controls-direction > a.bx-next:before {
  color: #000;
}
.bx-controls > .bx-controls-direction > a.bx-next:before {
  font-size: 18px;
}
.bx-controls > .bx-controls-direction > a.bx-next > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.bx-controls > .bx-controls-direction > a.bx-next:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.bx-controls > .bx-controls-direction > a.bx-next:hover:before,
.bx-controls > .bx-controls-direction > a.bx-next:focus:before {
  color: inherit;
}
.bx-controls > .bx-controls-direction > a.bx-prev,
.bx-controls > .bx-controls-direction > a.bx-next {
  border: none !important;
  position: relative;
  width: 30px;
  height: 30px;
}
.bx-controls > .bx-controls-direction > a.bx-prev:before,
.bx-controls > .bx-controls-direction > a.bx-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bx-controls > .bx-controls-direction > a {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}
.bx-controls > .bx-controls-direction > a.bx-prev,
.bx-controls > .bx-controls-direction > a.bx-next {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
  border-color: #000;
  padding: 0px;
}
.bx-controls > .bx-controls-direction > a.bx-prev:focus,
.bx-controls > .bx-controls-direction > a.bx-next:focus,
.bx-controls > .bx-controls-direction > a.bx-prev:active:focus,
.bx-controls > .bx-controls-direction > a.bx-next:active:focus,
.bx-controls > .bx-controls-direction > a.bx-prev.active:focus,
.bx-controls > .bx-controls-direction > a.bx-next.active:focus,
.bx-controls > .bx-controls-direction > a.bx-prev.focus,
.bx-controls > .bx-controls-direction > a.bx-next.focus,
.bx-controls > .bx-controls-direction > a.bx-prev:active.focus,
.bx-controls > .bx-controls-direction > a.bx-next:active.focus,
.bx-controls > .bx-controls-direction > a.bx-prev.active.focus,
.bx-controls > .bx-controls-direction > a.bx-next.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bx-controls > .bx-controls-direction > a.bx-prev:active,
.bx-controls > .bx-controls-direction > a.bx-next:active,
.bx-controls > .bx-controls-direction > a.bx-prev.active,
.bx-controls > .bx-controls-direction > a.bx-next.active {
  outline: 0;
  background-image: none;
}
.bx-controls > .bx-controls-direction > a.bx-prev.disabled,
.bx-controls > .bx-controls-direction > a.bx-next.disabled,
.bx-controls > .bx-controls-direction > a.bx-prev[disabled],
.bx-controls > .bx-controls-direction > a.bx-next[disabled],
fieldset[disabled] .bx-controls > .bx-controls-direction > a.bx-prev,
fieldset[disabled] .bx-controls > .bx-controls-direction > a.bx-next {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.bx-controls > .bx-controls-direction > a.bx-prev.disabled,
a.bx-controls > .bx-controls-direction > a.bx-next.disabled,
fieldset[disabled] a.bx-controls > .bx-controls-direction > a.bx-prev,
fieldset[disabled] a.bx-controls > .bx-controls-direction > a.bx-next {
  pointer-events: none;
}
.bx-controls > .bx-controls-direction > a.bx-prev:before,
.bx-controls > .bx-controls-direction > a.bx-next:before {
  color: #000;
}
.bx-controls > .bx-controls-direction > a.bx-prev:hover,
.bx-controls > .bx-controls-direction > a.bx-next:hover {
  text-decoration: none;
}
.bx-controls > .bx-controls-direction > a.bx-prev {
  margin-right: 30px;
}
.bx-controls > .bx-controls-direction > a:hover.bx-prev,
.bx-controls > .bx-controls-direction > a:focus.bx-prev,
.bx-controls > .bx-controls-direction > a:hover.bx-next,
.bx-controls > .bx-controls-direction > a:focus.bx-next {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.bx-controls > .bx-controls-direction > a:hover.bx-prev:before,
.bx-controls > .bx-controls-direction > a:focus.bx-prev:before,
.bx-controls > .bx-controls-direction > a:hover.bx-next:before,
.bx-controls > .bx-controls-direction > a:focus.bx-next:before {
  color: #000;
}
.bx-controls > .bx-controls-direction > a:hover.bx-prev:hover,
.bx-controls > .bx-controls-direction > a:focus.bx-prev:hover,
.bx-controls > .bx-controls-direction > a:hover.bx-next:hover,
.bx-controls > .bx-controls-direction > a:focus.bx-next:hover {
  text-decoration: none;
}
.bx-controls > .bx-controls-direction > a:focus {
  outline: 0;
}
@media (max-width: 767px) {
  .bx-controls > .bx-controls-direction {
    display: none !important;
  }
}
.bx-controls > .bx-controls-auto {
  position: absolute;
  bottom: 0px;
  right: 30px;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .bx-controls > .bx-controls-auto > .bx-controls-auto-item > a {
    width: 44px !important;
    height: 44px !important;
  }
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start {
  position: relative;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f04b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start:before {
  color: #000;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start:before {
  font-size: 12px;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start:hover:before,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start:focus:before {
  color: inherit;
}
@media (max-width: 767px) {
  .bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start:before {
    font-size: 18px !important;
  }
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop {
  position: relative;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f04d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop:before {
  color: #000;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop:before {
  font-size: 12px;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop:hover:before,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop:focus:before {
  color: inherit;
}
@media (max-width: 767px) {
  .bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop:before {
    font-size: 18px !important;
  }
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop {
  border: none !important;
  position: relative;
  width: 30px;
  height: 30px;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start:before,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.active {
  display: none !important;
}
@media (max-width: 767px) {
  .bx-controls > .bx-controls-auto {
    right: 0px !important;
  }
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
  border-color: #000;
  padding: 0px;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start:focus,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop:focus,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start:active:focus,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop:active:focus,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start.active:focus,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop.active:focus,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start.focus,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop.focus,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start:active.focus,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop:active.focus,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start.active.focus,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start:active,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop:active,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start.active,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop.active {
  outline: 0;
  background-image: none;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start.disabled,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop.disabled,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start[disabled],
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop[disabled],
fieldset[disabled] .bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start,
fieldset[disabled] .bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start.disabled,
a.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop.disabled,
fieldset[disabled] a.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start,
fieldset[disabled] a.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop {
  pointer-events: none;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start:before,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop:before {
  color: #000;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-start:hover,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a.bx-stop:hover {
  text-decoration: none;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a:hover.bx-start,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a:focus.bx-start,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a:hover.bx-stop,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a:focus.bx-stop {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a:hover.bx-start:before,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a:focus.bx-start:before,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a:hover.bx-stop:before,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a:focus.bx-stop:before {
  color: #000;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a:hover.bx-start:hover,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a:focus.bx-start:hover,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a:hover.bx-stop:hover,
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a:focus.bx-stop:hover {
  text-decoration: none;
}
.bx-controls > .bx-controls-auto > .bx-controls-auto-item > a:focus {
  outline: 0;
}
.media-link {
  /* 
		&:not(.photo-person) {} 
		*/
}
@media (min-width: 559px) {
  .media-link {
    position: relative;
    display: block;
  }
  .media-link .photo,
  .media-link .video {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    position: relative;
    display: block;
    overflow: hidden;
  }
  .media-link .photo .thumb-photo,
  .media-link .video .thumb-photo,
  .media-link .photo .thumb-video,
  .media-link .video .thumb-video,
  .media-link .photo img,
  .media-link .video img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .media-link .photo:before,
  .media-link .video:before,
  .media-link .photo:after,
  .media-link .video:after {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: background, opacity;
    -moz-transition-property: background, opacity;
    -o-transition-property: background, opacity;
    transition-property: background, opacity;
  }
  .media-link .photo:after,
  .media-link .video:after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    content: " ";
    width: 100%;
    height: 100%;
    background: transparent;
  }
  .media-link .photo:before,
  .media-link .video:before {
    font-family: "icomoon", 'Lato', sans-serif;
    content: "\e932";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .media-link .photo:before,
  .media-link .video:before {
    color: #000;
  }
  .media-link .photo:before,
  .media-link .video:before {
    font-size: 10px;
  }
  .media-link .photo:before,
  .media-link .video:before {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transition-property: font-size, opacity;
    -moz-transition-property: font-size, opacity;
    -o-transition-property: font-size, opacity;
    transition-property: font-size, opacity;
  }
  .media-link .photo:before,
  .media-link .video:before {
    font-family: "icomoon", 'Lato', sans-serif;
    content: "\e932";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .media-link .photo:before,
  .media-link .video:before {
    color: #000;
  }
  .media-link .video:before {
    font-family: "icomoon", 'Lato', sans-serif;
    content: "\f04b";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .media-link .video:before {
    color: #000;
  }
  .media-link:hover,
  .media-link:focus {
    text-decoration: none;
  }
  .media-link:hover .photo .thumb-photo,
  .media-link:focus .photo .thumb-photo,
  .media-link:hover .video .thumb-photo,
  .media-link:focus .video .thumb-photo,
  .media-link:hover .photo .thumb-video,
  .media-link:focus .photo .thumb-video,
  .media-link:hover .video .thumb-video,
  .media-link:focus .video .thumb-video,
  .media-link:hover .photo img,
  .media-link:focus .photo img,
  .media-link:hover .video img,
  .media-link:focus .video img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .media-link:hover .photo:before,
  .media-link:focus .photo:before,
  .media-link:hover .video:before,
  .media-link:focus .video:before {
    font-size: 44px;
  }
  .media-link:hover .photo:before,
  .media-link:focus .photo:before,
  .media-link:hover .video:before,
  .media-link:focus .video:before {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    /* 
				//-- layout specifiek - make border circle
				.square(66);
				line-height: 66px !important;
				.text-center;
				border: 1px solid @icon-thumb-color;
				.circle; 
				*/
  }
  .media-link:hover .photo:after,
  .media-link:focus .photo:after,
  .media-link:hover .video:after,
  .media-link:focus .video:after {
    background: #fff;
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
.media-link .thumb-video {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.media-thumb {
  display: block;
}
.thumb-video {
  display: block;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 180px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.thumb-video > i {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.one-media {
  position: relative;
}
.one-media,
.one-media .photo,
.one-media .photo > img {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.one-media.media-content {
  margin-bottom: 8px;
  /* 
		+ .info, 
		+ div {
			+ div {
				clear: both;
			}
		} 
		*/
}
.one-media.media-content .photo,
.one-media.media-content .photo > img {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
@media (min-width: 559px) {
  .one-media.media-content {
    float: right;
    margin-left: 16px;
    max-width: 300px;
  }
}
.one-media.media-box .photo,
.one-media.media-box .photo > img {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.one-media.media-box.one-media:not(:last-child) {
  margin-bottom: 36px;
}
.one-media .copyright,
.list-media.media-box .copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  padding: 1px 5px;
}
#lcpbox_container {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
}
#lcpbox_container > div[class*="overlay"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: #fff;
}
#lcpbox_container #lcpbox {
  margin: 0 auto;
  position: relative;
  text-align: left;
  z-index: 1050;
  top: 20px !important;
  -webkit-box-shadow: 0px 6px 12px rgba(252, 179, 22, 0.17);
  box-shadow: none;
}
#lcpbox_container #lcpbox #lcpbox_title {
  display: none;
  overflow: hidden;
  background: #fff;
}
#lcpbox_container #lcpbox #lcpbox_title #lcpbox_title_inner {
  padding: 0.5em 1em;
  color: #000;
}
#lcpbox_container #lcpbox #lcpbox_body {
  width: 100%;
  overflow: hidden;
}
#lcpbox_container #lcpbox #lcpbox_info {
  clear: both;
  float: none;
}
#lcpbox_container #lcpbox .lcpbox_clear {
  padding-bottom: 10px;
}
#lcpbox_container #lcpbox #lcpbox_body_inner {
  height: 100%;
  position: relative;
  background-color: #fff;
}
#lcpbox_container #lcpbox #lcpbox_nav_close {
  top: 10px;
  right: 2px;
  z-index: 1051;
  position: relative;
  position: absolute;
}
#lcpbox_container #lcpbox #lcpbox_nav_close:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e613";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#lcpbox_container #lcpbox #lcpbox_nav_close:before {
  color: inherit;
}
#lcpbox_container #lcpbox #lcpbox_nav_close:before {
  font-size: 18px;
}
#lcpbox_container #lcpbox #lcpbox_nav_close > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#lcpbox_container #lcpbox #lcpbox_nav_close:focus,
#lcpbox_container #lcpbox #lcpbox_nav_close:hover {
  color: #000;
}
#lcpbox_container #lcpbox_info_inner {
  text-align: center;
  background-color: #fff;
}
#lcpbox_container #lcpbox_counter {
  color: #000;
  font-size: 20px;
}
#lcpbox_container #lcpbox_nav > a {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #000;
  background-color: transparent;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  position: relative;
}
#lcpbox_container #lcpbox_nav > a:focus,
#lcpbox_container #lcpbox_nav > a:active:focus,
#lcpbox_container #lcpbox_nav > a.active:focus,
#lcpbox_container #lcpbox_nav > a.focus,
#lcpbox_container #lcpbox_nav > a:active.focus,
#lcpbox_container #lcpbox_nav > a.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#lcpbox_container #lcpbox_nav > a:active,
#lcpbox_container #lcpbox_nav > a.active {
  outline: 0;
  background-image: none;
}
#lcpbox_container #lcpbox_nav > a.disabled,
#lcpbox_container #lcpbox_nav > a[disabled],
fieldset[disabled] #lcpbox_container #lcpbox_nav > a {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#lcpbox_container #lcpbox_nav > a.disabled,
fieldset[disabled] a#lcpbox_container #lcpbox_nav > a {
  pointer-events: none;
}
#lcpbox_container #lcpbox_nav > a:before {
  color: #000;
}
#lcpbox_container #lcpbox_nav > a:hover {
  text-decoration: none;
}
#lcpbox_container #lcpbox_nav > a:focus,
#lcpbox_container #lcpbox_nav > a.focus,
#lcpbox_container #lcpbox_nav > a:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
#lcpbox_container #lcpbox_nav > a:active,
#lcpbox_container #lcpbox_nav > a.active,
.open > .dropdown-toggle#lcpbox_container #lcpbox_nav > a {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
#lcpbox_container #lcpbox_nav > a:active:hover,
#lcpbox_container #lcpbox_nav > a.active:hover,
.open > .dropdown-toggle#lcpbox_container #lcpbox_nav > a:hover,
#lcpbox_container #lcpbox_nav > a:active:focus,
#lcpbox_container #lcpbox_nav > a.active:focus,
.open > .dropdown-toggle#lcpbox_container #lcpbox_nav > a:focus,
#lcpbox_container #lcpbox_nav > a:active.focus,
#lcpbox_container #lcpbox_nav > a.active.focus,
.open > .dropdown-toggle#lcpbox_container #lcpbox_nav > a.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
#lcpbox_container #lcpbox_nav > a:active,
#lcpbox_container #lcpbox_nav > a.active,
.open > .dropdown-toggle#lcpbox_container #lcpbox_nav > a {
  background-image: none;
}
#lcpbox_container #lcpbox_nav > a.disabled:hover,
#lcpbox_container #lcpbox_nav > a[disabled]:hover,
fieldset[disabled] #lcpbox_container #lcpbox_nav > a:hover,
#lcpbox_container #lcpbox_nav > a.disabled:focus,
#lcpbox_container #lcpbox_nav > a[disabled]:focus,
fieldset[disabled] #lcpbox_container #lcpbox_nav > a:focus,
#lcpbox_container #lcpbox_nav > a.disabled.focus,
#lcpbox_container #lcpbox_nav > a[disabled].focus,
fieldset[disabled] #lcpbox_container #lcpbox_nav > a.focus {
  background-color: transparent;
  border-color: #000;
}
#lcpbox_container #lcpbox_nav > a .badge {
  color: transparent;
  background-color: #fff;
}
#lcpbox_container #lcpbox_nav > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\b005";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#lcpbox_container #lcpbox_nav > a:before {
  color: inherit;
}
#lcpbox_container #lcpbox_nav > a:before {
  font-size: 18px;
}
#lcpbox_container #lcpbox_nav > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#lcpbox_container #lcpbox_nav > a:hover,
#lcpbox_container #lcpbox_nav > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #000;
}
#lcpbox_container #lcpbox_nav #lcpbox_nav_save:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e625";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#lcpbox_container #lcpbox_nav #lcpbox_nav_save:before {
  color: inherit;
}
#lcpbox_container #lcpbox_nav #lcpbox_nav_previous:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f048";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#lcpbox_container #lcpbox_nav #lcpbox_nav_previous:before {
  color: inherit;
}
#lcpbox_container #lcpbox_nav #lcpbox_nav_next:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f051";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#lcpbox_container #lcpbox_nav #lcpbox_nav_next:before {
  color: inherit;
}
#lcpbox_container #lcpbox_nav #lcpbox_nav_play:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f04b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#lcpbox_container #lcpbox_nav #lcpbox_nav_play:before {
  color: inherit;
}
#lcpbox_container #lcpbox_nav #lcpbox_nav_pause:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f04c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#lcpbox_container #lcpbox_nav #lcpbox_nav_pause:before {
  color: inherit;
}
/* ==========================================================================
Dark Site modal box
========================================================================== */
.alert-container {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}
.alert-container > div[class*="overlay"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: #fff;
}
.alert-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 6px 12px rgba(109, 104, 104, 0.17);
  box-shadow: none;
  z-index: 1041;
  padding: 20px 25px;
  overflow: hidden;
  margin: 60px auto;
}
.alert-content .btn-cta {
  margin-top: 23px;
}
@media (min-width: 768px) {
  .alert-content {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .alert-content {
    width: 900px;
  }
}
.alert-content .alert-close {
  position: relative;
  overflow: hidden;
  border: 0;
  height: 59px;
  padding-top: 0px;
  padding-bottom: 0px;
  min-width: 39px;
  padding-left: 12px;
  padding-right: 12px;
  /**
		* Style hamburger to cross
		* 
		* Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
		* down to center and transform into an "x".
		*/
  /* active state, i.e. menu open */
  height: 50px;
  min-width: 65px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
@media (max-width: 558px) {
  .alert-content .alert-close {
    padding-left: 22px;
    padding-right: 22px;
    min-width: 59px;
  }
}
.alert-content .alert-close > span.toggle-icon {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background: #fff;
}
.alert-content .alert-close > span.toggle-icon:before,
.alert-content .alert-close > span.toggle-icon:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
.alert-content .alert-close > span.toggle-icon:before {
  top: -5px;
}
.alert-content .alert-close > span.toggle-icon:after {
  bottom: -5px;
}
.alert-content .alert-close > span.toggle-txt {
  line-height: 59px;
  display: inline-block;
  padding-left: 27px;
}
.alert-content .alert-close:hover,
.alert-content .alert-close:focus {
  color: #000;
}
.alert-content .alert-close:hover span.toggle-icon,
.alert-content .alert-close:focus span.toggle-icon {
  background-color: #fff;
}
.alert-content .alert-close:hover span.toggle-icon:before,
.alert-content .alert-close:focus span.toggle-icon:before,
.alert-content .alert-close:hover span.toggle-icon:after,
.alert-content .alert-close:focus span.toggle-icon:after {
  background-color: #fff;
}
.alert-content .alert-close:focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.alert-content .alert-close > span.toggle-icon {
  -webkit-transition: background 0s 0.5s;
  -moz-transition: background 0s 0.5s;
  -o-transition: background 0s 0.5s;
  transition: background 0s 0.5s;
  -webkit-transition-property: top, bottom, -webkit-transform;
  -moz-transition-property: top, bottom, -moz-transform;
  -o-transition-property: top, bottom, -o-transform;
  transition-property: top, bottom,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: top, bottom, transform;
  transition-property: top, bottom, transform;
  animation: xth 0.5s;
  background: #fff;
}
.alert-content .alert-close > span.toggle-icon:before {
  -webkit-transition-property: top, -webkit-transform;
  -moz-transition-property: top, -moz-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}
.alert-content .alert-close > span.toggle-icon:after {
  -webkit-transition-property: bottom, -webkit-transform;
  -moz-transition-property: bottom, -moz-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.alert-content .alert-close > span.toggle-icon:before,
.alert-content .alert-close > span.toggle-icon:after {
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
}
.alert-content .alert-close.is-active > span.toggle-icon {
  animation: htx 0.5s;
  background: transparent;
}
.alert-content .alert-close.is-active > span.toggle-icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.alert-content .alert-close.is-active > span.toggle-icon:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.alert-content .alert-close.is-active > span.toggle-icon:before,
.alert-content .alert-close.is-active > span.toggle-icon:after {
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}
.alert-content .alert-close > span.toggle-icon {
  background-color: #fff;
}
.alert-content .alert-close > span.toggle-icon:before,
.alert-content .alert-close > span.toggle-icon:after {
  background-color: #fff;
}
.alert-content .alert-close > span.toggle-txt {
  line-height: 50px;
}
.alert-content .alert-close:focus span.toggle-icon,
.alert-content .alert-close:hover span.toggle-icon {
  background-color: transparent;
}
.alert-content .alert-close:focus span.toggle-icon:before,
.alert-content .alert-close:hover span.toggle-icon:before,
.alert-content .alert-close:focus span.toggle-icon:after,
.alert-content .alert-close:hover span.toggle-icon:after {
  background-color: #fff;
}
.alert-content .alert-close > span.toggle-txt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
button.alert-close span.toggle-icon:before,
button.alert-close span.toggle-icon:after {
  border: 1px solid black !important;
}
#flying-focus {
  position: absolute;
  margin: 0px;
  background-color: transparent;
  -webkit-transition-property: left, top, width, height;
  -moz-transition-property: left, top, width, height;
  -o-transition-property: left, top, width, height;
  transition-property: left, top, width, height;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 1, 0, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0, 1);
  transition-timing-function: cubic-bezier(0, 1, 0, 1);
  visibility: hidden;
  pointer-events: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 9999;
}
#flying-focus:after {
  content: '';
  position: absolute;
  top: -9px;
  left: -9px;
  bottom: -9px;
  right: -9px;
  border-radius: 3px;
  border: 1px solid #000;
  box-shadow: none;
}
.flying-focus_target {
  outline: none !important;
  /* Doesn't work in Firefox :( */
}
/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
\ .flying-focus_target::-moz-focus-inner {
  border: 0 !important;
}
/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #flying-focus {
    box-shadow: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px;
  }
}
.clearfix:before,
.clearfix:after,
.header-filters .filter-info .list:before,
.header-filters .filter-info .list:after,
.box-grid:before,
.box-grid:after,
#inner-wrap.has-hamburger .navbar-default .menu-wrapper > .menu-container:before,
#inner-wrap.has-hamburger .navbar-default .menu-wrapper > .menu-container:after,
#inner-wrap.has-hamburger .navbar-default .nav-main:before,
#inner-wrap.has-hamburger .navbar-default .nav-main:after,
#box-share .share-btns .list-share:before,
#box-share .share-btns .list-share:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.list-social:before,
.list-social:after,
.list-grid:before,
.list-grid:after,
.list-media:not(.media-box):before,
.list-media:not(.media-box):after,
.list-media.media-content:before,
.list-media.media-content:after,
.list-media.media-box:before,
.list-media.media-box:after,
.form-inline > .form-group:before,
.form-inline > .form-group:after,
.form-inline > .row-group:before,
.form-inline > .row-group:after,
.navbar-default .nav-main:before,
.navbar-default .nav-main:after,
.navbar-default:not(.has-hamburger) .navbar-container:before,
.navbar-default:not(.has-hamburger) .navbar-container:after,
.page-container-wrapper:before,
.page-container-wrapper:after,
.page-container.page-column:before,
.page-container.page-column:after,
.footer-logos .list-footer-logos:before,
.footer-logos .list-footer-logos:after,
.footer .footer-inner .footer-row:before,
.footer .footer-inner .footer-row:after,
.partial-container.partial-masonry .masonry-list:before,
.partial-container.partial-masonry .masonry-list:after,
.masonry-grid .list:not(.ui-sortable):before,
.masonry-grid .list:not(.ui-sortable):after,
.spotlight-wrapper .spotlight-row:before,
.spotlight-wrapper .spotlight-row:after,
.spotlight-wrapper .spotlight-row.item-1 > .spotlight-column .list:before,
.spotlight-wrapper .spotlight-row.item-1 > .spotlight-column .list:after,
.spotlight-wrapper .spotlight-row.item-2 > .spotlight-column .list:before,
.spotlight-wrapper .spotlight-row.item-2 > .spotlight-column .list:after,
.box-wrapper .box-row:before,
.box-wrapper .box-row:after,
.cta-wrapper .list:before,
.cta-wrapper .list:after,
.grid-masonry:before,
.grid-masonry:after,
.home .spotlight .list:before,
.home .spotlight .list:after,
.home .fast-to ul.list:before,
.home .fast-to ul.list:after,
.box-contact-content .contact-content:before,
.box-contact-content .contact-content:after,
.box-contact-content .box-contact-block-row:before,
.box-contact-content .box-contact-block-row:after,
.footer-outer:before,
.footer-outer:after,
.contact-detail .box-contact-block-row:before,
.contact-detail .box-contact-block-row:after,
.contact-popular .box-contact-block-row:before,
.contact-popular .box-contact-block-row:after,
.atoz .page-container.partial-atoz:before,
.atoz .page-container.partial-atoz:after,
.box-az .box-block .nav-az:before,
.box-az .box-block .nav-az:after,
.theme-play-style .list:before,
.theme-play-style .list:after,
.media-partial-overview .list:before,
.media-partial-overview .list:after,
.media-partial-spotlight .list:before,
.media-partial-spotlight .list:after,
.media-partial-box .list:before,
.media-partial-box .list:after,
.company-update form .row-group.group-address > .control-wrapper:before,
.company-update form .row-group.group-address > .control-wrapper:after,
.publications-category .list:before,
.publications-category .list:after,
.events-detail .events-detail-info > div:before,
.events-detail .events-detail-info > div:after,
.publications-overview .list:before,
.publications-overview .list:after {
  content: " ";
  display: table;
}
.clearfix:after,
.header-filters .filter-info .list:after,
.box-grid:after,
#inner-wrap.has-hamburger .navbar-default .menu-wrapper > .menu-container:after,
#inner-wrap.has-hamburger .navbar-default .nav-main:after,
#box-share .share-btns .list-share:after,
.container:after,
.container-fluid:after,
.list-social:after,
.list-grid:after,
.list-media:not(.media-box):after,
.list-media.media-content:after,
.list-media.media-box:after,
.form-inline > .form-group:after,
.form-inline > .row-group:after,
.navbar-default .nav-main:after,
.navbar-default:not(.has-hamburger) .navbar-container:after,
.page-container-wrapper:after,
.page-container.page-column:after,
.footer-logos .list-footer-logos:after,
.footer .footer-inner .footer-row:after,
.partial-container.partial-masonry .masonry-list:after,
.masonry-grid .list:not(.ui-sortable):after,
.spotlight-wrapper .spotlight-row:after,
.spotlight-wrapper .spotlight-row.item-1 > .spotlight-column .list:after,
.spotlight-wrapper .spotlight-row.item-2 > .spotlight-column .list:after,
.box-wrapper .box-row:after,
.cta-wrapper .list:after,
.grid-masonry:after,
.home .spotlight .list:after,
.home .fast-to ul.list:after,
.box-contact-content .contact-content:after,
.box-contact-content .box-contact-block-row:after,
.footer-outer:after,
.contact-detail .box-contact-block-row:after,
.contact-popular .box-contact-block-row:after,
.atoz .page-container.partial-atoz:after,
.box-az .box-block .nav-az:after,
.theme-play-style .list:after,
.media-partial-overview .list:after,
.media-partial-spotlight .list:after,
.media-partial-box .list:after,
.company-update form .row-group.group-address > .control-wrapper:after,
.publications-category .list:after,
.events-detail .events-detail-info > div:after,
.publications-overview .list:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: table;
  height: 100%;
}
.center-block > a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1300px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.datepicker {
  min-width: 350px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #000;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #000;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #000;
}
.datepicker table {
  width: 100%;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #000;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  color: #000;
  background: #fff;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #000;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  border-radius: 0;
}
.datepicker table tr td.highlighted:before {
  color: #000;
}
.datepicker table tr td.highlighted:hover {
  text-decoration: none;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.highlighted .badge {
  color: #000;
  background-color: #fff;
}
.datepicker table tr td.highlighted.focused {
  background: #fff;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #fff;
  color: #000;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.datepicker table tr td.today:before {
  color: #000;
}
.datepicker table tr td.today:hover {
  text-decoration: none;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus,
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.today .badge {
  color: #000;
  background-color: #fff;
}
.datepicker table tr td.today.focused {
  background: #fff;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #fff;
  color: #000;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  border-radius: 0;
}
.datepicker table tr td.range:before {
  color: #000;
}
.datepicker table tr td.range:hover {
  text-decoration: none;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus,
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.range .badge {
  color: #000;
  background-color: #fff;
}
.datepicker table tr td.range.focused {
  background: #fff;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #fff;
  color: #000;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.datepicker table tr td.range.highlighted:before {
  color: #000;
}
.datepicker table tr td.range.highlighted:hover {
  text-decoration: none;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.range.highlighted .badge {
  color: #000;
  background-color: #fff;
}
.datepicker table tr td.range.highlighted.focused {
  background: #fff;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #fff;
  color: #000;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.datepicker table tr td.range.today:before {
  color: #000;
}
.datepicker table tr td.range.today:hover {
  text-decoration: none;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.range.today .badge {
  color: #000;
  background-color: #fff;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #fff;
  color: #000;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  text-shadow: none;
}
.datepicker table tr td.selected:before,
.datepicker table tr td.selected.highlighted:before {
  color: #000;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  text-decoration: none;
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #000;
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  text-shadow: none;
}
.datepicker table tr td.active:before,
.datepicker table tr td.active.highlighted:before {
  color: #000;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  text-decoration: none;
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #000;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #fff;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #000;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  text-shadow: none;
}
.datepicker table tr td span.active:before,
.datepicker table tr td span.active:hover:before,
.datepicker table tr td span.active.disabled:before,
.datepicker table tr td span.active.disabled:hover:before {
  color: #000;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  text-decoration: none;
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #fff;
  border-color: #000;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #000;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #000;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #fff;
  color: #000;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
  margin-bottom: 36px;
}
.input-daterange .input-group {
  width: 100%;
}
.input-daterange .input-group:not(:last-child) {
  margin-bottom: 10px;
}
.input-daterange input {
  text-align: left;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 2;
  text-shadow: none;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/* ==========================================================================
Core
============================================================================= */
/* ==========================================================================
 CORE :: Structure changes :: Scaffolding
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  min-width: 320px;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}
html.no-scroll .is-active .btn-toggle-close:active,
body.no-scroll .is-active .btn-toggle-close:active,
html.no-scroll .is-active .btn-toggle-close:focus,
body.no-scroll .is-active .btn-toggle-close:focus {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html.no-scroll .is-active .btn-toggle-close:active,
body.no-scroll .is-active .btn-toggle-close:active,
html.no-scroll .is-active .btn-toggle-close:focus,
body.no-scroll .is-active .btn-toggle-close:focus {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 36px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  position: fixed !important;
  z-index: 1051;
  bottom: 0px;
  right: 0px;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 2;
  background-color: #fff;
  overflow-x: hidden;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0224FF;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 36px;
  margin-bottom: 36px;
  border: 0;
  border-top: 1px solid #000;
}
hr.mini {
  width: 5%;
  margin: 0 auto;
  border-width: 4px;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.sr-visible {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.invisibility {
  visibility: hidden !important;
}
[role="button"] {
  cursor: pointer;
}
.fullscreen-img {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* 
	@media (max-width: @screen-desktop-max) {
		.background-size(cover);
	}
	
	@media (min-width: @screen-widescreen) { 
		.background-size(auto 100%);
	}  
	*/
}
.border {
  border: 1px solid #000;
}
.border-bottom-none {
  border-bottom: 0;
}
.border-top {
  border-top: 1px solid #000;
}
.border-bottom {
  border-bottom: 1px solid #000;
}
.border-dotted {
  border-style: dotted;
}
.no-border {
  border: 0;
}
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.no-border-radius {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.no-background {
  background: transparent;
}
.br-50 {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.br-100,
.circle {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.full-width {
  width: 100%;
}
/* ==========================================================================
 Page - structure :: base page containers
========================================================================== */
p br {
  float: left;
}
p br:first-of-type {
  float: none;
}
#outer-wrap {
  position: relative;
  overflow: hidden;
}
#inner-wrap {
  position: relative;
  background-color: transparent;
  /*
		&.active {
			.header .header-right .header-search .search-form {
				width: 365px;
			}
			.search-top {
				z-index: 9999;
			}
		}
		*/
  /* 
		//## fluid container main
		.container-fixed(
			@gutter: (@grid-gutter-width);
		); 
		*/
}
#inner-wrap.has-hamburger {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  top: 0;
}
#inner-wrap.has-hamburger .navbar-toggle.btn-menu {
  display: inline-block;
}
#inner-wrap.has-hamburger .header-nav {
  float: none !important;
}
#inner-wrap.has-hamburger.active .header-nav {
  position: relative;
}
#inner-wrap.has-hamburger.active .header-nav .header-nav-overlay {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}
#inner-wrap.has-hamburger.active .header-nav .header-nav-overlay > div[class*="overlay"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: #fff;
}
#inner-wrap.has-hamburger.active .header-nav .header-nav-overlay.is-active {
  background: #fff;
  z-index: 900;
}
#inner-wrap.has-hamburger.active .lcp-bo-edit-box {
  left: 300px;
}
#inner-wrap.has-hamburger .menu-header {
  position: absolute;
  z-index: 1041;
  top: -4px;
  right: 23px;
  text-align: right;
  height: 50px;
  padding-left: 15px;
  /*			.dropdown-shadow(
				@shadow-style: base;
				@shadow-color: @black;
			);*/
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
#inner-wrap.has-hamburger .menu-header + div {
  padding-top: 50px;
}
#inner-wrap.has-hamburger .menu-header > .title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #000;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 50px;
  float: left !important;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header {
  display: inline-block;
  position: absolute;
  z-index: 1042;
  position: relative;
  overflow: hidden;
  border: 0;
  height: 59px;
  padding-top: 0px;
  padding-bottom: 0px;
  min-width: 39px;
  padding-left: 12px;
  padding-right: 12px;
  /**
		* Style hamburger to cross
		* 
		* Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
		* down to center and transform into an "x".
		*/
  /* active state, i.e. menu open */
  /*				.animate-toggle-menu-style(
					@navbar-toggle-icon-color: @offcanvas-header-color;
					@navbar-toggle-height: @offcanvas-header-height; 
					@navbar-toggle-padding-horizontal;
				);*/
  /*
				.button-hover-variant(
					@color: @navbar-toggle-text-color; 
					@background: @navbar-toggle-hover-bg; 
					@border: @navbar-toggle-border-color;
				);
				*/
}
@media (max-width: 558px) {
  #inner-wrap.has-hamburger .menu-header .btn-menu-header {
    padding-left: 22px;
    padding-right: 22px;
    min-width: 59px;
  }
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background: #fff;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:before,
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:before {
  top: -5px;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:after {
  bottom: -5px;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-txt {
  line-height: 59px;
  display: inline-block;
  padding-left: 27px;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header:hover,
#inner-wrap.has-hamburger .menu-header .btn-menu-header:focus {
  color: #000;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header:hover span.toggle-icon,
#inner-wrap.has-hamburger .menu-header .btn-menu-header:focus span.toggle-icon {
  background-color: #fff;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header:hover span.toggle-icon:before,
#inner-wrap.has-hamburger .menu-header .btn-menu-header:focus span.toggle-icon:before,
#inner-wrap.has-hamburger .menu-header .btn-menu-header:hover span.toggle-icon:after,
#inner-wrap.has-hamburger .menu-header .btn-menu-header:focus span.toggle-icon:after {
  background-color: #fff;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header:focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon {
  -webkit-transition: background 0s 0.5s;
  -moz-transition: background 0s 0.5s;
  -o-transition: background 0s 0.5s;
  transition: background 0s 0.5s;
  -webkit-transition-property: top, bottom, -webkit-transform;
  -moz-transition-property: top, bottom, -moz-transform;
  -o-transition-property: top, bottom, -o-transform;
  transition-property: top, bottom,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: top, bottom, transform;
  transition-property: top, bottom, transform;
  animation: xth 0.5s;
  background: #fff;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:before {
  -webkit-transition-property: top, -webkit-transform;
  -moz-transition-property: top, -moz-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:after {
  -webkit-transition-property: bottom, -webkit-transform;
  -moz-transition-property: bottom, -moz-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:before,
#inner-wrap.has-hamburger .menu-header .btn-menu-header > span.toggle-icon:after {
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header.is-active > span.toggle-icon {
  animation: htx 0.5s;
  background: transparent;
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header.is-active > span.toggle-icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header.is-active > span.toggle-icon:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#inner-wrap.has-hamburger .menu-header .btn-menu-header.is-active > span.toggle-icon:before,
#inner-wrap.has-hamburger .menu-header .btn-menu-header.is-active > span.toggle-icon:after {
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}
#inner-wrap.has-hamburger .navbar-default {
  top: -100vh;
}
#inner-wrap.has-hamburger.active .navbar-default {
  top: 0;
}
#inner-wrap.has-hamburger .navbar-default {
  position: absolute;
  height: 100%;
  z-index: 1041;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
  background-color: #fff;
  /* 
		.dropdown-shadow(
			@shadow-style: base;
			@shadow-color: @black;
		); 
		*/
  left: 0;
  height: auto;
  width: 100%;
  max-height: 80vh;
  /* & when (@toggle-behavior = relative) { 
				.nav-main {
					overflow-y: auto;
					height: @offcanvas-menu-height - @navbar-toggle-height;
				}
			} */
}
#inner-wrap.has-hamburger .navbar-default > .navbar-container {
  position: relative;
}
#inner-wrap.has-hamburger .navbar-default .menu-wrapper {
  margin-bottom: 0px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Remove the default scrollbar for WebKit implementations */
  overflow-x: hidden;
}
#inner-wrap.has-hamburger .navbar-default .menu-wrapper > .menu-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #inner-wrap.has-hamburger .navbar-default .menu-wrapper > .menu-container {
    width: 738px;
  }
}
@media (min-width: 992px) {
  #inner-wrap.has-hamburger .navbar-default .menu-wrapper > .menu-container {
    width: 962px;
  }
}
@media (min-width: 1300px) {
  #inner-wrap.has-hamburger .navbar-default .menu-wrapper > .menu-container {
    width: 1270px;
  }
}
#inner-wrap.has-hamburger .navbar-default .menu-wrapper::-webkit-scrollbar {
  display: none;
}
#inner-wrap.has-hamburger .navbar-default .menu-wrapper.is-touch {
  overflow-y: scroll;
}
#inner-wrap.has-hamburger .navbar-default .nav-main {
  clear: both;
  float: auto;
  margin-left: -45px;
  margin-right: -45px;
  padding-left: 0px;
  list-style: none;
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li {
  padding-top: 23px;
  padding-bottom: 23px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 45px;
  padding-right: 45px;
}
@media (min-width: 559px) {
  #inner-wrap.has-hamburger .navbar-default .nav-main > li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #inner-wrap.has-hamburger .navbar-default .nav-main > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #inner-wrap.has-hamburger .navbar-default .nav-main > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  #inner-wrap.has-hamburger .navbar-default .nav-main > li {
    float: left;
    width: 33.33333333%;
  }
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li > a {
  color: #000;
  background: #fff;
  font-size: 16px;
  /*	@font-size-base;
						@font-use-mediaqueries: @font-use-mediaqueries;
						@fontsize-style: global;*/
  font-weight: 400;
  text-align: left;
  padding-bottom: 8px;
  /*.pv(@offcanvas-menu-padding-vertical);
					.ph(@offcanvas-menu-padding-horizontal);*/
  /* 
					.animated-underline(
						@a-underline-color: @offcanvas-menu-link-hover-color;
						@animation-style: fadeup;
						@animation-speed: @transition-base-duration;
						@a-underline-thickness: 1px;
					); 
					*/
  /*						.icon-btn-variant(
							@icon-btn: @icon-list;
							@icon-btn-color: @offcanvas-menu-link-color; 
							@btn-text;
							@icon-btn-size: @icon-size-small;
							@icon-position; 
							@is-hover;
						);
						.icon-btn-position(
							@icon-btn-position-horizontal: @offcanvas-menu-padding-horizontal;
							@icon-btn-position-vertical: @offcanvas-menu-padding-vertical;
							@icon-position; 
							@btn-text;
							@text-padding;
							@icon-width;
							@icon-height: floor((@offcanvas-menu-font-size * @line-height-base));
							@icon-btn-align: vcenterlist;
						);*/
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li > a span.h3 {
  margin-bottom: 0px;
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li > a:hover,
#inner-wrap.has-hamburger .navbar-default .nav-main > li > a:focus {
  color: #000;
  background-color: #fff;
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li > a:hover:before,
#inner-wrap.has-hamburger .navbar-default .nav-main > li > a:focus:before {
  color: #000;
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li > a:hover span.h3,
#inner-wrap.has-hamburger .navbar-default .nav-main > li > a:focus span.h3 {
  color: #000;
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li > a > p {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  margin-top: 18px;
  line-height: 1.681;
  font-size: 16px;
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li.active > a,
#inner-wrap.has-hamburger .navbar-default .nav-main > li.active > a:hover,
#inner-wrap.has-hamburger .navbar-default .nav-main > li.active > a:focus {
  color: #000;
  background-color: #fff;
}
#inner-wrap.has-hamburger .navbar-default .nav-main > li.active > a:before {
  color: #000;
}
#inner-wrap.has-hamburger .navbar-default .nav-main .dropdown {
  /* 
				&.dropdown-nav-main {
					> a { .hide; }
					> .dropdown-menu {
						.show;
						background: @offcanvas-menu-link-bg;
						> li {
							> a {
								.text-uppercase; //-- zelfde case als nav-main base
								color: @offcanvas-menu-link-color;
								background: @offcanvas-menu-link-bg;
								.font-size(
									@font-size-base: @offcanvas-menu-font-size; 
									@font-use-mediaqueries;
									@fontsize-style: offcanvas-menu;
								);
								.text-left;
								.pv(@offcanvas-menu-padding-vertical);
								.ph(@offcanvas-menu-padding-horizontal);
								&:hover, 
								&:focus {
									color: @offcanvas-menu-link-hover-color;
									background-color: @offcanvas-menu-link-hover-bg;
								}
							}
							&.active {
								> a {
									&, 
									&:hover,
									&:focus {
										color: @offcanvas-menu-link-hover-color;
										background-color: @offcanvas-menu-link-hover-bg;
									}
								}
							}
							+ li {
								border-top: 1px solid @offcanvas-menu-link-border-color;
							}
						}
					}
				} 
				*/
}
#inner-wrap.has-hamburger .navbar-default .nav-main .dropdown .dropdown-menu {
  position: relative;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
#inner-wrap.has-hamburger .navbar-default .nav-main .dropdown .dropdown-menu .column-dropdown > li > a {
  padding-left: 38px;
  padding-right: 38px;
}
#inner-wrap.has-hamburger .header-banner {
  text-align: center;
}
.toppos {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 1030;
  text-align: right;
  -webkit-transition: bottom 0.25s ease;
  -moz-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.toppos > div + div {
  margin-top: 23px;
}
.toppos #totop {
  display: none;
}
.btn-totop,
.btn-share-toggle {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative;
  width: 45px;
  height: 45px;
}
.btn-totop:focus,
.btn-share-toggle:focus,
.btn-totop:active:focus,
.btn-share-toggle:active:focus,
.btn-totop.active:focus,
.btn-share-toggle.active:focus,
.btn-totop.focus,
.btn-share-toggle.focus,
.btn-totop:active.focus,
.btn-share-toggle:active.focus,
.btn-totop.active.focus,
.btn-share-toggle.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-totop:active,
.btn-share-toggle:active,
.btn-totop.active,
.btn-share-toggle.active {
  outline: 0;
  background-image: none;
}
.btn-totop.disabled,
.btn-share-toggle.disabled,
.btn-totop[disabled],
.btn-share-toggle[disabled],
fieldset[disabled] .btn-totop,
fieldset[disabled] .btn-share-toggle {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-totop.disabled,
a.btn-share-toggle.disabled,
fieldset[disabled] a.btn-totop,
fieldset[disabled] a.btn-share-toggle {
  pointer-events: none;
}
.btn-totop:before,
.btn-share-toggle:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-totop:before,
.btn-share-toggle:before {
  color: #000;
}
.btn-totop:before,
.btn-share-toggle:before {
  font-size: 20px;
}
.btn-totop > span,
.btn-share-toggle > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.btn-totop:before,
.btn-share-toggle:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.btn-totop:hover:before,
.btn-share-toggle:hover:before,
.btn-totop:focus:before,
.btn-share-toggle:focus:before {
  color: inherit;
}
.btn-totop:before,
.btn-share-toggle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-totop {
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-totop:before {
  color: #000;
}
.btn-totop:hover {
  text-decoration: none;
}
.btn-totop:focus,
.btn-totop.focus,
.btn-totop:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.btn-totop:active,
.btn-totop.active,
.open > .dropdown-toggle.btn-totop {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-totop:active:hover,
.btn-totop.active:hover,
.open > .dropdown-toggle.btn-totop:hover,
.btn-totop:active:focus,
.btn-totop.active:focus,
.open > .dropdown-toggle.btn-totop:focus,
.btn-totop:active.focus,
.btn-totop.active.focus,
.open > .dropdown-toggle.btn-totop.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-totop:active,
.btn-totop.active,
.open > .dropdown-toggle.btn-totop {
  background-image: none;
}
.btn-totop.disabled:hover,
.btn-totop[disabled]:hover,
fieldset[disabled] .btn-totop:hover,
.btn-totop.disabled:focus,
.btn-totop[disabled]:focus,
fieldset[disabled] .btn-totop:focus,
.btn-totop.disabled.focus,
.btn-totop[disabled].focus,
fieldset[disabled] .btn-totop.focus {
  background-color: #fff;
  border-color: #000;
}
.btn-totop .badge {
  color: #000;
  background-color: #fff;
}
.btn-totop:hover,
.btn-totop:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.btn-totop:hover:before,
.btn-totop:focus:before {
  color: inherit;
}
.btn-share-toggle {
  position: absolute;
  right: 0;
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border, right;
  -moz-transition-property: color, background, border, right;
  -o-transition-property: color, background, border, right;
  transition-property: color, background, border, right;
}
.btn-share-toggle:before {
  color: #000;
}
.btn-share-toggle:hover {
  text-decoration: none;
}
.btn-share-toggle:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-share-toggle:hover:before {
  color: #000;
}
.btn-share-toggle:hover:hover {
  text-decoration: none;
}
.btn-share-toggle:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e615";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-share-toggle:before {
  color: inherit;
}
#box-share {
  position: relative;
  min-height: 45px;
}
#box-share .share-btns {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  padding-left: 23px;
  padding-right: 23px;
  background-color: #fff;
}
#box-share .share-btns .list-share {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-left: -11px;
  margin-right: -12px;
}
#box-share .share-btns .list-share > li {
  display: inline-block;
  padding-left: 11.5px;
  padding-right: 11.5px;
}
#box-share .share-btns .list-share > li > a {
  display: inline-block;
}
#box-share .share-btns .list-share,
#box-share .share-btns .list-share > li {
  height: 45px;
}
#box-share .share-btns .list-share > li {
  position: relative;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
}
#box-share .share-btns .list-share > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:before {
  font-size: 25px;
}
#box-share .share-btns .list-share > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#box-share .share-btns .list-share > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: inherit;
}
#box-share .share-btns .list-share > li > a:hover,
#box-share .share-btns .list-share > li > a:focus {
  text-decoration: none;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
#box-share .share-btns .list-share > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#box-share .share-btns .list-share > li.bullet-facebook > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa7";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li.bullet-facebook > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-facebook > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-facebook > a:hover,
#box-share .share-btns .list-share > li.bullet-facebook > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
#box-share .share-btns .list-share > li.bullet-facebook > a:hover:before,
#box-share .share-btns .list-share > li.bullet-facebook > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
}
#box-share .share-btns .list-share > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:before {
  font-size: 25px;
}
#box-share .share-btns .list-share > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#box-share .share-btns .list-share > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: inherit;
}
#box-share .share-btns .list-share > li > a:hover,
#box-share .share-btns .list-share > li > a:focus {
  text-decoration: none;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
#box-share .share-btns .list-share > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#box-share .share-btns .list-share > li.bullet-twitter > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa6";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li.bullet-twitter > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-twitter > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-twitter > a:hover,
#box-share .share-btns .list-share > li.bullet-twitter > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
#box-share .share-btns .list-share > li.bullet-twitter > a:hover:before,
#box-share .share-btns .list-share > li.bullet-twitter > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
}
#box-share .share-btns .list-share > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:before {
  font-size: 25px;
}
#box-share .share-btns .list-share > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#box-share .share-btns .list-share > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: inherit;
}
#box-share .share-btns .list-share > li > a:hover,
#box-share .share-btns .list-share > li > a:focus {
  text-decoration: none;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
#box-share .share-btns .list-share > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#box-share .share-btns .list-share > li.bullet-youtube > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa9";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li.bullet-youtube > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-youtube > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-youtube > a:hover,
#box-share .share-btns .list-share > li.bullet-youtube > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
#box-share .share-btns .list-share > li.bullet-youtube > a:hover:before,
#box-share .share-btns .list-share > li.bullet-youtube > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
}
#box-share .share-btns .list-share > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:before {
  font-size: 25px;
}
#box-share .share-btns .list-share > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#box-share .share-btns .list-share > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: inherit;
}
#box-share .share-btns .list-share > li > a:hover,
#box-share .share-btns .list-share > li > a:focus {
  text-decoration: none;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
#box-share .share-btns .list-share > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#box-share .share-btns .list-share > li.bullet-instagram > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa8";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li.bullet-instagram > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-instagram > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-instagram > a:hover,
#box-share .share-btns .list-share > li.bullet-instagram > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
#box-share .share-btns .list-share > li.bullet-instagram > a:hover:before,
#box-share .share-btns .list-share > li.bullet-instagram > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
}
#box-share .share-btns .list-share > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:before {
  font-size: 25px;
}
#box-share .share-btns .list-share > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#box-share .share-btns .list-share > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: inherit;
}
#box-share .share-btns .list-share > li > a:hover,
#box-share .share-btns .list-share > li > a:focus {
  text-decoration: none;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
#box-share .share-btns .list-share > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#box-share .share-btns .list-share > li.bullet-linkedin > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaaf";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li.bullet-linkedin > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-linkedin > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-linkedin > a:hover,
#box-share .share-btns .list-share > li.bullet-linkedin > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
#box-share .share-btns .list-share > li.bullet-linkedin > a:hover:before,
#box-share .share-btns .list-share > li.bullet-linkedin > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
}
#box-share .share-btns .list-share > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:before {
  font-size: 25px;
}
#box-share .share-btns .list-share > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#box-share .share-btns .list-share > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: inherit;
}
#box-share .share-btns .list-share > li > a:hover,
#box-share .share-btns .list-share > li > a:focus {
  text-decoration: none;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
#box-share .share-btns .list-share > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#box-share .share-btns .list-share > li.bullet-googleplus > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaaa";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li.bullet-googleplus > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-googleplus > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-googleplus > a:hover,
#box-share .share-btns .list-share > li.bullet-googleplus > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
#box-share .share-btns .list-share > li.bullet-googleplus > a:hover:before,
#box-share .share-btns .list-share > li.bullet-googleplus > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
}
#box-share .share-btns .list-share > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:before {
  font-size: 25px;
}
#box-share .share-btns .list-share > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#box-share .share-btns .list-share > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: inherit;
}
#box-share .share-btns .list-share > li > a:hover,
#box-share .share-btns .list-share > li > a:focus {
  text-decoration: none;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
#box-share .share-btns .list-share > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#box-share .share-btns .list-share > li.bullet-facebook > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa7";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li.bullet-facebook > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-facebook > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-facebook > a:hover,
#box-share .share-btns .list-share > li.bullet-facebook > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
#box-share .share-btns .list-share > li.bullet-facebook > a:hover:before,
#box-share .share-btns .list-share > li.bullet-facebook > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
}
#box-share .share-btns .list-share > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:before {
  font-size: 25px;
}
#box-share .share-btns .list-share > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#box-share .share-btns .list-share > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: inherit;
}
#box-share .share-btns .list-share > li > a:hover,
#box-share .share-btns .list-share > li > a:focus {
  text-decoration: none;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
#box-share .share-btns .list-share > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#box-share .share-btns .list-share > li.bullet-twitter > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa6";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li.bullet-twitter > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-twitter > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-twitter > a:hover,
#box-share .share-btns .list-share > li.bullet-twitter > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
#box-share .share-btns .list-share > li.bullet-twitter > a:hover:before,
#box-share .share-btns .list-share > li.bullet-twitter > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
}
#box-share .share-btns .list-share > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:before {
  font-size: 25px;
}
#box-share .share-btns .list-share > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#box-share .share-btns .list-share > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: inherit;
}
#box-share .share-btns .list-share > li > a:hover,
#box-share .share-btns .list-share > li > a:focus {
  text-decoration: none;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
#box-share .share-btns .list-share > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#box-share .share-btns .list-share > li.bullet-youtube > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa9";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li.bullet-youtube > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-youtube > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-youtube > a:hover,
#box-share .share-btns .list-share > li.bullet-youtube > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
#box-share .share-btns .list-share > li.bullet-youtube > a:hover:before,
#box-share .share-btns .list-share > li.bullet-youtube > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
}
#box-share .share-btns .list-share > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:before {
  font-size: 25px;
}
#box-share .share-btns .list-share > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#box-share .share-btns .list-share > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: inherit;
}
#box-share .share-btns .list-share > li > a:hover,
#box-share .share-btns .list-share > li > a:focus {
  text-decoration: none;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
#box-share .share-btns .list-share > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#box-share .share-btns .list-share > li.bullet-instagram > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa8";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li.bullet-instagram > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-instagram > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-instagram > a:hover,
#box-share .share-btns .list-share > li.bullet-instagram > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
#box-share .share-btns .list-share > li.bullet-instagram > a:hover:before,
#box-share .share-btns .list-share > li.bullet-instagram > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
}
#box-share .share-btns .list-share > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:before {
  font-size: 25px;
}
#box-share .share-btns .list-share > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#box-share .share-btns .list-share > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: inherit;
}
#box-share .share-btns .list-share > li > a:hover,
#box-share .share-btns .list-share > li > a:focus {
  text-decoration: none;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
#box-share .share-btns .list-share > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#box-share .share-btns .list-share > li.bullet-linkedin > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaaf";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li.bullet-linkedin > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-linkedin > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-linkedin > a:hover,
#box-share .share-btns .list-share > li.bullet-linkedin > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
#box-share .share-btns .list-share > li.bullet-linkedin > a:hover:before,
#box-share .share-btns .list-share > li.bullet-linkedin > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
}
#box-share .share-btns .list-share > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:before {
  font-size: 25px;
}
#box-share .share-btns .list-share > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
#box-share .share-btns .list-share > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: inherit;
}
#box-share .share-btns .list-share > li > a:hover,
#box-share .share-btns .list-share > li > a:focus {
  text-decoration: none;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
#box-share .share-btns .list-share > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#box-share .share-btns .list-share > li.bullet-googleplus > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaaa";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share .share-btns .list-share > li.bullet-googleplus > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-googleplus > a:before {
  color: #000;
}
#box-share .share-btns .list-share > li.bullet-googleplus > a:hover,
#box-share .share-btns .list-share > li.bullet-googleplus > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
#box-share .share-btns .list-share > li.bullet-googleplus > a:hover:before,
#box-share .share-btns .list-share > li.bullet-googleplus > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a:hover:before,
#box-share .share-btns .list-share > li > a:focus:before {
  color: #000;
}
#box-share .share-btns .list-share > li > a {
  position: relative;
  width: 24px;
  height: 45px;
  position: static;
}
#box-share .share-btns .list-share > li > a:before {
  font-size: 18px;
}
#box-share .share-btns .list-share > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#box-share:not(.is-active) .share-btns {
  display: none !important;
}
#box-share.is-active .btn-share-toggle {
  color: #000;
  background-color: #fff;
  border-color: #000;
  right: 100%;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
#box-share.is-active .btn-share-toggle:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\b007";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#box-share.is-active .btn-share-toggle:before {
  color: inherit;
}
#box-share.is-active .btn-share-toggle:before {
  color: #000;
}
#box-share.is-active .btn-share-toggle:hover {
  text-decoration: none;
}
#box-share.is-active .share-btns {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
.btn-toggle-close {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  display: inherit !important;
  position: relative;
  overflow: hidden;
  border: 0;
  height: 59px;
  padding-top: 0px;
  padding-bottom: 0px;
  min-width: 39px;
  padding-left: 12px;
  padding-right: 12px;
  /**
		* Style hamburger to cross
		* 
		* Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
		* down to center and transform into an "x".
		*/
  /* active state, i.e. menu open */
  height: 60px;
  min-width: 47px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 558px) {
  .btn-toggle-close {
    padding-left: 22px;
    padding-right: 22px;
    min-width: 59px;
  }
}
.btn-toggle-close > span.toggle-icon {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background: #fff;
}
.btn-toggle-close > span.toggle-icon:before,
.btn-toggle-close > span.toggle-icon:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
.btn-toggle-close > span.toggle-icon:before {
  top: -5px;
}
.btn-toggle-close > span.toggle-icon:after {
  bottom: -5px;
}
.btn-toggle-close > span.toggle-txt {
  line-height: 59px;
  display: inline-block;
  padding-left: 27px;
}
.btn-toggle-close:hover,
.btn-toggle-close:focus {
  color: #000;
}
.btn-toggle-close:hover span.toggle-icon,
.btn-toggle-close:focus span.toggle-icon {
  background-color: #fff;
}
.btn-toggle-close:hover span.toggle-icon:before,
.btn-toggle-close:focus span.toggle-icon:before,
.btn-toggle-close:hover span.toggle-icon:after,
.btn-toggle-close:focus span.toggle-icon:after {
  background-color: #fff;
}
.btn-toggle-close:focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-toggle-close > span.toggle-icon {
  -webkit-transition: background 0s 0.5s;
  -moz-transition: background 0s 0.5s;
  -o-transition: background 0s 0.5s;
  transition: background 0s 0.5s;
  -webkit-transition-property: top, bottom, -webkit-transform;
  -moz-transition-property: top, bottom, -moz-transform;
  -o-transition-property: top, bottom, -o-transform;
  transition-property: top, bottom,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: top, bottom, transform;
  transition-property: top, bottom, transform;
  animation: xth 0.5s;
  background: #fff;
}
.btn-toggle-close > span.toggle-icon:before {
  -webkit-transition-property: top, -webkit-transform;
  -moz-transition-property: top, -moz-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}
.btn-toggle-close > span.toggle-icon:after {
  -webkit-transition-property: bottom, -webkit-transform;
  -moz-transition-property: bottom, -moz-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.btn-toggle-close > span.toggle-icon:before,
.btn-toggle-close > span.toggle-icon:after {
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
}
.btn-toggle-close.is-active > span.toggle-icon {
  animation: htx 0.5s;
  background: transparent;
}
.btn-toggle-close.is-active > span.toggle-icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-toggle-close.is-active > span.toggle-icon:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-toggle-close.is-active > span.toggle-icon:before,
.btn-toggle-close.is-active > span.toggle-icon:after {
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}
.btn-toggle-close > span.toggle-icon {
  background-color: #fff;
}
.btn-toggle-close > span.toggle-icon:before,
.btn-toggle-close > span.toggle-icon:after {
  background-color: #fff;
}
.btn-toggle-close > span.toggle-txt {
  line-height: 60px;
}
#toppage {
  position: relative;
}
.skip,
.lcp-bo-edit-box {
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 177px;
  text-align: center;
  z-index: 1031;
}
.skip .skip-navigation {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.skip .skip-navigation:active,
.skip .skip-navigation:focus {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.skip .skip-navigation:active,
.skip .skip-navigation:focus {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 36px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  position: relative;
  font-size: 20px;
  color: #000;
  background: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
.embed-responsive {
  position: relative;
  display: block;
  height: auto;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/* ==========================================================================
	Fonts // Typography
========================================================================== */
.text-title {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.text-custom {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 400;
}
.text-custom-semibold {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.text-custom-bold {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: 700;
}
/* available google fonts and their weights
	font-family: 'Lato', sans-serif; 400 & 700
	font-family: 'Open Sans', sans-serif; 600 & 700
	font-family: 'Source Sans Pro', sans-serif; 600
	*/
.text-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.text-custom {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
}
/* ==========================================================================
 CORE :: Titles // headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0px;
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
  /*	small,
	.small {
		font-weight: normal;
		line-height: 1;
		color: @headings-small-color;
	}*/
}
h1.prikbord-titel,
h2.prikbord-titel,
h3.prikbord-titel,
h4.prikbord-titel,
h5.prikbord-titel,
h6.prikbord-titel,
.h1.prikbord-titel,
.h2.prikbord-titel,
.h3.prikbord-titel,
.h4.prikbord-titel,
.h5.prikbord-titel,
.h6.prikbord-titel {
  margin-bottom: 0px;
}
h2,
.h2 {
  margin-bottom: 12px;
  color: #000;
}
h3,
.h3 {
  margin-bottom: 12px;
}
h3.title,
.h3.title {
  margin-bottom: 12px;
}
h4,
.h4 {
  margin-bottom: 10px !important;
}
h5,
.h5,
h6,
.h6 {
  margin-bottom: 9px;
}
h1,
.h1 {
  font-size: 44px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
h2,
.h2 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
h2.h3 {
  margin-bottom: 12px;
  color: #000;
}
h1,
.h1,
h1.page-heading {
  color: #000;
  /* 
	.heading-style(
		@heading-style-color: @color1-light; 
		@heading-style-font-size: @font-size-h1; 
		@heading-margin: 50;
	);
	*/
}
@media screen and (max-width: 559px) {
  h1,
  .h1,
  h1.page-heading {
    font-size: 40px;
  }
}
.page-heading.has-rss .btn-rss {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.title,
.box-grid > .title,
.box-grid .box-title,
.events-detail .events-detail-info > div > .title,
.events-detail .events-detail-info > div .box-title {
  color: #000;
  font-size: 20px;
  margin-bottom: 18px;
  display: block;
  line-height: 1.1;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
/* ==========================================================================
 CORE :: Typography
 ========================================================================== */
p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
}
p:not(:last-child) {
  margin-bottom: 18px;
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fff;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-nocase {
  text-transform: none;
}
.text-underline {
  text-decoration: underline;
}
.text-none {
  text-decoration: none;
}
.text-base {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.text-light {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.text-normal {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.text-semibold {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
.text-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.text-muted {
  color: #000;
}
.text-primary {
  color: #000;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000;
}
.text-success {
  color: #000;
}
a.text-success:hover,
a.text-success:focus {
  color: #000;
}
.text-info {
  color: #000;
}
a.text-info:hover,
a.text-info:focus {
  color: #000;
}
.text-warning {
  color: #000;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000;
}
.text-danger {
  color: #000;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000;
}
.bg-primary {
  color: #000;
  background-color: #fff;
}
.bg-success {
  background-color: #fff;
}
.bg-info {
  background-color: #fff;
}
.bg-warning {
  background-color: #fff;
}
.bg-danger {
  background-color: #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #000;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 18px 36px;
  margin: 0 0 36px;
  font-size: 22.5px;
  border-left: 5px solid #000;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 2;
  color: #000;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #000;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 36px;
  font-style: normal;
  line-height: 2;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 738px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 962px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* .row {
	.make-row();
}


// Columns
//
// Common styles for small and large grid columns

.make-grid-columns();


// Extra small grid
//
// Columns, offsets, pushes, and pulls for extra small devices like
// smartphones.

.make-grid(xs);


// Small grid
//
// Columns, offsets, pushes, and pulls for the small device range, from phones
// to tablets.

@media (min-width: @screen-tablet) {
	.make-grid(sm);
}


// Medium grid
//
// Columns, offsets, pushes, and pulls for the desktop device range.

@media (min-width: @screen-desktop) {
	.make-grid(md);
}


// Large grid
//
// Columns, offsets, pushes, and pulls for the large desktop device range.

@media (min-width: @screen-widescreen) {
	.make-grid(lg);
}
 */
/* ==========================================================================
 Core :: Lists global styling
========================================================================== */
ul,
ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 18px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0px;
}
dl {
  margin-top: 0px;
  margin-bottom: 0px;
}
dt,
dd {
  line-height: 2;
}
dt {
  color: #000;
  font-weight: 700;
}
dd {
  margin-left: 0px;
}
.list-social {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-left: -2px;
  margin-right: -3px;
}
.list-social > li {
  display: inline-block;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.list-social > li > a {
  display: inline-block;
}
.list-social:not(:last-child) {
  margin-bottom: 11.5px;
}
.list-social > li {
  position: relative;
}
.list-social > li > a {
  position: relative;
}
.list-social > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li > a:before {
  color: #000;
}
.list-social > li > a:before {
  font-size: 25px;
}
.list-social > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.list-social > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: inherit;
}
.list-social > li > a:hover,
.list-social > li > a:focus {
  text-decoration: none;
}
.list-social > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
.list-social > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-social > li.bullet-facebook > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa7";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li.bullet-facebook > a:before {
  color: #000;
}
.list-social > li.bullet-facebook > a:before {
  color: #000;
}
.list-social > li.bullet-facebook > a:hover,
.list-social > li.bullet-facebook > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
.list-social > li.bullet-facebook > a:hover:before,
.list-social > li.bullet-facebook > a:focus:before {
  color: #000;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: #000;
}
.list-social > li > a {
  position: relative;
}
.list-social > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li > a:before {
  color: #000;
}
.list-social > li > a:before {
  font-size: 25px;
}
.list-social > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.list-social > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: inherit;
}
.list-social > li > a:hover,
.list-social > li > a:focus {
  text-decoration: none;
}
.list-social > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
.list-social > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-social > li.bullet-twitter > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa6";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li.bullet-twitter > a:before {
  color: #000;
}
.list-social > li.bullet-twitter > a:before {
  color: #000;
}
.list-social > li.bullet-twitter > a:hover,
.list-social > li.bullet-twitter > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
.list-social > li.bullet-twitter > a:hover:before,
.list-social > li.bullet-twitter > a:focus:before {
  color: #000;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: #000;
}
.list-social > li > a {
  position: relative;
}
.list-social > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li > a:before {
  color: #000;
}
.list-social > li > a:before {
  font-size: 25px;
}
.list-social > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.list-social > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: inherit;
}
.list-social > li > a:hover,
.list-social > li > a:focus {
  text-decoration: none;
}
.list-social > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
.list-social > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-social > li.bullet-youtube > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa9";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li.bullet-youtube > a:before {
  color: #000;
}
.list-social > li.bullet-youtube > a:before {
  color: #000;
}
.list-social > li.bullet-youtube > a:hover,
.list-social > li.bullet-youtube > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
.list-social > li.bullet-youtube > a:hover:before,
.list-social > li.bullet-youtube > a:focus:before {
  color: #000;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: #000;
}
.list-social > li > a {
  position: relative;
}
.list-social > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li > a:before {
  color: #000;
}
.list-social > li > a:before {
  font-size: 25px;
}
.list-social > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.list-social > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: inherit;
}
.list-social > li > a:hover,
.list-social > li > a:focus {
  text-decoration: none;
}
.list-social > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
.list-social > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-social > li.bullet-instagram > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa8";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li.bullet-instagram > a:before {
  color: #000;
}
.list-social > li.bullet-instagram > a:before {
  color: #000;
}
.list-social > li.bullet-instagram > a:hover,
.list-social > li.bullet-instagram > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
.list-social > li.bullet-instagram > a:hover:before,
.list-social > li.bullet-instagram > a:focus:before {
  color: #000;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: #000;
}
.list-social > li > a {
  position: relative;
}
.list-social > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li > a:before {
  color: #000;
}
.list-social > li > a:before {
  font-size: 25px;
}
.list-social > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.list-social > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: inherit;
}
.list-social > li > a:hover,
.list-social > li > a:focus {
  text-decoration: none;
}
.list-social > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
.list-social > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-social > li.bullet-linkedin > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaaf";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li.bullet-linkedin > a:before {
  color: #000;
}
.list-social > li.bullet-linkedin > a:before {
  color: #000;
}
.list-social > li.bullet-linkedin > a:hover,
.list-social > li.bullet-linkedin > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
.list-social > li.bullet-linkedin > a:hover:before,
.list-social > li.bullet-linkedin > a:focus:before {
  color: #000;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: #000;
}
.list-social > li > a {
  position: relative;
}
.list-social > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li > a:before {
  color: #000;
}
.list-social > li > a:before {
  font-size: 25px;
}
.list-social > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.list-social > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: inherit;
}
.list-social > li > a:hover,
.list-social > li > a:focus {
  text-decoration: none;
}
.list-social > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
.list-social > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-social > li.bullet-googleplus > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaaa";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li.bullet-googleplus > a:before {
  color: #000;
}
.list-social > li.bullet-googleplus > a:before {
  color: #000;
}
.list-social > li.bullet-googleplus > a:hover,
.list-social > li.bullet-googleplus > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
.list-social > li.bullet-googleplus > a:hover:before,
.list-social > li.bullet-googleplus > a:focus:before {
  color: #000;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: #000;
}
.list-social > li > a {
  position: relative;
}
.list-social > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li > a:before {
  color: #000;
}
.list-social > li > a:before {
  font-size: 25px;
}
.list-social > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.list-social > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: inherit;
}
.list-social > li > a:hover,
.list-social > li > a:focus {
  text-decoration: none;
}
.list-social > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
.list-social > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-social > li.bullet-facebook > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa7";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li.bullet-facebook > a:before {
  color: #000;
}
.list-social > li.bullet-facebook > a:before {
  color: #000;
}
.list-social > li.bullet-facebook > a:hover,
.list-social > li.bullet-facebook > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
.list-social > li.bullet-facebook > a:hover:before,
.list-social > li.bullet-facebook > a:focus:before {
  color: #000;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: #000;
}
.list-social > li > a {
  position: relative;
}
.list-social > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li > a:before {
  color: #000;
}
.list-social > li > a:before {
  font-size: 25px;
}
.list-social > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.list-social > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: inherit;
}
.list-social > li > a:hover,
.list-social > li > a:focus {
  text-decoration: none;
}
.list-social > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
.list-social > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-social > li.bullet-twitter > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa6";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li.bullet-twitter > a:before {
  color: #000;
}
.list-social > li.bullet-twitter > a:before {
  color: #000;
}
.list-social > li.bullet-twitter > a:hover,
.list-social > li.bullet-twitter > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
.list-social > li.bullet-twitter > a:hover:before,
.list-social > li.bullet-twitter > a:focus:before {
  color: #000;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: #000;
}
.list-social > li > a {
  position: relative;
}
.list-social > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li > a:before {
  color: #000;
}
.list-social > li > a:before {
  font-size: 25px;
}
.list-social > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.list-social > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: inherit;
}
.list-social > li > a:hover,
.list-social > li > a:focus {
  text-decoration: none;
}
.list-social > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
.list-social > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-social > li.bullet-youtube > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa9";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li.bullet-youtube > a:before {
  color: #000;
}
.list-social > li.bullet-youtube > a:before {
  color: #000;
}
.list-social > li.bullet-youtube > a:hover,
.list-social > li.bullet-youtube > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
.list-social > li.bullet-youtube > a:hover:before,
.list-social > li.bullet-youtube > a:focus:before {
  color: #000;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: #000;
}
.list-social > li > a {
  position: relative;
}
.list-social > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li > a:before {
  color: #000;
}
.list-social > li > a:before {
  font-size: 25px;
}
.list-social > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.list-social > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: inherit;
}
.list-social > li > a:hover,
.list-social > li > a:focus {
  text-decoration: none;
}
.list-social > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
.list-social > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-social > li.bullet-instagram > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa8";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li.bullet-instagram > a:before {
  color: #000;
}
.list-social > li.bullet-instagram > a:before {
  color: #000;
}
.list-social > li.bullet-instagram > a:hover,
.list-social > li.bullet-instagram > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
.list-social > li.bullet-instagram > a:hover:before,
.list-social > li.bullet-instagram > a:focus:before {
  color: #000;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: #000;
}
.list-social > li > a {
  position: relative;
}
.list-social > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li > a:before {
  color: #000;
}
.list-social > li > a:before {
  font-size: 25px;
}
.list-social > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.list-social > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: inherit;
}
.list-social > li > a:hover,
.list-social > li > a:focus {
  text-decoration: none;
}
.list-social > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
.list-social > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-social > li.bullet-linkedin > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaaf";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li.bullet-linkedin > a:before {
  color: #000;
}
.list-social > li.bullet-linkedin > a:before {
  color: #000;
}
.list-social > li.bullet-linkedin > a:hover,
.list-social > li.bullet-linkedin > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
.list-social > li.bullet-linkedin > a:hover:before,
.list-social > li.bullet-linkedin > a:focus:before {
  color: #000;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: #000;
}
.list-social > li > a {
  position: relative;
}
.list-social > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li > a:before {
  color: #000;
}
.list-social > li > a:before {
  font-size: 25px;
}
.list-social > li > a > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.list-social > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: inherit;
}
.list-social > li > a:hover,
.list-social > li > a:focus {
  text-decoration: none;
}
.list-social > li > a {
  position: relative;
  width: 25px;
  height: 25px;
}
.list-social > li > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-social > li.bullet-googleplus > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaaa";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-social > li.bullet-googleplus > a:before {
  color: #000;
}
.list-social > li.bullet-googleplus > a:before {
  color: #000;
}
.list-social > li.bullet-googleplus > a:hover,
.list-social > li.bullet-googleplus > a:focus {
  /*
							.icon-color-variant(@socialcolor);
							& when (@is-social-color = true) {
								.icon-color-variant(
									@icon-color: darken(@socialcolor, 10%);
									@icon-position;
								);
							}
							*/
}
.list-social > li.bullet-googleplus > a:hover:before,
.list-social > li.bullet-googleplus > a:focus:before {
  color: #000;
}
.list-social > li > a:hover:before,
.list-social > li > a:focus:before {
  color: #000;
}
.list-overview {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.list-overview > li > a {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 23px;
}
.list-overview > li {
  position: relative;
}
.list-overview > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-overview > li:before {
  color: #000;
}
.list-overview > li:before {
  font-size: 10px;
}
.list-overview > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-overview > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-overview > li > a {
  display: block;
}
.list-overview > li > a,
.list-overview > li > a > span,
.list-overview > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.list-overview > li:hover:before {
  color: #000;
}
.list-overview > li:hover > a:only-child {
  text-decoration: underline;
}
.list-overview > li:hover > a:only-child,
.list-overview > li:hover > a:only-child > span,
.list-overview > li:hover > a:only-child > span.title {
  color: #000;
}
.list-overview > li {
  position: relative;
}
.list-overview > li:before {
  font-size: 10px;
}
.list-overview > li:before {
  position: absolute;
  z-index: 1;
  top: 2px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-overview > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-grid,
.publications-overview .list {
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0px;
  list-style: none;
}
.list-grid > li > a,
.publications-overview .list > li > a {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 23px;
}
.list-grid > li,
.publications-overview .list > li {
  position: relative;
}
.list-grid > li:before,
.publications-overview .list > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-grid > li:before,
.publications-overview .list > li:before {
  color: #000;
}
.list-grid > li:before,
.publications-overview .list > li:before {
  font-size: 10px;
}
.list-grid > li:before,
.publications-overview .list > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-grid > li > a,
.publications-overview .list > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-grid > li > a,
.publications-overview .list > li > a {
  display: block;
}
.list-grid > li > a,
.list-grid > li > a > span,
.list-grid > li > a > span.title,
.publications-overview .list > li > a,
.publications-overview .list > li > a > span,
.publications-overview .list > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.list-grid > li:hover:before,
.publications-overview .list > li:hover:before {
  color: #000;
}
.list-grid > li:hover > a:only-child,
.publications-overview .list > li:hover > a:only-child {
  text-decoration: underline;
}
.list-grid > li:hover > a:only-child,
.list-grid > li:hover > a:only-child > span,
.list-grid > li:hover > a:only-child > span.title,
.publications-overview .list > li:hover > a:only-child,
.publications-overview .list > li:hover > a:only-child > span,
.publications-overview .list > li:hover > a:only-child > span.title {
  color: #000;
}
.list-grid > li,
.publications-overview .list > li {
  position: relative;
}
.list-grid > li:before,
.publications-overview .list > li:before {
  font-size: 10px;
}
.list-grid > li:before,
.publications-overview .list > li:before {
  position: absolute;
  z-index: 1;
  top: 2px;
  line-height: 36px !important;
  left: 15px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-grid > li > a,
.publications-overview .list > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-grid > li > a,
.publications-overview .list > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.list-grid > li > a,
.list-grid > li > a > span,
.list-grid > li > a > span.title,
.publications-overview .list > li > a,
.publications-overview .list > li > a > span,
.publications-overview .list > li > a > span.title {
  line-height: 1.5;
}
.list-grid > li,
.publications-overview .list > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .list-grid > li,
  .publications-overview .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .list-grid > li,
  .publications-overview .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .list-grid > li,
  .publications-overview .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .list-grid > li,
  .publications-overview .list > li {
    float: left;
    width: 33.33333333%;
  }
}
.list-filter {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.list-filter > li {
  position: relative;
}
.list-filter > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e90d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter > li:before {
  color: #000;
}
.list-filter > li:before {
  font-size: 5px;
}
.list-filter > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-filter > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-filter > li > a {
  display: block;
}
.list-filter > li > a,
.list-filter > li > a > span,
.list-filter > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.list-filter > li:hover:before {
  color: #000;
}
.list-filter > li:hover > a:only-child {
  text-decoration: underline;
}
.list-filter > li:hover > a:only-child,
.list-filter > li:hover > a:only-child > span,
.list-filter > li:hover > a:only-child > span.title {
  color: #000;
}
.list-filter > li.active,
.list-filter > li:hover {
  position: relative;
}
.list-filter > li.active:before,
.list-filter > li:hover:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e90c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter > li.active:before,
.list-filter > li:hover:before {
  color: #000;
}
.list-filter > li.active:before,
.list-filter > li:hover:before {
  font-size: 18px;
}
.list-filter > li.active:before,
.list-filter > li:hover:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: -4px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-filter > li.active > a,
.list-filter > li:hover > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-filter > li.active > a,
.list-filter > li:hover > a,
.list-filter > li.active > a:hover,
.list-filter > li:hover > a:hover,
.list-filter > li.active > a:focus,
.list-filter > li:hover > a:focus,
.list-filter > li.active > a span,
.list-filter > li:hover > a span,
.list-filter > li.active > a:hover span,
.list-filter > li:hover > a:hover span,
.list-filter > li.active > a:focus span,
.list-filter > li:hover > a:focus span {
  color: #000;
}
.list-filter > li.active:not(.sub),
.list-filter > li.active:hover:not(.sub) {
  position: relative;
}
.list-filter > li.active:not(.sub):after,
.list-filter > li.active:hover:not(.sub):after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f056";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter > li.active:not(.sub):after,
.list-filter > li.active:hover:not(.sub):after {
  color: #000;
}
.list-filter > li.active:not(.sub):after,
.list-filter > li.active:hover:not(.sub):after {
  font-size: 18px;
}
.list-filter > li.active:not(.sub):after,
.list-filter > li.active:hover:not(.sub):after {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  right: 0px;
  -webkit-transition-property: color, font-size, top, right;
  -moz-transition-property: color, font-size, top, right;
  -o-transition-property: color, font-size, top, right;
  transition-property: color, font-size, top, right;
}
.list-filter > li.active:not(.sub) > a,
.list-filter > li.active:hover:not(.sub) > a {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-filter > li.active > ul.list-sub-filter {
  display: block !important;
}
.list-filter > li > a:hover,
.list-filter > li > a:focus {
  color: #000;
  text-decoration: none;
}
.list-filter > li > ul.list-sub-filter {
  display: none;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 20px;
}
.list-filter > li > ul.list-sub-filter > li {
  position: relative;
}
.list-filter > li > ul.list-sub-filter > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter > li > ul.list-sub-filter > li:before {
  color: #000;
}
.list-filter > li > ul.list-sub-filter > li:before {
  font-size: 18px;
}
.list-filter > li > ul.list-sub-filter > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-filter > li > ul.list-sub-filter > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-filter > li > ul.list-sub-filter > li > a {
  display: block;
}
.list-filter > li > ul.list-sub-filter > li > a,
.list-filter > li > ul.list-sub-filter > li > a > span,
.list-filter > li > ul.list-sub-filter > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.list-filter > li > ul.list-sub-filter > li:hover:before {
  color: #000;
}
.list-filter > li > ul.list-sub-filter > li:hover > a:only-child {
  text-decoration: underline;
}
.list-filter > li > ul.list-sub-filter > li:hover > a:only-child,
.list-filter > li > ul.list-sub-filter > li:hover > a:only-child > span,
.list-filter > li > ul.list-sub-filter > li:hover > a:only-child > span.title {
  color: #000;
}
.list-filter > li > ul.list-sub-filter > li > a:hover,
.list-filter > li > ul.list-sub-filter > li > a:focus {
  color: #000;
  text-decoration: none;
}
.list-filter > li > ul.list-sub-filter > li.active,
.list-filter > li > ul.list-sub-filter > li.active:hover {
  position: relative;
}
.list-filter > li > ul.list-sub-filter > li.active:after,
.list-filter > li > ul.list-sub-filter > li.active:hover:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f056";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter > li > ul.list-sub-filter > li.active:after,
.list-filter > li > ul.list-sub-filter > li.active:hover:after {
  color: #000;
}
.list-filter > li > ul.list-sub-filter > li.active:after,
.list-filter > li > ul.list-sub-filter > li.active:hover:after {
  font-size: 18px;
}
.list-filter > li > ul.list-sub-filter > li.active:after,
.list-filter > li > ul.list-sub-filter > li.active:hover:after {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  right: 0px;
  -webkit-transition-property: color, font-size, top, right;
  -moz-transition-property: color, font-size, top, right;
  -o-transition-property: color, font-size, top, right;
  transition-property: color, font-size, top, right;
}
.list-filter > li > ul.list-sub-filter > li.active > a,
.list-filter > li > ul.list-sub-filter > li.active:hover > a {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-filter ~ a.show-all-items {
  position: relative;
  /* raadsel waarom dit er stond.. :-)
			& when not (@text-padding = 0) and not (@btn-text) {
				.pl(@icon-width);
				&:before {
					.r(0);
				}
			} 
			*/
  padding-left: 20px;
}
.list-filter ~ a.show-all-items:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f13a";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter ~ a.show-all-items:before {
  color: #000;
}
.list-filter ~ a.show-all-items:before {
  font-size: 18px;
}
.list-filter ~ a.show-all-items > span:first-of-type {
  padding-left: 5px;
}
.list-filter ~ a.show-all-items > span {
  display: inline-block;
}
.list-filter ~ a.show-all-items:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.list-filter ~ a.show-all-items:hover:before,
.list-filter ~ a.show-all-items:focus:before {
  color: inherit;
}
.list-filter ~ a.show-all-items:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-filter ~ a.show-all-items:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-filter ~ a.show-all-items > span:first-of-type {
  padding-left: 0px;
}
.list-filter ~ a.show-all-items > span:only-of-type {
  display: inline-block;
}
.list-filter ~ a.show-all-items.active,
.list-filter ~ a.show-all-items.active:hover,
.list-filter ~ a.show-all-items.active:focus,
.list-filter ~ a.show-all-items:hover {
  color: #000;
}
.list-filter ~ a.show-all-items.active:before,
.list-filter ~ a.show-all-items.active:hover:before,
.list-filter ~ a.show-all-items.active:focus:before,
.list-filter ~ a.show-all-items:hover:before {
  color: #000;
}
.list-filter ~ a.show-all-items:focus {
  color: #000;
  text-decoration: none;
}
.list-filter ~ a.show-all-items:hover {
  color: #000;
  text-decoration: underline;
}
.list-filter ~ a.show-all-items.active {
  text-decoration: underline;
}
.list-filter ~ a.show-all-items.active:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f139";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter ~ a.show-all-items.active:before {
  color: #000;
}
.list-filter-extra {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.list-filter-extra > li {
  position: relative;
}
.list-filter-extra > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e909";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter-extra > li:before {
  color: #000;
}
.list-filter-extra > li:before {
  font-size: 5px;
}
.list-filter-extra > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-filter-extra > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-filter-extra > li > a {
  display: block;
}
.list-filter-extra > li > a,
.list-filter-extra > li > a > span,
.list-filter-extra > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.list-filter-extra > li:hover:before {
  color: #000;
}
.list-filter-extra > li:hover > a:only-child {
  text-decoration: underline;
}
.list-filter-extra > li:hover > a:only-child,
.list-filter-extra > li:hover > a:only-child > span,
.list-filter-extra > li:hover > a:only-child > span.title {
  color: #000;
}
.list-filter-extra > li.active,
.list-filter-extra > li:hover {
  position: relative;
}
.list-filter-extra > li.active:before,
.list-filter-extra > li:hover:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e908";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter-extra > li.active:before,
.list-filter-extra > li:hover:before {
  color: #000;
}
.list-filter-extra > li.active:before,
.list-filter-extra > li:hover:before {
  font-size: 18px;
}
.list-filter-extra > li.active:before,
.list-filter-extra > li:hover:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: -4px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-filter-extra > li.active > a,
.list-filter-extra > li:hover > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-filter-extra > li.active > a,
.list-filter-extra > li:hover > a,
.list-filter-extra > li.active > a:hover,
.list-filter-extra > li:hover > a:hover,
.list-filter-extra > li.active > a:focus,
.list-filter-extra > li:hover > a:focus,
.list-filter-extra > li.active > a span,
.list-filter-extra > li:hover > a span,
.list-filter-extra > li.active > a:hover span,
.list-filter-extra > li:hover > a:hover span,
.list-filter-extra > li.active > a:focus span,
.list-filter-extra > li:hover > a:focus span {
  color: #000;
}
.list-filter-extra > li.active:hover {
  position: relative;
}
.list-filter-extra > li.active:hover:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e909";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter-extra > li.active:hover:before {
  color: #000;
}
.list-filter-extra > li.active:hover:before {
  font-size: 5px;
}
.list-filter-extra > li.active:hover:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-filter-extra > li.active:hover:before {
  line-height: 35px !important;
}
.list-filter-extra > li.active:hover > a,
.list-filter-extra > li.active:hover > a:hover,
.list-filter-extra > li.active:hover > a > span,
.list-filter-extra > li.active:hover > a:hover > span {
  color: #000;
}
.list-filter-extra > li.active > ul.list-sub-filter {
  display: block !important;
}
.list-filter-extra > li > a:hover,
.list-filter-extra > li > a:focus {
  color: #000;
  text-decoration: none;
}
.list-filter-extra > li > ul.list-sub-filter {
  display: none;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 20px;
}
.list-filter-extra > li > ul.list-sub-filter > li {
  position: relative;
}
.list-filter-extra > li > ul.list-sub-filter > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter-extra > li > ul.list-sub-filter > li:before {
  color: #000;
}
.list-filter-extra > li > ul.list-sub-filter > li:before {
  font-size: 18px;
}
.list-filter-extra > li > ul.list-sub-filter > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-filter-extra > li > ul.list-sub-filter > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-filter-extra > li > ul.list-sub-filter > li > a {
  display: block;
}
.list-filter-extra > li > ul.list-sub-filter > li > a,
.list-filter-extra > li > ul.list-sub-filter > li > a > span,
.list-filter-extra > li > ul.list-sub-filter > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.list-filter-extra > li > ul.list-sub-filter > li:hover:before {
  color: #000;
}
.list-filter-extra > li > ul.list-sub-filter > li:hover > a:only-child {
  text-decoration: underline;
}
.list-filter-extra > li > ul.list-sub-filter > li:hover > a:only-child,
.list-filter-extra > li > ul.list-sub-filter > li:hover > a:only-child > span,
.list-filter-extra > li > ul.list-sub-filter > li:hover > a:only-child > span.title {
  color: #000;
}
.list-filter-extra > li > ul.list-sub-filter > li > a:hover,
.list-filter-extra > li > ul.list-sub-filter > li > a:focus {
  color: #000;
  text-decoration: none;
}
.list-filter-extra > li > ul.list-sub-filter > li.active,
.list-filter-extra > li > ul.list-sub-filter > li.active:hover {
  position: relative;
}
.list-filter-extra > li > ul.list-sub-filter > li.active:after,
.list-filter-extra > li > ul.list-sub-filter > li.active:hover:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f056";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter-extra > li > ul.list-sub-filter > li.active:after,
.list-filter-extra > li > ul.list-sub-filter > li.active:hover:after {
  color: #000;
}
.list-filter-extra > li > ul.list-sub-filter > li.active:after,
.list-filter-extra > li > ul.list-sub-filter > li.active:hover:after {
  font-size: 18px;
}
.list-filter-extra > li > ul.list-sub-filter > li.active:after,
.list-filter-extra > li > ul.list-sub-filter > li.active:hover:after {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  right: 0px;
  -webkit-transition-property: color, font-size, top, right;
  -moz-transition-property: color, font-size, top, right;
  -o-transition-property: color, font-size, top, right;
  transition-property: color, font-size, top, right;
}
.list-filter-extra > li > ul.list-sub-filter > li.active > a,
.list-filter-extra > li > ul.list-sub-filter > li.active:hover > a {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-filter-extra ~ a.show-all-items {
  position: relative;
  /* raadsel waarom dit er stond.. :-)
			& when not (@text-padding = 0) and not (@btn-text) {
				.pl(@icon-width);
				&:before {
					.r(0);
				}
			} 
			*/
  padding-left: 20px;
}
.list-filter-extra ~ a.show-all-items:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f13a";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter-extra ~ a.show-all-items:before {
  color: #000;
}
.list-filter-extra ~ a.show-all-items:before {
  font-size: 18px;
}
.list-filter-extra ~ a.show-all-items > span:first-of-type {
  padding-left: 5px;
}
.list-filter-extra ~ a.show-all-items > span {
  display: inline-block;
}
.list-filter-extra ~ a.show-all-items:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.list-filter-extra ~ a.show-all-items:hover:before,
.list-filter-extra ~ a.show-all-items:focus:before {
  color: inherit;
}
.list-filter-extra ~ a.show-all-items:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-filter-extra ~ a.show-all-items:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-filter-extra ~ a.show-all-items > span:first-of-type {
  padding-left: 0px;
}
.list-filter-extra ~ a.show-all-items > span:only-of-type {
  display: inline-block;
}
.list-filter-extra ~ a.show-all-items.active,
.list-filter-extra ~ a.show-all-items.active:hover,
.list-filter-extra ~ a.show-all-items.active:focus,
.list-filter-extra ~ a.show-all-items:hover {
  color: #000;
}
.list-filter-extra ~ a.show-all-items.active:before,
.list-filter-extra ~ a.show-all-items.active:hover:before,
.list-filter-extra ~ a.show-all-items.active:focus:before,
.list-filter-extra ~ a.show-all-items:hover:before {
  color: #000;
}
.list-filter-extra ~ a.show-all-items:focus {
  color: #000;
  text-decoration: none;
}
.list-filter-extra ~ a.show-all-items:hover {
  color: #000;
  text-decoration: underline;
}
.list-filter-extra ~ a.show-all-items.active {
  text-decoration: underline;
}
.list-filter-extra ~ a.show-all-items.active:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f139";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter-extra ~ a.show-all-items.active:before {
  color: #000;
}
.list-filter-variant {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.list-filter-variant > li {
  position: relative;
}
.list-filter-variant > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e90d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter-variant > li:before {
  color: #000;
}
.list-filter-variant > li:before {
  font-size: 5px;
}
.list-filter-variant > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-filter-variant > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-filter-variant > li > a {
  display: block;
}
.list-filter-variant > li > a,
.list-filter-variant > li > a > span,
.list-filter-variant > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.list-filter-variant > li:hover:before {
  color: #000;
}
.list-filter-variant > li:hover > a:only-child {
  text-decoration: underline;
}
.list-filter-variant > li:hover > a:only-child,
.list-filter-variant > li:hover > a:only-child > span,
.list-filter-variant > li:hover > a:only-child > span.title {
  color: #000;
}
.list-filter-variant > li.active,
.list-filter-variant > li:hover {
  position: relative;
}
.list-filter-variant > li.active:before,
.list-filter-variant > li:hover:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e90c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter-variant > li.active:before,
.list-filter-variant > li:hover:before {
  color: #000;
}
.list-filter-variant > li.active:before,
.list-filter-variant > li:hover:before {
  font-size: 18px;
}
.list-filter-variant > li.active:before,
.list-filter-variant > li:hover:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: -4px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-filter-variant > li.active > a,
.list-filter-variant > li:hover > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-filter-variant > li.active > a,
.list-filter-variant > li:hover > a,
.list-filter-variant > li.active > a:hover,
.list-filter-variant > li:hover > a:hover,
.list-filter-variant > li.active > a:focus,
.list-filter-variant > li:hover > a:focus,
.list-filter-variant > li.active > a span,
.list-filter-variant > li:hover > a span,
.list-filter-variant > li.active > a:hover span,
.list-filter-variant > li:hover > a:hover span,
.list-filter-variant > li.active > a:focus span,
.list-filter-variant > li:hover > a:focus span {
  color: #000;
}
.list-filter-variant > li.active:before,
.list-filter-variant > li.active:hover:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f056";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter-variant > li.active:before,
.list-filter-variant > li.active:hover:before {
  color: #000;
}
.list-filter-variant > li.active > ul.list-sub-filter {
  display: block !important;
}
.list-filter-variant > li > a:hover,
.list-filter-variant > li > a:focus {
  color: #000;
  text-decoration: none;
}
.list-filter-variant > li > ul.list-sub-filter {
  display: none;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 20px;
}
.list-filter-variant > li > ul.list-sub-filter > li {
  position: relative;
}
.list-filter-variant > li > ul.list-sub-filter > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter-variant > li > ul.list-sub-filter > li:before {
  color: #000;
}
.list-filter-variant > li > ul.list-sub-filter > li:before {
  font-size: 18px;
}
.list-filter-variant > li > ul.list-sub-filter > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-filter-variant > li > ul.list-sub-filter > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-filter-variant > li > ul.list-sub-filter > li > a {
  display: block;
}
.list-filter-variant > li > ul.list-sub-filter > li > a,
.list-filter-variant > li > ul.list-sub-filter > li > a > span,
.list-filter-variant > li > ul.list-sub-filter > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.list-filter-variant > li > ul.list-sub-filter > li:hover:before {
  color: #000;
}
.list-filter-variant > li > ul.list-sub-filter > li:hover > a:only-child {
  text-decoration: underline;
}
.list-filter-variant > li > ul.list-sub-filter > li:hover > a:only-child,
.list-filter-variant > li > ul.list-sub-filter > li:hover > a:only-child > span,
.list-filter-variant > li > ul.list-sub-filter > li:hover > a:only-child > span.title {
  color: #000;
}
.list-filter-variant > li > ul.list-sub-filter > li > a:hover,
.list-filter-variant > li > ul.list-sub-filter > li > a:focus {
  color: #000;
  text-decoration: none;
}
.list-filter-variant > li > ul.list-sub-filter > li.active,
.list-filter-variant > li > ul.list-sub-filter > li.active:hover {
  position: relative;
}
.list-filter-variant > li > ul.list-sub-filter > li.active:after,
.list-filter-variant > li > ul.list-sub-filter > li.active:hover:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f056";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-filter-variant > li > ul.list-sub-filter > li.active:after,
.list-filter-variant > li > ul.list-sub-filter > li.active:hover:after {
  color: #000;
}
.list-filter-variant > li > ul.list-sub-filter > li.active:after,
.list-filter-variant > li > ul.list-sub-filter > li.active:hover:after {
  font-size: 18px;
}
.list-filter-variant > li > ul.list-sub-filter > li.active:after,
.list-filter-variant > li > ul.list-sub-filter > li.active:hover:after {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  right: 0px;
  -webkit-transition-property: color, font-size, top, right;
  -moz-transition-property: color, font-size, top, right;
  -o-transition-property: color, font-size, top, right;
  transition-property: color, font-size, top, right;
}
.list-filter-variant > li > ul.list-sub-filter > li.active > a,
.list-filter-variant > li > ul.list-sub-filter > li.active:hover > a {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-filter-variant a,
.list-filter-extra a,
.list-filter a,
.list-filter-variant span,
.list-filter-extra span,
.list-filter span {
  text-transform: lowercase !important;
}
.list-media {
  position: relative;
  padding-left: 0px;
  list-style: none;
}
.list-media:not(.media-box),
.list-media.media-content {
  margin-left: -8px;
  margin-right: -8px;
}
.list-media:not(.media-box) > li,
.list-media.media-content > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 559px) {
  .list-media:not(.media-box) > li,
  .list-media.media-content > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .list-media:not(.media-box) > li,
  .list-media.media-content > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .list-media:not(.media-box) > li,
  .list-media.media-content > li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1300px) {
  .list-media:not(.media-box) > li,
  .list-media.media-content > li {
    float: left;
    width: 25%;
  }
}
.list-media:not(.media-box) .copyright,
.list-media.media-content .copyright {
  display: none !important;
}
.list-media.media-box {
  margin-left: -2px;
  margin-right: -3px;
}
.list-media.media-box > li {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.list-media.media-box > li:not(:only-child) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
@media (min-width: 559px) {
  .list-media.media-box > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .list-media.media-box > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .list-media.media-box > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .list-media.media-box > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
.list-media.media-box > li:only-child {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.list-media .photo,
.list-media .photo > img {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.list-media:not(:last-child) {
  margin-bottom: 36px;
}
.list-sitemap {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
}
.list-sitemap > li > a {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 23px;
}
.list-sitemap > li {
  position: relative;
}
.list-sitemap > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-sitemap > li:before {
  color: #000;
}
.list-sitemap > li:before {
  font-size: 10px;
}
.list-sitemap > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-sitemap > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-sitemap > li > a {
  display: block;
}
.list-sitemap > li > a,
.list-sitemap > li > a > span,
.list-sitemap > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.list-sitemap > li:hover:before {
  color: #000;
}
.list-sitemap > li:hover > a:only-child {
  text-decoration: underline;
}
.list-sitemap > li:hover > a:only-child,
.list-sitemap > li:hover > a:only-child > span,
.list-sitemap > li:hover > a:only-child > span.title {
  color: #000;
}
.list-sitemap > li {
  position: relative;
}
.list-sitemap > li:before {
  font-size: 10px;
}
.list-sitemap > li:before {
  position: absolute;
  z-index: 1;
  top: 2px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-sitemap > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-sitemap > li > a,
.list-sitemap > li > a > span {
  color: #000;
  font-size: 20px;
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
}
.list-sitemap > li > a:not(:only-child):hover,
.list-sitemap > li > a:not(:only-child):focus {
  text-decoration: underline;
}
.list-sitemap > li:before {
  line-height: 40px !important;
}
.list-sitemap > li:hover > a:not(:only-child),
.list-sitemap > li:hover > a:not(:only-child) > span,
.list-sitemap > li:hover > a:not(:only-child) > span.title {
  color: #000;
}
.list-sitemap > li + li {
  margin-top: 36px;
}
.list-sitemap > li > ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 20px;
}
.list-sitemap > li > ul > li > a {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 23px;
}
.list-sitemap > li > ul > li {
  position: relative;
}
.list-sitemap > li > ul > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-sitemap > li > ul > li:before {
  color: #000;
}
.list-sitemap > li > ul > li:before {
  font-size: 10px;
}
.list-sitemap > li > ul > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-sitemap > li > ul > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-sitemap > li > ul > li > a {
  display: block;
}
.list-sitemap > li > ul > li > a,
.list-sitemap > li > ul > li > a > span,
.list-sitemap > li > ul > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.list-sitemap > li > ul > li:hover:before {
  color: #000;
}
.list-sitemap > li > ul > li:hover > a:only-child {
  text-decoration: underline;
}
.list-sitemap > li > ul > li:hover > a:only-child,
.list-sitemap > li > ul > li:hover > a:only-child > span,
.list-sitemap > li > ul > li:hover > a:only-child > span.title {
  color: #000;
}
.list-sitemap > li > ul > li {
  position: relative;
}
.list-sitemap > li > ul > li:before {
  font-size: 10px;
}
.list-sitemap > li > ul > li:before {
  position: absolute;
  z-index: 1;
  top: 2px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-sitemap > li > ul > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-sitemap > li > ul > li {
  /*
							.icon-alt(
								@icon-symbol: @icon-inline; 
								@icon-position;
								@icon-color: @icon-list-color;
							);
							*/
}
.list-sitemap > li > ul > li:before,
.list-sitemap > li > ul > li:hover:before {
  font-size: 10px;
}
.required {
  font-size: 16px;
  color: red;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0px;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: inherit;
  color: #000;
}
legend.legend-title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  font-weight: bold;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 2;
  color: #000;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(109, 104, 104, 0.6);
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 50px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 32px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 62px;
  }
}
.form-group:not(:last-child) {
  margin-bottom: 18px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 36px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 11px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0px;
  min-height: 54px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.25px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
select.input-sm {
  height: 32px;
  line-height: 1.25px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 32px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 32px;
  line-height: 32px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 32px;
  min-height: 52px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.25;
}
.input-lg {
  height: 62px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  line-height: 2px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
select.input-lg {
  height: 62px;
  line-height: 2px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 62px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 2;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 62px;
  line-height: 62px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 62px;
  min-height: 56px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 2;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #000;
}
.has-success .form-control {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.has-success .form-control-feedback {
  color: #000;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #000;
}
.has-warning .form-control {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.has-warning .form-control-feedback {
  color: #000;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #000;
}
.has-error .form-control {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.has-error .form-control-feedback {
  color: #000;
}
.radio > label > label,
.checkbox > label > label {
  padding-left: 0px;
}
.form-inline > .form-group,
.form-inline > .row-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-inline > .form-group > .control-label,
.form-inline > .row-group > .control-label,
.form-inline > .form-group > legend,
.form-inline > .row-group > legend {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .form-inline > .form-group > .control-label,
  .form-inline > .row-group > .control-label,
  .form-inline > .form-group > legend,
  .form-inline > .row-group > legend {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .form-inline > .form-group > .control-label,
  .form-inline > .row-group > .control-label,
  .form-inline > .form-group > legend,
  .form-inline > .row-group > legend {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .form-inline > .form-group > .control-label,
  .form-inline > .row-group > .control-label,
  .form-inline > .form-group > legend,
  .form-inline > .row-group > legend {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1300px) {
  .form-inline > .form-group > .control-label,
  .form-inline > .row-group > .control-label,
  .form-inline > .form-group > legend,
  .form-inline > .row-group > legend {
    float: left;
    width: 25%;
  }
}
.form-inline > .form-group > .control-wrapper,
.form-inline > .row-group > .control-wrapper {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .form-inline > .form-group > .control-wrapper,
  .form-inline > .row-group > .control-wrapper {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .form-inline > .form-group > .control-wrapper,
  .form-inline > .row-group > .control-wrapper {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .form-inline > .form-group > .control-wrapper,
  .form-inline > .row-group > .control-wrapper {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1300px) {
  .form-inline > .form-group > .control-wrapper,
  .form-inline > .row-group > .control-wrapper {
    float: left;
    width: 75%;
  }
}
form > div + div {
  margin-top: 30px;
  /*			.css-seperator(
				@seperator-color: @legend-border-color;
				@seperator-style: fullwidth;
				@seperator-position: top;
				@seperator-spacing: @line-height-computed;
			);*/
}
form > div[class*="alertbox-"]:not(:last-child) {
  margin-bottom: 0px;
}
#form-required-info,
.control-info-extra {
  display: block;
  /*.ml(@padding-base-horizontal);*/
}
.fieldset-group.group-address > .title,
.fieldset-group.group-table > .title,
.fieldset-group.group-address legend,
.fieldset-group.group-table legend {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.fieldset-group.group-uploadfiles .control-wrapper .table-control {
  border: 1px solid #000;
}
.fieldset-group.group-uploadfiles .control-wrapper .table-control > thead > tr > th,
.fieldset-group.group-uploadfiles .control-wrapper .table-control > tbody > tr > th,
.fieldset-group.group-uploadfiles .control-wrapper .table-control > tfoot > tr > th,
.fieldset-group.group-uploadfiles .control-wrapper .table-control > thead > tr > td,
.fieldset-group.group-uploadfiles .control-wrapper .table-control > tbody > tr > td,
.fieldset-group.group-uploadfiles .control-wrapper .table-control > tfoot > tr > td {
  border: 1px solid #000;
}
.fieldset-group.group-uploadfiles .control-wrapper .table-control > thead > tr > th,
.fieldset-group.group-uploadfiles .control-wrapper .table-control > thead > tr > td {
  border-bottom-width: 2px;
}
.group-checkbox .list,
.group-radiobox .list {
  padding-left: 0px;
  list-style: none;
}
.form-group.group-textarea textarea {
  resize: vertical;
  /* user can resize vertically, but width is fixed */
}
.form-group.group-checkbox,
.form-group.group-radiobox {
  padding-top: 7px;
  padding-bottom: 7px;
}
.form-group.group-checkbox > label,
.form-group.group-radiobox > label,
.form-group.group-checkbox > .control-label,
.form-group.group-radiobox > .control-label {
  min-height: 36px;
  padding-left: 23px;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  cursor: pointer;
}
.form-group.group-checkbox > .control-wrapper,
.form-group.group-radiobox > .control-wrapper {
  padding-top: 1px;
  float: left !important;
}
.form-group.group-checkbox > .control-wrapper input[type="radio"],
.form-group.group-radiobox > .control-wrapper input[type="radio"],
.form-group.group-checkbox > .control-wrapper input[type="checkbox"],
.form-group.group-radiobox > .control-wrapper input[type="checkbox"] {
  cursor: pointer;
}
.form-group > .control-wrapper > .control-info-text {
  padding: 23px 15px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}
.form-group > .control-wrapper > .control-info-text:not(:last-child) {
  margin-bottom: 23px;
}
.form-group > .control-wrapper > .control-info-text .heading {
  color: #000;
}
.form-group > .control-wrapper > .control-info-text a {
  clear: both;
}
.form-group > .control-wrapper > .control-info-text a:before {
  content: " ";
  width: 100%;
  height: 1px;
  display: block;
}
.form-group > .control-wrapper > .control-info-text:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f05a";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.form-group > .control-wrapper > .control-info-text:before {
  color: inherit;
}
.form-group > .control-wrapper > .control-info-text:before {
  font-size: 18px;
}
.form-group > .control-wrapper > .control-info-text:before {
  position: absolute;
  left: -1px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.form-group > .control-wrapper > .control-info-text:before {
  position: absolute;
  top: -1px;
  left: -1px;
}
.form-group > .control-wrapper > .control-info-text:before {
  width: 15px;
  height: 23px;
  background-color: #fff;
  text-align: center;
  line-height: 23px;
}
.group-table {
  display: table-cell;
  width: 100%;
}
.group-table .control-wrapper {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 558px) {
  .group-table .control-wrapper {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .group-table .control-wrapper > .table {
    margin-bottom: 0px;
  }
  .group-table .control-wrapper > .table > thead > tr > th,
  .group-table .control-wrapper > .table > tbody > tr > th,
  .group-table .control-wrapper > .table > tfoot > tr > th,
  .group-table .control-wrapper > .table > thead > tr > td,
  .group-table .control-wrapper > .table > tbody > tr > td,
  .group-table .control-wrapper > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .group-table .control-wrapper > .table-bordered {
    border: 0;
  }
  .group-table .control-wrapper > .table-bordered > thead > tr > th:first-child,
  .group-table .control-wrapper > .table-bordered > tbody > tr > th:first-child,
  .group-table .control-wrapper > .table-bordered > tfoot > tr > th:first-child,
  .group-table .control-wrapper > .table-bordered > thead > tr > td:first-child,
  .group-table .control-wrapper > .table-bordered > tbody > tr > td:first-child,
  .group-table .control-wrapper > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .group-table .control-wrapper > .table-bordered > thead > tr > th:last-child,
  .group-table .control-wrapper > .table-bordered > tbody > tr > th:last-child,
  .group-table .control-wrapper > .table-bordered > tfoot > tr > th:last-child,
  .group-table .control-wrapper > .table-bordered > thead > tr > td:last-child,
  .group-table .control-wrapper > .table-bordered > tbody > tr > td:last-child,
  .group-table .control-wrapper > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .group-table .control-wrapper > .table-bordered > tbody > tr:last-child > th,
  .group-table .control-wrapper > .table-bordered > tfoot > tr:last-child > th,
  .group-table .control-wrapper > .table-bordered > tbody > tr:last-child > td,
  .group-table .control-wrapper > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.table-control.table-hours > thead tr > th {
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}
.table-control.table-hours > thead tr > th:first-child {
  text-align: left;
}
.table-control.table-hours td.weekday {
  padding-right: 23px;
  vertical-align: middle;
}
.table-control.table-hours td.weekday + .hours-control ~ .hours-control {
  padding-left: 23px;
}
.table-control.table-hours td.hours-control {
  min-width: 90px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-control.table-hours td.hours-control > input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.table-control.table-hours td.hours-control > input:focus {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(109, 104, 104, 0.6);
  box-shadow: none;
}
.table-control.table-hours td.hours-control > input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.table-control.table-hours td.hours-control > input:-ms-input-placeholder {
  color: #000;
}
.table-control.table-hours td.hours-control > input::-webkit-input-placeholder {
  color: #000;
}
.table-control.table-hours td.hours-control > input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.table-control.table-hours td.hours-control > input[disabled],
.table-control.table-hours td.hours-control > input[readonly],
fieldset[disabled] .table-control.table-hours td.hours-control > input {
  background-color: #fff;
  opacity: 1;
}
.table-control.table-hours td.hours-control > input[disabled],
fieldset[disabled] .table-control.table-hours td.hours-control > input {
  cursor: not-allowed;
}
textarea.table-control.table-hours td.hours-control > input {
  height: auto;
}
.table-control.table-hours td.hours-checkbox {
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}
.brand {
  padding: 0;
  display: block;
  color: #000;
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 1.1;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: relative;
  z-index: 1001;
  width: 202px;
  height: 69px;
}
.brand > .brand-txt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
@media (max-width: 558px) {
  .brand .logo-img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-width: 202px;
  }
}
@media (min-width: 559px) {
  .brand {
    text-align: left;
    background: url("/images/skin/logo.svg") no-repeat left 0px transparent;
  }
  .brand .logo-img {
    display: none;
  }
}
.brand:hover,
.brand:focus {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  color: #000;
  text-decoration: none;
}
.header {
  background-color: #fff;
}
.header .header-main {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-bottom: 32px;
}
.header .header-main > .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.header .header-brand {
  text-align: center;
}
.header .header-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  gap: 15px;
}
.header .header-right .header-search .search-form {
  transition: width 0.3s;
  width: 306px;
  float: right;
}
@media (max-width: 991px) {
  .header .header-right .header-search {
    padding-top: 0px;
  }
  .header .header-right .header-search .search-top {
    right: 235px;
  }
  .header .header-right .header-search .search-form {
    width: 270px;
  }
}
@media (max-width: 559px) {
  .header .header-right .header-search {
    padding: 0px;
  }
  .header .header-right .header-search .search-top {
    right: 0px;
    position: relative;
  }
  .header .header-right .header-search .search-form {
    width: 100%;
  }
}
.header .header-right .header-social .list-social > li > a {
  width: 32px;
  height: 59px;
}
@media (min-width: 559px) {
  .header .header-right .header-social {
    position: relative;
    z-index: 1;
    float: right !important;
    margin-left: 60px;
  }
  .header .header-right .header-social .list-social > li > a {
    /* .icon-size-variant(
								@icon-size: 32;
								@icon-position;
							); */
    width: 32px;
    height: 79px;
  }
}
@media (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .header .header-right {
    /*			height: 56px;
			line-height: 56px;
			.pr(24px);*/
  }
}
@media screen and (max-width: 559px) {
  .header .header-right .header-search .search-top {
    right: 0;
  }
  .header .header-right .user-profile {
    -webkit-transform: translate(-60%, 0) !important;
    -ms-transform: translate(-60%, 0) !important;
    -o-transform: translate(-60%, 0) !important;
    transform: translate(-60%, 0) !important;
    display: inline-block;
    padding-left: 20px;
  }
  .header .header-right .contrast-link button {
    -webkit-transform: translate(60%, 0);
    -ms-transform: translate(60%, 0);
    -o-transform: translate(60%, 0);
    transform: translate(60%, 0);
  }
}
@media (max-width: 600px) {
  .header .header-main > .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header .header-main > .container .header-right {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .header .header-main > .container .header-right .header-search {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .header .header-main > .container .header-right .header-search .search-form {
    width: 100%;
  }
  .header .header-main > .container .header-brand {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.header.has-hamburger .header-right {
  position: relative;
  z-index: 1001;
}
.header.has-hamburger .btn-menu {
  margin-left: 15px;
}
@media (min-width: 559px) {
}
.header:not(.has-hamburger) {
  /* always there used to stand outside of this nothamburgerwrapper*/
}
@media screen and (max-width: 991px) {
  .header.has-hamburger .btn-menu {
    margin: 0px;
    padding-left: 21.5px;
    padding-right: 21.5px;
    width: 59px;
    height: 59px;
    background-color: #fff;
    background-color: #fff;
  }
  .header.has-hamburger .btn-menu .toggle-txt {
    display: none;
  }
  .header.has-hamburger .btn-menu:focus,
  .header.has-hamburger .btn-menu:hover {
    background-color: #fff;
  }
  .header.has-hamburger .btn-menu:focus > span.toggle-icon,
  .header.has-hamburger .btn-menu:hover > span.toggle-icon {
    background-color: #fff;
  }
  .header.has-hamburger .btn-menu:focus > span.toggle-icon:after,
  .header.has-hamburger .btn-menu:hover > span.toggle-icon:after,
  .header.has-hamburger .btn-menu:focus > span.toggle-icon:before,
  .header.has-hamburger .btn-menu:hover > span.toggle-icon:before {
    background-color: #fff;
  }
  .header.has-hamburger .btn-menu.is-activefocus > span.toggle-icon,
  .header.has-hamburger .btn-menu.is-active:hover > span.toggle-icon {
    background-color: transparent;
  }
  .header.has-hamburger .header-main {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .header.has-hamburger .brand {
    height: 56px;
    margin-left: 4px;
  }
  .header.has-hamburger .search-top {
    right: 100px;
  }
}
@media screen and (max-width: 559px) {
  .header.has-hamburger .brand {
    height: 82px;
  }
}
body .has-hamburger.active .cookie-complicance-wrapper {
  position: absolute;
}
.header-media .header-media-container {
  height: 360px;
  /*
		@media (min-width: @screen-tablet) { 
			.check-unit(
				@property: height;
				@unit: @banner-height;
			);
		}
		*/
  /*		@media (max-width: @screen-phone) { 
			.check-unit(
				@property: height;
				@unit: @banner-height-small;
			);
		}*/
}
@media (max-width: 992px) {
  .header-media .header-media-container {
    height: 360px;
  }
}
@media (max-width: 559px) {
  .header-media .header-media-container {
    height: 580px;
  }
}
.header-media .header-media-container .header-media-content {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* 
		@media (max-width: @screen-desktop-max) {
			.background-size(cover);
		}
		
		@media (min-width: @screen-widescreen) { 
			.background-size(auto 100%);
		}  
		*/
  background-image: url('/images/skin/header-media.jpg');
}
.header-media .header-media-container .copyright {
  position: relative;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000;
  background-color: #fff;
}
@media (max-width: 558px) {
  .header-media .header-media-container .copyright {
    display: none;
  }
}
.header-media .header-media-container .copyright:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f030";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header-media .header-media-container .copyright:before {
  color: inherit;
}
.header-media .header-media-container .copyright:before {
  font-size: 20px;
}
.header-media .header-media-container .copyright:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.header-media .header-media-container .copyright:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-media .header-media-container .copyright > span {
  position: absolute;
  display: inline-block;
  height: 100%;
  bottom: 100%;
  right: 0;
  color: #000;
  background-color: #fff;
  white-space: nowrap;
  padding-left: 23px;
  padding-right: 23px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media (min-width: 559px) {
  .header-media .header-media-container .copyright > span {
    right: 100%;
    bottom: auto;
  }
}
.header-media .header-media-container .copyright:hover,
.header-media .header-media-container .copyright:focus {
  cursor: help;
}
.header-media .header-media-container .copyright:hover > span,
.header-media .header-media-container .copyright:focus > span {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.contrast-link,
.my-profile-link {
  padding-top: 9px;
  padding-bottom: 11px;
  font-size: 1.4rem;
  z-index: 1;
  bottom: 100%;
  right: 15px;
  display: inline-block;
  /*		.icon-alt(
			@icon-symbol: @icon-pipe2;
			@icon-position;
			@icon-color: @icon-base-color;
		);

		.icon-list-inline-position-size(
			@list-gutter: @grid-gutter-width;
			@icon-position-vertical;
			@icon-inline-size: @icon-size-base;
			@icon-position;
		);*/
}
.contrast-link > .user-profile,
.my-profile-link > .user-profile {
  color: #000;
  position: relative;
  /* raadsel waarom dit er stond.. :-)
			& when not (@text-padding = 0) and not (@btn-text) {
				.pl(@icon-width);
				&:before {
					.r(0);
				}
			} 
			*/
  padding-left: 20px;
  padding-right: 0px !important;
}
.contrast-link > .user-profile:before,
.my-profile-link > .user-profile:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e608";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contrast-link > .user-profile:before,
.my-profile-link > .user-profile:before {
  color: #000;
}
.contrast-link > .user-profile:before,
.my-profile-link > .user-profile:before {
  font-size: 18px;
}
.contrast-link > .user-profile > span:first-of-type,
.my-profile-link > .user-profile > span:first-of-type {
  padding-left: 5px;
}
.contrast-link > .user-profile > span,
.my-profile-link > .user-profile > span {
  display: inline-block;
}
.contrast-link > .user-profile:before,
.my-profile-link > .user-profile:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contrast-link > .user-profile:before,
.my-profile-link > .user-profile:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.contrast-link > .user-profile > span:first-of-type,
.my-profile-link > .user-profile > span:first-of-type {
  padding-left: 5px;
}
.contrast-link > .user-profile > span:only-of-type,
.my-profile-link > .user-profile > span:only-of-type {
  display: inline-block;
}
.contrast-link > .user-profile:before,
.my-profile-link > .user-profile:before {
  top: 49%;
}
.contrast-link > .user-profile.logout:before,
.my-profile-link > .user-profile.logout:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e937";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contrast-link > .user-profile.logout:before,
.my-profile-link > .user-profile.logout:before {
  color: #000;
}
.contrast-link > .user-profile:hover,
.my-profile-link > .user-profile:hover,
.contrast-link > .user-profile:focus,
.my-profile-link > .user-profile:focus {
  color: #000;
}
.contrast-link > .user-profile:hover span,
.my-profile-link > .user-profile:hover span,
.contrast-link > .user-profile:focus span,
.my-profile-link > .user-profile:focus span {
  text-decoration: underline;
}
.contrast-link > .user-profile:hover:before,
.my-profile-link > .user-profile:hover:before,
.contrast-link > .user-profile:focus:before,
.my-profile-link > .user-profile:focus:before {
  color: #000;
}
@media screen and (max-width: 768px) {
  body.home .header .header-brand {
    float: left !important;
  }
  body.home .header .header-right {
    height: auto;
  }
  body.home .header .header-right .my-profile-link {
    position: static;
    height: 56px;
    line-height: 56px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 559px) {
  body.home .header .header-right .my-profile-link {
    line-height: 91px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  body.home .header .header-right .my-profile-link,
  body.home .header .header-right .contrast-link {
    position: static;
    height: 56px;
    line-height: 56px;
  }
  body.home .header .header-right .my-profile-link {
    margin-right: 20px;
  }
}
body.home .header-brand {
  padding-right: 20px;
}
@media (max-width: 606px) {
  body.home .header .header-right .my-profile-link,
  body.home .header .header-right .contrast-link {
    padding: 0px;
    margin: 0px;
  }
  body.home .header .header-right .my-profile-link {
    clear: both;
  }
}
@media (max-width: 561px) {
  body.home .header .header-right .my-profile-link,
  body.home .header .header-right .contrast-link {
    float: right;
    position: static;
    width: auto !important;
    margin: 0;
    padding: 0;
  }
  body.home .header .header-right .my-profile-link .user-profile,
  body.home .header .header-right .contrast-link .user-profile {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  body.home .header .header-right .my-profile-link .icon-contrast,
  body.home .header .header-right .contrast-link .icon-contrast {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}
.icon-contrast {
  margin-right: 15px;
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e93d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 0 none;
  background: none transparent;
  font-size: 14px;
  position: relative;
  /* raadsel waarom dit er stond.. :-)
			& when not (@text-padding = 0) and not (@btn-text) {
				.pl(@icon-width);
				&:before {
					.r(0);
				}
			} 
			*/
  padding-left: 20px;
}
.icon-contrast:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e93d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.icon-contrast:before {
  color: inherit;
}
.icon-contrast:before {
  font-size: 18px;
}
.icon-contrast > span:first-of-type {
  padding-left: 5px;
}
.icon-contrast > span {
  display: inline-block;
}
.icon-contrast:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.icon-contrast:hover:before,
.icon-contrast:focus:before {
  color: inherit;
}
.icon-contrast:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-contrast:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.icon-contrast > span:first-of-type {
  padding-left: 5px;
}
.icon-contrast > span:only-of-type {
  display: inline-block;
}
.icon-contrast:hover,
.icon-contrast:focus {
  color: #000;
}
.icon-contrast:hover span,
.icon-contrast:focus span {
  text-decoration: underline;
}
.icon-contrast:hover:before,
.icon-contrast:focus:before {
  color: #000;
}
.dropdown > a {
  position: relative;
}
.dropdown.dropdown-menu-center {
  position: static !important;
}
.dropdown.dropdown-menu-center > .dropdown-menu {
  display: table;
  width: 100%;
  left: 0;
  right: 0;
  float: none;
}
.dropdown.dropdown-menu-center > .dropdown-menu > li,
.dropdown.dropdown-menu-center > .column-dropdown > li {
  display: table-cell;
}
.dropdown .dropdown-menu.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown .dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown.slide-down > a.dropdown-toggle,
.dropdown.slide-down > a.dropdown-toggle:hover,
.dropdown.slide-down > a.dropdown-toggle:focus {
  color: #000 !important;
  background-color: #fff !important;
}
.dropdown.slide-down > a.dropdown-toggle:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f0d8";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.dropdown.slide-down > a.dropdown-toggle:after {
  color: inherit;
}
.dropdown.open,
.dropdown.slide-down,
.dropdown.focus {
  z-index: 1003;
}
.dropdown.open > a,
.dropdown.slide-down > a,
.dropdown.focus > a {
  z-index: 1003;
}
.dropdown.open .dropdown-menu,
.dropdown.slide-down .dropdown-menu,
.dropdown.focus .dropdown-menu {
  z-index: 1002;
}
.dropdown-wrapper .dropdown-container > .single-column,
.dropdown-wrapper .dropdown-container > .multi-column {
  border: 0;
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 559px) {
  .dropdown-wrapper .dropdown-container > .single-column {
    min-width: 320.83333333px;
  }
}
@media (min-width: 559px) {
  .dropdown-wrapper .dropdown-container > .multi-column {
    padding-left: 0px;
    padding-right: 0px;
    width: 550px;
  }
  .dropdown-wrapper .dropdown-container > .multi-column .column-container {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-wrapper .dropdown-container > .multi-column .column-container,
  .dropdown-wrapper .dropdown-container > .multi-column .column-container > .column-nav,
  .dropdown-wrapper .dropdown-container > .multi-column .column-container > .column-popular {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dropdown-wrapper .dropdown-container > .multi-column .column-container > .column-nav {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
  .dropdown-wrapper .dropdown-container > .multi-column .column-container > .column-popular {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
.column-dropdown {
  padding-left: 0px;
  list-style: none;
  width: 100%;
}
.column-nav {
  background-color: #fff;
  border: 0;
}
.column-popular .column-content-popular {
  width: 100%;
  background-color: #fff;
}
.column-popular .column-content-popular .heading {
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 1;
  padding: 10px 15px;
}
@media (min-width: 559px) {
  .column-popular .column-content-popular .heading {
    padding: 10px 30px;
  }
}
.column-popular .column-content-popular .column-dropdown > li > a {
  color: #000;
  background: #fff;
}
.column-popular .column-content-popular .column-dropdown > li > a:hover,
.column-popular .column-content-popular .column-dropdown > li > a:focus {
  color: #000;
  background: #fff;
}
.column-popular .column-content-popular .column-dropdown > li.active > a,
.column-popular .column-content-popular .column-dropdown > li.active > a:hover,
.column-popular .column-content-popular .column-dropdown > li.active > a:focus {
  color: #000;
  background: #fff;
}
/* ==========================================================================
	HEADER // NAVIGATION 
========================================================================== */
.navbar-default {
  position: inherit;
  z-index: 1031;
  background-color: #fff;
}
.navbar-default .menu-wrapper {
  background-color: #fff;
  margin-bottom: 0px;
}
.navbar-default .nav-main {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
}
.navbar-default .nav-main > li {
  position: relative;
  display: block;
}
.navbar-default .nav-main > li > a {
  position: relative;
  display: block;
  padding: 5px 10px;
}
.navbar-default .nav-main > li > a:hover,
.navbar-default .nav-main > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.navbar-default .nav-main > li.disabled > a {
  color: #000;
}
.navbar-default .nav-main > li.disabled > a:hover,
.navbar-default .nav-main > li.disabled > a:focus {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.navbar-default .nav-main > li {
  margin: 0px;
}
.navbar-default .nav-main > li > a {
  color: #000;
  font-size: 16px;
  text-align: left;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.navbar-default .nav-main > li > a .h3.title {
  margin-bottom: 0px;
}
.navbar-default .nav-main > li > a:hover,
.navbar-default .nav-main > li > a:focus {
  color: #000;
  background-color: #fff;
}
.navbar-default .nav-main > li.open > a,
.navbar-default .nav-main > li.open.active > a,
.navbar-default .nav-main > li.focus > a,
.navbar-default .nav-main > li.focus.active > a,
.navbar-default .nav-main > li.open > a:hover,
.navbar-default .nav-main > li.open.active > a:hover,
.navbar-default .nav-main > li.focus > a:hover,
.navbar-default .nav-main > li.focus.active > a:hover,
.navbar-default .nav-main > li.open > a:focus,
.navbar-default .nav-main > li.open.active > a:focus,
.navbar-default .nav-main > li.focus > a:focus,
.navbar-default .nav-main > li.focus.active > a:focus {
  color: #000;
  background-color: #fff;
}
.navbar-default .nav-main > li.focus > a,
.navbar-default .nav-main > li.focus.active > a,
.navbar-default .nav-main > li.focus > a:hover,
.navbar-default .nav-main > li.focus.active > a:hover,
.navbar-default .nav-main > li.focus > a:focus,
.navbar-default .nav-main > li.focus.active > a:focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.navbar-default .nav-main > li.active > a,
.navbar-default .nav-main > li.active > a:hover,
.navbar-default .nav-main > li.active > a:focus {
  color: #000;
  background-color: #fff;
}
.navbar-default .nav-main > li.disabled > a,
.navbar-default .nav-main > li.disabled > a:hover,
.navbar-default .nav-main > li.disabled > a:focus {
  color: #000;
  background-color: transparent;
}
.navbar-default:not(.has-hamburger) .menu-header {
  display: none;
}
.navbar-default:not(.has-hamburger) .navbar-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar-default:not(.has-hamburger) .navbar-container {
    width: 738px;
  }
}
@media (min-width: 992px) {
  .navbar-default:not(.has-hamburger) .navbar-container {
    width: 962px;
  }
}
@media (min-width: 1300px) {
  .navbar-default:not(.has-hamburger) .navbar-container {
    width: 1270px;
  }
}
.navbar-default:not(.has-hamburger) .menu-wrapper {
  min-height: 40px;
}
.navbar-default:not(.has-hamburger) .nav-main {
  margin-left: -30px;
}
.navbar-default:not(.has-hamburger) .nav-main > li {
  float: left;
  min-height: 40px;
}
.navbar-default:not(.has-hamburger) .nav-main > li > a {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
  height: 100%;
}
.navbar-default:not(.has-hamburger) .nav-main .dropdown-menu > li > a,
.navbar-default:not(.has-hamburger) .nav-main .column-dropdown > li > a {
  padding: 10px 30px;
  /* 
					//- icon style dropdown menu not has-hamburger (niet offcanvas-menu
					.icon-btn-variant(
						@icon-btn: @icon-angle-right;
						@icon-btn-color: @white; 
						@btn-text;
						@icon-btn-size;
						@icon-position; 
						@is-hover;
					);
					.icon-btn-position(
						@icon-btn-position-horizontal: @menu-column-padding-horizontal;
						@icon-btn-position-vertical: 0;
						@icon-position; 
						@btn-text;
						@text-padding;
						@icon-width;
						@icon-height: floor((@dropdown-font-size * @line-height-base));
						@icon-btn-align: vcenterlist;
					);
					*/
}
.navbar-default.has-hamburger .menu-header .title {
  display: none !important;
}
.navbar-default.has-hamburger .menu-header .btn-header-close {
  overflow: auto;
  position: absolute;
  height: 38px;
  right: 0px;
}
@media (max-width: 767px) {
  .navbar-default.has-hamburger .menu-header .btn-header-close {
    top: -20px;
    right: 10px !important;
  }
}
.header-meta {
  background-color: #fff;
  position: relative;
  z-index: 1042;
}
.header-meta .meta-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  gap: 15px;
}
.header-meta .meta-right {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.header-meta .meta-right .nav-meta {
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  .header-meta > .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-meta .meta-left {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-meta .meta-left .contrast-link,
  .header-meta .meta-left .my-profile-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header-meta .meta-right .nav-meta {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .header-meta .meta-right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header-meta > .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.header-meta ul.nav-meta {
  padding-left: 0px;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .header-meta ul.nav-meta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header-meta ul.nav-meta > li:before {
  left: 10px;
}
.header-meta .nav-meta {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 0px;
  list-style: none;
}
.header-meta .nav-meta > li {
  padding-left: 0px;
  padding-right: 0px;
  padding-right: 8px;
}
.header-meta .nav-meta > li:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header-meta .nav-meta > li:after {
  color: #000;
}
.header-meta .nav-meta > li:after {
  font-size: 8px;
}
.header-meta .nav-meta > li > a {
  padding-right: 5px;
}
.header-meta .nav-meta > li > a {
  /*
				.btn-link(
					@btn-link-color: @offcanvas-menu-link-color;
					@btn-link-hover-color: @color2-base;
					@is-hover;
				);
				*/
  padding: -2px 0;
  font-size: 14px;
  line-height: 28px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.header-meta .nav-meta > li > a:before {
  vertical-align: baseline;
  margin-right: 3px;
}
.header-meta .nav-meta > li > a:focus span,
.header-meta .nav-meta > li > a:hover span {
  text-decoration: underline;
}
@media (max-width: 992px) {
}
@media (max-width: 992px) {
}
.navbar-toggle {
  margin: 0px;
  text-transform: lowercase;
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: transparent;
  border-color: transparent;
  border: 0;
  display: none;
}
.navbar-toggle:focus,
.navbar-toggle:active:focus,
.navbar-toggle.active:focus,
.navbar-toggle.focus,
.navbar-toggle:active.focus,
.navbar-toggle.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.navbar-toggle:active,
.navbar-toggle.active {
  outline: 0;
  background-image: none;
}
.navbar-toggle.disabled,
.navbar-toggle[disabled],
fieldset[disabled] .navbar-toggle {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.navbar-toggle.disabled,
fieldset[disabled] a.navbar-toggle {
  pointer-events: none;
}
.navbar-toggle:before {
  color: #000;
}
.navbar-toggle:hover {
  text-decoration: none;
}
.navbar-toggle.btn-menu {
  position: relative;
  overflow: hidden;
  border: 0;
  height: 59px;
  padding-top: 0px;
  padding-bottom: 0px;
  min-width: 39px;
  padding-left: 12px;
  padding-right: 12px;
  /**
		* Style hamburger to cross
		* 
		* Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
		* down to center and transform into an "x".
		*/
  /* active state, i.e. menu open */
  font-size: 18px;
  /* @media (max-width: @grid-header-breakpoint-max) { 
			> span {
				&.toggle-icon {
					.sr-only;
					.pl(0);
				}
			}
		} */
}
@media (max-width: 558px) {
  .navbar-toggle.btn-menu {
    padding-left: 22px;
    padding-right: 22px;
    min-width: 59px;
  }
}
.navbar-toggle.btn-menu > span.toggle-icon {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background: #fff;
}
.navbar-toggle.btn-menu > span.toggle-icon:before,
.navbar-toggle.btn-menu > span.toggle-icon:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
.navbar-toggle.btn-menu > span.toggle-icon:before {
  top: -5px;
}
.navbar-toggle.btn-menu > span.toggle-icon:after {
  bottom: -5px;
}
.navbar-toggle.btn-menu > span.toggle-txt {
  line-height: 59px;
  display: inline-block;
  padding-left: 27px;
}
.navbar-toggle.btn-menu:hover,
.navbar-toggle.btn-menu:focus {
  color: #000;
}
.navbar-toggle.btn-menu:hover span.toggle-icon,
.navbar-toggle.btn-menu:focus span.toggle-icon {
  background-color: #fff;
}
.navbar-toggle.btn-menu:hover span.toggle-icon:before,
.navbar-toggle.btn-menu:focus span.toggle-icon:before,
.navbar-toggle.btn-menu:hover span.toggle-icon:after,
.navbar-toggle.btn-menu:focus span.toggle-icon:after {
  background-color: #fff;
}
.navbar-toggle.btn-menu:focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.navbar-toggle.btn-menu > span.toggle-icon {
  -webkit-transition: background 0s 0.5s;
  -moz-transition: background 0s 0.5s;
  -o-transition: background 0s 0.5s;
  transition: background 0s 0.5s;
  -webkit-transition-property: top, bottom, -webkit-transform;
  -moz-transition-property: top, bottom, -moz-transform;
  -o-transition-property: top, bottom, -o-transform;
  transition-property: top, bottom,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: top, bottom, transform;
  transition-property: top, bottom, transform;
  animation: xth 0.5s;
  background: #fff;
}
.navbar-toggle.btn-menu > span.toggle-icon:before {
  -webkit-transition-property: top, -webkit-transform;
  -moz-transition-property: top, -moz-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}
.navbar-toggle.btn-menu > span.toggle-icon:after {
  -webkit-transition-property: bottom, -webkit-transform;
  -moz-transition-property: bottom, -moz-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom,-webkit-transform,-moz-transform,-o-transform,transform;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.navbar-toggle.btn-menu > span.toggle-icon:before,
.navbar-toggle.btn-menu > span.toggle-icon:after {
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-duration: 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s;
  -webkit-transition-delay: 0.5s, 0s;
  -moz-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
}
.navbar-toggle.btn-menu.is-active > span.toggle-icon {
  animation: htx 0.5s;
  background: transparent;
}
.navbar-toggle.btn-menu.is-active > span.toggle-icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle.btn-menu.is-active > span.toggle-icon:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle.btn-menu.is-active > span.toggle-icon:before,
.navbar-toggle.btn-menu.is-active > span.toggle-icon:after {
  -webkit-transition-delay: 0s, 0.5s;
  -moz-transition-delay: 0s, 0.5s;
  -o-transition-delay: 0s, 0.5s;
  transition-delay: 0s, 0.5s;
}
@media (max-width: 768px) {
  #inner-wrap.has-hamburger.active .navbar-toggle.btn-menu {
    margin-bottom: 37px;
  }
  #inner-wrap.has-hamburger.active .header-search {
    display: block;
    clear: both;
    position: relative;
    padding-right: 0px;
  }
  #inner-wrap.has-hamburger.active .header-search .search-top {
    right: auto;
    width: 100%;
  }
  #inner-wrap.has-hamburger.active .header-search .search-top .search-form {
    width: 100%;
    float: none;
  }
  #inner-wrap.has-hamburger.active .navbar-default .nav-main {
    padding-bottom: 50px;
  }
  #inner-wrap.has-hamburger.active .navbar-default .nav-main > li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 559px) {
  #inner-wrap.has-hamburger.active .header-search {
    padding-right: 0px;
    padding-top: 0px;
  }
  #inner-wrap.has-hamburger.active .header-right .my-profile-link {
    display: none;
  }
  #inner-wrap.has-hamburger.active .navbar-toggle.btn-menu {
    margin-bottom: 37px;
  }
}
#inner-wrap.has-hamburger.active .header-right .my-profile-link {
  display: none;
}
.page-container-wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 87px;
}
.heading-wrapper {
  padding-top: 43px;
}
.container-wrapper,
.header-filters,
.archive-wrapper,
.footer .footer-inner,
.footer .footer-inner-logos,
.masonry-wrapper,
.spotlight-wrapper {
  padding-bottom: 15px;
}
.page-container:not(:last-child) {
  margin-bottom: 36px;
}
.page-container.page-column {
  margin-left: -15px;
  margin-right: -15px;
}
.page-container.page-column > .page-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .page-container.page-column > .page-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-container.page-column > .page-content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-container.page-column > .page-content {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1300px) {
  .page-container.page-column > .page-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 767px) {
  .page-container.page-column > .page-content {
    margin-bottom: 36px;
  }
}
.page-container.page-column > .side-bar {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .page-container.page-column > .side-bar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-container.page-column > .side-bar {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-container.page-column > .side-bar {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1300px) {
  .page-container.page-column > .side-bar {
    float: left;
    width: 33.33333333%;
  }
}
.page-container .is_stuck {
  z-index: 1030;
}
.footer-logos > .footer-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-logos .list-footer-logos {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-left: -45px;
  margin-right: -45px;
  text-align: center;
}
.footer-logos .list-footer-logos > li {
  display: inline-block;
  padding-left: 45px;
  padding-right: 45px;
}
.footer-logos .list-footer-logos > li > a {
  display: inline-block;
}
.footer-logos .list-footer-logos > li {
  padding-top: 6px;
  padding-bottom: 6px;
}
.footer-logos .list-footer-logos > li > a {
  position: relative;
}
.footer-logos .list-footer-logos > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\b005";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-logos .list-footer-logos > li > a:before {
  color: #000;
}
.footer-logos .list-footer-logos > li > a:before {
  font-size: 81px;
}
.footer-logos .list-footer-logos > li > a > span {
  display: block;
}
.footer-logos .list-footer-logos > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.footer-logos .list-footer-logos > li > a:hover:before,
.footer-logos .list-footer-logos > li > a:focus:before {
  color: inherit;
}
.footer-logos .list-footer-logos > li.bullet-bullet > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e931";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-logos .list-footer-logos > li.bullet-bullet > a:before {
  color: #000;
}
.footer-logos .list-footer-logos > li > a {
  position: relative;
}
.footer-logos .list-footer-logos > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\b005";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-logos .list-footer-logos > li > a:before {
  color: #000;
}
.footer-logos .list-footer-logos > li > a:before {
  font-size: 81px;
}
.footer-logos .list-footer-logos > li > a > span {
  display: block;
}
.footer-logos .list-footer-logos > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.footer-logos .list-footer-logos > li > a:hover:before,
.footer-logos .list-footer-logos > li > a:focus:before {
  color: inherit;
}
.footer-logos .list-footer-logos > li.bullet-bib > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\a004";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-logos .list-footer-logos > li.bullet-bib > a:before {
  color: #000;
}
.footer-logos .list-footer-logos > li > a {
  position: relative;
}
.footer-logos .list-footer-logos > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\b005";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-logos .list-footer-logos > li > a:before {
  color: #000;
}
.footer-logos .list-footer-logos > li > a:before {
  font-size: 81px;
}
.footer-logos .list-footer-logos > li > a > span {
  display: block;
}
.footer-logos .list-footer-logos > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.footer-logos .list-footer-logos > li > a:hover:before,
.footer-logos .list-footer-logos > li > a:focus:before {
  color: inherit;
}
.footer-logos .list-footer-logos > li.bullet-wzc > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e936";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-logos .list-footer-logos > li.bullet-wzc > a:before {
  color: #000;
}
.footer-logos .list-footer-logos > li > a {
  position: relative;
}
.footer-logos .list-footer-logos > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\b005";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-logos .list-footer-logos > li > a:before {
  color: #000;
}
.footer-logos .list-footer-logos > li > a:before {
  font-size: 81px;
}
.footer-logos .list-footer-logos > li > a > span {
  display: block;
}
.footer-logos .list-footer-logos > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.footer-logos .list-footer-logos > li > a:hover:before,
.footer-logos .list-footer-logos > li > a:focus:before {
  color: inherit;
}
.footer-logos .list-footer-logos > li.bullet-froggy > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e935";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-logos .list-footer-logos > li.bullet-froggy > a:before {
  color: #000;
}
.footer-logos .list-footer-logos > li > a {
  position: relative;
}
.footer-logos .list-footer-logos > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\b005";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-logos .list-footer-logos > li > a:before {
  color: #000;
}
.footer-logos .list-footer-logos > li > a:before {
  font-size: 81px;
}
.footer-logos .list-footer-logos > li > a > span {
  display: block;
}
.footer-logos .list-footer-logos > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.footer-logos .list-footer-logos > li > a:hover:before,
.footer-logos .list-footer-logos > li > a:focus:before {
  color: inherit;
}
.footer-logos .list-footer-logos > li.bullet-hvhk > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e93e";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-logos .list-footer-logos > li.bullet-hvhk > a:before {
  color: #000;
}
.footer-logos .list-footer-logos > li > a {
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 5px;
}
.footer-logos .list-footer-logos > li > a:before {
  color: #000;
}
.footer-logos .list-footer-logos > li > a span {
  padding-top: 20px;
}
.footer-logos .list-footer-logos > li > a:focus,
.footer-logos .list-footer-logos > li > a:hover {
  color: #000 !important;
  text-decoration: none;
}
.footer-logos .list-footer-logos > li > a:focus:before,
.footer-logos .list-footer-logos > li > a:hover:before {
  color: inherit;
}
.footer {
  position: relative;
  background-color: #fff;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
.footer .box > .box-block h3.box-subtitle {
  color: #000;
}
.footer .box > .box-block h4.box-subtitle {
  color: #000;
}
.footer dl.contact-info {
  color: #000;
}
.footer dl.contact-info > dt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.footer dl.contact-info > dd {
  /*&.txt-phone,*/
  /*&.txt-gsm,
		&.txt-mobile,*/
}
.footer dl.contact-info > dd.txt-address > span.txt-streetnr {
  display: block;
}
.footer dl.contact-info > dd.txt-address > span.txt-postal {
  display: inline-block;
}
.footer dl.contact-info > dd.txt-address > span.txt-postal:after {
  content: "\00a0";
}
.footer dl.contact-info > dd.txt-address > span.txt-city {
  display: inline-block;
}
.footer dl.contact-info > dd.txt-ondernemingsnummer > span:before,
.footer dl.contact-info > dd.txt-btw > span:before,
.footer dl.contact-info > dd.txt-fax > span:before {
  content: attr(data-label) "\00a0";
}
.footer dl.contact-info > dd.txt-mail a,
.footer dl.contact-info > dd.txt-website a {
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  white-space: normal;
}
.footer dl.contact-info a {
  color: #000;
}
.footer dl.contact-info a:hover,
.footer dl.contact-info a:focus {
  color: #000;
}
.footer .footer-inner {
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.footer .footer-inner:before {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  width: 100vw;
  top: 0;
  right: 100%;
}
.footer .footer-inner:after {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  width: 100vw;
  top: 0;
  left: 100%;
}
.footer .footer-inner a {
  color: #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
}
.footer .footer-inner a.btn-more {
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
}
.footer .footer-inner a.btn-more > span {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.footer .footer-inner a.btn-more > span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
.footer .footer-inner a.btn-more:hover,
.footer .footer-inner a.btn-more:focus {
  text-decoration: none;
}
.footer .footer-inner a.btn-more:hover > span:after,
.footer .footer-inner a.btn-more:focus > span:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.footer .footer-inner a,
.footer .footer-inner a:active,
.footer .footer-inner a.active,
.footer .footer-inner a[disabled],
fieldset[disabled] .footer .footer-inner a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer .footer-inner a,
.footer .footer-inner a:hover,
.footer .footer-inner a:focus,
.footer .footer-inner a:active {
  border-color: transparent;
}
.footer .footer-inner a:hover,
.footer .footer-inner a:focus {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
.footer .footer-inner a[disabled]:hover,
fieldset[disabled] .footer .footer-inner a:hover,
.footer .footer-inner a[disabled]:focus,
fieldset[disabled] .footer .footer-inner a:focus {
  color: #000;
  text-decoration: none;
}
.footer .footer-inner .list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: inline-block;
}
.footer .footer-inner .list > li {
  display: inline-block;
}
.footer .footer-inner .list > li + li {
  position: relative;
  padding-left: 30px;
  /* 
	> a, 
	> span {
		position: relative;
		z-index: 2;
	} 
	*/
}
.footer .footer-inner .list > li + li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer .footer-inner .list > li + li:before {
  color: #000;
}
.footer .footer-inner .list > li + li:before {
  font-size: 4px;
}
.footer .footer-inner .list > li + li:before {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  text-align: center;
}
.footer .footer-inner .list > li > a {
  display: inline-block;
}
.footer .footer-inner .list > li > .lcplink {
  position: relative;
  /* raadsel waarom dit er stond.. :-)
			& when not (@text-padding = 0) and not (@btn-text) {
				.pl(@icon-width);
				&:before {
					.r(0);
				}
			} 
			*/
  position: static;
}
.footer .footer-inner .list > li > .lcplink:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92e";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer .footer-inner .list > li > .lcplink:before {
  color: #000;
}
.footer .footer-inner .list > li > .lcplink:before {
  font-size: 16px;
}
.footer .footer-inner .list > li > .lcplink > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.footer .footer-inner .list > li > .lcplink:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer .footer-inner .list > li > .lcplink:hover {
  text-decoration: none;
}
.footer .footer-inner .list > li > .lcplink:hover:before {
  color: #000;
}
.footer .footer-inner .list > li > a {
  color: #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
}
.footer .footer-inner .list > li > a,
.footer .footer-inner .list > li > a:active,
.footer .footer-inner .list > li > a.active,
.footer .footer-inner .list > li > a[disabled],
fieldset[disabled] .footer .footer-inner .list > li > a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer .footer-inner .list > li > a,
.footer .footer-inner .list > li > a:hover,
.footer .footer-inner .list > li > a:focus,
.footer .footer-inner .list > li > a:active {
  border-color: transparent;
}
.footer .footer-inner .list > li > a:hover,
.footer .footer-inner .list > li > a:focus {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
.footer .footer-inner .list > li > a[disabled]:hover,
fieldset[disabled] .footer .footer-inner .list > li > a:hover,
.footer .footer-inner .list > li > a[disabled]:focus,
fieldset[disabled] .footer .footer-inner .list > li > a:focus {
  color: #000;
  text-decoration: none;
}
.footer .footer-inner .list-social {
  float: right;
}
.footer .footer-inner .list-social > li > a {
  margin-left: 21px;
}
.footer .footer-inner .list-social > li > a:before {
  color: white;
}
.footer .footer-inner .list-social > li > a:focus:before,
.footer .footer-inner .list-social > li > a:hover:before {
  color: #000;
}
.footer .footer-inner .contact-footer-container,
.footer .footer-inner .contact-footer-container + ul.list {
  display: inline-block;
}
.footer .footer-inner .contact-footer-container + ul.list {
  position: relative;
  padding-left: 30px;
  /* 
	> a, 
	> span {
		position: relative;
		z-index: 2;
	} 
	*/
}
.footer .footer-inner .contact-footer-container + ul.list:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f068";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer .footer-inner .contact-footer-container + ul.list:before {
  color: #000;
}
.footer .footer-inner .contact-footer-container + ul.list:before {
  font-size: 4px;
}
.footer .footer-inner .contact-footer-container + ul.list:before {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  text-align: center;
}
.footer .footer-inner .contact-footer-container .title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .footer .footer-inner .contact-footer-container .title {
    text-align: left;
    display: inline-block;
    position: relative;
    padding-right: 30px;
    /* 
	> a, 
	> span {
		position: relative;
		z-index: 2;
	} 
	*/
  }
  .footer .footer-inner .contact-footer-container .title:after {
    font-family: "icomoon", 'Lato', sans-serif;
    content: "\f068";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer .footer-inner .contact-footer-container .title:after {
    color: #000;
  }
  .footer .footer-inner .contact-footer-container .title:after {
    font-size: 4px;
  }
  .footer .footer-inner .contact-footer-container .title:after {
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    text-align: center;
  }
}
.footer .footer-inner .contact-footer-container .contact-info {
  color: #000;
  display: inline-block;
}
.footer .footer-inner .contact-footer-container .contact-info > dt[class^="lbl-"]:before,
.footer .footer-inner .contact-footer-container .contact-info > dt[class*=" lbl-"]:before {
  color: #000;
}
.footer .footer-inner .contact-footer-container .contact-info a {
  color: #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
}
.footer .footer-inner .contact-footer-container .contact-info a,
.footer .footer-inner .contact-footer-container .contact-info a:active,
.footer .footer-inner .contact-footer-container .contact-info a.active,
.footer .footer-inner .contact-footer-container .contact-info a[disabled],
fieldset[disabled] .footer .footer-inner .contact-footer-container .contact-info a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer .footer-inner .contact-footer-container .contact-info a,
.footer .footer-inner .contact-footer-container .contact-info a:hover,
.footer .footer-inner .contact-footer-container .contact-info a:focus,
.footer .footer-inner .contact-footer-container .contact-info a:active {
  border-color: transparent;
}
.footer .footer-inner .contact-footer-container .contact-info a:hover,
.footer .footer-inner .contact-footer-container .contact-info a:focus {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
.footer .footer-inner .contact-footer-container .contact-info a[disabled]:hover,
fieldset[disabled] .footer .footer-inner .contact-footer-container .contact-info a:hover,
.footer .footer-inner .contact-footer-container .contact-info a[disabled]:focus,
fieldset[disabled] .footer .footer-inner .contact-footer-container .contact-info a:focus {
  color: #000;
  text-decoration: none;
}
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dt,
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd {
  display: inline-block;
}
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd > span {
  display: inline-block;
}
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd ~ dd {
  position: relative;
  padding-left: 30px;
  /* 
	> a, 
	> span {
		position: relative;
		z-index: 2;
	} 
	*/
  /*
								a {
									&:hover,
									&:focus {
										color: @footer-text-color;
									}
								}
								*/
}
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd ~ dd:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f068";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd ~ dd:before {
  color: #000;
}
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd ~ dd:before {
  font-size: 4px;
}
.footer .footer-inner .contact-footer-container .contact-info.contact-info-footer > dd ~ dd:before {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  text-align: center;
}
.footer .footer-inner .contact-footer-container .contact-info + span.footer-contact-detail {
  position: relative;
  padding-left: 30px;
  /* 
	> a, 
	> span {
		position: relative;
		z-index: 2;
	} 
	*/
}
.footer .footer-inner .contact-footer-container .contact-info + span.footer-contact-detail:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f068";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer .footer-inner .contact-footer-container .contact-info + span.footer-contact-detail:before {
  color: #000;
}
.footer .footer-inner .contact-footer-container .contact-info + span.footer-contact-detail:before {
  font-size: 4px;
}
.footer .footer-inner .contact-footer-container .contact-info + span.footer-contact-detail:before {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  text-align: center;
}
.footer .footer-inner .contact-footer-container .contact-info + span.footer-contact-detail > a {
  text-decoration: underline;
}
.footer .footer-inner .footer-row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.footer .footer-inner .footer-row .footer-left,
.footer .footer-inner .footer-row .footer-right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .footer .footer-inner .footer-row .footer-left,
  .footer .footer-inner .footer-row .footer-right {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer .footer-inner .footer-row .footer-left,
  .footer .footer-inner .footer-row .footer-right {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .footer .footer-inner .footer-row .footer-left,
  .footer .footer-inner .footer-row .footer-right {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1300px) {
  .footer .footer-inner .footer-row .footer-left,
  .footer .footer-inner .footer-row .footer-right {
    float: left;
    width: 16.66666667%;
  }
}
.footer .footer-inner .footer-row .footer-mid {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .footer .footer-inner .footer-row .footer-mid {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer .footer-inner .footer-row .footer-mid {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .footer .footer-inner .footer-row .footer-mid {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1300px) {
  .footer .footer-inner .footer-row .footer-mid {
    float: left;
    width: 66.66666667%;
  }
}
.footer .footer-inner .footer-row .footer-left {
  position: static;
}
.footer .footer-inner .footer-row .footer-left .contact-footer-container {
  position: absolute;
  left: 15px;
  bottom: 4px;
}
.footer .footer-inner .footer-row .footer-mid {
  text-align: center;
  margin-bottom: 30px;
}
.footer .footer-inner .footer-row .footer-right {
  text-align: right;
  padding-left: 100px;
}
@media (min-width: 768px) {
  .footer .footer-inner .footer-row .footer-left {
    text-align: left;
  }
  .footer .footer-inner .footer-row .footer-left .contact-footer-container {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .footer .footer-inner .footer-row .footer-mid {
    margin-bottom: 0px;
  }
  .footer .footer-inner .footer-row .footer-right {
    padding-left: 0px;
    position: static;
  }
  .footer .footer-inner .footer-row .footer-right .footer-social {
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
  }
}
.footer .footer-inner .copyright {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .footer .footer-inner .copyright {
    margin-right: 15px;
  }
  .footer .footer-inner .list > li + li {
    padding-left: 15px !important;
  }
  .footer .footer-inner .list > li + li:before {
    width: 15px;
  }
  .footer .footer-inner .list-social > li > a {
    margin-left: 15px;
  }
  .footer .footer-inner .list-social > li > a:before {
    font-size: 18px;
  }
  .footer .footer-inner .list-social * {
    line-height: 1.681;
    vertical-align: middle;
  }
}
@media (max-width: 558px) {
  .footer .footer-inner .list-social {
    float: none;
    clear: both;
  }
  .footer .footer-inner .list-social li > a {
    margin-left: 0px;
    margin-right: 15px;
  }
}
.footer .footer-inner-logos {
  text-align: center;
  color: #000;
  background-color: #fff;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.footer .footer-inner-logos:before {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  width: 100vw;
  top: 0;
  right: 100%;
}
.footer .footer-inner-logos:after {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  width: 100vw;
  top: 0;
  left: 100%;
}
.footer .footer-outer {
  color: #000;
  padding-top: 57px;
  padding-bottom: 57px;
}
.footer .footer-outer:before,
.footer .footer-outer:after {
  content: " ";
  display: table;
}
.footer .footer-outer:after {
  clear: both;
}
.footer .footer-outer:before,
.footer .footer-outer:after {
  content: " ";
  display: table;
}
.footer .footer-outer:after {
  clear: both;
}
.footer .footer-outer .box {
  color: #000;
  margin-bottom: 0px;
}
.footer .footer-outer .box-btn {
  margin-top: 30px;
}
.footer .footer-outer .hours-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer .footer-outer .hours-block h3.box-subtitle {
  color: #000;
  font-size: 18px;
}
/* ==========================================================================
 	BACKOFFICE - styles
 	========================================================================== */
/* ==========================================================================
 Backoffice Front style
 ========================================================================== */
.lcp-bo-edit-box > a {
  white-space: normal;
  position: relative;
  padding-left: 43px;
  text-align: left;
}
@media (max-width: 767px) {
  .lcp-bo-edit-box > a {
    display: block;
    width: 100%;
  }
  .lcp-bo-edit-box > a > span {
    padding-left: 5px;
    display: block;
  }
}
.lcp-bo-edit-box > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f044";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lcp-bo-edit-box > a:before {
  color: #000;
}
.lcp-bo-edit-box > a:before {
  font-size: 20px;
}
.lcp-bo-edit-box > a > span:first-of-type {
  padding-left: 5px;
}
.lcp-bo-edit-box > a > span {
  display: inline-block;
}
.lcp-bo-edit-box > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.lcp-bo-edit-box > a:hover:before,
.lcp-bo-edit-box > a:focus:before {
  color: inherit;
}
.lcp-bo-edit-box > a:before {
  position: absolute;
  left: 23px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.lcp-bo-edit-box > a > span:first-of-type {
  padding-left: 5px;
}
.lcp-bo-edit-box > a > span:only-of-type {
  display: inline-block;
}
.lcp-bo-edit-box > a:before {
  line-height: 36px !important;
}
@media (max-width: 559px) {
  .lcp-bo-edit-box {
    left: 30px;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    top: 263px;
  }
}
.inplace-editing {
  position: relative;
}
.inplace-editing:hover,
.inplace-editing:focus {
  cursor: pointer;
}
.inplace-editing:hover:after,
.inplace-editing:focus:after {
  color: inherit;
  position: absolute;
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f044";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 5px;
}
.inplace-editing-toolbar {
  z-index: 1030;
  display: none;
  position: absolute;
  background: #fff;
  border-left-color: transparent;
}
.inplace-editing-toolbar .toolbar-content {
  padding: 10px 16px;
  overflow: hidden;
}
.inplace-editing-toolbar .toolbar-content .toolbar-edit,
.inplace-editing-toolbar .toolbar-content .toolbar-btns {
  float: left !important;
}
.inplace-editing-toolbar .toolbar-content .toolbar-edit {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
}
.inplace-editing-toolbar .toolbar-content .toolbar-edit .input-inplace-editing {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.inplace-editing-toolbar .toolbar-content .toolbar-edit .label-inplace-editing {
  display: inline-block;
  vertical-align: middle;
  padding-top: 7px;
  margin-right: 23px;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns {
  padding-left: 5px;
  padding-right: 5px;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel {
  height: 50px;
  position: relative;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:before,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\b005";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:before,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:before {
  color: inherit;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:before,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:before {
  font-size: 18px;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save > span,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:before,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:hover:before,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:hover:before,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:focus:before,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:focus:before {
  color: inherit;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f00c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:before {
  color: inherit;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:hover,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:focus {
  color: #000;
  background-color: #fff;
  border-color: transparent;
  text-decoration: none;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:hover:before,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-save:focus:before {
  color: inherit;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e613";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:before {
  color: inherit;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:hover,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:focus {
  color: #000;
  background-color: #fff;
  border-color: transparent;
  text-decoration: none;
}
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:hover:before,
.inplace-editing-toolbar .toolbar-content .toolbar-btns .btn-cancel:focus:before {
  color: inherit;
}
/* ==========================================================================
Global skin
 ========================================================================== */
/*==========================================================================
 Skelet custom + aditionals
========================================================================== */
.btn-partial {
  color: #000;
  background-color: #fff;
  position: relative;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 36px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  /*
	.icon-btn-position(
		@icon-btn-position-horizontal: @padding-large-horizontal;
		@icon-btn-position-vertical: 0;
		@icon-position: left; 
		@gray;
		@text-padding: @padding-small-horizontal;
		@icon-width;
		@icon-height;
		@icon-btn-align: vcenter;
	);
	.text-left;
	*/
}
.btn-partial:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\b005";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-partial:before {
  color: #000;
}
.btn-partial:before {
  font-size: 18px;
}
.btn-partial:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.btn-partial:hover:before,
.btn-partial:focus:before {
  color: inherit;
}
.btn-partial:before {
  margin-right: 5px;
  vertical-align: text-top;
}
.partial-date {
  display: block;
  font-size: 16px;
}
.partial-date:not(:last-child) {
  margin-bottom: 6px;
}
.partial-date > span.txt-divider:after {
  content: "\00a0";
}
.partial-date > span.date,
.partial-date > span.time {
  position: relative;
  padding-left: 17px;
}
.partial-date > span.date:before,
.partial-date > span.time:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.partial-date > span.date:before,
.partial-date > span.time:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
.partial-date > span.date:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e604";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.partial-date > span.date:before {
  color: inherit;
}
.partial-date > span.time:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f017";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.partial-date > span.time:before {
  color: inherit;
}
.media-detail .partial-date,
.news-detail .partial-date {
  color: #000;
}
.media-detail .partial-date > span.date,
.news-detail .partial-date > span.date {
  padding-left: 0px;
}
.media-detail .partial-date > span.date:before,
.news-detail .partial-date > span.date:before {
  display: none;
}
.media-detail .partial-date > span.time,
.news-detail .partial-date > span.time {
  padding-left: 0px;
}
.media-detail .partial-date > span.time:before,
.news-detail .partial-date > span.time:before {
  content: "om ";
  line-height: inherit;
  position: static;
}
.partial-container .list,
.list-agenda {
  padding-left: 0px;
  list-style: none;
  /*
		.title {
			.font-size(@font-size-large);
		}
		*/
}
.partial-container .list .partial-block-date .entry-date,
.list-agenda .partial-block-date .entry-date {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 40px;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition-property: background-color, border-color, color;
  -moz-transition-property: background-color, border-color, color;
  -o-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color;
  padding-top: 6px;
}
.partial-container .list .partial-block-date .entry-date > span,
.list-agenda .partial-block-date .entry-date > span {
  display: block;
}
.partial-container .list .partial-block-date .entry-date .datetext,
.list-agenda .partial-block-date .entry-date .datetext {
  font-size: 16px;
}
.partial-container .list .partial-block-date .entry-date .weekday,
.list-agenda .partial-block-date .entry-date .weekday {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.partial-container .list .partial-block-date .entry-date .day,
.list-agenda .partial-block-date .entry-date .day {
  font-size: 18px;
}
.partial-container .list .partial-block-date .entry-date .month,
.list-agenda .partial-block-date .entry-date .month {
  font-size: 12px;
  padding-bottom: 6px;
}
.partial-container .list .partial-date .txt-published,
.list-agenda .partial-date .txt-published {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.partial-container .list > li > a,
.list-agenda > li > a {
  color: #000;
  display: block;
}
.partial-container .list > li > a .one-media .photo,
.list-agenda > li > a .one-media .photo {
  position: relative;
  display: block;
  overflow: hidden;
}
.partial-container .list > li > a .one-media .photo .thumb-photo,
.partial-container .list > li > a .one-media .photo .thumb-video,
.partial-container .list > li > a .one-media .photo img,
.list-agenda > li > a .one-media .photo .thumb-photo,
.list-agenda > li > a .one-media .photo .thumb-video,
.list-agenda > li > a .one-media .photo img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partial-container .list > li > a .one-media .photo:before,
.partial-container .list > li > a .one-media .photo:after,
.list-agenda > li > a .one-media .photo:before,
.list-agenda > li > a .one-media .photo:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: background, opacity;
  -moz-transition-property: background, opacity;
  -o-transition-property: background, opacity;
  transition-property: background, opacity;
}
.partial-container .list > li > a .one-media .photo:after,
.list-agenda > li > a .one-media .photo:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: #fff;
}
.partial-container .list > li > a:hover,
.partial-container .list > li > a:focus,
.list-agenda > li > a:hover,
.list-agenda > li > a:focus {
  text-decoration: none;
}
.partial-container .list > li > a:hover .title,
.partial-container .list > li > a:focus .title,
.list-agenda > li > a:hover .title,
.list-agenda > li > a:focus .title {
  color: #000;
}
.partial-container .list > li > a:hover .btn-more,
.partial-container .list > li > a:focus .btn-more,
.list-agenda > li > a:hover .btn-more,
.list-agenda > li > a:focus .btn-more {
  color: #000;
  text-decoration: underline;
}
.partial-container .list > li > a:hover .btn-more:before,
.partial-container .list > li > a:focus .btn-more:before,
.list-agenda > li > a:hover .btn-more:before,
.list-agenda > li > a:focus .btn-more:before {
  color: #000;
}
.partial-container .list > li > a:hover .one-media .photo .thumb-photo,
.partial-container .list > li > a:focus .one-media .photo .thumb-photo,
.partial-container .list > li > a:hover .one-media .photo .thumb-video,
.partial-container .list > li > a:focus .one-media .photo .thumb-video,
.partial-container .list > li > a:hover .one-media .photo img,
.partial-container .list > li > a:focus .one-media .photo img,
.list-agenda > li > a:hover .one-media .photo .thumb-photo,
.list-agenda > li > a:focus .one-media .photo .thumb-photo,
.list-agenda > li > a:hover .one-media .photo .thumb-video,
.list-agenda > li > a:focus .one-media .photo .thumb-video,
.list-agenda > li > a:hover .one-media .photo img,
.list-agenda > li > a:focus .one-media .photo img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.partial-container .list > li > a:hover .one-media .photo:after,
.partial-container .list > li > a:focus .one-media .photo:after,
.list-agenda > li > a:hover .one-media .photo:after,
.list-agenda > li > a:focus .one-media .photo:after {
  background: #fff;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.partial-container .list > li > a:hover .partial-block-date .entry-date,
.partial-container .list > li > a:focus .partial-block-date .entry-date,
.list-agenda > li > a:hover .partial-block-date .entry-date,
.list-agenda > li > a:focus .partial-block-date .entry-date {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.partial-container .list.partial-list > li + li,
.list-agenda.partial-list > li + li {
  position: relative;
  padding-top: 73px;
}
.partial-container .list.partial-list > li + li:before,
.partial-container .list.partial-list > li + li:after,
.list-agenda.partial-list > li + li:before,
.list-agenda.partial-list > li + li:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.partial-container .list.partial-list > li + li:before,
.list-agenda.partial-list > li + li:before {
  content: "";
  top: 36px;
  border-top: 1px solid #000;
}
.partial-container.partial-masonry .masonry-filter .masonry-filter-info:not(.theme) {
  text-align: center;
}
.partial-container.partial-masonry .masonry-filter .masonry-filter-info > .heading {
  float: none;
  width: auto;
  display: inline-block;
}
.partial-container.partial-masonry .masonry-filter .masonry-filter-info .filter-list-masonry {
  display: inline-block;
}
.partial-container.partial-masonry .masonry-list {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0px;
  list-style: none;
}
.partial-container.partial-masonry .masonry-list:before,
.partial-container.partial-masonry .masonry-list:after {
  content: " ";
  display: table;
}
.partial-container.partial-masonry .masonry-list:after {
  clear: both;
}
.partial-container.partial-masonry .masonry-list:before,
.partial-container.partial-masonry .masonry-list:after {
  content: " ";
  display: table;
}
.partial-container.partial-masonry .masonry-list:after {
  clear: both;
}
.partial-container.partial-masonry .masonry-list > li {
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .partial-container.partial-masonry .masonry-list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .partial-container.partial-masonry .masonry-list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .partial-container.partial-masonry .masonry-list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .partial-container.partial-masonry .masonry-list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 558px) {
  .partial-container .btn-partial {
    display: block;
    width: 100%;
  }
  .partial-container .btn-partial + .btn-partial {
    margin-top: 1px;
  }
}
@media (min-width: 559px) {
  .partial-container .btn-events {
    float: right !important;
  }
}
.masonry-grid .list:not(.ui-sortable) {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0px;
  list-style: none;
}
.masonry-grid .list:not(.ui-sortable) > li {
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .masonry-grid .list:not(.ui-sortable) > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .masonry-grid .list:not(.ui-sortable) > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .masonry-grid .list:not(.ui-sortable) > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .masonry-grid .list:not(.ui-sortable) > li {
    float: left;
    width: 33.33333333%;
  }
}
.spotlight-wrapper .spotlight-row {
  margin-left: -15px;
  margin-right: -15px;
}
.spotlight-wrapper .spotlight-row > .spotlight-column .list > li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.spotlight-wrapper .spotlight-row.item-1 > .spotlight-column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.spotlight-wrapper .spotlight-row.item-1 > .spotlight-column .list {
  margin-left: -15px;
  margin-right: -15px;
}
.spotlight-wrapper .spotlight-row.item-1 > .spotlight-column .list > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .spotlight-wrapper .spotlight-row.item-1 > .spotlight-column .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .spotlight-wrapper .spotlight-row.item-1 > .spotlight-column .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .spotlight-wrapper .spotlight-row.item-1 > .spotlight-column .list > li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1300px) {
  .spotlight-wrapper .spotlight-row.item-1 > .spotlight-column .list > li {
    float: left;
    width: 25%;
  }
}
.spotlight-wrapper .spotlight-row.item-2 > .spotlight-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .spotlight-wrapper .spotlight-row.item-2 > .spotlight-column {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .spotlight-wrapper .spotlight-row.item-2 > .spotlight-column {
    float: left;
    width: 50%;
  }
}
.spotlight-wrapper .spotlight-row.item-2 > .spotlight-column .list {
  margin-left: -15px;
  margin-right: -15px;
}
.spotlight-wrapper .spotlight-row.item-2 > .spotlight-column .list > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .spotlight-wrapper .spotlight-row.item-2 > .spotlight-column .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .spotlight-wrapper .spotlight-row.item-2 > .spotlight-column .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .spotlight-wrapper .spotlight-row.item-2 > .spotlight-column .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .spotlight-wrapper .spotlight-row.item-2 > .spotlight-column .list > li {
    float: left;
    width: 50%;
  }
}
.spotlight-wrapper .partial-container .list > li > a .has-media,
.spotlight-wrapper .partial-container .list > li > a .no-media,
.partial-container.partial-masonry .masonry-list > li > a .has-media,
.partial-container.partial-masonry .masonry-list > li > a .no-media,
.theme-play-style .list > li > a .has-media,
.theme-play-style .list > li > a .no-media,
.media-partial-overview .list > li > a .has-media,
.media-partial-overview .list > li > a .no-media,
.media-partial-spotlight .list > li > a .has-media,
.media-partial-spotlight .list > li > a .no-media,
.media-partial-box .list > li > a .has-media,
.media-partial-box .list > li > a .no-media,
.media-detail .list > li > a .has-media,
.media-detail .list > li > a .no-media,
.spotlight-wrapper .list-agenda > li > a .has-media,
.spotlight-wrapper .list-agenda > li > a .no-media {
  position: relative;
}
.spotlight-wrapper .partial-container .list > li > a .has-media .partial-block-date,
.spotlight-wrapper .partial-container .list > li > a .no-media .partial-block-date,
.partial-container.partial-masonry .masonry-list > li > a .has-media .partial-block-date,
.partial-container.partial-masonry .masonry-list > li > a .no-media .partial-block-date,
.theme-play-style .list > li > a .has-media .partial-block-date,
.theme-play-style .list > li > a .no-media .partial-block-date,
.media-partial-overview .list > li > a .has-media .partial-block-date,
.media-partial-overview .list > li > a .no-media .partial-block-date,
.media-partial-spotlight .list > li > a .has-media .partial-block-date,
.media-partial-spotlight .list > li > a .no-media .partial-block-date,
.media-partial-box .list > li > a .has-media .partial-block-date,
.media-partial-box .list > li > a .no-media .partial-block-date,
.media-detail .list > li > a .has-media .partial-block-date,
.media-detail .list > li > a .no-media .partial-block-date,
.spotlight-wrapper .list-agenda > li > a .has-media .partial-block-date,
.spotlight-wrapper .list-agenda > li > a .no-media .partial-block-date {
  position: absolute;
  z-index: 3;
  left: 8px;
  top: 8px;
}
.spotlight-wrapper .partial-container .list > li > a .partial-content,
.partial-container.partial-masonry .masonry-list > li > a .partial-content,
.theme-play-style .list > li > a .partial-content,
.media-partial-overview .list > li > a .partial-content,
.media-partial-spotlight .list > li > a .partial-content,
.media-partial-box .list > li > a .partial-content,
.media-detail .list > li > a .partial-content,
.spotlight-wrapper .list-agenda > li > a .partial-content {
  border: 1px solid #000;
  border-top: 0px transparent none !important;
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  color: #000;
  background-color: #fff;
  padding: 14px;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
  z-index: 1;
  position: relative;
  margin-top: -3px;
}
.spotlight-wrapper .partial-container .list > li > a .partial-content .title:only-child,
.partial-container.partial-masonry .masonry-list > li > a .partial-content .title:only-child,
.theme-play-style .list > li > a .partial-content .title:only-child,
.media-partial-overview .list > li > a .partial-content .title:only-child,
.media-partial-spotlight .list > li > a .partial-content .title:only-child,
.media-partial-box .list > li > a .partial-content .title:only-child,
.media-detail .list > li > a .partial-content .title:only-child,
.spotlight-wrapper .list-agenda > li > a .partial-content .title:only-child {
  margin-bottom: 0px;
}
.spotlight-wrapper .partial-container .list > li > a .partial-content .short,
.spotlight-wrapper .partial-container .list > li > a .partial-content .title,
.spotlight-wrapper .partial-container .list > li > a .partial-content .partial-date,
.partial-container.partial-masonry .masonry-list > li > a .partial-content .short,
.partial-container.partial-masonry .masonry-list > li > a .partial-content .title,
.partial-container.partial-masonry .masonry-list > li > a .partial-content .partial-date,
.theme-play-style .list > li > a .partial-content .short,
.theme-play-style .list > li > a .partial-content .title,
.theme-play-style .list > li > a .partial-content .partial-date,
.media-partial-overview .list > li > a .partial-content .short,
.media-partial-overview .list > li > a .partial-content .title,
.media-partial-overview .list > li > a .partial-content .partial-date,
.media-partial-spotlight .list > li > a .partial-content .short,
.media-partial-spotlight .list > li > a .partial-content .title,
.media-partial-spotlight .list > li > a .partial-content .partial-date,
.media-partial-box .list > li > a .partial-content .short,
.media-partial-box .list > li > a .partial-content .title,
.media-partial-box .list > li > a .partial-content .partial-date,
.media-detail .list > li > a .partial-content .short,
.media-detail .list > li > a .partial-content .title,
.media-detail .list > li > a .partial-content .partial-date,
.spotlight-wrapper .list-agenda > li > a .partial-content .short,
.spotlight-wrapper .list-agenda > li > a .partial-content .title,
.spotlight-wrapper .list-agenda > li > a .partial-content .partial-date {
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.spotlight-wrapper .partial-container .list > li > a .partial-content .more,
.partial-container.partial-masonry .masonry-list > li > a .partial-content .more,
.theme-play-style .list > li > a .partial-content .more,
.media-partial-overview .list > li > a .partial-content .more,
.media-partial-spotlight .list > li > a .partial-content .more,
.media-partial-box .list > li > a .partial-content .more,
.media-detail .list > li > a .partial-content .more,
.spotlight-wrapper .list-agenda > li > a .partial-content .more {
  background: #fff;
  color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 60px;
  padding-top: 65px;
  overflow: hidden;
  z-index: 2;
  padding: 22px 10px 0 0;
  text-align: right;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}
.spotlight-wrapper .partial-container .list > li > a .partial-content .more:before,
.partial-container.partial-masonry .masonry-list > li > a .partial-content .more:before,
.theme-play-style .list > li > a .partial-content .more:before,
.media-partial-overview .list > li > a .partial-content .more:before,
.media-partial-spotlight .list > li > a .partial-content .more:before,
.media-partial-box .list > li > a .partial-content .more:before,
.media-detail .list > li > a .partial-content .more:before,
.spotlight-wrapper .list-agenda > li > a .partial-content .more:before {
  content: " ";
  width: 100%;
  height: 65px;
  position: absolute;
  top: -32.5px;
  left: 0%;
  background-color: #fff;
  -webkit-transform: skewY(-19deg);
  -moz-transform: skewY(-19deg);
  -ms-transform: skewY(-19deg);
  -o-transform: skewY(-19deg);
  transform: skewY(-19deg);
  z-index: 3;
}
.spotlight-wrapper .partial-container .list > li > a .partial-content .more:after,
.partial-container.partial-masonry .masonry-list > li > a .partial-content .more:after,
.theme-play-style .list > li > a .partial-content .more:after,
.media-partial-overview .list > li > a .partial-content .more:after,
.media-partial-spotlight .list > li > a .partial-content .more:after,
.media-partial-box .list > li > a .partial-content .more:after,
.media-detail .list > li > a .partial-content .more:after,
.spotlight-wrapper .list-agenda > li > a .partial-content .more:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.spotlight-wrapper .partial-container .list > li > a .partial-content .more:after,
.partial-container.partial-masonry .masonry-list > li > a .partial-content .more:after,
.theme-play-style .list > li > a .partial-content .more:after,
.media-partial-overview .list > li > a .partial-content .more:after,
.media-partial-spotlight .list > li > a .partial-content .more:after,
.media-partial-box .list > li > a .partial-content .more:after,
.media-detail .list > li > a .partial-content .more:after,
.spotlight-wrapper .list-agenda > li > a .partial-content .more:after {
  color: #000;
}
.spotlight-wrapper .partial-container .list > li > a .partial-content .more:before,
.partial-container.partial-masonry .masonry-list > li > a .partial-content .more:before,
.theme-play-style .list > li > a .partial-content .more:before,
.media-partial-overview .list > li > a .partial-content .more:before,
.media-partial-spotlight .list > li > a .partial-content .more:before,
.media-partial-box .list > li > a .partial-content .more:before,
.media-detail .list > li > a .partial-content .more:before,
.spotlight-wrapper .list-agenda > li > a .partial-content .more:before {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}
.spotlight-wrapper .partial-container .list > li > a .partial-content .more:after,
.partial-container.partial-masonry .masonry-list > li > a .partial-content .more:after,
.theme-play-style .list > li > a .partial-content .more:after,
.media-partial-overview .list > li > a .partial-content .more:after,
.media-partial-spotlight .list > li > a .partial-content .more:after,
.media-partial-box .list > li > a .partial-content .more:after,
.media-detail .list > li > a .partial-content .more:after,
.spotlight-wrapper .list-agenda > li > a .partial-content .more:after {
  vertical-align: middle;
  margin-left: 6px;
}
.spotlight-wrapper .partial-container .list > li > a .partial-content .event-info,
.partial-container.partial-masonry .masonry-list > li > a .partial-content .event-info,
.theme-play-style .list > li > a .partial-content .event-info,
.media-partial-overview .list > li > a .partial-content .event-info,
.media-partial-spotlight .list > li > a .partial-content .event-info,
.media-partial-box .list > li > a .partial-content .event-info,
.media-detail .list > li > a .partial-content .event-info,
.spotlight-wrapper .list-agenda > li > a .partial-content .event-info {
  color: #000;
  clear: none;
}
.spotlight-wrapper .partial-container .list > li > a .partial-content .event-info > div:before,
.partial-container.partial-masonry .masonry-list > li > a .partial-content .event-info > div:before,
.theme-play-style .list > li > a .partial-content .event-info > div:before,
.media-partial-overview .list > li > a .partial-content .event-info > div:before,
.media-partial-spotlight .list > li > a .partial-content .event-info > div:before,
.media-partial-box .list > li > a .partial-content .event-info > div:before,
.media-detail .list > li > a .partial-content .event-info > div:before,
.spotlight-wrapper .list-agenda > li > a .partial-content .event-info > div:before {
  color: inherit;
}
.spotlight-wrapper .partial-container .list > li > a:hover,
.spotlight-wrapper .partial-container .list > li > a:focus,
.partial-container.partial-masonry .masonry-list > li > a:hover,
.partial-container.partial-masonry .masonry-list > li > a:focus,
.theme-play-style .list > li > a:hover,
.theme-play-style .list > li > a:focus,
.media-partial-overview .list > li > a:hover,
.media-partial-overview .list > li > a:focus,
.media-partial-spotlight .list > li > a:hover,
.media-partial-spotlight .list > li > a:focus,
.media-partial-box .list > li > a:hover,
.media-partial-box .list > li > a:focus,
.media-detail .list > li > a:hover,
.media-detail .list > li > a:focus,
.spotlight-wrapper .list-agenda > li > a:hover,
.spotlight-wrapper .list-agenda > li > a:focus {
  border-color: #000;
}
.spotlight-wrapper .partial-container .list > li > a:hover .title,
.spotlight-wrapper .partial-container .list > li > a:focus .title,
.partial-container.partial-masonry .masonry-list > li > a:hover .title,
.partial-container.partial-masonry .masonry-list > li > a:focus .title,
.theme-play-style .list > li > a:hover .title,
.theme-play-style .list > li > a:focus .title,
.media-partial-overview .list > li > a:hover .title,
.media-partial-overview .list > li > a:focus .title,
.media-partial-spotlight .list > li > a:hover .title,
.media-partial-spotlight .list > li > a:focus .title,
.media-partial-box .list > li > a:hover .title,
.media-partial-box .list > li > a:focus .title,
.media-detail .list > li > a:hover .title,
.media-detail .list > li > a:focus .title,
.spotlight-wrapper .list-agenda > li > a:hover .title,
.spotlight-wrapper .list-agenda > li > a:focus .title {
  color: #000;
}
.spotlight-wrapper .partial-container .list > li > a:hover .short,
.spotlight-wrapper .partial-container .list > li > a:focus .short,
.spotlight-wrapper .partial-container .list > li > a:hover .partial-date,
.spotlight-wrapper .partial-container .list > li > a:focus .partial-date,
.partial-container.partial-masonry .masonry-list > li > a:hover .short,
.partial-container.partial-masonry .masonry-list > li > a:focus .short,
.partial-container.partial-masonry .masonry-list > li > a:hover .partial-date,
.partial-container.partial-masonry .masonry-list > li > a:focus .partial-date,
.theme-play-style .list > li > a:hover .short,
.theme-play-style .list > li > a:focus .short,
.theme-play-style .list > li > a:hover .partial-date,
.theme-play-style .list > li > a:focus .partial-date,
.media-partial-overview .list > li > a:hover .short,
.media-partial-overview .list > li > a:focus .short,
.media-partial-overview .list > li > a:hover .partial-date,
.media-partial-overview .list > li > a:focus .partial-date,
.media-partial-spotlight .list > li > a:hover .short,
.media-partial-spotlight .list > li > a:focus .short,
.media-partial-spotlight .list > li > a:hover .partial-date,
.media-partial-spotlight .list > li > a:focus .partial-date,
.media-partial-box .list > li > a:hover .short,
.media-partial-box .list > li > a:focus .short,
.media-partial-box .list > li > a:hover .partial-date,
.media-partial-box .list > li > a:focus .partial-date,
.media-detail .list > li > a:hover .short,
.media-detail .list > li > a:focus .short,
.media-detail .list > li > a:hover .partial-date,
.media-detail .list > li > a:focus .partial-date,
.spotlight-wrapper .list-agenda > li > a:hover .short,
.spotlight-wrapper .list-agenda > li > a:focus .short,
.spotlight-wrapper .list-agenda > li > a:hover .partial-date,
.spotlight-wrapper .list-agenda > li > a:focus .partial-date {
  color: #000;
}
.spotlight-wrapper .partial-container .list > li > a:hover .partial-content,
.spotlight-wrapper .partial-container .list > li > a:focus .partial-content,
.partial-container.partial-masonry .masonry-list > li > a:hover .partial-content,
.partial-container.partial-masonry .masonry-list > li > a:focus .partial-content,
.theme-play-style .list > li > a:hover .partial-content,
.theme-play-style .list > li > a:focus .partial-content,
.media-partial-overview .list > li > a:hover .partial-content,
.media-partial-overview .list > li > a:focus .partial-content,
.media-partial-spotlight .list > li > a:hover .partial-content,
.media-partial-spotlight .list > li > a:focus .partial-content,
.media-partial-box .list > li > a:hover .partial-content,
.media-partial-box .list > li > a:focus .partial-content,
.media-detail .list > li > a:hover .partial-content,
.media-detail .list > li > a:focus .partial-content,
.spotlight-wrapper .list-agenda > li > a:hover .partial-content,
.spotlight-wrapper .list-agenda > li > a:focus .partial-content {
  background-color: #fff;
  background-color: #fff;
}
.spotlight-wrapper .partial-container .list > li > a:hover .event-info,
.spotlight-wrapper .partial-container .list > li > a:focus .event-info,
.partial-container.partial-masonry .masonry-list > li > a:hover .event-info,
.partial-container.partial-masonry .masonry-list > li > a:focus .event-info,
.theme-play-style .list > li > a:hover .event-info,
.theme-play-style .list > li > a:focus .event-info,
.media-partial-overview .list > li > a:hover .event-info,
.media-partial-overview .list > li > a:focus .event-info,
.media-partial-spotlight .list > li > a:hover .event-info,
.media-partial-spotlight .list > li > a:focus .event-info,
.media-partial-box .list > li > a:hover .event-info,
.media-partial-box .list > li > a:focus .event-info,
.media-detail .list > li > a:hover .event-info,
.media-detail .list > li > a:focus .event-info,
.spotlight-wrapper .list-agenda > li > a:hover .event-info,
.spotlight-wrapper .list-agenda > li > a:focus .event-info {
  color: #000;
}
.spotlight-wrapper .partial-container .list > li > a:hover .more,
.spotlight-wrapper .partial-container .list > li > a:focus .more,
.partial-container.partial-masonry .masonry-list > li > a:hover .more,
.partial-container.partial-masonry .masonry-list > li > a:focus .more,
.theme-play-style .list > li > a:hover .more,
.theme-play-style .list > li > a:focus .more,
.media-partial-overview .list > li > a:hover .more,
.media-partial-overview .list > li > a:focus .more,
.media-partial-spotlight .list > li > a:hover .more,
.media-partial-spotlight .list > li > a:focus .more,
.media-partial-box .list > li > a:hover .more,
.media-partial-box .list > li > a:focus .more,
.media-detail .list > li > a:hover .more,
.media-detail .list > li > a:focus .more,
.spotlight-wrapper .list-agenda > li > a:hover .more,
.spotlight-wrapper .list-agenda > li > a:focus .more {
  background-color: #fff;
  color: #000;
}
.spotlight-wrapper .partial-container .list > li > a:hover .more:before,
.spotlight-wrapper .partial-container .list > li > a:focus .more:before,
.partial-container.partial-masonry .masonry-list > li > a:hover .more:before,
.partial-container.partial-masonry .masonry-list > li > a:focus .more:before,
.theme-play-style .list > li > a:hover .more:before,
.theme-play-style .list > li > a:focus .more:before,
.media-partial-overview .list > li > a:hover .more:before,
.media-partial-overview .list > li > a:focus .more:before,
.media-partial-spotlight .list > li > a:hover .more:before,
.media-partial-spotlight .list > li > a:focus .more:before,
.media-partial-box .list > li > a:hover .more:before,
.media-partial-box .list > li > a:focus .more:before,
.media-detail .list > li > a:hover .more:before,
.media-detail .list > li > a:focus .more:before,
.spotlight-wrapper .list-agenda > li > a:hover .more:before,
.spotlight-wrapper .list-agenda > li > a:focus .more:before {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  background-color: #fff;
}
.spotlight-wrapper .partial-container .list > li > a:hover .more:after,
.spotlight-wrapper .partial-container .list > li > a:focus .more:after,
.partial-container.partial-masonry .masonry-list > li > a:hover .more:after,
.partial-container.partial-masonry .masonry-list > li > a:focus .more:after,
.theme-play-style .list > li > a:hover .more:after,
.theme-play-style .list > li > a:focus .more:after,
.media-partial-overview .list > li > a:hover .more:after,
.media-partial-overview .list > li > a:focus .more:after,
.media-partial-spotlight .list > li > a:hover .more:after,
.media-partial-spotlight .list > li > a:focus .more:after,
.media-partial-box .list > li > a:hover .more:after,
.media-partial-box .list > li > a:focus .more:after,
.media-detail .list > li > a:hover .more:after,
.media-detail .list > li > a:focus .more:after,
.spotlight-wrapper .list-agenda > li > a:hover .more:after,
.spotlight-wrapper .list-agenda > li > a:focus .more:after {
  color: #000;
}
.eqh .list > li > a {
  display: block;
}
.box-related .heading {
  color: #000;
}
.cat {
  padding: 2.5px 10px;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #000;
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.cat:hover,
.cat:focus {
  text-decoration: none;
}
.cat:hover:not(a),
.cat:focus:not(a) {
  cursor: default;
}
.cat:not(:last-child) {
  margin-bottom: 11.5px;
}
.cat:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e602";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cat:before {
  color: #000;
}
.cat:before {
  position: absolute;
  left: 10px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.cat:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}
span.photo {
  display: block;
}
span.photo > .thumb-photo,
span.photo > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.box-wrapper .box-row {
  margin-left: -15px;
  margin-right: -15px;
}
.box-wrapper .box-row > .box-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .box-wrapper .box-row > .box-column {
    float: left;
    width: 50%;
  }
}
.box-wrapper .box-row > .box-column {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}
.box-wrapper .box-row > .box-column .box-title {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
}
.info-wrapper {
  overflow: hidden;
}
.info,
.content-text {
  /* 
	h2, .h2,
	h3, .h3, 
	h4, .h4,
	h5, .h5,
	h6, .h6{
		.text-custom;
		.text-uppercase;
	} 
	*/
}
.info:not(:last-child),
.content-text:not(:last-child) {
  margin-bottom: 23px;
}
.info h3,
.content-text h3,
.info h4,
.content-text h4,
.info h5,
.content-text h5,
.info h6,
.content-text h6 {
  text-transform: none;
}
.info .short:not(:last-child),
.content-text .short:not(:last-child),
.info .long:not(:last-child),
.content-text .long:not(:last-child),
.info p:not(:last-child),
.content-text p:not(:last-child),
.info ul:not(:last-child),
.content-text ul:not(:last-child),
.info ol:not(:last-child),
.content-text ol:not(:last-child),
.info div:not(:last-child),
.content-text div:not(:last-child) {
  margin-bottom: 0px;
}
.info .short:not(:last-child) + p,
.content-text .short:not(:last-child) + p,
.info .long:not(:last-child) + p,
.content-text .long:not(:last-child) + p,
.info p:not(:last-child) + p,
.content-text p:not(:last-child) + p,
.info ul:not(:last-child) + p,
.content-text ul:not(:last-child) + p,
.info ol:not(:last-child) + p,
.content-text ol:not(:last-child) + p,
.info div:not(:last-child) + p,
.content-text div:not(:last-child) + p,
.info .short:not(:last-child) + ul,
.content-text .short:not(:last-child) + ul,
.info .long:not(:last-child) + ul,
.content-text .long:not(:last-child) + ul,
.info p:not(:last-child) + ul,
.content-text p:not(:last-child) + ul,
.info ul:not(:last-child) + ul,
.content-text ul:not(:last-child) + ul,
.info ol:not(:last-child) + ul,
.content-text ol:not(:last-child) + ul,
.info div:not(:last-child) + ul,
.content-text div:not(:last-child) + ul,
.info .short:not(:last-child) + ol,
.content-text .short:not(:last-child) + ol,
.info .long:not(:last-child) + ol,
.content-text .long:not(:last-child) + ol,
.info p:not(:last-child) + ol,
.content-text p:not(:last-child) + ol,
.info ul:not(:last-child) + ol,
.content-text ul:not(:last-child) + ol,
.info ol:not(:last-child) + ol,
.content-text ol:not(:last-child) + ol,
.info div:not(:last-child) + ol,
.content-text div:not(:last-child) + ol,
.info .short:not(:last-child) + div,
.content-text .short:not(:last-child) + div,
.info .long:not(:last-child) + div,
.content-text .long:not(:last-child) + div,
.info p:not(:last-child) + div,
.content-text p:not(:last-child) + div,
.info ul:not(:last-child) + div,
.content-text ul:not(:last-child) + div,
.info ol:not(:last-child) + div,
.content-text ol:not(:last-child) + div,
.info div:not(:last-child) + div,
.content-text div:not(:last-child) + div {
  margin-top: 18px;
}
.info .short + h2,
.content-text .short + h2,
.info .long + h2,
.content-text .long + h2,
.info p + h2,
.content-text p + h2,
.info ul + h2,
.content-text ul + h2,
.info ol + h2,
.content-text ol + h2,
.info div + h2,
.content-text div + h2,
.info .short + h3,
.content-text .short + h3,
.info .long + h3,
.content-text .long + h3,
.info p + h3,
.content-text p + h3,
.info ul + h3,
.content-text ul + h3,
.info ol + h3,
.content-text ol + h3,
.info div + h3,
.content-text div + h3,
.info .short + h4,
.content-text .short + h4,
.info .long + h4,
.content-text .long + h4,
.info p + h4,
.content-text p + h4,
.info ul + h4,
.content-text ul + h4,
.info ol + h4,
.content-text ol + h4,
.info div + h4,
.content-text div + h4,
.info .short + h5,
.content-text .short + h5,
.info .long + h5,
.content-text .long + h5,
.info p + h5,
.content-text p + h5,
.info ul + h5,
.content-text ul + h5,
.info ol + h5,
.content-text ol + h5,
.info div + h5,
.content-text div + h5,
.info .short + h6,
.content-text .short + h6,
.info .long + h6,
.content-text .long + h6,
.info p + h6,
.content-text p + h6,
.info ul + h6,
.content-text ul + h6,
.info ol + h6,
.content-text ol + h6,
.info div + h6,
.content-text div + h6 {
  margin-top: 36px;
}
.info ul ul,
.content-text ul ul {
  margin-left: 18px;
}
.info .short,
.content-text .short {
  color: #000;
  font-size: 20px;
}
.info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form),
.content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form) {
  color: #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
  text-decoration: underline;
}
.info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form),
.content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form),
.info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):active,
.content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):active,
.info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form).active,
.content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form).active,
.info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form)[disabled],
.content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form)[disabled],
fieldset[disabled] .info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form),
fieldset[disabled] .content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form) {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form),
.content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form),
.info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):hover,
.content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):hover,
.info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):focus,
.content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):focus,
.info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):active,
.content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):active {
  border-color: transparent;
}
.info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):hover,
.content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):hover,
.info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):focus,
.content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):focus {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
.info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form)[disabled]:hover,
.content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form)[disabled]:hover,
fieldset[disabled] .info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):hover,
fieldset[disabled] .content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):hover,
.info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form)[disabled]:focus,
.content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form)[disabled]:focus,
fieldset[disabled] .info a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):focus,
fieldset[disabled] .content-text a:not([class*="btn-"]):not(.eloket-btn):not(.cta-form):focus {
  color: #000;
  text-decoration: none;
}
.info ol,
.content-text ol {
  padding: 0;
  list-style-position: outside;
  margin-left: 30px;
}
.info ol li,
.content-text ol li {
  padding-left: -10px;
}
.info ul,
.content-text ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.info ul > li > a,
.content-text ul > li > a {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 23px;
}
.info ul > li,
.content-text ul > li {
  position: relative;
}
.info ul > li:before,
.content-text ul > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.info ul > li:before,
.content-text ul > li:before {
  color: #000;
}
.info ul > li:before,
.content-text ul > li:before {
  font-size: 10px;
}
.info ul > li:before,
.content-text ul > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.info ul > li > a,
.content-text ul > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.info ul > li > a,
.content-text ul > li > a {
  display: block;
}
.info ul > li > a,
.content-text ul > li > a,
.info ul > li > a > span,
.content-text ul > li > a > span,
.info ul > li > a > span.title,
.content-text ul > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.info ul > li:hover:before,
.content-text ul > li:hover:before {
  color: #000;
}
.info ul > li:hover > a:only-child,
.content-text ul > li:hover > a:only-child {
  text-decoration: underline;
}
.info ul > li:hover > a:only-child,
.content-text ul > li:hover > a:only-child,
.info ul > li:hover > a:only-child > span,
.content-text ul > li:hover > a:only-child > span,
.info ul > li:hover > a:only-child > span.title,
.content-text ul > li:hover > a:only-child > span.title {
  color: #000;
}
.info ul > li,
.content-text ul > li {
  position: relative;
}
.info ul > li:before,
.content-text ul > li:before {
  font-size: 10px;
}
.info ul > li:before,
.content-text ul > li:before {
  position: absolute;
  z-index: 1;
  top: 2px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.info ul > li > a,
.content-text ul > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.info ul > li,
.content-text ul > li {
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.info ul > li > a,
.content-text ul > li > a {
  display: inline-block;
  padding: 0px;
  z-index: inherit;
}
.info ul > li:before,
.content-text ul > li:before {
  color: #000 !important;
}
.info table,
.content-text table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 18px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border: 1px solid #000;
  /*display: block;
		overflow-x: auto;
		border: 0px none transparent;*/
}
.info table > thead > tr > th,
.content-text table > thead > tr > th,
.info table > tbody > tr > th,
.content-text table > tbody > tr > th,
.info table > tfoot > tr > th,
.content-text table > tfoot > tr > th,
.info table > thead > tr > td,
.content-text table > thead > tr > td,
.info table > tbody > tr > td,
.content-text table > tbody > tr > td,
.info table > tfoot > tr > td,
.content-text table > tfoot > tr > td {
  padding: 8px;
  line-height: 2;
  vertical-align: top;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.info table > thead > tr > th,
.content-text table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #000;
  text-align: left;
}
.info table > tbody + tbody,
.content-text table > tbody + tbody {
  border-top: 2px solid #000;
}
.info table .table,
.content-text table .table {
  background-color: #fff;
}
.info table > thead > tr > th,
.content-text table > thead > tr > th,
.info table > tbody > tr > th,
.content-text table > tbody > tr > th,
.info table > tfoot > tr > th,
.content-text table > tfoot > tr > th,
.info table > thead > tr > td,
.content-text table > thead > tr > td,
.info table > tbody > tr > td,
.content-text table > tbody > tr > td,
.info table > tfoot > tr > td,
.content-text table > tfoot > tr > td {
  border: 1px solid #000;
}
.info table > thead > tr > th,
.content-text table > thead > tr > th,
.info table > thead > tr > td,
.content-text table > thead > tr > td {
  border-bottom-width: 2px;
}
.info b,
.content-text b,
.info strong,
.content-text strong {
  font-weight: 700;
}
.info.register-info {
  margin-bottom: 0px;
}
.cta-wrapper:not(:last-child) {
  margin-bottom: 18.5px;
}
.cta-wrapper .list {
  margin-top: -11.5px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0px;
  list-style: none;
}
.cta-wrapper .list > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .cta-wrapper .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .cta-wrapper .list > li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cta-wrapper .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .cta-wrapper .list > li {
    float: left;
    width: 33.33333333%;
  }
}
.cta-wrapper .list > li {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}
.cta-wrapper .list > li.cta-item > a.cta-btn {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  line-height: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
  border-color: #000;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 36px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  display: block;
  width: 100%;
  border: 0;
  white-space: normal;
}
.cta-wrapper .list > li.cta-item > a.cta-btn:focus,
.cta-wrapper .list > li.cta-item > a.cta-btn:active:focus,
.cta-wrapper .list > li.cta-item > a.cta-btn.active:focus,
.cta-wrapper .list > li.cta-item > a.cta-btn.focus,
.cta-wrapper .list > li.cta-item > a.cta-btn:active.focus,
.cta-wrapper .list > li.cta-item > a.cta-btn.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cta-wrapper .list > li.cta-item > a.cta-btn:active,
.cta-wrapper .list > li.cta-item > a.cta-btn.active {
  outline: 0;
  background-image: none;
}
.cta-wrapper .list > li.cta-item > a.cta-btn.disabled,
.cta-wrapper .list > li.cta-item > a.cta-btn[disabled],
fieldset[disabled] .cta-wrapper .list > li.cta-item > a.cta-btn {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.cta-wrapper .list > li.cta-item > a.cta-btn.disabled,
fieldset[disabled] a.cta-wrapper .list > li.cta-item > a.cta-btn {
  pointer-events: none;
}
.cta-wrapper .list > li.cta-item > a.cta-btn:before {
  color: #000;
}
.cta-wrapper .list > li.cta-item > a.cta-btn:hover {
  text-decoration: none;
}
.cta-wrapper .list > li.cta-item > a.cta-btn.color-1 {
  background-color: #fff;
}
.cta-wrapper .list > li.cta-item > a.cta-btn.color-2 {
  background-color: #fff;
}
.cta-wrapper .list > li.cta-item > a.cta-btn:hover.color-1,
.cta-wrapper .list > li.cta-item > a.cta-btn:focus.color-1 {
  background-color: #fff;
}
.cta-wrapper .list > li.cta-item > a.cta-btn:hover.color-2,
.cta-wrapper .list > li.cta-item > a.cta-btn:focus.color-2 {
  background-color: #fff;
}
.cta-wrapper .list > li.cta-item > a.cta-btn > span {
  display: inline-block;
}
.cta-wrapper .list > li.cta-item > a.cta-btn > span[class^="icon-"],
.cta-wrapper .list > li.cta-item > a.cta-btn > span [class*=" icon-"] {
  position: relative;
  padding-left: 25px;
}
.cta-wrapper .list > li.cta-item > a.cta-btn > span[class^="icon-"]:before,
.cta-wrapper .list > li.cta-item > a.cta-btn > span [class*=" icon-"]:before {
  font-size: 20px;
}
.cta-wrapper .list > li.cta-item > a.cta-btn > span[class^="icon-"]:before,
.cta-wrapper .list > li.cta-item > a.cta-btn > span [class*=" icon-"]:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.cta-wrapper .list > li.cta-item > a.cta-btn > span[class^="icon-"]:before,
.cta-wrapper .list > li.cta-item > a.cta-btn > span [class*=" icon-"]:before {
  line-height: 35px !important;
}
.cta-link {
  position: relative;
  /* raadsel waarom dit er stond.. :-)
			& when not (@text-padding = 0) and not (@btn-text) {
				.pl(@icon-width);
				&:before {
					.r(0);
				}
			} 
			*/
  padding-left: 43px;
}
.cta-link:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f105";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cta-link:before {
  color: #000;
}
.cta-link:before {
  font-size: 18px;
}
.cta-link > span:first-of-type {
  padding-left: 5px;
}
.cta-link > span {
  display: inline-block;
}
.cta-link:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.cta-link:hover:before,
.cta-link:focus:before {
  color: inherit;
}
.cta-link:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cta-link:before {
  position: absolute;
  left: 23px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.cta-link > span:first-of-type {
  padding-left: 0px;
}
.cta-link > span:only-of-type {
  display: inline-block;
}
.page-content {
  /* 
	.info {
		@media (min-width: @screen-widescreen) {
			max-width: 80%;
		}
		 
		> .short {
			.font-size(@font-size-large);
		} 
		
	
		> .long {
			&, 
			ul li {
				color: lighten(@text-color,15%);
			}
		}
	} 
	*/
}
.side-bar .cta-link {
  display: block;
  width: 100%;
}
.side-bar .cta-link:not(:last-child) {
  margin-bottom: 36px;
}
.grid-masonry {
  padding-left: 0px;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
.grid-masonry > .grid-item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 559px) {
  .grid-masonry > .grid-item {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .grid-masonry > .grid-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .grid-masonry > .grid-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .grid-masonry > .grid-item {
    float: left;
    width: 33.33333333%;
  }
}
.grid-masonry > .grid-item > a {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #fff;
}
.grid-masonry > .grid-item > a .grid-caption {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
}
.grid-masonry > .grid-item > a .grid-caption .title {
  color: #000;
  margin-bottom: 0px;
}
.grid-masonry > .grid-item > a .grid-caption .title {
  font-size: 18px;
}
.grid-masonry > .grid-item > a:hover .title,
.grid-masonry > .grid-item > a:focus .title {
  color: #000;
}
.profile-form .form-inline ul.list {
  margin: 0px;
  padding: 0px;
}
.sortable-btn {
  position: relative;
  margin-bottom: 30px;
}
.sortable-btn:before,
.sortable-btn:after {
  content: "";
}
.sortable-btn:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  width: 15px;
  height: 2px;
  border-top: 2px dotted #000;
}
.sortable-btn:after {
  position: absolute;
  left: -15px;
  top: 25px;
  width: 2px;
  height: 55px;
  border-left: 2px dotted #000;
}
.btn-edit-sorting,
.btn-save-sorting {
  position: relative;
  /* raadsel waarom dit er stond.. :-)
			& when not (@text-padding = 0) and not (@btn-text) {
				.pl(@icon-width);
				&:before {
					.r(0);
				}
			} 
			*/
  padding-left: 43px;
}
.btn-edit-sorting:before,
.btn-save-sorting:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-edit-sorting:before,
.btn-save-sorting:before {
  position: absolute;
  left: 23px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.btn-edit-sorting > span:first-of-type,
.btn-save-sorting > span:first-of-type {
  padding-left: 0px;
}
.btn-edit-sorting > span:only-of-type,
.btn-save-sorting > span:only-of-type {
  display: inline-block;
}
.btn-edit-sorting:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f047";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-edit-sorting:before {
  color: inherit;
}
.btn-save-sorting {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.btn-save-sorting:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f00c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.btn-save-sorting:before {
  color: inherit;
}
.btn-save-sorting:hover,
.btn-save-sorting:focus {
  color: #000;
  background-color: #fff;
  border-color: transparent;
  text-decoration: none;
}
.btn-save-sorting:hover:before,
.btn-save-sorting:focus:before {
  color: inherit;
}
.sortable {
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.sortable.ui-sortable {
  position: relative;
  padding-left: 0px;
  list-style: none;
  background-color: transparent;
  padding: 20px 25px;
  border: 2px dotted #000;
  counter-reset: sorting-counter;
}
.sortable.ui-sortable:before,
.sortable.ui-sortable:after {
  position: absolute;
  content: "";
  left: -17px;
}
.sortable.ui-sortable:before {
  top: 20px;
  width: 15px;
  height: 2px;
  border-top: 2px dotted #000;
}
.sortable.ui-sortable:after {
  position: absolute;
  top: 0px;
  width: 2px;
  height: 20px;
  border-left: 2px dotted #000;
}
.sortable.ui-sortable > li {
  height: auto !important;
  color: #000;
  position: relative;
  padding-left: 45px;
}
.sortable.ui-sortable > li .title {
  font-style: normal !important;
  font-weight: normal !important;
  letter-spacing: normal !important;
  line-break: auto !important;
  line-height: 2 !important;
  text-align: left !important;
  text-align: start !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  white-space: normal !important;
  word-break: normal !important;
  word-spacing: normal !important;
  word-wrap: normal !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  margin-bottom: 0px !important;
}
.sortable.ui-sortable > li .one-media {
  display: none !important;
}
.sortable.ui-sortable > li a {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
}
.sortable.ui-sortable > li a,
.sortable.ui-sortable > li a > span,
.sortable.ui-sortable > li a > span.title {
  color: #000;
}
.sortable.ui-sortable > li + li {
  margin-top: 11.5px;
}
.sortable.ui-sortable > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: counter(sorting-counter);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sortable.ui-sortable > li:before {
  color: inherit;
}
.sortable.ui-sortable > li span,
.sortable.ui-sortable > li a {
  padding-left: 0px !important;
}
.sortable.ui-sortable > li:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.sortable.ui-sortable > li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
.sortable.ui-sortable > li:before {
  counter-increment: sorting-counter;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  text-align: center;
}
.sortable.ui-sortable > li a,
.sortable.ui-sortable > li:hover,
.sortable.ui-sortable > li:focus {
  cursor: move !important;
}
.sortable.ui-sortable > li.ui-sortable-helper:before {
  content: "?";
}
.sortable.ui-sortable > li.ui-state-highlight {
  position: relative;
  padding-left: 45px;
  height: 40px !important;
  background: #fff;
}
.sortable.ui-sortable > li.ui-state-highlight:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: counter(sorting-counter);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sortable.ui-sortable > li.ui-state-highlight:before {
  color: inherit;
}
.sortable.ui-sortable > li.ui-state-highlight span,
.sortable.ui-sortable > li.ui-state-highlight a {
  padding-left: 0px !important;
}
.sortable.ui-sortable > li.ui-state-highlight:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.sortable.ui-sortable > li.ui-state-highlight:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
.sortable.ui-sortable > li.ui-state-highlight:before {
  counter-increment: sorting-counter;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  text-align: center;
}
.sortable.ui-sortable > li > ul,
.sortable.ui-sortable > li .short {
  display: none !important;
}
.box-edit-profile a {
  margin: 0 0.5em 0.5em 0;
}
/* ==========================================================================
Modules website
============================================================================= */
/* ==========================================================================
 MODULE :: SEARCH + Filter styling
 ========================================================================== */
#searchForm,
.search-form {
  /* 
		.responsive-invisibility();		
		@media (min-width:  @search-mobile-media-query) {
			.responsive-visibility();
		} 
		*/
}
#searchForm ~ .search-mobile,
.search-form ~ .search-mobile {
  display: none;
}
.search-top #suggestionsearch {
  z-index: 1030;
  position: absolute;
  left: 0;
  top: 48px;
  display: none;
}
.search-top input.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: none;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  height: 59px;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 16px;
  line-height: 32px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000;
  background-color: #fff;
  border-width: 0px;
  border-color: #000;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
  /* 
		&:focus, 
		&.loadingtxt {}
		 */
}
select.search-top input.form-control {
  height: 59px;
  line-height: 32px;
}
textarea.search-top input.form-control,
select[multiple].search-top input.form-control {
  height: auto;
}
.search-top input.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.search-top input.form-control:-ms-input-placeholder {
  color: #000;
}
.search-top input.form-control::-webkit-input-placeholder {
  color: #000;
}
.search-top input.form-control ~ #bar-loading {
  display: none;
}
.search-top input.form-control + span.input-group-btn {
  position: relative;
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
  /*&:after {
				content: "";
				background-color: @search-bg;
				width: 50%;
				height: 100%;
				position: absolute;
				left: 0;
				z-index: -1;
				.transition(@transition-base);
				.transition-property(left, background-color);
			} */
}
.search-top input.form-control + span.input-group-btn:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e932";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.search-top input.form-control + span.input-group-btn:before {
  color: #000;
}
.search-top input.form-control + span.input-group-btn:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.search-top input.form-control + span.input-group-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-top input.form-control + span.input-group-btn:before {
  color: #000;
}
.search-top input.form-control + span.input-group-btn:hover {
  text-decoration: none;
}
.search-top input.form-control + span.input-group-btn:hover,
.search-top input.form-control + span.input-group-btn:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.search-top input.form-control + span.input-group-btn:hover:before,
.search-top input.form-control + span.input-group-btn:focus:before {
  color: inherit;
}
.search-top input.form-control.loadingtxt {
  padding-right: 86px;
}
.search-top input.form-control.loadingtxt ~ #bar-loading {
  display: block !important;
  position: absolute;
  right: 82px;
  top: 0px;
  width: 40px;
  height: 100%;
  z-index: 1030;
}
.search-top input.form-control.loadingtxt ~ #bar-loading > .loading-element {
  padding-left: 0px;
  list-style: none;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 32px;
  display: block;
}
.search-top input.form-control.loadingtxt ~ #bar-loading .loading-element > .loading-child {
  width: 9.33333333px;
  height: 9.33333333px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: loading-circleBounceDelay 0.8s infinite ease-in-out both;
  -o-animation: loading-circleBounceDelay 0.8s infinite ease-in-out both;
  animation: loading-circleBounceDelay 0.8s infinite ease-in-out both;
}
.search-top input.form-control.loadingtxt ~ #bar-loading .loading-element > .loading-child + .loading-child {
  margin-left: 4px;
}
.search-top input.form-control.loadingtxt ~ #bar-loading .loading-element .loading-element2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.search-top input.form-control.loadingtxt ~ #bar-loading .loading-element .loading-element3 {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}
.search-top input.form-control.loadingtxt ~ #bar-loading .loading-element4,
.search-top input.form-control.loadingtxt ~ #bar-loading .loading-element5,
.search-top input.form-control.loadingtxt ~ #bar-loading .loading-element6,
.search-top input.form-control.loadingtxt ~ #bar-loading .loading-element7,
.search-top input.form-control.loadingtxt ~ #bar-loading .loading-element8,
.search-top input.form-control.loadingtxt ~ #bar-loading .loading-element9,
.search-top input.form-control.loadingtxt ~ #bar-loading .loading-element10,
.search-top input.form-control.loadingtxt ~ #bar-loading .loading-element11,
.search-top input.form-control.loadingtxt ~ #bar-loading .loading-element12 {
  display: none !important;
}
.search-top input.form-control.loadingtxt ~ #bar-loading lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes loading-circleBounceDelay{ 0%, 80%, 100%{ -webkit-transform: scale(0); } 40%{ -webkit-transform: scale(1); }}
@-moz-keyframes loading-circleBounceDelay{ 0%, 80%, 100%{ -moz-transform: scale(0); } 40%{ -moz-transform: scale(1); }}
@-o-keyframes loading-circleBounceDelay{ 0%, 80%, 100%{ -o-transform: scale(0); } 40%{ -o-transform: scale(1); }}
@keyframes loading-circleBounceDelay{ 0%, 80%, 100%{-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0); } 40%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); }}
[not-existing] {
  zoom: 1;
}
.search-top input.form-control.loadingtxt ~ #bar-loading lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes loading-circleOpacityDelay{ 0%, 39% ,100%{ opacity: 0; } 40%{ opacity: 1; }}
@-moz-keyframes loading-circleOpacityDelay{ 0%, 39% ,100%{ opacity: 0; } 40%{ opacity: 1; }}
@-o-keyframes loading-circleOpacityDelay{ 0%, 39% ,100%{ opacity: 0; } 40%{ opacity: 1; }}
@keyframes loading-circleOpacityDelay{ 0%, 39% ,100%{ opacity: 0; } 40%{ opacity: 1; }}
[not-existing] {
  zoom: 1;
}
.search-top input.form-control.loadingtxt ~ #bar-loading lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes loading-bounce{ 0%, 50%, 100%{ -webkit-transform: scale(0); } 50%{ -webkit-transform: scale(1); } 100%{ -webkit-transform: scale(0); }}
@-moz-keyframes loading-bounce{ 0%, 50%, 100%{ -moz-transform: scale(0); } 50%{ -moz-transform: scale(1); } 100%{ -moz-transform: scale(0); }}
@-o-keyframes loading-bounce{ 0%, 50%, 100%{ -o-transform: scale(0); } 50%{ -o-transform: scale(1); } 100%{ -o-transform: scale(0); }}
@keyframes loading-bounce{ 0%, 50%, 100%{-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0); } 50%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1); } 100%{-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0); }}
[not-existing] {
  zoom: 1;
}
.search-top input.form-control.loadingtxt ~ #bar-loading lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes loading-rectangles{ 0%, 100%{ -webkit-transform: scaleY(0); } 50%{ -webkit-transform: scaleY(1.1);}}
@-moz-keyframes loading-rectangles{ 0%, 100%{ -moz-transform: scaleY(0); } 50%{ -moz-transform: scaleY(1.1);}}
@-o-keyframes loading-rectangles{ 0%, 100%{ -o-transform: scaleY(0); } 50%{ -o-transform: scaleY(1.1);}}
@keyframes loading-rectangles{ 0%, 100%{-webkit-transform: scaleY(0);-moz-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0); } 50%{-webkit-transform: scaleY(1.1);-moz-transform: scaleY(1.1);-ms-transform: scaleY(1.1);transform: scaleY(1.1);}}
[not-existing] {
  zoom: 1;
}
.search-top input.form-control.loadingtxt ~ #bar-loading lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes loading-rectangles2{ 0%, 100%{ -webkit-transform: scaleY(1); } 50%{ -webkit-transform: scaleY(0);}}
@-moz-keyframes loading-rectangles2{ 0%, 100%{ -moz-transform: scaleY(1); } 50%{ -moz-transform: scaleY(0);}}
@-o-keyframes loading-rectangles2{ 0%, 100%{ -o-transform: scaleY(1); } 50%{ -o-transform: scaleY(0);}}
@keyframes loading-rectangles2{ 0%, 100%{-webkit-transform: scaleY(1);-moz-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1); } 50%{-webkit-transform: scaleY(0);-moz-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);}}
[not-existing] {
  zoom: 1;
}
.search-top .btn-search {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-left: none;
  position: relative;
  z-index: 2;
  text-indent: -999999px;
  padding-left: 0px;
  padding-right: 0px;
  width: 59px;
  height: 59px;
  padding-left: 16px;
  padding-right: 16px;
  border-width: 0px;
  border-color: #000;
  background-color: transparent;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
.search-top .btn-search:focus,
.search-top .btn-search:active:focus,
.search-top .btn-search.active:focus,
.search-top .btn-search.focus,
.search-top .btn-search:active.focus,
.search-top .btn-search.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.search-top .btn-search:active,
.search-top .btn-search.active {
  outline: 0;
  background-image: none;
}
.search-top .btn-search.disabled,
.search-top .btn-search[disabled],
fieldset[disabled] .search-top .btn-search {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.search-top .btn-search.disabled,
fieldset[disabled] a.search-top .btn-search {
  pointer-events: none;
}
.search-top .btn-search:hover,
.search-top .btn-search:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-top.selected input.form-control {
  -webkit-border-radius: 0 0 0 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 0 0 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 0 0 0 !important;
  background-clip: padding-box !important;
}
.search-top.selected .btn-search,
.search-top.selected input.form-control + span.input-group-btn {
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
.has-hamburger.active .search-top {
  right: 126px;
}
.list-suggestionsearch {
  padding-left: 0px;
  list-style: none;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 6px 12px rgba(51, 73, 90, 0.17);
  box-shadow: none;
}
.list-suggestionsearch > li {
  text-align: left;
  /* 
		&:nth-child(even) {
			> a { }
		} 
		*/
}
.list-suggestionsearch > li + li {
  border-top: 1px solid #000;
}
.list-suggestionsearch > li > a {
  display: block;
  padding: 10px 16px;
}
.list-suggestionsearch > li > a mark {
  padding: 0px;
  color: #000;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  position: relative;
  padding: 0;
}
.list-suggestionsearch > li > a mark > span {
  -webkit-transition: border-color 0.25s ease;
  -moz-transition: border-color 0.25s ease;
  -o-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
  border-bottom: 2px solid #000;
  display: inline-block;
  margin: 0;
  padding-bottom: 1px;
}
.list-suggestionsearch > li > a .title,
.list-suggestionsearch > li > a .short,
.list-suggestionsearch > li > a mark {
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.list-suggestionsearch > li > a .title,
.list-suggestionsearch > li > a .short {
  color: #000;
}
.list-suggestionsearch > li > a:hover,
.list-suggestionsearch > li > a:focus {
  text-decoration: none;
  background-color: #fff;
}
.list-suggestionsearch > li > a:hover .title,
.list-suggestionsearch > li > a:focus .title,
.list-suggestionsearch > li > a:hover .short,
.list-suggestionsearch > li > a:focus .short,
.list-suggestionsearch > li > a:hover mark,
.list-suggestionsearch > li > a:focus mark {
  color: #000;
}
.list-suggestionsearch > li > a:hover mark > span,
.list-suggestionsearch > li > a:focus mark > span {
  border-color: #000;
}
.list-suggestionsearch > li.search-more-items > a.btn-search-more {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 36px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
.search-overview .search-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
.search-overview .search-info .choice-txt {
  color: #000;
  font-size: 18px;
  margin-bottom: 0px;
}
.search-overview .search-info .search-keyword,
.search-overview .search-info .search-suggestion-keyword,
.search-overview .search-info .search-results {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.search-list-results {
  padding-left: 0px;
  list-style: none;
}
.search-list-results > li + li {
  position: relative;
  padding-top: 73px;
}
.search-list-results > li + li:before,
.search-list-results > li + li:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.search-list-results > li + li:before {
  content: "";
  top: 36px;
  border-top: 1px solid #000;
}
.search-list-results > li > a {
  display: block;
  padding-bottom: 12px;
}
.search-list-results > li > a .short {
  display: block;
  color: #000;
}
.search-list-results > li > a:hover,
.search-list-results > li > a:focus {
  color: #000 !important;
  text-decoration: none;
}
.search-list-results > li > a:hover .heading,
.search-list-results > li > a:focus .heading,
.search-list-results > li > a:hover .title,
.search-list-results > li > a:focus .title {
  position: relative;
  color: #000;
}
.search-list-results > li > a:hover .heading > span,
.search-list-results > li > a:focus .heading > span,
.search-list-results > li > a:hover .title > span,
.search-list-results > li > a:focus .title > span {
  border-color: #000;
}
.search-list-results > li > a:hover .heading:before,
.search-list-results > li > a:focus .heading:before,
.search-list-results > li > a:hover .title:before,
.search-list-results > li > a:focus .title:before {
  color: #000;
}
.search-list-results > li > a:hover .short,
.search-list-results > li > a:focus .short {
  color: #000;
}
.search-list-results > li .breadcrumb-wrapper.search {
  background-color: transparent;
}
.search-list-results > li .breadcrumb-wrapper.search .fade-navs.fade-left > .btn-scroll.next:after,
.search-list-results > li .breadcrumb-wrapper.search .fade-navs.fade-right > .btn-scroll.next:after {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
  height: 100%;
}
.search-list-results > li .breadcrumb-wrapper.search .fade-navs.fade-left > .btn-scroll.prev:after,
.search-list-results > li .breadcrumb-wrapper.search .fade-navs.fade-right > .btn-scroll.prev:after {
  background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
  height: 100%;
}
.search-list-results > li .breadcrumb-wrapper.search .btn-scroll {
  background-color: #fff;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.search-list-results > li .breadcrumb-wrapper.search .btn-scroll.next {
  right: 0;
}
.search-list-results > li .breadcrumb-wrapper.search .btn-scroll.prev {
  left: 0;
}
.search-list-results > li .breadcrumb > li > a {
  padding: 0px;
  color: #000;
}
.search-list-results > li .breadcrumb > li > a:hover,
.search-list-results > li .breadcrumb > li > a:focus {
  color: #000;
}
.search-list-results > li .breadcrumb > li > a,
.search-list-results > li .breadcrumb > li > span {
  font-size: 14px;
}
.search-list-results > li .breadcrumb > li.breadcrumb-home > a:before {
  color: #000;
}
.search-list-results > li .breadcrumb > li.breadcrumb-home > a:before {
  font-size: 16px;
}
.search-list-results > li .breadcrumb > li.breadcrumb-home:hover:before {
  color: #000;
}
.search-list-results > li .breadcrumb > li.breadcrumb-home:hover > a {
  color: #000;
}
.search-list-results > li .breadcrumb > li + li {
  padding-left: 20px;
}
.search-list-results > li .breadcrumb > li + li:before {
  color: #000;
}
.search-list-results > li .breadcrumb > li + li:before {
  width: 20px;
}
/* ==========================================================================
 MODULE :: HOME
 ========================================================================== */
body.home .page-container-wrapper .container {
  position: relative;
}
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search {
  position: absolute;
  z-index: 3;
  top: 237px;
  width: 100%;
  left: 0;
}
@media (max-width: 559px) {
  html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search {
    padding: 0px;
    padding-right: 0px;
  }
}
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div {
  width: 90%;
  margin: 0 5%;
  right: auto;
}
@media (min-width: 559px) {
  html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div {
    width: 80%;
    margin: 0 10%;
  }
}
@media (min-width: 992px) {
  html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div {
    width: 70.3%;
    margin: 0 14.76%;
  }
}
@media (min-width: 1300px) {
  html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div {
    width: 60%;
    margin: 0 20%;
  }
}
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top input.form-control {
  background-color: #fff;
  border-color: #000;
  color: #000;
  height: 65px;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 20px;
  line-height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
}
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top input.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top input.form-control:-ms-input-placeholder {
  color: #000;
}
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top input.form-control::-webkit-input-placeholder {
  color: #000;
}
selecthtml:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top input.form-control {
  height: 65px;
  line-height: 32px;
}
textareahtml:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top input.form-control,
select[multiple]html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top input.form-control {
  height: auto;
}
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top input.form-control:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top input.form-control:focus:-ms-input-placeholder {
  color: #000;
}
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top input.form-control:focus::-webkit-input-placeholder {
  color: #000;
}
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top input.form-control + span.input-group-btn {
  background-color: #fff;
  -webkit-border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top input.form-control + span.input-group-btn:before {
  color: #000;
}
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top input.form-control + span.input-group-btn:focus,
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top input.form-control + span.input-group-btn:hover {
  background-color: #fff;
}
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top .btn-search {
  height: 65px;
  width: 65px;
}
html:not(.no-scroll) .home .header:not(.has-hamburger) .header-right .header-search > div.search-top .search-form {
  width: auto;
  float: none;
}
@media (max-width: 559px) {
  html:not(.no-scroll) .home .header:not(.has-hamburger) .header-brand {
    text-align: left;
  }
  html:not(.no-scroll) .home .header:not(.has-hamburger) .header-brand .brand img {
    height: 100%;
    vertical-align: bottom;
  }
}
.home .box-contact .btn-more-hours {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.home .box-contact .btn-more-hours:focus,
.home .box-contact .btn-more-hours:active:focus,
.home .box-contact .btn-more-hours.active:focus,
.home .box-contact .btn-more-hours.focus,
.home .box-contact .btn-more-hours:active.focus,
.home .box-contact .btn-more-hours.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.home .box-contact .btn-more-hours:active,
.home .box-contact .btn-more-hours.active {
  outline: 0;
  background-image: none;
}
.home .box-contact .btn-more-hours.disabled,
.home .box-contact .btn-more-hours[disabled],
fieldset[disabled] .home .box-contact .btn-more-hours {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.home .box-contact .btn-more-hours.disabled,
fieldset[disabled] a.home .box-contact .btn-more-hours {
  pointer-events: none;
}
.home .box-contact .btn-more-hours:before {
  color: #000;
}
.home .box-contact .btn-more-hours:hover {
  text-decoration: none;
}
.home .box-contact .btn-more-hours:focus,
.home .box-contact .btn-more-hours.focus,
.home .box-contact .btn-more-hours:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.home .box-contact .btn-more-hours:active,
.home .box-contact .btn-more-hours.active,
.open > .dropdown-toggle.home .box-contact .btn-more-hours {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.home .box-contact .btn-more-hours:active:hover,
.home .box-contact .btn-more-hours.active:hover,
.open > .dropdown-toggle.home .box-contact .btn-more-hours:hover,
.home .box-contact .btn-more-hours:active:focus,
.home .box-contact .btn-more-hours.active:focus,
.open > .dropdown-toggle.home .box-contact .btn-more-hours:focus,
.home .box-contact .btn-more-hours:active.focus,
.home .box-contact .btn-more-hours.active.focus,
.open > .dropdown-toggle.home .box-contact .btn-more-hours.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.home .box-contact .btn-more-hours:active,
.home .box-contact .btn-more-hours.active,
.open > .dropdown-toggle.home .box-contact .btn-more-hours {
  background-image: none;
}
.home .box-contact .btn-more-hours.disabled:hover,
.home .box-contact .btn-more-hours[disabled]:hover,
fieldset[disabled] .home .box-contact .btn-more-hours:hover,
.home .box-contact .btn-more-hours.disabled:focus,
.home .box-contact .btn-more-hours[disabled]:focus,
fieldset[disabled] .home .box-contact .btn-more-hours:focus,
.home .box-contact .btn-more-hours.disabled.focus,
.home .box-contact .btn-more-hours[disabled].focus,
fieldset[disabled] .home .box-contact .btn-more-hours.focus {
  background-color: #fff;
  border-color: #000;
}
.home .box-contact .btn-more-hours .badge {
  color: #000;
  background-color: #fff;
}
.home .partial-container.partial-masonry {
  padding-top: 23px;
}
.home .partial-container.partial-masonry .masonry-list > li > a .partial-content {
  padding: 26px 14px 60px 14px;
}
.home .search-top #suggestionsearch {
  top: 65px;
}
.home .list-suggestionsearch {
  margin-top: 0px;
}
.home .box-contact .contact-social {
  display: none;
}
.home .spotlight {
  top: -213px;
  padding: 0px;
  width: 95%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
  /* 
		//-- startpage grid structure
		#grid-sections > .make-column-grid(
			@page-section: startpage; 
			@column-width: @grid-gutter-width;
		); //-- namespaces zie mixin lcp grid less 
		*/
}
@media (min-width: 559px) {
}
@media (min-width: 992px) {
  .home .spotlight {
    width: 70%;
  }
}
@media (min-width: 1300px) {
  .home .spotlight {
    width: 60%;
  }
}
.home .spotlight > .startpage-column:not(:last-child) {
  margin-bottom: 15px;
}
.home .has-hamburger .spotlight {
  top: -250px;
}
.home .spotlight .heading {
  margin-bottom: 36px;
}
.home .spotlight .list {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0px;
  list-style: none;
}
.home .spotlight .list > li {
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .home .spotlight .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .home .spotlight .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .home .spotlight .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .home .spotlight .list > li {
    float: left;
    width: 33.33333333%;
  }
}
.home .spotlight .list > li {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 559px) {
  .home .spotlight .list > li.spotlight-item {
    padding-top: 5px;
    padding-bottom: 5px;
    color: red !important;
  }
}
.home .spotlight .list > li.spotlight-item > a {
  position: relative;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  background-color: #fff;
  display: block;
  /* 
						.make-class-style(
							@prefix: color; 
							@list: @spotlight-colors; 
							@property: background-color;
						); 
						*/
}
.home .spotlight .list > li.spotlight-item > a .spotlight-caption {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
.home .spotlight .list > li.spotlight-item > a .spotlight-caption > .title {
  color: #000;
  font-size: 20px;
  margin-bottom: 0px;
}
.home .spotlight .list > li.spotlight-item > a:hover,
.home .spotlight .list > li.spotlight-item > a:focus {
  text-decoration: none;
  background-color: #fff;
}
.home .fast-to .heading {
  margin-bottom: 36px;
}
.home .fast-to ul.list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0px;
  list-style: none;
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
}
.home .fast-to ul.list > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .home .fast-to ul.list > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 559px) and (max-width: 991px) {
  .home .fast-to ul.list > li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .home .fast-to ul.list > li {
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
}
.home .fast-to ul.list > li {
  position: relative;
  text-align: center;
}
.home .fast-to ul.list > li a {
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  position: relative;
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  padding-top: 100px;
  padding-bottom: 10px;
}
.home .fast-to ul.list > li a:before {
  position: absolute;
  padding: 22px;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #000;
  font-size: 42px;
}
@media (max-width: 558px) {
  .home .fast-to ul.list > li a {
    font-size: 14px;
  }
  .home .fast-to ul.list > li a:before {
    font-size: 24px;
    top: 15px;
  }
}
.home .fast-to ul.list > li a:hover,
.home .fast-to ul.list > li a:focus {
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
  box-shadow: none;
}
.home .fast-to ul.list > li a:hover:before,
.home .fast-to ul.list > li a:focus:before {
  border-color: #000;
  color: #000;
}
@media (max-width: 991px) {
  .home .fast-to ul.list > li:nth-child(odd):before {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .home .fast-to ul.list > li:last-child:after {
    display: none !important;
  }
}
.home .masonry-wrapper h2.heading {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
/* ==========================================================================
 MODULE :: NEWS
 ========================================================================== */
.news-overview {
  position: relative;
}
.btn-nwsletter {
  right: 0;
  margin-top: -78px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .btn-nwsletter {
    position: static;
    margin-bottom: 10px;
    margin-top: -10px;
  }
}
.news-partial {
  /* 
	.title {
		.heading-style-variant(
			@heading-border: @heading-border-color; 
			@heading-style: global;
		);
	} 

	.short {
		color: @text-color;
	}
	*/
}
.news-partial-overview {
  /* 
		.news-row {
			#grid-sections > .make-column-grid(
				@page-section: news-overview;
				@column-width: @grid-gutter-width-partial;
			);
		} 
		*/
}
.news-partial-overview .news-container {
  overflow: hidden;
}
.news-partial-overview .news-container .news-photo {
  margin-bottom: 8px;
  /* 
		+ .info, 
		+ div {
			+ div {
				clear: both;
			}
		} 
		*/
}
.news-partial-overview .news-container .news-photo .photo,
.news-partial-overview .news-container .news-photo .photo > img {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
@media (min-width: 559px) {
  .news-partial-overview .news-container .news-photo {
    float: right;
    margin-left: 16px;
    max-width: 300px;
  }
}
.news-partial-overview .news-container .news-photo > .photo {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-partial-overview .news-container .news-photo > .photo .thumb-photo,
.news-partial-overview .news-container .news-photo > .photo .thumb-video,
.news-partial-overview .news-container .news-photo > .photo img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news-partial-overview .news-container .news-photo > .photo:before,
.news-partial-overview .news-container .news-photo > .photo:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: background, opacity;
  -moz-transition-property: background, opacity;
  -o-transition-property: background, opacity;
  transition-property: background, opacity;
}
.news-partial-overview .news-container .news-photo > .photo:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: #fff;
}
.news-partial-overview .news-container .news-photo > .photo:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f067";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.news-partial-overview .news-container .news-photo > .photo:before {
  color: #000;
}
.news-partial-overview .news-container .news-photo > .photo:before {
  font-size: 10px;
}
.news-partial-overview .news-container .news-photo > .photo:before {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: font-size, opacity;
  -moz-transition-property: font-size, opacity;
  -o-transition-property: font-size, opacity;
  transition-property: font-size, opacity;
}
.news-partial-overview .news-container .news-photo > .photo:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e611";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.news-partial-overview .news-container .news-photo > .photo:before {
  color: #000;
}
@media screen and (max-width: 558px) {
  .news-partial-overview .news-container .news-photo > .photo img {
    min-width: 100%;
  }
}
.news-partial-overview .list > li > a {
  padding-bottom: 36px;
}
.news-partial-overview .list > li + li {
  border-top: 1px solid #000;
}
.news-partial-overview .list > li + li > a {
  padding-top: 36px;
  padding-bottom: 36px;
}
.news-partial-overview .list > li > a:hover .news-photo > .photo .thumb-photo,
.news-partial-overview .list > li > a:focus .news-photo > .photo .thumb-photo,
.news-partial-overview .list > li > a:hover .news-photo > .photo .thumb-video,
.news-partial-overview .list > li > a:focus .news-photo > .photo .thumb-video,
.news-partial-overview .list > li > a:hover .news-photo > .photo img,
.news-partial-overview .list > li > a:focus .news-photo > .photo img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.news-partial-overview .list > li > a:hover .news-photo > .photo:before,
.news-partial-overview .list > li > a:focus .news-photo > .photo:before {
  font-size: 44px;
}
.news-partial-overview .list > li > a:hover .news-photo > .photo:before,
.news-partial-overview .list > li > a:focus .news-photo > .photo:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  /* 
				//-- layout specifiek - make border circle
				.square(66);
				line-height: 66px !important;
				.text-center;
				border: 1px solid @icon-thumb-color;
				.circle; 
				*/
}
.news-partial-overview .list > li > a:hover .news-photo > .photo:after,
.news-partial-overview .list > li > a:focus .news-photo > .photo:after {
  background: #fff;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
/* ==========================================================================
 MODULE :: EVENTS
 ========================================================================== */
.uit-logo {
  position: relative;
  padding-left: 89px;
}
.uit-logo:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\a002";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.uit-logo:before {
  color: inherit;
}
.uit-logo:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.uit-logo:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
.uit-logo > span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.icon-fly:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\a003";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.icon-fly:before {
  color: inherit;
}
.event-organizer:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f005";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.event-organizer:before {
  color: inherit;
}
.event-location:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e603";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.event-location:before {
  color: inherit;
}
.events-partial-overview .list > li {
  /* 
			.event-ticketlink {
				position: absolute;
				bottom: -@spacing;
				left: @entry-date-width + @spacing;
				// width: 80px;
				.text-center;
				&:extend(.btn-primary all);
				.btn-xs;
				.icon-btn-variant(@icon-ticket);
			} 
			*/
}
.events-partial-overview .list > li.event-item .event-container {
  position: relative;
}
.events-partial-overview .list > li.event-item .event-content {
  position: relative;
}
.events-partial-overview .list > li.event-item .event-content .event-photo {
  position: relative;
  z-index: 2;
}
.events-partial-overview .list > li.event-item .event-content .event-block {
  position: relative;
  z-index: 1;
}
.events-partial-overview .list > li.event-item .event-content .short {
  margin-bottom: 6px;
}
.events-partial-overview .list > li.event-item .event-content .short:after {
  content: "...";
  padding-left: 400px;
  margin-left: -377px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.events-partial-overview .list > li > a {
  padding-bottom: 36px;
}
.events-partial-overview .list > li + li {
  border-top: 1px solid #000;
}
.events-partial-overview .list > li + li > a {
  padding-top: 36px;
  padding-bottom: 36px;
}
.events-partial-overview .list .has-media,
.events-partial-overview .list .no-media {
  position: relative;
}
.events-partial-overview .list .has-media .partial-block-date,
.events-partial-overview .list .no-media .partial-block-date {
  position: absolute;
  z-index: 3;
  left: 8px;
  top: 8px;
}
.events-partial-overview .list .no-media .partial-block-date,
.events-partial-overview .list .has-media .partial-block-date {
  position: relative;
  left: auto;
  top: auto;
  float: left !important;
  margin-right: 16px;
  margin-bottom: 0px;
}
.events-partial-overview .list .no-media .partial-block-date + .partial-content-block > .partial-content,
.events-partial-overview .list .has-media .partial-block-date + .partial-content-block > .partial-content {
  border: 0;
}
.events-partial-overview .list .no-media .partial-block-date + .partial-content-block > .partial-content .title,
.events-partial-overview .list .has-media .partial-block-date + .partial-content-block > .partial-content .title {
  line-height: 36px !important;
}
.events-partial-overview .list .event-container .event-content.event-row {
  overflow: hidden;
}
.events-partial-overview .list .event-container.has-media .event-photo {
  margin-bottom: 8px;
  /* 
		+ .info, 
		+ div {
			+ div {
				clear: both;
			}
		} 
		*/
}
.events-partial-overview .list .event-container.has-media .event-photo .photo,
.events-partial-overview .list .event-container.has-media .event-photo .photo > img {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
@media (min-width: 559px) {
  .events-partial-overview .list .event-container.has-media .event-photo {
    float: right;
    margin-left: 16px;
    max-width: 300px;
  }
}
.events-partial-overview .list .event-container.has-media .event-photo .photo img {
  max-height: 300px;
}
.events-partial-overview .list .event-container.has-media .event-block .short {
  clear: left;
}
@media (max-width: 320px) {
  .events-partial-overview .list .event-container.has-media .event-block .short,
  .events-partial-overview .list .event-container.has-media .event-block .event-info {
    clear: left;
  }
}
@media (min-width: 559px) {
  .events-partial-overview .list .event-container.has-media .event-block {
    overflow: hidden;
  }
}
.events-partial-overview .list .event-container.has-media .event-info {
  clear: left;
}
.events-partial-overview .list .event-item {
  overflow: hidden;
}
.events-partial-overview h3.title {
  margin-bottom: 5px;
}
.events-partial-overview .partial-container .partial-content-block {
  display: block;
  padding-left: 56px;
}
.events-partial-spotlight .list > li,
.events-partial-related .list > li {
  /* 
			.event-ticketlink {
				position: absolute;
				bottom: -@spacing;
				left: @entry-date-width + @spacing;
				// width: 80px;
				.text-center;
				&:extend(.btn-primary all);
				.btn-xs;
				.icon-btn-variant(@icon-ticket);
			} 
			*/
}
.events-partial-spotlight .list > li.event-item .event-container,
.events-partial-related .list > li.event-item .event-container {
  position: relative;
}
.events-partial-spotlight .list > li.event-item .event-content,
.events-partial-related .list > li.event-item .event-content {
  position: relative;
}
.events-partial-spotlight .list > li.event-item .event-content .event-photo,
.events-partial-related .list > li.event-item .event-content .event-photo {
  position: relative;
  z-index: 2;
}
.events-partial-spotlight .list > li.event-item .event-content .event-block,
.events-partial-related .list > li.event-item .event-content .event-block {
  position: relative;
  z-index: 1;
}
.events-partial-spotlight .list > li.event-item .event-content .short,
.events-partial-related .list > li.event-item .event-content .short {
  margin-bottom: 6px;
}
.events-partial-spotlight .list > li.event-item .event-content .short:after,
.events-partial-related .list > li.event-item .event-content .short:after {
  content: "...";
  padding-left: 400px;
  margin-left: -377px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.events-partial-spotlight .partial-container > .heading,
.events-partial-related .partial-container > .heading {
  /* 
				.icon-alt(
					@icon-symbol: @icon-uitin; 
					@icon-position; 
					@icon-color: @headings-color;
				);
				.icon-alt-position(
					@icon-position-horizontal; 
					@icon-position-vertical;
					@icon-position;
					@text-padding: @entry-date-width + @padding-small-horizontal;
					@icon-align: vcenter;
				);
				*/
}
.events-partial .event-info {
  font-size: 16px;
  color: #000;
}
.events-partial .event-info .event-location,
.events-partial .event-info .event-organizer,
.events-partial .event-info .partial-date > .date {
  position: relative;
  padding-left: 25px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.events-partial .event-info .event-location:before,
.events-partial .event-info .event-organizer:before,
.events-partial .event-info .partial-date > .date:before {
  position: absolute;
  left: -1px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.events-partial .event-info .event-location:before,
.events-partial .event-info .event-organizer:before,
.events-partial .event-info .partial-date > .date:before {
  line-height: 35px !important;
}
.events-partial .event-info .event-location:before,
.events-partial .event-info .event-organizer:before,
.events-partial .event-info .partial-date > .date:before {
  font-size: 18px;
}
.events-partial .event-info .event-location:before,
.events-partial .event-info .event-organizer:before,
.events-partial .event-info .partial-date > .date:before {
  color: #000;
}
.events-detail .uiv-source {
  font-size: 16px;
}
.events-detail .uiv-source,
.events-detail .uiv-source > a {
  color: #000;
}
.events-detail .uiv-source > a:hover,
.events-detail .uiv-source > a:focus {
  color: #000;
}
.events-detail .events-detail-info {
  position: relative;
  padding-top: 73px;
}
.events-detail .events-detail-info:before,
.events-detail .events-detail-info:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.events-detail .events-detail-info:before {
  content: "";
  top: 36px;
  border-top: 1px solid #000;
}
.events-detail .events-detail-info:not(:last-child) {
  margin-bottom: 36px;
}
.events-detail .events-detail-info a {
  color: #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
}
.events-detail .events-detail-info a,
.events-detail .events-detail-info a:active,
.events-detail .events-detail-info a.active,
.events-detail .events-detail-info a[disabled],
fieldset[disabled] .events-detail .events-detail-info a {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.events-detail .events-detail-info a,
.events-detail .events-detail-info a:hover,
.events-detail .events-detail-info a:focus,
.events-detail .events-detail-info a:active {
  border-color: transparent;
}
.events-detail .events-detail-info a:hover,
.events-detail .events-detail-info a:focus {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
.events-detail .events-detail-info a[disabled]:hover,
fieldset[disabled] .events-detail .events-detail-info a:hover,
.events-detail .events-detail-info a[disabled]:focus,
fieldset[disabled] .events-detail .events-detail-info a:focus {
  color: #000;
  text-decoration: none;
}
.events-detail .events-detail-info .list {
  padding-left: 0px;
  list-style: none;
}
.events-detail .events-detail-info > div + div {
  margin-top: 36px;
}
.events-detail .events-dates .list {
  padding-left: 0px;
  list-style: none;
  margin-top: -6px;
}
.events-detail .events-dates .list:not(:last-child) {
  margin-bottom: 23px;
}
.events-detail .events-dates .list > li {
  overflow: hidden;
  padding-top: 6px;
  padding-bottom: 6px;
}
.events-detail .events-dates .list > li > span.txt-day {
  color: inherit;
  font-size: 18px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  display: block;
}
.events-detail .events-dates .list > li > span.txt-open-today,
.events-detail .events-dates .list > li > span.txt-open-tomorrow {
  display: block;
  font-weight: 700;
}
.events-detail .events-dates .list > li + li {
  border-top: 1px solid #000;
}
.events-detail .events-dates .week-scheme > .alldaysopen {
  display: inline-block;
}
.events-detail .events-dates .week-scheme > dl {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 320px) {
  .events-detail .events-dates .week-scheme > dl dt {
    float: left;
    width: 135px;
    clear: left;
    text-align: left;
  }
  .events-detail .events-dates .week-scheme > dl dd {
    margin-left: 150px;
  }
}
.events-detail .events-dates .week-scheme > dl > dt,
.events-detail .events-dates .week-scheme > dl > dd {
  padding-top: 2px;
  padding-bottom: 2px;
}
.events-detail .events-dates .week-scheme > dl > dt {
  color: #000;
  position: relative;
  padding-left: 20px;
}
.events-detail .events-dates .week-scheme > dl > dt:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.events-detail .events-dates .week-scheme > dl > dt:before {
  color: #000;
}
.events-detail .events-dates .week-scheme > dl > dt:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.events-detail .events-dates .week-scheme > dl > dt:before {
  line-height: 35px !important;
}
.events-detail .organisation-links a:before,
.events-detail .organisation-links a:after {
  content: " ";
  display: table;
}
.events-detail .organisation-links a:after {
  clear: both;
}
.events-detail .organisation-links a:before,
.events-detail .organisation-links a:after {
  content: " ";
  display: table;
}
.events-detail .organisation-links a:after {
  clear: both;
}
.content-location {
  /* .address {
		.icon-btn-variant(@icon-calendar);
		.icon-btn-position(0,2);
	} */
}
.content-location .location-name {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.content-organisation .organisation-name {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.content-price .pricevalue {
  font-weight: 700;
}
/* ==========================================================================
 MODULE :: Contact styling
========================================================================== */
/*
.side-bar {
	.box-contact {
		.box-variant(
			@box-background-variant: @color1-light;
			@box-border-variant: @color1-light;
			@box-title-variant: @white;
			@box-text-variant: @white;
		);
		dl {
			&.contact-info {
				.contact-info-style-variant(
					@icon-color: @white;
					@text-color: @white;
					@link-color: @white;
					@link-hover-color: @color2-base;
				);
			}
		}

		.list-social {
			> li {
				&[class^="bullet-"], &[class*=" bullet-"] {
					> a {
						.icon-color-variant(
							@icon-color: @white;
							@icon-position;
						);
						&:hover,
						&:focus {
							.icon-color-variant(
								@icon-color: @color2-base;
								@icon-position;
							);
						}
					}
				}
			}
		}
		.btn-more-hours {
			border-color: @white;
		}

	}
}
 */
.box-contact {
  background-color: #fff;
}
.box-contact .box-title {
  color: #000;
}
.box-contact > .box-block.box-contact-block .contact-info-container .contact-info:not(:last-child),
.box-contact > .box-block.box-contact-block .contact-info-container .contact-social:not(:last-child) {
  margin-bottom: 11.5px;
}
.box-contact > .box-block.box-contact-block .contact-info-container:not(:last-child) {
  margin-bottom: 23px;
}
.box-contact > .box-block.box-contact-block .contact-info-extra:not(:only-child):not(:last-child) {
  margin-bottom: 11.5px;
}
.box-contact .btn-more-hours {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
}
.box-contact .btn-more-hours:focus,
.box-contact .btn-more-hours:active:focus,
.box-contact .btn-more-hours.active:focus,
.box-contact .btn-more-hours.focus,
.box-contact .btn-more-hours:active.focus,
.box-contact .btn-more-hours.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.box-contact .btn-more-hours:active,
.box-contact .btn-more-hours.active {
  outline: 0;
  background-image: none;
}
.box-contact .btn-more-hours.disabled,
.box-contact .btn-more-hours[disabled],
fieldset[disabled] .box-contact .btn-more-hours {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.box-contact .btn-more-hours.disabled,
fieldset[disabled] a.box-contact .btn-more-hours {
  pointer-events: none;
}
.box-contact .btn-more-hours:before {
  color: #000;
}
.box-contact .btn-more-hours:hover {
  text-decoration: none;
}
.box-contact .btn-more-hours:focus,
.box-contact .btn-more-hours.focus,
.box-contact .btn-more-hours:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.box-contact .btn-more-hours:active,
.box-contact .btn-more-hours.active,
.open > .dropdown-toggle.box-contact .btn-more-hours {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.box-contact .btn-more-hours:active:hover,
.box-contact .btn-more-hours.active:hover,
.open > .dropdown-toggle.box-contact .btn-more-hours:hover,
.box-contact .btn-more-hours:active:focus,
.box-contact .btn-more-hours.active:focus,
.open > .dropdown-toggle.box-contact .btn-more-hours:focus,
.box-contact .btn-more-hours:active.focus,
.box-contact .btn-more-hours.active.focus,
.open > .dropdown-toggle.box-contact .btn-more-hours.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.box-contact .btn-more-hours:active,
.box-contact .btn-more-hours.active,
.open > .dropdown-toggle.box-contact .btn-more-hours {
  background-image: none;
}
.box-contact .btn-more-hours.disabled:hover,
.box-contact .btn-more-hours[disabled]:hover,
fieldset[disabled] .box-contact .btn-more-hours:hover,
.box-contact .btn-more-hours.disabled:focus,
.box-contact .btn-more-hours[disabled]:focus,
fieldset[disabled] .box-contact .btn-more-hours:focus,
.box-contact .btn-more-hours.disabled.focus,
.box-contact .btn-more-hours[disabled].focus,
fieldset[disabled] .box-contact .btn-more-hours.focus {
  background-color: #fff;
  border-color: #000;
}
.box-contact .btn-more-hours .badge {
  color: #000;
  background-color: #fff;
}
.box-contact .btn-more-hours:hover,
.box-contact .btn-more-hours:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.box-contact .btn-more-hours:hover:before,
.box-contact .btn-more-hours:focus:before {
  color: inherit;
}
.box-contact-content {
  background-color: transparent;
  border: none;
  padding: 0px;
  overflow: hidden;
}
.box-contact-content .contact-content {
  /*
		> .contact-info-container,
		> .contact-hours-container {  }
		*/
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  /*
		> .contact-info-container {
			@media (min-width: @grid-header-breakpoint) {
				.pull-left;
				.mr(@grid-gutter-width);
				+ .contact-hours-container {
					.hours-info {
						overflow: hidden;
					}
				}
			}
		}
		// .contact-hours-container {		}
		> .contact-info-extra {
			clear: both;
		}
		*/
}
.box-contact-content .contact-content > .contact-info-container {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .box-contact-content .contact-content > .contact-info-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .box-contact-content .contact-content > .contact-info-container {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-contact-content .contact-content > .contact-info-container {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .box-contact-content .contact-content > .contact-info-container {
    float: left;
    width: 33.33333333%;
  }
}
.box-contact-content .contact-content > .contact-info-container:not(:last-child) {
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .box-contact-content .contact-content > .contact-info-container:not(:last-child) {
    margin-bottom: 23px !important;
  }
}
.box-contact-content .contact-content > .contact-hours-container {
  margin-left: 0%;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .box-contact-content .contact-content > .contact-hours-container {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .box-contact-content .contact-content > .contact-hours-container {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .box-contact-content .contact-content > .contact-hours-container {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .box-contact-content .contact-content > .contact-hours-container {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 559px) {
  .box-contact-content .contact-content > .contact-hours-container {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .box-contact-content .contact-content > .contact-hours-container {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-contact-content .contact-content > .contact-hours-container {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .box-contact-content .contact-content > .contact-hours-container {
    float: left;
    width: 33.33333333%;
  }
}
.box-contact-content .contact-content > .contact-info-extra {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.box-contact-content .hours-info {
  /*
		.icon-alt(
			@icon-symbol: @icon-clock-o;
			@icon-position;
			@icon-color: @text-color;
		);

		//-- zelfde horizontal uitlijning als dl-contact met icons
		.icon-alt-position(
			@icon-position-horizontal;
			@icon-position-vertical: 3;
			@icon-position;
			@text-padding: @icon-width + @padding-xs-horizontal;
			@icon-align;
		);


		*/
  /*
		~ .btn-more-hours {
			// .ml(@icon-width + @padding-xs-horizontal);

			.icon-btn-variant(
				@icon-btn: @icon-clock-o;
				@icon-btn-color: @btn-primary-color;
				@btn-text;
				@icon-btn-size;
				@icon-position;
				@is-hover;
			);
			.icon-btn-position(
				@icon-btn-position-horizontal;
				@icon-btn-position-vertical: 0;
				@icon-position;
				@btn-text;
				@text-padding;
				@icon-width;
				@icon-height;
				@icon-btn-align: vcenter;
			);
			.align-horizontal(
				@position: relative;
				@position-h: center;
			);
		}
		*/
}
.box-contact-content .hours-info:not(:last-child) {
  margin-bottom: 23px;
}
.box-contact-content .hours-info .hours-today .hours-block > .box-subtitle,
.box-contact-content .hours-info .hours-tomorrow .hours-block > .box-subtitle {
  margin-bottom: 0px;
}
.box-contact-content .hours-info .hours-today .hours-block > .txt-hours,
.box-contact-content .hours-info .hours-tomorrow .hours-block > .txt-hours {
  display: block;
  /*
				& when (@contact-style = home) {
					.txt-open { .sr-only; }
				}
				*/
}
.box-contact-content .hours-info .hours-today,
.box-contact-content .hours-info .hours-tomorrow {
  /*
			.title,
			.txt-hours {
				display: inline;
			} */
}
.box-contact-content .hours-info .hours-today:not(:last-child),
.box-contact-content .hours-info .hours-tomorrow:not(:last-child) {
  margin-bottom: 18px;
}
.box-contact-content .hours-info .hours-today .title,
.box-contact-content .hours-info .hours-tomorrow .title {
  margin-bottom: 0px;
}
.box-contact-content .google-map-content .google-map,
.box-contact-content .streetmap-content .google-map,
.box-contact-content .google-map-content .streetmap,
.box-contact-content .streetmap-content .streetmap {
  background-color: #fff;
  height: 350px;
}
@media (min-width: 559px) {
  .box-contact-content .google-map-content .google-map > .gm-style,
  .box-contact-content .streetmap-content .google-map > .gm-style,
  .box-contact-content .google-map-content .streetmap > .gm-style,
  .box-contact-content .streetmap-content .streetmap > .gm-style {
    margin: 0;
  }
}
.box-contact-content .box-contact-block-row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .box-contact-content .box-contact-block-row .contact-content:not(:last-child),
  .box-contact-content .box-contact-block-row .streetmap-content:not(:last-child),
  .box-contact-content .box-contact-block-row .google-map-content:not(:last-child) {
    margin-bottom: 36px;
  }
}
.box-contact-content .box-contact-block-row > .contact-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .box-contact-content .box-contact-block-row > .contact-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .box-contact-content .box-contact-block-row > .contact-content {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .box-contact-content .box-contact-block-row > .contact-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1300px) {
  .box-contact-content .box-contact-block-row > .contact-content {
    float: left;
    width: 66.66666667%;
  }
}
.box-contact-content .box-contact-block-row > .google-map-content,
.box-contact-content .box-contact-block-row > .streetmap-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .box-contact-content .box-contact-block-row > .google-map-content,
  .box-contact-content .box-contact-block-row > .streetmap-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .box-contact-content .box-contact-block-row > .google-map-content,
  .box-contact-content .box-contact-block-row > .streetmap-content {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .box-contact-content .box-contact-block-row > .google-map-content,
  .box-contact-content .box-contact-block-row > .streetmap-content {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .box-contact-content .box-contact-block-row > .google-map-content,
  .box-contact-content .box-contact-block-row > .streetmap-content {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 559px) {
  .box-contact-content .box-contact-block-row > .google-map-content,
  .box-contact-content .box-contact-block-row > .streetmap-content {
    float: right !important;
  }
}
.footer-outer {
  margin-left: -15px;
  margin-right: -15px;
}
.side-bar .box-contact .txt-open {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.side-bar .box-contact .txt-time-divider:before {
  display: inline;
  content: " - ";
}
.side-bar .box-contact .txt-time-divider span {
  display: none;
}
.side-bar .box-contact .txt-divider:before,
.side-bar .box-contact .txt-divider:after {
  content: " ";
  display: table;
}
.side-bar .box-contact .txt-divider:after {
  clear: both;
}
.side-bar .box-contact .txt-divider:before,
.side-bar .box-contact .txt-divider:after {
  content: " ";
  display: table;
}
.side-bar .box-contact .txt-divider:after {
  clear: both;
}
.side-bar .box-contact .txt-divider span {
  display: none;
}
.side-bar .box-contact .txt-divider span:after {
  content: "";
  display: none;
}
.box-contact-home {
  padding: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
  border: 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.box-contact-home .contact-info-container {
  height: auto !important;
}
@media (min-width: 559px) {
  .box-contact-home {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .box-contact-home {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .box-contact-home {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .box-contact-home {
    float: left;
    width: 33.33333333%;
  }
}
.box-contact-home .txt-open {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.box-contact-home .txt-time-divider:before {
  display: inline;
  content: " - ";
}
.box-contact-home .txt-time-divider span {
  display: none;
}
.box-contact-home .txt-divider:before,
.box-contact-home .txt-divider:after {
  content: " ";
  display: table;
}
.box-contact-home .txt-divider:after {
  clear: both;
}
.box-contact-home .txt-divider:before,
.box-contact-home .txt-divider:after {
  content: " ";
  display: table;
}
.box-contact-home .txt-divider:after {
  clear: both;
}
.box-contact-home .txt-divider span {
  display: none;
}
.box-contact-home .txt-divider span:after {
  content: "";
  display: none;
}
@media screen and (max-width: 992px) {
  .box-contact-home .box-contact-block {
    margin-bottom: 50px !important;
  }
}
.contact-hourinfo {
  color: #000;
  background-color: #fff;
  padding: 20px 25px;
  border: 1px solid transparent;
  position: relative;
  padding-left: 45px;
}
.contact-hourinfo:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f05a";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contact-hourinfo:before {
  color: #000;
}
.contact-hourinfo:before {
  position: absolute;
  left: 20px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.contact-hourinfo:before {
  position: absolute;
  top: 28px;
  left: 20px;
}
.contact-hourinfo a {
  text-decoration: underline;
}
.detail-contact-wrapper:not(:last-child) {
  margin-bottom: 23px;
}
.detail-contact-wrapper .detail-contact-item .box-contact:not(:last-child) {
  margin-bottom: 0px;
}
.detail-contact-wrapper .detail-contact-item .box-contact > .box-title {
  line-height: 36px;
}
.detail-contact-wrapper .detail-contact-item + .detail-contact-item {
  /*			.css-seperator(
				@seperator-color: @hr-border;
				@seperator-style: fullwidth;
				@seperator-position: top;
			);*/
  padding-top: 30px;
}
.contact-detail .hours-info {
  /*
		.icon-alt(
			@icon-symbol: @icon-clock-o;
			@icon-position;
			@icon-color: @text-color;
		);

		//-- zelfde horizontal uitlijning als dl-contact met icons
		.icon-alt-position(
			@icon-position-horizontal;
			@icon-position-vertical: 3;
			@icon-position;
			@text-padding: @icon-width + @padding-xs-horizontal;
			@icon-align;
		);


		*/
  /*
		~ .btn-more-hours {
			// .ml(@icon-width + @padding-xs-horizontal);

			.icon-btn-variant(
				@icon-btn: @icon-clock-o;
				@icon-btn-color: @btn-primary-color;
				@btn-text;
				@icon-btn-size;
				@icon-position;
				@is-hover;
			);
			.icon-btn-position(
				@icon-btn-position-horizontal;
				@icon-btn-position-vertical: 0;
				@icon-position;
				@btn-text;
				@text-padding;
				@icon-width;
				@icon-height;
				@icon-btn-align: vcenter;
			);
			.align-horizontal(
				@position: relative;
				@position-h: center;
			);
		}
		*/
}
.contact-detail .hours-info:not(:last-child) {
  margin-bottom: 23px;
}
.contact-detail .hours-info .hours-today .hours-block > .box-subtitle,
.contact-detail .hours-info .hours-tomorrow .hours-block > .box-subtitle {
  margin-bottom: 0px;
}
.contact-detail .hours-info .hours-today .hours-block > .txt-hours,
.contact-detail .hours-info .hours-tomorrow .hours-block > .txt-hours {
  display: block;
  /*
				& when (@contact-style = home) {
					.txt-open { .sr-only; }
				}
				*/
}
.contact-detail .hours-info .hours-today,
.contact-detail .hours-info .hours-tomorrow {
  /*
			.title,
			.txt-hours {
				display: inline;
			} */
}
.contact-detail .hours-info .hours-today:not(:last-child),
.contact-detail .hours-info .hours-tomorrow:not(:last-child) {
  margin-bottom: 18px;
}
.contact-detail .hours-info .hours-today .title,
.contact-detail .hours-info .hours-tomorrow .title {
  margin-bottom: 0px;
}
.contact-detail .google-map-content .google-map,
.contact-detail .streetmap-content .google-map,
.contact-detail .google-map-content .streetmap,
.contact-detail .streetmap-content .streetmap {
  background-color: #fff;
  height: 350px;
}
@media (min-width: 559px) {
  .contact-detail .google-map-content .google-map > .gm-style,
  .contact-detail .streetmap-content .google-map > .gm-style,
  .contact-detail .google-map-content .streetmap > .gm-style,
  .contact-detail .streetmap-content .streetmap > .gm-style {
    margin: 0;
  }
}
.contact-detail .box-contact-block-row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .contact-detail .box-contact-block-row .contact-content:not(:last-child),
  .contact-detail .box-contact-block-row .streetmap-content:not(:last-child),
  .contact-detail .box-contact-block-row .google-map-content:not(:last-child) {
    margin-bottom: 36px;
  }
}
.contact-detail .box-contact-block-row > .contact-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .contact-detail .box-contact-block-row > .contact-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact-detail .box-contact-block-row > .contact-content {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .contact-detail .box-contact-block-row > .contact-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1300px) {
  .contact-detail .box-contact-block-row > .contact-content {
    float: left;
    width: 66.66666667%;
  }
}
.contact-detail .box-contact-block-row > .google-map-content,
.contact-detail .box-contact-block-row > .streetmap-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .contact-detail .box-contact-block-row > .google-map-content,
  .contact-detail .box-contact-block-row > .streetmap-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact-detail .box-contact-block-row > .google-map-content,
  .contact-detail .box-contact-block-row > .streetmap-content {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .contact-detail .box-contact-block-row > .google-map-content,
  .contact-detail .box-contact-block-row > .streetmap-content {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .contact-detail .box-contact-block-row > .google-map-content,
  .contact-detail .box-contact-block-row > .streetmap-content {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 559px) {
  .contact-detail .box-contact-block-row > .google-map-content,
  .contact-detail .box-contact-block-row > .streetmap-content {
    float: right !important;
  }
}
.contact-detail > .container-wrapper,
.contact-detail > .archive-wrapper,
.contact-detail > .footer .footer-inner,
.contact-detail > .footer .footer-inner-logos,
.contact-detail > .masonry-wrapper,
.contact-detail > .spotlight-wrapper {
  padding-bottom: 0px;
}
.contact-detail .box-contact {
  background-color: transparent;
  border: none;
  padding: 0px;
}
.contact-detail .container-wrapper,
.contact-detail .archive-wrapper,
.contact-detail .footer .footer-inner,
.contact-detail .footer .footer-inner-logos,
.contact-detail .masonry-wrapper,
.contact-detail .spotlight-wrapper {
  margin-bottom: 2em;
}
.side-bar .hours-info {
  /*
		.icon-alt(
			@icon-symbol: @icon-clock-o;
			@icon-position;
			@icon-color: @text-color;
		);

		//-- zelfde horizontal uitlijning als dl-contact met icons
		.icon-alt-position(
			@icon-position-horizontal;
			@icon-position-vertical: 3;
			@icon-position;
			@text-padding: @icon-width + @padding-xs-horizontal;
			@icon-align;
		);


		*/
  /*
		~ .btn-more-hours {
			// .ml(@icon-width + @padding-xs-horizontal);

			.icon-btn-variant(
				@icon-btn: @icon-clock-o;
				@icon-btn-color: @btn-primary-color;
				@btn-text;
				@icon-btn-size;
				@icon-position;
				@is-hover;
			);
			.icon-btn-position(
				@icon-btn-position-horizontal;
				@icon-btn-position-vertical: 0;
				@icon-position;
				@btn-text;
				@text-padding;
				@icon-width;
				@icon-height;
				@icon-btn-align: vcenter;
			);
			.align-horizontal(
				@position: relative;
				@position-h: center;
			);
		}
		*/
}
.side-bar .hours-info:not(:last-child) {
  margin-bottom: 23px;
}
.side-bar .hours-info .hours-today .hours-block > .box-subtitle,
.side-bar .hours-info .hours-tomorrow .hours-block > .box-subtitle {
  margin-bottom: 0px;
}
.side-bar .hours-info .hours-today .hours-block > .txt-hours,
.side-bar .hours-info .hours-tomorrow .hours-block > .txt-hours {
  display: block;
  /*
				& when (@contact-style = home) {
					.txt-open { .sr-only; }
				}
				*/
}
.side-bar .hours-info .hours-today,
.side-bar .hours-info .hours-tomorrow {
  /*
			.title,
			.txt-hours {
				display: inline;
			} */
}
.side-bar .hours-info .hours-today:not(:last-child),
.side-bar .hours-info .hours-tomorrow:not(:last-child) {
  margin-bottom: 18px;
}
.side-bar .hours-info .hours-today .title,
.side-bar .hours-info .hours-tomorrow .title {
  margin-bottom: 0px;
}
.side-bar .google-map-content,
.side-bar .streetmap-content {
  margin-bottom: 11.5px;
}
.side-bar .google-map-content .google-map,
.side-bar .streetmap-content .google-map,
.side-bar .google-map-content .streetmap,
.side-bar .streetmap-content .streetmap {
  background-color: #fff;
  height: 350px;
}
@media (min-width: 559px) {
  .side-bar .google-map-content .google-map > .gm-style,
  .side-bar .streetmap-content .google-map > .gm-style,
  .side-bar .google-map-content .streetmap > .gm-style,
  .side-bar .streetmap-content .streetmap > .gm-style {
    margin: 0;
  }
}
.contact-popular {
  padding-top: 23px;
  padding-bottom: 23px;
}
.contact-popular .hours-info {
  /*
		.icon-alt(
			@icon-symbol: @icon-clock-o;
			@icon-position;
			@icon-color: @text-color;
		);

		//-- zelfde horizontal uitlijning als dl-contact met icons
		.icon-alt-position(
			@icon-position-horizontal;
			@icon-position-vertical: 3;
			@icon-position;
			@text-padding: @icon-width + @padding-xs-horizontal;
			@icon-align;
		);


		*/
  /*
		~ .btn-more-hours {
			// .ml(@icon-width + @padding-xs-horizontal);

			.icon-btn-variant(
				@icon-btn: @icon-clock-o;
				@icon-btn-color: @btn-primary-color;
				@btn-text;
				@icon-btn-size;
				@icon-position;
				@is-hover;
			);
			.icon-btn-position(
				@icon-btn-position-horizontal;
				@icon-btn-position-vertical: 0;
				@icon-position;
				@btn-text;
				@text-padding;
				@icon-width;
				@icon-height;
				@icon-btn-align: vcenter;
			);
			.align-horizontal(
				@position: relative;
				@position-h: center;
			);
		}
		*/
}
.contact-popular .hours-info:not(:last-child) {
  margin-bottom: 23px;
}
.contact-popular .hours-info .hours-today .hours-block > .box-subtitle,
.contact-popular .hours-info .hours-tomorrow .hours-block > .box-subtitle {
  margin-bottom: 0px;
}
.contact-popular .hours-info .hours-today .hours-block > .txt-hours,
.contact-popular .hours-info .hours-tomorrow .hours-block > .txt-hours {
  display: block;
  /*
				& when (@contact-style = home) {
					.txt-open { .sr-only; }
				}
				*/
}
.contact-popular .hours-info .hours-today,
.contact-popular .hours-info .hours-tomorrow {
  /*
			.title,
			.txt-hours {
				display: inline;
			} */
}
.contact-popular .hours-info .hours-today:not(:last-child),
.contact-popular .hours-info .hours-tomorrow:not(:last-child) {
  margin-bottom: 18px;
}
.contact-popular .hours-info .hours-today .title,
.contact-popular .hours-info .hours-tomorrow .title {
  margin-bottom: 0px;
}
.contact-popular .google-map-content .google-map,
.contact-popular .streetmap-content .google-map,
.contact-popular .google-map-content .streetmap,
.contact-popular .streetmap-content .streetmap {
  background-color: #fff;
  height: 350px;
}
@media (min-width: 559px) {
  .contact-popular .google-map-content .google-map > .gm-style,
  .contact-popular .streetmap-content .google-map > .gm-style,
  .contact-popular .google-map-content .streetmap > .gm-style,
  .contact-popular .streetmap-content .streetmap > .gm-style {
    margin: 0;
  }
}
.contact-popular .box-contact-block-row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .contact-popular .box-contact-block-row .contact-content:not(:last-child),
  .contact-popular .box-contact-block-row .streetmap-content:not(:last-child),
  .contact-popular .box-contact-block-row .google-map-content:not(:last-child) {
    margin-bottom: 36px;
  }
}
.contact-popular .box-contact-block-row > .contact-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .contact-popular .box-contact-block-row > .contact-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact-popular .box-contact-block-row > .contact-content {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .contact-popular .box-contact-block-row > .contact-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1300px) {
  .contact-popular .box-contact-block-row > .contact-content {
    float: left;
    width: 66.66666667%;
  }
}
.contact-popular .box-contact-block-row > .google-map-content,
.contact-popular .box-contact-block-row > .streetmap-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .contact-popular .box-contact-block-row > .google-map-content,
  .contact-popular .box-contact-block-row > .streetmap-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact-popular .box-contact-block-row > .google-map-content,
  .contact-popular .box-contact-block-row > .streetmap-content {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .contact-popular .box-contact-block-row > .google-map-content,
  .contact-popular .box-contact-block-row > .streetmap-content {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .contact-popular .box-contact-block-row > .google-map-content,
  .contact-popular .box-contact-block-row > .streetmap-content {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 559px) {
  .contact-popular .box-contact-block-row > .google-map-content,
  .contact-popular .box-contact-block-row > .streetmap-content {
    float: right !important;
  }
}
dl.contact-info {
  color: #000;
}
dl.contact-info > dt {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
dl.contact-info > dd {
  /*&.txt-phone,*/
  /*&.txt-gsm,
		&.txt-mobile,*/
}
dl.contact-info > dd.txt-address > span.txt-streetnr {
  display: block;
}
dl.contact-info > dd.txt-address > span.txt-postal {
  display: inline-block;
}
dl.contact-info > dd.txt-address > span.txt-postal:after {
  content: "\00a0";
}
dl.contact-info > dd.txt-address > span.txt-city {
  display: inline-block;
}
dl.contact-info > dd.txt-ondernemingsnummer > span:before,
dl.contact-info > dd.txt-btw > span:before,
dl.contact-info > dd.txt-fax > span:before {
  content: attr(data-label) "\00a0";
}
dl.contact-info > dd.txt-mail a,
dl.contact-info > dd.txt-website a {
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  white-space: normal;
}
dl.contact-info a {
  color: #000;
}
dl.contact-info a:hover,
dl.contact-info a:focus {
  color: #000;
}
.contact-social {
  overflow: hidden;
  display: inline-block;
}
.contact-social .title,
.contact-social .list-social {
  float: left;
}
.contact-social .title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  padding-right: 23px;
  color: #000;
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.contact-social .list-social {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.contact-social .list-social > li {
  padding-left: 5px;
  padding-right: 5px;
}
.contact-social .list-social > li:first-child {
  padding-left: 0px;
}
.hours {
  /*
	> .container-wrapper {
		.pt(0); // no background
	}
	*/
}
.hours .hours-closed:not(:only-child) {
  margin-top: 60px;
  /*
			.css-seperator(
				@seperator-color: @gray-light;
				@seperator-style: fullwidth;
				@seperator-position: top;
			);
			*/
}
.hours .hours-week .list,
.hours .hours-closed .list {
  padding-left: 0px;
  list-style: none;
  margin-top: -6px;
}
.hours .hours-week .list:not(:last-child),
.hours .hours-closed .list:not(:last-child) {
  margin-bottom: 23px;
}
.hours .hours-week .list > li,
.hours .hours-closed .list > li {
  overflow: hidden;
  padding-top: 6px;
  padding-bottom: 6px;
}
.hours .hours-week .list > li > span.txt-day,
.hours .hours-closed .list > li > span.txt-day {
  color: inherit;
  font-size: 18px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  display: block;
}
@media (min-width: 559px) {
  .hours .hours-week .list > li > span.txt-day:not(:only-of-type),
  .hours .hours-closed .list > li > span.txt-day:not(:only-of-type) {
    width: 300px;
    position: absolute;
  }
  .hours .hours-week .list > li > span.txt-day:not(:only-of-type) + span,
  .hours .hours-closed .list > li > span.txt-day:not(:only-of-type) + span {
    padding-left: 300px;
    display: block;
  }
}
.hours .hours-week .list > li > span.txt-open-today,
.hours .hours-closed .list > li > span.txt-open-today,
.hours .hours-week .list > li > span.txt-open-tomorrow,
.hours .hours-closed .list > li > span.txt-open-tomorrow {
  display: block;
  font-weight: 700;
}
.hours .hours-week .list > li + li,
.hours .hours-closed .list > li + li {
  border-top: 1px solid #000;
}
.hours .hours-week .contact-hour-list,
.hours .hours-closed .contact-hour-list {
  padding-top: 20px;
  padding-bottom: 20px;
}
.hours .hours-week .hours-item,
.hours .hours-closed .hours-item {
  padding-left: 0px;
  padding-right: 0px;
}
.hours .hours-week .hours-item:not(:last-child),
.hours .hours-closed .hours-item:not(:last-child) {
  margin-bottom: 36px;
}
.hours .hours-btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 559px) {
  .hours .hours-btn {
    position: relative;
    display: inline-block;
    left: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.hours .hours-btn .btn-load-more-hours,
.hours .hours-btn .btn-load-calendar {
  position: relative;
  padding-right: 39px;
}
.hours .hours-btn .btn-load-more-hours:after,
.hours .hours-btn .btn-load-calendar:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f107";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.hours .hours-btn .btn-load-more-hours:after,
.hours .hours-btn .btn-load-calendar:after {
  color: inherit;
}
.hours .hours-btn .btn-load-more-hours:after,
.hours .hours-btn .btn-load-calendar:after {
  font-size: 18px;
}
.hours .hours-btn .btn-load-more-hours > span:last-of-type,
.hours .hours-btn .btn-load-calendar > span:last-of-type {
  padding-right: 5px;
}
.hours .hours-btn .btn-load-more-hours > span,
.hours .hours-btn .btn-load-calendar > span {
  display: inline-block;
}
.hours .hours-btn .btn-load-more-hours:after,
.hours .hours-btn .btn-load-calendar:after {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.hours .hours-btn .btn-load-more-hours:hover:after,
.hours .hours-btn .btn-load-calendar:hover:after,
.hours .hours-btn .btn-load-more-hours:focus:after,
.hours .hours-btn .btn-load-calendar:focus:after {
  color: inherit;
}
.hours .hours-btn .btn-load-more-hours:after,
.hours .hours-btn .btn-load-calendar:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hours .hours-btn .btn-load-more-hours:after,
.hours .hours-btn .btn-load-calendar:after {
  position: absolute;
  right: 23px;
  text-align: right;
  -webkit-transition-property: color, font-size, top, right;
  -moz-transition-property: color, font-size, top, right;
  -o-transition-property: color, font-size, top, right;
  transition-property: color, font-size, top, right;
}
.hours .hours-btn .btn-load-more-hours > span:last-of-type,
.hours .hours-btn .btn-load-calendar > span:last-of-type {
  padding-right: 10px;
}
.hours .hours-btn .btn-load-more-hours > span:only-of-type,
.hours .hours-btn .btn-load-calendar > span:only-of-type {
  display: inline-block;
}
.hours .hours-btn .btn-load-calendar:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e604";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.hours .hours-btn .btn-load-calendar:after {
  color: inherit;
}
@media (max-width: 559px) {
  .hours .hours-btn > a {
    display: block;
    width: 100%;
  }
  .hours .hours-btn > a + a {
    margin-top: 11.5px;
  }
}
.hours .box-calendar {
  -webkit-box-shadow: 0 2px 5px 0 rgba(51, 73, 90, 0.11), 0 2px 10px 0 rgba(51, 73, 90, 0.12);
  box-shadow: none;
}
.hours .box-calendar .selecteddate {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 11.5px;
  padding: 23px 15px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  background-color: #fff;
}
.hours .box-calendar .selecteddate:not(:last-child) {
  margin-bottom: 23px;
}
.hours .box-calendar .selecteddate .heading {
  color: #000;
}
.hours .box-calendar .selecteddate a {
  clear: both;
}
.hours .box-calendar .selecteddate a:before {
  content: " ";
  width: 100%;
  height: 1px;
  display: block;
}
.hours .box-calendar .selecteddate .list {
  padding-left: 0px;
  list-style: none;
  margin-top: -6px;
}
.hours .box-calendar .selecteddate .list:not(:last-child) {
  margin-bottom: 23px;
}
.hours .box-calendar .selecteddate .list > li {
  overflow: hidden;
  padding-top: 6px;
  padding-bottom: 6px;
}
.hours .box-calendar .selecteddate .list > li > span.txt-day {
  color: inherit;
  font-size: 18px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  display: block;
}
@media (min-width: 559px) {
  .hours .box-calendar .selecteddate .list > li > span.txt-day:not(:only-of-type) {
    width: 300px;
    position: absolute;
  }
  .hours .box-calendar .selecteddate .list > li > span.txt-day:not(:only-of-type) + span {
    padding-left: 300px;
    display: block;
  }
}
.hours .box-calendar .selecteddate .list > li > span.txt-open-today,
.hours .box-calendar .selecteddate .list > li > span.txt-open-tomorrow {
  display: block;
  font-weight: 700;
}
.hours .box-calendar .selecteddate .list > li + li {
  border-top: 1px solid #000;
}
.hours .box-calendar .txt-day {
  font-weight: 600;
  display: block;
}
.hours .box-calendar .txt-closed {
  color: #000;
}
/* ==========================================================================
 MODULE :: A to Z
 ========================================================================== */
.atoz .page-container.partial-atoz {
  margin-left: -15px;
  margin-right: -15px;
}
.atoz .page-container.partial-atoz > .page-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .atoz .page-container.partial-atoz > .page-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .atoz .page-container.partial-atoz > .page-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .atoz .page-container.partial-atoz > .page-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1300px) {
  .atoz .page-container.partial-atoz > .page-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 767px) {
  .atoz .page-container.partial-atoz > .page-content {
    margin-bottom: 36px;
  }
}
.atoz .page-container.partial-atoz > .side-bar {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 559px) {
  .atoz .page-container.partial-atoz > .side-bar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .atoz .page-container.partial-atoz > .side-bar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .atoz .page-container.partial-atoz > .side-bar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1300px) {
  .atoz .page-container.partial-atoz > .side-bar {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .atoz .page-container.partial-atoz {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
  }
  .atoz .page-container.partial-atoz > div {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
  }
}
@media (max-width: 767px) {
  .atoz .page-container.partial-atoz .box-filter {
    display: none !important;
  }
}
.atoz .alphabet-results .alphabet-item {
  position: relative;
  min-height: 50px;
  margin-bottom: 36px;
}
.atoz .alphabet-results .alphabet-item .letter {
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  top: 11.5px;
}
.atoz .alphabet-results .alphabet-item .letter.is_stuck {
  z-index: 1029;
}
.atoz .alphabet-results .alphabet-item .letter .heading {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  font-size: 20px;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 0px solid #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding: 10px 23px;
}
.atoz .alphabet-results .alphabet-item .keywords {
  padding-left: 66px;
}
@media (max-width: 768px) {
  .atoz .alphabet-results .alphabet-item .letter {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
  }
  .atoz .alphabet-results .alphabet-item .letter .heading {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: baseline;
  }
  .atoz .alphabet-results .alphabet-item .keywords {
    padding-left: 13px;
  }
}
.list-keywords {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.list-keywords > li > a {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 23px;
}
.list-keywords > li {
  position: relative;
}
.list-keywords > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-keywords > li:before {
  color: #000;
}
.list-keywords > li:before {
  font-size: 10px;
}
.list-keywords > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-keywords > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-keywords > li > a {
  display: block;
}
.list-keywords > li > a,
.list-keywords > li > a > span,
.list-keywords > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.list-keywords > li:hover:before {
  color: #000;
}
.list-keywords > li:hover > a:only-child {
  text-decoration: underline;
}
.list-keywords > li:hover > a:only-child,
.list-keywords > li:hover > a:only-child > span,
.list-keywords > li:hover > a:only-child > span.title {
  color: #000;
}
.list-keywords > li {
  position: relative;
}
.list-keywords > li:before {
  font-size: 10px;
}
.list-keywords > li:before {
  position: absolute;
  z-index: 1;
  top: 2px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-keywords > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-keywords > li:before {
  color: #000;
}
.list-keywords > li > a > .title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
}
.list-keywords > li > a .categories {
  margin-bottom: 6px;
}
.box-az.is_stuck {
  z-index: 1029;
}
.box-az .box-block .nav-az {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
}
.box-az .box-block .nav-az > li {
  position: relative;
  display: block;
}
.box-az .box-block .nav-az > li > a {
  position: relative;
  display: block;
  padding: 5px 10px;
}
.box-az .box-block .nav-az > li > a:hover,
.box-az .box-block .nav-az > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.box-az .box-block .nav-az > li.disabled > a {
  color: #000;
}
.box-az .box-block .nav-az > li.disabled > a:hover,
.box-az .box-block .nav-az > li.disabled > a:focus {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.box-az .box-block .nav-az > li {
  float: left;
  margin: 0 4px 4px 0;
}
.box-az .box-block .nav-az > li > a {
  display: inline-block;
  margin-bottom: 0px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  padding: 6px 23px;
  font-size: 18px;
  line-height: 2;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #fff;
  border-color: #000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: color, background, border;
  -moz-transition-property: color, background, border;
  -o-transition-property: color, background, border;
  transition-property: color, background, border;
  width: 32px;
  padding: 5px;
}
.box-az .box-block .nav-az > li > a:focus,
.box-az .box-block .nav-az > li > a:active:focus,
.box-az .box-block .nav-az > li > a.active:focus,
.box-az .box-block .nav-az > li > a.focus,
.box-az .box-block .nav-az > li > a:active.focus,
.box-az .box-block .nav-az > li > a.active.focus {
  outline: thin dotted;
  outline: thin dotted #33495A;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.box-az .box-block .nav-az > li > a:active,
.box-az .box-block .nav-az > li > a.active {
  outline: 0;
  background-image: none;
}
.box-az .box-block .nav-az > li > a.disabled,
.box-az .box-block .nav-az > li > a[disabled],
fieldset[disabled] .box-az .box-block .nav-az > li > a {
  cursor: not-allowed;
  zoom: 1;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.box-az .box-block .nav-az > li > a.disabled,
fieldset[disabled] a.box-az .box-block .nav-az > li > a {
  pointer-events: none;
}
.box-az .box-block .nav-az > li > a:before {
  color: #000;
}
.box-az .box-block .nav-az > li > a:hover {
  text-decoration: none;
}
.box-az .box-block .nav-az > li > a:focus,
.box-az .box-block .nav-az > li > a.focus,
.box-az .box-block .nav-az > li > a:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
  text-decoration: none;
}
.box-az .box-block .nav-az > li > a:active,
.box-az .box-block .nav-az > li > a.active,
.open > .dropdown-toggle.box-az .box-block .nav-az > li > a {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.box-az .box-block .nav-az > li > a:active:hover,
.box-az .box-block .nav-az > li > a.active:hover,
.open > .dropdown-toggle.box-az .box-block .nav-az > li > a:hover,
.box-az .box-block .nav-az > li > a:active:focus,
.box-az .box-block .nav-az > li > a.active:focus,
.open > .dropdown-toggle.box-az .box-block .nav-az > li > a:focus,
.box-az .box-block .nav-az > li > a:active.focus,
.box-az .box-block .nav-az > li > a.active.focus,
.open > .dropdown-toggle.box-az .box-block .nav-az > li > a.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.box-az .box-block .nav-az > li > a:active,
.box-az .box-block .nav-az > li > a.active,
.open > .dropdown-toggle.box-az .box-block .nav-az > li > a {
  background-image: none;
}
.box-az .box-block .nav-az > li > a.disabled:hover,
.box-az .box-block .nav-az > li > a[disabled]:hover,
fieldset[disabled] .box-az .box-block .nav-az > li > a:hover,
.box-az .box-block .nav-az > li > a.disabled:focus,
.box-az .box-block .nav-az > li > a[disabled]:focus,
fieldset[disabled] .box-az .box-block .nav-az > li > a:focus,
.box-az .box-block .nav-az > li > a.disabled.focus,
.box-az .box-block .nav-az > li > a[disabled].focus,
fieldset[disabled] .box-az .box-block .nav-az > li > a.focus {
  background-color: #fff;
  border-color: #000;
}
.box-az .box-block .nav-az > li > a .badge {
  color: #000;
  background-color: #fff;
}
/* ==========================================================================
 MODULE :: PRODUCTS
 ========================================================================== */
.products-detail .info > div:not(:last-child) {
  margin-bottom: 36px;
}
.products-detail .info p:empty,
.products-detail .info *:-moz-only-whitespace {
  display: none;
}
/* ==========================================================================
 MODULE :: Theme
 ========================================================================== */
.theme-list .list {
  /* #grid-sections > .make-column-grid(
				@page-section: list-spotlightnew; 
				@column-width: @grid-gutter-width;
			);  */
}
.theme-list .list > li > a {
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.theme-list .list > li > a .popular-caption {
  color: #000;
  background-color: #fff;
  padding: 10px 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.theme-list .list > li > a:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.theme-list .list > li > a:before {
  color: #000;
}
.theme-list .list > li > a:before {
  font-size: 10px;
}
.theme-list .list > li > a > span:first-of-type {
  padding-left: 5px;
}
.theme-list .list > li > a > span {
  display: inline-block;
}
.theme-list .list > li > a:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.theme-list .list > li > a:hover:before,
.theme-list .list > li > a:focus:before {
  color: inherit;
}
.theme-list .list > li > a:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.theme-list .list > li > a > span:first-of-type {
  padding-left: 0px;
}
.theme-list .list > li > a > span:only-of-type {
  display: inline-block;
}
.theme-list .list > li > a:before {
  line-height: 36px !important;
}
.theme-list .list > li > a .has-media .one-media .photo {
  position: relative;
  display: block;
  overflow: hidden;
}
.theme-list .list > li > a .has-media .one-media .photo .thumb-photo,
.theme-list .list > li > a .has-media .one-media .photo .thumb-video,
.theme-list .list > li > a .has-media .one-media .photo img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.theme-list .list > li > a .has-media .one-media .photo:before,
.theme-list .list > li > a .has-media .one-media .photo:after {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: background, opacity;
  -moz-transition-property: background, opacity;
  -o-transition-property: background, opacity;
  transition-property: background, opacity;
}
.theme-list .list > li > a .has-media .one-media .photo:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: #fff;
}
.theme-list .list > li > a .has-media .one-media .photo:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f067";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.theme-list .list > li > a .has-media .one-media .photo:before {
  color: #000;
}
.theme-list .list > li > a .has-media .one-media .photo:before {
  font-size: 10px;
}
.theme-list .list > li > a .has-media .one-media .photo:before {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: font-size, opacity;
  -moz-transition-property: font-size, opacity;
  -o-transition-property: font-size, opacity;
  transition-property: font-size, opacity;
}
.theme-list .list > li > a .has-media .one-media .photo:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f0c1";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.theme-list .list > li > a .has-media .one-media .photo:before {
  color: #000;
}
.theme-list .list > li > a .has-media .one-media .photo:before {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border: 1px solid #000;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.theme-list .list > li > a:hover,
.theme-list .list > li > a:focus {
  border-bottom: 1px solid #000;
  color: #000;
  text-decoration: none;
}
.theme-list .list > li > a:hover .has-media .one-media .photo .thumb-photo,
.theme-list .list > li > a:focus .has-media .one-media .photo .thumb-photo,
.theme-list .list > li > a:hover .has-media .one-media .photo .thumb-video,
.theme-list .list > li > a:focus .has-media .one-media .photo .thumb-video,
.theme-list .list > li > a:hover .has-media .one-media .photo img,
.theme-list .list > li > a:focus .has-media .one-media .photo img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.theme-list .list > li > a:hover .has-media .one-media .photo:before,
.theme-list .list > li > a:focus .has-media .one-media .photo:before {
  font-size: 44px;
}
.theme-list .list > li > a:hover .has-media .one-media .photo:before,
.theme-list .list > li > a:focus .has-media .one-media .photo:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  /* 
				//-- layout specifiek - make border circle
				.square(66);
				line-height: 66px !important;
				.text-center;
				border: 1px solid @icon-thumb-color;
				.circle; 
				*/
}
.theme-list .list > li > a:hover .has-media .one-media .photo:after,
.theme-list .list > li > a:focus .has-media .one-media .photo:after {
  background: #fff;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.theme-list .list > li > a:hover .popular-caption,
.theme-list .list > li > a:focus .popular-caption {
  background-color: #fff;
  color: #000;
}
.theme-popular-wrapper .theme-filter-info {
  /* 
			/* .heading {			
				.icon-alt(
					@icon-symbol: @icon-star; 
					@icon-position;
					@icon-color: @icon-base-color;
				);
			}
			*/
}
.theme-popular-wrapper .theme-filter-info .list > li > a.btn-popular:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f006";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.theme-popular-wrapper .theme-filter-info .list > li > a.btn-popular:before {
  color: inherit;
}
.theme-popular-wrapper .theme-filter-info .list > li > a:hover:before,
.theme-popular-wrapper .theme-filter-info .list > li > a:focus:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f005";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.theme-popular-wrapper .theme-filter-info .list > li > a:hover:before,
.theme-popular-wrapper .theme-filter-info .list > li > a:focus:before {
  color: inherit;
}
.theme-overview:not(:last-child) {
  position: relative;
  padding-bottom: 61px;
}
.theme-overview:not(:last-child):before,
.theme-overview:not(:last-child):after {
  position: absolute;
  width: 100%;
  left: 0;
}
.theme-overview:not(:last-child):after {
  content: "";
  bottom: 30px;
  border-bottom: 1px solid transparent;
}
.theme-detail .theme-filter-info {
  /* 
			/* .heading {			
				.icon-alt(
					@icon-symbol: @icon-star; 
					@icon-position;
					@icon-color: @icon-base-color;
				);
			}
			*/
}
.theme-detail .theme-filter-info .list > li > a.btn-popular:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f006";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.theme-detail .theme-filter-info .list > li > a.btn-popular:before {
  color: inherit;
}
.theme-detail .theme-filter-info .list > li > a:hover:before,
.theme-detail .theme-filter-info .list > li > a:focus:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f005";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.theme-detail .theme-filter-info .list > li > a:hover:before,
.theme-detail .theme-filter-info .list > li > a:focus:before {
  color: inherit;
}
.theme-detail .hours-info {
  /*
		.icon-alt(
			@icon-symbol: @icon-clock-o;
			@icon-position;
			@icon-color: @text-color;
		);

		//-- zelfde horizontal uitlijning als dl-contact met icons
		.icon-alt-position(
			@icon-position-horizontal;
			@icon-position-vertical: 3;
			@icon-position;
			@text-padding: @icon-width + @padding-xs-horizontal;
			@icon-align;
		);


		*/
  /*
		~ .btn-more-hours {
			// .ml(@icon-width + @padding-xs-horizontal);

			.icon-btn-variant(
				@icon-btn: @icon-clock-o;
				@icon-btn-color: @btn-primary-color;
				@btn-text;
				@icon-btn-size;
				@icon-position;
				@is-hover;
			);
			.icon-btn-position(
				@icon-btn-position-horizontal;
				@icon-btn-position-vertical: 0;
				@icon-position;
				@btn-text;
				@text-padding;
				@icon-width;
				@icon-height;
				@icon-btn-align: vcenter;
			);
			.align-horizontal(
				@position: relative;
				@position-h: center;
			);
		}
		*/
}
.theme-detail .hours-info:not(:last-child) {
  margin-bottom: 23px;
}
.theme-detail .hours-info .hours-today .hours-block > .box-subtitle,
.theme-detail .hours-info .hours-tomorrow .hours-block > .box-subtitle {
  margin-bottom: 0px;
}
.theme-detail .hours-info .hours-today .hours-block > .txt-hours,
.theme-detail .hours-info .hours-tomorrow .hours-block > .txt-hours {
  display: block;
  /*
				& when (@contact-style = home) {
					.txt-open { .sr-only; }
				}
				*/
}
.theme-detail .hours-info .hours-today,
.theme-detail .hours-info .hours-tomorrow {
  /*
			.title,
			.txt-hours {
				display: inline;
			} */
}
.theme-detail .hours-info .hours-today:not(:last-child),
.theme-detail .hours-info .hours-tomorrow:not(:last-child) {
  margin-bottom: 18px;
}
.theme-detail .hours-info .hours-today .title,
.theme-detail .hours-info .hours-tomorrow .title {
  margin-bottom: 0px;
}
.theme-detail .google-map-content,
.theme-detail .streetmap-content {
  margin-bottom: 11.5px;
}
.theme-detail .google-map-content .google-map,
.theme-detail .streetmap-content .google-map,
.theme-detail .google-map-content .streetmap,
.theme-detail .streetmap-content .streetmap {
  background-color: #fff;
  height: 350px;
}
@media (min-width: 559px) {
  .theme-detail .google-map-content .google-map > .gm-style,
  .theme-detail .streetmap-content .google-map > .gm-style,
  .theme-detail .google-map-content .streetmap > .gm-style,
  .theme-detail .streetmap-content .streetmap > .gm-style {
    margin: 0;
  }
}
.theme-detail .theme-list {
  margin-top: 15px;
  margin-bottom: 15px;
}
.theme-detail .theme-list ul.list-overview h3 {
  margin-bottom: 0px;
}
.theme-detail .theme-list ul.list-overview .short {
  margin-top: 10px;
}
/* ==========================================================================
 MODULE :: MEDIA
========================================================================== */
.media-overview .year-item > .year > .heading {
  position: relative;
  padding: 0;
}
.media-overview .year-item + .year-item {
  position: relative;
  padding-top: 73px;
}
.media-overview .year-item + .year-item:before,
.media-overview .year-item + .year-item:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.media-overview .year-item + .year-item:before {
  content: "";
  top: 36px;
  border-top: 1px solid #000;
}
.theme-play-style .list,
.media-partial-overview .list {
  padding-left: 0px;
  list-style: none;
}
.theme-play-style .list,
.media-partial-overview .list {
  margin-left: -8px;
  margin-right: -8px;
}
.theme-play-style .list > li,
.media-partial-overview .list > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 559px) {
  .theme-play-style .list > li,
  .media-partial-overview .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .theme-play-style .list > li,
  .media-partial-overview .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .theme-play-style .list > li,
  .media-partial-overview .list > li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1300px) {
  .theme-play-style .list > li,
  .media-partial-overview .list > li {
    float: left;
    width: 25%;
  }
}
.theme-play-style .list .title,
.media-partial-overview .list .title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.media-partial-spotlight .list {
  padding-left: 0px;
  list-style: none;
}
.media-partial-spotlight .list {
  margin-left: -8px;
  margin-right: -8px;
}
.media-partial-spotlight .list > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 991px) {
  .media-partial-spotlight .list > li {
    margin-bottom: 16px;
  }
}
@media (min-width: 559px) {
  .media-partial-spotlight .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .media-partial-spotlight .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .media-partial-spotlight .list > li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1300px) {
  .media-partial-spotlight .list > li {
    float: left;
    width: 25%;
  }
}
.media-partial-box .list {
  padding-left: 0px;
  list-style: none;
}
.media-partial-box:not(:last-child) {
  margin-bottom: 36px;
}
.media-partial-box > .partial-container {
  background-color: #fff;
  padding: 20px 25px;
}
.media-partial-box .list {
  margin-left: -8px;
  margin-right: -8px;
}
.media-partial-box .list > li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.media-partial-box .list > li:not(:only-child) {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 559px) {
  .media-partial-box .list > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .media-partial-box .list > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .media-partial-box .list > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .media-partial-box .list > li:not(:only-child) {
    float: left;
    width: 50%;
  }
}
.media-partial-box .list > li:only-child {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.media-partial-box .list > li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.media-partial-box .list .media-caption {
  margin-top: 5px;
  margin-bottom: 5px;
}
.media-detail .list {
  padding-left: 0px;
  list-style: none;
}
.media-detail .media-detail-item .media-list:not(:last-child),
.media-detail .media-detail-item .video-list:not(:last-child) {
  margin-bottom: 36px;
}
/* ==========================================================================
 MODULE :: SERVICES
 ========================================================================== */
.services-detail > .container-wrapper,
.services-detail > .archive-wrapper,
.services-detail > .footer .footer-inner,
.services-detail > .footer .footer-inner-logos,
.services-detail > .masonry-wrapper,
.services-detail > .spotlight-wrapper {
  padding-bottom: 0px;
}
.services-detail > .container-wrapper:not(:only-child),
.services-detail > .archive-wrapper:not(:only-child),
.services-detail > .footer .footer-inner:not(:only-child),
.services-detail > .footer .footer-inner-logos:not(:only-child),
.services-detail > .masonry-wrapper:not(:only-child),
.services-detail > .spotlight-wrapper:not(:only-child) {
  padding-bottom: 30px;
}
.list-products {
  margin-bottom: 36px;
}
.list-products > .heading {
  margin-bottom: 36px;
}
.list-products > .producttype-item > .list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.list-products > .producttype-item > .list > li > a {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 23px;
}
.list-products > .producttype-item > .list > li {
  position: relative;
}
.list-products > .producttype-item > .list > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list-products > .producttype-item > .list > li:before {
  color: #000;
}
.list-products > .producttype-item > .list > li:before {
  font-size: 10px;
}
.list-products > .producttype-item > .list > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-products > .producttype-item > .list > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.list-products > .producttype-item > .list > li > a {
  display: block;
}
.list-products > .producttype-item > .list > li > a,
.list-products > .producttype-item > .list > li > a > span,
.list-products > .producttype-item > .list > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.list-products > .producttype-item > .list > li:hover:before {
  color: #000;
}
.list-products > .producttype-item > .list > li:hover > a:only-child {
  text-decoration: underline;
}
.list-products > .producttype-item > .list > li:hover > a:only-child,
.list-products > .producttype-item > .list > li:hover > a:only-child > span,
.list-products > .producttype-item > .list > li:hover > a:only-child > span.title {
  color: #000;
}
.list-products > .producttype-item > .list > li {
  position: relative;
}
.list-products > .producttype-item > .list > li:before {
  font-size: 10px;
}
.list-products > .producttype-item > .list > li:before {
  position: absolute;
  z-index: 1;
  top: 2px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.list-products > .producttype-item > .list > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
/* ==========================================================================
 MODULE :: ASSOCIATIONS 
 ========================================================================== */
/* 
.associations-overview,  
.associations-detail, 
.associations-register, 
.associations-confirm, 
.associations-confirm-login { } 
*/
.box-association,
.box-uploadfiles {
  /* .box-variant( 
		@box-background-variant: @gray-light; 
		@box-border-variant: @gray-light; 
		@box-title-variant: @box-title-color; 
		@box-text-variant: @box-text-color;
	);
	.pv(@spacing-vertical);
	.ph(@padding-large-horizontal); */
}
.associations-update form .fieldset-group.group-association > .title,
.associations-update form .fieldset-group.group-association legend {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.associations-update form .form-contactinfo .row-group.group-address .group-street {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .associations-update form .form-contactinfo .row-group.group-address .group-street {
    float: left;
    width: 83.33333333%;
  }
}
.associations-update form .form-contactinfo .row-group.group-address .group-streetnr {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .associations-update form .form-contactinfo .row-group.group-address .group-streetnr {
    float: left;
    width: 16.66666667%;
  }
}
.associations-update form .form-contactinfo .row-group.group-address .group-postalcode {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .associations-update form .form-contactinfo .row-group.group-address .group-postalcode {
    float: left;
    width: 33.33333333%;
  }
}
.associations-update form .form-contactinfo .row-group.group-address .group-city {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .associations-update form .form-contactinfo .row-group.group-address .group-city {
    float: left;
    width: 66.66666667%;
  }
}
.associations-update form > div:not(.form-contactinfo) .row-group.group-address {
  /* .group-streetnr {
						.make-sm-column(2);
					} */
}
.associations-update form > div:not(.form-contactinfo) .row-group.group-address .group-street {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .associations-update form > div:not(.form-contactinfo) .row-group.group-address .group-street {
    float: left;
    width: 100%;
  }
}
.associations-update form > div:not(.form-contactinfo) .row-group.group-address .group-postalcode {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .associations-update form > div:not(.form-contactinfo) .row-group.group-address .group-postalcode {
    float: left;
    width: 33.33333333%;
  }
}
.associations-update form > div:not(.form-contactinfo) .row-group.group-address .group-city {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .associations-update form > div:not(.form-contactinfo) .row-group.group-address .group-city {
    float: left;
    width: 66.66666667%;
  }
}
.associations-update .list-associations {
  padding-left: 0px;
  list-style: none;
}
/* ==========================================================================
 MODULE :: AGENDAPLUSNOTULEN 
 ========================================================================== */
.list-agenda > li + li {
  position: relative;
  padding-top: 24px;
  padding-bottom: 0px;
}
.list-agenda > li + li:before,
.list-agenda > li + li:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.list-agenda > li + li:before {
  content: "";
  top: 11.5px;
  border-top: 1px solid #000;
}
.list-agenda > li > a .title {
  color: #000;
  margin-bottom: 5px;
}
.list-agenda > li > a .agenda-info {
  margin-bottom: 0px;
}
.list-agenda > li > a .agenda-info > span {
  display: inline-block;
}
.list-agenda > li > a .agenda-info > span + span {
  margin-left: 5px;
}
.agenda-info {
  color: #000;
  margin-bottom: 18px;
}
.agenda-info .agenda-date:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e604";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.agenda-info .agenda-date:before {
  color: #000;
}
.agenda-info .agenda-hour:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f017";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.agenda-info .agenda-hour:before {
  color: #000;
}
.agenda-info .agenda-location:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e603";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.agenda-info .agenda-location:before {
  color: #000;
}
.agenda-info .agenda-date,
.agenda-info .agenda-hour,
.agenda-info .agenda-location {
  position: relative;
  padding-left: 30px;
}
.agenda-info .agenda-date:before,
.agenda-info .agenda-hour:before,
.agenda-info .agenda-location:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.agenda-info .agenda-date:before,
.agenda-info .agenda-hour:before,
.agenda-info .agenda-location:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
.agenda-detail .agenda-info,
.announcements-detail .announcement-info {
  padding: 10px 16px;
  background-color: #fff;
  border-bottom: 2px solid #000;
  margin-bottom: 36px;
}
.agenda-detail .download-wrapper:not(:last-child) {
  margin-bottom: 23px;
}
.agenda-detail .download-wrapper .agenda-download-item .box-downloads {
  padding-top: 0px;
  padding-bottom: 0px;
}
.agenda-detail .download-wrapper .agenda-download-item .box-downloads:not(:last-child) {
  margin-bottom: 0px;
}
.agenda-detail .download-wrapper .agenda-download-item + .agenda-download-item {
  position: relative;
  padding-top: 27px;
}
.agenda-detail .download-wrapper .agenda-download-item + .agenda-download-item:before,
.agenda-detail .download-wrapper .agenda-download-item + .agenda-download-item:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.agenda-detail .download-wrapper .agenda-download-item + .agenda-download-item:before {
  content: "";
  top: 13px;
  border-top: 1px solid #000;
}
.audio-link {
  margin-bottom: 30px;
  position: relative;
  padding-left: 46px;
}
.audio-link:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa3";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.audio-link:before {
  color: inherit;
}
.audio-link:before {
  position: absolute;
  left: 23px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.audio-link:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 23px;
}
.audio-link:before {
  -lh-property: 0;
top:-webkit-calc(50% + -1px);
top:-moz-calc(50% + -1px);
top:calc(50% + -1px);
;
}
.audio-link:hover:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\eaa4";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.audio-link:hover:before {
  color: inherit;
}
/* ==========================================================================
 MODULE :: COMPANY
========================================================================== */
.box-hours-company .box-block .list {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.box-hours-company .box-block .list > li {
  position: relative;
}
.box-hours-company .box-block .list > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e92c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-hours-company .box-block .list > li:before {
  color: #000;
}
.box-hours-company .box-block .list > li:before {
  font-size: 10px;
}
.box-hours-company .box-block .list > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.box-hours-company .box-block .list > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.box-hours-company .box-block .list > li > a {
  display: block;
}
.box-hours-company .box-block .list > li > a,
.box-hours-company .box-block .list > li > a > span,
.box-hours-company .box-block .list > li > a > span.title {
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.box-hours-company .box-block .list > li:hover:before {
  color: #000;
}
.box-hours-company .box-block .list > li:hover > a:only-child {
  text-decoration: underline;
}
.box-hours-company .box-block .list > li:hover > a:only-child,
.box-hours-company .box-block .list > li:hover > a:only-child > span,
.box-hours-company .box-block .list > li:hover > a:only-child > span.title {
  color: #000;
}
.box-hours-company .box-block .list > li {
  color: #000;
  padding-left: 20px;
}
.box-hours-company .box-block .list > li > a {
  display: inline-block;
  padding: 0;
}
.box-hours-company .box-block .list > li:hover:before {
  color: #000;
}
.company-update form .fieldset-group.group-company > .title,
.company-update form .fieldset-group.group-company legend {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.company-update form .row-group.group-company .group-companyname,
.company-update form .row-group.group-company .group-organisationtype {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-company .group-companyname,
  .company-update form .row-group.group-company .group-organisationtype {
    float: left;
    width: 50%;
  }
}
.company-update form .row-group.group-company .group-categories,
.company-update form .row-group.group-company .group-textarea {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.company-update form .row-group.group-address > .control-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.company-update form .row-group.group-address .group-street {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-address .group-street {
    float: left;
    width: 66.66666667%;
  }
}
.company-update form .row-group.group-address .group-streetnr {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-address .group-streetnr {
    float: left;
    width: 16.66666667%;
  }
}
.company-update form .row-group.group-address .group-busnr {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-address .group-busnr {
    float: left;
    width: 16.66666667%;
  }
}
.company-update form .row-group.group-address .group-postalcode {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-address .group-postalcode {
    float: left;
    width: 33.33333333%;
  }
}
.company-update form .row-group.group-address .group-city {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-address .group-city {
    float: left;
    width: 66.66666667%;
  }
}
.company-update form .row-group.group-address .group-province {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-address .group-province {
    float: left;
    width: 50%;
  }
}
.company-update form .row-group.group-address .group-country {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .company-update form .row-group.group-address .group-country {
    float: left;
    width: 50%;
  }
}
.company-detail .box-contact {
  border-color: #000;
}
.company-detail .box-contact .contact-social .box-subtitle {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
/* ==========================================================================
 MODULE :: Persons
 ========================================================================== */
.person-name {
  color: #000;
  font-size: 18px;
}
.extra.partij:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "(";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.extra.partij:after {
  font-family: "icomoon", 'Lato', sans-serif;
  content: ")";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.extra.partij,
.extra.partij:before,
.extra.partij:after {
  color: #000;
}
@media (min-width: 559px) {
  .one-media.person-media {
    max-width: 150px;
  }
}
.persons-detail .page-heading {
  display: inline-block;
}
.persons-detail .page-heading + .extra.partij {
  font-size: 44px;
}
.persons-detail .heading {
  margin-bottom: 23px;
}
.persons-detail .person-wrapper {
  overflow: hidden;
}
.persons-detail .person-wrapper:not(:last-child) {
  margin-bottom: 23px;
}
.persons-detail .person-wrapper .txt-gsm span:before,
.persons-detail .person-wrapper .lbl-gsm {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.persons-detail .person-wrapper .person-media-wrapper {
  position: relative;
  /* // absolut positionering en styling op de foto 
			> .extra.partij {
				display: block;
				padding: @padding-base-vertical @padding-base-horizontal;
				position: absolute;
				top: 0;
				right: 0;
				background-color: fade(@brand-primary, 80%);
				color: @white;
				z-index: 5;
				.border-radius(0 @border-radius-base 0 @border-radius-base);
			} 
			*/
}
@media (min-width: 559px) {
  .persons-detail .person-wrapper .box-contact {
    display: inline-block;
  }
  .persons-detail .person-wrapper .box-contact > .box-block {
    overflow: hidden;
  }
}
.persons-detail .list-functions {
  padding-left: 0px;
  list-style: none;
}
.persons-detail .list-functions > li {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: -1px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.persons-detail .list-functions > li + li {
  margin-top: -1px;
}
.persons-container {
  margin-bottom: 60px;
}
.list-persons {
  padding-left: 0px;
  list-style: none;
}
.list-persons .txt-function-dienst {
  font-style: italic;
}
.list-persons > li {
  overflow: hidden;
}
.list-persons > li + li {
  position: relative;
  padding-top: 73px;
}
.list-persons > li + li:before,
.list-persons > li + li:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.list-persons > li + li:before {
  content: "";
  top: 36px;
  border-top: 1px solid #000;
}
.list-persons > li .content-block,
.list-persons > li .info {
  position: relative;
  padding-top: 19px;
  overflow: hidden;
  margin-bottom: 0px;
  /* 
			h4.title, 
			h4 {
				.font-size(@font-size-base);
			} 
			*/
}
.list-persons > li .content-block:before,
.list-persons > li .info:before,
.list-persons > li .content-block:after,
.list-persons > li .info:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.list-persons > li .content-block:before,
.list-persons > li .info:before {
  content: "";
  top: 9px;
  border-top: 1px solid transparent;
}
.list-persons > li dl.contact-info {
  margin-bottom: 0px;
}
.list-persons > li dl.contact-info,
.list-persons > li dl.contact-info a {
  color: #000;
}
.list-persons > li dl.contact-info > a:hover,
.list-persons > li dl.contact-info > a:focus {
  color: #000;
}
.list-persons > li dl.contact-info dd[class^="txt-"] > span:before,
.list-persons > li dl.contact-info dd[class*=" txt-"] > span:before {
  color: #000;
}
/* ==========================================================================
 MODULE :: Street-map
 ========================================================================== */
.street-map .street-map-content {
  position: relative;
}
/* ==========================================================================
 MODULE :: Eloket overview, choice
 ========================================================================== */
.eloket-choice .heading {
  margin-bottom: 23px;
}
.eloket-choice .list {
  padding-left: 0px;
  list-style: none;
}
.eloket-choice .list > li {
  position: relative;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: border, background;
  -moz-transition-property: border, background;
  -o-transition-property: border, background;
  transition-property: border, background;
}
.eloket-choice .list > li + li {
  margin-top: 23px;
}
.eloket-choice .list > li:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\b005";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.eloket-choice .list > li:before {
  color: #000;
}
.eloket-choice .list > li:before {
  font-size: 10px;
}
.eloket-choice .list > li:before {
  position: absolute;
  z-index: 1;
  top: 0px;
  line-height: 36px !important;
  left: 0px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.eloket-choice .list > li > a {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.eloket-choice .list > li:before {
  font-size: 24px;
}
.eloket-choice .list > li:before {
  position: absolute;
  z-index: 1;
  top: 46px;
  line-height: 36px !important;
  left: 30px;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.eloket-choice .list > li > a {
  position: relative;
  z-index: 2;
  padding-left: 60px;
  -webkit-transition-property: color, background-color, padding-left;
  -moz-transition-property: color, background-color, padding-left;
  -o-transition-property: color, background-color, padding-left;
  transition-property: color, background-color, padding-left;
}
.eloket-choice .list > li.noeid:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f022";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.eloket-choice .list > li.noeid:before {
  color: #000;
}
.eloket-choice .list > li.eid:before,
.eloket-choice .list > li.token:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e621";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.eloket-choice .list > li.eid:before,
.eloket-choice .list > li.token:before {
  color: #000;
}
.eloket-choice .list > li.documents:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e622";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.eloket-choice .list > li.documents:before {
  color: #000;
}
.eloket-choice .list > li:hover {
  background-color: #fff;
  border-color: #000;
}
.eloket-choice .list > li:hover:before {
  color: #000;
}
.eloket-choice .list > li:hover > a {
  text-decoration: none;
  border-color: #000;
}
.eloket-choice .list > li:hover > a .title {
  color: #000;
}
.eloket-choice .list > li > a {
  color: #000;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
.eloket-detail iframe + div {
  position: relative !important;
  padding-top: 93px !important;
}
.eloket-detail iframe + div:before,
.eloket-detail iframe + div:after {
  position: absolute !important;
  width: 100% !important;
  left: 0 !important;
}
.eloket-detail iframe + div:before {
  content: "" !important;
  top: 46px !important;
  border-top: 1px solid #000 !important;
}
/* ==========================================================================
 MODULE :: NEWSLETTER	
 ========================================================================== */
.newsletter-subscribe .list,
.newsletter-subscribed .list {
  padding-left: 0px;
  list-style: none;
}
.btn-newsletter {
  float: right;
}
/* ==========================================================================
 MODULE :: ANNOUNCEMENTS // Bekendmaking
 ========================================================================== */
.announcements-overview .info-date {
  position: relative;
  padding-left: 20px;
}
.announcements-overview .info-date:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e604";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.announcements-overview .info-date:before {
  color: #000;
}
.announcements-overview .info-date:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.announcements-overview .info-date:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
.announcements-category .info-date {
  position: relative;
  padding-left: 20px;
}
.announcements-category .info-date:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e604";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.announcements-category .info-date:before {
  color: #000;
}
.announcements-category .info-date:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.announcements-category .info-date:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
.announcements-category .page-content > .list {
  padding-left: 0px;
  list-style: none;
}
.announcements-category .page-content > .list > li > a {
  padding-bottom: 36px;
}
.announcements-category .page-content > .list > li + li {
  border-top: 1px solid #000;
}
.announcements-category .page-content > .list > li + li > a {
  padding-top: 36px;
  padding-bottom: 36px;
}
.announcements-category .page-content > .list > li > a {
  color: #000;
  border-right: 0 solid #000;
  -webkit-transition-property: border-color, color, width;
  -moz-transition-property: border-color, color, width;
  -o-transition-property: border-color, color, width;
  transition-property: border-color, color, width;
  display: block;
}
.announcements-category .page-content > .list > li > a:hover,
.announcements-category .page-content > .list > li > a:focus {
  color: #000;
  border-color: #000;
  border-width: 3px;
  text-decoration: none;
}
.announcements-category .page-content > .list > li > a .announcement-info {
  overflow: hidden;
}
.announcements-category .page-content > .list > li > a .announcement-info .info-date > span.announcement-title {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.announcements-detail .info-date {
  position: relative;
  padding-left: 20px;
}
.announcements-detail .info-date:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e604";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.announcements-detail .info-date:before {
  color: #000;
}
.announcements-detail .info-date:before {
  position: absolute;
  left: 0px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.announcements-detail .info-date:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
/* ==========================================================================
 MODULE :: publications // Publicaties
 ========================================================================== */
.publications-overview .list > li > a:hover,
.publications-overview .list > li > a:focus {
  text-decoration: none;
}
.publications-overview .heading {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
  margin-bottom: 23px;
}
.publications-overview .list > li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.publications-overview .list > li > a .partial-content {
  padding-top: 6px;
  text-decoration: none;
}
.publications-overview .list > li > a .partial-content > span {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.publications-overview .list > li > a .partial-content > span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
.publications-overview .list > li > a .partial-content:hover,
.publications-overview .list > li > a .partial-content:focus {
  text-decoration: none;
}
.publications-overview .list > li > a .partial-content:hover > span:after,
.publications-overview .list > li > a .partial-content:focus > span:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.publications-overview .list .title {
  text-transform: uppercase;
}
.publications-category .list > li > a:hover,
.publications-category .list > li > a:focus {
  text-decoration: none;
}
.publications-category .list {
  margin-left: -8px;
  margin-right: -8px;
}
.publications-category .list > li {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 559px) {
  .publications-category .list > li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .publications-category .list > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .publications-category .list > li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1300px) {
  .publications-category .list > li {
    float: left;
    width: 25%;
  }
}
.publications-category .list > li .publication-caption {
  display: block;
  padding: 10px 16px;
  background-color: transparent;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
}
.publications-category .list > li .publication-caption > .title {
  color: #000;
  font-size: 18px;
  margin-bottom: 0px;
}
.publications-category .list > li .publication-date {
  padding: 1px 5px;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 0 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  border-radius: 0 0 0 0;
  background-clip: padding-box;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}
.publications-category .list > li .publication-date > .weekday {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inherit !important;
}
.publications-category .list > li .publication-date > .day,
.publications-category .list > li .publication-date > .month {
  display: block;
  color: #000;
}
.publications-category .list > li > a.media-link:hover,
.publications-category .list > li > a.media-link:focus {
  text-decoration: none;
}
.publications-category .list > li > a.media-link:hover .title,
.publications-category .list > li > a.media-link:focus .title {
  color: #000;
}
.publications-category .list > li > a.media-link:hover > .publiciation-date,
.publications-category .list > li > a.media-link:focus > .publiciation-date {
  background-color: #fff;
}
/* ==========================================================================
 MODULE :: Bulletin board
 ========================================================================== */
.box-bulletin-board .btn-verwijder {
  background-color: #fff;
  border-color: #000;
}
.box-bulletin-board .btn-verwijder:hover,
.box-bulletin-board .btn-verwijder:focus {
  background-color: #fff;
  border-color: #000;
}
.bulleting-board-manage textarea,
.bulleting-board-add textarea {
  min-height: 150px;
}
.bulleting-board-manage .form-group,
.bulleting-board-add .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.bulleting-board-manage .fileupload,
.bulleting-board-add .fileupload {
  margin-bottom: 30px;
}
.btn-actions {
  margin-bottom: 10px;
}
.box-subscribe > .btn-check {
  color: #000;
  display: block;
  position: relative;
  padding-left: 22px;
}
.box-subscribe > .btn-check:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e909";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-subscribe > .btn-check:before {
  color: #000;
}
.box-subscribe > .btn-check:before {
  font-size: 18px;
}
.box-subscribe > .btn-check > span:first-of-type {
  padding-left: 5px;
}
.box-subscribe > .btn-check > span {
  display: inline-block;
}
.box-subscribe > .btn-check:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.box-subscribe > .btn-check:hover:before,
.box-subscribe > .btn-check:focus:before {
  color: inherit;
}
.box-subscribe > .btn-check:before {
  position: absolute;
  left: 2px;
  text-align: left;
  -webkit-transition-property: color, font-size, top, left;
  -moz-transition-property: color, font-size, top, left;
  -o-transition-property: color, font-size, top, left;
  transition-property: color, font-size, top, left;
}
.box-subscribe > .btn-check > span:first-of-type {
  padding-left: 5px;
}
.box-subscribe > .btn-check > span:only-of-type {
  display: inline-block;
}
.box-subscribe > .btn-check:before {
  top: 7px;
}
.box-subscribe > .btn-check.checked:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e908";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.box-subscribe > .btn-check.checked:before {
  color: #000;
}
.bulletin-board-home.bulletin-board-partial .board-icon {
  margin-bottom: 36px;
}
.bulletin-board-home.bulletin-board-partial .board-icon > span {
  padding-left: 20px;
}
.bulletin-board-home.bulletin-board-partial .board-icon:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f00c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-home.bulletin-board-partial .board-icon:before {
  color: inherit;
}
.bulletin-board-home.bulletin-board-partial .dates {
  display: none !important;
}
.bulletin-board-home.bulletin-board-partial .list {
  margin-bottom: 30px;
}
.bulletin-board-home.bulletin-board-partial .list > li {
  margin-bottom: 15px;
}
.bulletin-board-home.bulletin-board-partial .list > li .title {
  color: #000;
  font-size: 18px;
  margin-bottom: 5px;
}
.bulletin-board-home.bulletin-board-partial .btn {
  text-align: left;
}
.bulletin-board-overview .created-by,
.bulletin-board-home .created-by,
.bulletin-board-overview .number-of-reactions,
.bulletin-board-home .number-of-reactions,
.bulletin-board-overview .dates,
.bulletin-board-home .dates {
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.bulletin-board-overview .created-by:before,
.bulletin-board-home .created-by:before,
.bulletin-board-overview .number-of-reactions:before,
.bulletin-board-home .number-of-reactions:before,
.bulletin-board-overview .dates:before,
.bulletin-board-home .dates:before {
  padding-right: 5px;
}
.bulletin-board-overview .created-by,
.bulletin-board-home .created-by {
  margin-right: 23px;
}
.bulletin-board-overview .created-by:before,
.bulletin-board-home .created-by:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e608";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-overview .created-by:before,
.bulletin-board-home .created-by:before {
  color: inherit;
}
.bulletin-board-overview .dates:before,
.bulletin-board-home .dates:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e604";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-overview .dates:before,
.bulletin-board-home .dates:before {
  color: inherit;
}
.bulletin-board-overview .dates:before,
.bulletin-board-home .dates:before {
  font-size: 14px;
}
.bulletin-board-overview .number-of-reactions,
.bulletin-board-home .number-of-reactions {
  position: relative;
  margin-right: 23px;
}
.bulletin-board-overview .number-of-reactions:before,
.bulletin-board-home .number-of-reactions:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f0e5";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-overview .number-of-reactions:before,
.bulletin-board-home .number-of-reactions:before {
  color: #000;
}
.bulletin-board-overview .number-of-reactions:before,
.bulletin-board-home .number-of-reactions:before {
  font-size: 18px;
}
.bulletin-board-overview .number-of-reactions > span:first-of-type,
.bulletin-board-home .number-of-reactions > span:first-of-type {
  padding-left: 5px;
}
.bulletin-board-overview .number-of-reactions > span,
.bulletin-board-home .number-of-reactions > span {
  display: inline-block;
}
.bulletin-board-overview .number-of-reactions:before,
.bulletin-board-home .number-of-reactions:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.bulletin-board-overview .number-of-reactions:hover:before,
.bulletin-board-home .number-of-reactions:hover:before,
.bulletin-board-overview .number-of-reactions:focus:before,
.bulletin-board-home .number-of-reactions:focus:before {
  color: inherit;
}
.bulletin-board-overview .number-of-reactions:before,
.bulletin-board-home .number-of-reactions:before {
  font-size: 16px;
}
.bulletin-board-overview .btn-bulletin,
.bulletin-board-home .btn-bulletin {
  position: relative;
}
.bulletin-board-overview .btn-bulletin:before,
.bulletin-board-home .btn-bulletin:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f0e5";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-overview .btn-bulletin:before,
.bulletin-board-home .btn-bulletin:before {
  color: #000;
}
.bulletin-board-overview .btn-bulletin:before,
.bulletin-board-home .btn-bulletin:before {
  font-size: 18px;
}
.bulletin-board-overview .btn-bulletin > span:first-of-type,
.bulletin-board-home .btn-bulletin > span:first-of-type {
  padding-left: 5px;
}
.bulletin-board-overview .btn-bulletin > span,
.bulletin-board-home .btn-bulletin > span {
  display: inline-block;
}
.bulletin-board-overview .btn-bulletin:before,
.bulletin-board-home .btn-bulletin:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.bulletin-board-overview .btn-bulletin:hover:before,
.bulletin-board-home .btn-bulletin:hover:before,
.bulletin-board-overview .btn-bulletin:focus:before,
.bulletin-board-home .btn-bulletin:focus:before {
  color: inherit;
}
.bulletin-board-overview .list,
.bulletin-board-home .list {
  padding-left: 0px;
  list-style: none;
}
.bulletin-board-overview .list > li > a,
.bulletin-board-home .list > li > a {
  display: block;
  overflow: hidden;
}
.bulletin-board-overview .list > li > a:hover,
.bulletin-board-home .list > li > a:hover,
.bulletin-board-overview .list > li > a:focus,
.bulletin-board-home .list > li > a:focus {
  text-decoration: none;
}
.bulletin-board-overview .list > li > a:hover .title,
.bulletin-board-home .list > li > a:hover .title,
.bulletin-board-overview .list > li > a:focus .title,
.bulletin-board-home .list > li > a:focus .title {
  color: #000;
}
.bulletin-board-overview .bulletin-board-partial .list > li h3.title {
  margin-bottom: 3px;
}
.bulletin-board-overview .bulletin-board-partial .list > li + li {
  position: relative;
  padding-top: 37px;
}
.bulletin-board-overview .bulletin-board-partial .list > li + li:before,
.bulletin-board-overview .bulletin-board-partial .list > li + li:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.bulletin-board-overview .bulletin-board-partial .list > li + li:before {
  content: "";
  top: 18px;
  border-top: 1px solid #000;
}
.bulletin-board-partial .partial-container .heading {
  margin-bottom: 6px;
}
.bulletin-board-intranet .created-by,
.bulletin-board-intranet .number-of-reactions,
.bulletin-board-intranet .dates {
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.bulletin-board-intranet .created-by:before,
.bulletin-board-intranet .number-of-reactions:before,
.bulletin-board-intranet .dates:before {
  padding-right: 5px;
}
.bulletin-board-intranet .created-by {
  margin-right: 23px;
}
.bulletin-board-intranet .created-by:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e608";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-intranet .created-by:before {
  color: inherit;
}
.bulletin-board-intranet .dates:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e604";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-intranet .dates:before {
  color: inherit;
}
.bulletin-board-intranet .dates:before {
  font-size: 14px;
}
.bulletin-board-intranet .number-of-reactions {
  position: relative;
  margin-right: 23px;
}
.bulletin-board-intranet .number-of-reactions:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f0e5";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-intranet .number-of-reactions:before {
  color: #000;
}
.bulletin-board-intranet .number-of-reactions:before {
  font-size: 18px;
}
.bulletin-board-intranet .number-of-reactions > span:first-of-type {
  padding-left: 5px;
}
.bulletin-board-intranet .number-of-reactions > span {
  display: inline-block;
}
.bulletin-board-intranet .number-of-reactions:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.bulletin-board-intranet .number-of-reactions:hover:before,
.bulletin-board-intranet .number-of-reactions:focus:before {
  color: inherit;
}
.bulletin-board-intranet .number-of-reactions:before {
  font-size: 16px;
}
.bulletin-board-intranet .btn-bulletin {
  position: relative;
}
.bulletin-board-intranet .btn-bulletin:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f0e5";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-intranet .btn-bulletin:before {
  color: #000;
}
.bulletin-board-intranet .btn-bulletin:before {
  font-size: 18px;
}
.bulletin-board-intranet .btn-bulletin > span:first-of-type {
  padding-left: 5px;
}
.bulletin-board-intranet .btn-bulletin > span {
  display: inline-block;
}
.bulletin-board-intranet .btn-bulletin:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.bulletin-board-intranet .btn-bulletin:hover:before,
.bulletin-board-intranet .btn-bulletin:focus:before {
  color: inherit;
}
.bulletin-board-intranet .list {
  padding-left: 0px;
  list-style: none;
}
.bulletin-board-intranet .list > li > a {
  display: block;
  overflow: hidden;
}
.bulletin-board-intranet .list > li > a:hover,
.bulletin-board-intranet .list > li > a:focus {
  text-decoration: none;
}
.bulletin-board-intranet .list > li > a:hover .title,
.bulletin-board-intranet .list > li > a:focus .title {
  color: #000;
}
.bulletin-board-overview .created-by,
.bulletin-board-overview .number-of-reactions,
.bulletin-board-overview .dates {
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.bulletin-board-overview .created-by:before,
.bulletin-board-overview .number-of-reactions:before,
.bulletin-board-overview .dates:before {
  padding-right: 5px;
}
.bulletin-board-overview .created-by {
  margin-right: 23px;
}
.bulletin-board-overview .created-by:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e608";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-overview .created-by:before {
  color: inherit;
}
.bulletin-board-overview .dates:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e604";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-overview .dates:before {
  color: inherit;
}
.bulletin-board-overview .dates:before {
  font-size: 14px;
}
.bulletin-board-overview .number-of-reactions {
  position: relative;
  margin-right: 23px;
}
.bulletin-board-overview .number-of-reactions:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f0e5";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-overview .number-of-reactions:before {
  color: #000;
}
.bulletin-board-overview .number-of-reactions:before {
  font-size: 18px;
}
.bulletin-board-overview .number-of-reactions > span:first-of-type {
  padding-left: 5px;
}
.bulletin-board-overview .number-of-reactions > span {
  display: inline-block;
}
.bulletin-board-overview .number-of-reactions:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.bulletin-board-overview .number-of-reactions:hover:before,
.bulletin-board-overview .number-of-reactions:focus:before {
  color: inherit;
}
.bulletin-board-overview .number-of-reactions:before {
  font-size: 16px;
}
.bulletin-board-overview .btn-bulletin {
  position: relative;
}
.bulletin-board-overview .btn-bulletin:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\f0e5";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-overview .btn-bulletin:before {
  color: #000;
}
.bulletin-board-overview .btn-bulletin:before {
  font-size: 18px;
}
.bulletin-board-overview .btn-bulletin > span:first-of-type {
  padding-left: 5px;
}
.bulletin-board-overview .btn-bulletin > span {
  display: inline-block;
}
.bulletin-board-overview .btn-bulletin:before {
  -webkit-transition-property: color, font-size;
  -moz-transition-property: color, font-size;
  -o-transition-property: color, font-size;
  transition-property: color, font-size;
}
.bulletin-board-overview .btn-bulletin:hover:before,
.bulletin-board-overview .btn-bulletin:focus:before {
  color: inherit;
}
.bulletin-board-overview .list {
  padding-left: 0px;
  list-style: none;
}
.bulletin-board-overview .list > li > a {
  display: block;
  overflow: hidden;
}
.bulletin-board-overview .list > li > a:hover,
.bulletin-board-overview .list > li > a:focus {
  text-decoration: none;
}
.bulletin-board-overview .list > li > a:hover .title,
.bulletin-board-overview .list > li > a:focus .title {
  color: #000;
}
.bulletin-board-detail .autor-container {
  margin-bottom: 30px;
}
.bulletin-board-detail .side-bar .one-media {
  margin-bottom: 15px;
}
.bulletin-board-detail .created-by,
.comments-overview .created-by,
.bulletin-board-detail .number-of-reactions,
.comments-overview .number-of-reactions,
.bulletin-board-detail .dates,
.comments-overview .dates {
  display: inline-block;
  font-size: 16px;
  color: #000;
}
.bulletin-board-detail .created-by:before,
.comments-overview .created-by:before,
.bulletin-board-detail .number-of-reactions:before,
.comments-overview .number-of-reactions:before,
.bulletin-board-detail .dates:before,
.comments-overview .dates:before {
  padding-right: 5px;
}
.bulletin-board-detail .created-by,
.comments-overview .created-by {
  margin-right: 23px;
}
.bulletin-board-detail .created-by:before,
.comments-overview .created-by:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e608";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-detail .created-by:before,
.comments-overview .created-by:before {
  color: inherit;
}
.bulletin-board-detail .dates:before,
.comments-overview .dates:before {
  font-family: "icomoon", 'Lato', sans-serif;
  content: "\e604";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bulletin-board-detail .dates:before,
.comments-overview .dates:before {
  color: inherit;
}
.bulletin-board-detail .dates:before,
.comments-overview .dates:before {
  font-size: 14px;
}
.comments-overview {
  /*	#bg-zone > .bg-style(
		@style: darken(@color1-lighter,0%);
		@type: full;
		@bg-padding-horizontal: @box-padding-horizontal;
	);
	background-color: @color1-lighter !important;
	*/
  border-top: 5px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.comments-overview .info > div {
  white-space: pre-wrap;
}
.comments-overview .list-comments > h2.heading {
  color: #000;
}
.comments-overview .list-comments .list {
  padding-left: 0px;
  list-style: none;
}
.comments-overview .list-comments .list.comments > li.comment-item.edit-mode {
  background-color: #fff;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.comments-overview .list-comments .list.comments > li.comment-item.edit-mode .comment-content .info {
  margin-bottom: 6px;
}
.comments-overview .list-comments .list.comments > li.comment-item.edit-mode + li {
  margin-top: 18px;
}
.comments-overview .list-comments .list.comments > li.comment-item:not(.edit-mode) + li {
  position: relative;
  padding-top: 37px;
}
.comments-overview .list-comments .list.comments > li.comment-item:not(.edit-mode) + li:before,
.comments-overview .list-comments .list.comments > li.comment-item:not(.edit-mode) + li:after {
  position: absolute;
  width: 100%;
  left: 0;
}
.comments-overview .list-comments .list.comments > li.comment-item:not(.edit-mode) + li:before {
  content: "";
  top: 18px;
  border-top: 1px solid #000;
}
.comments-overview .list-comments .list.comments > li.comment-item:not(.edit-mode) .info {
  color: #000;
  margin-bottom: 6px;
}
.comments-overview .list-comments .list.comments > li.comment-item .edit {
  padding-top: 18px;
  padding-bottom: 18px;
}
.comments-overview .list-comments .list.comments > li.comment-item .edit .btn-edit,
.comments-overview .list-comments .list.comments > li.comment-item .edit .delete-it,
.comments-overview .list-comments .list.comments > li.comment-item .edit .cancel-it,
.comments-overview .list-comments .list.comments > li.comment-item .edit .save-it {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 32px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.comments-overview textarea {
  min-height: 150px;
}
.box-bulletin-board-react {
  background-color: #fff;
}
.box-bulletin-board-react .form-control {
  background: #fff;
  width: 95%;
}
/****************
* module cookie *
****************/
.cookie-complicance-wrapper {
  background-color: #fff;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #000;
  border-bottom: 0 solid #000;
}
.cookie-complicance-wrapper a:not(.btn-cookie-compliance) {
  color: #000;
}
.cookie-complicance-wrapper a:not(.btn-cookie-compliance):hover,
.cookie-complicance-wrapper a:not(.btn-cookie-compliance):focus {
  color: #000;
}
.cookie-complicance-wrapper .find-more-button-processed,
.cookie-complicance-wrapper .btn-cookie-compliance {
  color: #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 0px;
  padding-right: 0px;
  white-space: normal;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  text-decoration: underline;
  display: inline;
}
.cookie-complicance-wrapper .find-more-button-processed,
.cookie-complicance-wrapper .btn-cookie-compliance,
.cookie-complicance-wrapper .find-more-button-processed:active,
.cookie-complicance-wrapper .btn-cookie-compliance:active,
.cookie-complicance-wrapper .find-more-button-processed.active,
.cookie-complicance-wrapper .btn-cookie-compliance.active,
.cookie-complicance-wrapper .find-more-button-processed[disabled],
.cookie-complicance-wrapper .btn-cookie-compliance[disabled],
fieldset[disabled] .cookie-complicance-wrapper .find-more-button-processed,
fieldset[disabled] .cookie-complicance-wrapper .btn-cookie-compliance {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cookie-complicance-wrapper .find-more-button-processed,
.cookie-complicance-wrapper .btn-cookie-compliance,
.cookie-complicance-wrapper .find-more-button-processed:hover,
.cookie-complicance-wrapper .btn-cookie-compliance:hover,
.cookie-complicance-wrapper .find-more-button-processed:focus,
.cookie-complicance-wrapper .btn-cookie-compliance:focus,
.cookie-complicance-wrapper .find-more-button-processed:active,
.cookie-complicance-wrapper .btn-cookie-compliance:active {
  border-color: transparent;
}
.cookie-complicance-wrapper .find-more-button-processed:hover,
.cookie-complicance-wrapper .btn-cookie-compliance:hover,
.cookie-complicance-wrapper .find-more-button-processed:focus,
.cookie-complicance-wrapper .btn-cookie-compliance:focus {
  color: #000;
  text-decoration: underline;
  background-color: transparent;
}
.cookie-complicance-wrapper .find-more-button-processed[disabled]:hover,
.cookie-complicance-wrapper .btn-cookie-compliance[disabled]:hover,
fieldset[disabled] .cookie-complicance-wrapper .find-more-button-processed:hover,
fieldset[disabled] .cookie-complicance-wrapper .btn-cookie-compliance:hover,
.cookie-complicance-wrapper .find-more-button-processed[disabled]:focus,
.cookie-complicance-wrapper .btn-cookie-compliance[disabled]:focus,
fieldset[disabled] .cookie-complicance-wrapper .find-more-button-processed:focus,
fieldset[disabled] .cookie-complicance-wrapper .btn-cookie-compliance:focus {
  color: #000;
  text-decoration: none;
}
.cookie-complicance-wrapper .cookie-compliance-actions {
  margin-top: 0px;
}
.cookie-complicance-wrapper .cookie-compliance-actions * {
  margin-right: 10px;
}
.cookie-complicance-wrapper .cookie-compliance-actions * + *:last-child {
  margin-right: 0px;
}
@media (min-width: 992px) {
  .cookie-complicance-wrapper .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .cookie-complicance-wrapper .cookie-compliance-text {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
}
.cookie-detail {
  margin-bottom: 30px;
}
.cookie-detail .checkboxlist-items .list {
  padding-left: 0px;
  list-style: none;
}
/* ==========================================================================
portals
============================================================================= */
/* ==========================================================================
 INFO ::  skin used to copy with grunt to be used for structual changes
 move file to destination :: lcp/skin
 ========================================================================== */
/* ==========================================================================
 CORE :: Structure changes :: Scaffolding
 ========================================================================== */
/* ==========================================================================
 Variables overrules voor portal sites / dienst layout unlock this when be coppied from grunt task
 ========================================================================== */
.navbar-toggle.btn-menu-header,
#inner-wrap.has-hamburger .menu-header .btn-menu-header,
.navbar-toggle.btn-menu-header span {
  border: 0px none;
}
