/*
  Theme Name: Noizezz
  Version: 1.0
  Description: 
  Author: Miller Digital
  Author URI: http://www.millerdigital.nl/
  Text Domain: nz
*/

/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}/*
  Theme Name: Noizezz
  Version: 1.0
  Description: 
  Author: Miller Digital
  Author URI: http://www.millerdigital.nl/
  Text Domain: nz
*/

/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* actual css starting here */
@font-face {
	font-family: HelveticaNeue;
	src: url('assets/fonts/HelveticaNeueLTStd-Th.eot');
	src: url('assets/fonts/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/HelveticaNeueLTStd-Th.woff') format('woff'),
		url('assets/fonts/HelveticaNeueLTStd-Th.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: HelveticaNeue;
	src: url('assets/fonts/HelveticaNeueLTStd-Roman.eot');
	src: url('assets/fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
		url('assets/fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: HelveticaNeue;
	src: url('assets/fonts/HelveticaNeueLTStd-Bd.eot');
	src: url('assets/fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
		url('assets/fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: Gentona;
	src: url('assets/fonts/Gentona-Light.eot');
	src: url('assets/fonts/Gentona-Light.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Gentona-Light.woff') format('woff'),
		url('assets/fonts/Gentona-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Gentona;
	src: url('assets/fonts/Gentona-Light_1.eot');
	src: url('assets/fonts/Gentona-Light_1.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Gentona-Light_1.woff') format('woff'),
		url('assets/fonts/Gentona-Light_1.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}







/* global */
* {
	box-sizing: border-box;
}
*:focus {
    outline: none;
}
body {
	font-size: 16px;
	font-family: HelveticaNeue;
	font-weight: 400;
	line-height: 200%;
	letter-spacing: 1.5px;
	min-width: 300px;
}
a {
	color: #D0AE57;
	text-decoration: none;
}
a i {
	margin-left: 15px;
}
img {
	max-width: 100%;
	height: auto;
}
h1 {
	font-size: 55px;
	color: #FFF;
	margin-bottom: 30px;
	line-height: 55px;
}
h1.inline {
	display: inline-block;
}
h2 {
	font-size: 35px;
	color: #202020;
	margin-bottom: 30px;
}
h3 {
	font-size: 25px;
	color: #202020;
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
}
ul, ol {
	margin-bottom: 20px;
}
p + ul li {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.2;
	padding-left: 30px;
}
p + ul li:before {
	font-family: Fontawesome;
	content: '\f00c';
	color: #D0AE57;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
	
}
hr {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #E5E5E5;
	border: 0;
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
em {
	text-style: italic;
}
p iframe {
	max-width: 100%;
}
.intro {
	
	color: #4C4C4C;
	margin-bottom: 20px;
}
.wrapper {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	min-width: 300px;
}
.wrapper.small {
	max-width: 1120px;
}
.left {
	width: 50%;
	padding-right: 20px;
	float: left;
}
.right {
	width: 50%;
	padding-left: 20px;
	float: right;
}
.thirds .block {
	width: 33.333%;
	float: left;
}
.fourths .block {
	width: 25%;
	float: left;
}
.fifths .block {
	width: 20%;
	float: left;
}
button.button,
.button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
	padding: 18px 30px;
	border: 2px solid #000;
	color: #000;
	border-radius: 40px;
	margin-bottom: 20px;
	display: inline-block;
	transition: all 0.3s;
	background-color: transparent;
	font-family: HelveticaNeue;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-align: center;
	line-height: 16px;
}
.button:hover,
.woocommerce #respond input#submit, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover
{
	border-color: #D0AE57;
	color: #D0AE57;
}

.button.orange {
	padding: 12px 17px;
	border: 2px solid #D0AE57 !important;
	color: #D0AE57 !important;
	border-radius: 40px;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 100%;
	min-height: 46px;
	line-height: 16px;
}
.button.open {
	padding: 5px 0;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	border-radius: 0;
}
.button.orange.solid {
	border-color: #292929 !important;
	background-color: #292929 !important;
	color: #FFF !important;
	cursor: pointer;
	font-size: 16px;
}
.button.orange:hover {
	border-color: #D0AE57 !important;
	background-color: #D0AE57 !important;
	color: #FFF !important;
}
.button.white {
	padding: 18px 30px;
	border: 2px solid #FFF !important;
	color: #FFF !important;
	border-radius: 40px;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 16px;
}
.button.white:hover {
	border-color: #FFF !important;
	color: #FFF !important;
	background-color: #D0AE57 !important;
}
.button.open:hover {
	background-color: transparent !important;
	color: #000 !important;
	border-color: #000 !important;
}
.centerContent {
	text-align: center;
}
.button .fa-angle-left {
	margin-left: 0;
	margin-right: 15px;
}
.alert {
	padding: 20px 0;
	color: #FFF;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 14px;
	cursor: pointer;
	z-index: 999;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}
::-webkit-input-placeholder {
	color: #292929;
	letter-spacing: 1px;
}

:-moz-placeholder { /* Firefox 18- */
	color: #292929;
	letter-spacing: 1px;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #292929;
	letter-spacing: 1px;
}

:-ms-input-placeholder {  
	color: #292929;
	letter-spacing: 1px;
}
.alignLeft {
	text-align: left;
}
.onlyResponsive {
	display: none;
}


/* header */
header a {
	color: #FFF;
	transition:0.3s all;
}
header a:hover {
	color: #D0AE57;
	fill: #D0AE57;
}
header ul {
    margin-bottom: 0;
}
header .wrapper {
	max-width: 100%;
	padding: 0 20px;
}
.topHeader {
	width: 100%;
	background-color: #292929;
	color: #FFF;
	padding: 10px 0 0 0;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Gentona;
	font-weight: 400;
	letter-spacing: 1px;
	z-index: 9;
    position: relative;
}
.lowerHeader {
	width: 100%;
	background-color: #292929;
	color: #FFF;
	padding: 0;
	height: 120px;
	clear: both;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
	z-index: 8;
}
.breadcrumbs {
	position: relative;
	z-index: 1;
	color: #FFF;
	display: block;
	height: 30px;
	font-size: 13px;
	background-color: #29292954;
}

.topHeader .left {
	text-align: left;
	padding-right: 0;
}
.topHeader .right {
	text-align: right;
	font-size: 15px;
	padding-left: 0;
}
.topHeader .menu-top-menu-container,
.topHeader .menu-top-menu-engels-container,
.topHeader .menu-top-menu-en-container,
.topHeader .menu-top-menu-nl-container 
{
	padding: 1px 0;
	display: inline-block;
}
.topHeader .menu li {
	display: inline-block;
	padding: 0 20px 0 0;
}
.topHeader .phone {
	border-left: 0;
	display: inline-block;
}
.topHeader .phone .normal a {
	border: 1px solid #D0AE57;
	padding: 5px 10px;
	border-radius: 3.5px;
	font-weight: bold;
}
.topHeader .phone .responsive {
	padding: 0;
	border: 1px solid #D0AE57;
	display: inline-block;
	display: none;
	border-radius: 50%;
	height: 31px;
	width: 32px;
	text-align: center;
}
.topHeader .phone a i {
	margin-left: 0;
}
.topHeader .social {
	margin-right: 22px;
	display: inline-block;
}
.topHeader .social a {
	margin: 0 5px;
}
.topHeader .social a i {
	margin: 0;
}
.topHeader .tfc {
	margin-right: 16px;
	width: 210px;
	display: inline-block;
	vertical-align: top;
}
.tfc .ratingStars {
	color: #E5E5E5;
}
.tfc .ratingStars .active {
	color: #EBC670;
}
.tfc .box {
	border: 1px solid #e5e5e5;
	background-color: #FFF;
	text-align: center;
	display: inline-block;
	color: #000;
}
.tfc .box .top {
	padding: 20px;
	font-weight: bold;
}
.tfc .box .top i {
	font-size: 25px;
	margin-left: 0;
}
.tfc .box .bottom {
	padding: 5px 0;
	background-color: #F4F4F4;
}
.tfc .box .bottom svg {
	vertical-align: middle;
}

.topHeader .rightMenu {
	display: inline-block;
}
.topHeader .rightMenu.responsive {
	display: none;
}
.topHeader .rightMenu a {
	display: inline-block;
	padding: 0 12px;
}
.topHeader .rightMenu.responsive a {
	width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	border: 1px solid #D0AE57;
	text-align: center;
	border-radius: 50%;
	padding: 0;
}
.topHeader .rightMenu.responsive a i {
	margin-left: 0;
}

.topHeader .headerAccount {
	display: inline-block;
}
.topHeader .headerAccount i {
	margin-left: 0;
}

.headerCart {
	display: inline-block;
	border: 0;
	position: relative;
	z-index: 999;
	text-align: left;
	transition: all 0.3s;
}
.lowerHeader .headerCart {
	display: none;
}
.headerCart .label {
	cursor: pointer;
	padding: 0 5px;
	text-align: left;
}
.headerCart.active {
	background-color: #383838;
	color: #D0AE57;
}

.headerCart .content {
	position: absolute;
	right: 0;
	top: 32px;
	width: 400px;
	background-color: #FFF;
	z-index: 1000;
	color: #000;
	display: none;
}
.headerCart.active .content {
	display: block;
}
.headerCart .top {
	width: 100%;
	position: relative;
	display: block;
	color: #000;
	height: 50px;
}
.headerCart .top .headerCartClose {
	color: #000;
	font-size: 45px;
	position: absolute;
	right: 13px;
	top: 0;
	z-index: 9;
	line-height: 0;
	cursor: pointer;
}
.headerCart .content .item {
	padding: 10px 20px;
	border-bottom: 1px solid #EAEAEA;
}
.headerCart .content .item img {
	width: 60px;
	float: left;
	margin-right: 10px;
}
.headerCart .content .item .title {
	float: left;
	width: 200px;
	font-size: 16px;
	font-family: HelveticaNeue;
	line-height: 150%;
}
.headerCart .content .item .price {
	float: right;
	font-family: HelveticaNeue;
	font-weight: bold;
	font-size: 17px;
	color: #202020;
}
.headerCart .content .bottom {
	text-align: center;
}
.headerCart .content .bottom.empty p {
	margin-top: 30px;
}
.headerCart .content .bottom .price {
	text-align: right;
	padding: 20px;
	font-size: 25px;
	text-transform: capitalize;
}
.headerCart .content .bottom .price span {
	font-weight: bold;
	color: #202020;
	margin-left: 3px;
}
.headerCart .content .bottom .button {
	text-transform: lowercase;
}

.topHeader .language {
	display: inline-block;
	border: 0;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
	position: relative;
	text-align: left;
	height: 31px;
}
.topHeader .language li {
	display: inline-block;
}
.topHeader .language .responsive {
	display: none;
}
.topHeader .language.active {
	background-color: #EAEAEA;
	color: #D0AE57;
}
.topHeader .language .content {
	position: absolute;
	left: 0;
	top: 32px;
	min-width: 104px;
	background-color: #FFF;
	z-index: 9;
	border: 8px solid #EAEAEA;
	color: #000;
	display: none;
	padding: 0 10px;
	border-radius: 20px;
	width: 100%;
	text-align: center;
}
.topHeader .language.active .content {
	display: block;
}
.topHeader .language .content a {
	color: #000;
}






.topHeader .search {
	float: right;
	margin-left: 10px;
}
.topHeader .search input {
	border: 0;
	border-bottom: 1px solid #FFF;
	background: transparent;
	color: #FFF;
	font-family: HelveticaNeue;
	padding: 8.5px;
}
.topHeader .search button {
	border: 0;
	background-color: transparent;
	color: #FFF;
	font-size: 20px;
	margin-left: -35px;
}
.lowerHeader .logo {
	float: left;
	height: 70px;
    margin-top: 22px;
}
.lowerHeader .mainMenu {
	float: right;
	width: calc(100% - 200px);
}
.lowerHeader .mainMenu ul {
    display: block;
    float: right;
}
.lowerHeader .mainMenu li {
	display: inline-block;
	text-align: right;
	position: relative;
	margin: 0;
	width: 100px;
	height: 110px;
	transition: all 0.3s;
}
.lowerHeader .mainMenu li img,
.lowerHeader .mainMenu li svg 
{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 20px;
	margin: auto;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border-radius: 50%;
	padding: 5px;
	fill: #FFF;
	transition: all 0.3s;
}
.lowerHeader .mainMenu li svg .st0 {
	stroke-width: 0;
}
.lowerHeader .mainMenu li:hover img,
.lowerHeader .mainMenu li:hover svg,
.lowerHeader .mainMenu li:hover svg .st0,
.lowerHeader .mainMenu li:hover svg .cls-1
{
	fill: #D0AE57 !important;
	border: 2px solid #D0AE57;
	stroke-width: 0;
}
.lowerHeader .mainMenu li:hover a {
	color: #D0AE57;
}
.lowerHeader .mainMenu li span {
	width: 100%;
	position: absolute;
	top: 82px;
	left: 0;
	text-align: center;
	line-height: 16px;
	vertical-align: text-top;
	font-size: 15px;
	font-weight: 400;
}
.lowerHeader .mainMenu li:last-child span {
	border-left: 0;
	height: 80px;
	top: 15px;
	line-height: 150px;
	color: #D0AE57;
	transition: all 0.3s;
}
.lowerHeader .mainMenu li:nth-child(10) span {
	color: #FFF;
	transition: all 0.3s;
}
.lowerHeader .mainMenu li.active:nth-child(10) span {
	color: #D0AE57;
}
.lowerHeader .mainMenu li.active img,
.lowerHeader .mainMenu li.active svg,
.lowerHeader .mainMenu li.active .st0,
.lowerHeader .mainMenu li.active .cls-1
{
	fill: #D0AE57 !important;
	border-color: #D0AE57;
}
.lowerHeader .mainMenu li.active a {
	color: #D0AE57;
}
.lowerHeader .mainMenu li:last-child img,
.lowerHeader .mainMenu li:last-child svg,
.lowerHeader .mainMenu li:last-child .st0,
.lowerHeader .mainMenu li:last-child .cls-1
{
	fill: #D0AE57 !important;
	border-color: #D0AE57;
}
.lowerHeader .mainMenu li.active:last-child img,
.lowerHeader .mainMenu li.active:last-child svg,
.lowerHeader .mainMenu li.active:last-child .st0,
.lowerHeader .mainMenu li.active:last-child .cls-1
{
	fill: #D0AE57 !important;
	border-color: #D0AE57;
}
.lowerHeader .mainMenu li:last-child:hover img,
.lowerHeader .mainMenu li:last-child:hover svg,
.lowerHeader .mainMenu li:last-child:hover .st0,
.lowerHeader .mainMenu li:last-child:hover .cls-1
{
	fill: #D0AE57 !important;
	border-color: #D0AE57;
	
}
.lowerHeader .mainMenu li:last-child:hover span,
.lowerHeader .mainMenu li:nth-child(10):hover span
{
	color: #D0AE57;
}


.lowerHeader.sticky {
	position: fixed;
	left: 0;
	top: 0;
	height: 90px;
}
.lowerHeader.sticky .mainMenu {
	padding-right: 100px;
	width: calc(100% - 200px);
}
.lowerHeader.sticky .mainMenu li {
	width: 74px;
	height: 90px;
}
.lowerHeader.sticky .mainMenu li img, 
.lowerHeader.sticky .mainMenu li svg
{
	width: 45px;
	height: 45px;
	top: 12px;
}
.lowerHeader.sticky .mainMenu li span {
	font-size: 12px;
	top: 65px;
}
.lowerHeader.sticky .mainMenu li:last-child span {
	top: 0;
}
.lowerHeader.sticky .logo {
	margin-top: 8px;
}
.lowerHeader.sticky .headerCart {
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	height: 90px;
	line-height: 90px;
	padding: 0 10px;
}
.lowerHeader.sticky .headerCart .cartCountContainer {
	font-size: 15px;
}
.lowerHeader.sticky .headerCart .label {
	font-size: 30px;
}
.lowerHeader .headerCart .content {
	min-height: 50px;
}
.lowerHeader.sticky .headerCart .content {
	top: 90px;
	min-height: 100px;
}
.cartCountContainer {
	display: none;
}
.headerCart.withProds .cartCountContainer {
	display: inline-block;
}

.lowerHeader .infoText {
	display: none;
	text-align: center;
}
.lowerHeader .infoText .bottom {
	border-top: 1px solid #333333;
}
.lowerHeader .infoText .bottom span {
	color: #D0AE57;
}

.mmenu {
	position: fixed;
	top: 65px;
	left: 0;
	z-index: 9999;
	background-color: #FFF;
	width: 100%;
	border-top: 2px solid #383838;
	display: none;
}
.mmenu .inner {
	border: 8px solid #292929;
}
.mmenu .upper {
	padding: 20px;
	color: #000;
	background-color: #FFF;
	border-bottom: 1px solid #141414;
	padding: 10px 0 10px 10px;
}
.mmenu .upper a
{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: -3px;
	margin-right: 10px;
	border: 1px solid #000;
	border-radius: 50%;
	padding: 1px;
	fill: #000;
	text-align: center;
	vertical-align: top;
	line-height: 27px;
}
.mmenu .upper a i {
	margin-left: 0;
	vertical-align: middle;
	color: #000;
}
.mmenu .upper a img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.mmenu .top {
	background-color: #FFF;
	width: 100%;
	color: #000;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #141414;
}
.mmenu .top a {
	color: #000;
}
.mmenu li {
	float: left;
	width: calc(33.333% - 20px);
	margin-right: 20px;
	border-bottom: 1px solid #FFF;
	padding: 1px 0;
}
.mmenu li i {
	margin-left: 0;
}
.mmenu li img,
.mmenu li svg,
.mmenu li svg .st0,
.mmenu li svg .cls-1
{
	width: 20px;
	height: 20px;
	margin-bottom: -3px;
	margin-right: 10px;
	border: 1px solid #000;
	border-radius: 50%;
	padding: 1px;
	fill: #000;
	text-align: center;
}
.mmenu li:hover img,
.mmenu li:hover svg,
.mmenu li:hover svg .st0,
.mmenu li:hover svg .cls-1
{
	fill: #000;
	border-color: #000;
	color: #000;
}


.mmenuTrigger {
	display: none;
    float: left;
    margin-right: 0;
    position: initial;
    padding: 0 20px;
    margin-left: -20px;
    height: 72px;
    line-height: 60px;
	font-size: 38px;
	transition: all 0.3s;
}
.mmenuTrigger > div {
	font-size: 10px;
	margin-top: -40px;
}
.mmenuTrigger.active {
	background-color: #292929;
    color: #D0AE57;
	border-right: 2px solid #383838;
}

.mmenu .bottom {
	font-weight: bold;
	color: #000;
	padding: 10px 0 10px 10px;
}
.mmenu .bottom a {
	color: #000;
}
.mmenuClose {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 45px;
}




/* home */
.pageHeader {
	height: 900px;
	background-color: #333333;
	padding: 80px 0;
	color: #FFF;
	position: relative;
	margin-top: -195px;
	padding-top: 270px;
	z-index: 0;
}
.pageHeader.home {
	background-image: url('assets/img/woman.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: -165px;
}
.pageHeader.normal {
	height: auto;
	position: relative;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pageHeader.segment {
	height: auto;
}
.pageHeader.tiny {
	padding: 0;
	height: 215px;
}
.pageHeader .overlay {
	/* background-color: rgba(52,79,161,0.8); even uit */
	width: 100%;
	padding: 230px 0 0 0;
}
.pageHeader.shop, .pageHeader.segment {
	margin-bottom: 50px;
}
.pageHeader.shop .overlay,
.pageHeader.segment .overlay
{
	padding: 230px 0 50px 0;
}
.pageHeader.home h1 {
	margin-bottom: 0;
	max-width: 700px;
}
.pageHeader h2 {
	color: #FFF;
	margin-top: -30px;
}
.pageHeader.home .left {
	width: 40%;
}
.pageHeader.home .right {
	position: relative;
	width: 60%;
}
.pageHeader.home .thirds {
	max-width: 700px;
}
.pageHeader.home .thirds .block {
	padding: 30px;
	cursor: pointer;
}
.pageHeader.home .thirds .block span {
	display: block;
	text-align: center;
	color: #D0AE57;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.pageHeader.home .thirds .block .line {
	display: block;
	width: 100%;
	height: 10px;
	background-image: url('assets/img/bb.png');
	background-repeat: no-repeat;
	display: none;
	margin-bottom: 10px;
}
.pageHeader.home .thirds .block img {
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.pageHeader.home .thirds .block img.shadowed {
	-webkit-filter: drop-shadow(5px 5px 15px rgba(255,255,255,0.5) );
	filter: drop-shadow(5px 5px 15px rgba(255,255,255,0.5) );
}
.pageHeader.home .thirds .block .text {
	position: absolute;
	left: 20px;
	display: none;
}
.pageHeader.home .productkiezer {
	position: absolute;
	right: 0px;
	top: 260px;
	cursor: pointer;
	width: 376px;
	height: 84px;
	background-size: contain;
	background-repeat: no-repeat;
}
.pageHeader.home .productkiezer h3 {
	color: #FFF;
	font-weight: 400;
	font-size: 35px;
	display: block;
	position: absolute;
	left: 15px;
	top: 10px;
}
.pageHeader.home .productkiezer span {
	display: block;
	position: absolute;
	left: 15px;
	top: 45px;
	color: #000;
	font-weight: 400;
	font-size: 20px;
}
.pageHeader.home .productkiezer i {
	display: block;
	position: absolute;
	top: calc(50% - 12px);
	left: 260px;
	font-size: 25px;
}
.pageHeader .down {
	width: 90px;
	height: 45px;
	border-radius: 90px 90px 0 0;
	margin: auto;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #D0AE57;
	font-size: 30px;
	line-height: 60px;
	cursor: pointer;
}

.block1 {
	padding: 100px 0;
	background-color: #ffffff;
}
.block1 .thirds .block:first-child {
	width: 25%;
	padding-right: 50px;
}
.block1 .thirds .block:nth-child(2) {
	width: 50%;
	padding-right: 50px;
}
.block1 .thirds .block:nth-child(3) {
	width: 25%;
	background-size: contain;
	height: 300px;
	background-repeat: no-repeat;
}
.block2 {
	padding: 100px 0;
	background-color: #000;
	color: #FFF;
}
.block2 .thirds .block:first-child {
	padding-right: 50px;
	width: 25%;
	background-size: contain;
	height: 300px;
	background-repeat: no-repeat;
}
.block2 .thirds .block:nth-child(2) {
	width: 35%;
	padding-left: 50px;
	color: #F2F2F2;
}
.block2 .thirds .block:nth-child(3) {
	width: 40%;
	padding-left: 50px;
}
.block2 h2 {
	color: #FFF;
	margin-left: calc(25% + 50px);
}
.block3 {
	padding: 100px 0;
	background-color: #FFF;
	color: #000;
}
.block3 .thirds .block:first-child {
	padding-right: 50px;
	width: 25%;
	background-size: contain;
	height: 300px;
	background-repeat: no-repeat;
}
.block3 .thirds .block:nth-child(2) {
	width: 35%;
	padding-left: 50px;
	color: #F2F2F2;
}
.block3 .thirds .block:nth-child(3) {
	width: 40%;
	padding-left: 50px;
}

.usps {
	padding: 50px 0;
	background-color: #292929,
	color: #FFF;
}
.usps .thirds .block {
	padding-right: 20px;
	width: 30%;
}
.usps .thirds .block:first-child {
	width: 40%;
}
.usps img {
	vertical-align: top;
	margin-right: 20px;
}

.newsletter {
	padding: 20px 0;
	background-color: #202020;
	color: #FFF;
}
.newsletter .left {
	width: 35%;
	font-size: 130%;
	margin-top: 10px;
}
.newsletter .right {
	width: 65%;
}
.newsletter form {
	margin-top: 15px;
}
.newsletter input {
	padding: 12px 30px;
	border-radius: 40px;
	border: 0;
	margin-right: 10px;
	width: 300px;
	font-family: HelveticaNeue;
	font-weight: 400;
	font-size: 100%;
	min-height: 46px;
	margin-bottom: 10px;
}
.newsletter h3 {
	color: #FFF;
}

.linkBlocks {
	padding: 50px 0;
}
.linkBlock {
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.linkBlock .overlay {
	width: 100%;
	height: 320px;
	padding-top: 100px;
	text-align: center;
}
.linkBlock h2 {
	color: #FFF;
}

.popupOverlay{
	display: none;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 5000;
}
.popupBoxWrapper{
	text-align: center !important;
	position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popupBoxContent{
	text-align: center !important;
	width: 22rem;
	height: auto;
	background: white;
	padding: 2rem; 
}
.popupBoxContent p{
	margin-top: 10px;
	line-height: 20px;
	letter-spacing: 0;
	margin: 20px;
}
.popupCal{
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popupClose{
	position: absolute;
	top: 7%;
	right: 2%;
}
.popupClose img{
	max-width: 90%;
}
.popupInner{
	letter-spacing: 1px;
	padding: 10px;
	background: rgb(255, 245, 238) !important;
}
.popupTitle{
	text-align: center !important;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0;
	font-family: HelveticaNeue;
}
.popupBoxTop{
	position: relative;
	width: 22rem;
	height: 10rem;
	background: #D0AE57 !important;
	padding: 2rem;
}

/* New home additions */
.homeTop .slide {
	position: relative;
	height: 430px;
	background-size: cover;
	background-position: center center;
}
.homeTop .slide.bg_left {
	background-position: left center;
}
.homeTop .slide .wrapper {
	padding: 60px 0 60px 60px;
	z-index: 1;
}
.homeTop .slide img {
	max-width: 100%;
	max-height: 100px;
	vertical-align: middle;
	margin-right: 10px;
}
.homeTop .slide .slideOverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255 255 255 / 42%);
    z-index: 0;
}
.homeTop .slide .left {
	width: 40%;
	text-align: center;
}
.homeTop .slide .right {
	width: 60%;
	padding-top: 50px;
}
.homeTop .slide .wrapper.white,
.homeTop .slide .wrapper.white h2 {
	color: #FFF;
}
.homeTop .slide h2 {
	font-size: 55px;
	line-height: 55px;
	font-weight: 400;
}
.homeTop .slide p {
	font-size: 31px;
	margin-bottom: 50px;
}
.homeTop .slide .price {
	color: #D0AE57;
	font-size: 31px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
.homeTop .slide .button i {
	font-size: 35px;
	vertical-align: -7px;
	color: #D0AE57;
}
.homeTop .slide .button:hover i {
	color: #FFF;
}
.homeTop .bx-has-pager {
	text-align: center;
	margin-top: -40px;
	position: relative;
	z-index: 0;
}
.homeTop .bx-pager-item {
	display: inline-block;
}
.homeTop .bx-pager-link {
	color: transparent;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	color: transparent;
	background-color: #BABABA;
	border-radius: 50%;
	display: inline-block;
}
.homeTop .bx-pager-link.active {
	background-color: #D0AE57;
}
.homeTop .respImg {
	display: none;
	width: 100%;
	height: auto;
}


.useCase {
	text-align: center;
	padding: 60px 0;
}
.useCase ul {
    display: block;
}
.useCase li {
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 0;
	width: 9%;
	height: 110px;
}
.useCase a span {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	color: #000;
	font-weight: 500;
}
.useCase li img,
.useCase li svg 
{
	width: 95px;
	height: 95px;
	position: absolute;
	top: 20px;
	margin: auto;
	left: 0;
	right: 0;
	border: 2px solid #D0AE57;
	border-radius: 50%;
	padding: 5px;
	fill: #000;
	transition: all 0.3s;
	background-color: #FFF;
}
.useCase li svg .st0,
.useCase li svg .cls-1 
{
	stroke-width: 0;
	fill: #292929 !important;
}
.useCase li:hover img,
.useCase li:hover svg,
.useCase li:hover svg .st0,
.useCase li:hover svg .cls-1
{
	fill: #292929 !important;
	border: 2px solid #D0AE57;
	stroke-width: 0;
}



.homeReviews {
	text-align: center;
	padding: 60px 0;
	position: relative;
}
.homeReviews:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 22.5px 0 22.5px;
	border-color: #ffffff transparent transparent transparent;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	top: 0;
}
.homeReviews .bx-pager-link {
	color: transparent;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	color: transparent;
	background-color: #BABABA;
	border-radius: 50%;
	display: inline-block;
}
.homeReviews .bx-pager-item {
	display: inline-block;
	margin-bottom: 20px;
}
.homeReviews .bx-pager-link.active {
	background-color: #D0AE57;
}
.homeReviews .slide .topSection {
	color: #292929;
}
.homeReviews .slide img {
	height: 55px;
	width: auto;
	display: block;
	margin: 0 auto;
}
.homeReviews .quote {
	font-size: 36px;
	font-weight: 500;
	max-width: 700px;
	margin: 50px auto;
	position: relative;
	display: block;
	line-height: 40px;
}
.homeReviews .quote:before {
	content: '';
	background-image: url('assets/img/quote1.png');
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -30px;
}
.homeReviews .quote:after {
	content: '';
	background-image: url('assets/img/quote2.png');
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: -20px;
}
.homeReviews .tfc {
	text-align: center;
}
.homeReviews .tfc iframe {
	margin: 0 auto;
}
.homeReviews .tfc .top {
	margin-top: 0;
}
.homeReviews .button {
	margin-bottom: 30px;
}
.__fbcw__widget.__fbcw__widget--small {
	margin: 0 auto !important;
}



/* footer */
.footer1 {
	background-color: #383838;
	color: #FFF;
	padding: 30px 0;
	text-align: center;
}
.footer1 h2 {
	color: #FFF!important;
	margin-bottom: 50px;
}
.footer1 .content {
	font-size: 23px;
}
.footer1 .button {
	margin: 0 20px;
	font-size: 70%;
}
.footer1 .social {
	position: absolute;
	right: 0;
	top: 0;
}
.footer1 .social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #FFF;
	color: #383838;
	text-align: center;
	margin-left: 20px;
}
.footer1 .social a i {
	margin: 0;
}

.footer2 {
	background-color: #292929;
	padding: 30px 0;
	color: #FFF;
}
.footer2 ul {
	margin-left: 30px;
	position: relative;
}
.footer2 .block:first-child ul:before {
	content: '\f041';
	font-family: Fontawesome;
	color: #D0AE57;
	position: absolute;
	top: 0;
	left: -30px;
}
.menu-footer1-container ul:before,
.menu-footer2-container ul:before
{
	display: none;
}
.menu-footer1-container ul,
.menu-footer2-container ul
{
	margin-left: 0;
}
.footer2 a {
	color: #FFF;
	text-decoration: underline;
}
.footer2 .creators {
	position: absolute;
	right: 0;
	top: -25px;
}
.footer3 {
	text-align: center;
	background-color: #292929;
	padding: 30px 0;
}
.gtt {
	position: fixed;
	right: 0;
	bottom: 40px;
	height: 65px;
	width: 65px;
	text-align: center;
	background-color: rgba(208,174,87,0.4);
	color: #FFF;
	font-size: 45px;
	cursor: pointer;
	display: none;
}
.gtt i {
	margin: 0;
	margin-top: 10px;
	color: #FFF;
}
.paySafe {
	text-align: center;
	padding: 20px 20px 0 20px;
}


/* woocommerce product page */
.product .top {
	background-color: #656565;
	
}
.product .top {
	color: #FFF;
	padding: 240px 0 50px 0;
	margin-top: -195px;
}
.product .top .star-rating {
	color: #FFDE00;
	margin-right: 20px;
}
.product .top .woocommerce-review-link {
	color: #FFF;
}
.product .top p {
	font-size: 23px;
}
.product .top .priceContainer {
	display: block;
	margin-bottom: 30px;
}
.product .top .price {
	display: block;
	color: #FFF !important;
	font-size: 40px !important;
	font-weight: bold;
}
.product .top .right .button,
.product .top .right form button {
	margin-right: 20px;
}
.product .top .images,
.product .top .images img 
{
	text-align: center;
	float: none !important;
	width: auto !important;
	max-width: 100%;
	max-height: 500px;
	opacity: 1 !important;
}
.product .top .images img {
	display: inline !important;
}
.product .middleBar {
	height: 140px;
	border-bottom: 1px solid #E2E2E2;
}
.product .middleBar .wrapper > .left {
	width: 500px;
}
.product .middleBar .wrapper > .right {
	padding-top: 10px;
	width: calc(100% - 500px);
	height: 140px;
	overflow: hidden;
}
.product .middleBar .block:first-child {
	border-left: 1px solid #E2E2E2;
}
.product .middleBar .block {
	height: 140px;
	border-right: 1px solid #E2E2E2;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.smallProductImg {
	cursor: pointer;
}
.product .middleBar .veiligbetalen {
	width: 70%;
}
.product .middleBar .aangesloten {
	width: 30%;
	display: none;
}
.product .middleBar .veiligbetalen div,
.product .middleBar .aangesloten div 
{
	margin-bottom: 20px;
}
div.pp_woocommerce div.ppt {
	display: none !important;
}


.product .detailblock {
	padding: 50px 0;
}
.product .detailblock .block {
	border: 1px solid #E5E5E5;
	width: calc(33.333% - 20px);
	margin-right: 20px;
	padding: 50px;
	text-align: center;
}
.product .detailblock .block:last-child {
	padding: 0;
	color: #FFF;
	background-size: cover;
}
.product .detailblock .block:last-child h2 {
	color: #FFF;
}
.product .detailblock .block .overlay {
	width: 100%;
	padding: 50px;
	height: 472px;
	background-color: rgba(0,0,0,0.5);
}
.product .detailblock .block:first-child {
	color: #FFF;
	background-color: #383838;
}
.product .detailblock .block:first-child h2 {
	color: #FFF;
}
.product .detailblock .properties i {
	color: #D0AE57;
}
.transport {
	margin-top: -15px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 400;
}
.product .top .tfc {
	display: block;
	float: right;
	font-size: 16px;
}
.transport iframe {
	display: block !important;
	float: right;
	height: 32px;
	margin-top: -7px;
}
.transport .transportInner {
	max-width: 420px;
	float: left;
}
.transport .transportInner span {
	color: #D0AE57;
}


.companyRating {
	padding: 30px 20px;
	border-bottom: 1px solid #E5E5E5;
	font-size : 19px;
	line-height : 43.47px;
	color : #141414;
	font-weight: 400;
}

.companyRating .textbg_div {
	max-height: 140px;
}

.companyRating .left{
	float: left;
	padding: 0px;
	width: auto;
	font-weight: 400;
	margin-right: 8px;
}

.companyRating .middle {
	width: auto;
    margin-right: 20px;
    font-family: HelveticaNeue;
}

.feedbackcompany-simple .feedbackcompany-stars {
	margin-right: 8px;
	margin-top: 6px;
}


.companyRating .middle #title .innerText{
	top: 2px;
}

.companyRating .middle #ranking_div,
.companyRating .middle #reviews_div 
{
	height: 80px;
}
.companyRating .middle #link_div{
	margin-top: 36px;
	margin-left: 10px;
	height: 40px;
	border-radius: 40px;
	font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    width: calc(100% - 20px);
	position: absolute;
	left: 0;
	bottom: -20px;
	background-color: #D0AE57;
}
.companyRating .middle #counter_div{
	margin-top: 1px;
	font-family: HelveticaNeue;
	text-decoration: none;
	color: #3b3b39;
	font-size: 75%;
	display: block;
    width: 100%;
}
.companyRating .ranking_div {
	position: absolute;
	left: 0;
	top: 0;
}
.companyRating #wbody {
	padding-bottom: 60px;
}
.companyRating .text_name {
	display: block;
    width: 100%;
    line-height: 10px;
}

.companyRating .right .right {
	padding-left: 30px;
	width: 50%;
}

.companyRating.dealerPage {
	color: white;
	background-color: #383838;
}

.woocommerce-Reviews {
	padding: 50px 0;
	background-color: #292929;
	color: #FFF;
}
.woocommerce-Reviews h2 {
	color: #FFF;
}
.woocommerce-Reviews .star-rating {
	color: #FFDE00;
}
.woocommerce-Reviews .stars a {
	color: #FFDE00;
}
.woocommerce-Reviews .comment-text {
	border: 1px solid #FFF !important;
	border-radius: 10px !important;
	margin: 0 !important;
}
.woocommerce-Reviews .avatar {
	display: none;
}
.woocommerce-Reviews .comment-form-comment {
	width: 60%;
	float: left;
}
.woocommerce-Reviews .comment-form-comment textarea {
	border: 0;
	border-radius: 15px;
	padding: 15px;
	font-family: HelveticaNeue;
	height: 100px !important;
}
.woocommerce-Reviews .comment-form-author,
.woocommerce-Reviews .comment-form-email 
{
	width: 40%;
	float: right;
	padding-left: 50px;
	margin-bottom: 10px !important;
}
.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input
{
	width: 100%;
	padding: 15px;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 30px;
}
.woocommerce-Reviews .submit {
	float: right;
}
.woocommerce-Reviews .submit:hover {
	background-color: #D0AE57 !important;
	color: #FFF !important;
}
.woocommerce ul.products li.product a img {
    width: auto;
    height: 180px;
}

.related {
	padding: 50px 0;
}
.related h2 {
	text-align: center;
}
.related .block {
	width: calc(33.333% - 20px);
	margin-right: 20px;
	border: 1px solid #E5E5E5;
	padding: 30px;
	text-align: center;
}
.related .block h3 a {
	color: #292929;
}
.related .block img {
	max-width: 100%;
	width: auto;
	max-height: 300px;
}
.related .block .star-rating {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #FFDE00;
	margin-top: 10px;
}
.related .block .price {
	font-size: 40px;
	font-weight: bold;
	margin: 20px 0;
}


/* products overview */
.topBlocks {
	margin-top: -100px;
}
.topBlocks .block {
	width: calc(33.333% - 20px);
	margin-right: 20px;
	background-color: #FFF;
	border: 2px solid #E5E5E5;
	min-height: 480px;
	padding: 20px 30px 120px 30px;
	position: relative;
	margin-bottom: 100px;
}
.topBlocks .block .img {
	height: 170px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -110px;
	margin-bottom: 30px;
}
.topBlocks .block .button {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
	padding: 17px 30px;
}
.topBlocks .block.black {
	background-color: #292929;
	color: #FFF;
}
.topBlocks .block.black h2 {
	color: #FFF;
}
.topBlocks .block.silver {
	background-image: url('assets/img/customgradient.jpg');
	background-size: cover;
}
.topBlocks .block:hover {
	border-color: #D0AE57;
}
.topBlocks .block li {
	font-size: 18px;
	line-height: 220%;
}
.topBlocks .block li:before {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #D0AE57;
	margin-right: 10px;
}

.productsOverview {
	padding-bottom: 50px;
}
.productsOverview .left {
	width: 320px;
}
.productsOverview .right {
	width: calc(100% - 320px);
}
.productsContainer .block {
	width: calc(25% - 20px);
	margin-right: 20px;
	border: 1px solid #EAEAEA;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	padding: 20px 0 80px 0;
	position: relative;
	overflow: hidden;
}
.productsContainer .block .top {
	height: 130px;
}
.productsContainer .block .middle {
	height: 130px;
}
.productsContainer .block .button {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 10px;
	width: 90%;
	font-size: 15px;
}
.productsContainer .block h3 {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.productsContainer .block h3 a,
.relatedContent .block h3 a {
	color: #292929;
	padding: 0 10px;
}
.productsContainer .block .img {
	display: block;
	width: 100%;
	height: 210px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.productsContainer .block .excerpt p {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.productsContainer .block ul {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 400;
	margin-left: 0;
}
.productsContainer .block ul li {
	text-align: left;
	padding: 6px 20px;
	line-height: 1;
}
.productsContainer .block ul li:nth-child(odd){
	background-color: #EFEFEF;
}
.productsContainer .block ul li:before {
	font-family: Fontawesome;
	content: '\f00c';
	color: #D0AE57;
	margin-right: 10px;
}
.productsContainer .block p {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.2;
}
.productsContainer .block .price,
.relatedContent .block .price {
	font-weight: bold;
	font-size: 30px;
	color: #D0AE57;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 20px;
}
.productsContainer .block .price .subprice,
.relatedContent .block .price .subprice {
	color: #bbb3b9;
	font-size: 10px;
	letter-spacing: 0;
	margin: 0 5px;
	font-weight: normal;
}
.productsContainer .block .stock {
	color: #8E4949;
	text-align: left;
}
.productsContainer .block .stock.instock {
	color: #559149;
}

.filterBar {
	display: block;
}
.filterBarContainer {
	background-color: #FFF;
	padding: 10px 20px;
	padding-left: 0;
	height: 76px;
	margin-bottom: 20px;
	width: calc(100% - 20px);
	text-align: left;
	position: relative;
}
.filterBarContainer > span {
	line-height: 54px;
	font-weight: 500;
	margin-right: 50px;
	font-size: 25px;
}

.resultsCounterBar {
    background-color: #FFF;
    padding: 10px 20px;
    border: 1px solid #E5E5E5;
    height: 76px;
	line-height: 56px;
    margin-bottom: 20px;
    width: calc(100% - 20px);
    text-align: right;
    position: relative;
	display: none;
}
.resultsCounterBar .left {
	text-align: left;
	width: calc(100% - 150px) !important;
}
.resultsCounterBar .right {
	font-size: 25px;
	width: 150px !important;
}
.resultsCounterBar .right i {
	color: #D0AE57;
}
.resultsCounterBar .activateFilters {
	cursor: pointer;
}

.productsOverview .filter {
	display: inline-block;
	position: relative;
	vertical-align: top;
	border: 1px solid #E5E5E5;
	background-color: #FFF;
	z-index: 2;
	text-align: left;
	height: auto;
	transition: all 0.3s;
	border-radius: 26px;
	cursor: pointer;
}
.productsOverview .filter.optional {
	display: none;
}
.productsOverview .filterTitle {
	display: block;
	width: 100%;
	text-align: left;
	color: #000;
	background-color: #FFF;
	padding: 10px 20px;
	border-radius: 26px;
	min-width: 180px;
	position: relative;
}
.productsOverview .filterTitle i {
	margin-left: 10px;
	position: absolute;
	right: 20px;
	top: 18px;
}
.productsOverview .filterList {
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.productsOverview .filterList label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
	font-size: 17px;
	margin-left: 10px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.productsOverview .filterList input[type=checkbox] {
	display: none;
}
.productsOverview .filterList label:before {
	content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #fff;
    border: 1px solid #ebebe3;
}
.productsOverview .filterList input[type=checkbox]:checked + label:before {
    content: "";
	font-family: FontAwesome;
    font-size: 15px;
    color: #D0AE57;
    text-align: center;
    line-height: 15px;
}
.productsOverview .help {
	background-color: #292929;
	color: #FFF;
	padding: 50px 20px;
	background-image: url('assets/img/hulpnodig.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
}
.productsOverview .help h2 {
	color: #FFF;
	margin-bottom: 10px;
}
.productsOverview .infoPop {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	background-color: #FFF;
	color: #000;
	padding: 10px;
	border: 1px solid #CCC;
	z-index: 9;
	width: 300px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
	display: none;
}
.productsOverview .infoPop:before {
	content: '';
	position: absolute;
	left: 40px;
	top: -11.5px;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	background-color: #FFF;
	border: 1px solid #CCC;
	border-right: 0;
	border-bottom: 0;
}
.productsOverview .infoPop p:last-child {
	margin-bottom: 0;
}
.productsOverview .filterList label:hover .infoPop {
	display: block;
}

.helpContainer .wrapper {
	padding: 50px 0 30px 0;
	margin-bottom: 50px;
	background-color: #383838;
	color: #FFF;
	text-align: center;
}
.helpContainer h2, .helpContainer p {
	color: #FFF;
	display: inline-block;
	margin-right: 50px;
}


/* maatwerklab */
.moreInfo {
	padding: 50px 0;
}
.moreInfo .block {
	border: 1px solid #E5E5E5;
	margin-right: 20px;
	width: calc(33.333% - 20px);
	padding: 30px;
}
.moreInfo .block h3 {
	text-align: center;
}
.moreInfo .filter i {
	color: #D0AE57;
}
.moreInfo .filter {
	border-bottom: 1px solid #FFF;
	padding: 20px 0 0 0;
}
.moreInfo .block:first-of-type {
	background-color: #292929;
	color: #FFF;
}
.moreInfo .block:first-of-type h3 {
	color: #FFF;
}



/* over noizezz */
.team {
	padding: 50px 0;
	background-color: #F2F2F2;
}
.about.block1 {
	background-color: #FFF;
}

/* zakelijk */
.pageHeader.business .left {
	width: 60%;
}
.pageHeader.business .right {
	width: 40%;
	padding-left: 100px;
	margin-bottom: 30px;
}
.block2.business {
	position: relative;
	min-height: 420px;
}
.block2.business .left {
	width: 300px;
}
.block2.business .right {
	width: calc(100% - 500px);
}
.block2.business > img {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: auto;
	height: 380px;
}
.block2.business .right h2 {
	margin-left: 0;
}
.businessform input,
.businessform textarea
{
	width: 100%;
	padding: 15px;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 3.5px;
	margin-bottom: 20px;
	min-height: 56px;

}
.businessform textarea {
	height: 100px;
}
.businessform button {
	float: right;
}
input.half1 {
	width: 48%;
	margin-right: 2%;
	float: left;
}
input.half2 {
	width: 48%;
	margin-left: 2%;
	float: right;
}

/* segmenten */
.segmentIcon {
	max-height: 50px;
	width: auto;
	margin-right: 20px;
}
.pageHeader.segment h1 {
	font-size: 90px;
	line-height: 70px;
}
.pageHeader.segment h2 {
	font-size: 50px;
	margin-top: 1px;
	line-height: 50px;
}




/* contact */
.contact {
	background-color: #F2F2F2;
	padding: 50px 0;
}
.contact input,
.contact textarea 
{
	width: 100%;
	padding: 15px;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
}
.contact textarea {
	height: 310px;
}
.contact button {
	float: right;
}
.map {
	height: 620px;
	background-color: #CCC;
	position: relative;
	z-index: 0;
}
#gmap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 620px;
}
.map .wrapper {
	
}
.addressBlock {
	width: 340px;
	height: auto;
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 100;
	border: 1px solid #D0AE57;
}

/* zoekresultaten */
.searchResults {
	padding: 50px 0;
}
.searchResults h3 a {
	color: #292929;
}
.searchItem {
	border-bottom: 1px solid #E5E5E5;
	padding: 20px 0;
}
#infscr-loading {
	display: none !important;
}





/* blog */
.categories {
	margin-bottom: 50px;
}
.categories .cat {
	display: inline-block;
	border: 1px solid #ADAAA9;
	color: #ADAAA9;
	height: 40px;
	line-height: 35px;
	font-size: 19px;
	margin-right: 20px;
	margin-bottom: 5px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}
.categories .cat .status {
	display: inline-block;
	width: 40px;
	height: 39px;
	border-right: 1px solid #ADAAA9;
	text-align: center;
	font-size: 25px;
}
.categories .cat .text {
	padding: 0 10px;
}
.categories .cat.active {
	border: 1px solid #D0AE57;
	color: #D0AE57;
}
.categories .cat.active .status {
	border-right: 1px solid #D0AE57;
	color: #D0AE57;
}

.blogContainer .post {
	display: block;
	background-color: #353535;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
	padding: 35px;
	width: 33.33%;
	float: left;
	color: #FFF;
	height: 650px;
	overflow: hidden;
	text-decoration: none;
	position: relative;
}
.blogContainer .post h3 {
	color: #FFF;
}
.blogContainer .post .gradient {
	background: -moz-linear-gradient(top,  rgba(52,79,161,0) 0%, rgba(52,79,161,0) 0%, rgb(78 78 78 / 95%) 100%);
	background: -webkit-linear-gradient(top,  rgba(52,79,161,0) 0%,rgba(52,79,161,0) 0%,rgb(78 78 78 / 95%) 100%);
	background: linear-gradient(to bottom,  rgba(52,79,161,0) 0%,rgba(52,79,161,0) 0%,rgb(78 78 78 / 95%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 0;
	position: absolute;
	width: calc(100% - 100px);
	bottom: 0;
	left: 0;
	padding: 50px;
	height: 500px;
	width: 100%;
	padding-top: 200px;
}
.blogContainer .post .postData {
	color: #D0AE57;
	position: absolute;
	left: 50px;
	bottom: 50px;
}
.blogExcerpt {
	max-height:295px;
	margin:0 0 10px;
	overflow:hidden;
}
.blogIndex .overlay {
	padding: 250px 0 50px 0;
}

.singleBlog {
	padding: 50px 0;
	position: relative;
}
.toblog i {
	margin: 0;
}
.toblog a {
	color: #000;
	font-size: 30px;
}
.singleBlog .intro {
	font-family: HelveticaNeue;
	font-size: 23px;
	color: #4C4C4C;
	margin-top: 50px;
	margin-bottom: 50px;
}
.singleBlog em {
	font-style: italic;
}
.singleBlog strong {
	font-weight: bold;
}
.singleBlog ul,
.singleBlog ol 
{
	margin-left: 50px;
}
.singleBlog ul li,
.singleBlog ol li
{
	margin-bottom: 20px;
}
.singleBlogContent ul li:before {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #D0AE57;
	margin-right: 30px;
}
.singleBlog ol {
	counter-reset: ol;
}
.singleBlog ol li:before {
	display: inline-block;
	content: counter(ol);
	counter-increment: ol;
	font-size: 30px;
	color: #D0AE57;
	margin-right: 30px;
	vertical-align: top;
}
.singleBlog .alignleft {
	float: left;
	padding: 0 20px 20px 0;
}
.singleBlog .alignright {
	float: right;
	padding: 0 0 20px 20px;
}
.singleBlog .aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.singleBlogContent iframe {
	width: 100%;
	height: 480px;
	max-width: 800px;
	display: block;
	margin: 0 auto;
}
.postNav {
	position: absolute;
	top: 140px;
	width: 100%;
	left: 0;
	font-size: 12px;
	transition: all 0.3s;
}
.postNav .prev {
	position: absolute; 
	left: 10px;
}
.postNav .next {
	position: absolute; 
	right: 10px;
}
.postNav i {
	margin: 0;
}
.postNav .next i {
	margin-left: 20px;
}
.postNav .prev i {
	margin-right: 20px;
}
.postNav a {
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
	transition: all 0.3s;
}
.postNav .next:hover,
.postNav .prev:hover
{
	color: #D0AE57;
}


/* kenniscentrum */
.faq {
	margin: 50px auto 0;
	max-width: 1400px;
}
.faq.contact {
	margin-top: 0;
	background-color: #FFF;
}
.pagination {
	clear: both;
	padding-top: 5px;
	display: none;
}
.pagi {
	display: inline-block;
	color: #FFF;
	background-color: #D0AE57;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.pagi i {
	margin: 0;
}
.faq .item {
	margin-bottom: 20px;
	cursor: pointer;
}
.faq .item .title {
	border: 1px solid #A5A5A5;
	padding: 20px 40px;
	position: relative;
}
.faq .item .title i {
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 30px;
	transition: transform 0.3s;
}
.faq .item .title h3 {
	margin: 0;
	display: inline-block;
}
.faq .item .content {
	padding: 20px 40px;
	display: none;
}


/* cart */
.woocommerce-cart .block1 .wrapper {
	max-width: 1000px;
}
.woocommerce-cart .woocommerce-message {
	display: none;
}
.woocommerce-cart .block1 {
	background-color: #FFF;
}
.woocommerce-page table.cart img {
	width: 80px;
}
.cart-subtotal th,
.order-total th 
{
	font-weight: 100 !important;
}
.cart-subtotal td,
.order-total td 
{
	font-weight: bold !important;
}
.cart_totals h2 {
	margin-bottom: 10px;
}
.woocommerce table.shop_table {
	margin-bottom: 50px;
}
table.cart td.actions {
	padding: 20px;
	background-color: #FEF4EF;
}
.cart_totals table
{
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0 !important;
}
.cart_totals .includes_tax {
	display: block;
}
.coupon input[type=text]
{
	width: 100%;
	padding: 12px 15px !important;
	font-family: HelveticaNeue;
	font-size: 16px;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
	width: 250px !important;
}
table.cart td.actions .button {
	padding: 13px !important;
}
.quantity {
	display: inline-block;
}
.quantity input {
	height: 30px;
	border: 1px solid rgba(0,0,0,.1);
}
.less, .more {
	display: inline-block;
	height: 30px;
	width: 35px;
	text-align: center;
	border: 1px solid #000;
	vertical-align: middle;
	line-height: 25px;
	border: 1px solid rgba(0,0,0,.1);
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.less {
	margin-right: -7px;
}
.more {
	margin-left: -7px;
}
.woocommerce .remove {
	color: #D0AE57 !important;
}
.woocommerce a.remove i {
	margin: 0;
	font-size: 16px;
}
.woocommerce a.remove:hover {
	background: inherit;
	text-decoration: underline;
	color: #D0AE57 !important;
}
.woocommerce ul.products li.product .price {
	color: #D0AE57;
}
.button:hover, .woocommerce #respond input#submit, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #D0AE57;
	color: #FFF;
}
.product-quantity label {
	display: none;
}
.woocommerce .backToShop {
	float: none;
}
.woocommerce .checkoutTop {
	text-align: right;
	margin-top: -75px;
}


.progress {
	max-width: 640px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 50px;
	display: none;
}
.woocommerce-cart .progress1,
.woocommerce-checkout .progress2
{
	display: block;
}
.progress .block {
	text-align: center;
	padding-right: 0 !important;
	width: 33% !important;
	height: 100px !important;
}
.progress .block .check {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #EFEFEF;
	color: #EFEFEF;
	margin-bottom: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	z-index: 1;
	position: relative;
	border: 1px solid #D0AE57;
}
.progress .block.active .check {
	color: #FFF;
	background-color: #D0AE57;
}
.progress .block .text {
	font-weight: normal;
}
.progress .line {
	background-color: #EFEFEF;
	height: 2px;
	width: 30%;
	position: absolute;
	z-index: 0;
}
.progress .line.half {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f36c2d+0,efefef+59 */
	background: rgb(208,174,87); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(208,174,87,1) 0%, rgba(239,239,239,1) 59%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(208,174,87,1) 0%,rgba(239,239,239,1) 59%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(208,174,87,1) 0%,rgba(239,239,239,1) 59%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D0AE57', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
}
.progress .line.active {
	background-color: #D0AE57;
}
.progress .line1 {
	left: 18%;
	top: 16px;
}
.progress .line2 {
	right: 18%;
	top: 16px;
}




/* checkout */
.woocommerce-checkout .input-text,
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout textarea
{
	width: 100%;
	padding: 15px !important;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
}
.woocommerce-checkout textarea {
	width: 100% !important;
	margin: 0;
	height: 300px !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background-color: #D0AE57;
}
.woocommerce-checkout-review-order-table {
	width: 48% !important;
	float: left;
}
.woocommerce-checkout-payment {
	width: 48% !important;
	float: right;
}
#order_review_heading {
	margin-top: 100px;
}
.woocommerce-checkout h2:first-child
{
	margin-top: 0;
}
.woocommerce-info,
.woocommerce-info:before 
{
    border-top-color: #000;
	color: #000;
}
.woocommerce-checkout #billing_address_2_field {
	display: none !important;
}

/* add to cart popup */
.popupContainer {
	width: 100vw;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 999999;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	display: none;
}
.popup {
	position: absolute;
	margin: auto;
	top: 10vh;
	left: 0;
	right: 0;
	max-width: 750px;
	height: auto;
	background-color: #FFF;
	-webkit-transform: translateZ(0);
	margin-bottom: 50px;
	border: 1px solid #EAEAEA;
}
.popup .wrapper {
	max-width: 860px;
	margin: 0 auto;
	position: relative;
	min-width: 300px;
}
.popup .close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #FFF;
	font-size: 25px;
	cursor: pointer;
}
.popup .top {
	background-color: #000000;
	padding: 30px 50px 10px 50px;
	color: #000;
}
.popup .top .left {
	width: 70%;
}
.popup .top .right {
	width: 30%;
}
.popup .top .fa-check-circle {
	color: #009900;
	font-size: 25px;
	position: absolute;
	left: 20px;
	top: 35px;
}
.popup .top h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.popup .top .button {
	margin-bottom: 0;
}
.popup .middle {
	padding: 30px 50px 0 50px;
	line-height: 1.2;
}
.popup .bottom {
	padding: 0 50px;
	line-height: 1.2;
}
.popup .bottom .bts {
	padding-top: 16px;
	display: block;
}
.popup .text {
	margin-bottom: 30px;
	color: #000;
}
.popup .bottom .left {
	width: 55%;
}
.popup .bottom .right {
	width: 45%;
	text-align: right;
}


/* account */
.woocommerce-account .input-text {
	width: 100%;
	padding: 15px !important;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
}
a.edit {
	color: #D0AE57;
}




/* dealer */
.dealers {
	padding: 100px 0;
	background-color: #FFF;
}
.dealerSearch form {
	display: inline-block;
}
.dealerSearch span {
	margin: 0 20px 0 0;
}
.dealerSearch select,
.dealerSearch input
{
	width: auto;
	display: inline-block;
	padding: 15px 30px !important;
	font-family: HelveticaNeue;
	font-size: 100%;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
	margin-right: 10px;
	border: 2px solid #A8A8A8;
	min-height: 56px;
	font-weight: 400;
}
.dealerSearch .locate,
.dealerSearch button 
{
	cursor: pointer;
	font-size: 17px;
}
.dealerSearch button {
	padding: 15px 30px !important;
}
#dealerMap {
	width: 100%;
	height: 500px;
	background-color: #CCC;
	margin-bottom: 30px;
}
.gm-style-iw {
	padding: 20px;
}
.gm-style-iw p {
	font-size: 16px;
	margin-bottom: 0;
}
.dealerOverview {
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	min-height: 185px;
}
.dealerOverview h3 {
	margin-bottom: 0;
}
.dealerOverview .block {
	position: relative;
}
.dealerOverview .inner {
	padding-left: 20px;
}
.dealerOverview .fa-map-marker {
	position: absolute;
	left: 0;
	top: 5px;
	color: #D0AE57;
	font-size: 20px;
}
.extend {
	color: #D0AE57;
	cursor: pointer;
}
.extend i {
	font-size: 40px;
	vertical-align: -8px;
	margin-left: 10px;
}

.dealerMenu {
	text-align: center;
	padding: 70px 0;
	background-color: #F2F2F2;
}
.dealerMenu li {
	display: inline-block;
	text-align: center;
	position: relative;
	padding-top: 80px;
	width: 96px;
	height: 80px;
	color: #000;
	margin: 0;
}
.dealerMenu li:before {
	display: none;
}
.dealerMenu li a {
	color: #000;
	font-size: 15px;
}
.dealerMenu li img,
.dealerMenu li svg 
{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 20px;
	margin: auto;
	left: 0;
	right: 0;
	border: 1px solid #D0AE57;
	border-radius: 50%;
	padding: 5px;
	fill: #000 !important;
	transition: all 0.3s;
	background-color: #FFF;
}
.dealerMenu .st0 {
	fill: #000 !important;
}
.dealerMenu li:hover img,
.dealerMenu li:hover svg,
.dealerMenu li:hover svg .st0
{
	fill: #D0AE57 !important;
	border: 1px solid #D0AE57;
}

.dealer.companyRating {
	border-bottom: 1px solid #D3D3D3;
}

.dealer.blocks {
	padding: 50px 0;
	text-align: center;
}
.dealer.blocks .left,
.dealer.blocks .right
{
	border: 1px solid #E5E5E5;
	width: 48%;
	padding: 50px;
	background-color: #F9F9F9;
}
.dealer iframe {
	width: 100%;
	height: 400px;
}
.dealer.slider {
	padding: 30px 0;
}
.dealer.slider ul {
	text-align: center;
	width: 100%;
}
.dealer.slider li:before {
	content: '';
}
.dealer.slider li {
	margin: 0 auto;
}
.feedbackBar {
	padding: 50px 0;
	background-color: #383838;
	color: #FFF;
}
.feedbackBar h3 {
	color: #FFF;
	margin-bottom: 0;
}
.feedbackBar .left {
	width: 55%;
}
.feedbackBar .right {
	width: 45%;
}
.feedbackBar .right .left {
	width: 300px;
}
.feedbackBar .right .right
{
	width: calc(100% - 300px);
}
.productPlacement .left {
	position: relative;
	margin-right: 30px;
	border: 1px solid #E5E5E5;
	width: calc(50% - 15px);
	padding: 30px;
	background-color: #292929;
	color: #FFF;
}
.productPlacement .left h2 {
	color: #FFF;
}
.productPlacement .right {
	position: relative;
	margin-right: 0;
	border: 1px solid #E5E5E5;
	width: calc(50% - 15px);
	padding: 30px;
}
.productPlacement li {
	padding-left: 30px;
	position: relative;
	list-style-type: none;
}
.productPlacement li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 12px;
	height: 12px;
	background-color: #D0AE57;
}
.productPlacement img {
	height: 200px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.productPlacement .button {
	margin-bottom: 100px;
}

.woocommerce-page #payment .wc-terms-and-conditions,
.woocommerce-page #payment .woocommerce-mailchimp-opt-in {
	width: 100%;
	float:left;
	padding: 0 1em 0 0;
}

#ss_wc_mailchimp_opt_in {
	display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

iframe[name=google_conversion_frame]{
	display: block;
	height: 0;
}

.woocommerce-error li:before {
	content: '';
}

/* account */
.woocommerce-account .woocommerce a.button {
	border-color: #D0AE57;
	color: #D0AE57;
	margin-right: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	font-weight: bold;
}

/* cookiebar */
.avg-cookiebar {
	top: initial !important;
	bottom: 0 !important;
	padding: 0 !important;
}


/* ajax related content */
.relatedContent .addToCart {
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 32px;
	background-color: #D0AE57;
	color: #FFF;
	text-align: center;
}
.relatedContent .addToCart i {
	margin-left: 0;
}
.relatedContent .item h3 {
	text-align: center;
	font-size: 17px;
	margin-bottom: 10px;
}
.relatedContent .item,
.relatedContent .items {
	margin-bottom: 20px;
}
.relatedContent .block .price {
	text-align: center;
	padding-left: 0;
	font-size:16px;
}
.relatedContent .topdiv {
	text-align: center;
}
.relatedContent .topdiv img {
	max-width: 100%;
	width: auto;
	height: 128px;
}
.popup .top .right {
	text-align: right;
}




@media screen and (max-width: 1800px) {

	.pageHeader.home .productkiezer {
		top: 165px;
	}
	.singleBlog .wrapper {
		width: 75%;
	}
	.postNav .prev i {
		margin-right: 10px;
	}
}
@media screen and (max-width: 1500px) {
	
	.topHeader .phone .responsive {
		display: inline-block;
	}
	.topHeader .phone .normal {
		display: none;
	}
	.topHeader .rightMenu.normal {
		display: none;
	}
	.topHeader .rightMenu.responsive {
		display: inline-block;
	}
	.lowerHeader .mainMenu li {
		width: 85px;
	}
	.lowerHeader .mainMenu li span {
		font-size: 12px;
	}
	
	
}
@media screen and (max-width: 1400px) {

	.wrapper {
		padding: 0 20px;
	}
	.lowerHeader .mainMenu li {
		width: 78px;
	}
	.topHeader .search {
		display: none;
	}
	.footer1 .social {
		right: 20px;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 50%;
	}
	.pageHeader .left,
	.pageHeader .right
	{
		width: 100%;
	}
	.productsContainer .block {
		width: calc(50% - 20px);
	}
	.topBlocks .block {
		width: calc(50% - 20px);
	}
	.woocommerce .topBlocks .block {
		width: calc(33.333% - 20px);
	}
	.feedbackBar .right .left {
		display: block;
		width: 300px;
		margin: auto;
		float: none;
	}
	.feedbackBar .left {
		width: 100%;
		text-align: center;
	}
	.feedbackBar .right {
		width: 100%;
	}

	.feedbackBar .right .right {
		width: 100%;
		text-align: center;
	}
	
	.topHeader > .wrapper > .left {
		width: 55%;
	}
	.topHeader > .wrapper > .right {
		width: 45%;
	}
}
@media screen and (max-width: 1250px) {
	
	.topHeader .language .responsive,
	.topHeader .phone .responsive
	{
		display: block;
	}
	.headerCart {
		margin-left: 0px;
	}
	.topHeader .normal {
		display: none;
	}
	.topHeader .social {
		margin-right: 10px;
	}
	.blogContainer .post {
		width: 50%;
		height: 400px;
	}
	.block1, .block2 {
		padding: 50px 0;
	}
	.product .detailblock .block {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.product .detailblock .block:nth-child(2){
		margin-right: 0;
	}
	.product .detailblock .block:last-child {
		width: 100%;
		margin-bottom: 0px;
	}
	.usps .thirds .block,
	.usps .thirds .block:first-child
	{
		width: 100%;
		padding: 0;
	}
	.productPlacement .button {
		margin-bottom: 200px;
	}
	.transport iframe {
		display: block !important;
		float: none;
		margin-left: -16px;
	}
	.useCase li {
		width: 24%;
		margin-bottom: 50px;
	}
	.topHeader {
		font-size: 12px;
	}
	.topHeader .right {
		font-size: inherit;
	}
	.topHeader .menu li {
		padding: 0 5px 0 0;
	}
	.topHeader > .wrapper > .left,
	.topHeader > .wrapper > .right	
	{
		width: 50%;
	}
	.lowerHeader .logo {
		width: 150px;
		margin-top: 27px;
		height: auto;
	}
	.lowerHeader.sticky .logo {
		margin-top: 10px;
	}
	.lowerHeader .mainMenu {
		width: calc(100% - 160px);
	}
	.lowerHeader .mainMenu li {
		width: 65px;
	}
	.lowerHeader .mainMenu li span {
		font-size: 11px;
	}
	.lowerHeader .mainMenu li img, .lowerHeader .mainMenu li svg {
		width: 50px;
		height: 50px;
		top: 25px;
	}
	
	.lowerHeader.sticky .mainMenu li {
		width: 55px;
	}
	.lowerHeader.sticky .mainMenu li span {
		display: none;
	}
	.lowerHeader.sticky .mainMenu li img, .lowerHeader.sticky .mainMenu li svg {
		top: 22px;
	}
}
@media screen and (max-width: 1050px) {
	
	.lowerHeader .wrapper {
		height: 100px;
	}
	.pageHeader.home h1 {
		font-size: 40px;
	}
	.pageHeader.home .thirds .block span {
		font-size: 21px;
	}
	.pageHeader.home .thirds .block .text {
		margin-top: 20px;
	}
	.footer1 .button {
		font-size: 100%;
	}
	.footer1 .social {
		position: relative;
		margin-top: 20px;
	}
	.footer1 .part1,
	.footer1 .part2
	{
		display: block;
		margin-bottom: 20px;
	}
	.fifths .block {
		width: 33.333%;
	}
	.pageHeader.home {
		background-position: -166px bottom;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: inherit;
	}
	.headerCart {
		padding: 0;
	}
	.pageHeader.home .productkiezer {
		top: 150px;
	}
	.fifths .block {
		width: 50%;
	}
	.fifths .block:nth-child(3){
		display: none;
	}
}
@media screen and (max-width: 1020px) {
	
	.mainMenu {
		display: none;
	}
	.topHeader {
		display: none;
	}
	.mmenuTrigger {
		display: block;
	}
	.lowerHeader, .lowerHeader.sticky {
		height: 70px;
		position: fixed;
		z-index: 999999;
		left: 0;
		top: 0;
	}
	.lowerHeader .infoText {
		display: block;
	}
	.lowerHeader .logo {
		width: auto;
		height: 46px;
		margin-top: 0;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		margin-top: 10px;
	}
	.lowerHeader .headerCart, .lowerHeader.sticky .headerCart {
		display: block;
		float: right;
		margin-right: 0;
		position: initial;
		padding: 0 20px;
		margin-right: -20px;
		height: auto;
		line-height: 0;
	}
	.lowerHeader .headerCart.active {
		border-left: 2px solid #383838;
	}
	.lowerHeader .headerCart .label,
	.lowerHeader.sticky .headerCart .label {
		font-size: 30px;
		height: 50px;
		margin-top: 18px;
		width: 40px;
		box-sizing: border-box;
		text-align: center;
		position: relative;
	}
	.lowerHeader .headerCart .cartCountContainer,
	.lowerHeader.sticky .headerCart .cartCountContainer {
		font-size: 10px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 15px;
	}
	.lowerHeader .headerCart .content, .lowerHeader.sticky .headerCart .content {
		top: 65px;
		width: 100%;
		z-index: 999999;
		position: absolute;
	}
	.lowerHeader .headerCart.active .content:before {
		content: '';
		position: absolute;
		left: -8px;
		top: -10px;
		height: 2px;
		width: calc(100% + 16px - 80px);
		background-color: #383838;
	}
	body {
		padding-top: 70px;
	}
	.mmenu {
		top: 70px;
	}
	.product .top .transport .transportInner,
	.product .top .tfc {
		float: none;
	}
	
}
@media screen and (max-width: 900px) {
	
	.productsContainer .block .top {
		height: auto;
	}
	.productsContainer .block .middle {
		height: auto;
	}
	
	.pageHeader.home {
		position: relative;
	}
	.pageHeader.home .right {
		width: 100%;
	}
	.pageHeader.home:before {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		background-color: rgba(0,0,0,0.7);
	}
	.pageHeader.home h1 {
		display: block;
		float: right;
		text-align: right;
		font-size: 30px;
		max-width: calc(100% - 300px);
	}
	.pageHeader.home .productkiezer {
		bottom: 60px;
		top: auto;
	}
	.pageHeader.home .thirds {
		position: absolute;
		right: 0;
		top: 180px;
		/* background-color: rgba(0,0,0,0.5); */
		padding: 10px;
		height: 360px;
	}
	.pageHeader.home .thirds .block {
		float: none;
		width: 70px;
		padding: 0;
		position: initial;
	}
	.pageHeader.home .thirds .block span {
		font-size: 14px;
		font-weight: bold;
		line-height: 14px;
	}
	.pageHeader.home .thirds .block .text {
		left: calc(-100vw + 130px);
		top: auto;
		bottom: 0;
		width: calc(100vw - 130px);
		padding: 20px;
		margin-top: 0;
	}
	.pageHeader.home .thirds .block .line {
		display: none !important;
	}
	.pageHeader {
		padding: 185px 0;
	}
	.thirds .block,
	.block1 .thirds .block:nth-child(1),
	.block1 .thirds .block:nth-child(2),
	.block1 .thirds .block:nth-child(3)
	{
		width: 100%;
		padding: 0;
	}
	.block1 .thirds .block:nth-child(2) {
		width: 70%;
		padding-right: 20px;
	}
	.block1 .thirds .block:nth-child(3)
	{
		width: 30%;
	}
	.fifths .block {
		width: 50%;
		padding: 0;
		margin-bottom: 20px;
	}
	h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.block2 .thirds .block,
	.block2 .thirds .block:first-child,
	.block2 .thirds .block:nth-child(2),
	.block2 .thirds .block:last-child
	{
		width: 100%;
		background-position: center center;
		height: auto !important;
		min-height: 100px;
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
	}
	.block2 h2 {
		margin: 0 0 20px 0;
		text-align: center;
	}
	.moreInfo .block {
		padding: 20px;
		margin-bottom: 20px;
	}
	.dealerOverview .block {
		width: 50%;
	}
	.dealer.blocks .left, .dealer.blocks .right {
		width: 100%;
		margin-bottom: 20px;
	}
	.pageHeader.normal .overlay {
		min-height: 100vh;
		height: auto;
	}
	.pageHeader.normal.segment .overlay
	{
		min-height: 0;
	}
	.pageHeader.normal.shop .overlay {
		height: auto;
		min-height: 0;
		padding-bottom: 50px;
	}
	.pageHeader.business .right,
	.pageHeader.business .left
	{
		width: 100%;
		padding: 0;
	}
	.pageHeader.business .right {
		padding-bottom: 50px;
	}
	.block2.business .left {
		display: none;
	}
	.block2.business .right {
		width: 100%;
	}
	.topBlocks .block {
		padding: 20px;
		height: auto;
		min-height: 0;
	}
	.topBlocks .block .button {
		position: relative;
		bottom: auto;
	}
	.topBlocks.shop {
		display: none;
	}
	.productsOverview {
		padding-top: 30px;
	}
	.productsContainer .block {
		width: 100%;
	}
	.product .middleBar .thirds .block {
		width: 33.333%;
		float: left;
	}
	.related .block {
		margin-bottom: 20px;
	}
	.block2.business > img {
		display: none;
	}
	.product .middleBar {
		height: auto;
	}
	.product .middleBar .wrapper {
		padding: 0;
	}
	.product .middleBar .wrapper > .left {
		border-bottom: 1px solid #E2E2E2;
		padding: 0;
	}
	.product .middleBar .wrapper > .right {
		padding: 0 20px;
		overflow: hidden;
	}
	.product .middleBar .wrapper > .left,
	.product .middleBar .wrapper > .right
	{
		width: 100%;
	}
	.singleBlogContent iframe {
		height: 480px;
	}
	.singleBlog .wrapper {
		width: 65%;
	}
	.productPlacement .right {
		width: 100%;
	}
	.productPlacement .left {
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.productPlacement .button {
		margin-bottom: 10px;
	}
	.productPlacement img {
		height: 150px;
	}
	.productsContainer .block .imgContainer {
		float: left;
		width: 50%;
		padding: 0 5px;
	}
	.productsContainer .block .dataContainer {
		float: right;
		width: 50%;
	}
	.productsContainer .block .img {
		background-position: top center;
	}
	.resultsCounterBar, .filterBarContainer {
		width: 100%;
	}
	.pageHeader.shop, .pageHeader.segment {
		margin-bottom: 0;
	}
	.relatedContent .bottomdiv {
		text-align: center;
	}
	
	.homeTop .slide {
		height: auto;
		text-align: center;
		background-image: url() !important;
		background-color: #292929;
	}
	.homeTop .slide .respImg {
		display: block;
		height: 300px;
		max-height: initial;
		background-size: cover;
		background-position: center center;
	}
	.homeTop .slide .wrapper {
		padding: 20px 0 60px 0;
	}

	.homeTop .slide h2 {
		color: #FFF;
	}
	.homeTop .slide .wrapper {
		padding: 20px 0 20px 0;
	}
	.homeTop .slide .button {
		border-color: #D0AE57 !important;
	}
	
}
@media screen and (max-width: 768px) {
	.singleBlog .wrapper {
		width: 60%;
	}
	.productPlacement .button {
		margin-bottom: 160px;
	}
	.popup .top .left, .popup .top .right {
		width: 50%;
	}
}
@media screen and (max-width: 700px) {
	
	.mmenu {
		font-size: 14px;
	}
	.pageHeader.home h1 {
		max-width: 100%;
		float: none;
		text-align: right;
		line-height: 40px;
	}
	.block1 {
		padding: 40px 0;
	}
	.faq .item .title h3 {
		font-size: 16px;
	}
	.productsOverview .left,
	.productsOverview .right
	{
		width: 100%;
		padding: 0;
	}
	.product .detailblock .block {
		width: 100%;
		margin-bottom: 20px;
	}
	.woocommerce-checkout-payment,
	.woocommerce-checkout-review-order-table
	{
		width: 100% !important;
	}
	#order_review_heading, .woocommerce-checkout h2 {
		margin-top: 50px;
	}
	.blogExcerpt p {
		display: none;
	}
	.blogContainer .post .gradient {
		padding-top: 320px;
	}
	.singleBlogContent iframe {
		height: 370px;
	}
	.config label {
		width: 100%;
		margin-right: 0;
	}
	.companyRating .left {
		display: none;
	}
	.companyRating .right {
		display: none;
	}
	.companyRating .middle {
		margin: auto;
		float: none;
		width: calc(100% - 10px);
	}
	.productsOverview .help {
		display: none;
	}
	.filterBar {
		display: none;
	}
	.filterBarContainer {
		border: none;
		height: auto;
		padding: 0;
		width: 100%;
	}
	.filterBarContainer > span {
		display: none;
	}
	.filter {
		width: 100%;
		margin-bottom: 10px;
	}
	.filterTitle i {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.homeTop .slide p {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.homeTop .slide h2 {
		font-weight: bold;
		font-size: 20px;
		line-height: 20px;
	}
	.pageHeader.shop, .pageHeader.segment {
		margin-bottom: 0;
	}
	.resultsCounterBar {
		display: block;
	}
	.homeTop .slide .respImg {
		background-position: -550px center;
	}
}
@media screen and (max-width: 600px) {
	
	.noResponsive {
		display: none !important;
	}
	.showResponsive,
	.onlyResponsive
	{
		display: block;
	}
	.singleBlog {
		padding-top: 100px;
	}
	.singleBlog .wrapper {
		width: 100%;
	}
	.postNav {
		top: 20px;
	}
	.mmenu li {
		width: calc(50% - 10px);
		margin-right: 10px;
	}
	.block1 .thirds .block:nth-child(1),
	.block1 .thirds .block:nth-child(2),
	.block1 .thirds .block:nth-child(3)
	{
		width: 100%;
		padding: 0;
	}
	.block1 .thirds .block:nth-child(3){
		height: auto;
		min-height: 100px;
		background-position: center center;
	}
	.enlargeImg {
		min-height: 300px !important;
	}
	.left,
	.right,
	.newsletter .left,
	.newsletter .right
	{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.companyRating .left {
		margin-bottom: 0;
	}
	.fifths .block {
		width: 100%;
	}
	.blogContainer .post {
		width: 100%;
	}
	h1 {
		font-size: 30px;
		line-height: 30px;
	}
	h2 {
		font-size: 25px;
		line-height: 25px;
	}
	.addressBlock {
		display: none;
	}
	.woocommerce-Reviews .comment-form-comment {
		width: 100%;
	}
	.woocommerce-Reviews .comment-form-author, .woocommerce-Reviews .comment-form-email {
		width: 100%;
		padding-left: 0;
	}
	.singleBlog ul, .singleBlog ol {
		margin-left: 0px;
	}
	.segmentIcon {
		max-height: 40px;
	}
	.pageHeader.segment h1 {
		font-size: 50px;
		line-height: 45px;
	}
	.pageHeader.segment h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.pageHeader.segment,
	.pageHeader.normal.segment .overlay
	{
		min-height: 0;
	}
	.breadcrumbs {
		font-size: 10px;
	}
	.useCase li img, .useCase li svg {
		width: 50px;
		height: 50px;
	}
	.useCase a span {
		bottom: 0;
	}
	.homeReviews .quote {
		font-size: 20px;
	}
	.fifths .block {
		margin-bottom: 0;
	}
	.fifths .block:nth-child(5){
		display: none;
	}
	.footer3 {
		display: none;
	}
	.coupon input[type=text] {
		width: 100% !important;
		float: none;
		margin-bottom: 8px !important;
	}
	table.cart td.actions .button {
		width: 100% !important;
		float: none;
	}
	.cart_totals h2 {
		text-align: right;
	}
	.homeTop .slide .wrapper {
		padding-top: 20px;
	}
	.homeTop .slide .right {
		padding-top: 20px;
	}
	.popup .bottom .left, .popup .bottom .right {
		width: 100%;
	}
	.popup .bottom .left .button, .popup .bottom .right .button {
		width: 100%;
	}
	.productsContainer .block .imgContainer {
		width: 35%;
	}
	.productsContainer .block .dataContainer {
		width: 65%;
	}
	.productsContainer .block p,
	.productsContainer .block h3 a,
	.productsContainer .block h3
	{
		text-align: left;
		padding-left: 0;
	}
	.lowerHeader .infoText {
		font-size: 12px;
	}
	.footer1 .part1 span,
	.footer1 .part2 span
	{
		display: block;
	}
	.helpContainer {
		display: none;
	}
	.productsContainer .block .price .subprice {
		display: none;
	}
	
	.footer2 .block {
		padding-left: 30px;
	}
	.footer2 ul {
		margin-left: 0;
	}
	.popup .top .left, .popup .top .right {
		width: 100%;
	}
	.popup .top .right {
		text-align: center;
	}
	.popup .top .right .button {
		width: 100%;
	}
	.popup .bottom .left {
		text-align: center;
	}
	.homeTop .slide img {
		display: block;
		margin: 0 auto 10px auto;
		
	}

}
@media screen and (max-width: 400px) {
	
	.pageHeader.home .thirds {
		height: auto;
	}
	.pageHeader.home .thirds .block {
		float: left;
		width: 33.333%;
		height: 140px;
	}
	.pageHeader.home .thirds .block:first-child span {
		position: relative;
		top: -1px;
	}
	.pageHeader.home .thirds .block .text {
		left: 0;
		top: 160px;
		bottom: auto;
		width: calc(100vw - 40px);
		padding: 20px;
		/* background-color: rgba(0,0,0,0.5); */
		margin-top: 0;
		font-size: 12px;
		line-height: 180%;
	}.pageHeader.home .thirds .block .text a {
		font-weight: bold;
	}
	.newsletter input {
		width: 100%;
	}
	.footer1 .content {
		font-size: 16px;
	}
	.dealerOverview .block {
		width: 100%;
	}
	.pageHeader.home .productkiezer {
		width: 280px;
		height: 84px;
	}
	.pageHeader.home .productkiezer h3 {
		font-size: 25px;
		left: 10px;
		top: 0px;
	}
	.pageHeader.home .productkiezer span {
		left: 10px;
		top: 25px;
		font-size: 16px;
	}
	.pageHeader.home .productkiezer i {
		top: calc(50% - 20px);
		left: 200px;
		font-size: 20px;
	}
	.pageHeader.segment,
	.pageHeader.normal.segment .overlay
	{
		min-height: 0;
	}
	.topBlocks .block .button {
		width: 100%;
	}
	.singleBlogContent iframe {
		height: 210px;
	}
	.productsContainer .block .button {
		padding: 10px;
	}
	.useCase li {
		width: 45%;
		margin-bottom: 0px;
	}

	.productsContainer .block p,
	.productsContainer .block h3 a
	{
		text-align: center;
		padding-left: 25px;
	}
	.productsContainer .block h3 {
		text-align: center;
		font-size: 18px;
	}
	.productsContainer .block h3 a {
		padding-left: 0;
		padding-right: 0;
	}
	.productsContainer .block p,
	.productsContainer .block ul li {
		font-size: 12px;
	}
	
	.lowerHeader .infoText {
		font-size: 10px;
		line-height: 1.5;
	}
	.homeTop .slide .respImg {
		height: 250px;
	}
	.homeTop .bx-has-pager {
		position: absolute;
		top: 312px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.homeTop .slide .wrapper {
		padding: 30px 0;
		padding-bottom: 0;
	}
	
}
@media screen and (max-width: 360px) {
	.companyRating {
		padding: 30px 0 30px 0;
	}

	.companyRating .middle #link_div {
		margin-top: -16px;
		margin-left: 130px;
		width: calc(100% - 70px);
	}

	#ranking_div {
		padding-top: 10px;
	}
	.resultsCounterBar .left {
		display: none;
	}
	.productsContainer .block .button {
		width: 90%;
	}
}

@media screen and (max-width: 335px) {
	.pageHeader.home .thirds .block:first-child span {
		position: initial;
		top:0;
	}
	.companyRating {
		padding: 30px 0 30px 0;
	}
	.companyRating .middle #link_div {
		margin-top: -16px;
		margin-left: 130px;
		width: calc(100% - 70px);
	}
	#ranking_div {
		padding-top: 10px;
	}
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* actual css starting here */
@font-face {
	font-family: HelveticaNeue;
	src: url('assets/fonts/HelveticaNeueLTStd-Th.eot');
	src: url('assets/fonts/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/HelveticaNeueLTStd-Th.woff') format('woff'),
		url('assets/fonts/HelveticaNeueLTStd-Th.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: HelveticaNeue;
	src: url('assets/fonts/HelveticaNeueLTStd-Roman.eot');
	src: url('assets/fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
		url('assets/fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: HelveticaNeue;
	src: url('assets/fonts/HelveticaNeueLTStd-Bd.eot');
	src: url('assets/fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
		url('assets/fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: Gentona;
	src: url('assets/fonts/Gentona-Light.eot');
	src: url('assets/fonts/Gentona-Light.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Gentona-Light.woff') format('woff'),
		url('assets/fonts/Gentona-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Gentona;
	src: url('assets/fonts/Gentona-Light_1.eot');
	src: url('assets/fonts/Gentona-Light_1.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Gentona-Light_1.woff') format('woff'),
		url('assets/fonts/Gentona-Light_1.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}







/* global */
* {
	box-sizing: border-box;
}
*:focus {
    outline: none;
}
body {
	font-size: 16px;
	font-family: HelveticaNeue;
	font-weight: 400;
	line-height: 200%;
	letter-spacing: 1.5px;
	min-width: 300px;
}
a {
	color: #202020;
	text-decoration: none;
}
a i {
	margin-left: 15px;
}
img {
	max-width: 100%;
	height: auto;
}
h1 {
	font-size: 55px;
	color: #FFF;
	margin-bottom: 30px;
	line-height: 55px;
}
h1.inline {
	display: inline-block;
}
h2 {
	font-size: 35px;
	color: #202020;
	margin-bottom: 30px;
}
h3 {
	font-size: 25px;
	color: #202020;
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
}
ul, ol {
	margin-bottom: 20px;
}
p + ul li {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.2;
	padding-left: 30px;
}
p + ul li:before {
	font-family: Fontawesome;
	content: '\f00c';
	color: #D0AE57;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
	
}
hr {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #E5E5E5;
	border: 0;
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
em {
	text-style: italic;
}
p iframe {
	max-width: 100%;
}
.intro {
	
	color: #4C4C4C;
	margin-bottom: 20px;
}
.wrapper {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	min-width: 300px;
}
.wrapper.small {
	max-width: 1120px;
}
.left {
	width: 50%;
	padding-right: 20px;
	float: left;
}
.right {
	width: 50%;
	padding-left: 20px;
	float: right;
}
.thirds .block {
	width: 33.333%;
	float: left;
}
.fourths .block {
	width: 25%;
	float: left;
}
.fifths .block {
	width: 20%;
	float: left;
}
button.button,
.button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
	padding: 18px 30px;
	border: 2px solid #000;
	color: #000;
	border-radius: 3.5px;
	margin-bottom: 20px;
	display: inline-block;
	transition: all 0.3s;
	background-color: transparent;
	font-family: HelveticaNeue;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-align: center;
	line-height: 16px;
}
.button:hover,
.woocommerce #respond input#submit, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover
{
	border-color: #D0AE57;
	color: #D0AE57;
}

.button.orange {
	padding: 12px 17px;
	border: 2px solid #b7b5b5 !important;
	color: #b9b9b9 !important;
	border-radius: 2.5px;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 100%;
	min-height: 46px;
	line-height: 16px;
}
.button.open {
	padding: 5px 0;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	border-radius: 0;
}
.button.orange.solid {
	border-color: #292929 !important;
	background-color: #292929 !important;
	color: #FFF !important;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
}
.button.orange:hover {
	border-color: #505050 !important;
	background-color: #505050 !important;
	color: #FFF !important;
}
.button.white {
	padding: 18px 30px;
	border: 2px solid #FFF !important;
	color: #FFF !important;
	border-radius: 3.5px;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 16px;
}
.button.white:hover {
	border-color: #FFF !important;
	color: #FFF !important;
	background-color: #D0AE57 !important;
}
.button.open:hover {
	background-color: transparent !important;
	color: #000 !important;
	border-color: #000 !important;
}
.centerContent {
	text-align: center;
}
.button .fa-angle-left {
	margin-left: 0;
	margin-right: 15px;
}
.alert {
	padding: 20px 0;
	color: #FFF;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 14px;
	cursor: pointer;
	z-index: 999;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}
::-webkit-input-placeholder {
	color: #292929;
	letter-spacing: 1px;
}

:-moz-placeholder { /* Firefox 18- */
	color: #292929;
	letter-spacing: 1px;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #292929;
	letter-spacing: 1px;
}

:-ms-input-placeholder {  
	color: #292929;
	letter-spacing: 1px;
}
.alignLeft {
	text-align: left;
}
.onlyResponsive {
	display: none;
}


/* header */
header a {
	color: #FFF;
	transition:0.3s all;
}
header a:hover {
	color: #D0AE57;
	fill: #D0AE57;
}
header ul {
    margin-bottom: 0;
}
header .wrapper {
	max-width: 100%;
	padding: 0 20px;
}
.topHeader {
	width: 100%;
	background-color: #383838;
	color: #FFF;
	padding: 10px 0 0 0;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Gentona;
	font-weight: 400;
	letter-spacing: 1px;
	z-index: 9;
    position: relative;
}
.lowerHeader {
	width: 100%;
	background-color: #292929;
	color: #FFF;
	padding: 0;
	height: 120px;
	clear: both;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
	z-index: 8;
}
.breadcrumbs {
	position: relative;
	z-index: 1;
	color: #FFF;
	display: block;
	height: 30px;
	font-size: 13px;
	background-color: #29292954;
}

.topHeader .left {
	text-align: left;
	padding-right: 0;
}
.topHeader .right {
	text-align: right;
	font-size: 15px;
	padding-left: 0;
}
.topHeader .menu-top-menu-container,
.topHeader .menu-top-menu-engels-container,
.topHeader .menu-top-menu-en-container,
.topHeader .menu-top-menu-nl-container 
{
	padding: 1px 0;
	display: inline-block;
}
.topHeader .menu li {
	display: inline-block;
	padding: 0 20px 0 0;
}
.topHeader .phone {
	border-left: 0;
	display: inline-block;
}
.topHeader .phone .normal a {
	border: 1px solid #D0AE57;
	padding: 5px 10px;
	border-radius: 3.5px;
	font-weight: bold;
}
.topHeader .phone .responsive {
	padding: 0;
	border: 1px solid #D0AE57;
	display: inline-block;
	display: none;
	border-radius: 50%;
	height: 31px;
	width: 32px;
	text-align: center;
}
.topHeader .phone a i {
	margin-left: 0;
}
.topHeader .social {
	margin-right: 22px;
	display: inline-block;
}
.topHeader .social a {
	margin: 0 5px;
}
.topHeader .social a i {
	margin: 0;
}
.topHeader .tfc {
	margin-right: 16px;
	width: 210px;
	display: inline-block;
	vertical-align: top;
}
.tfc .ratingStars {
	color: #E5E5E5;
}
.tfc .ratingStars .active {
	color: #EBC670;
}
.tfc .box {
	border: 1px solid #e5e5e5;
	background-color: #FFF;
	text-align: center;
	display: inline-block;
	color: #000;
}
.tfc .box .top {
	padding: 20px;
	font-weight: bold;
}
.tfc .box .top i {
	font-size: 25px;
	margin-left: 0;
}
.tfc .box .bottom {
	padding: 5px 0;
	background-color: #F4F4F4;
}
.tfc .box .bottom svg {
	vertical-align: middle;
}

.topHeader .rightMenu {
	display: inline-block;
}
.topHeader .rightMenu.responsive {
	display: none;
}
.topHeader .rightMenu a {
	display: inline-block;
	padding: 0 12px;
}
.topHeader .rightMenu.responsive a {
	width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	border: 1px solid #D0AE57;
	text-align: center;
	border-radius: 50%;
	padding: 0;
}
.topHeader .rightMenu.responsive a i {
	margin-left: 0;
}

.topHeader .headerAccount {
	display: inline-block;
}
.topHeader .headerAccount i {
	margin-left: 0;
}

.headerCart {
	display: inline-block;
	border: 0;
	position: relative;
	z-index: 999;
	text-align: left;
	transition: all 0.3s;
}
.lowerHeader .headerCart {
	display: none;
}
.headerCart .label {
	cursor: pointer;
	padding: 0 5px;
	text-align: left;
}
.headerCart.active {
	background-color: #202020;
	color: #D0AE57;
}

.headerCart .content {
	position: absolute;
	right: 0;
	top: 32px;
	width: 400px;
	background-color: #FFF;
	z-index: 1000;
	color: #000;
	display: none;
	-webkit-box-shadow: -11px 11px 5px -8px rgba(0,0,0,0.41);
    -moz-box-shadow: -11px 11px 5px -8px rgba(0,0,0,0.41);
    box-shadow: -11px 11px 5px -8px rgba(0,0,0,0.41);
}
.headerCart.active .content {
	display: block;
}
.headerCart .top {
	width: 100%;
	position: relative;
	display: block;
	color: #000;
	height: 50px;
}
.headerCart .top .headerCartClose {
	color: #000;
	font-size: 45px;
	position: absolute;
	right: 13px;
	top: 0;
	z-index: 9;
	line-height: 0;
}
.headerCart .content .item {
	padding: 10px 20px;
	border-bottom: 1px solid #EAEAEA;
}
.headerCart .content .item img {
	width: 60px;
	float: left;
	margin-right: 10px;
}
.headerCart .content .item .title {
	float: left;
	width: 200px;
	font-size: 16px;
	font-family: HelveticaNeue;
	line-height: 150%;
}
.headerCart .content .item .price {
	float: right;
	font-family: HelveticaNeue;
	font-weight: bold;
	font-size: 17px;
	color: #202020;
}
.headerCart .content .bottom {
	text-align: center;
}
.headerCart .content .bottom.empty p {
	margin-top: 30px;
}
.headerCart .content .bottom .price {
	text-align: right;
	padding: 20px;
	font-size: 25px;
	text-transform: capitalize;
}
.headerCart .content .bottom .price span {
	font-weight: bold;
	color: #202020;
	margin-left: 3px;
}
.headerCart .content .bottom .button {
	text-transform: lowercase;
}

.topHeader .language {
	display: inline-block;
	border: 0;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
	position: relative;
	text-align: left;
	height: 31px;
}
.topHeader .language li {
	display: inline-block;
}
.topHeader .language .responsive {
	display: none;
}
.topHeader .language.active {
	background-color: #EAEAEA;
	color: #D0AE57;
}
.topHeader .language .content {
	position: absolute;
	left: 0;
	top: 32px;
	min-width: 104px;
	background-color: #FFF;
	z-index: 9;
	border: 8px solid #EAEAEA;
	color: #000;
	display: none;
	padding: 0 10px;
	border-radius: 20px;
	width: 100%;
	text-align: center;
}
.topHeader .language.active .content {
	display: block;
}
.topHeader .language .content a {
	color: #000;
}






.topHeader .search {
	float: right;
	margin-left: 10px;
}
.topHeader .search input {
	border: 0;
	border-bottom: 1px solid #FFF;
	background: transparent;
	color: #FFF;
	font-family: HelveticaNeue;
	padding: 8.5px;
}
.topHeader .search button {
	border: 0;
	background-color: transparent;
	color: #FFF;
	font-size: 20px;
	margin-left: -35px;
}
.lowerHeader .logo {
	float: left;
	height: 70px;
    margin-top: 30px;
	width: 7.5vw;
    height: 100%;
}
.lowerHeader .mainMenu {
	float: right;
	width: calc(100% - 200px);
}
.lowerHeader .mainMenu ul {
    display: block;
    float: right;
}
.lowerHeader .mainMenu li {
	display: inline-block;
	text-align: right;
	position: relative;
	margin: 0;
	width: 100px;
	height: 110px;
	transition: all 0.3s;
}
.lowerHeader .mainMenu li img,
.lowerHeader .mainMenu li svg 
{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 20px;
	margin: auto;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border-radius: 50%;
	padding: 5px;
	fill: #FFF;
	transition: all 0.3s;
}
.lowerHeader .mainMenu li svg .st0 {
	stroke-width: 0;
}
.lowerHeader .mainMenu li:hover img,
.lowerHeader .mainMenu li:hover svg,
.lowerHeader .mainMenu li:hover svg .st0,
.lowerHeader .mainMenu li:hover svg .cls-1
{
	fill: #D0AE57 !important;
	border: 2px solid #D0AE57;
	stroke-width: 0;
}
.lowerHeader .mainMenu li:hover a {
	color: #D0AE57;
}
.lowerHeader .mainMenu li span {
	width: 100%;
	position: absolute;
	top: 82px;
	left: 0;
	text-align: center;
	line-height: 16px;
	vertical-align: text-top;
	font-size: 15px;
	font-weight: 400;
}
.lowerHeader .mainMenu li:last-child span {
	border-left: 0;
	height: 80px;
	top: 15px;
	line-height: 150px;
	color: #D0AE57;
	transition: all 0.3s;
}
.lowerHeader .mainMenu li:nth-child(10) span {
	color: #FFF;
	transition: all 0.3s;
}
.lowerHeader .mainMenu li.active:nth-child(10) span {
	color: #D0AE57;
}
.lowerHeader .mainMenu li.active img,
.lowerHeader .mainMenu li.active svg,
.lowerHeader .mainMenu li.active .st0,
.lowerHeader .mainMenu li.active .cls-1
{
	fill: #D0AE57 !important;
	border-color: #D0AE57;
}
.lowerHeader .mainMenu li.active a {
	color: #D0AE57;
}
.lowerHeader .mainMenu li:last-child img,
.lowerHeader .mainMenu li:last-child svg,
.lowerHeader .mainMenu li:last-child .st0,
.lowerHeader .mainMenu li:last-child .cls-1
{
	fill: #D0AE57 !important;
	border-color: #D0AE57;
}
.lowerHeader .mainMenu li.active:last-child img,
.lowerHeader .mainMenu li.active:last-child svg,
.lowerHeader .mainMenu li.active:last-child .st0,
.lowerHeader .mainMenu li.active:last-child .cls-1
{
	fill: #D0AE57 !important;
	border-color: #D0AE57;
}
.lowerHeader .mainMenu li:last-child:hover img,
.lowerHeader .mainMenu li:last-child:hover svg,
.lowerHeader .mainMenu li:last-child:hover .st0,
.lowerHeader .mainMenu li:last-child:hover .cls-1
{
	fill: #D0AE57 !important;
	border-color: #D0AE57;
	
}
.lowerHeader .mainMenu li:last-child:hover span,
.lowerHeader .mainMenu li:nth-child(10):hover span
{
	color: #D0AE57;
}


.lowerHeader.sticky {
	position: fixed;
	left: 0;
	top: 0;
	height: 90px;
}
.lowerHeader.sticky .mainMenu {
	padding-right: 100px;
	width: calc(100% - 200px);
}
.lowerHeader.sticky .mainMenu li {
	width: 74px;
	height: 90px;
}
.lowerHeader.sticky .mainMenu li img, 
.lowerHeader.sticky .mainMenu li svg
{
	width: 45px;
	height: 45px;
	top: 12px;
}
.lowerHeader.sticky .mainMenu li span {
	font-size: 12px;
	top: 65px;
}
.lowerHeader.sticky .mainMenu li:last-child span {
	top: 0;
}
.lowerHeader.sticky .logo {
	margin-top: 8px;
}
.lowerHeader.sticky .headerCart {
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	height: 90px;
	line-height: 90px;
	padding: 0 10px;
}
.lowerHeader.sticky .headerCart .cartCountContainer {
	font-size: 15px;
}
.lowerHeader.sticky .headerCart .label {
	font-size: 30px;
}
.lowerHeader .headerCart .content {
	min-height: 50px;
}
.lowerHeader.sticky .headerCart .content {
	top: 90px;
	min-height: 100px;
}
.cartCountContainer {
	display: none;
}
.headerCart.withProds .cartCountContainer {
	display: inline-block;
}

.lowerHeader .infoText {
	display: none;
	text-align: center;
}
.lowerHeader .infoText .bottom {
	border-top: 1px solid #333333;
}
.lowerHeader .infoText .bottom span {
	color: #D0AE57;
}

.mmenu {
	position: fixed;
	top: 65px;
	left: 0;
	z-index: 9999;
	background-color: #FFF;
	width: 100%;
	border-top: 2px solid #383838;
	display: none;
}
.mmenu .inner {
	border: 8px solid #292929;
}
.mmenu .upper {
	padding: 20px;
	color: #000;
	background-color: #FFF;
	border-bottom: 1px solid #141414;
	padding: 10px 0 10px 10px;
}
.mmenu .upper a
{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: -3px;
	margin-right: 10px;
	border: 1px solid #000;
	border-radius: 50%;
	padding: 1px;
	fill: #000;
	text-align: center;
	vertical-align: top;
	line-height: 27px;
}
.mmenu .upper a i {
	margin-left: 0;
	vertical-align: middle;
	color: #000;
}
.mmenu .upper a img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.mmenu .top {
	background-color: #FFF;
	width: 100%;
	color: #000;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #141414;
}
.mmenu .top a {
	color: #000;
}
.mmenu li {
	float: left;
	width: calc(33.333% - 20px);
	margin-right: 20px;
	border-bottom: 1px solid #FFF;
	padding: 1px 0;
}
.mmenu li i {
	margin-left: 0;
}
.mmenu li img,
.mmenu li svg,
.mmenu li svg .st0,
.mmenu li svg .cls-1
{
	width: 20px;
	height: 20px;
	margin-bottom: -3px;
	margin-right: 10px;
	border: 1px solid #000;
	border-radius: 50%;
	padding: 1px;
	fill: #000;
	text-align: center;
}
.mmenu li:hover img,
.mmenu li:hover svg,
.mmenu li:hover svg .st0,
.mmenu li:hover svg .cls-1
{
	fill: #000;
	border-color: #000;
	color: #000;
}


.mmenuTrigger {
	display: none;
    float: left;
    margin-right: 0;
    position: initial;
    padding: 0 20px;
    margin-left: -20px;
    height: 72px;
    line-height: 60px;
	font-size: 38px;
	transition: all 0.3s;
}
.mmenuTrigger > div {
	font-size: 10px;
	margin-top: -40px;
}
.mmenuTrigger.active {
	background-color: #292929;
    color: #D0AE57;
	border-right: 2px solid #383838;
}

.mmenu .bottom {
	font-weight: bold;
	color: #000;
	padding: 10px 0 10px 10px;
}
.mmenu .bottom a {
	color: #000;
}
.mmenuClose {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 45px;
}




/* home */
.pageHeader {
	height: 900px;
	padding: 80px 0;
	color: #FFF;
	position: relative;
	margin-top: -195px;
	padding-top: 270px;
	z-index: 0;
}
.pageHeader.home {
	background-image: url('assets/img/woman.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: -165px;
}
.pageHeader.normal {
	height: auto;
	position: relative;
    padding: 50px;
    margin-left: 0%;
    margin-right: 0%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pageHeader.segment {
	height: auto;
}
.pageHeader.tiny {
	padding: 0;
	height: 215px;
}
.pageHeader .overlay {
	width: 70%;
    background-color: #d2d2d28a;
    padding: 50px!important;
    padding-top: 230px!important;
    /* padding: 230px 0 0 0; */
    color: #202020;
}
.pageHeader.shop, .pageHeader.segment {
	margin-bottom: 50px;
}
.pageHeader.shop .overlay,
.pageHeader.segment .overlay
{
	padding: 230px 0 50px 0;
}
.pageHeader.home h1 {
	margin-bottom: 0;
	max-width: 700px;
}
.pageHeader h2 {
	color: #FFF;
	margin-top: -30px;
}
.pageHeader.home .left {
	width: 40%;
}
.pageHeader.home .right {
	position: relative;
	width: 60%;
}
.pageHeader.home .thirds {
	max-width: 700px;
}
.pageHeader.home .thirds .block {
	padding: 30px;
	cursor: pointer;
}
.pageHeader.home .thirds .block span {
	display: block;
	text-align: center;
	color: #D0AE57;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.pageHeader.home .thirds .block .line {
	display: block;
	width: 100%;
	height: 10px;
	background-image: url('assets/img/bb.png');
	background-repeat: no-repeat;
	display: none;
	margin-bottom: 10px;
}
.pageHeader.home .thirds .block img {
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.pageHeader.home .thirds .block img.shadowed {
	-webkit-filter: drop-shadow(5px 5px 15px rgba(255,255,255,0.5) );
	filter: drop-shadow(5px 5px 15px rgba(255,255,255,0.5) );
}
.pageHeader.home .thirds .block .text {
	position: absolute;
	left: 20px;
	display: none;
}
.pageHeader.home .productkiezer {
	position: absolute;
	right: 0px;
	top: 260px;
	cursor: pointer;
	width: 376px;
	height: 84px;
	background-size: contain;
	background-repeat: no-repeat;
}
.pageHeader.home .productkiezer h3 {
	color: #FFF;
	font-weight: 400;
	font-size: 35px;
	display: block;
	position: absolute;
	left: 15px;
	top: 10px;
}
.pageHeader.home .productkiezer span {
	display: block;
	position: absolute;
	left: 15px;
	top: 45px;
	color: #000;
	font-weight: 400;
	font-size: 20px;
}
.pageHeader.home .productkiezer i {
	display: block;
	position: absolute;
	top: calc(50% - 12px);
	left: 260px;
	font-size: 25px;
}
.pageHeader .down {
	width: 90px;
	height: 45px;
	border-radius: 90px 90px 0 0;
	margin: auto;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #D0AE57;
	font-size: 30px;
	line-height: 60px;
	cursor: pointer;
}

.block1 {
	padding: 100px 0;
	background-color: #ffffff;
}
.block1 .thirds .block:first-child {
	width: 25%;
	padding-right: 50px;
}
.block1 .thirds .block:nth-child(2) {
	width: 50%;
	padding-right: 50px;
}
.block1 .thirds .block:nth-child(3) {
	width: 25%;
	background-size: contain;
	height: 300px;
	background-repeat: no-repeat;
}
.block2 {
	padding: 100px 0;
	background-color: #000;
	color: #FFF;
}
.block2 .thirds .block:first-child {
	padding-right: 50px;
	width: 25%;
	background-size: contain;
	height: 300px;
	background-repeat: no-repeat;
}
.block2 .thirds .block:nth-child(2) {
	width: 35%;
	padding-left: 50px;
	color: #F2F2F2;
}
.block2 .thirds .block:nth-child(3) {
	width: 40%;
	padding-left: 50px;
}
.block2 h2 {
	color: #FFF;
	margin-left: calc(25% + 50px);
}
.block3 {
	padding: 100px 0;
	background-color: #FFF;
	color: #000;
}
.block3 .thirds .block:first-child {
	padding-right: 50px;
	width: 25%;
	background-size: contain;
	height: 300px;
	background-repeat: no-repeat;
}
.block3 .thirds .block:nth-child(2) {
	width: 35%;
	padding-left: 50px;
	color: #F2F2F2;
}
.block3 .thirds .block:nth-child(3) {
	width: 40%;
	padding-left: 50px;
}

.usps {
	padding: 50px 0;
	background-color: #292929;
	color: #FFF;
}
.usps .thirds .block {
	padding-right: 20px;
	width: 30%;
	text-align: center;
}
.usps .thirds .block:first-child {
	width: 40%;
}
.usps img {
	vertical-align: top;
	margin-right: 20px;
}

.newsletter {
	padding: 20px 0;
	background-color: #292929;
	color: #FFF;
}
.newsletter .left {
	width: 35%;
	font-size: 130%;
	margin-top: 10px;
}
.newsletter .right {
	width: 65%;
}
.newsletter form {
	margin-top: 15px;
}
.newsletter input {
	padding: 12px 30px;
	border-radius: 3.5px;
	border: 0;
	margin-right: 10px;
	width: 300px;
	font-family: HelveticaNeue;
	font-weight: 400;
	font-size: 100%;
	min-height: 46px;
	margin-bottom: 10px;
}
.newsletter h3 {
	color: #FFF;
}

.linkBlocks {
	padding: 50px 0;
}
.linkBlock {
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.linkBlock .overlay {
	width: 100%;
	height: 320px;
	padding-top: 100px;
	text-align: center;
}
.linkBlock h2 {
	color: #FFF;
}

.popupOverlay{
	display: none;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 5000;
}
.popupBoxWrapper{
	text-align: center !important;
	position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popupBoxContent{
	text-align: center !important;
	width: 22rem;
	height: auto;
	background: white;
	padding: 2rem; 
}
.popupBoxContent p{
	margin-top: 10px;
	line-height: 20px;
	letter-spacing: 0;
	margin: 20px;
}
.popupCal{
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popupClose{
	position: absolute;
	top: 7%;
	right: 2%;
}
.popupClose img{
	max-width: 90%;
}
.popupInner{
	letter-spacing: 1px;
	padding: 10px;
	background: rgb(255, 245, 238) !important;
}
.popupTitle{
	text-align: center !important;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0;
	font-family: HelveticaNeue;
}
.popupBoxTop{
	position: relative;
	width: 22rem;
	height: 10rem;
	background: #D0AE57 !important;
	padding: 2rem;
}

/* New home additions */
.homeTop .slide {
	position: relative;
	height: 430px;
	background-size: cover;
	background-position: center center;
}
.homeTop .slide.bg_left {
	background-position: left center;
}
.homeTop .slide .wrapper {
	padding: 60px 0 60px 60px;
	z-index: 1;
}
.homeTop .slide img {
	max-width: 100%;
	max-height: 100px;
	vertical-align: middle;
	margin-right: 10px;
}
.homeTop .slide .slideOverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255 255 255 / 42%);
    z-index: 0;
}
.homeTop .slide .left {
	width: 40%;
	text-align: center;
}
.homeTop .slide .right {
	width: 60%;
	padding-top: 50px;
}
.homeTop .slide .wrapper.white,
.homeTop .slide .wrapper.white h2 {
	color: #FFF;
}
.homeTop .slide h2 {
	font-size: 55px;
	line-height: 55px;
	font-weight: bold;
}
.homeTop .slide p {
	font-size: 31px;
	margin-bottom: 50px;
}
.homeTop .slide .price {
	color: #D0AE57;
	font-size: 31px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
.homeTop .slide .button i {
	font-size: 35px;
	vertical-align: -7px;
	color: #D0AE57;
}
.homeTop .slide .button:hover i {
	color: #FFF;
}
.homeTop .bx-has-pager {
	text-align: center;
	margin-top: -40px;
	position: relative;
	z-index: 0;
}
.homeTop .bx-pager-item {
	display: inline-block;
}
.homeTop .bx-pager-link {
	color: transparent;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	color: transparent;
	background-color: #BABABA;
	border-radius: 50%;
	display: inline-block;
}
.homeTop .bx-pager-link.active {
	background-color: #D0AE57;
}
.homeTop .respImg {
	display: none;
	width: 100%;
	height: auto;
}


.useCase {
	text-align: center;
	padding: 60px 0;
}
.useCase ul {
    display: block;
}
.useCase li {
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 0;
	width: 9%;
	height: 110px;
}
.useCase a span {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	color: #000;
	font-weight: 500;
}
.useCase li img,
.useCase li svg 
{
	width: 95px;
	height: 95px;
	position: absolute;
	top: 20px;
	margin: auto;
	left: 0;
	right: 0;
	border: 2px solid #D0AE57;
	border-radius: 50%;
	padding: 5px;
	fill: #000;
	transition: all 0.3s;
	background-color: #FFF;
}
.useCase li svg .st0,
.useCase li svg .cls-1 
{
	stroke-width: 0;
	fill: #202020 !important;
}
.useCase li:hover img,
.useCase li:hover svg,
.useCase li:hover svg .st0,
.useCase li:hover svg .cls-1
{
	fill: #292929 !important;
	border: 2px solid #292929;
	stroke-width: 0;
}



.homeReviews {
	text-align: center;
	padding: 60px 0;
	position: relative;
}
.homeReviews:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 22.5px 0 22.5px;
	border-color: #ffffff transparent transparent transparent;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	top: 0;
}
.homeReviews .bx-pager-link {
	color: transparent;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	color: transparent;
	background-color: #BABABA;
	border-radius: 50%;
	display: inline-block;
}
.homeReviews .bx-pager-item {
	display: inline-block;
	margin-bottom: 20px;
}
.homeReviews .bx-pager-link.active {
	background-color: #D0AE57;
}
.homeReviews .slide .topSection {
	color: #292929;
}
.homeReviews .slide img {
	height: 55px;
	width: auto;
	display: block;
	margin: 0 auto;
}
.homeReviews .quote {
	font-size: 36px;
	font-weight: 500;
	max-width: 700px;
	margin: 50px auto;
	position: relative;
	display: block;
	line-height: 40px;
}
.homeReviews .quote:before {
	content: '';
	background-image: url('assets/img/quote1.png');
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -30px;
}
.homeReviews .quote:after {
	content: '';
	background-image: url('assets/img/quote2.png');
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: -20px;
}
.homeReviews .tfc {
	text-align: center;
}
.homeReviews .tfc iframe {
	margin: 0 auto;
}
.homeReviews .tfc .top {
	margin-top: 0;
}
.homeReviews .button {
	margin-bottom: 30px;
}
.__fbcw__widget.__fbcw__widget--small {
	margin: 0 auto !important;
}



/* footer */
.footer1 {
	background-color: #292929;
	color: #FFF;
	padding: 30px 0;
	text-align: center;
}
.footer1 h2 {
	color: #FFF!important;
	margin-bottom: 50px;
}
.footer1 .content {
	font-size: 23px;
}
.footer1 .button {
	margin: 0 20px;
	font-size: 70%;
}
.footer1 .social {
	position: absolute;
	right: 0;
	top: 0;
}
.footer1 .social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #FFF;
	color: #383838;
	text-align: center;
	margin-left: 20px;
}
.footer1 .social a i {
	margin: 0;
}

.footer2 {
	background-color: #292929;
	padding: 30px 0;
	color: #FFF;
}
.footer2 ul {
	margin-left: 30px;
	position: relative;
}
.footer2 .block:first-child ul:before {
	content: '\f041';
	font-family: Fontawesome;
	color: #292929;
	position: absolute;
	top: 0;
	left: -30px;
}
.menu-footer1-container ul:before,
.menu-footer2-container ul:before
{
	display: none;
}
.menu-footer1-container ul,
.menu-footer2-container ul
{
	margin-left: 0;
}
.footer2 a {
	color: #FFF;
	text-decoration: underline;
}
.footer2 .creators {
	position: absolute;
	right: 0;
	top: -25px;
}
.footer3 {
	text-align: center;
	background-color: #202020;
	padding: 30px 0;
}
.footer3 img{width:7.5vw;}


.gtt {
	position: fixed;
	right: 0;
	bottom: 40px;
	height: 65px;
	width: 65px;
	text-align: center;
	background-color: rgba(208,174,87,0.4);
	color: #FFF;
	font-size: 45px;
	cursor: pointer;
	display: none;
}
.gtt i {
	margin: 0;
	margin-top: 10px;
	color: #FFF;
}
.paySafe {
	text-align: center;
	padding: 20px 20px 0 20px;
}


/* woocommerce product page */
.product .top {
	background-color: #656565!important;
	
}
.product .top {
	color: #FFF;
	padding: 240px 0 50px 0;
	margin-top: -195px;
}
.product .top .star-rating {
	color: #FFDE00;
	margin-right: 20px;
}
.product .top .woocommerce-review-link {
	color: #FFF;
}
.product .top p {
	font-size: 23px;
}
.product .top .priceContainer {
	display: block;
	margin-bottom: 30px;
}
.product .top .price {
	display: block;
	color: #FFF !important;
	font-size: 40px !important;
	font-weight: bold;
}
.product .top .right .button,
.product .top .right form button {
	margin-right: 20px;
}
.product .top .images,
.product .top .images img 
{
	text-align: center;
	float: none !important;
	width: auto !important;
	max-width: 100%;
	max-height: 500px;
	opacity: 1 !important;
}
.product .top .images img {
	display: inline !important;
}
.product .middleBar {
	height: 140px;
	border-bottom: 1px solid #E2E2E2;
}
.product .middleBar .wrapper > .left {
	width: 500px;
}
.product .middleBar .wrapper > .right {
	padding-top: 10px;
	width: calc(100% - 500px);
	height: 140px;
	overflow: hidden;
}
.product .middleBar .block:first-child {
	border-left: 1px solid #E2E2E2;
}
.product .middleBar .block {
	height: 140px;
	border-right: 1px solid #E2E2E2;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.smallProductImg {
	cursor: pointer;
}
.product .middleBar .veiligbetalen {
	width: 70%;
}
.product .middleBar .aangesloten {
	width: 30%;
	display: none;
}
.product .middleBar .veiligbetalen div,
.product .middleBar .aangesloten div 
{
	margin-bottom: 20px;
}
div.pp_woocommerce div.ppt {
	display: none !important;
}


.product .detailblock {
	padding: 50px 0;
}
.product .detailblock .block {
	border: 1px solid #E5E5E5;
	width: calc(33.333% - 20px);
	margin-right: 20px;
	padding: 50px;
	text-align: left;
}
.product .detailblock .block:last-child {
	padding: 0;
	color: #FFF;
	background-size: cover;
}
.product .detailblock .block:last-child h2 {
	color: #FFF;
}
.product .detailblock .block .overlay {
	width: 100%;
	padding: 50px;
	height: 472px;
	background-color: rgba(0,0,0,0.5);
}
.product .detailblock .block:first-child {
	color: #FFF;
	background-color: #383838;
}
.product .detailblock .block:first-child h2 {
	color: #FFF;
}
.product .detailblock .properties i {
	color: #D0AE57;
}
.transport {
	margin-top: -15px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 400;
}
.product .top .tfc {
	display: block;
	float: right;
	font-size: 16px;
}
.transport iframe {
	display: block !important;
	float: right;
	height: 32px;
	margin-top: -7px;
}
.transport .transportInner {
	max-width: 420px;
	float: left;
}
.transport .transportInner span {
	color: #D0AE57;
}


.companyRating {
	padding: 30px 20px;
	border-bottom: 1px solid #E5E5E5;
	font-size : 19px;
	line-height : 43.47px;
	color : #141414;
	font-weight: 400;
}

.companyRating .textbg_div {
	max-height: 140px;
}

.companyRating .left{
	float: left;
	padding: 0px;
	width: auto;
	font-weight: 400;
	margin-right: 8px;
}

.companyRating .middle {
	width: auto;
    margin-right: 20px;
    font-family: HelveticaNeue;
}

.feedbackcompany-simple .feedbackcompany-stars {
	margin-right: 8px;
	margin-top: 6px;
}


.companyRating .middle #title .innerText{
	top: 2px;
}

.companyRating .middle #ranking_div,
.companyRating .middle #reviews_div 
{
	height: 80px;
}
.companyRating .middle #link_div{
	margin-top: 36px;
	margin-left: 10px;
	height: 40px;
	border-radius: 40px;
	font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    width: calc(100% - 20px);
	position: absolute;
	left: 0;
	bottom: -20px;
	background-color: #D0AE57;
}
.companyRating .middle #counter_div{
	margin-top: 1px;
	font-family: HelveticaNeue;
	text-decoration: none;
	color: #3b3b39;
	font-size: 75%;
	display: block;
    width: 100%;
}
.companyRating .ranking_div {
	position: absolute;
	left: 0;
	top: 0;
}
.companyRating #wbody {
	padding-bottom: 60px;
}
.companyRating .text_name {
	display: block;
    width: 100%;
    line-height: 10px;
}

.companyRating .right .right {
	padding-left: 30px;
	width: 50%;
}

.companyRating.dealerPage {
	color: white;
	background-color: #383838;
}

.woocommerce-Reviews {
	padding: 50px 0;
	background-color: #292929;
	color: #FFF;
}
.woocommerce-Reviews h2 {
	color: #FFF;
}
.woocommerce-Reviews .star-rating {
	color: #FFDE00;
}
.woocommerce-Reviews .stars a {
	color: #FFDE00;
}
.woocommerce-Reviews .comment-text {
	border: 1px solid #FFF !important;
	border-radius: 10px !important;
	margin: 0 !important;
}
.woocommerce-Reviews .avatar {
	display: none;
}
.woocommerce-Reviews .comment-form-comment {
	width: 60%;
	float: left;
}
.woocommerce-Reviews .comment-form-comment textarea {
	border: 0;
	border-radius: 15px;
	padding: 15px;
	font-family: HelveticaNeue;
	height: 100px !important;
}
.woocommerce-Reviews .comment-form-author,
.woocommerce-Reviews .comment-form-email 
{
	width: 40%;
	float: right;
	padding-left: 50px;
	margin-bottom: 10px !important;
}
.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input
{
	width: 100%;
	padding: 15px;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 30px;
}
.woocommerce-Reviews .submit {
	float: right;
}
.woocommerce-Reviews .submit:hover {
	background-color: #D0AE57 !important;
	color: #FFF !important;
}
.woocommerce ul.products li.product a img {
    width: auto;
    height: 180px;
}

.related {
	padding: 50px 0;
}
.related h2 {
	text-align: center;
}
.related .block {
	width: calc(33.333% - 20px);
	margin-right: 20px;
	border: 1px solid #E5E5E5;
	padding: 30px;
	text-align: center;
}
.related .block h3 a {
	color: #292929;
}
.related .block img {
	max-width: 100%;
	width: auto;
	max-height: 300px;
}
.related .block .star-rating {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #FFDE00;
	margin-top: 10px;
}
.related .block .price {
	font-size: 40px;
	font-weight: bold;
	margin: 20px 0;
}


/* products overview */
.topBlocks {
	margin-top: -100px;
}
.topBlocks .block {
	width: calc(33.333% - 20px);
	margin-right: 20px;
	background-color: #FFF;
	border: 2px solid #E5E5E5;
	min-height: 480px;
	padding: 20px 30px 120px 30px;
	position: relative;
	margin-bottom: 100px;
}
.topBlocks .block .img {
	height: 170px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -110px;
	margin-bottom: 30px;
}
.topBlocks .block .button {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
	padding: 17px 30px;
}
.topBlocks .block.black {
	background-color: #292929;
	color: #FFF;
}
.topBlocks .block.black h2 {
	color: #FFF;
}
.topBlocks .block.silver {
	background-image: url('assets/img/customgradient.jpg');
	background-size: cover;
}
.topBlocks .block:hover {
	border-color: #D0AE57;
}
.topBlocks .block li {
	font-size: 18px;
	line-height: 220%;
}
.topBlocks .block li:before {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #D0AE57;
	margin-right: 10px;
}

.productsOverview {
	padding-bottom: 50px;
}
.productsOverview .left {
	width: 320px;
}
.productsOverview .right {
	width: calc(100% - 320px);
}
.productsContainer .block {
	width: calc(25% - 20px);
	margin-right: 20px;
	border: 1px solid #EAEAEA;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	padding: 20px 0 80px 0;
	position: relative;
	overflow: hidden;
	height: 615px!important;
}
.productsContainer .block .top {
	height: 130px;
}
.productsContainer .block .middle {
	height: 130px;
}
.productsContainer .block .button {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 10px;
	width: 75%;
	font-size: 15px;
}
.productsContainer .block h3 {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.productsContainer .block h3 a,
.relatedContent .block h3 a {
	color: #202020;
	padding: 0 10px;
	text-transform: uppercase;
    font-weight: bold;
}
.productsContainer .block .img {
	display: block;
	width: 100%;
	height: 210px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.productsContainer .block .excerpt p {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.productsContainer .block ul {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 400;
	margin-left: 0;
}
.productsContainer .block ul li {
	text-align: left;
	padding: 6px 20px;
	line-height: 1;
}
.productsContainer .block ul li:nth-child(odd){
	background-color: #EFEFEF;
}
.productsContainer .block ul li:before {
	font-family: Fontawesome;
	content: '\f00c';
	color: #D0AE57;
	margin-right: 10px;
}
.productsContainer .block p {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.2;
}
.productsContainer .block .price,
.relatedContent .block .price {
	font-weight: bold;
	font-size: 22px;
	color: #202020;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 20px;
}
.productsContainer .block .price .subprice,
.relatedContent .block .price .subprice {
	color: #bbb3b9;
	font-size: 10px;
	letter-spacing: 0;
	margin: 0 5px;
	font-weight: normal;
}
.productsContainer .block .stock {/*
  Theme Name: Noizezz
  Version: 1.0
  Description: 
  Author: Miller Digital
  Author URI: http://www.millerdigital.nl/
  Text Domain: nz
*/

/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* actual css starting here */
@font-face {
	font-family: HelveticaNeue;
	src: url('assets/fonts/HelveticaNeueLTStd-Th.eot');
	src: url('assets/fonts/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/HelveticaNeueLTStd-Th.woff') format('woff'),
		url('assets/fonts/HelveticaNeueLTStd-Th.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: HelveticaNeue;
	src: url('assets/fonts/HelveticaNeueLTStd-Roman.eot');
	src: url('assets/fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
		url('assets/fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: HelveticaNeue;
	src: url('assets/fonts/HelveticaNeueLTStd-Bd.eot');
	src: url('assets/fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
		url('assets/fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: Gentona;
	src: url('assets/fonts/Gentona-Light.eot');
	src: url('assets/fonts/Gentona-Light.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Gentona-Light.woff') format('woff'),
		url('assets/fonts/Gentona-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Gentona;
	src: url('assets/fonts/Gentona-Light_1.eot');
	src: url('assets/fonts/Gentona-Light_1.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Gentona-Light_1.woff') format('woff'),
		url('assets/fonts/Gentona-Light_1.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}







/* global */
* {
	box-sizing: border-box;
}
*:focus {
    outline: none;
}
body {
	font-size: 16px;
	font-family: HelveticaNeue;
	font-weight: 400;
	line-height: 200%;
	letter-spacing: 1.5px;
	min-width: 300px;
}
a {
	color: #D0AE57;
	text-decoration: none;
}
a i {
	margin-left: 15px;
}
img {
	max-width: 100%;
	height: auto;
}
h1 {
	font-size: 55px;
	color: #FFF;
	margin-bottom: 30px;
	line-height: 55px;
}
h1.inline {
	display: inline-block;
}
h2 {
	font-size: 35px;
	color: #292929;
	margin-bottom: 30px;
}
h3 {
	font-size: 25px;
	color: #292929;
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
}
ul, ol {
	margin-bottom: 20px;
}
p + ul li {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.2;
	padding-left: 30px;
}
p + ul li:before {
	font-family: Fontawesome;
	content: '\f00c';
	color: #D0AE57;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
	
}
hr {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #E5E5E5;
	border: 0;
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
em {
	text-style: italic;
}
p iframe {
	max-width: 100%;
}
.intro {
	font-size: 23px;
	color: #4C4C4C;
	margin-bottom: 20px;
}
.wrapper {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	min-width: 300px;
}
.wrapper.small {
	max-width: 1120px;
}
.left {
	width: 50%;
	padding-right: 20px;
	float: left;
}
.right {
	width: 50%;
	padding-left: 20px;
	float: right;
}
.thirds .block {
	width: 33.333%;
	float: left;
}
.fourths .block {
	width: 25%;
	float: left;
}
.fifths .block {
	width: 20%;
	float: left;
}
button.button,
.button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
	padding: 18px 30px;
	border: 2px solid #000;
	color: #000;
	border-radius: 40px;
	margin-bottom: 20px;
	display: inline-block;
	transition: all 0.3s;
	background-color: transparent;
	font-family: HelveticaNeue;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-align: center;
	line-height: 16px;
}
.button:hover,
.woocommerce #respond input#submit, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover
{
	border-color: #D0AE57;
	color: #D0AE57;
}

.button.orange {
	padding: 12px 17px;
	border: 2px solid #D0AE57 !important;
	color: #D0AE57 !important;
	border-radius: 40px;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 100%;
	min-height: 46px;
	line-height: 16px;
}
.button.open {
	padding: 5px 0;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	border-radius: 0;
}
.button.orange.solid {
	border-color: #292929!important;
	background-color: #292929!important;
	color: #FFF !important;
	cursor: pointer;
	font-size: 16px;
}
.button.orange:hover {
	border-color: #D0AE57 !important;
	background-color: #D0AE57 !important;
	color: #FFF !important;
}
.button.white {
	padding: 18px 30px;
	border: 2px solid #FFF !important;
	color: #FFF !important;
	border-radius: 40px;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 16px;
}
.button.white:hover {
	border-color: #FFF !important;
	color: #FFF !important;
	background-color: #D0AE57 !important;
}
.button.open:hover {
	background-color: transparent !important;
	color: #000 !important;
	border-color: #000 !important;
}
.centerContent {
	text-align: center;
}
.button .fa-angle-left {
	margin-left: 0;
	margin-right: 15px;
}
.alert {
	padding: 20px 0;
	color: #FFF;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 14px;
	cursor: pointer;
	z-index: 999;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}
::-webkit-input-placeholder {
	color: #292929;
	letter-spacing: 1px;
}

:-moz-placeholder { /* Firefox 18- */
	color: #292929;
	letter-spacing: 1px;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #292929;
	letter-spacing: 1px;
}

:-ms-input-placeholder {  
	color: #292929;
	letter-spacing: 1px;
}
.alignLeft {
	text-align: left;
}
.onlyResponsive {
	display: none;
}


/* header */
header a {
	color: #FFF;
	transition:0.3s all;
}
header a:hover {
	color: #D0AE57;
	fill: #D0AE57;
}
header ul {
    margin-bottom: 0;
}
header .wrapper {
	max-width: 100%;
	padding: 0 20px;
}
.topHeader {
	width: 100%;
	background-color: #292929;
	color: #FFF;
	padding: 10px 0 0 0;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Gentona;
	font-weight: 400;
	letter-spacing: 1px;
	z-index: 9;
    position: relative;
}
.lowerHeader {
	width: 100%;
	background-color: #292929;
	color: #FFF;
	padding: 0;
	height: 120px;
	clear: both;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
	z-index: 8;
}
.breadcrumbs {
	position: relative;
	z-index: 1;
	color: #FFF;
	display: block;
	height: 30px;
	font-size: 13px;
}

.topHeader .left {
	text-align: left;
	padding-right: 0;
}
.topHeader .right {
	text-align: right;
	font-size: 15px;
	padding-left: 0;
}
.topHeader .menu-top-menu-container,
.topHeader .menu-top-menu-engels-container,
.topHeader .menu-top-menu-en-container,
.topHeader .menu-top-menu-nl-container 
{
	padding: 1px 0;
	display: inline-block;
}
.topHeader .menu li {
	display: inline-block;
	padding: 0 20px 0 0;
}
.topHeader .phone {
	border-left: 0;
	display: inline-block;
}
.topHeader .phone .normal a {
	border: 1px solid #D0AE57;
	padding: 5px 10px;
	border-radius: 15px;
	font-weight: bold;
}
.topHeader .phone .responsive {
	padding: 0;
	border: 1px solid #D0AE57;
	display: inline-block;
	display: none;
	border-radius: 50%;
	height: 31px;
	width: 32px;
	text-align: center;
}
.topHeader .phone a i {
	margin-left: 0;
}
.topHeader .social {
	margin-right: 22px;
	display: inline-block;
}
.topHeader .social a {
	margin: 0 5px;
}
.topHeader .social a i {
	margin: 0;
}
.topHeader .tfc {
	margin-right: 16px;
	width: 210px;
	display: inline-block;
	vertical-align: top;
}
.tfc .ratingStars {
	color: #E5E5E5;
}
.tfc .ratingStars .active {
	color: #EBC670;
}
.tfc .box {
	border: 1px solid #e5e5e5;
	background-color: #FFF;
	text-align: center;
	display: inline-block;
	color: #000;
}
.tfc .box .top {
	padding: 20px;
	font-weight: bold;
}
.tfc .box .top i {
	font-size: 25px;
	margin-left: 0;
}
.tfc .box .bottom {
	padding: 5px 0;
	background-color: #F4F4F4;
}
.tfc .box .bottom svg {
	vertical-align: middle;
}

.topHeader .rightMenu {
	display: inline-block;
}
.topHeader .rightMenu.responsive {
	display: none;
}
.topHeader .rightMenu a {
	display: inline-block;
	padding: 0 12px;
}
.topHeader .rightMenu.responsive a {
	width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	border: 1px solid #D0AE57;
	text-align: center;
	border-radius: 50%;
	padding: 0;
}
.topHeader .rightMenu.responsive a i {
	margin-left: 0;
}

.topHeader .headerAccount {
	display: inline-block;
}
.topHeader .headerAccount i {
	margin-left: 0;
}

.headerCart {
	display: inline-block;
	border: 0;
	position: relative;
	z-index: 999;
	text-align: left;
	transition: all 0.3s;
}
.lowerHeader .headerCart {
	display: none;
}
.headerCart .label {
	cursor: pointer;
	padding: 0 5px;
	text-align: left;
}
.headerCart.active {
	background-color: #383838;
	color: #D0AE57;
}

.headerCart .content {
	position: absolute;
	right: 0;
	top: 32px;
	width: 400px;
	background-color: #FFF;
	z-index: 1000;
	border: 8px solid #383838;
	color: #000;
	display: none;
}
.headerCart.active .content {
	display: block;
}
.headerCart .top {
	width: 100%;
	position: relative;
	display: block;
	color: #000;
	height: 50px;
}
.headerCart .top .headerCartClose {
	color: #000;
	font-size: 45px;
	position: absolute;
	right: 13px;
	top: 0;
	z-index: 9;
	line-height: 0;
}
.headerCart .content .item {
	padding: 10px 20px;
	border-bottom: 1px solid #EAEAEA;
}
.headerCart .content .item img {
	width: 60px;
	float: left;
	margin-right: 10px;
}
.headerCart .content .item .title {
	float: left;
	width: 200px;
	font-size: 16px;
	font-family: HelveticaNeue;
	line-height: 150%;
}
.headerCart .content .item .price {
	float: right;
	font-family: HelveticaNeue;
	font-weight: bold;
	font-size: 17px;
	color: #D0AE57;
}
.headerCart .content .bottom {
	text-align: center;
}
.headerCart .content .bottom.empty p {
	margin-top: 30px;
}
.headerCart .content .bottom .price {
	text-align: right;
	padding: 20px;
	font-size: 25px;
	text-transform: capitalize;
}
.headerCart .content .bottom .price span {
	font-weight: bold;
	color: #D0AE57;
	margin-left: 3px;
}
.headerCart .content .bottom .button {
	text-transform: lowercase;
}

.topHeader .language {
	display: inline-block;
	border: 0;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
	position: relative;
	text-align: left;
	height: 31px;
}
.topHeader .language li {
	display: inline-block;
}
.topHeader .language .responsive {
	display: none;
}
.topHeader .language.active {
	background-color: #EAEAEA;
	color: #D0AE57;
}
.topHeader .language .content {
	position: absolute;
	left: 0;
	top: 32px;
	min-width: 104px;
	background-color: #FFF;
	z-index: 9;
	border: 8px solid #EAEAEA;
	color: #000;
	display: none;
	padding: 0 10px;
	border-radius: 20px;
	width: 100%;
	text-align: center;
}
.topHeader .language.active .content {
	display: block;
}
.topHeader .language .content a {
	color: #000;
}






.topHeader .search {
	float: right;
	margin-left: 10px;
}
.topHeader .search input {
	border: 0;
	border-bottom: 1px solid #FFF;
	background: transparent;
	color: #FFF;
	font-family: HelveticaNeue;
	padding: 8.5px;
}
.topHeader .search button {
	border: 0;
	background-color: transparent;
	color: #FFF;
	font-size: 20px;
	margin-left: -35px;
}
.lowerHeader .logo {
	float: left;
	height: 70px;
    margin-top: 22px;
}
.lowerHeader .mainMenu {
	float: right;
	width: calc(100% - 200px);
}
.lowerHeader .mainMenu ul {
    display: block;
    float: right;
}
.lowerHeader .mainMenu li {
	display: inline-block;
	text-align: right;
	position: relative;
	margin: 0;
	width: 100px;
	height: 110px;
	transition: all 0.3s;
}
.lowerHeader .mainMenu li img,
.lowerHeader .mainMenu li svg 
{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 20px;
	margin: auto;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border-radius: 50%;
	padding: 5px;
	fill: #FFF;
	transition: all 0.3s;
}
.lowerHeader .mainMenu li svg .st0 {
	stroke-width: 0;
}
.lowerHeader .mainMenu li:hover img,
.lowerHeader .mainMenu li:hover svg,
.lowerHeader .mainMenu li:hover svg .st0,
.lowerHeader .mainMenu li:hover svg .cls-1
{
	fill: #D0AE57 !important;
	border: 2px solid #D0AE57;
	stroke-width: 0;
}
.lowerHeader .mainMenu li:hover a {
	color: #D0AE57;
}
.lowerHeader .mainMenu li span {
	width: 100%;
	position: absolute;
	top: 82px;
	left: 0;
	text-align: center;
	line-height: 16px;
	vertical-align: text-top;
	font-size: 15px;
	font-weight: 400;
}
.lowerHeader .mainMenu li:last-child span {
	border-left: 0;
	height: 80px;
	top: 15px;
	line-height: 150px;
	color: #D0AE57;
	transition: all 0.3s;
}
.lowerHeader .mainMenu li:nth-child(10) span {
	color: #FFF;
	transition: all 0.3s;
}
.lowerHeader .mainMenu li.active:nth-child(10) span {
	color: #D0AE57;
}
.lowerHeader .mainMenu li.active img,
.lowerHeader .mainMenu li.active svg,
.lowerHeader .mainMenu li.active .st0,
.lowerHeader .mainMenu li.active .cls-1
{
	fill: #D0AE57 !important;
	border-color: #D0AE57;
}
.lowerHeader .mainMenu li.active a {
	color: #D0AE57;
}
.lowerHeader .mainMenu li:last-child img,
.lowerHeader .mainMenu li:last-child svg,
.lowerHeader .mainMenu li:last-child .st0,
.lowerHeader .mainMenu li:last-child .cls-1
{
	fill: #D0AE57 !important;
	border-color: #D0AE57;
}
.lowerHeader .mainMenu li.active:last-child img,
.lowerHeader .mainMenu li.active:last-child svg,
.lowerHeader .mainMenu li.active:last-child .st0,
.lowerHeader .mainMenu li.active:last-child .cls-1
{
	fill: #D0AE57 !important;
	border-color: #D0AE57;
}
.lowerHeader .mainMenu li:last-child:hover img,
.lowerHeader .mainMenu li:last-child:hover svg,
.lowerHeader .mainMenu li:last-child:hover .st0,
.lowerHeader .mainMenu li:last-child:hover .cls-1
{
	fill: #D0AE57 !important;
	border-color: #D0AE57;
	
}
.lowerHeader .mainMenu li:last-child:hover span,
.lowerHeader .mainMenu li:nth-child(10):hover span
{
	color: #D0AE57;
}


.lowerHeader.sticky {
	position: fixed;
	left: 0;
	top: 0;
	height: 90px;
}
.lowerHeader.sticky .mainMenu {
	padding-right: 100px;
	width: calc(100% - 200px);
}
.lowerHeader.sticky .mainMenu li {
	width: 74px;
	height: 90px;
}
.lowerHeader.sticky .mainMenu li img, 
.lowerHeader.sticky .mainMenu li svg
{
	width: 45px;
	height: 45px;
	top: 12px;
}
.lowerHeader.sticky .mainMenu li span {
	font-size: 12px;
	top: 65px;
}
.lowerHeader.sticky .mainMenu li:last-child span {
	top: 0;
}
.lowerHeader.sticky .logo {
	margin-top: 8px;
}
.lowerHeader.sticky .headerCart {
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	height: 90px;
	line-height: 90px;
	padding: 0 10px;
}
.lowerHeader.sticky .headerCart .cartCountContainer {
	font-size: 15px;
}
.lowerHeader.sticky .headerCart .label {
	font-size: 30px;
}
.lowerHeader .headerCart .content {
	min-height: 50px;
}
.lowerHeader.sticky .headerCart .content {
	top: 90px;
	min-height: 100px;
}
.cartCountContainer {
	display: none;
}
.headerCart.withProds .cartCountContainer {
	display: inline-block;
}

.lowerHeader .infoText {
	display: none;
	text-align: center;
}
.lowerHeader .infoText .bottom {
	border-top: 1px solid #333333;
}
.lowerHeader .infoText .bottom span {
	color: #D0AE57;
}

.mmenu {
	position: fixed;
	top: 65px;
	left: 0;
	z-index: 9999;
	background-color: #FFF;
	width: 100%;
	border-top: 2px solid #383838;
	display: none;
}
.mmenu .inner {
	border: 8px solid #383838;
}
.mmenu .upper {
	padding: 20px;
	color: #000;
	background-color: #FFF;
	border-bottom: 1px solid #141414;
	padding: 10px 0 10px 10px;
}
.mmenu .upper a
{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: -3px;
	margin-right: 10px;
	border: 1px solid #000;
	border-radius: 50%;
	padding: 1px;
	fill: #000;
	text-align: center;
	vertical-align: top;
	line-height: 27px;
}
.mmenu .upper a i {
	margin-left: 0;
	vertical-align: middle;
	color: #000;
}
.mmenu .upper a img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.mmenu .top {
	background-color: #FFF;
	width: 100%;
	color: #000;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #141414;
}
.mmenu .top a {
	color: #000;
}
.mmenu li {
	float: left;
	width: calc(33.333% - 20px);
	margin-right: 20px;
	border-bottom: 1px solid #FFF;
	padding: 1px 0;
}
.mmenu li i {
	margin-left: 0;
}
.mmenu li img,
.mmenu li svg,
.mmenu li svg .st0,
.mmenu li svg .cls-1
{
	width: 20px;
	height: 20px;
	margin-bottom: -3px;
	margin-right: 10px;
	border: 1px solid #000;
	border-radius: 50%;
	padding: 1px;
	fill: #000;
	text-align: center;
}
.mmenu li:hover img,
.mmenu li:hover svg,
.mmenu li:hover svg .st0,
.mmenu li:hover svg .cls-1
{
	fill: #000;
	border-color: #000;
	color: #000;
}


.mmenuTrigger {
	display: none;
    float: left;
    margin-right: 0;
    position: initial;
    padding: 0 20px;
    margin-left: -20px;
    height: 72px;
    line-height: 60px;
	font-size: 38px;
	transition: all 0.3s;
}
.mmenuTrigger > div {
	font-size: 10px;
	margin-top: -40px;
}
.mmenuTrigger.active {
	background-color: #383838;
    color: #D0AE57;
	border-right: 2px solid #383838;
}

.mmenu .bottom {
	font-weight: bold;
	color: #000;
	padding: 10px 0 10px 10px;
}
.mmenu .bottom a {
	color: #000;
}
.mmenuClose {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 45px;
}




/* home */
.pageHeader {
	height: 900px;
	background-color: #292929;
	padding: 80px 0;
	color: #FFF;
	position: relative;
	margin-top: -195px;
	padding-top: 270px;
	z-index: 0;
}
.pageHeader.home {
	background-image: url('assets/img/woman.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: -165px;
}
.pageHeader.normal {
	height: auto;
	position: relative;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pageHeader.segment {
	height: auto;
}
.pageHeader.tiny {
	padding: 0;
	height: 215px;
}
.pageHeader .overlay {
	background-color: rgba(52,79,161,0.8);
	width: 100%;
	padding: 230px 0 0 0;
}
.pageHeader.shop, .pageHeader.segment {
	margin-bottom: 50px;
}
.pageHeader.shop .overlay,
.pageHeader.segment .overlay
{
	padding: 230px 0 50px 0;
}
.pageHeader.home h1 {
	margin-bottom: 0;
	max-width: 700px;
}
.pageHeader h2 {
	color: #FFF;
	margin-top: -30px;
}
.pageHeader.home .left {
	width: 40%;
}
.pageHeader.home .right {
	position: relative;
	width: 60%;
}
.pageHeader.home .thirds {
	max-width: 700px;
}
.pageHeader.home .thirds .block {
	padding: 30px;
	cursor: pointer;
}
.pageHeader.home .thirds .block span {
	display: block;
	text-align: center;
	color: #D0AE57;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.pageHeader.home .thirds .block .line {
	display: block;
	width: 100%;
	height: 10px;
	background-image: url('assets/img/bb.png');
	background-repeat: no-repeat;
	display: none;
	margin-bottom: 10px;
}
.pageHeader.home .thirds .block img {
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.pageHeader.home .thirds .block img.shadowed {
	-webkit-filter: drop-shadow(5px 5px 15px rgba(255,255,255,0.5) );
	filter: drop-shadow(5px 5px 15px rgba(255,255,255,0.5) );
}
.pageHeader.home .thirds .block .text {
	position: absolute;
	left: 20px;
	display: none;
}
.pageHeader.home .productkiezer {
	position: absolute;
	right: 0px;
	top: 260px;
	cursor: pointer;
	width: 376px;
	height: 84px;
	background-size: contain;
	background-repeat: no-repeat;
}
.pageHeader.home .productkiezer h3 {
	color: #FFF;
	font-weight: 400;
	font-size: 35px;
	display: block;
	position: absolute;
	left: 15px;
	top: 10px;
}
.pageHeader.home .productkiezer span {
	display: block;
	position: absolute;
	left: 15px;
	top: 45px;
	color: #000;
	font-weight: 400;
	font-size: 20px;
}
.pageHeader.home .productkiezer i {
	display: block;
	position: absolute;
	top: calc(50% - 12px);
	left: 260px;
	font-size: 25px;
}
.pageHeader .down {
	width: 90px;
	height: 45px;
	border-radius: 90px 90px 0 0;
	margin: auto;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #D0AE57;
	font-size: 30px;
	line-height: 60px;
	cursor: pointer;
}

.block1 {
	padding: 100px 0;
	background-color: #F2F2F2;
}
.block1 .thirds .block:first-child {
	width: 25%;
	padding-right: 50px;
}
.block1 .thirds .block:nth-child(2) {
	width: 50%;
	padding-right: 50px;
}
.block1 .thirds .block:nth-child(3) {
	width: 25%;
	background-size: contain;
	height: 300px;
	background-repeat: no-repeat;
}
.block2 {
	padding: 100px 0;
	background-color: #000;
	color: #FFF;
}
.block2 .thirds .block:first-child {
	padding-right: 50px;
	width: 25%;
	background-size: contain;
	height: 300px;
	background-repeat: no-repeat;
}
.block2 .thirds .block:nth-child(2) {
	width: 35%;
	padding-left: 50px;
	color: #F2F2F2;
}
.block2 .thirds .block:nth-child(3) {
	width: 40%;
	padding-left: 50px;
}
.block2 h2 {
	color: #FFF;
	margin-left: calc(25% + 50px);
}
.block3 {
	padding: 100px 0;
	background-color: #FFF;
	color: #000;
}
.block3 .thirds .block:first-child {
	padding-right: 50px;
	width: 25%;
	background-size: contain;
	height: 300px;
	background-repeat: no-repeat;
}
.block3 .thirds .block:nth-child(2) {
	width: 35%;
	padding-left: 50px;
	color: #F2F2F2;
}
.block3 .thirds .block:nth-child(3) {
	width: 40%;
	padding-left: 50px;
}

.usps {
	padding: 50px 0;
	background-color: #292929;
	color: #FFF;
}
.usps .thirds .block {
	padding-right: 20px;
	width: 30%;
}
.usps .thirds .block:first-child {
	width: 40%;
}
.usps img {
	vertical-align: top;
	margin-right: 20px;
}

.newsletter {
	padding: 20px 0;
	background-color: #292929;
	color: #FFF;
}
.newsletter .left {
	width: 35%;
	font-size: 130%;
	margin-top: 10px;
}
.newsletter .right {
	width: 65%;
}
.newsletter form {
	margin-top: 15px;
}
.newsletter input {
	padding: 12px 30px;
	border-radius: 40px;
	border: 0;
	margin-right: 10px;
	width: 300px;
	font-family: HelveticaNeue;
	font-weight: 400;
	font-size: 100%;
	min-height: 46px;
	margin-bottom: 10px;
}
.newsletter h3 {
	color: #FFF;
}

.linkBlocks {
	padding: 50px 0;
}
.linkBlock {
	height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.linkBlock .overlay {
	width: 100%;
	height: 320px;
	background-color: rgba(52,79,161,0.5);
	padding-top: 100px;
	text-align: center;
}
.linkBlock h2 {
	color: #FFF;
}

.popupOverlay{
	display: none;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 5000;
}
.popupBoxWrapper{
	text-align: center !important;
	position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popupBoxContent{
	text-align: center !important;
	width: 22rem;
	height: auto;
	background: white;
	padding: 2rem; 
}
.popupBoxContent p{
	margin-top: 10px;
	line-height: 20px;
	letter-spacing: 0;
	margin: 20px;
}
.popupCal{
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popupClose{
	position: absolute;
	top: 7%;
	right: 2%;
}
.popupClose img{
	max-width: 90%;
}
.popupInner{
	letter-spacing: 1px;
	padding: 10px;
	background: rgb(255, 245, 238) !important;
}
.popupTitle{
	text-align: center !important;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0;
	font-family: HelveticaNeue;
}
.popupBoxTop{
	position: relative;
	width: 22rem;
	height: 10rem;
	background: #D0AE57 !important;
	padding: 2rem;
}

/* New home additions */
.homeTop .slide {
	position: relative;
	height: 430px;
	background-size: cover;
	background-position: center center;
}
.homeTop .slide.bg_left {
	background-position: left center;
}
.homeTop .slide .wrapper {
	padding: 60px 0 60px 60px;
	z-index: 1;
}
.homeTop .slide img {
	max-width: 100%;
	max-height: 100px;
	vertical-align: middle;
	margin-right: 10px;
}
.homeTop .slide .slideOverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: 0;
}
.homeTop .slide .left {
	width: 40%;
	text-align: center;
}
.homeTop .slide .right {
	width: 60%;
	padding-top: 50px;
}
.homeTop .slide .wrapper.white,
.homeTop .slide .wrapper.white h2 {
	color: #FFF;
}
.homeTop .slide h2 {
	font-size: 55px;
	line-height: 55px;
	font-weight: 400;
}
.homeTop .slide p {
	font-size: 31px;
	margin-bottom: 50px;
}
.homeTop .slide .price {
	color: #D0AE57;
	font-size: 31px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
.homeTop .slide .button i {
	font-size: 35px;
	vertical-align: -7px;
	color: #D0AE57;
}
.homeTop .slide .button:hover i {
	color: #FFF;
}
.homeTop .bx-has-pager {
	text-align: center;
	margin-top: -40px;
	position: relative;
	z-index: 0;
}
.homeTop .bx-pager-item {
	display: inline-block;
}
.homeTop .bx-pager-link {
	color: transparent;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	color: transparent;
	background-color: #BABABA;
	border-radius: 50%;
	display: inline-block;
}
.homeTop .bx-pager-link.active {
	background-color: #D0AE57;
}
.homeTop .respImg {
	display: none;
	width: 100%;
	height: auto;
}


.useCase {
	text-align: center;
	padding: 60px 0;
}
.useCase ul {
    display: block;
}
.useCase li {
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 0;
	width: 9%;
	height: 110px;
}
.useCase a span {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	color: #000;
	font-weight: 500;
}
.useCase li img,
.useCase li svg 
{
	width: 95px;
	height: 95px;
	position: absolute;
	top: 20px;
	margin: auto;
	left: 0;
	right: 0;
	border: 2px solid #D0AE57;
	border-radius: 50%;
	padding: 5px;
	fill: #000;
	transition: all 0.3s;
	background-color: #FFF;
}
.useCase li svg .st0,
.useCase li svg .cls-1 
{
	stroke-width: 0;
	fill: #292929!important;
}
.useCase li:hover img,
.useCase li:hover svg,
.useCase li:hover svg .st0,
.useCase li:hover svg .cls-1
{
	fill: #292929!important;
	border: 2px solid #D0AE57;
	stroke-width: 0;
}



.homeReviews {
	text-align: center;
	padding: 60px 0;
	position: relative;
}
.homeReviews:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 22.5px 0 22.5px;
	border-color: #ffffff transparent transparent transparent;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	top: 0;
}
.homeReviews .bx-pager-link {
	color: transparent;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	color: transparent;
	background-color: #BABABA;
	border-radius: 50%;
	display: inline-block;
}
.homeReviews .bx-pager-item {
	display: inline-block;
	margin-bottom: 20px;
}
.homeReviews .bx-pager-link.active {
	background-color: #D0AE57;
}
.homeReviews .slide .topSection {
	color: #292929;
}
.homeReviews .slide img {
	height: 55px;
	width: auto;
	display: block;
	margin: 0 auto;
}
.homeReviews .quote {
	font-size: 36px;
	font-weight: 500;
	max-width: 700px;
	margin: 50px auto;
	position: relative;
	display: block;
	line-height: 40px;
}
.homeReviews .quote:before {
	content: '';
	background-image: url('assets/img/quote1.png');
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -30px;
}
.homeReviews .quote:after {
	content: '';
	background-image: url('assets/img/quote2.png');
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: -20px;
}
.homeReviews .tfc {
	text-align: center;
}
.homeReviews .tfc iframe {
	margin: 0 auto;
}
.homeReviews .tfc .top {
	margin-top: 0;
}
.homeReviews .button {
	margin-bottom: 30px;
}
.__fbcw__widget.__fbcw__widget--small {
	margin: 0 auto !important;
}



/* footer */
.footer1 {
	background-color: #383838;
	color: #FFF;
	padding: 30px 0;
	text-align: center;
}
.footer1 h2 {
	color: #FFF;
	margin-bottom: 50px;
}
.footer1 .content {
	font-size: 23px;
}
.footer1 .button {
	margin: 0 20px;
	font-size: 70%;
}
.footer1 .social {
	position: absolute;
	right: 0;
	top: 0;
}
.footer1 .social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #FFF;
	color: #383838;
	text-align: center;
	margin-left: 20px;
}
.footer1 .social a i {
	margin: 0;
}

.footer2 {
	background-color: #292929;
	padding: 30px 0;
	color: #FFF;
}
.footer2 ul {
	margin-left: 30px;
	position: relative;
}
.footer2 .block:first-child ul:before {
	content: '\f041';
	font-family: Fontawesome;
	color: #D0AE57;
	position: absolute;
	top: 0;
	left: -30px;
}
.menu-footer1-container ul:before,
.menu-footer2-container ul:before
{
	display: none;
}
.menu-footer1-container ul,
.menu-footer2-container ul
{
	margin-left: 0;
}
.footer2 a {
	color: #FFF;
	text-decoration: underline;
}
.footer2 .creators {
	position: absolute;
	right: 0;
	top: -25px;
}
.footer3 {
	text-align: center;
	background-color: #292929;
	padding: 30px 0;
}
.gtt {
	position: fixed;
	right: 0;
	bottom: 40px;
	height: 65px;
	width: 65px;
	text-align: center;
	background-color: rgba(208,174,87,0.4);
	color: #FFF;
	font-size: 45px;
	cursor: pointer;
	display: none;
}
.gtt i {
	margin: 0;
	margin-top: 10px;
	color: #FFF;
}
.paySafe {
	text-align: center;
	padding: 20px 20px 0 20px;
}


/* woocommerce product page */
.product .top {
	background-color: #292929;
	
}
.product .top {
	color: #FFF;
	padding: 240px 0 50px 0;
	margin-top: -195px;
}
.product .top .star-rating {
	color: #FFDE00;
	margin-right: 20px;
}
.product .top .woocommerce-review-link {
	color: #FFF;
}
.product .top p {
	font-size: 23px;
}
.product .top .priceContainer {
	display: block;
	margin-bottom: 30px;
}
.product .top .price {
	display: block;
	color: #FFF !important;
	font-size: 40px !important;
	font-weight: bold;
}
.product .top .right .button,
.product .top .right form button {
	margin-right: 20px;
}
.product .top .images,
.product .top .images img 
{
	text-align: center;
	float: none !important;
	width: auto !important;
	max-width: 100%;
	max-height: 500px;
	opacity: 1 !important;
}
.product .top .images img {
	display: inline !important;
}
.product .middleBar {
	height: 140px;
	border-bottom: 1px solid #E2E2E2;
}
.product .middleBar .wrapper > .left {
	width: 500px;
}
.product .middleBar .wrapper > .right {
	padding-top: 10px;
	width: calc(100% - 500px);
	height: 140px;
	overflow: hidden;
}
.product .middleBar .block:first-child {
	border-left: 1px solid #E2E2E2;
}
.product .middleBar .block {
	height: 140px;
	border-right: 1px solid #E2E2E2;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.smallProductImg {
	cursor: pointer;
}
.product .middleBar .veiligbetalen {
	width: 70%;
}
.product .middleBar .aangesloten {
	width: 30%;
	display: none;
}
.product .middleBar .veiligbetalen div,
.product .middleBar .aangesloten div 
{
	margin-bottom: 20px;
}
div.pp_woocommerce div.ppt {
	display: none !important;
}


.product .detailblock {
	padding: 50px 0;
}
.product .detailblock .block {
	border: 1px solid #E5E5E5;
	width: calc(33.333% - 20px);
	margin-right: 20px;
	padding: 50px;
	text-align: center;
}
.product .detailblock .block:last-child {
	padding: 0;
	color: #FFF;
	background-size: cover;
}
.product .detailblock .block:last-child h2 {
	color: #FFF;
}
.product .detailblock .block .overlay {
	width: 100%;
	padding: 50px;
	height: 472px;
	background-color: rgba(0,0,0,0.5);
}
.product .detailblock .block:first-child {
	color: #FFF;
	background-color: #383838;
}
.product .detailblock .block:first-child h2 {
	color: #FFF;
}
.product .detailblock .properties i {
	color: #D0AE57;
}
.transport {
	margin-top: -15px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: 400;
}
.product .top .tfc {
	display: block;
	float: right;
	font-size: 16px;
}
.transport iframe {
	display: block !important;
	float: right;
	height: 32px;
	margin-top: -7px;
}
.transport .transportInner {
	max-width: 420px;
	float: left;
}
.transport .transportInner span {
	color: #D0AE57;
}


.companyRating {
	padding: 30px 20px;
	border-bottom: 1px solid #E5E5E5;
	font-size : 19px;
	line-height : 43.47px;
	color : #141414;
	font-weight: 400;
}

.companyRating .textbg_div {
	max-height: 140px;
}

.companyRating .left{
	float: left;
	padding: 0px;
	width: auto;
	font-weight: 400;
	margin-right: 8px;
}

.companyRating .middle {
	width: auto;
    margin-right: 20px;
    font-family: HelveticaNeue;
}

.feedbackcompany-simple .feedbackcompany-stars {
	margin-right: 8px;
	margin-top: 6px;
}


.companyRating .middle #title .innerText{
	top: 2px;
}

.companyRating .middle #ranking_div,
.companyRating .middle #reviews_div 
{
	height: 80px;
}
.companyRating .middle #link_div{
	margin-top: 36px;
	margin-left: 10px;
	height: 40px;
	border-radius: 40px;
	font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    width: calc(100% - 20px);
	position: absolute;
	left: 0;
	bottom: -20px;
	background-color: #D0AE57;
}
.companyRating .middle #counter_div{
	margin-top: 1px;
	font-family: HelveticaNeue;
	text-decoration: none;
	color: #3b3b39;
	font-size: 75%;
	display: block;
    width: 100%;
}
.companyRating .ranking_div {
	position: absolute;
	left: 0;
	top: 0;
}
.companyRating #wbody {
	padding-bottom: 60px;
}
.companyRating .text_name {
	display: block;
    width: 100%;
    line-height: 10px;
}

.companyRating .right .right {
	padding-left: 30px;
	width: 50%;
}

.companyRating.dealerPage {
	color: white;
	background-color: #383838;
}

.woocommerce-Reviews {
	padding: 50px 0;
	background-color: #292929;
	color: #FFF;
}
.woocommerce-Reviews h2 {
	color: #FFF;
}
.woocommerce-Reviews .star-rating {
	color: #FFDE00;
}
.woocommerce-Reviews .stars a {
	color: #FFDE00;
}
.woocommerce-Reviews .comment-text {
	border: 1px solid #FFF !important;
	border-radius: 10px !important;
	margin: 0 !important;
}
.woocommerce-Reviews .avatar {
	display: none;
}
.woocommerce-Reviews .comment-form-comment {
	width: 60%;
	float: left;
}
.woocommerce-Reviews .comment-form-comment textarea {
	border: 0;
	border-radius: 15px;
	padding: 15px;
	font-family: HelveticaNeue;
	height: 100px !important;
}
.woocommerce-Reviews .comment-form-author,
.woocommerce-Reviews .comment-form-email 
{
	width: 40%;
	float: right;
	padding-left: 50px;
	margin-bottom: 10px !important;
}
.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input
{
	width: 100%;
	padding: 15px;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 30px;
}
.woocommerce-Reviews .submit {
	float: right;
}
.woocommerce-Reviews .submit:hover {
	background-color: #D0AE57 !important;
	color: #FFF !important;
}
.woocommerce ul.products li.product a img {
    width: auto;
    height: 180px;
}

.related {
	padding: 50px 0;
}
.related h2 {
	text-align: center;
}
.related .block {
	width: calc(33.333% - 20px);
	margin-right: 20px;
	border: 1px solid #E5E5E5;
	padding: 30px;
	text-align: center;
}
.related .block h3 a {
	color: #292929;
}
.related .block img {
	max-width: 100%;
	width: auto;
	max-height: 300px;
}
.related .block .star-rating {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #FFDE00;
	margin-top: 10px;
}
.related .block .price {
	font-size: 40px;
	font-weight: bold;
	margin: 20px 0;
}


/* products overview */
.topBlocks {
	margin-top: -100px;
}
.topBlocks .block {
	width: calc(33.333% - 20px);
	margin-right: 20px;
	background-color: #FFF;
	border: 2px solid #E5E5E5;
	min-height: 480px;
	padding: 20px 30px 120px 30px;
	position: relative;
	margin-bottom: 100px;
}
.topBlocks .block .img {
	height: 170px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -110px;
	margin-bottom: 30px;
}
.topBlocks .block .button {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
	padding: 17px 30px;
}
.topBlocks .block.black {
	background-color: #292929;
	color: #FFF;
}
.topBlocks .block.black h2 {
	color: #FFF;
}
.topBlocks .block.silver {
	background-image: url('assets/img/customgradient.jpg');
	background-size: cover;
}
.topBlocks .block:hover {
	border-color: #D0AE57;
}
.topBlocks .block li {
	font-size: 18px;
	line-height: 220%;
}
.topBlocks .block li:before {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #D0AE57;
	margin-right: 10px;
}

.productsOverview {
	padding-bottom: 50px;
}
.productsOverview .left {
	width: 320px;
}
.productsOverview .right {
	width: calc(100% - 320px);
}
.productsContainer .block {
	width: calc(25% - 20px);
	margin-right: 20px;
	border: 1px solid #EAEAEA;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	padding: 20px 0 80px 0;
	position: relative;
	overflow: hidden;
}
.productsContainer .block .top {
	height: 130px;
}
.productsContainer .block .middle {
	height: 130px;
}
.productsContainer .block .button {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 10px;
	width: 90%;
	font-size: 15px;
}
.productsContainer .block h3 {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.productsContainer .block h3 a,
.relatedContent .block h3 a {
	color: #202020;
	padding: 0 10px;
}
.productsContainer .block .img {
	display: block;
	width: 100%;
	height: 210px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.productsContainer .block .excerpt p {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.productsContainer .block ul {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 400;
	margin-left: 0;
}
.productsContainer .block ul li {
	text-align: left;
	padding: 6px 20px;
	line-height: 1;
}
.productsContainer .block ul li:nth-child(odd){
	background-color: #EFEFEF;
}
.productsContainer .block ul li:before {
	font-family: Fontawesome;
	content: '\f00c';
	color: #D0AE57;
	margin-right: 10px;
}
.productsContainer .block p {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.2;
}
.productsContainer .block .price,
.relatedContent .block .price {
	font-weight: bold;
	font-size: 30px;
	color: #D0AE57;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 20px;
}
.productsContainer .block .price .subprice,
.relatedContent .block .price .subprice {
	color: #bbb3b9;
	font-size: 10px;
	letter-spacing: 0;
	margin: 0 5px;
	font-weight: normal;
}
.productsContainer .block .stock {
	color: #8E4949;
	text-align: left;
}
.productsContainer .block .stock.instock {
	color: #559149;
}

.filterBar {
	display: block;
}
.filterBarContainer {
	background-color: #FFF;
	padding: 10px 20px;
	padding-left: 0;
	height: 76px;
	margin-bottom: 20px;
	width: calc(100% - 20px);
	text-align: left;
	position: relative;
}
.filterBarContainer > span {
	line-height: 54px;
	font-weight: 500;
	margin-right: 50px;
	font-size: 25px;
}

.resultsCounterBar {
    background-color: #FFF;
    padding: 10px 20px;
    border: 1px solid #E5E5E5;
    height: 76px;
	line-height: 56px;
    margin-bottom: 20px;
    width: calc(100% - 20px);
    text-align: right;
    position: relative;
	display: none;
}
.resultsCounterBar .left {
	text-align: left;
	width: calc(100% - 150px) !important;
}
.resultsCounterBar .right {
	font-size: 25px;
	width: 150px !important;
}
.resultsCounterBar .right i {
	color: #D0AE57;
}
.resultsCounterBar .activateFilters {
	cursor: pointer;
}

.productsOverview .filter {
	display: inline-block;
	position: relative;
	vertical-align: top;
	border: 1px solid #E5E5E5;
	background-color: #FFF;
	z-index: 2;
	text-align: left;
	height: auto;
	transition: all 0.3s;
	border-radius: 26px;
	cursor: pointer;
}
.productsOverview .filter.optional {
	display: none;
}
.productsOverview .filterTitle {
	display: block;
	width: 100%;
	text-align: left;
	color: #000;
	background-color: #FFF;
	padding: 10px 20px;
	border-radius: 26px;
	min-width: 180px;
	position: relative;
}
.productsOverview .filterTitle i {
	margin-left: 10px;
	position: absolute;
	right: 20px;
	top: 18px;
}
.productsOverview .filterList {
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.productsOverview .filterList label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
	font-size: 17px;
	margin-left: 10px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.productsOverview .filterList input[type=checkbox] {
	display: none;
}
.productsOverview .filterList label:before {
	content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #fff;
    border: 1px solid #ebebe3;
}
.productsOverview .filterList input[type=checkbox]:checked + label:before {
    content: "";
	font-family: FontAwesome;
    font-size: 15px;
    color: #D0AE57;
    text-align: center;
    line-height: 15px;
}
.productsOverview .help {
	background-color: #292929;
	color: #FFF;
	padding: 50px 20px;
	background-image: url('assets/img/hulpnodig.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
}
.productsOverview .help h2 {
	color: #FFF;
	margin-bottom: 10px;
}
.productsOverview .infoPop {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	background-color: #FFF;
	color: #000;
	padding: 10px;
	border: 1px solid #CCC;
	z-index: 9;
	width: 300px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
	display: none;
}
.productsOverview .infoPop:before {
	content: '';
	position: absolute;
	left: 40px;
	top: -11.5px;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	background-color: #FFF;
	border: 1px solid #CCC;
	border-right: 0;
	border-bottom: 0;
}
.productsOverview .infoPop p:last-child {
	margin-bottom: 0;
}
.productsOverview .filterList label:hover .infoPop {
	display: block;
}

.helpContainer .wrapper {
	padding: 50px 0 30px 0;
	margin-bottom: 50px;
	background-color: #383838;
	color: #FFF;
	text-align: center;
}
.helpContainer h2, .helpContainer p {
	color: #FFF;
	display: inline-block;
	margin-right: 50px;
}


/* maatwerklab */
.moreInfo {
	padding: 50px 0;
}
.moreInfo .block {
	border: 1px solid #E5E5E5;
	margin-right: 20px;
	width: calc(33.333% - 20px);
	padding: 30px;
}
.moreInfo .block h3 {
	text-align: center;
}
.moreInfo .filter i {
	color: #D0AE57;
}
.moreInfo .filter {
	border-bottom: 1px solid #FFF;
	padding: 20px 0 0 0;
}
.moreInfo .block:first-of-type {
	background-color: #292929;
	color: #FFF;
}
.moreInfo .block:first-of-type h3 {
	color: #FFF;
}



/* over noizezz */
.team {
	padding: 50px 0;
	background-color: #F2F2F2;
}
.about.block1 {
	background-color: #FFF;
}

/* zakelijk */
.pageHeader.business .left {
	width: 60%;
}
.pageHeader.business .right {
	width: 40%;
	padding-left: 100px;
	margin-bottom: 30px;
}
.block2.business {
	position: relative;
	min-height: 420px;
}
.block2.business .left {
	width: 300px;
}
.block2.business .right {
	width: calc(100% - 500px);
}
.block2.business > img {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: auto;
	height: 380px;
}
.block2.business .right h2 {
	margin-left: 0;
}
.businessform input,
.businessform textarea
{
	width: 100%;
	padding: 15px;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
	min-height: 56px;

}
.businessform textarea {
	height: 100px;
}
.businessform button {
	float: right;
}
input.half1 {
	width: 48%;
	margin-right: 2%;
	float: left;
}
input.half2 {
	width: 48%;
	margin-left: 2%;
	float: right;
}

/* segmenten */
.segmentIcon {
	max-height: 50px;
	width: auto;
	margin-right: 20px;
}
.pageHeader.segment h1 {
	font-size: 90px;
	line-height: 70px;
}
.pageHeader.segment h2 {
	font-size: 50px;
	margin-top: 1px;
	line-height: 50px;
}




/* contact */
.contact {
	background-color: #F2F2F2;
	padding: 50px 0;
}
.contact input,
.contact textarea 
{
	width: 100%;
	padding: 15px;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
}
.contact textarea {
	height: 310px;
}
.contact button {
	float: right;
}
.map {
	height: 620px;
	background-color: #CCC;
	position: relative;
	z-index: 0;
}
#gmap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 620px;
}
.map .wrapper {
	
}
.addressBlock {
	width: 340px;
	height: auto;
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 100;
	border: 1px solid #D0AE57;
}

/* zoekresultaten */
.searchResults {
	padding: 50px 0;
}
.searchResults h3 a {
	color: #292929;
}
.searchItem {
	border-bottom: 1px solid #E5E5E5;
	padding: 20px 0;
}
#infscr-loading {
	display: none !important;
}





/* blog */
.categories {
	margin-bottom: 50px;
}
.categories .cat {
	display: inline-block;
	border: 1px solid #ADAAA9;
	color: #ADAAA9;
	height: 40px;
	line-height: 35px;
	font-size: 19px;
	margin-right: 20px;
	margin-bottom: 5px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}
.categories .cat .status {
	display: inline-block;
	width: 40px;
	height: 39px;
	border-right: 1px solid #ADAAA9;
	text-align: center;
	font-size: 25px;
}
.categories .cat .text {
	padding: 0 10px;
}
.categories .cat.active {
	border: 1px solid #D0AE57;
	color: #D0AE57;
}
.categories .cat.active .status {
	border-right: 1px solid #D0AE57;
	color: #D0AE57;
}

.blogContainer .post {
	display: block;
	background-color: #353535;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
	padding: 35px;
	width: 33.33%;
	float: left;
	color: #FFF;
	height: 650px;
	overflow: hidden;
	text-decoration: none;
	position: relative;
}
.blogContainer .post h3 {
	color: #FFF;
}
.blogContainer .post .gradient {
	background: -moz-linear-gradient(top,  rgba(52,79,161,0) 0%, rgba(52,79,161,0) 0%, rgba(52,79,161,0.95) 100%);
	background: -webkit-linear-gradient(top,  rgba(52,79,161,0) 0%,rgba(52,79,161,0) 0%,rgba(52,79,161,0.95) 100%);
	background: linear-gradient(to bottom,  rgba(52,79,161,0) 0%,rgba(52,79,161,0) 0%,rgba(52,79,161,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 0;
	position: absolute;
	width: calc(100% - 100px);
	bottom: 0;
	left: 0;
	padding: 50px;
	height: 500px;
	width: 100%;
	padding-top: 200px;
}
.blogContainer .post .postData {
	color: #D0AE57;
	position: absolute;
	left: 50px;
	bottom: 50px;
}
.blogExcerpt {
	max-height:295px;
	margin:0 0 10px;
	overflow:hidden;
}
.blogIndex .overlay {
	padding: 250px 0 50px 0;
}

.singleBlog {
	padding: 50px 0;
	position: relative;
}
.toblog i {
	margin: 0;
}
.toblog a {
	color: #000;
	font-size: 30px;
}
.singleBlog .intro {
	font-family: HelveticaNeue;
	font-size: 23px;
	color: #4C4C4C;
	margin-top: 50px;
	margin-bottom: 50px;
}
.singleBlog em {
	font-style: italic;
}
.singleBlog strong {
	font-weight: bold;
}
.singleBlog ul,
.singleBlog ol 
{
	margin-left: 50px;
}
.singleBlog ul li,
.singleBlog ol li
{
	margin-bottom: 20px;
}
.singleBlogContent ul li:before {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #D0AE57;
	margin-right: 30px;
}
.singleBlog ol {
	counter-reset: ol;
}
.singleBlog ol li:before {
	display: inline-block;
	content: counter(ol);
	counter-increment: ol;
	font-size: 30px;
	color: #D0AE57;
	margin-right: 30px;
	vertical-align: top;
}
.singleBlog .alignleft {
	float: left;
	padding: 0 20px 20px 0;
}
.singleBlog .alignright {
	float: right;
	padding: 0 0 20px 20px;
}
.singleBlog .aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.singleBlogContent iframe {
	width: 100%;
	height: 480px;
	max-width: 800px;
	display: block;
	margin: 0 auto;
}
.postNav {
	position: absolute;
	top: 140px;
	width: 100%;
	left: 0;
	font-size: 12px;
	transition: all 0.3s;
}
.postNav .prev {
	position: absolute; 
	left: 10px;
}
.postNav .next {
	position: absolute; 
	right: 10px;
}
.postNav i {
	margin: 0;
}
.postNav .next i {
	margin-left: 20px;
}
.postNav .prev i {
	margin-right: 20px;
}
.postNav a {
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
	transition: all 0.3s;
}
.postNav .next:hover,
.postNav .prev:hover
{
	color: #D0AE57;
}


/* kenniscentrum */
.faq {
	margin: 50px auto 0;
	max-width: 1400px;
}
.faq.contact {
	margin-top: 0;
	background-color: #FFF;
}
.pagination {
	clear: both;
	padding-top: 5px;
	display: none;
}
.pagi {
	display: inline-block;
	color: #FFF;
	background-color: #D0AE57;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.pagi i {
	margin: 0;
}
.faq .item {
	margin-bottom: 20px;
	cursor: pointer;
}
.faq .item .title {
	border: 1px solid #A5A5A5;
	padding: 20px 40px;
	position: relative;
}
.faq .item .title i {
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 30px;
	transition: transform 0.3s;
}
.faq .item .title h3 {
	margin: 0;
	display: inline-block;
}
.faq .item .content {
	padding: 20px 40px;
	display: none;
}


/* cart */
.woocommerce-cart .block1 .wrapper {
	max-width: 1000px;
}
.woocommerce-cart .woocommerce-message {
	display: none;
}
.woocommerce-cart .block1 {
	background-color: #FFF;
}
.woocommerce-page table.cart img {
	width: 80px;
}
.cart-subtotal th,
.order-total th 
{
	font-weight: 100 !important;
}
.cart-subtotal td,
.order-total td 
{
	font-weight: bold !important;
}
.cart_totals h2 {
	margin-bottom: 10px;
}
.woocommerce table.shop_table {
	margin-bottom: 50px;
}
table.cart td.actions {
	padding: 20px;
	background-color: #FEF4EF;
}
.cart_totals table
{
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0 !important;
}
.cart_totals .includes_tax {
	display: block;
}
.coupon input[type=text]
{
	width: 100%;
	padding: 12px 15px !important;
	font-family: HelveticaNeue;
	font-size: 16px;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
	width: 250px !important;
}
table.cart td.actions .button {
	padding: 13px !important;
}
.quantity {
	display: inline-block;
}
.quantity input {
	height: 30px;
	border: 1px solid rgba(0,0,0,.1);
}
.less, .more {
	display: inline-block;
	height: 30px;
	width: 35px;
	text-align: center;
	border: 1px solid #000;
	vertical-align: middle;
	line-height: 25px;
	border: 1px solid rgba(0,0,0,.1);
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.less {
	margin-right: -7px;
}
.more {
	margin-left: -7px;
}
.woocommerce .remove {
	color: #D0AE57 !important;
}
.woocommerce a.remove i {
	margin: 0;
	font-size: 16px;
}
.woocommerce a.remove:hover {
	background: inherit;
	text-decoration: underline;
	color: #D0AE57 !important;
}
.woocommerce ul.products li.product .price {
	color: #D0AE57;
}
.button:hover, .woocommerce #respond input#submit, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #D0AE57;
	color: #FFF;
}
.product-quantity label {
	display: none;
}
.woocommerce .backToShop {
	float: none;
}
.woocommerce .checkoutTop {
	text-align: right;
	margin-top: -75px;
}


.progress {
	max-width: 640px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 50px;
	display: none;
}
.woocommerce-cart .progress1,
.woocommerce-checkout .progress2
{
	display: block;
}
.progress .block {
	text-align: center;
	padding-right: 0 !important;
	width: 33% !important;
	height: 100px !important;
}
.progress .block .check {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #EFEFEF;
	color: #EFEFEF;
	margin-bottom: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	z-index: 1;
	position: relative;
	border: 1px solid #D0AE57;
}
.progress .block.active .check {
	color: #FFF;
	background-color: #D0AE57;
}
.progress .block .text {
	font-weight: normal;
}
.progress .line {
	background-color: #EFEFEF;
	height: 2px;
	width: 30%;
	position: absolute;
	z-index: 0;
}
.progress .line.half {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f36c2d+0,efefef+59 */
	background: rgb(208,174,87); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(208,174,87,1) 0%, rgba(239,239,239,1) 59%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(208,174,87,1) 0%,rgba(239,239,239,1) 59%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(208,174,87,1) 0%,rgba(239,239,239,1) 59%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D0AE57', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
}
.progress .line.active {
	background-color: #D0AE57;
}
.progress .line1 {
	left: 18%;
	top: 16px;
}
.progress .line2 {
	right: 18%;
	top: 16px;
}




/* checkout */
.woocommerce-checkout .input-text,
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout textarea
{
	width: 100%;
	padding: 15px !important;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
}
.woocommerce-checkout textarea {
	width: 100% !important;
	margin: 0;
	height: 300px !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background-color: #D0AE57;
}
.woocommerce-checkout-review-order-table {
	width: 48% !important;
	float: left;
}
.woocommerce-checkout-payment {
	width: 48% !important;
	float: right;
}
#order_review_heading {
	margin-top: 100px;
}
.woocommerce-checkout h2:first-child
{
	margin-top: 0;
}
.woocommerce-info,
.woocommerce-info:before 
{
    border-top-color: #000;
	color: #000;
}
.woocommerce-checkout #billing_address_2_field {
	display: none !important;
}

/* add to cart popup */
.popupContainer {
	width: 100vw;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 999999;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	display: none;
}
.popup {
	position: absolute;
	margin: auto;
	top: 10vh;
	left: 0;
	right: 0;
	max-width: 750px;
	height: auto;
	background-color: #FFF;
	-webkit-transform: translateZ(0);
	margin-bottom: 50px;
	border: 1px solid #EAEAEA;
}
.popup .wrapper {
	max-width: 860px;
	margin: 0 auto;
	position: relative;
	min-width: 300px;
}
.popup .close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #FFF;
	font-size: 25px;
	cursor: pointer;
}
.popup .top {
	background-color: #BFE6BF;
	padding: 30px 50px 10px 50px;
	color: #000;
}
.popup .top .left {
	width: 70%;
}
.popup .top .right {
	width: 30%;
}
.popup .top .fa-check-circle {
	color: #009900;
	font-size: 25px;
	position: absolute;
	left: 20px;
	top: 35px;
}
.popup .top h3 {
	color: #009900;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.popup .top .button {
	margin-bottom: 0;
}
.popup .middle {
	padding: 30px 50px 0 50px;
	line-height: 1.2;
}
.popup .bottom {
	padding: 0 50px;
	line-height: 1.2;
}
.popup .bottom .bts {
	padding-top: 16px;
	display: block;
}
.popup .text {
	margin-bottom: 30px;
	color: #000;
}
.popup .bottom .left {
	width: 55%;
}
.popup .bottom .right {
	width: 45%;
	text-align: right;
}


/* account */
.woocommerce-account .input-text {
	width: 100%;
	padding: 15px !important;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
}
a.edit {
	color: #D0AE57;
}




/* dealer */
.dealers {
	padding: 100px 0;
	background-color: #FFF;
}
.dealerSearch form {
	display: inline-block;
}
.dealerSearch span {
	margin: 0 20px 0 0;
}
.dealerSearch select,
.dealerSearch input
{
	width: auto;
	display: inline-block;
	padding: 15px 30px !important;
	font-family: HelveticaNeue;
	font-size: 100%;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
	margin-right: 10px;
	border: 2px solid #A8A8A8;
	min-height: 56px;
	font-weight: 400;
}
.dealerSearch .locate,
.dealerSearch button 
{
	cursor: pointer;
	font-size: 17px;
}
.dealerSearch button {
	padding: 15px 30px !important;
}
#dealerMap {
	width: 100%;
	height: 500px;
	background-color: #CCC;
	margin-bottom: 30px;
}
.gm-style-iw {
	padding: 20px;
}
.gm-style-iw p {
	font-size: 16px;
	margin-bottom: 0;
}
.dealerOverview {
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	min-height: 185px;
}
.dealerOverview h3 {
	margin-bottom: 0;
}
.dealerOverview .block {
	position: relative;
}
.dealerOverview .inner {
	padding-left: 20px;
}
.dealerOverview .fa-map-marker {
	position: absolute;
	left: 0;
	top: 5px;
	color: #D0AE57;
	font-size: 20px;
}
.extend {
	color: #D0AE57;
	cursor: pointer;
}
.extend i {
	font-size: 40px;
	vertical-align: -8px;
	margin-left: 10px;
}

.dealerMenu {
	text-align: center;
	padding: 70px 0;
	background-color: #F2F2F2;
}
.dealerMenu li {
	display: inline-block;
	text-align: center;
	position: relative;
	padding-top: 80px;
	width: 96px;
	height: 80px;
	color: #000;
	margin: 0;
}
.dealerMenu li:before {
	display: none;
}
.dealerMenu li a {
	color: #000;
	font-size: 15px;
}
.dealerMenu li img,
.dealerMenu li svg 
{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 20px;
	margin: auto;
	left: 0;
	right: 0;
	border: 1px solid #D0AE57;
	border-radius: 50%;
	padding: 5px;
	fill: #000 !important;
	transition: all 0.3s;
	background-color: #FFF;
}
.dealerMenu .st0 {
	fill: #000 !important;
}
.dealerMenu li:hover img,
.dealerMenu li:hover svg,
.dealerMenu li:hover svg .st0
{
	fill: #D0AE57 !important;
	border: 1px solid #D0AE57;
}

.dealer.companyRating {
	border-bottom: 1px solid #D3D3D3;
}

.dealer.blocks {
	padding: 50px 0;
	text-align: center;
}
.dealer.blocks .left,
.dealer.blocks .right
{
	border: 1px solid #E5E5E5;
	width: 48%;
	padding: 50px;
	background-color: #F9F9F9;
}
.dealer iframe {
	width: 100%;
	height: 400px;
}
.dealer.slider {
	padding: 30px 0;
}
.dealer.slider ul {
	text-align: center;
	width: 100%;
}
.dealer.slider li:before {
	content: '';
}
.dealer.slider li {
	margin: 0 auto;
}
.feedbackBar {
	padding: 50px 0;
	background-color: #383838;
	color: #FFF;
}
.feedbackBar h3 {
	color: #FFF;
	margin-bottom: 0;
}
.feedbackBar .left {
	width: 55%;
}
.feedbackBar .right {
	width: 45%;
}
.feedbackBar .right .left {
	width: 300px;
}
.feedbackBar .right .right
{
	width: calc(100% - 300px);
}
.productPlacement .left {
	position: relative;
	margin-right: 30px;
	border: 1px solid #E5E5E5;
	width: calc(50% - 15px);
	padding: 30px;
	background-color: #292929;
	color: #FFF;
}
.productPlacement .left h2 {
	color: #FFF;
}
.productPlacement .right {
	position: relative;
	margin-right: 0;
	border: 1px solid #E5E5E5;
	width: calc(50% - 15px);
	padding: 30px;
}
.productPlacement li {
	padding-left: 30px;
	position: relative;
	list-style-type: none;
}
.productPlacement li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 12px;
	height: 12px;
	background-color: #D0AE57;
}
.productPlacement img {
	height: 200px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.productPlacement .button {
	margin-bottom: 100px;
}

.woocommerce-page #payment .wc-terms-and-conditions,
.woocommerce-page #payment .woocommerce-mailchimp-opt-in {
	width: 100%;
	float:left;
	padding: 0 1em 0 0;
}

#ss_wc_mailchimp_opt_in {
	display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

iframe[name=google_conversion_frame]{
	display: block;
	height: 0;
}

.woocommerce-error li:before {
	content: '';
}

/* account */
.woocommerce-account .woocommerce a.button {
	border-color: #D0AE57;
	color: #D0AE57;
	margin-right: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	font-weight: bold;
}

/* cookiebar */
.avg-cookiebar {
	top: initial !important;
	bottom: 0 !important;
	padding: 0 !important;
}


/* ajax related content */
.relatedContent .addToCart {
	width: 45px;
	height: 45px;
	display: inline-block;
	border-radius: 50%;
	line-height: 46px;
	background-color: #D0AE57;
	color: #FFF;
	text-align: center;
}
.relatedContent .addToCart i {
	margin-left: 0;
}
.relatedContent .item h3 {
	text-align: center;
	font-size: 17px;
	margin-bottom: 10px;
}
.relatedContent .item,
.relatedContent .items {
	margin-bottom: 20px;
}
.relatedContent .block .price {
	text-align: center;
	padding-left: 0;
}
.relatedContent .topdiv {
	text-align: center;
}
.relatedContent .topdiv img {
	max-width: 100%;
	width: auto;
	height: 128px;
}
.popup .top .right {
	text-align: right;
}




@media screen and (max-width: 1800px) {

	.pageHeader.home .productkiezer {
		top: 165px;
	}
	.singleBlog .wrapper {
		width: 75%;
	}
	.postNav .prev i {
		margin-right: 10px;
	}
}
@media screen and (max-width: 1500px) {
	
	.topHeader .phone .responsive {
		display: inline-block;
	}
	.topHeader .phone .normal {
		display: none;
	}
	.topHeader .rightMenu.normal {
		display: none;
	}
	.topHeader .rightMenu.responsive {
		display: inline-block;
	}
	.lowerHeader .mainMenu li {
		width: 85px;
	}
	.lowerHeader .mainMenu li span {
		font-size: 12px;
	}
	
	
}
@media screen and (max-width: 1400px) {

	.wrapper {
		padding: 0 20px;
	}
	.lowerHeader .mainMenu li {
		width: 78px;
	}
	.topHeader .search {
		display: none;
	}
	.footer1 .social {
		right: 20px;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 50%;
	}
	.pageHeader .left,
	.pageHeader .right
	{
		width: 100%;
	}
	.productsContainer .block {
		width: calc(50% - 20px);
	}
	.topBlocks .block {
		width: calc(50% - 20px);
	}
	.woocommerce .topBlocks .block {
		width: calc(33.333% - 20px);
	}
	.feedbackBar .right .left {
		display: block;
		width: 300px;
		margin: auto;
		float: none;
	}
	.feedbackBar .left {
		width: 100%;
		text-align: center;
	}
	.feedbackBar .right {
		width: 100%;
	}

	.feedbackBar .right .right {
		width: 100%;
		text-align: center;
	}
	
	.topHeader > .wrapper > .left {
		width: 55%;
	}
	.topHeader > .wrapper > .right {
		width: 45%;
	}
}
@media screen and (max-width: 1250px) {
	
	.topHeader .language .responsive,
	.topHeader .phone .responsive
	{
		display: block;
	}
	.headerCart {
		margin-left: 0px;
	}
	.topHeader .normal {
		display: none;
	}
	.topHeader .social {
		margin-right: 10px;
	}
	.blogContainer .post {
		width: 50%;
		height: 400px;
	}
	.block1, .block2 {
		padding: 50px 0;
	}
	.product .detailblock .block {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.product .detailblock .block:nth-child(2){
		margin-right: 0;
	}
	.product .detailblock .block:last-child {
		width: 100%;
		margin-bottom: 0px;
	}
	.usps .thirds .block,
	.usps .thirds .block:first-child
	{
		width: 100%;
		padding: 0;
	}
	.productPlacement .button {
		margin-bottom: 200px;
	}
	.transport iframe {
		display: block !important;
		float: none;
		margin-left: -16px;
	}
	.useCase li {
		width: 24%;
		margin-bottom: 50px;
	}
	.topHeader {
		font-size: 12px;
	}
	.topHeader .right {
		font-size: inherit;
	}
	.topHeader .menu li {
		padding: 0 5px 0 0;
	}
	.topHeader > .wrapper > .left,
	.topHeader > .wrapper > .right	
	{
		width: 50%;
	}
	.lowerHeader .logo {
		width: 150px;
		margin-top: 27px;
		height: auto;
	}
	.lowerHeader.sticky .logo {
		margin-top: 10px;
	}
	.lowerHeader .mainMenu {
		width: calc(100% - 160px);
	}
	.lowerHeader .mainMenu li {
		width: 65px;
	}
	.lowerHeader .mainMenu li span {
		font-size: 11px;
	}
	.lowerHeader .mainMenu li img, .lowerHeader .mainMenu li svg {
		width: 50px;
		height: 50px;
		top: 25px;
	}
	
	.lowerHeader.sticky .mainMenu li {
		width: 55px;
	}
	.lowerHeader.sticky .mainMenu li span {
		display: none;
	}
	.lowerHeader.sticky .mainMenu li img, .lowerHeader.sticky .mainMenu li svg {
		top: 22px;
	}
}
@media screen and (max-width: 1050px) {
	
	.lowerHeader .wrapper {
		height: 100px;
	}
	.pageHeader.home h1 {
		font-size: 40px;
	}
	.pageHeader.home .thirds .block span {
		font-size: 21px;
	}
	.pageHeader.home .thirds .block .text {
		margin-top: 20px;
	}
	.footer1 .button {
		font-size: 100%;
	}
	.footer1 .social {
		position: relative;
		margin-top: 20px;
	}
	.footer1 .part1,
	.footer1 .part2
	{
		display: block;
		margin-bottom: 20px;
	}
	.fifths .block {
		width: 33.333%;
	}
	.pageHeader.home {
		background-position: -166px bottom;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: inherit;
	}
	.headerCart {
		padding: 0;
	}
	.pageHeader.home .productkiezer {
		top: 150px;
	}
	.fifths .block {
		width: 50%;
	}
	.fifths .block:nth-child(3){
		display: none;
	}
}
@media screen and (max-width: 1020px) {
	
	.mainMenu {
		display: none;
	}
	.topHeader {
		display: none;
	}
	.mmenuTrigger {
		display: block;
	}
	.lowerHeader, .lowerHeader.sticky {
		height: 70px;
		position: fixed;
		z-index: 999999;
		left: 0;
		top: 0;
	}
	.lowerHeader .infoText {
		display: block;
	}
	.lowerHeader .logo {
		width: auto;
		height: 46px;
		margin-top: 0;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		margin-top: 10px;
	}
	.lowerHeader .headerCart, .lowerHeader.sticky .headerCart {
		display: block;
		float: right;
		margin-right: 0;
		position: initial;
		padding: 0 20px;
		margin-right: -20px;
		height: auto;
		line-height: 0;
	}
	.lowerHeader .headerCart.active {
		border-left: 2px solid #383838;
	}
	.lowerHeader .headerCart .label,
	.lowerHeader.sticky .headerCart .label {
		font-size: 30px;
		height: 50px;
		margin-top: 18px;
		width: 40px;
		box-sizing: border-box;
		text-align: center;
		position: relative;
	}
	.lowerHeader .headerCart .cartCountContainer,
	.lowerHeader.sticky .headerCart .cartCountContainer {
		font-size: 10px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 15px;
	}
	.lowerHeader .headerCart .content, .lowerHeader.sticky .headerCart .content {
		top: 65px;
		width: 100%;
		z-index: 999999;
		position: absolute;
	}
	.lowerHeader .headerCart.active .content:before {
		content: '';
		position: absolute;
		left: -8px;
		top: -10px;
		height: 2px;
		width: calc(100% + 16px - 80px);
		background-color: #383838;
	}
	body {
		padding-top: 70px;
	}
	.mmenu {
		top: 70px;
	}
	.product .top .transport .transportInner,
	.product .top .tfc {
		float: none;
	}
	
}
@media screen and (max-width: 900px) {
	
	.productsContainer .block .top {
		height: auto;
	}
	.productsContainer .block .middle {
		height: auto;
	}
	
	.pageHeader.home {
		position: relative;
	}
	.pageHeader.home .right {
		width: 100%;
	}
	.pageHeader.home:before {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		background-color: rgba(0,0,0,0.7);
	}
	.pageHeader.home h1 {
		display: block;
		float: right;
		text-align: right;
		font-size: 30px;
		max-width: calc(100% - 300px);
	}
	.pageHeader.home .productkiezer {
		bottom: 60px;
		top: auto;
	}
	.pageHeader.home .thirds {
		position: absolute;
		right: 0;
		top: 180px;
		/* background-color: rgba(0,0,0,0.5); */
		padding: 10px;
		height: 360px;
	}
	.pageHeader.home .thirds .block {
		float: none;
		width: 70px;
		padding: 0;
		position: initial;
	}
	.pageHeader.home .thirds .block span {
		font-size: 14px;
		font-weight: bold;
		line-height: 14px;
	}
	.pageHeader.home .thirds .block .text {
		left: calc(-100vw + 130px);
		top: auto;
		bottom: 0;
		width: calc(100vw - 130px);
		padding: 20px;
		margin-top: 0;
	}
	.pageHeader.home .thirds .block .line {
		display: none !important;
	}
	.pageHeader {
		padding: 185px 0;
	}
	.thirds .block,
	.block1 .thirds .block:nth-child(1),
	.block1 .thirds .block:nth-child(2),
	.block1 .thirds .block:nth-child(3)
	{
		width: 100%;
		padding: 0;
	}
	.block1 .thirds .block:nth-child(2) {
		width: 70%;
		padding-right: 20px;
	}
	.block1 .thirds .block:nth-child(3)
	{
		width: 30%;
	}
	.fifths .block {
		width: 50%;
		padding: 0;
		margin-bottom: 20px;
	}
	h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.block2 .thirds .block,
	.block2 .thirds .block:first-child,
	.block2 .thirds .block:nth-child(2),
	.block2 .thirds .block:last-child
	{
		width: 100%;
		background-position: center center;
		height: auto !important;
		min-height: 100px;
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
	}
	.block2 h2 {
		margin: 0 0 20px 0;
		text-align: center;
	}
	.moreInfo .block {
		padding: 20px;
		margin-bottom: 20px;
	}
	.dealerOverview .block {
		width: 50%;
	}
	.dealer.blocks .left, .dealer.blocks .right {
		width: 100%;
		margin-bottom: 20px;
	}
	.pageHeader.normal .overlay {
		min-height: 100vh;
		height: auto;
	}
	.pageHeader.normal.segment .overlay
	{
		min-height: 0;
	}
	.pageHeader.normal.shop .overlay {
		height: auto;
		min-height: 0;
		padding-bottom: 50px;
	}
	.pageHeader.business .right,
	.pageHeader.business .left
	{
		width: 100%;
		padding: 0;
	}
	.pageHeader.business .right {
		padding-bottom: 50px;
	}
	.block2.business .left {
		display: none;
	}
	.block2.business .right {
		width: 100%;
	}
	.topBlocks .block {
		padding: 20px;
		height: auto;
		min-height: 0;
	}
	.topBlocks .block .button {
		position: relative;
		bottom: auto;
	}
	.topBlocks.shop {
		display: none;
	}
	.productsOverview {
		padding-top: 30px;
	}
	.productsContainer .block {
		width: 100%;
	}
	.product .middleBar .thirds .block {
		width: 33.333%;
		float: left;
	}
	.related .block {
		margin-bottom: 20px;
	}
	.block2.business > img {
		display: none;
	}
	.product .middleBar {
		height: auto;
	}
	.product .middleBar .wrapper {
		padding: 0;
	}
	.product .middleBar .wrapper > .left {
		border-bottom: 1px solid #E2E2E2;
		padding: 0;
	}
	.product .middleBar .wrapper > .right {
		padding: 0 20px;
		overflow: hidden;
	}
	.product .middleBar .wrapper > .left,
	.product .middleBar .wrapper > .right
	{
		width: 100%;
	}
	.singleBlogContent iframe {
		height: 480px;
	}
	.singleBlog .wrapper {
		width: 65%;
	}
	.productPlacement .right {
		width: 100%;
	}
	.productPlacement .left {
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.productPlacement .button {
		margin-bottom: 10px;
	}
	.productPlacement img {
		height: 150px;
	}
	.productsContainer .block .imgContainer {
		float: left;
		width: 50%;
		padding: 0 5px;
	}
	.productsContainer .block .dataContainer {
		float: right;
		width: 50%;
	}
	.productsContainer .block .img {
		background-position: top center;
	}
	.resultsCounterBar, .filterBarContainer {
		width: 100%;
	}
	.pageHeader.shop, .pageHeader.segment {
		margin-bottom: 0;
	}
	.relatedContent .bottomdiv {
		text-align: center;
	}
	
	.homeTop .slide {
		height: auto;
		text-align: center;
		background-image: url() !important;
		background-color: #292929;
	}
	.homeTop .slide .respImg {
		display: block;
		height: 300px;
		max-height: initial;
		background-size: cover;
		background-position: center center;
	}
	.homeTop .slide .wrapper {
		padding: 20px 0 60px 0;
	}

	.homeTop .slide h2 {
		color: #FFF;
	}
	.homeTop .slide .wrapper {
		padding: 20px 0 20px 0;
	}
	.homeTop .slide .button {
		border-color: #D0AE57 !important;
	}
	
}
@media screen and (max-width: 768px) {
	.singleBlog .wrapper {
		width: 60%;
	}
	.productPlacement .button {
		margin-bottom: 160px;
	}
	.popup .top .left, .popup .top .right {
		width: 50%;
	}
}
@media screen and (max-width: 700px) {
	
	.mmenu {
		font-size: 14px;
	}
	.pageHeader.home h1 {
		max-width: 100%;
		float: none;
		text-align: right;
		line-height: 40px;
	}
	.block1 {
		padding: 40px 0;
	}
	.faq .item .title h3 {
		font-size: 16px;
	}
	.productsOverview .left,
	.productsOverview .right
	{
		width: 100%;
		padding: 0;
	}
	.product .detailblock .block {
		width: 100%;
		margin-bottom: 20px;
	}
	.woocommerce-checkout-payment,
	.woocommerce-checkout-review-order-table
	{
		width: 100% !important;
	}
	#order_review_heading, .woocommerce-checkout h2 {
		margin-top: 50px;
	}
	.blogExcerpt p {
		display: none;
	}
	.blogContainer .post .gradient {
		padding-top: 320px;
	}
	.singleBlogContent iframe {
		height: 370px;
	}
	.config label {
		width: 100%;
		margin-right: 0;
	}
	.companyRating .left {
		display: none;
	}
	.companyRating .right {
		display: none;
	}
	.companyRating .middle {
		margin: auto;
		float: none;
		width: calc(100% - 10px);
	}
	.productsOverview .help {
		display: none;
	}
	.filterBar {
		display: none;
	}
	.filterBarContainer {
		border: none;
		height: auto;
		padding: 0;
		width: 100%;
	}
	.filterBarContainer > span {
		display: none;
	}
	.filter {
		width: 100%;
		margin-bottom: 10px;
	}
	.filterTitle i {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.homeTop .slide p {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.homeTop .slide h2 {
		font-weight: bold;
		font-size: 20px;
		line-height: 20px;
	}
	.pageHeader.shop, .pageHeader.segment {
		margin-bottom: 0;
	}
	.resultsCounterBar {
		display: block;
	}
	.homeTop .slide .respImg {
		background-position: -550px center;
	}
}
@media screen and (max-width: 600px) {
	
	.noResponsive {
		display: none !important;
	}
	.showResponsive,
	.onlyResponsive
	{
		display: block;
	}
	.singleBlog {
		padding-top: 100px;
	}
	.singleBlog .wrapper {
		width: 100%;
	}
	.postNav {
		top: 20px;
	}
	.mmenu li {
		width: calc(50% - 10px);
		margin-right: 10px;
	}
	.block1 .thirds .block:nth-child(1),
	.block1 .thirds .block:nth-child(2),
	.block1 .thirds .block:nth-child(3)
	{
		width: 100%;
		padding: 0;
	}
	.block1 .thirds .block:nth-child(3){
		height: auto;
		min-height: 100px;
		background-position: center center;
	}
	.enlargeImg {
		min-height: 300px !important;
	}
	.left,
	.right,
	.newsletter .left,
	.newsletter .right
	{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.companyRating .left {
		margin-bottom: 0;
	}
	.fifths .block {
		width: 100%;
	}
	.blogContainer .post {
		width: 100%;
	}
	h1 {
		font-size: 30px;
		line-height: 30px;
	}
	h2 {
		font-size: 25px;
		line-height: 25px;
	}
	.addressBlock {
		display: none;
	}
	.woocommerce-Reviews .comment-form-comment {
		width: 100%;
	}
	.woocommerce-Reviews .comment-form-author, .woocommerce-Reviews .comment-form-email {
		width: 100%;
		padding-left: 0;
	}
	.singleBlog ul, .singleBlog ol {
		margin-left: 0px;
	}
	.segmentIcon {
		max-height: 40px;
	}
	.pageHeader.segment h1 {
		font-size: 50px;
		line-height: 45px;
	}
	.pageHeader.segment h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.pageHeader.segment,
	.pageHeader.normal.segment .overlay
	{
		min-height: 0;
	}
	.breadcrumbs {
		font-size: 10px;
	}
	.useCase li img, .useCase li svg {
		width: 50px;
		height: 50px;
	}
	.useCase a span {
		bottom: 0;
	}
	.homeReviews .quote {
		font-size: 20px;
	}
	.fifths .block {
		margin-bottom: 0;
	}
	.fifths .block:nth-child(5){
		display: none;
	}
	.footer3 {
		display: none;
	}
	.coupon input[type=text] {
		width: 100% !important;
		float: none;
		margin-bottom: 8px !important;
	}
	table.cart td.actions .button {
		width: 100% !important;
		float: none;
	}
	.cart_totals h2 {
		text-align: right;
	}
	.homeTop .slide .wrapper {
		padding-top: 20px;
	}
	.homeTop .slide .right {
		padding-top: 20px;
	}
	.popup .bottom .left, .popup .bottom .right {
		width: 100%;
	}
	.popup .bottom .left .button, .popup .bottom .right .button {
		width: 100%;
	}
	.productsContainer .block .imgContainer {
		width: 35%;
	}
	.productsContainer .block .dataContainer {
		width: 65%;
	}
	.productsContainer .block p,
	.productsContainer .block h3 a,
	.productsContainer .block h3
	{
		text-align: left;
		padding-left: 0;
	}
	.lowerHeader .infoText {
		font-size: 12px;
	}
	.footer1 .part1 span,
	.footer1 .part2 span
	{
		display: block;
	}
	.helpContainer {
		display: none;
	}
	.productsContainer .block .price .subprice {
		display: none;
	}
	
	.footer2 .block {
		padding-left: 30px;
	}
	.footer2 ul {
		margin-left: 0;
	}
	.popup .top .left, .popup .top .right {
		width: 100%;
	}
	.popup .top .right {
		text-align: center;
	}
	.popup .top .right .button {
		width: 100%;
	}
	.popup .bottom .left {
		text-align: center;
	}
	.homeTop .slide img {
		display: block;
		margin: 0 auto 10px auto;
		
	}

}
@media screen and (max-width: 400px) {
	
	.pageHeader.home .thirds {
		height: auto;
	}
	.pageHeader.home .thirds .block {
		float: left;
		width: 33.333%;
		height: 140px;
	}
	.pageHeader.home .thirds .block:first-child span {
		position: relative;
		top: -1px;
	}
	.pageHeader.home .thirds .block .text {
		left: 0;
		top: 160px;
		bottom: auto;
		width: calc(100vw - 40px);
		padding: 20px;
		/* background-color: rgba(0,0,0,0.5); */
		margin-top: 0;
		font-size: 12px;
		line-height: 180%;
	}.pageHeader.home .thirds .block .text a {
		font-weight: bold;
	}
	.newsletter input {
		width: 100%;
	}
	.footer1 .content {
		font-size: 16px;
	}
	.dealerOverview .block {
		width: 100%;
	}
	.pageHeader.home .productkiezer {
		width: 280px;
		height: 84px;
	}
	.pageHeader.home .productkiezer h3 {
		font-size: 25px;
		left: 10px;
		top: 0px;
	}
	.pageHeader.home .productkiezer span {
		left: 10px;
		top: 25px;
		font-size: 16px;
	}
	.pageHeader.home .productkiezer i {
		top: calc(50% - 20px);
		left: 200px;
		font-size: 20px;
	}
	.pageHeader.segment,
	.pageHeader.normal.segment .overlay
	{
		min-height: 0;
	}
	.topBlocks .block .button {
		width: 100%;
	}
	.singleBlogContent iframe {
		height: 210px;
	}
	.productsContainer .block .button {
		padding: 10px;
	}
	.useCase li {
		width: 45%;
		margin-bottom: 0px;
	}

	.productsContainer .block p,
	.productsContainer .block h3 a
	{
		text-align: center;
		padding-left: 25px;
	}
	.productsContainer .block h3 {
		text-align: center;
		font-size: 18px;
	}
	.productsContainer .block h3 a {
		padding-left: 0;
		padding-right: 0;
	}
	.productsContainer .block p,
	.productsContainer .block ul li {
		font-size: 12px;
	}
	
	.lowerHeader .infoText {
		font-size: 10px;
		line-height: 1.5;
	}
	.homeTop .slide .respImg {
		height: 250px;
	}
	.homeTop .bx-has-pager {
		position: absolute;
		top: 312px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.homeTop .slide .wrapper {
		padding: 30px 0;
		padding-bottom: 0;
	}
	
}
@media screen and (max-width: 360px) {
	.companyRating {
		padding: 30px 0 30px 0;
	}

	.companyRating .middle #link_div {
		margin-top: -16px;
		margin-left: 130px;
		width: calc(100% - 70px);
	}

	#ranking_div {
		padding-top: 10px;
	}
	.resultsCounterBar .left {
		display: none;
	}
	.productsContainer .block .button {
		width: 90%;
	}
}

@media screen and (max-width: 335px) {
	.pageHeader.home .thirds .block:first-child span {
		position: initial;
		top:0;
	}
	.companyRating {
		padding: 30px 0 30px 0;
	}
	.companyRating .middle #link_div {
		margin-top: -16px;
		margin-left: 130px;
		width: calc(100% - 70px);
	}
	#ranking_div {
		padding-top: 10px;
	}
}

	color: #8E4949;
	text-align: left;
}
.productsContainer .block .stock.instock {
	color: #559149;
	display:none;
}

.filterBar {
	display: block;
}
.filterBarContainer {
	background-color: #FFF;
	padding: 10px 20px;
	padding-left: 0;
	height: 76px;
	margin-bottom: 20px;
	width: calc(100% - 20px);
	text-align: left;
	position: relative;
}
.filterBarContainer > span {
	line-height: 54px;
	font-weight: 500;
	margin-right: 50px;
	font-size: 25px;
}

.resultsCounterBar {
    background-color: #FFF;
    padding: 10px 20px;
    border: 1px solid #E5E5E5;
    height: 76px;
	line-height: 56px;
    margin-bottom: 20px;
    width: calc(100% - 20px);
    text-align: right;
    position: relative;
	display: none;
}
.resultsCounterBar .left {
	text-align: left;
	width: calc(100% - 150px) !important;
}
.resultsCounterBar .right {
	font-size: 25px;
	width: 150px !important;
}
.resultsCounterBar .right i {
	color: #D0AE57;
}
.resultsCounterBar .activateFilters {
	cursor: pointer;
}

.productsOverview .filter {
	display: inline-block;
	position: relative;
	vertical-align: top;
	border: 1px solid #E5E5E5;
	background-color: #FFF;
	z-index: 2;
	text-align: left;
	height: auto;
	transition: all 0.3s;
	border-radius: 3.5px;
	cursor: pointer;
}
.productsOverview .filter.optional {
	display: none;
}
.productsOverview .filterTitle {
	display: block;
	width: 100%;
	text-align: left;
	color: #000;
	background-color: #FFF;
	padding: 10px 20px;
	border-radius: 26px;
	min-width: 180px;
	position: relative;
}
.productsOverview .filterTitle i {
	margin-left: 10px;
	position: absolute;
	right: 20px;
	top: 18px;
}
.productsOverview .filterList {
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.productsOverview .filterList label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
	font-size: 17px;
	margin-left: 10px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.productsOverview .filterList input[type=checkbox] {
	display: none;
}
.productsOverview .filterList label:before {
	content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #fff;
    border: 1px solid #ebebe3;
}
.productsOverview .filterList input[type=checkbox]:checked + label:before {
    content: "";
	font-family: FontAwesome;
    font-size: 15px;
    color: #D0AE57;
    text-align: center;
    line-height: 15px;
}
.productsOverview .help {
	background-color: #292929;
	color: #FFF;
	padding: 50px 20px;
	background-image: url('assets/img/hulpnodig.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
}
.productsOverview .help h2 {
	color: #FFF;
	margin-bottom: 10px;
}
.productsOverview .infoPop {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	background-color: #FFF;
	color: #000;
	padding: 10px;
	border: 1px solid #CCC;
	z-index: 9;
	width: 300px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
	display: none;
}
.productsOverview .infoPop:before {
	content: '';
	position: absolute;
	left: 40px;
	top: -11.5px;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	background-color: #FFF;
	border: 1px solid #CCC;
	border-right: 0;
	border-bottom: 0;
}
.productsOverview .infoPop p:last-child {
	margin-bottom: 0;
}
.productsOverview .filterList label:hover .infoPop {
	display: block;
}

.helpContainer .wrapper {
	padding: 50px 0 30px 0;
	margin-bottom: 50px;
	background-color: #383838;
	color: #FFF;
	text-align: center;
}
.helpContainer h2, .helpContainer p {
	color: #FFF;
	display: inline-block;
	margin-right: 50px;
}


/* maatwerklab */
.moreInfo {
	padding: 50px 0;
}
.moreInfo .block {
	border: 1px solid #E5E5E5;
	margin-right: 20px;
	width: calc(33.333% - 20px);
	padding: 30px;
}
.moreInfo .block h3 {
	text-align: center;
}
.moreInfo .filter i {
	color: #D0AE57;
}
.moreInfo .filter {
	border-bottom: 1px solid #FFF;
	padding: 20px 0 0 0;
}
.moreInfo .block:first-of-type {
	background-color: #292929;
	color: #FFF;
}
.moreInfo .block:first-of-type h3 {
	color: #FFF;
}



/* over noizezz */
.team {
	padding: 50px 0;
	background-color: #F2F2F2;
}
.about.block1 {
	background-color: #FFF;
}

/* zakelijk */
.pageHeader.business .left {
	width: 60%;
}
.pageHeader.business .right {
	width: 40%;
	padding-left: 100px;
	margin-bottom: 30px;
}
.block2.business {
	position: relative;
	min-height: 420px;
}
.block2.business .left {
	width: 300px;
}
.block2.business .right {
	width: calc(100% - 500px);
}
.block2.business > img {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: auto;
	height: 380px;
}
.block2.business .right h2 {
	margin-left: 0;
}
.businessform input,
.businessform textarea
{
	width: 100%;
	padding: 15px;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 3.5px;
	margin-bottom: 20px;
	min-height: 56px;

}
.businessform textarea {
	height: 100px;
}
.businessform button {
	float: right;
}
input.half1 {
	width: 48%;
	margin-right: 2%;
	float: left;
}
input.half2 {
	width: 48%;
	margin-left: 2%;
	float: right;
}

/* segmenten */
.segmentIcon {
	max-height: 50px;
	width: auto;
	margin-right: 20px;
}
.pageHeader.segment h1 {
	font-size: 90px;
	line-height: 70px;
}
.pageHeader.segment h2 {
	font-size: 50px;
	margin-top: 1px;
	line-height: 50px;
}




/* contact */
.contact {
	background-color: #F2F2F2;
	padding: 50px 0;
}
.contact input,
.contact textarea 
{
	width: 100%;
	padding: 15px;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
}
.contact textarea {
	height: 310px;
}
.contact button {
	float: right;
}
.map {
	height: 620px;
	background-color: #CCC;
	position: relative;
	z-index: 0;
}
#gmap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 620px;
}
.map .wrapper {
	
}
.addressBlock {
	width: 340px;
	height: auto;
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 100;
	border: 1px solid #D0AE57;
}

/* zoekresultaten */
.searchResults {
	padding: 50px 0;
}
.searchResults h3 a {
	color: #292929;
}
.searchItem {
	border-bottom: 1px solid #E5E5E5;
	padding: 20px 0;
}
#infscr-loading {
	display: none !important;
}





/* blog */
.categories {
	margin-bottom: 50px;
}
.categories .cat {
	display: inline-block;
	border: 1px solid #ADAAA9;
	color: #ADAAA9;
	height: 40px;
	line-height: 35px;
	font-size: 19px;
	margin-right: 20px;
	margin-bottom: 5px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
}
.categories .cat .status {
	display: inline-block;
	width: 40px;
	height: 39px;
	border-right: 1px solid #ADAAA9;
	text-align: center;
	font-size: 25px;
}
.categories .cat .text {
	padding: 0 10px;
}
.categories .cat.active {
	border: 1px solid #D0AE57;
	color: #D0AE57;
}
.categories .cat.active .status {
	border-right: 1px solid #D0AE57;
	color: #D0AE57;
}

.blogContainer .post {
	display: block;
	background-color: #353535;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
	padding: 35px;
	width: 33.33%;
	float: left;
	color: #FFF;
	height: 650px;
	overflow: hidden;
	text-decoration: none;
	position: relative;
}
.blogContainer .post h3 {
	color: #FFF;
}
.blogContainer .post .gradient {
	background: -moz-linear-gradient(top,  rgba(52,79,161,0) 0%, rgba(52,79,161,0) 0%, rgb(78 78 78 / 95%) 100%);
	background: -webkit-linear-gradient(top,  rgba(52,79,161,0) 0%,rgba(52,79,161,0) 0%,rgb(78 78 78 / 95%) 100%);
	background: linear-gradient(to bottom,  rgba(52,79,161,0) 0%,rgba(52,79,161,0) 0%,rgb(78 78 78 / 95%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 0;
	position: absolute;
	width: calc(100% - 100px);
	bottom: 0;
	left: 0;
	padding: 50px;
	height: 500px;
	width: 100%;
	padding-top: 200px;
}
.blogContainer .post .postData {
	color: #D0AE57;
	position: absolute;
	left: 50px;
	bottom: 50px;
}
.blogExcerpt {
	max-height:295px;
	margin:0 0 10px;
	overflow:hidden;
}
.blogIndex .overlay {
	padding: 250px 0 50px 0;
}

.singleBlog {
	padding: 50px 0;
	position: relative;
}
.toblog i {
	margin: 0;
}
.toblog a {
	color: #000;
	font-size: 30px;
}
.singleBlog .intro {
	font-family: HelveticaNeue;
	font-size: 23px;
	color: #4C4C4C;
	margin-top: 50px;
	margin-bottom: 50px;
}
.singleBlog em {
	font-style: italic;
}
.singleBlog strong {
	font-weight: bold;
}
.singleBlog ul,
.singleBlog ol 
{
	margin-left: 50px;
}
.singleBlog ul li,
.singleBlog ol li
{
	margin-bottom: 20px;
}
.singleBlogContent ul li:before {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #D0AE57;
	margin-right: 30px;
}
.singleBlog ol {
	counter-reset: ol;
}
.singleBlog ol li:before {
	display: inline-block;
	content: counter(ol);
	counter-increment: ol;
	font-size: 30px;
	color: #D0AE57;
	margin-right: 30px;
	vertical-align: top;
}
.singleBlog .alignleft {
	float: left;
	padding: 0 20px 20px 0;
}
.singleBlog .alignright {
	float: right;
	padding: 0 0 20px 20px;
}
.singleBlog .aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.singleBlogContent iframe {
	width: 100%;
	height: 480px;
	max-width: 800px;
	display: block;
	margin: 0 auto;
}
.postNav {
	position: absolute;
	top: 140px;
	width: 100%;
	left: 0;
	font-size: 12px;
	transition: all 0.3s;
}
.postNav .prev {
	position: absolute; 
	left: 10px;
}
.postNav .next {
	position: absolute; 
	right: 10px;
}
.postNav i {
	margin: 0;
}
.postNav .next i {
	margin-left: 20px;
}
.postNav .prev i {
	margin-right: 20px;
}
.postNav a {
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
	transition: all 0.3s;
}
.postNav .next:hover,
.postNav .prev:hover
{
	color: #D0AE57;
}


/* kenniscentrum */
.faq {
	margin: 50px auto 0;
	max-width: 1400px;
}
.faq.contact {
	margin-top: 0;
	background-color: #FFF;
}
.pagination {
	clear: both;
	padding-top: 5px;
	display: none;
}
.pagi {
	display: inline-block;
	color: #FFF;
	background-color: #D0AE57;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.pagi i {
	margin: 0;
}
.faq .item {
	margin-bottom: 20px;
	cursor: pointer;
}
.faq .item .title {
	border: 1px solid #A5A5A5;
	padding: 20px 40px;
	position: relative;
}
.faq .item .title i {
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 30px;
	transition: transform 0.3s;
}
.faq .item .title h3 {
	margin: 0;
	display: inline-block;
}
.faq .item .content {
	padding: 20px 40px;
	display: none;
}


/* cart */
.woocommerce-cart .block1 .wrapper {
	max-width: 1000px;
}
.woocommerce-cart .woocommerce-message {
	display: none;
}
.woocommerce-cart .block1 {
	background-color: #FFF;
}
.woocommerce-page table.cart img {
	width: 80px;
}
.cart-subtotal th,
.order-total th 
{
	font-weight: 100 !important;
}
.cart-subtotal td,
.order-total td 
{
	font-weight: bold !important;
}
.cart_totals h2 {
	margin-bottom: 10px;
}
.woocommerce table.shop_table {
	margin-bottom: 50px;
}
table.cart td.actions {
	padding: 20px;
	background-color: #292929;
}
.cart_totals table
{
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0 !important;
}
.cart_totals .includes_tax {
	display: block;
}
.coupon input[type=text]
{
	width: 100%;
	padding: 12px 15px !important;
	font-family: HelveticaNeue;
	font-size: 16px;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
	width: 250px !important;
}
table.cart td.actions .button {
	padding: 13px !important;
}
.quantity {
	display: inline-block;
}
.quantity input {
	height: 30px;
	border: 1px solid rgba(0,0,0,.1);
}
.less, .more {
	display: inline-block;
	height: 30px;
	width: 35px;
	text-align: center;
	border: 1px solid #000;
	vertical-align: middle;
	line-height: 25px;
	border: 1px solid rgba(0,0,0,.1);
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.less {
	margin-right: -7px;
}
.more {
	margin-left: -7px;
}
.woocommerce .remove {
	color: #D0AE57 !important;
}
.woocommerce a.remove i {
	margin: 0;
	font-size: 16px;
}
.woocommerce a.remove:hover {
	background: inherit;
	text-decoration: underline;
	color: #D0AE57 !important;
}
.woocommerce ul.products li.product .price {
	color: #202020;
}
.button:hover, .woocommerce #respond input#submit, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #D0AE57;
	color: #FFF;
}
.product-quantity label {
	display: none;
}
.woocommerce .backToShop {
	float: none;
}
.woocommerce .checkoutTop {
	text-align: right;
	margin-top: -75px;
}


.progress {
	max-width: 640px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 50px;
	display: none;
}
.woocommerce-cart .progress1,
.woocommerce-checkout .progress2
{
	display: block;
}
.progress .block {
	text-align: center;
	padding-right: 0 !important;
	width: 33% !important;
	height: 100px !important;
}
.progress .block .check {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #EFEFEF;
	color: #EFEFEF;
	margin-bottom: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	z-index: 1;
	position: relative;
	border: 1px solid #D0AE57;
}
.progress .block.active .check {
	color: #FFF;
	background-color: #D0AE57;
}
.progress .block .text {
	font-weight: normal;
}
.progress .line {
	background-color: #EFEFEF;
	height: 2px;
	width: 30%;
	position: absolute;
	z-index: 0;
}
.progress .line.half {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f36c2d+0,efefef+59 */
	background: rgb(208,174,87); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(208,174,87,1) 0%, rgba(239,239,239,1) 59%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(208,174,87,1) 0%,rgba(239,239,239,1) 59%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(208,174,87,1) 0%,rgba(239,239,239,1) 59%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D0AE57', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
}
.progress .line.active {
	background-color: #D0AE57;
}
.progress .line1 {
	left: 18%;
	top: 16px;
}
.progress .line2 {
	right: 18%;
	top: 16px;
}




/* checkout */
.woocommerce-checkout .input-text,
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout textarea
{
	width: 100%;
	padding: 15px !important;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
}
.woocommerce-checkout textarea {
	width: 100% !important;
	margin: 0;
	height: 300px !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background-color: #D0AE57;
}
.woocommerce-checkout-review-order-table {
	width: 48% !important;
	float: left;
}
.woocommerce-checkout-payment {
	width: 48% !important;
	float: right;
}
#order_review_heading {
	margin-top: 100px;
}
.woocommerce-checkout h2:first-child
{
	margin-top: 0;
}
.woocommerce-info,
.woocommerce-info:before 
{
    border-top-color: #000;
	color: #000;
}
.woocommerce-checkout #billing_address_2_field {
	display: none !important;
}

/* woocommerce aangepast rogere */
.woocommerce-cart table.cart td.actions .coupon .input-text{
	border-radius:3.5px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	padding:20px 40px 0px 40px;
	background-color:#d1d1d1;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    background-color: #292929;
    padding: 40px;
    color: #d1d1d1;
}

.woocommerce-checkout .input-text{
	border-radius: 3.5px!important;
}


/* add to cart popup */
.popupContainer {
	width: 100vw;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 999999;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	display: none;
}
.popup {
	position: absolute;
	margin: auto;
	top: 10vh;
	left: 0;
	right: 0;
	max-width: 750px;
	height: auto;
	background-color: #FFF;
	-webkit-transform: translateZ(0);
	margin-bottom: 50px;
	border: 1px solid #EAEAEA;
}
.popup .wrapper {
	max-width: 860px;
	margin: 0 auto;
	position: relative;
	min-width: 300px;
}
.popup .close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #FFF;
	font-size: 25px;
	cursor: pointer;
}
.popup .top {
	background-color: #000000;
	padding: 30px 50px 10px 50px;
	color: #000;
}
.popup .top .left {
	width: 70%;
}
.popup .top .right {
	width: 30%;
}
.popup .top .fa-check-circle {
	color: #009900;
	font-size: 25px;
	position: absolute;
	left: 20px;
	top: 35px;
}
.popup .top h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.popup .top .button {
	margin-bottom: 0;
}
.popup .middle {
	padding: 30px 50px 0 50px;
	line-height: 1.2;
}
.popup .bottom {
	padding: 0 50px;
	line-height: 1.2;
}
.popup .bottom .bts {
	padding-top: 16px;
	display: block;
}
.popup .text {
	margin-bottom: 30px;
	color: #000;
}
.popup .bottom .left {
	width: 55%;
}
.popup .bottom .right {
	width: 45%;
	text-align: right;
}


/* account */
.woocommerce-account .input-text {
	width: 100%;
	padding: 15px !important;
	font-family: HelveticaNeue;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
}
a.edit {
	color: #D0AE57;
}




/* dealer */
.dealers {
	padding: 100px 0;
	background-color: #FFF;
}
.dealerSearch form {
	display: inline-block;
}
.dealerSearch span {
	margin: 0 20px 0 0;
}
.dealerSearch select,
.dealerSearch input
{
	width: auto;
	display: inline-block;
	padding: 15px 30px !important;
	font-family: HelveticaNeue;
	font-size: 100%;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
	margin-right: 10px;
	border: 2px solid #A8A8A8;
	min-height: 56px;
	font-weight: 400;
}
.dealerSearch .locate,
.dealerSearch button 
{
	cursor: pointer;
	font-size: 17px;
}
.dealerSearch button {
	padding: 15px 30px !important;
}
#dealerMap {
	width: 100%;
	height: 500px;
	background-color: #CCC;
	margin-bottom: 30px;
}
.gm-style-iw {
	padding: 20px;
}
.gm-style-iw p {
	font-size: 16px;
	margin-bottom: 0;
}
.dealerOverview {
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	min-height: 185px;
}
.dealerOverview h3 {
	margin-bottom: 0;
}
.dealerOverview .block {
	position: relative;
}
.dealerOverview .inner {
	padding-left: 20px;
}
.dealerOverview .fa-map-marker {
	position: absolute;
	left: 0;
	top: 5px;
	color: #D0AE57;
	font-size: 20px;
}
.extend {
	color: #D0AE57;
	cursor: pointer;
}
.extend i {
	font-size: 40px;
	vertical-align: -8px;
	margin-left: 10px;
}

.dealerMenu {
	text-align: center;
	padding: 70px 0;
	background-color: #F2F2F2;
}
.dealerMenu li {
	display: inline-block;
	text-align: center;
	position: relative;
	padding-top: 80px;
	width: 96px;
	height: 80px;
	color: #000;
	margin: 0;
}
.dealerMenu li:before {
	display: none;
}
.dealerMenu li a {
	color: #000;
	font-size: 15px;
}
.dealerMenu li img,
.dealerMenu li svg 
{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 20px;
	margin: auto;
	left: 0;
	right: 0;
	border: 1px solid #D0AE57;
	border-radius: 50%;
	padding: 5px;
	fill: #000 !important;
	transition: all 0.3s;
	background-color: #FFF;
}
.dealerMenu .st0 {
	fill: #000 !important;
}
.dealerMenu li:hover img,
.dealerMenu li:hover svg,
.dealerMenu li:hover svg .st0
{
	fill: #D0AE57 !important;
	border: 1px solid #D0AE57;
}

.dealer.companyRating {
	border-bottom: 1px solid #D3D3D3;
}

.dealer.blocks {
	padding: 50px 0;
	text-align: center;
}
.dealer.blocks .left,
.dealer.blocks .right
{
	border: 1px solid #E5E5E5;
	width: 48%;
	padding: 50px;
	background-color: #F9F9F9;
}
.dealer iframe {
	width: 100%;
	height: 400px;
}
.dealer.slider {
	padding: 30px 0;
}
.dealer.slider ul {
	text-align: center;
	width: 100%;
}
.dealer.slider li:before {
	content: '';
}
.dealer.slider li {
	margin: 0 auto;
}
.feedbackBar {
	padding: 50px 0;
	background-color: #383838;
	color: #FFF;
}
.feedbackBar h3 {
	color: #FFF;
	margin-bottom: 0;
}
.feedbackBar .left {
	width: 55%;
}
.feedbackBar .right {
	width: 45%;
}
.feedbackBar .right .left {
	width: 300px;
}
.feedbackBar .right .right
{
	width: calc(100% - 300px);
}
.productPlacement .left {
	position: relative;
	margin-right: 30px;
	border: 1px solid #E5E5E5;
	width: calc(50% - 15px);
	padding: 30px;
	background-color: #292929;
	color: #FFF;
}
.productPlacement .left h2 {
	color: #FFF;
}
.productPlacement .right {
	position: relative;
	margin-right: 0;
	border: 1px solid #E5E5E5;
	width: calc(50% - 15px);
	padding: 30px;
}
.productPlacement li {
	padding-left: 30px;
	position: relative;
	list-style-type: none;
}
.productPlacement li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	width: 12px;
	height: 12px;
	background-color: #D0AE57;
}
.productPlacement img {
	height: 200px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.productPlacement .button {
	margin-bottom: 100px;
}

.woocommerce-page #payment .wc-terms-and-conditions,
.woocommerce-page #payment .woocommerce-mailchimp-opt-in {
	width: 100%;
	float:left;
	padding: 0 1em 0 0;
}

#ss_wc_mailchimp_opt_in {
	display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

iframe[name=google_conversion_frame]{
	display: block;
	height: 0;
}

.woocommerce-error li:before {
	content: '';
}

/* account */
.woocommerce-account .woocommerce a.button {
	border-color: #D0AE57;
	color: #D0AE57;
	margin-right: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	font-weight: bold;
}

/* cookiebar */
.avg-cookiebar {
	top: initial !important;
	bottom: 0 !important;
	padding: 0 !important;
}


/* ajax related content */
.relatedContent .addToCart {
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 32px;
	background-color: #D0AE57;
	color: #FFF;
	text-align: center;
}
.relatedContent .addToCart i {
	margin-left: 0;
}
.relatedContent .item h3 {
	text-align: center;
	font-size: 17px;
	margin-bottom: 10px;
}
.relatedContent .item,
.relatedContent .items {
	margin-bottom: 20px;
}
.relatedContent .block .price {
	text-align: center;
	padding-left: 0;
}
.relatedContent .topdiv {
	text-align: center;
}
.relatedContent .topdiv img {
	max-width: 100%;
	width: auto;
	height: 128px;
}
.popup .top .right {
	text-align: right;
}




@media screen and (max-width: 1800px) {

	.pageHeader.home .productkiezer {
		top: 165px;
	}
	.singleBlog .wrapper {
		width: 75%;
	}
	.postNav .prev i {
		margin-right: 10px;
	}
}
@media screen and (max-width: 1500px) {
	
	.topHeader .phone .responsive {
		display: inline-block;
	}
	.topHeader .phone .normal {
		display: none;
	}
	.topHeader .rightMenu.normal {
		display: none;
	}
	.topHeader .rightMenu.responsive {
		display: inline-block;
	}
	.lowerHeader .mainMenu li {
		width: 85px;
	}
	.lowerHeader .mainMenu li span {
		font-size: 12px;
	}
	
	
}
@media screen and (max-width: 1400px) {

	.wrapper {
		padding: 0 20px;
	}
	.lowerHeader .mainMenu li {
		width: 78px;
	}
	.topHeader .search {
		display: none;
	}
	.footer1 .social {
		right: 20px;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 50%;
	}
	.pageHeader .left,
	.pageHeader .right
	{
		width: 100%;
	}
	.productsContainer .block {
		width: calc(50% - 20px);
	}
	.topBlocks .block {
		width: calc(50% - 20px);
	}
	.woocommerce .topBlocks .block {
		width: calc(33.333% - 20px);
	}
	.feedbackBar .right .left {
		display: block;
		width: 300px;
		margin: auto;
		float: none;
	}
	.feedbackBar .left {
		width: 100%;
		text-align: center;
	}
	.feedbackBar .right {
		width: 100%;
	}

	.feedbackBar .right .right {
		width: 100%;
		text-align: center;
	}
	
	.topHeader > .wrapper > .left {
		width: 55%;
	}
	.topHeader > .wrapper > .right {
		width: 45%;
	}
}
@media screen and (max-width: 1250px) {
	
	.topHeader .language .responsive,
	.topHeader .phone .responsive
	{
		display: block;
	}
	.headerCart {
		margin-left: 0px;
	}
	.topHeader .normal {
		display: none;
	}
	.topHeader .social {
		margin-right: 10px;
	}
	.blogContainer .post {
		width: 50%;
		height: 400px;
	}
	.block1, .block2 {
		padding: 50px 0;
	}
	.product .detailblock .block {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.product .detailblock .block:nth-child(2){
		margin-right: 0;
	}
	.product .detailblock .block:last-child {
		width: 100%;
		margin-bottom: 0px;
	}
	.usps .thirds .block,
	.usps .thirds .block:first-child
	{
		width: 100%;
		padding: 0;
	}
	.productPlacement .button {
		margin-bottom: 200px;
	}
	.transport iframe {
		display: block !important;
		float: none;
		margin-left: -16px;
	}
	.useCase li {
		width: 24%;
		margin-bottom: 50px;
	}
	.topHeader {
		font-size: 12px;
	}
	.topHeader .right {
		font-size: inherit;
	}
	.topHeader .menu li {
		padding: 0 5px 0 0;
	}
	.topHeader > .wrapper > .left,
	.topHeader > .wrapper > .right	
	{
		width: 50%;
	}
	.lowerHeader .logo {
		width: 150px;
		margin-top: 27px;
		height: auto;
	}
	.lowerHeader.sticky .logo {
		margin-top: 10px;
	}
	.lowerHeader .mainMenu {
		width: calc(100% - 160px);
	}
	.lowerHeader .mainMenu li {
		width: 65px;
	}
	.lowerHeader .mainMenu li span {
		font-size: 11px;
	}
	.lowerHeader .mainMenu li img, .lowerHeader .mainMenu li svg {
		width: 50px;
		height: 50px;
		top: 25px;
	}
	
	.lowerHeader.sticky .mainMenu li {
		width: 55px;
	}
	.lowerHeader.sticky .mainMenu li span {
		display: none;
	}
	.lowerHeader.sticky .mainMenu li img, .lowerHeader.sticky .mainMenu li svg {
		top: 22px;
	}
}
@media screen and (max-width: 1050px) {
	
	.lowerHeader .wrapper {
		height: 100px;
	}
	.pageHeader.home h1 {
		font-size: 40px;
	}
	.pageHeader.home .thirds .block span {
		font-size: 21px;
	}
	.pageHeader.home .thirds .block .text {
		margin-top: 20px;
	}
	.footer1 .button {
		font-size: 50%;
	}
	.footer1 .social {
		position: relative;
		margin-top: 20px;
	}
	.footer1 .part1,
	.footer1 .part2
	{
		display: block;
		margin-bottom: 20px;
		width:50%;
		float:left;
	}
	.fifths .block {
		width: 33.333%;
	}
	.pageHeader.home {
		background-position: -166px bottom;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: inherit;
	}
	.headerCart {
		padding: 0;
	}
	.pageHeader.home .productkiezer {
		top: 150px;
	}
	.fifths .block {
		width: 50%;
	}
	.fifths .block:nth-child(3){
		display: none;
	}
}
@media screen and (max-width: 1020px) {
	
	.mainMenu {
		display: none;
	}
	.topHeader {
		display: none;
	}
	.mmenuTrigger {
		display: block;
	}
	.lowerHeader, .lowerHeader.sticky {
		height: 70px;
		position: fixed;
		z-index: 999999;
		left: 0;
		top: 0;
	}
	.lowerHeader .infoText {
		display: block;
	}
	.lowerHeader .logo {
		width: 30%;
		
		margin-top: 0;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		margin-top: 24px;
	}
	.lowerHeader .headerCart, .lowerHeader.sticky .headerCart {
		display: block;
		float: right;
		margin-right: 0;
		position: initial;
		padding: 0 20px;
		margin-right: -20px;
		height: auto;
		line-height: 0;
	}
	.lowerHeader .headerCart.active {
		border-left: 2px solid #383838;
	}
	.lowerHeader .headerCart .label,
	.lowerHeader.sticky .headerCart .label {
		font-size: 30px;
		height: 50px;
		margin-top: 18px;
		width: 40px;
		box-sizing: border-box;
		text-align: center;
		position: relative;
	}
	.lowerHeader .headerCart .cartCountContainer,
	.lowerHeader.sticky .headerCart .cartCountContainer {
		font-size: 10px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 15px;
	}
	.lowerHeader .headerCart .content, .lowerHeader.sticky .headerCart .content {
		top: 65px;
		width: 100%;
		z-index: 999999;
		position: absolute;
	}
	.lowerHeader .headerCart.active .content:before {
		content: '';
		position: absolute;
		left: -8px;
		top: -10px;
		height: 2px;
		width: calc(100% + 16px - 80px);
		background-color: #383838;
	}
	body {
		padding-top: 70px;
	}
	.mmenu {
		top: 70px;
	}
	.product .top .transport .transportInner,
	.product .top .tfc {
		float: none;
	}
	
}
@media screen and (max-width: 900px) {
	
	.productsContainer .block .top {
		height: auto;
	}
	.productsContainer .block .middle {
		height: auto;
	}
	
	.pageHeader.home {
		position: relative;
	}
	.pageHeader.home .right {
		width: 100%;
	}
	.pageHeader.home:before {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		background-color: rgba(0,0,0,0.7);
	}
	.pageHeader.home h1 {
		display: block;
		float: right;
		text-align: right;
		font-size: 30px;
		max-width: calc(100% - 300px);
	}
	.pageHeader.home .productkiezer {
		bottom: 60px;
		top: auto;
	}
	.pageHeader.home .thirds {
		position: absolute;
		right: 0;
		top: 180px;
		/* background-color: rgba(0,0,0,0.5); */
		padding: 10px;
		height: 360px;
	}
	.pageHeader.home .thirds .block {
		float: none;
		width: 70px;
		padding: 0;
		position: initial;
	}
	.pageHeader.home .thirds .block span {
		font-size: 14px;
		font-weight: bold;
		line-height: 14px;
	}
	.pageHeader.home .thirds .block .text {
		left: calc(-100vw + 130px);
		top: auto;
		bottom: 0;
		width: calc(100vw - 130px);
		padding: 20px;
		margin-top: 0;
	}
	.pageHeader.home .thirds .block .line {
		display: none !important;
	}
	.pageHeader {
		padding: 185px 0;
	}
	.thirds .block,
	.block1 .thirds .block:nth-child(1),
	.block1 .thirds .block:nth-child(2),
	.block1 .thirds .block:nth-child(3)
	{
		width: 100%;
		padding: 0;
	}
	.block1 .thirds .block:nth-child(2) {
		width: 70%;
		padding-right: 20px;
	}
	.block1 .thirds .block:nth-child(3)
	{
		width: 30%;
	}
	.fifths .block {
		width: 50%;
		padding: 0;
		margin-bottom: 20px;
	}
	h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.block2 .thirds .block,
	.block2 .thirds .block:first-child,
	.block2 .thirds .block:nth-child(2),
	.block2 .thirds .block:last-child
	{
		width: 100%;
		background-position: center center;
		height: auto !important;
		min-height: 100px;
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
	}
	.block2 h2 {
		margin: 0 0 20px 0;
		text-align: center;
	}
	.moreInfo .block {
		padding: 20px;
		margin-bottom: 20px;
	}
	.dealerOverview .block {
		width: 50%;
	}
	.dealer.blocks .left, .dealer.blocks .right {
		width: 100%;
		margin-bottom: 20px;
	}
	.pageHeader.normal .overlay {
		min-height: 100vh;
		height: auto;
	}
	.pageHeader.normal.segment .overlay
	{
		min-height: 0;
	}
	.pageHeader.normal.shop .overlay {
		height: auto;
		min-height: 0;
		padding-bottom: 50px;
	}
	.pageHeader.business .right,
	.pageHeader.business .left
	{
		width: 100%;
		padding: 0;
	}
	.pageHeader.business .right {
		padding-bottom: 50px;
	}
	.block2.business .left {
		display: none;
	}
	.block2.business .right {
		width: 100%;
	}
	.topBlocks .block {
		padding: 20px;
		height: auto;
		min-height: 0;
	}
	.topBlocks .block .button {
		position: relative;
		bottom: auto;
	}
	.topBlocks.shop {
		display: none;
	}
	.productsOverview {
		padding-top: 30px;
	}
	.productsContainer .block {
		width: 100%;
	}
	.product .middleBar .thirds .block {
		width: 33.333%;
		float: left;
	}
	.related .block {
		margin-bottom: 20px;
	}
	.block2.business > img {
		display: none;
	}
	.product .middleBar {
		height: auto;
	}
	.product .middleBar .wrapper {
		padding: 0;
	}
	.product .middleBar .wrapper > .left {
		border-bottom: 1px solid #E2E2E2;
		padding: 0;
	}
	.product .middleBar .wrapper > .right {
		padding: 0 20px;
		overflow: hidden;
	}
	.product .middleBar .wrapper > .left,
	.product .middleBar .wrapper > .right
	{
		width: 100%;
	}
	.singleBlogContent iframe {
		height: 480px;
	}
	.singleBlog .wrapper {
		width: 65%;
	}
	.productPlacement .right {
		width: 100%;
	}
	.productPlacement .left {
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.productPlacement .button {
		margin-bottom: 10px;
	}
	.productPlacement img {
		height: 150px;
	}
	.productsContainer .block .imgContainer {
		float: left;
		width: 50%;
		padding: 0 5px;
	}
	.productsContainer .block .dataContainer {
		float: right;
		width: 50%;
	}
	.productsContainer .block .img {
		background-position: top center;
	}
	.resultsCounterBar, .filterBarContainer {
		width: 100%;
	}
	.pageHeader.shop, .pageHeader.segment {
		margin-bottom: 0;
	}
	.relatedContent .bottomdiv {
		text-align: center;
	}
	
	.homeTop .slide {
		height: auto;
		text-align: center;
		background-image: url() !important;
		background-color: #292929;
	}
	.homeTop .slide .respImg {
		display: block;
		height: 300px;
		max-height: initial;
		background-size: cover;
		background-position: center center;
	}
	.homeTop .slide .wrapper {
		padding: 20px 0 60px 0;
	}

	.homeTop .slide h2 {
		color: #FFF;
	}
	.homeTop .slide .wrapper {
		padding: 20px 0 20px 0;
	}
	.homeTop .slide .button {
		border-color: #D0AE57 !important;
	}
	
}
@media screen and (max-width: 768px) {
	.singleBlog .wrapper {
		width: 60%;
	}
	.productPlacement .button {
		margin-bottom: 160px;
	}
	.popup .top .left, .popup .top .right {
		width: 50%;
	}
}
@media screen and (max-width: 700px) {
	
	.mmenu {
		font-size: 14px;
	}
	.pageHeader.home h1 {
		max-width: 100%;
		float: none;
		text-align: right;
		line-height: 40px;
	}
	.block1 {
		padding: 40px 0;
	}
	.faq .item .title h3 {
		font-size: 16px;
	}
	.productsOverview .left,
	.productsOverview .right
	{
		width: 100%;
		padding: 0;
	}
	.product .detailblock .block {
		width: 100%;
		margin-bottom: 20px;
	}
	.woocommerce-checkout-payment,
	.woocommerce-checkout-review-order-table
	{
		width: 100% !important;
	}
	#order_review_heading, .woocommerce-checkout h2 {
		margin-top: 50px;
	}
	.blogExcerpt p {
		display: none;
	}
	.blogContainer .post .gradient {
		padding-top: 320px;
	}
	.singleBlogContent iframe {
		height: 370px;
	}
	.config label {
		width: 100%;
		margin-right: 0;
	}
	.companyRating .left {
		display: none;
	}
	.companyRating .right {
		display: none;
	}
	.companyRating .middle {
		margin: auto;
		float: none;
		width: calc(100% - 10px);
	}
	.productsOverview .help {
		display: none;
	}
	.filterBar {
		display: none;
	}
	.filterBarContainer {
		border: none;
		height: auto;
		padding: 0;
		width: 100%;
	}
	.filterBarContainer > span {
		display: none;
	}
	.filter {
		width: 100%;
		margin-bottom: 10px;
	}
	.filterTitle i {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.homeTop .slide p {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.homeTop .slide h2 {
		font-weight: bold;
		font-size: 20px;
		line-height: 20px;
	}
	.pageHeader.shop, .pageHeader.segment {
		margin-bottom: 0;
	}
	.resultsCounterBar {
		display: block;
	}
	.homeTop .slide .respImg {
		background-position: right;
	}
}
@media screen and (max-width: 600px) {
	
	.noResponsive {
		display: none !important;
	}
	.showResponsive,
	.onlyResponsive
	{
		display: block;
	}
	.singleBlog {
		padding-top: 100px;
	}
	.singleBlog .wrapper {
		width: 100%;
	}
	.postNav {
		top: 20px;
	}
	.mmenu li {
		width: calc(50% - 10px);
		margin-right: 10px;
	}
	.block1 .thirds .block:nth-child(1),
	.block1 .thirds .block:nth-child(2),
	.block1 .thirds .block:nth-child(3)
	{
		width: 100%;
		padding: 0;
	}
	.block1 .thirds .block:nth-child(3){
		height: auto;
		min-height: 100px;
		background-position: center center;
	}
	.enlargeImg {
		min-height: 300px !important;
	}
	.left,
	.right,
	.newsletter .left,
	.newsletter .right
	{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.companyRating .left {
		margin-bottom: 0;
	}
	.fifths .block {
		width: 100%;
	}
	.blogContainer .post {
		width: 100%;
	}
	h1 {
		font-size: 30px;
		line-height: 30px;
	}
	h2 {
		font-size: 25px;
		line-height: 25px;
	}
	.addressBlock {
		display: none;
	}
	.woocommerce-Reviews .comment-form-comment {
		width: 100%;
	}
	.woocommerce-Reviews .comment-form-author, .woocommerce-Reviews .comment-form-email {
		width: 100%;
		padding-left: 0;
	}
	.singleBlog ul, .singleBlog ol {
		margin-left: 0px;
	}
	.segmentIcon {
		max-height: 40px;
	}
	.pageHeader.segment h1 {
		font-size: 50px;
		line-height: 45px;
	}
	.pageHeader.segment h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.pageHeader.segment,
	.pageHeader.normal.segment .overlay
	{
		min-height: 0;
		width: 100%;
    padding: 10px!important;
    padding-top: 120px!important;
	}
	.breadcrumbs {
		font-size: 10px;
	}
	.useCase li img, .useCase li svg {
		width: 50px;
		height: 50px;
	}
	.useCase a span {
		bottom: 0;
	}
	.homeReviews .quote {
		font-size: 20px;
	}
	.fifths .block {
		margin-bottom: 0;
	}
	.fifths .block:nth-child(5){
		display: none;
	}
	.footer3 {
		display: none;
	}
	.coupon input[type=text] {
		width: 100% !important;
		float: none;
		margin-bottom: 8px !important;
	}
	table.cart td.actions .button {
		width: 100% !important;
		float: none;
	}
	.cart_totals h2 {
		text-align: right;
	}
	.homeTop .slide .wrapper {
		padding: 20px 15px 10px 15px;
	}
	.homeTop .slide .right {
		padding-top: 20px;
	}
	.popup .bottom .left, .popup .bottom .right {
		width: 100%;
	}
	.popup .bottom .left .button, .popup .bottom .right .button {
		width: 100%;
	}
	.productsContainer .block .imgContainer {
		width: 35%;
	}
	.productsContainer .block .dataContainer {
		width: 65%;
	}
	.productsContainer .block p,
	.productsContainer .block h3 a,
	.productsContainer .block h3
	{
		text-align: left;
		padding-left: 0;
	}
	.lowerHeader .infoText {
		font-size: 12px;
	}
	.footer1 .part1 span,
	.footer1 .part2 span
	{
		display: block;
		font-size:14px;
	}
	.helpContainer {
		display: none;
	}
	.productsContainer .block .price .subprice {
		display: none;
	}
	
	.footer2 .block {
		padding-left: 30px;
	}
	.footer2 ul {
		margin-left: 0;
	}
	.popup .top .left, .popup .top .right {
		width: 100%;
	}
	.popup .top .right {
		text-align: center;
	}
	.popup .top .right .button {
		width: 100%;
	}
	.popup .bottom .left {
		text-align: center;
	}
	.homeTop .slide img {
		display: block;
		margin: 0 auto 10px auto;
		
	}
	
	.pageHeader.normal {margin-left:5%;
	}

}
@media screen and (max-width: 400px) {
	
	.pageHeader.home .thirds {
		height: auto;
	}
	.pageHeader.home .thirds .block {
		float: left;
		width: 33.333%;
		height: 140px;
	}
	.pageHeader.home .thirds .block:first-child span {
		position: relative;
		top: -1px;
	}
	.pageHeader.home .thirds .block .text {
		left: 0;
		top: 160px;
		bottom: auto;
		width: calc(100vw - 40px);
		padding: 20px;
		/* background-color: rgba(0,0,0,0.5); */
		margin-top: 0;
		font-size: 12px;
		line-height: 180%;
	}.pageHeader.home .thirds .block .text a {
		font-weight: bold;
	}
	.newsletter input {
		width: 100%;
	}
	.footer1 .content {
		font-size: 16px;
	}
	.dealerOverview .block {
		width: 100%;
	}
	.pageHeader.home .productkiezer {
		width: 280px;
		height: 84px;
	}
	.pageHeader.home .productkiezer h3 {
		font-size: 25px;
		left: 10px;
		top: 0px;
	}
	.pageHeader.home .productkiezer span {
		left: 10px;
		top: 25px;
		font-size: 16px;
	}
	.pageHeader.home .productkiezer i {
		top: calc(50% - 20px);
		left: 200px;
		font-size: 20px;
	}
	.pageHeader.segment,
	.pageHeader.normal.segment .overlay
	{
		min-height: 0;
	}
	.topBlocks .block .button {
		width: 100%;
	}
	.singleBlogContent iframe {
		height: 210px;
	}
	.productsContainer .block .button {
		padding: 10px;
	}
	.useCase li {
		width: 45%;
		margin-bottom: 0px;
	}

	.productsContainer .block p,
	.productsContainer .block h3 a
	{
		text-align: center;
		padding-left: 25px;
	}
	.productsContainer .block h3 {
		text-align: center;
		font-size: 18px;
	}
	.productsContainer .block h3 a {
		padding-left: 0;
		padding-right: 0;
	}
	.productsContainer .block p,
	.productsContainer .block ul li {
		font-size: 12px;
	}
	
	.lowerHeader .infoText {
		font-size: 10px;
		line-height: 1.5;
	}
	.homeTop .slide .respImg {
		height: 250px;
	}
	.homeTop .bx-has-pager {
		position: absolute;
		top: 312px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.homeTop .slide .wrapper {
		padding: 30px 0;
		padding-bottom: 0;
	}
	
}
@media screen and (max-width: 360px) {
	.companyRating {
		padding: 30px 0 30px 0;
	}

	.companyRating .middle #link_div {
		margin-top: -16px;
		margin-left: 130px;
		width: calc(100% - 70px);
	}

	#ranking_div {
		padding-top: 10px;
	}
	.resultsCounterBar .left {
		display: none;
	}
	.productsContainer .block .button {
		width: 90%;
	}
}

@media screen and (max-width: 335px) {
	.pageHeader.home .thirds .block:first-child span {
		position: initial;
		top:0;
	}
	.companyRating {
		padding: 30px 0 30px 0;
	}
	.companyRating .middle #link_div {
		margin-top: -16px;
		margin-left: 130px;
		width: calc(100% - 70px);
	}
	#ranking_div {
		padding-top: 10px;
	}
}