/*
Theme Name: Tiggelovend-Kok
Theme URI: https://www.tiggelovend-kok.nl/
Description: Tiggelovend-Kok
Author: Marc
Author URI: http://www.integritydesign.nl
Version: 1.0
*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html,
body {
	font-family: 'Lato', sans-serif, Arial;
	font-size: 14px;
	color: #000;
}
input,
select,
textarea {
	font-family: 'Lato', sans-serif, Arial;
	font-size: 14px;
	color: #000;
}
body {
	background: #fff;
}
img {
	border: 0px;
	display: block;
}
a,
input {
	outline: none;
	text-decoration: none;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.alignleft { float: left; margin: 0 15px 10px 0; }
.alignright { float: right; margin: 0 0 10px 15px; }
.aligncenter { float: none; text-align: center; margin: 0 auto; }
input[type='submit'] { -webkit-appearance: none; }

input, button, select, textarea { border: 0; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; } 
ul,
ol {
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
i {
	font-style: normal;
}
h1 {
	font-size: 47px;
	line-height: 52px;
	color: #ffffff;
	text-transform: uppercase;
}
h2 {
	font-size: 28px;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
}
h3 {
	font-size: 22px;
	line-height: 26px;
	color: #ea1d27;
	margin-top: 25px;
	margin-bottom: 20px;
	font-weight: 400;
}
h4 {
	font-size: 20px;
	line-height: 28px;
	color: #000708;
	font-weight: 400;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.container {
	padding: 0px 15px;
	margin: 0 auto;
	width: 100%;
	max-width: 1330px;
}

.acf-grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr; /* exact 50% / 50% */
    gap: 2rem;
    align-items: start;
	padding: 40px 0;
	font-size: 17px;
	line-height: 27px;
	font-weight:300;
}

/* Mobile stacking */
@media (max-width: 768px) {
    .acf-grid-2col {
        grid-template-columns: 1fr;
    }
}


/* global */

.submitBtn {
    padding: 6px 52px;
    display: inline-block;
    color: #000000;
    background: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 900;
    margin-top: 52px;
    text-transform: uppercase;
    line-height: 40px;
	position:relative;
}
.submitBtn:before{
	background: url(images/right-icon.png)no-repeat center;
	position: absolute;
	left: 20%;
	top: 35%;
	content: "";
	width: 15px;
	height: 15px;
    mix-blend-mode: multiply;
}
.submitBtn:hover {
    background: #d3d3d3;
}
/* template  */

#template {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
}
/* layout */

#layout {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
/* header */

#header-part {
	position: relative;
	width: 100%;
	background: #ffffff;
}
/* top-bar */
.header-bar .inner-container {
	position:relative;
}

.header-bar .top-bar {
	width: 100%;

}
.header-bar .top-bar .inner-top-bar{
    width: 100%;
    max-width: 795px;
    float: right;
    padding: 15px 0px 15px;
    background: #f2f2f2;
	position:relative;
	
}

.header-bar .top-bar .inner-top-bar:before{
position: absolute;
    left: 100%;
    top: 0;
    content: "";
    background: #f2f2f2;
    width: 2000%;
    height: 100%;
}

.header-bar .top-bar .inner-top-bar:after{
	position: absolute;
	left: -9px;
	top: 0;
	content: "";
	background: #f2f2f2;
	width: 20px;
	height: 100%;
	transform: skew(-14deg);
	-ms-transform: skew(-14deg); 
    -webkit-transform: skew(-14deg); 
}

.header-bar .top-bar .contact {
    float: left;
    padding: 0px 25px;
}
.header-bar .top-bar .contact p {
	font-size: 20px;
	line-height: 40px;
	color: #231f20;
	font-weight: 400;
}
.header-bar .top-bar .contact p a {
	color: #ea1d27;
}
.header-bar .top-bar .flag {
    float: right;
	position: relative;
	margin-top: 2px;
}
.header-bar .top-bar .flag a {
    float: right;
    margin-left: 20px;
}
.header-bar .top-bar .flag a.active img { -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); }
/*bottom-bar*/
.bottom-bar .logo{
    width: 300px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -10px;
	transition: all 0.3s ease-in-out 0s;
}
.bottom-bar {
    width: 100%;
    text-align: center;
    padding-top: 63px;
	transition: all 0.3s ease-in-out 0s;
}
.bottom-bar .in {
	transition: all 0.3s ease-in-out 0s;
}
.bottom-bar .nav-bar {
    display: inline-block;
    text-align: center;
    margin-top: 2px;
    position: relative;
    margin-left: -51px
}
.bottom-bar .nav-bar > ul > li {
	display: inline-block;
	position: relative;
}
.bottom-bar .nav-bar > ul > li > a {
    display: inline-block;
    font-size: 16px;
    color: #000000;
    padding: 0px 12px 5px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
}
.bottom-bar .nav-bar > ul > li:hover > a {
	background: #000000;
	color: #ffffff;
}
.bottom-bar .nav-bar > ul > li.current-menu-item a {
	background: #000000;
	color: #ffffff;
}
/* subnav-bar */

