/*All PAGES START*/
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*{box-sizing: border-box;}


/*
@font-face {
    font-family: 'Codec Pro';
    src: url('fonts/CodecPro-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
*/


@font-face {
	font-family: 'vatten';
	src: url('font-icons/faq/vatten.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
	font-display: swap;	
}


[class^="icon-"], [class*=" icon-"] {
	font-family: "vatten";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	line-height: 1em;

	font-variant: normal;
	text-transform: none;

}

.icon-vatten-mobile-logo:before { content: '\e800'; } /* '' */

.icon-vatten:before { content: '\e80b'; } /* '' */
.icon-petal-bg-white:before { content: '\e80e'; } /* '' */
.icon-petal-white:before { content: '\e80f'; } /* '' */
.icon-petal:before { content: '\e810'; } /* '' */
.icon-petal-bg:before { content: '\e811'; } /* '' */

.icon-1:before { content: '\e814'; } /* '' */
.icon-2:before { content: '\e812'; } /* '' */
.icon-3:before { content: '\e802'; } /* '' */
.icon-4:before { content: '\e804'; } /* '' */
.icon-5:before { content: '\e801'; } /* '' */
.icon-7:before { content: '\e815'; } /* '' */
.icon-6:before { content: '\e815'; } /* '' */
.icon-8:before { content: '\e803'; } /* '' */

.icon-Burger-Menu:before { content: '\e900'; } /* '' */
.icon-EN-Flag:before { content: '\e901'; } /* '' */
.icon-FB:before { content: '\e902'; } /* '' */
.icon-Insta:before { content: '\e915'; } /* '' */
.icon-NL-Flag:before { content: '\e916'; } /* '' */
.icon-Shopping-Bag:before { content: '\e917'; } /* '' */
.icon-X:before { content: '\e919'; } /* '' */

html, body {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	padding: 0;	
	min-height: 100%;
}

body { 
	visibility: visible; 
	background: #fff; 
	font-family: 'Codec Pro', sans-serif; 
	font-weight: 400; 
	width: 100%;
	font-size: 1.2vw;
	position:relative;
	min-height: 101vh;
}
body.no-transitions {
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
}	

@media all and (max-width: 1400px) {
	body { 
		font-size: 1em;
	}
}
body * {
	font-size: inherit;
}

.clear {
	clear: both;
}

button,
a {
	text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

body * {
	-webkit-tap-highlight-color: transparent;
}
.pseudo {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.hs {
	position: relative;
	z-index: 7;
	background: #fff;
}

.scroll-ani {
    height: 100vh;
    width: 100%;
    z-index: 0;	
	overflow: hidden;
}



.button-ac {
	display: inline-block;
	line-height: 100%;
	background: #000;
	color: #fff;
	font-weight: 700;
	font-size: 2.4vh;
	padding: 1.3vh 3vh;
	border-radius: 3vh;
}	
.button-ac:hover{
	background: #00b1d1;
}	


@media all and (max-width: 1400px) {
	.button-ac {
		font-size: .75em;
		padding: .7em 1.3em;
		border-radius: 1.3em;
	}	
}	


@media all and (max-width: 1100px) {
	.button-ac {
		font-size: .75em;
		padding: .6em 1em;
		border-radius: 1.3em;
		vertical-align: middle;
	}	
}


/*Site Logo*/

#vattenLogo {
	display: inline-block;
	font-size: .35vw;
	line-height: 0;
	text-align: center;
	width: 16em;
	height: 16em;
    width: 27em;
    height: 25em;
	position: fixed;
	top: 1.5vw;
    left: 1.5vw;
	z-index: 2;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	

    -o-transform: translateZ(0) scale(1,1);
    -ms-transform: translateZ(0) scale(1,1);
    -moz-transform: translateZ(0) scale(1,1);
    -webkit-transform: translateZ(0) scale(1,1);
    transform: translateZ(0) scale(1,1);
	
    -o-transition: -o-transform .2s linear;
    -ms-transition: -ms-transform .2s linear;
    -moz-transition: -moz-transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;

    will-change: transform;
	
}

#vattenLogo.scroll {
    -o-transform: scale(.8,.8);
    -ms-transform: scale(.8,.8);
    -moz-transform: scale(.8,.8);
    -webkit-transform: scale(.8,.8);
    transform: scale(.8,.8);

    will-change: transform;
}

#vattenLogo * {
	font-size: inherit;
}
#tulip {
	display: inline-block;
	position: relative;
	width: 15.2em;
	height: 16em;
	overflow:hidden;
}