.bottom-bar .nav-bar > ul > li > ul {
    position: absolute;
	width: max-content;
	min-width:184px;
	left: 0px;
	top: 100%;
	display: none;
	background: #fff;
	z-index: 999999;
	text-align: center;
}
.bottom-bar .nav-bar > ul > li > ul > li {
	padding: 10px 20px;
	width: 100%;
}
.bottom-bar .nav-bar > ul > li > ul > li > a {
	font-size: 16px;
	color: #000000;
}

.bottom-bar .nav-bar > ul > li:hover ul {
	display: block;
}
/* social-icon */

.bottom-bar .social-icon {
	float: right;
	text-align: center;
    margin-right: 21px;
	transition: all 0.3s ease-in-out 0s;
}
.bottom-bar .social-icon a {
	width: 37px;
	height: 37px;
	background: #f2f2f2;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
    margin-right: 12px;
}
.bottom-bar .social-icon a i {
	font-size: 20px;
	color: #000000;
	line-height: 37px;
	width: 37px;
	height: 37px;
}
.bottom-bar .social-icon a i:hover,.bottom-bar .nav-bar > ul > li > ul > li > a:hover{ 
	color:#ea1d27; 
}
.bottom-bar.sticky {
	padding: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
    z-index: 9999;
	background: #ffffff;
box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}
.bottom-bar.sticky .in {
	padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 1330px;
	position: relative;
	padding-top: 10px;
}
.bottom-bar.sticky .logo {
	width: 130px;
	top: 0px;
	left: 0;
}
.bottom-bar .logo img {
	max-width: 100%;
}
.bottom-bar.sticky .social-icon {
    padding-top: 5px;
}

/* mtoggle */

.mtoggle {
	display: none;
	cursor: pointer;
	float: right;
	position: relative;
	top: -6px;
}
.bar1,
.bar2,
.bar3 {
	width: 35px;
	height: 5px;
	background-color: #333;
	margin: 6px 0;
	transition: 0.4s;
}
/* Rotate first bar */

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}
/* Fade out the second bar */

.change .bar2 {
	opacity: 0;
}
/* Rotate last bar */

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}
/* banner */

#banner-part {
	width: 100%;
	position: relative;
}
.banner-bar {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 650px; /* jouw minimum hoogte */
}

/* Video vult volledige achtergrond */
.video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.video-bg iframe {
    width: 100%;
    height: 100%;
    object-fit: cover; /* video's versie van background-size: cover */
}

/* Content bovenop de video */
.banner-content {
    position: relative;
    z-index: 2;
}

/* Styling van titel zoals je had */
.banner-bar h1 {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.banner-bar .title {
    text-align: center;
    padding: 212px 0 60px;
}


/* our-products */

.our-products {
	width: 100%;
	background: rgba(234, 29, 39, 0.68);
    padding: 37px 0px 2px;
}
.our-products h2 {
	margin-bottom: 33px;
}
.our-products a {
	float: left;
	display: block;
    width: 32.3%;
    margin-right: 20px;
	background-size: 48%;
	position: relative;
	overflow: hidden;
    margin-bottom: 22px;
	text-transform: uppercase;
	background-size: auto 100%;
}
.our-products a.pro-img-1 {
	background: #fff url(images/pro-img-1.png)no-repeat left/100% auto;
	background-size: auto 100%;
}
.our-products a.pro-img-2 {
	background: #fff url(images/pro-img-2.png)no-repeat left/100% auto;
	background-size: auto 100%;
}
.our-products a.pro-img-3 {
	background: #fff url(images/pro-img-3.png)no-repeat left/100% auto;
	background-size: auto 100%;
}
.our-products a.pro-img-4 {
	background: #fff url(images/pro-img-4.png)no-repeat left/100% auto;
	background-size: auto 100%;
}
.our-products a.pro-img-5 {
	background: #fff url(images/pro-img-5.png)no-repeat left/100% auto;
	background-size: auto 100%;
}
.our-products a.pro-img-6 {
	background: #fff url(images/pro-img-6.png)no-repeat left/100% auto;
	background-size: auto 100%;
}
.our-products a figure {
	display: inline-block;
	float: left
}
.our-products a span {
	position: relative;
	font-size: 20px;
	line-height: 32px;
	height:150px;
	color: #eb1d26;
	font-weight: 400;
	float: right;
	width: 57%;
	padding: 47px 0px;
	z-index: 9;
	background: #fff;
}
.our-products a span:before {
    content: "";
    position: absolute;
    left: -37px;
    top: 0px;
    background: #ffffff;
    width: 98px;
    height: 132%;
    z-index: -1;
    transform: rotate(21deg);
}
.inner-product a:nth-child(3n) {
	margin-right: 0;
}
.our-products a span:hover,
.our-products a span:hover:before {
	background: #d3d3d3;
}
/* vervolg */

.subs-banner-bar {
	width: 100%;
	position: relative;
	background: url(images/banner-img-1.jpg)no-repeat center/cover;
	min-height: 480px;
	overflow: hidden;
}
.subs-banner-bar .overlay {
    min-height: 480px;
	width: 39%;
	padding-top: 150px;
	position: relative;
	z-index: 99;
}
.subs-banner-bar h1 {
	margin-bottom: 30px;
}
.subs-banner-bar h2 {
	text-align: inherit;
	font-size: 24px;
	line-height: 31px;
	text-transform: inherit;
}
.subs-banner-bar .overlay:after {
    content: "";
    position: absolute;
    top: -215px;
    right: 10px;
    width: 169%;
    height: 180%;
    background: rgba(234, 29, 39, 0.68);
    transform: rotate(21deg);
    z-index: -1;
}
/* product  3rd page */

.single .subs-banner-bar {
	width: 100%;
	position: relative;
	background: url(images/banner-img-2.jpg)no-repeat center/100%;
    min-height: 280px;
	overflow: hidden;
}
.single .subs-banner-bar .overlay {
    min-height: 280px;
	padding-top: 112px;
    width: 43%;
    position: relative;
    z-index: 99;
}

.single .subs-banner-bar .overlay h1 {
	font-size: 32px;
	line-height: 52px;
	font-weight: 400;
}

.single .subs-banner-bar .overlay:after {
    content: "";
    position: absolute;
    top: -260px;
    right: 140px;
    width: 223%;
    height: 304%;
    background: rgba(234, 29, 39, 0.68);
    transform: rotate(21deg);
    z-index: -1;
}

/* slider */
.slick-slider .slick-list {
	padding: 0 !important; 
}
.sub-slider .slick-initialized .slick-slide img {
	width: 100%;
    height: auto;
}
.sub-slider .slick-prev.slick-arrow, .slick-next.slick-arrow {
	display: none;
}
.sub-slider .slick-initialized .slick-list .slick-slide {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.sub-slider .slick-slider {
	margin-left: -5px;
	margin-right: -5px;
}



/* content */

#content-part {
	width: 100%;
	position: relative;
}
/* .products-bar */

.submit {
	display: block;
	text-align: center;
}
.products-bar h2 {
	color: #eb1d25;
	padding: 45px 0px;
}
.inner-project a {
	float: left;
    min-height: 404px;
	display: block;
	width: 48.3%;
	margin-right: 3%;
}
.inner-project a.pro-img-7 {
	background: url(images/prod-img-1.jpg)no-repeat center/cover;
}
.inner-project a.pro-img-8 {
	background: url(images/prod-img-2.jpg)no-repeat center/cover;
}
.inner-project a:nth-child(2n) {
	margin-right: 0px;
}
.inner-project .about {
    background: #fff;
    padding: 20px 50px 27px 28px;
    position: absolute;
    width: calc(100% - 20px);
    bottom: 14px;
    left: 9px;
}
.inner-project .about span {
    font-size: 23px;
    color: #ea1d27;
    line-height: 40px;
    text-transform: uppercase;
}
.inner-project .about p {
	font-size: 18px;
	color: #5f5c5c;
	line-height: 30px;
}
.inner-project .about:after {
	content: ">";
	position: absolute;
    top: 31%;
    right: 25px;
	width: 44px;
	height: 44px;
	background: #d3d1d1;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	line-height: 44px;
}
.inner-project a {
    float: left;
    width: 48.5%;
    transition: all .5s ease-in-out;
    background-size: 100%;
    color: gray;
    position: relative;
    min-height: 404px;
    background-position: center center;
}
.inner-project a:hover {
	background-size: 120%;
	position: relative;
}
.products-bar .submitBtn {
	display: inline-block;
    margin: 30px 0px;
   padding: 0px;
   font-size:17px;
}
.products-bar .submitBtn:before{
    left: -20px;
    top: 12px;
}
.products-bar .submitBtn:hover {
	background: #fff;
	color: #eb1d25;
}
/* certified-bar */

.certified-bar {
	padding: 48px 0px 36px;
	width: 100%;
}
.certified-bar h2 {
	color: #eb1d25;
	margin-bottom: 36px;
}
.certified-bar .about-certificate {
	float: left;
	width: 34%;
	padding: 30px 0px;
	padding-right: 15px;
	border-right: solid 1px #e6e6e6;
}
.certified-bar .about-certificate p {
	font-size: 17px;
	line-height: 27px;
	color: #000708;
	font-weight: 400;
}
.certified-bar .brands {
	float: left;
	width: 66%;
	padding-left: 40px;
}
.certified-bar .brands figure {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 23%;
	text-align: center;
}
.certified-bar .brands figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	display: inline-block;
}
.certified-bar .brands figure:nth-child(4n) {
	margin-right: 0;
}
/* vervolg 2nd pages*/