#tulip:after {
	content: '\e800';
	font-size: 15em;
	position: absolute;
	left: auto;
	right: 0;
	bottom:0;
	bottom: 0;
	width: 3.3em;
	height: 1em;
	line-height: 1em;
	color: #515253;
	font-family: 'vatten';
}	
	

#vattenLogo .icon-vatten {
	font-size: 6em;
	color: #515253;
	position: relative;
	top: .5em;
}


@media all and (max-width: 1400px) {
	#vattenLogo {
		left: 1.5%;
	}
}

@media all and (max-width: 1300px) {
	#vattenLogo {
		font-size: 4px;
	}
	#vattenLogo.scroll {
		-o-transform: scale(.85,.85);
		-ms-transform: scale(.85,.85);
		-moz-transform: scale(.85,.85);
		-webkit-transform: scale(.85,.85);
		transform: scale(.85,.85);
	}

}

@media all and (max-width: 1100px) {
	#vattenLogo {
		font-size: 3px;
	}

}
@media all and (max-width: 1024px) {
	#vattenLogo.scroll {
		-o-transform: scale(.8,.8);
		-ms-transform: scale(.8,.8);
		-moz-transform: scale(.8,.8);
		-webkit-transform: scale(.8,.8);
		transform: scale(.8,.8);
	}

}


@media all and (max-width: 900px) {
	#vattenLogo {
		position: absolute;
		
	}
}

@media all and (max-width: 768px) {
	#vattenLogo {
		top: -24em;
		left: auto;
		right: 12%;

		margin: auto 0;
		position: absolute;
		display: none !important;
	}
	

	#vattenLogo {
		display: none;
	}
	#vattenLogo.transitions {
		-o-transition: opacity ease-in-out 1s;
		-ms-transition: opacity ease-in-out 1s;
		-moz-transition: opacity ease-in-out 1s;
		-webkit-transition: opacity ease-in-out 1s;
		transition: opacity ease-in-out 1s;
	}
	
}


@media all and (max-width: 650px) {
	#vattenLogo {
		top: -23em;
		right: 4%;
	}

}

/*Site Logo end*/



/*ALL PAGES START*/

/*Nav Icons*/
nav.nav-icons {
	position: fixed;
	top: 3vw;
	right:1.5vw;
	z-index: 9;
	font-size: 2vw;
}
nav.nav-icons.show {
	opacity: 1;
}	
nav.nav-icons a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1vw;
	position: relative;
}	



nav.nav-icons a span:before {
	color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;		
}

nav.nav-icons.white a span:before {
	color: #c4c4c4;
}

nav.nav-icons.p-white a span:before {
	color: #c4c4c4;
}

nav.nav-icons a:hover span:before,
nav.nav-icons a:active span:before {
	color: #909090;
}

nav.nav-icons.white a:hover span:before,
nav.nav-icons.white a:active span:before {
	color: #909090;
}

nav.nav-icons.p-white a:hover span:before,
nav.nav-icons.p-white a:active span:before {
	color: #909090;
}
	
nav.nav-icons a span.icon-Shopping-Bag:before {
	position: relative;
	z-index: 1;
}

nav.nav-icons a span.icon-Burger-Menu:before {
	position: relative;
	top: .3vw;
	z-index: 1;
}

nav.nav-icons a.mobile-logo {
	display: none;
}