.content-bar {
    margin: 15px 0px 100px;
}
.content-bar .leftside {
	width: 65.4%;
	float: left;
}
.content-bar .leftside .row {
	float: right;
    max-width: 870px;
    padding-right: 65px;
	width:100%;
}
.content-bar .leftside .top {
    margin-bottom: 58px;
}
.content-bar .leftside .top a, .content-bar .leftside .top span {
    font-size: 16px;
    line-height: 40px;
	font-weight: 500;
	color: #000000;
	margin-right: 17px;
	position: relative;
}
.content-bar .leftside .top a:after, .content-bar .leftside .top span:after {
	content: "|";
	position: absolute;
	top: -10px;
	right: -10px;
	color: #f0747a;
	font-size: 14px;
	width: 0;
}
.content-bar .leftside .top a:last-child:after, .content-bar .leftside .top span:last-child:after {
	display: none;
}
.content-bar .leftside .inner-content p {
    font-size: 18px;
    line-height: 28px;
	color: #000708;
	display: block;
	font-weight: 300;
    margin-bottom: 26px;
}
.content-bar .leftside .inner-content h4 {
	margin-bottom: 1px;
}
.content-bar .leftside .inner-content p a {
	color: #ea1d27;
}
..content-bar .leftside .inner-content p {} .content-bar .rightside {
	width: 34.6%;
	float: right;
}
.content-bar .rightside > img {
	margin-bottom: 12px;
}
/* product  3rd page */

.single .content-bar {
    margin: 17px 0px 30px;
}
.single .content-bar .leftside.aboutglry {
	width:61.4%;
}
.single .content-bar .leftside.aboutglry .row {
    padding-right: 55px;
    max-width: 803px;
}

.single .content-bar .rightside.gallery {
    width: 38.6%;
}

.single .content-bar .leftside .top {
    margin-bottom: 68px;
}
.inner-content h4 {
    margin-bottom: 9px;
}
.inner-content ul {
	margin-bottom: 24px;
}
.inner-content ul li {
    font-size: 17px;
    line-height: 37px;
	color: #000708;
	font-weight: 400;
	padding: 0px 25px;
	position: relative;
}
.inner-content ul li:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    width: 16px;
    height: 16px;
    background: #ea1d27;
}
/* .rightside */

.slider {
	position: relative;
}
.slider .slick-dots {
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translate(-50%, 0%);
}
.slider .slick-dots li {
	display: inline-block;
	margin: 0px 4px;
    width: 16px;
    height: 16px;
	border-radius: 50%;
	font-size: 0px;
	background: #fff;
	cursor: pointer;
	border: 0;
}
.slider .slick-dots li button {
	display: none;
}
.slider .slick-dots li.slick-active {
	background: #ea1d27;
}
.forms-bar {
	width: 100%;
	background: #ea1d27;
    padding: 60px 49px 49px;
	margin-top: 13px;
}
.forms-bar h2 {
	text-align: inherit;
	font-size: 23px;
	line-height: 25px;
	font-weight: 400;
    margin-bottom: 25px;
}
/*
form span {
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	display: block;
    margin-bottom: 29px;
}
*/
.forms-bar form {
	display: block;
    width: 88.5%;
}
form input[type="text"], form input[type="tel"], form input[type="phone"], form input[type="email"] {
    border: solid 1px #fff;
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    display: block;
    background: #ea1d27;
    margin-bottom: 9px;
    font-style: italic;
    font-weight: 300;
    padding: 0px 8px;
}
form input[type="submit"], form button { cursor: pointer; }
form input::placeholder {
	color: #fff;
}
form textarea {
	border: solid 1px #fff;
	width: 100%;
    height: 118px;
	color: #fff;
	font-size: 15px;
	line-height: 23px;
	display: block;
	background: #ea1d27;
	font-style: italic;
	font-weight: 300;
	padding: 6px 8px;
	resize: none
}
textarea::-webkit-input-placeholder {
color: #fff;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #fff;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff;  
}

textarea:-ms-input-placeholder {
color: #fff;  
}
form br { display: none !important; }
form sub {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	font-weight: 300;
}
form .submit {
	text-align:right;
	margin-right: 0px
}
form .submitBtn:before{
	left:17%;
}
form .submit a {
    margin-top: 25px;
    padding: 6px 50px;
    font-size: 15px;
}
form a img {
	margin-bottom: 0;
}
/*  product-slider 4th page */

.lb-data .lb-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	margin-bottom: 10px;
	margin-right: 10px;
	z-index: 99;
}
.lb-nav a.lb-next,
.lb-nav a.lb-prev {
	position: absolute;
	top: 50%;
	z-index: 99;
	width: 13%;
	opacity: 1;
	height: 50px;
	transform: translate(-0%, -50%);
}
.lb-nav a.lb-next {
	right: -66px;
}
.lb-nav a.lb-prev {
	left: -66px;
}
/* footer part */

#footer-part {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.footer-bar {
	background: #000708;
	padding: 65px 0px 61px;
}
/* contact-bar  */