.cart-items {
	background-color: #00b1d1;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	min-width: 1.55em;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;	
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	font-size: 1.1vw;
	position: absolute;
	top:-1.2vw;
	left:1vw;
	z-index: 0;
	font-weight: 500;
	-webkit-align-items: center;	
	opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;	
}

.cart-items:after {
  content: '';
  padding-top: 100%;
  display:table;
}



.cart-items.adding {
	min-width: 2.25em;
	top:-2vw;
	left:.5vw;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;	
}


@media all and (max-width: 1400px) {
	nav.nav-icons {
		top: 1.5em;
		right: 1.5%;
		font-size: 1.7em;
	}
	
	nav.nav-icons a {
		margin-left: .51em;
	}	


	.cart-items {
		font-size: .55em;
		top:-1.2em;
		left:.85em;
	}	
	nav.nav-icons a span.icon-Burger-Menu:before {
		top: .175em;
	}	
}

@media all and (max-width: 768px) {
	.cart-items {
		top: -0.6em;
		left: 1em;
	}
	nav.nav-icons a.mobile-logo {
		display: inline-block;
		width: 3.4em;
		text-align: center;
	}

	nav.nav-icons {
		padding: .5em;
		width: 100%;
		left:0;
		right:0;
		background: #fff;
		top: 0;
		opacity: 0;
		text-align: center;
		-o-transition: opacity ease .4s;
		-ms-transition: opacity ease .4s;
		-moz-transition: opacity ease .4s;
		-webkit-transition: opacity ease .4s;
		transition: opacity ease .4s;
	}		
	
	#vattenLogo.transitions {
		-o-transition: opacity ease-in-out 1s;
		-ms-transition: opacity ease-in-out 1s;
		-moz-transition: opacity ease-in-out 1s;
		-webkit-transition: opacity ease-in-out 1s;
		transition: opacity ease-in-out 1s;
	}
	#vattenLogo.hide {
		opacity: 1;
	}
	
	#vattenLogo.hide {
		opacity: 0;
	}
	
	body:not(.home) #vattenLogo.hide {
		top: -3em;
	}	
	
	nav.nav-icons.show {
		opacity: 1;
	}	
	nav.nav-icons {
		font-size: 1.5em;
	}
	
	
	nav.nav-icons a {
		margin-left: 0 !important;
	}	
	

	nav.nav-icons a.menu {
		position: absolute;
		left: 4%;
	}
	nav.nav-icons a.cart {
		position: absolute;
		right: 4%;
	}			
}


@media all and (max-width: 480px) {
	nav.nav-icons {
		font-size: 1.4em;

	}	
	
	nav.nav-icons a.cart {
		position: absolute;
		left: auto;
		right: 4%;
	}	
	
	nav.nav-icons a.menu {
		position: absolute;
		right: auto;
		left: 4%;
	}	
}

@media all and (max-width: 370px) {
	nav.nav-icons {
		font-size: 1.3em;
	}	
}
/*Nav Icons end*/


section.scroll-ani,
section.page-wrapper {
	position: relative;
	width: 100%;
	z-index: 1;
}
section.page-wrapper {
	background: #fff;
	overflow: hidden;
}

/*Faq page*/
.faq {
	overflow: visible;
}

.faq > div {
	padding: 0;
	text-align: center;
	margin-bottom: 11em;
}

.faq > div > div {
	display: block;
	width: 100%;
	max-width: 70%;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0 5%;
}


.faq > div > div > div {
	display: inline-block;
	width: 100%;
}

.faq > div > div > div > h1 {
	color: #000;
	font-size: 1.9em;
	font-weight: 800;
	line-height: 120%;
	display: block;
	text-align: center;
	margin-top: 1.6em;
	margin-bottom: 2em;
}

.faq > div > div > div > div {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	width: 10.2em;

	margin-left: calc(33.33333333333333% - 13.6em);
	position: relative;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.faq > div > div > div > div:nth-of-type(5),
.faq > div > div > div > div:nth-of-type(1){
	margin-left: 0;
}

.faq > div > div > div > div:nth-of-type(5),
.faq > div > div > div > div:nth-of-type(6),
.faq > div > div > div > div:nth-of-type(7),
.faq > div > div > div > div:nth-of-type(8){
	margin-top: .85em;
}	

.faq > div > div > div > div > span {
	display: block;
}

.faq > div > div > div > div > span:nth-of-type(1) {
	font-size: 6em;
	background: #fff;
	opacity: 0;
	-o-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}	
.faq > div > div > div > div > span:nth-of-type(1).icon-6 {
	position: relative;
	left: .085em;
}
.faq > div > div > div > div > span:nth-of-type(1).icon-6:after {
	width: .45em;
	height: .5em;
	background: #fff;
	display: block;
	position: absolute;
	content: '';
	top: 0;
	right: .25em;
	transform: rotate(-29deg);
}



.faq > div > div > div > div > span:nth-of-type(1) {
	opacity: 1;
}
	
.faq > div > div > div > div > span:nth-of-type(2) {
	font-size: .9em;
	font-family: 'Codec Pro', sans-serif; 
	font-weight: 400;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
}
.faq > div > div > div > div > span:nth-of-type(3) {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 0;
	height: .15em;
	background: #c4c4c4;
	
	-o-transition: width .3s cubic-bezier(0.7, 0, 0.1, 1);
	-ms-transition: width .3s cubic-bezier(0.7, 0, 0.1, 1);
	-moz-transition: width .3s cubic-bezier(0.7, 0, 0.1, 1);
	-webkit-transition: width .3s cubic-bezier(0.7, 0, 0.1, 1);
	transition: width .3s cubic-bezier(0.7, 0, 0.1, 1);
	will-change: width;
}	


.faq > div > div > div > div:hover > span:nth-of-type(3) {
	width: 50%;
}	

@media all and (max-width: 1250px) {
	.faq > div > div {
		max-width: 80%;
	}	
}



@media all and (max-width: 1100px) {
	.faq > div > div {
		padding: 0;
	}	
}


@media all and (max-width: 960px) {
	.faq > div > div > div > h1 {
		margin-top: 1.5em;
		margin-bottom: 1.9em;
		font-size: 1.7em;
	}
	.faq > div > div > div > div > span:nth-of-type(2) {
		font-size: .75em;
	}
	.faq > div > div > div > div:hover > span:nth-of-type(3) {
		width: 0;
	}	
}



@media all and (max-width: 768px) {
	.faq > div > div > div > h1 {
		margin-top: 1.9em;
		margin-bottom: 2.3em;
	}
	.faq > div > div {
		max-width: 100%;
	}
}

@media all and (max-width: 650px) {
	.faq > div > div {
		padding: 0 4%;
	}	
	
	.faq > div > div > div > div {
		width: 10.2em;
		margin-left: calc(50% - 15.3em) !important;
		margin-top: 0 !important;
	}
	
	.faq > div > div > div > div:nth-of-type(4),
	.faq > div > div > div > div:nth-of-type(7),
	.faq > div > div > div > div:nth-of-type(1){
		margin-left: 0 !important;
	}
	
	.faq > div > div > div > div:nth-of-type(4),
	.faq > div > div > div > div:nth-of-type(5),
	.faq > div > div > div > div:nth-of-type(6),
	.faq > div > div > div > div:nth-of-type(7),
	.faq > div > div > div > div:nth-of-type(8),
	.faq > div > div > div > div:nth-of-type(9) {
		margin-top: 1.2em !important;
	}

}
@media all and (max-width: 550px) {
	.faq > div > div > div > h1 {
		margin-top: 4.5em;
		margin-bottom: 2em;
	}
}
@media all and (max-width: 520px) {
	.faq > div > div > div > div > span:nth-of-type(2) {
		font-size: .9em;
	}
	.faq > div > div > div > div:nth-of-type(4),
	.faq > div > div > div > div {
		width: 10.2em;
		margin-left: calc(100% - 20.4em) !important;
		margin-top: 0 !important;
	}
	.faq > div > div > div > div:nth-of-type(3),
	.faq > div > div > div > div:nth-of-type(5),
	.faq > div > div > div > div:nth-of-type(7),
	.faq > div > div > div > div:nth-of-type(1){
		margin-left: 0 !important;
	}
	
	.faq > div > div > div > div:nth-of-type(3),
	.faq > div > div > div > div:nth-of-type(4),
	.faq > div > div > div > div:nth-of-type(5),
	.faq > div > div > div > div:nth-of-type(6),
	.faq > div > div > div > div:nth-of-type(7),
	.faq > div > div > div > div:nth-of-type(8) {
		margin-top: 1.2em !important;
	}	
}

@media all and (max-width: 420px) {
	.faq > div > div > div > div > span:nth-of-type(2) {
		font-size: .7em;
	}
}

@media all and (max-width: 380px) {
	.faq > div > div {
		padding: 0 2%;
	}	
}
@media all and (max-width: 359px) {
	.faq > div > div {
		padding: 0;
	}	
}



/*QA*/
.page-wrapper > div.faq:first-of-type > div {
	margin-bottom: 7em;
}
.faq.qa > div > div > div h2 {
	font-weight: 500;
	font-size: 1.6em;
	margin-top: 3em;
	margin-bottom: 1em;
}
.faq.qa > div > div > div:first-of-type h2 {
	margin-top: 0;
}
	
.faq.qa > div > div > div > div.faq-w {
	display: inline-block !important;
	width: 100% !important;
	text-align: left !important;
	vertical-align: baseline !important;
	cursor: auto !important;
	margin: 0 !important;
	border-bottom: .05em solid #ccc;
	padding: 1.5em 0 !important;
}
.faq.qa > div > div > div > div.faq-w:first-of-type {
	padding-top: 0 !important;
}
.faq.qa > div > div > div > div.faq-w > a {
	color: #000;
	font-size: 1.1em;
	position: relative;
	padding-left: 1em;
}
.faq.qa > div > div > div > div.faq-w > a:after,
.faq.qa > div > div > div > div.faq-w > a:before {
	content: '';
	display: inline-block;
	top: .38em;

	width: .5em;
	height: 0.075em;
	background: #000;
	position: absolute;
	left: 0;
	
	-o-transform: translateZ(0) rotate(90deg);
	-ms-transform: translateZ(0) rotate(90deg);
	-moz-transform: translateZ(0) rotate(90deg);
	-webkit-transform: translateZ(0) rotate(90deg);
	transform: translateZ(0) rotate(90deg);	
	
	-o-transition: .3s ease transform;
	-ms-transition: .3s ease transform;
	-moz-transition: .3s ease transform;
	-webkit-transition: .3s ease transform;
	transition: .3s ease transform;
	
	-webkit-tap-highlight-color: transparent;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;	
	will-change: transform;	
}
.faq.qa > div > div > div > div.faq-w > a:before,
.faq.qa > div > div > div > div.faq-w > a.open:after {
	-o-transform: translateZ(0) rotate(0deg);
	-ms-transform: translateZ(0) rotate(0deg);
	-moz-transform: translateZ(0) rotate(0deg);
	-webkit-transform: translateZ(0) rotate(0deg);
	transform: translateZ(0) rotate(0deg);
	
	
}
.faq.qa > div > div > div > div.faq-w > div {
	display: none;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: left;
	font-family: 'Codec Pro News', sans-serif;
}


.faq.qa > div > div > div > div.faq-w > div p {
	font-size: .85em;
	line-height: 120%;
	white-space: pre-line;
	margin-top: 1.5em;
	margin-bottom: 0;
}
@media all and (max-width: 960px) {
	.faq.qa > div > div > div h2 {
		font-size: 1.4em;
	}	
	.faq.qa > div > div > div > div.faq-w > a {
		font-size: 1.1em;
	}
	.faq.qa > div > div > div > div.faq-w > div p {
		font-size: .8em;
	}	
	
	.faq.qa > div > div > div > div.faq-w > a:after,
	.faq.qa > div > div > div > div.faq-w > a:before {
		top: .34em;
	}
}	
@media all and (max-width: 768px) {
	.faq.qa > div > div {
		max-width: 100%;
		padding: 0 4%;
	}
}

/*QA end*/
/*Faq end*/

	


/*Contact page*/
.contactn {
	background: none;
	overflow: visible;
	z-index: 1;
	position: relative;
}

.contactn > div {
	padding: 0;
	text-align: center;
	margin-bottom: 3em;
}
	
.contactn > div > div {
	display: block;
	width: 100%;
	max-width: 70%;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0 5%
}
.contactn > div > div > div {
	display: inline-block;
	width: 100%;
	height:27em;
	position: relative;
}

@media all and (max-width: 1250px) {
	.contactn > div > div {
		max-width: 82%;
	}	
}
@media all and (max-width: 1100px) {
	.contactn > div > div {
		padding: 0;
	}	
}

@media all and (max-width: 768px) {
	.contactn > div {
		margin-top: 2em;
	}
	.contactn > div > div {
		max-width: 102%;
		margin-left: -2%;
	}	
}


/* left/right blobs */

.rightBlob-w {
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 0; 
	width: 32em;
	height: 32em; 
	left: 2%;

	top: 0;
	margin: auto;
}


.rightBlob {
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden; 
-webkit-transform: translate3d(0,0,0);	
}	
	
.rightBlob {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
	fill: #f4f4f4;

}

#rightBlob {
	fill: url(#ctxt);
	overflow: visible;
}



@media all and (max-width: 1250px) {
	.rightBlob-w {
		width: 37em;
		height: 37em;
		left: -2%;
	}
	.contactn > div {
		margin-top: 4em;
		margin-bottom: 5em;
	}	
}

@media all and (max-width: 960px) {
	.rightBlob-w {
		width: 28em;
		height: 28em;
		left: -22%;
		right: 0;
	}
	.contactn > div {
		margin-top: 2em;
		margin-bottom: 2em;
	}
}

@media all and (max-width: 768px) {
	.rightBlob-w {
		width: 28em;
		height: 28em;
		left: -22%;
		right: 0;
	}
	.contactn > div {
		margin-top: 2em;
		margin-bottom: 2em;
	}
}

@media all and (max-width: 650px) {
	.rightBlob-w {
		width: 24em;
		height: 24em;
		left: -22%;
		right: 0;
	}
	.contactn > div {
		margin-top: 2em;
		margin-bottom: 2em;
	}
}


@media all and (max-width:568px) {

	.contactn > div {
		margin-top: 5vw;
	}	
}

@media all and (max-width:520px) {
	.rightBlob-w {
		width: 20em;
		height: 20em;
		left: -20%;
		right: 0;
	}
	.contactn > div {
		margin-top: -1em;
		margin-bottom: -2em;
	}	
}
@media all and (max-width:500px) {
	.contactn > div {
		margin-top: 0;
	}				
}

@media all and (max-width:420px) {
	.rightBlob-w {
		width: 18em;
		height: 18em;
		left: -20%;
		right: 0;
	}
	.contactn > div {
		margin-top: -1em;
		margin-bottom: -3em;
	}	
}
@media all and (max-width:359px) {
	.rightBlob-w {
		width: 17em;
		height: 17em;
		left: -20%;
		right: 0;
	}

}

/*Contact end*/


nav.nav-menu .menu-items {
	display: inline-block;
	vertical-align: middle;
}

@media all and (max-width: 768px) {
	nav.nav-icons {
		opacity: 0;
	}
}

.companyForm,
footer svg,
[class^='Blob'] svg,
.c-support-form,
.nav-menu,
.shopping-cart,
#c_supportFixed,
.just-added {
	display: none;
}