.contact-bar {
	float: left;
	width: 34.3%;
}
.footer-bar span {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
	color: #ffffff;
	font-weight: 400;
}
.contact-bar .inner-contact span {
	color: #eb1d25;
}
.contact-bar .inner-contact ul li {
    font-size: 16px;
    line-height: 27px;
	color: #ffffff;
}
.contact-bar .inner-contact ul li a {
	display: inline-block;
	color: #ffffff;
	margin-left: 10px;
}
.contact-bar .inner-contact ul li:nth-child(1) {
	margin-bottom: 26px;
}
.contact-bar .inner-contact {
	display: inline-block;
	vertical-align: top;
	padding: 0px 0px 0px 21px;
}
.aboutus-bar {
	float: right;
	width: 65.7%;
}
.aboutus-bar p {
	display: inline-block;
	vertical-align: top;
	padding-left: 26px;
	font-size: 17px;
	line-height: 27px;
	color: #fff;
}
.aboutus-bar p i {
    font-size: 16px;
	color: #d8d7d7;
    margin-top: 25px;
	display: block;
}
/* copy-bar */

.copy-bar {
	background: #1d1d1d;
	width: 100%;
	text-align: center;
}
.copy-bar ul li {
	display: inline-block;
    font-size: 15px;
    line-height: 27px;
	color: #fff;
	font-weight: 400;
    padding: 28px 10px 22px;
	position: relative;
}
.copy-bar ul li a {
	color: #fff;
}
.copy-bar ul li:after {
    content: "|";
    position: absolute;
    top: 28px;
    right: 0px;
    color: #fff;
    font-size: 18px;
    width: 0;
}
.copy-bar ul li:last-child:after {
	display: none;
}
/* responsive */
@media only screen and (max-width: 1599px) {
	.subs-banner-bar .overlay:after {
       width: 200%;
	}
}
@media only screen and (max-width: 1439px) {
	
	
}

@media only screen and (max-width: 1359px) {
	.our-products a { 
		margin-right:19px;
	}
	.content-bar .leftside .row {
		max-width: 800px;
		padding-right: 0;
	}
	.content-bar {
		margin: 15px 0px 100px;
	}
	/* product */
	.single .content-bar .leftside.aboutglry .row {
		padding-right: 0px;
		max-width: 760px;
	}
	h3 br {
		display:none;
	}
}

@media only screen and (max-width: 1329px) {
	.container { max-width: 100%; }	
}


@media only screen and (max-width: 1279px) {
	
	.our-products a { 
		margin-right:17px;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 25px;
	}
	.our-products a span {
		font-size: 18px;
		line-height: 28px;
	}
	.inner-project .about span {
		font-size: 20px;
	}
	.inner-project .about p {
		font-size: 16px;
	}
	.submitBtn{
		font-size:15px;
	}
	.products-bar .submitBtn {
		font-size:15px;
	}
	.certified-bar .about-certificate p br {
		display:none;
	}
	.footer-bar span {
		width:100%;
		margin-bottom:15px;
	}
	.contact-bar .inner-contact,.aboutus-bar p {
		padding:0;
	}
	/* vervolg */
	.content-bar .leftside .row {
		max-width: 730px;
	}
	h3,h4 {
		font-size: 17px;
	}
	.content-bar .leftside .inner-content p{
		font-size:15px;
	}
	/* product */
	.single .content-bar .leftside.aboutglry .row {
		max-width: 690px;
	}
	.slick-slide img {
		display: block;
		width: 100%;
	}
	form {
		padding: 30px 20px 30px;
	}
	form label {
		width: 100%;
	}
}

@media only screen and (max-width: 1159px) {
	.header-bar .top-bar .inner-top-bar {
		max-width: 693px;
	}
	.header-bar .top-bar .contact p {
		font-size: 18px; 
	}
	.banner-bar {
    min-height: 450px; 
	}
	
    .bottom-bar .nav-bar br { display: none !important; height: 0; }
	.bottom-bar .nav-bar > ul > li > a,.bottom-bar .nav-bar > ul > li > ul > li > a {
		font-size: 14px;
		padding: 0px 10px 17px;
	}
	.bottom-bar .nav-bar {	
		margin-left: 80px;
	}
	.our-products a {
		margin-right: 15px;
		margin-bottom:15px;
	}
	/* vervolg */
	.subs-banner-bar,.subs-banner-bar .overlay {
		min-height: 350px;
	}
	.subs-banner-bar .overlay{
		padding-top:100px;
	}
	.content-bar .leftside .row {
		max-width: 650px;
	}
	h3 {
		    margin-bottom: 30px;
			font-size:16px;
	}
	/* product */
	.single .content-bar .leftside.aboutglry .row {
		max-width: 610px;
	}
	.content-bar .leftside .inner-content p br{
		display:none;
	}
	form{
		padding: 30px 20px;
	}
	form h2 {
		font-size: 19px;
	}
	.single .subs-banner-bar .overlay h1 {
		font-size: 25px;
	}
	.single .subs-banner-bar .overlay {
		width: 50%;
	}
	.aboutus-bar p br {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 36px;
		line-height:40px;
	}
	.banner-bar {
    min-height: 350px; 
	}
	.our-products a {
		margin-right: 14px;
		margin-bottom: 14px;
	}
	.inner-project .about {
		padding: 20px 0px 20px 10px;
	    padding-right: 65px;
	}
	.inner-project .about span {
		font-size: 17px;
		line-height: 30px;
	}
	.inner-project .about p {
		font-size: 15x;
		line-height:24px;
	}
	.inner-project .about:after {	
		top: 31%;
		right: 5px;
		width: 35px;
		height: 35px;
		line-height:35px;
	}
	.certified-bar {
		padding: 10px 0px 30px;
	} 
	.certified-bar .about-certificate p {
		font-size: 15px;
		line-height: 23px;
	}
	.certified-bar .brands{
	    padding-left: 0px;
	}
	.certified-bar .brands figure img {
		max-width: 100%;
	}
	.footer-bar {
		padding: 50px 0px 50px;
	}
	.footer-bar span {
		font-size: 16px
	}
	.contact-bar .inner-contact ul li {
		font-size: 15px;
	}
	.aboutus-bar p br {
		display:none;
	}
	.aboutus-bar p,.aboutus-bar p i {
		font-size: 15px;
		line-height: 25px;
	}
	.copy-bar ul li {
		font-size:14px;
	}
	/* vervolg */
	.content-bar .leftside .row {
		max-width: 610px;
	}
	.content-bar .leftside .top {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 1015px) {
	/* index page */
	.aboutus-bar p {
		padding: 0px 0px;
	}
	/* product */
	.single .content-bar .leftside .row {
		padding-right: 20px;
		padding-left: 10px;
	}
	.single form label {
		width: 100%;
	}
	.inner-project a {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 959px) {
	/* index page*/
	.header-bar .top-bar .logo {
		width: 25%;
	}
	.header-bar .top-bar .contact p {
		font-size: 14px;
	}
	.header-bar .top-bar .contact{
		padding:0px 10px;
	}
	.banner-bar {
    min-height: 300px; 
	}
	.bottom-bar .logo {
		max-width:200px;
		left: 5px;
	}
	.header-bar .top-bar .flag a {
		margin-left: 10px;
	}
	.header-bar .top-bar .inner-top-bar {
		max-width: 529px;
	}
	.header-bar .top-bar .flag a img {
		width:90%;
	}
	.header-bar .top-bar .flag {
		margin-top: 5px;
	}
	.bottom-bar .mtoggle {
		display: inline-block;
		margin-top: 6px;
	}
	.bottom-bar.sticky .in{
		padding: 14px 15px 10px;
	}
	.bottom-bar.sticky .social-icon {
		padding-top: 0px;
	}
	.bottom-bar {
		padding-top: 15px;
	}
	.inner-project .about:after {
		right:15px;
	}
	.certified-bar {
		padding: 10px 0px;
	}
	.certified-bar .about-certificate{
		padding: 0px 0px;
	}
	.products-bar .submitBtn{
		margin:10px 0px;
	}
	.bottom-bar .nav-bar {
		display: none;
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		background: #fff;
		z-index: 999;
		margin: 0px;
	}
	.bottom-bar .nav-bar > ul > li > a {
		display: block;
		padding: 0px;
	}
	.bottom-bar .nav-bar > ul > li {
		display: block;
		text-align: left;
		padding: 0px 10px;
	}
	.bottom-bar .nav-bar > ul > li > ul {
		position:relative;
		width: 100%;
		left: 0px;
		text-align: left;
	}
	.bottom-bar .nav-bar > ul > li:hover > ul {
		display: none;
	}
	.header-bar .inner-container {
		position: static;
	}
	.bottom-bar .nav-bar > ul > li > ul > li {
		background: #f1f1f1;
	}
	.bottom-bar .nav-bar > ul > li > a.active {
		background: #fff;
		color: #000;
	}
	.nav-bar > ul > li > .sub {
		position: absolute;
		top: 4px;
		right: 5px;
		width: 30px;
		height: 30px;
		display: inline-block;
	}
	.nav-bar > ul > li > .sub:after {
		position: absolute;
		top: 0px;
		left: 0px;
		content: "+";
		width: 100%;
		height: 100%;
		line-height: 30px;
		font-size: 20px;
		font-weight: 700;
		color: #000000;
		text-align: center;
	}
	
	h1 {
		font-size: 30px;
	}
	h2,
	.sub-banner-bar h2 {
		font-size: 20px;
	}
	.our-products a {
		width: 49%;
		margin-right: 2%;
	}
	.inner-product a:nth-child(2n) {
		margin-right: 0;
	}
	.inner-product a:nth-child(3) {
		margin-right: 2%;
	}
	.our-products {
		padding: 25px 0px;
	}
	.inner-project a {
		width: 100%;
		margin-right: 0px;
	}
	.our-products a span {
		font-size: 15px;
	}
	.inner-project .about span {
		font-size: 15px;
	}
	.inner-project .about p {
		font-size: 12px;
	}
	.certified-bar .about-certificate,
	.certified-bar .brands {
		width: 100%;
		margin-bottom: 20px;
	}
	.certified-bar .about-certificate p br {
		display: none;
	}
	.aboutus-bar p br {
		display: none;
	}
	.contact-bar {
		width: 36%;
	}
	.aboutus-bar {
		width: 64%;
		padding-left: 20px
	}
	.certified-bar .brands {
		padding-left: 0px;
		margin-bottom: 0;
	}
	/* vervolg */
	.subs-banner-bar .overlay {
		width: 55%;
	}
	.content-bar {
		margin: 10px 0px 0px;
	}
	.content-bar .leftside {
		padding: 0px 10px;
	}
	.content-bar .leftside .row {
		padding-right: 0;
		max-width: 100%;
		float: none;
	}
	.content-bar .leftside .top {
		margin-bottom: 15px;
	}
	.content-bar .rightside,
	.content-bar .leftside {
		width: 100%;
		padding: 0px 15px;
		float: none;
	}
	.content-bar .rightside > img {
		margin: 0 auto 15px;
		width: 100%;
		height:auto;
	}
	h3 {
		margin-bottom: 25px;
	}
	.content-bar .leftside .inner-content p {
		margin-bottom: 20px;
	}
	.products-bar h2 {
		padding: 20px 0px;
	}
	.subs-banner-bar .overlay {
		padding-top: 70px;
	}
	.subs-banner-bar, .subs-banner-bar .overlay {
		min-height: 280px;
	}
	/* product */
	.slick-list .slick-track .slick-slide img {
		width: 100%;
	}
	.single .content-bar .leftside .row {
		padding: 0px 0px;
	}
	.single .content-bar .leftside .top {
		margin-bottom: 20px;
	}
	.single .subs-banner-bar .overlay:after {
		right: -10px;
	}
	.single .content-bar .rightside.gallery,.single .content-bar .leftside.aboutglry {
		width:100%;
	}
	.single .content-bar .leftside.aboutglry .row {
		max-width:100%;
	}
	.certified-bar .about-certificate {
		border-right: 0px;
		padding-right: 0px;
	}
	
}
/* mobile device */

@media only screen and (max-width: 767px) {
	/* index page*/
	.container {
		padding: 0px 10px;
	}
	.top-bar .logo a {
		max-width: 155px;
		display: inline-block;
	}
	.top-bar .logo a img {
		width: 100%;
	}
	.header-bar .top-bar .contact {
		display:none;
	}
	.header-bar .top-bar .inner-top-bar{
		max-width:250px;
	}
	.banner-bar .title {
		padding: 120px 0px 45px;
	}
	.products-bar .submitBtn {
		margin-bottom: 0;
		font-size: 12px;
	}
	.contact-bar .inner-contact {
		padding: 0px 0px;
	}
	.footer-bar {
		padding: 25px 0px;
	}
	.submitBtn {
		padding: 0px 30px;
		font-size: 13px;
	}
	.submitBtn:before {
		left: 11%;
		top: 31%;
	}
	.our-products h2{
		margin-bottom:20px;
	}
	/* vervolg */
	.subs-banner-bar h2 br {
		display:none;
	}
	h3 {
		    line-height: 25px
	}
	.content-bar .leftside .inner-content p {
		font-size: 14px;
		line-height: 24px
	}
	.content-bar .leftside .inner-content h4 {
		margin-bottom: 10px;
	}
	.subs-banner-bar h2{
		font-size: 20px;
		line-height: 26px
	}
	/* product */
	form {
		padding: 30px 30px;
	}
	.single .subs-banner-bar .overlay h1 {
		font-size: 20px;
	}
	form h2 {
		font-size: 14px;
	}
	.lb-nav a.lb-next {
		right: 0px;
	}
	.lb-nav a.lb-prev {
		left: 0px;
	}
	.single .subs-banner-bar .overlay,.single .subs-banner-bar {
		min-height: 210px;
	}
	.single .subs-banner-bar .overlay {
		padding-top: 75px;
	}
	.inner-content ul li {
		font-size: 16px;
	}
}
@media only screen and (max-width: 639px) {
	/* index page*/
	.header-bar .top-bar .contact {
		display: none;
	}
	h1 {
		font-size: 25px;
		line-height: 32px;
	}
	h2,
	form h2 {
		font-size: 18px;
	}
	.banner-bar .title {
		    padding: 30px 0px 50px;
	}
	.contact-bar .inner-contact ul li a{
		margin-left:0px;
	}
	.copy-bar ul li{
		padding: 18px 10px 18px;
	}
	.copy-bar ul li:after{
		top: 18px;
	}
	.our-products a {
		width: 100%;
	}
	.our-products a span {
		width: 68%;
	}
	.certified-bar .brands figure {
		margin-right: 0px;
	}
	.certified-bar .brands figure img {
		margin: 0 auto;
	}
	.aboutus-bar p i {
		margin-top: 10px;
	}
	.footer-bar {
		padding: 30px 0px;
	}
	.our-products h2 {
		margin-bottom: 20px;
	}
	.sub-banner-bar h2 {
		font-size: 16px;
	}
	.sub-banner-bar h2 br {
		display: none;
	}
	/* product */
	.single .rightside {
		margin-bottom: 30px;
	}
	.single .inner-content h3 br,
	.single .inner-content p br {
		display: none;
	}
	.single .slider {
		margin-bottom: 20px;
	}
	.single .subs-banner-bar .overlay h1 {
		font-size: 17px;
	}
	.single .subs-banner-bar .overlay:after {
		right: -18px;
	}
		form {
		padding: 20px 20px;
	}
	/* vervolg */
	.subs-banner-bar, .subs-banner-bar .overlay {
		min-height: 250px;
	}
	.subs-banner-bar h1 {
		margin-bottom: 10px;
	}
	.subs-banner-bar h2 {
		font-size: 16px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 539px) {
	/* index page*/
	.inner-project a {
		min-height: 300px;
	}
	h1 {
		font-size: 22px;
	}
	.our-products {
		padding: 20px 0px;
	}
	.certified-bar h2 {
		margin-bottom: 20px;
	}
	.aboutus-bar,
	.contact-bar {
		width: 100%;
		margin-bottom: 15px;
	}
	.footer-bar .left-side {
		width: 100%;
		margin-bottom: 10px;
	}
	.footer-bar {
		padding: 20px 0px;
	}
	.copy-bar ul li {
		font-size: 11px;
		padding: 15px 5px;
	}
	.copy-bar ul li:after {
		top: 15px;
	}
	.our-products a span {
		width: 70%;
	}
	/* product */
	form {
		padding: 20px 20px;
	}
	.certified-bar .brands figure { 
		width: 49%;
	}
	.aboutus-bar {  
		padding-left: 0px;
	}
	/* vervolg */
	.subs-banner-bar .overlay {
		width: 60%;
	}
	h3 {
	    line-height: 22px;
		font-size: 14px;
	}
	form .submit a {
		font-size: 13px;
	}
	form .submit a.submitBtn:before {
		top: 33%;
	}
}
@media only screen and (max-width: 479px) {
	/* index page*/
	.bottom-bar .nav-bar > ul > li > a{
		padding: 0px;
		line-height: 30px;
	}
	.nav-bar > ul > li > .sub {
    right: 5px;
    width: 20px;
    height: 20px;
	}
	.nav-bar > ul > li > .sub:after{
		line-height: 20px
	}
	.bottom-bar .logo {
		max-width: 150px;
	}
	.header-bar .top-bar .flag a img {
		width: 70%;
	}
	.header-bar .top-bar .flag a {
		margin-left: 0;
	}
	.bottom-bar .social-icon{
		    margin-right: 0;
	}
	.bottom-bar .social-icon a i {
		font-size: 16px;
		line-height: 35px;
		width: 30px;
		height: 30px;
	}
	.our-products h2 {
		margin-bottom: 15px;
		line-height: 30px;
	}
	.our-products {
		padding: 15px 0px;
	}
	h1 {
		font-size: 18px;
		line-height: 30px;
	}
	.our-products a span {
		width: 60%;
		font-size: 14px;
	}
	.products-bar h2 {
		padding: 20px 0px;
	}
	.inner-project .about span {
		font-size: 14px;
    line-height: 20px;
	}
	.inner-project .about p {
		line-height: 20px;
	}
	.inner-project a {
		min-height: 232px;
	}
	.inner-project a.pro-img-7 {
		margin-bottom: 15px;
	}
	.contact-bar .inner-contact ul li:nth-child(1) {
		margin-bottom: 10px;
	}
	.banner-bar .title h1 br {display:none; }
	.aboutus-bar p, .aboutus-bar p i {
    font-size: 13px;
		line-height: 21px;
	}
	.contact-bar .inner-contact ul li {
		font-size: 13px;
	}
	.footer-bar span {
		font-size: 15px;
	}
	
	/* vervolg */
	.sub-banner-bar .overlay {
		padding-top: 35px;
	}
	.sub-banner-bar {
		min-height: 190px;
	}
	.sub-banner-bar .overlay {
		min-height: 220px;
	}
	.sub-banner-bar .overlay:after {
		width: 290%;
	}
		.subs-banner-bar .overlay {
		width: 80%;
	}
	/* product */
	form {
		padding: 15px 15px;
	}
	.single .subs-banner-bar .overlay h1 {
		font-size: 15px;
		line-height: 24px;
	}
	.copy-bar{ padding: 15px 0px;}
	.copy-bar ul li {
		width:100%;
		padding: 0;
		line-height:20px;
	}
	.copy-bar ul li:after {
		display:none;
	}
	form .submit a {
		padding: 1px 40px;
	}
	form h2 {
		font-size: 15px;
	}
}
@media only screen and (max-width: 359px) {
	.sub-banner-bar .overlay {
		width: 60%;
	}
	.inner-project .about span {
		font-size: 13px;
	}
	.inner-project .about p {
		font-size: 11px;
	}
	.certified-bar .about-certificate p {
		font-size: 14px;
	}
	/* vervolg */
	.subs-banner-bar h2 {
		font-size: 13px;
		line-height: 18px;
	}
	.content-bar .leftside .top a {
		font-size: 14px;
	}
}