/*

Tulip 				#F38E8C
Emerald green 		#3E8C85
Light green bud 	#C8D7A1
Old Dutch 			#F2E1C3
Outerspace blue 		#3D4865
Raisin black 		#202223

*/

@font-face {
font-family: 'Filson Soft';
src: url('fonts/filson/FilsonSoftBook.woff2') format('woff2'),
        url('fonts/filson/FilsonSoftBook.woff') format('woff');
font-weight: 300;
}
@font-face {
font-family: 'Filson Soft';
src: url('fonts/filson/FilsonSoftRegular.woff2') format('woff2'),
        url('fonts/filson/FilsonSoftRegular.woff') format('woff');
font-weight: 400;
}
@font-face {
font-family: 'Filson Soft';
src: url('fonts/filson/FilsonSoftMedium.woff2') format('woff2'),
        url('fonts/filson/FilsonSoftMedium.woff') format('woff');
font-weight: 500;
}

@font-face {
font-family: 'Filson Soft';
src: url('fonts/filson/FilsonSoft-Bold.woff2') format('woff2'),
        url('fonts/filson/FilsonSoft-Bold.woff') format('woff');
font-weight: 600;
}


@font-face {
font-family: 'Spencer';
src: url('fonts/spencer/Spencer-Italic.woff2') format('woff2'),
        url('fonts/spencer/Spencer-Italic.woff') format('woff');
font-weight: 300;
font-weight: italic;
}

@font-face {
font-family: 'Spencer';
src: url('fonts/spencer/Spencer-Light.woff2') format('woff2'),
        url('fonts/spencer/Spencer-Light.woff') format('woff');
font-weight: 300;
}

.slide {
   outline: 0;
}


h2 a:hover,
h2 a,
.main-content a,
.page-content li a,
p a:hover,
p a{
	color: #3E8C85;
	position: relative;
	text-decoration: none;
}

h2 a:hover::after,
h2 a::after,
.page-content li a::after,
.page-content li a:hover::after,
.main-content a::after,
.main-content a:hover::after,
p a:hover::after,
p a::after{
	display: block;
	content: "";
	width: 100%;
	position: absolute;
	height: 3px;
	bottom:  -4px;
	background: rgba(61,141,133,0.3);
	left: 0;
	z-index: -1;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.page-content a:hover::after,
.main-content a:hover::after,
h2 a:hover::after,
p a:hover::after {
	bottom: 0;
	height: 20px;
}
	p.source a:hover::after {
		bottom: 0;
			height: 15px;
	}

p.attention a,
p.attention {
	font-weight: 500;
	font-size: 18px;
}
p.attention.green a,
p.attention.green {
	color: rgba(61,141,133,1);
}
p.pretext.tulip,
h2.attention.tulip,
p.attention.tulip {
	color: #F38E8C;
	font-weight: 500;
}
p.source {
	
	font-size: 13px;
}
p.source.green,
p.pretext.green,
h2.attention.green a,
h2.attention.green,
p.attention.green {
	color: rgba(61,141,133,1);
}
p + ul {
	margin-left: 20px;
	list-style: disc;
	margin-top: 0;
}


/* GENERAL */


::selection {
	background: #F38E8C; /* WebKit/Blink Browsers */
	color: #202223;
}

::-moz-selection {
	background: #F38E8C; /* Gecko Browsers */
	color: #202223;
} 
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a:hover, a:active, a:focus {
	outline: 0;
}

*, html, body, input {
	font-family: 'Filson Soft', Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 28px;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #202223;
}
body {
	padding-top: 160px;
}
body.landing,
body.main-home.v2 {
	padding-top: 0px;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input {
	font-family: inherit;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input[type="submit"], input[type="button"] {
	-webkit-appearance: button;
}

select {
	-webkit-appearance: textfield;
}

.row {
	position: relative;
}

input:focus, textarea:focus, button:focus {
	outline: none;
}

.form-control:focus {
	border-color: #202223!important;
	box-shadow: none;
}
html {
	overflow-x: hidden;
}
html, body {
	color: #1C1C1C;
	height: 100%;
}
	body.order .page-title,
	body.order {
		background: #FFF;
	}

strong {
	font-weight: 500;
}

section {
	width: 100%;
	float: left;
	clear: left;
}
	
/* FONTS */

.h1, h1 {
	font-weight: 600;
	font-size: 48px;
	margin: 5px 0 10px 0;
}

p + h1 {
	margin: 20px 0 10px 0;
}

p.serif + h1 {
	margin: -10px 0 10px 0;
}
p span.accent {
	position: relative;
}
.serif.quote {
	font-size: 20px;
	line-height: 26px;
}
	
	p span.accent::after{
		position: absolute;
		background: #F38E8C;
		color: #202223;
		content: " ";
		width: calc(100% + 6px);
		display: block;
		line-height: 30px;
		height: 30px;
		left: -3px;
		top:  -7px;
		border-radius: 2px;
		z-index: -1;
	}

.h2, h2, h2 a {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	margin: 20px 0 5px 0;
}
	.main-image h2 {
		font-weight: 300;
		font-size: 20px;
		line-height: 32px;
		margin: 20px 0 20px 0;
	}

p.pretext {
	font-size: 20px;
	font-weight: 500;
}
p.subtext {
	font-weight: 500;
	font-size: 20px;
}
p.serif {
	font-size: 17px;
	font-weight: 500;
}
p.serif + h1,
p.serif + h3,
p.serif + h2 {
	margin-top: -13px;
	margin-bottom: 20px;
}
.positions p.serif {
	font-size: 15px;
}
.positions p.serif + h3 {
	margin-top: -5px;
	margin-bottom: -5px;
}
h2.larger {
	font-weight: 600;
	font-size: 42px;
	line-height: 50px;
	margin: 20px 0 5px 0;
}
.h3, h3 {
	font-weight: 600;
	font-size: 28px;
	margin: 30px 0 5px 0;
}
	.parent-pageid-432 h3 {
		margin-top: 35px;
	}

.h4, h4 {
	font-weight: 500;
	font-size: 20px;
	margin: 12px 0 3px 0;
}

p {
	margin: 5px 0 15px 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-weight: 400;
}

ol, ul, ol li, ul li {
	font-weight: 300;
}	
	
/* SCROLL */

.scroll-down {
	position: absolute;
	bottom: -100px;
	left: 50%;
	margin-left: -15px;
}
svg #wheels {
	animation: scroll ease 1.5s infinite;
}
@keyframes scrolls  {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(30px);
	}
}


/* HEADER */

.main-header {
	padding: 20px 0;
	position: absolute;
	z-index: 100;
}
	
.logo-home {
	width: 62px;
	float: left;
	margin-left: -5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.logo-home.mobile-only {
	margin-top: 15px;
	margin-left: 15px;
	z-index: 1;
	position: fixed;
	top: 0;
}
.main-home.v2 .logo-home.mobile-only {
	position: fixed;
	z-index: 1;
	top: 0;
}
.main-menu > div {
	float: right;
}

.main-header .menu {
	float: right;
	margin: 10px 0 0;
}
.main-header .menu li {
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
	position: relative;
	list-style: none;
}

.main-header .menu li a:hover, .main-header .menu li a {
	line-height: 40px;
	margin: 0px 20px;
	font-size: 17px;
	letter-spacing: 0.02em;
	float: left;
	padding: 0;
	color: #202223;
	text-decoration: none;
	text-transform: lowercase;
	cursor: pointer;
	position: relative;
	font-weight: 400;
}
	.main-header .menu li p {
		line-height: 40px;
		margin: 0px 15px;
		font-size: 14px;
	}
	.main-header .sub-menu {
		position: absolute;
		left: -9999px;
		width: 200px;
		top: 30px;
	}
	
	.main-header .menu-item-has-children:hover .sub-menu {
		left: 0;
	}
	
	li.job a {
		position: relative;
	}
	li.job a::after {
		padding: 2px 5px 3px 5px;
		height: 15px;
		text-align: center;
		color: #1c1c1c;
		border-radius: 13px;
		line-height: 13px;
		position: absolute;
		right: -11px;
		top:5px;
		font-weight: 600;
		content: "1";
		font-size: 10px;
	}
	.bag {
		line-height: 40px;
		width: 40px;
		height: 40px;
		margin-left: 20px;
		margin-top: 10px;
		background: url('images/shoppingbag.png');
		background-size: 40px;
		background-repeat: no-repeat;
		background-position: center center;
		position: relative;
		float: right;
	}
		.bag.contains-0 {
			display: none;
		}
		.items-in-bag {
			padding: 4px 8px 5px 8px;
			height: 19px;
			text-align: center;
			color: #FFF;
			border-radius: 13px;
			line-height: 12px;
			position: absolute;
			right: -5px;
			top: -3px;
			font-size: 10px;
			background: #202223;
		}

ul#menu-language-en,
ul#menu-language-nl {
	float: left;
	position: relative;
	border: 1px solid #EFEFEF;
	border-radius: 3px;	
	opacity: 0.5;
	margin-top: 10px;
	width: 90%;
}
	ul#menu-language-en:hover,
	ul#menu-language-nl:hover {
		
		opacity: 1;
	} 

	ul#menu-language-en .sub-menu ,
	ul#menu-language-nl .sub-menu {
		position: absolute;
		left: -9999px;
		z-index: 9999;
		box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
		top: 30px;
		width: calc(100% + 2px);
		border: 1px solid #EFEFEF;
		background: #202223;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	
	ul#menu-language-en:hover .sub-menu,
	ul#menu-language-nl:hover .sub-menu {
		left: -1px;
	}
	ul#menu-language-en a,
	ul#menu-language-nl a{
		font-size: 12px;
		line-height: 26px;
		width: 100%;
		float: left;
		padding: 2px 30px 2px 10px;
		text-decoration: none!important;
		position: relative;
	}
		ul#menu-language-en a:hover,
		ul#menu-language-nl a:hover{
			background: rgba(255,255,255,0.1);
		}
	
	ul#menu-language-en::after,
	ul#menu-language-nl::after {
		font-family:"FontAwesome";
		content: "\f107";
		color: #FFF;
		position: absolute;
		right: 10px;
		top: 1px;
		
	} 

ul#menu-language .sub-menu {
	
}

ul#menu-language li:hover .sub-menu {
	right: 0;
	top: 30px;
}

ul#menu-language li .sub-menu li, ul#menu-language li .sub-menu li a {
	width: 100%;
	float: left;
}

ul#menu-language li .sub-menu li a:hover {
	background: #DDD;
}

.wpml-ls-legacy-list-horizontal, .wpml-ls-legacy-list-horizontal li, .wpml-ls-legacy-list-horizontal li a span, .wpml-ls-legacy-list-horizontal a {
	padding: 0!important;
	width: 100%;
	float: left;
	border: 0!important;
	cursor: pointer;
	color: #FFF!important;
	line-height: 28px!important;
	font-weight: 300!important;
}

/* HOME */

section {
	padding: 60px 0;
	position: relative;
}

section.switches {
	padding: 0px 0;
}

section .intro-wrapper {
	padding: 30px 15px 15px;
}

section.related {
	padding: 60px 0 90px;
	background: #F9F9F9;
}

section.question-not-found {
	padding: 90px 0 90px 0;
	background: rgba(61,141,133,0.3);
	margin-top: 60px;
}
section.usps {
	background-size: 40px;
}

.percentage {
	font-size: 60px;
	margin-bottom: 0;
	line-height: 60px;
}

.dash {
	display: none;
	margin: 0!important;
}

		
.main-intro {
	padding: 200px 0;
	min-height: 400px;
}

.snapchat i {
	color: #fffc00;
	font-size: 50px;
	margin: 5px;
}

.youtube i {
	color: #ff0000;
	font-size: 50px;
	margin: 5px;
}

.facebook i {
	color: #3b5998;
	font-size: 50px;
	margin: 5px;
}

.instagram i {
	color: #e95950;
	font-size: 50px;
	margin: 5px;
}

/* ORDER TODAY */

#order-today {
	background: #FFF;
}

#order-today a.switch{
	max-width: 200px;
	position: relative;
	display: table;
	margin: 20px auto;
	float: none;
	
}
#order-today a.switch:hover::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	content: "Bestellen";
	display: block;
}

/* ROTATING SHAPES */

.shape-1 {
	width: 750px;
	height: 750px;
	background: url(images/shape-1.gif) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: -100;
	right: -100px;
	z-index: -1 ;
}

.resultcount {
	margin-top: 40px;
	margin-bottom:0;
}
	.search-result a {
		color: #202223;
		
	}
		
/*HOMEPAGE */

.main-image {
	background: url('images/_myndr_bg_main.jpg') no-repeat left top;
	background-size:cover;
	position: relative;
}
	.main-image .button {
		position: relative;
		z-index: 100;
	}
	.menu-open .main-image .button {
		z-index: 0;
	}
	.main-image:after {
		background: url('images/_myndr_bg_shape.png') no-repeat left bottom;
		background-size:cover;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 300px;
		content: "";
	}
		
.main-image .row {
	padding: 280px 0 200px;
}
	.main-home .mask-explain  {
		position: absolute;
		right: 43%;
		top: -60px;
		width: 950px;
		max-width: 950px;
		z-index: -1;
		background: url('images/_bg_explain.jpg') no-repeat left center;
		background-size:cover;
	}
		.main-home.homework .main-image {
			background: url('images/_myndr_homework_1.jpg') no-repeat left center;
			background-size: cover;
			position: relative;
		}
		.main-home.gaming .mask {
			background: url('images/_myndr_bg_gaming.jpg') no-repeat -350px center;
			background-size:cover;
			margin-left: 0;
		}
			
		.main-home.raising .mask {
			background: url('images/_myndr_bg_parenting.jpg') no-repeat -100px center;
			background-size:cover;
			margin-left: 0;
		}
			
		.main-home.parental .mask {
			background: url('images/_myndr_bg_parenting.jpg') no-repeat -100px center;
			background-size:cover;
			margin-left: 0;
		}
		.main-home.smartphone .mask {
			background: url('images/_myndr_bg_addicted.jpg') no-repeat -100px center;
			background-size:cover;
			margin-left: 0;
		}
			.page.why .mask-2,
			.main-home .mask-2  {
				position: absolute;
				right: 50%;
				top: -90px;
				width: 700px;
				max-width: 700px;
				z-index: -1;
				fill:  #FFF;
				margin-right: 70px;
				margin-left: -65px;
				background: url('images/_myndr_bg_green.jpg') no-repeat left center;
				background-size:cover;
			}
			
			.page.how .mask-2 {
				position: absolute;
				left: 50%;
				top: -210px;
				width: 700px;
				max-width: 700px;
				z-index: -1;
				fill:  #FFF;
				margin-left: 50px;
				background: url('images/_myndr_bg_blue.jpg') no-repeat left center;
				background-size:cover;
			}
			
			.wall-mounted{
				position: absolute;
				left: 55%;
				top: 235px;
				width: 500px;
				max-width: 500px;
				z-index: 100;
				fill:  #F5F5F5;
				margin-left: 50px;
				background: url('images/_myndr_bg_blue.jpg') no-repeat left center;
				background-size:cover;
			}
				.page.why .mask-2 {
					right: auto;
					left: 50%;
					margin-left: 00px;
				}
			
			.main-home.raising .mask-2  {
				background: url('images/_myndr_bg_parenting_1.jpg') no-repeat center center;	
				background-size:cover;
				top: -110px;
				z-index: 1;
			}
			.main-home.parental .mask-2  {
				background: url('images/_myndr_bg_parenting_1.jpg') no-repeat center center;	
				background-size:cover;
			}
			.main-home.smartphone .mask-2  {
				background: url('images/_myndr_bg_addicted.jpg') no-repeat center center;	
				background-size:cover;
				top: 50px;
			}
			
		.main-home.v2 h1,
		.main-home.v2 h1 span{
			font-size: 48px;
			line-height: 48px;
			float: left;
			font-weight: 600;
		}
			
		.main-image p.intro,
		.main-image p.title,
		.main-image h1,
		.main-image h2 {
			margin: 10px 0;
		}
			
				.main-image h2{
					padding-right: 80px;
				}
				.landing .title-wrapper h2{
					padding-right: 40px;
				}
			
				.main-home.v2 .main-image p.title {
					font-weight: 500;
					margin-bottom: 0;
					margin-top: 0;
				}
				.main-image h2,
				.main-image p.intro {
					font-size: 17px;
					line-height: 26px;
					margin: 5px 0 0 0px;
				}
					.main-image p.intro.first {
						margin-top: 30px;
					}
				
		.main-home.v2 .read-more{
			position: absolute;
			left: 50%;
			margin-left: -63px;
			bottom: 30px;
		}
	

.pre-header {
	padding: 5px 0 5px;
	z-index: 100;
	position: absolute;
	top: 0;
	background: #202223;
}	
.pre-header .row > div {
	display: flex;
	justify-content: flex-end;
}
	.pre-header ul {
		margin: 0;
		padding: 0;
	}
		.pre-header ul li {
			margin: 0;
			padding: 0;
			float: left;
			list-style: none;
		}
			.pre-header ul li a,
			.pre-header ul li a:hover{
				padding: 0 10px;
				line-height: 30px;
				font-weight: 300;
				color: #BBB;
				font-size: 14px;
				text-decoration: none;
				text-transform: lowercase;
			}
			.pre-header ul li a:hover {
				color: #FFF;
			}
	
	.pre-header ul.langmenu {
		padding: 0;
		margin: 0 0 0 15px;
	}
		.pre-header ul.langmenu li{
			padding: 0;
			margin: 0;
		}
			.pre-header ul.langmenu li a:hover,
			.pre-header ul.langmenu li a{
				text-decoration: none;
				text-align: right;
				padding: 5px 0 0;
				margin: 0 5px 0 0;
			}
				
			.language-nl .pre-header ul.langmenu li a.nl,
			.language-en .pre-header ul.langmenu li a.en{
				opacity: 1;
				color: #FFF;
				font-weight: 500;
			}
	ul.socialmenu {
		margin-left: 20px;
		padding: 0;
	}
		.footer ul.socialmenu {
			width: 100%;
			float: left;
			margin: 0;
		}	
		.pre-header ul.socialmenu {
			transform: scale(0.8);
		}
			.footer ul.socialmenu li {
				width: auto;
				float: left;
				margin-right: 5px;
			}
		ul.socialmenu a:hover,
		ul.socialmenu a {
			padding: 0;
			margin-left: 5px;
		}
			ul.socialmenu a {
				width: 25px;
				height: 25px;
				float: left;
				display: block;
				background-image: url('images/social-sprite.png');
				background-size: 150px;
				background-position: 0 0;
				margin-left: 5px;
			}
			ul.socialmenu a.fb {
				background-position: 0 0;
			}
				ul.socialmenu a.fb:hover {
					background-position: -25px 0;
				}
			ul.socialmenu a.ig {
				background-position: -50px 0;
			}
				ul.socialmenu a.ig:hover {
					background-position: -75px 0;
				}
			
			ul.socialmenu a.li {
				background-position: -100px 0;
			}
				ul.socialmenu a.li:hover {
					background-position: -125px 0;
				}
/* CARDS */

.cards .btn.prevPage,
.cards .btn.nextPage {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -40px;
	color: #202223;
	line-height: 24px;
	font-size: 24px!important;
	text-align: center;
	border-radius: 4px;
}
	.cards .btn.disabled {
		display: none;
	}
	.cards .btn.prevPage {
		left: -40px;
	}
	.cards .btn.nextPage {
		right: -40px;
	}


.cards .row_title  {
	display: flex;
	align-items: stretch;
	padding-bottom: 40px;
}

	.row_title > div{
	}
		.row_title h2{
			margin: 0;
			float: left;
		}
		.row_title a.button{
			float: right;
			clear: none;
			display: auto;
		}
	.cards .row  {
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}
	
.card_wrapper {
	position: relative;
	padding: 30px 30px 10px;
	background: #FFF;
	height: 100%;
}
	#media .card_wrapper {
		
	}
	#faqs .card_wrapper {
		width: 320px;
		float: left;
		margin: 15px;
	}
	.card_wrapper  img{
		width: 100%; 
	    height: 100%; 
		max-height: 50px;
		max-width: 200px;
	    object-fit: contain; 
		object-position:  0px 0px;
		margin-bottom: 20px;
	}
	
		.media .card_wrapper h4{
			font-family: 'Spencer';
			text-indent: -10px;
			font-weight: 300;
		}
		.media .card_wrapper p{
			font-size: 13px;
			font-weight: 400;
		}
		
	
		
.main-home ._myndr_home_1 {
	position: absolute;
	left: 100%;
	top: -255px;
	width: 850px;
	max-width: 850px;
	z-index: 0;
	margin-left: 30px;
}
	
._myndr_home_2 {
	position: absolute;
	left: 110%;
	top: -70px;
	width: 600px;
	max-width: 600px;
	z-index: 1;
}
._myndr_shape_3 {
	position: absolute;
	left: 70%;
	top: -200px;
	width: 900px;
	max-width: 900px;
	z-index: 1;
}
._myndr_shape_4 {
	position: absolute;
	right: 80%;
	top: 0px;
	width: 800px;
	max-width: 800px;
	z-index:-1;
	top:  -100px;
}

._myndr_home_3 {
	position: absolute;
	right: 100%;
	top: -200px;
	width: 600px;
	max-width: 600px;
	z-index: 1;
	margin-right: 90px;
}
	.meetmyndr div[class^="col-"]{
		position: relative;
		z-index: 10;
	}

.main-home .meetmyndr {
	padding-bottom: 30px;
}
	.main-home  .streamer {
		padding-bottom: 0;
	}
		.main-home.v2  .teaser h2{
			font-size: 36px;
		}
		.main-home.v2  .teaser {
			padding-bottom: 0;
		}
	.main-home.v2 ._myndr_home_1 {
		top: -40px;	
	}
	.main-home.v2 ._myndr_home_2 { 
		left: auto;
		right: 100%;
		margin-right: 90px;
		top: -120px;
		width: 800px;
		max-width: 800px;
	}

p.intro {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 60px;
}

.main-home p.intro {
	font-weight: 300;
}

.slide-wrapper {		
	min-height: 500px;
	background: #FFF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.main-home .slide-wrapper {
		padding: 20px 0 0;
	}
	#positions .slide-wrapper {		
		width: 380px;
		float: left;
		padding: 0;
		min-height: 520px;
		position: relative;
	}
	.main-home .slick-current .slide-wrapper,
	#positions .active .slide-wrapper {		
		margin-top: -10px;
		box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	}
	.slide p {
		font-size: 15px;
		line-height: 22px;
		width: 100%;
		float: left;
		padding: 0 30px;
	}
	.slide p.pos{	
		font-size: 14px;
		width: 100%;
		float: left;
		line-height: 12px!important;
		padding: 20px 30px 10px;
		margin: 0;
	}
		
		.do-dont {
			width: 100%;
			float: left;
			margin: 0 0 0 4px;
		}
			.do-dont p {
				font-size: 13px;
				margin: 0;
				padding: 0;
				float: left;
				width: 100%;
				line-height: 32px!important;
			}
			.do-dont p .label{
				background: #FFF;
				line-height: 20px;
				border-radius: 14px;
				padding: 3px 14px 2px 10px;
				margin-top: 3px;
				float: left;
				color: #FFF;
				margin-right: 10px;
				border: 1px solid #DDD;
				box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
			}
				.do-dont p .label.do,
				.do-dont p .label.do i{
					color: #3E8C85;
				}
				.do-dont p .label.dont,
				.do-dont p .label.dont i{
					color: #c04040;
				}
				.do-dont p .label i {
					margin-top: 3px;
					float: left;
					width: 18px;
				}
		
	.slide h3 {
		margin: 0px;
		width: 100%;
		float: left;
		padding: 10px 30px 0;
	}
		.slide p.subtext {
			font-size: 18px;
		}
.position-slider .container {
	max-width: 1240px;
}
	.order-fixed:hover,
	.order-fixed {
		position: fixed;
		bottom: 40px;
		right: 85px;
		font-size: 15px;
		color: #202223;
		width: 130px;
		font-weight: 500;
		line-height: 20px;
		text-decoration: none;
		cursor: pointer;
		text-align: right;
		padding-right: 50px;
		z-index: 10000;
		text-transform: lowercase;
	}
	.order-fixed i {
		position: absolute;
		width: 50px;
		height: 50px;
		top: -5px;
		right: -10px;
		border-radius: 25px;
		background: rgba(244,142,142,1);	
		font-size: 20px;
		line-height: 50px;
		text-align: center;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
		
	.order-fixed:hover i{
	  -webkit-animation-name: wiggle;
	  -ms-animation-name: wiggle;
	  -ms-animation-duration: 500ms;
	  -webkit-animation-duration: 500ms;
	  -webkit-animation-iteration-count: 1;
	  -ms-animation-iteration-count: 1;
	  -webkit-animation-timing-function: ease-in-out;
	  -ms-animation-timing-function: ease-in-out;
	}
	
	@-webkit-keyframes wiggle {
	  0% {-webkit-transform: rotate(10deg);}
	  25% {-webkit-transform: rotate(-10deg);}
	  50% {-webkit-transform: rotate(10deg);}
	  75% {-webkit-transform: rotate(-2deg);}
	  100% {-webkit-transform: rotate(0deg);}
	}
	
	@-ms-keyframes wiggle {
	  0% {-ms-transform: rotate(1deg);}
	  25% {-ms-transform: rotate(-1deg);}
	  50% {-ms-transform: rotate(1.5deg);}
	  75% {-ms-transform: rotate(-5deg);}
	  100% {-ms-transform: rotate(0deg);}
	}
	
	@keyframes wiggle {
	  0% {transform: rotate(10deg);}
	  25% {transform: rotate(-10deg);}
	  50% {transform: rotate(10deg);}
	  75% {transform: rotate(-2deg);}
	  100% {transform: rotate(0deg);}
	}

.switch-sprite {
	width: 80px;
	height: 80px;
	position: absolute;
	display: block;
	background: #FFF url('images/_myndr_switch_sprite.png') no-repeat -10px -10px;
	background-size: 500px;
	right: 20px;
	top: 20px;
	margin: 10px;
}	
	.main-home .switch-sprite {
		top: 20px;
	}
	.slide.two .switch-sprite {
		background-position:-110px -10px;
	}
	.slide.three .switch-sprite {
		background-position:-210px -10px;
	}
	.slide.four .switch-sprite {
		background-position:-310px -10px;
	}
	.slide.five .switch-sprite {
		background-position:-410px -10px;
	}
	.landing .switch-sprite,
	.main-home.v2 .switch-sprite{
		right: 10px;
		top: 10px;
		margin: 0px;
	}

#order-now {
	padding: 90px 0;
}
#quotes {
	padding: 30px 0;
}
	
.vertical-align {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}	
.teaser-image {
	background: url('images/_myndr_home_0.jpg') no-repeat left top;
	background-size: cover;
	padding: 260px 0 400px;
}	
	
	.quote_line {
		font-family: 'Spencer';
		font-weight: 400;
		font-size: 24px;
		line-height: 1.4;
		text-indent: -10px;
		color: #3E8C85;
	}
	
	
	.quote_profile {
		width: 100%;
		height: 100%;
		max-width: 360px;
		max-height: 360px;
		position: relative;
	}
		.quote_profile .quote_mask{
			
			background: url('images/mask_quote_profile.png');
			background-size: contain;
			background-position: center center;
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 3;
		}
			 .quote_profile img{
				z-index: 1;
				width: 100%;
				height: auto;
			}
			
	 .quote_author{
		margin: 0;
		font-weight: 500;
		line-height: 20px;
		font-size: 15px;
		width: 100%;
		float: left;
	}
	.single_quote {
		margin: 20px 0;
		padding: 20px 40px;
		position: relative;
	}
		.single_quote::before {
			display: block;
			content: "";
			width: 100px;
			background: #DDD;
			height: 1px;
			position: absolute;
			bottom: 0;
			left: 50%;
			margin-left: -50px;
		}
		.single_quote .quote_line{
			font-size: 18px;
			line-height: 27px;
			}

/* SINGLE */

.single .navigation {
	position: relative;
}
	.single .navigation.next{
		padding-right: 45px;
	}
	.single .navigation.previous{
		padding-left: 45px;
	}
	.single .navigation  i {
		position: absolute;
		top:  50%;
		margin-top: -15px;
	}
		.single .navigation.next i{
			right: 20px;
		}
		.single .navigation.previous i{
			left:  20px;
		}

/* LANDING */

.pay-off {
	
	float: right;
	line-height: 40px;
	padding: 15px 0;
}

.landing .main-image {
	padding: 90px 0 160px;
}
.landing ._myndr_homework_1 {
	position: absolute;
	left: 110%;
	top: -420px;
	width: 900px;
	max-width: 900px;
	z-index: 0;
	margin-left: 30px;
}
.landing ._myndr_homework_2 {
	position: absolute;
	right: 100%;
	top: -30px;
	width: 700px;
	max-width: 700px;
	z-index: -1;
	margin-right: 40px;
}

.switch-free {
	max-width: 300px;
	margin-top: 60px;
}

.position-slider {
	padding-bottom: 120px;
}

.workings {
	padding-bottom: 30px;
}

.workings img{
	width: 30%;
	margin: 10%;
	float: left;
}
.workings img + img{
	width: 40%;
	margin: 5%;
	margin-left: -10px;
}

.newsletter {
	margin-top: 0;
}
.landing .streamer  {
	padding: 0px 0 0px;
}
	.landing ._myndr_home_2 {
		z-index: 0;
		left: 50%;
		margin-left: 60px;
		top:  -600px;
	}
.between-sections {
	position: absolute;
	left: 50%;
	width: 50px;
	margin-left: -25px;
	top:  -25px;
}
.landing .meetmyndr {
	background:  rgba(244,142,142,0.3);
	background-size: contain;
	border: 0;
}
.landing .position-slider {
	padding-bottom: 30px;
}



/* SERVICES */

.services {
	margin:  90px 0 0 ;
	display: block;
	float: none;
	height: 440px;
	width: 90%;
	max-width: 90%;
	float: left;
	overflow-y: hidden;
}
	.page.why .services {
		margin: 0;
	}
.services .service {
	padding: 5px 10px 5px 5px;
}

.services .service {
	padding: 5px 10px 5px 5px;
}

.services .service > div {
	position: relative;
	background: #FFF;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	padding: 15px;
}
/** end mous aangepast **/

.services .service i {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	background: red;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 15px;
	color: #FFF;
	font-size: 24px;
	margin-top: -2px;
}
	.services .service {
		opacity: 0;
	}
.services .service .emoticon {
	margin: 0 4px;
	width: 20px;
	margin-top: -4px;
}
.services .service i.fa-facebook-f {
	background: #3b5998;
}
.services .service i.fa-whatsapp{
	background: #25d366;
}
.services .service i.fa-youtube {
	background: #ff0000;
}
.services .service i.fa-snapchat-ghost {
	background: #fffc00;
	color: #202223;
}
.services .service i.fa-envelope {
	background: #ea4335;
}
.service span,
.service p {
	margin: 0;
	line-height: 20px;
	font-size: 16px;
}
.service p strong {
	padding-top: 10px;
}
.service span {
	position: absolute;
	right: 15px;
	top:  15px;
	font-size: 14px;
	font-weight: 500;
}
/* HOMEPAGE SLIDE */
.payment_method_mollie_wc_gateway_ideal input{
	display: block!important;
}
.position-slider {	
	position: relative;
	padding-top: 0;
}
._myndr_girl_1 {
	position: absolute;
	right: 50%;
	margin-right: 80px;
	top: -120px;
	width: 900px;
	max-width: 900px;
	z-index: -1;
}	

.position-slider .overflow{	
	width: 3400px;
	margin-left: -1460px;
	display: block;
	z-index: 2;
}
.position-slider .overflow > div{	
	
	padding: 0!important;
}
	.slides {
		position: relative;
		z-index: 20;
		width: 100%;
	}

	.slide {
		position: relative;
		padding: 20px;
		height: 470px;
		margin: 20px 0 50px;
		z-index: 20;
		float: left;
	}
		.controls {
			padding: 10px 0 0 ;
			z-index: 10;
			position: absolute;
			font-size: 12px;
			top: 0;
		}
		
		.controls .btn:hover,
		.controls .btn{
			float: left;
			padding: 10px 0 0;
			background: none!important;
			font-size: 14px;
			color: #202223!important;
			margin-right: 20px;
			z-index: 1;
		}
		
		.controls .btn i{
			margin: 0 10px;
		}
		
		.controls .btn.next{
			float: right;
		}

p.notice {
	background: rgba(244,142,142,0.3);
	padding: 10px 20px;
	border-radius: 5px;
}

/* MEDIA */

.media_wrapper {
	position: relative;
	padding-top: 120px;
}
	.media_wrapper .media_logo{
		height: 90px;
		width: 100%;
		top: 40px;
		position: absolute;
	}
		
		.media.logo_only img{
		    height:40px;
			width: auto!important;
			margin: 10px 20px;
			-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
			filter: grayscale(100%);
			opacity: 0.75;
			display: block;
		}
			.media.logo_only .row{
				display: flex;
				flex-direction: row;
				justify-content: center;
			}
			.media.logo_only img:hover{
				-webkit-filter: none;
				filter: none;
				opacity: 1;
			}
		.media_wrapper .media_logo img{
			float: left;
			height: 50px;
			width: auto;
		}
		.media_wrapper h4{
			text-indent: -10px;
		}
		.media_wrapper p{
			font-size: 13px;
		}
		
/* TIMELINE */

.content-timeline {
	border-top: 1px solid #DDD;
}
#timeline {
	margin-top: 50px;
}
.content-timeline .overflow{
	width: 3000px;
	margin-left: -1332px;
	display: block;
}
#timeline ul li {
	float: left;
	width: 340px;
}

.timeline-slides {
	margin-top: 50px;
}

#timeline .slick-slider{
	padding: 0 50px;
}
#timeline .event-wrapper p.serif{
		margin: 0;
		font-size: 16px;
	}
#timeline .event-wrapper h3{
	margin: 0;		
}

#timeline .event-wrapper p{
	margin: 0;		
}
#timeline .slick-arrow.slick-next {
	left: auto;
	right: 15px;
	margin: 0;
	bottom:  -10px;
	border-radius: 100%;
	background-image: url('images/icon-arrow-next.png')!important;
	background-color: #F38E8C!important;
}

#timeline .slick-arrow.slick-prev {
	left: 15px;
	bottom:  -10px;
	margin: 0;
	border-radius: 100%;
	background-color: #F38E8C!important;
}
#timeline .slick-list {
	position: relative;
}
	#timeline .slick-list .slick-slide {
		position: relative;
	}
#timeline .event {
	position: relative;
	height: 200px;
	margin-top: 60px;
}

	#timeline .event::after{
		position: absolute;
		content: "";
		display: block;
		top: -50px;
		left: 20px;
		margin-left: -20px;
		background: #F38E8C;
		width: 20px;
		height: 20px;
		border-radius: 100%;
	}
	
	#timeline .event::before {
		height: 6px;
		width: calc(100% + 30px);
		position: absolute;
		content: "";
		display: block;
		background: #F38E8C;
		top: -43px;
		left: -15px;
	}
	
	#timeline .event:last-child::before {
		width: calc(50% + 15px);
		left: auto;
		right: 50%;
	}
	#timeline .event:first-child::before {
		left: 15px;
	}
	#timeline .event:last-child::before {
		display: none;
	}
	
	
	

/* USPS */

.usps img {
	width: 150px;
	margin-bottom: 10px;
}

/* DIAL */


#switch {
	width: 450px;
	height: 450px;
	position: relative;
	display: table;
	margin: 0 auto;
	margin-top: -30px;
	background-size: 450px;
	z-index: 10;
}
.outline {
	width: 50px;
	height: 50px;
	border: 3px solid #202223;
	border-radius: 100%;
	border-bottom-left-radius: 12px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	transform: rotate(-45deg);
	
	position: absolute;
	bottom: 90px;
	left: 50%;
	margin-left: -25px;
}


#switch-one, #switch-two, #switch-three, #switch-five, #switch-four {
	width: 450px;
	height: 450px;
	position: relative;
	display: table;
	margin: 0 auto;
	margin-top: -30px;
	background-size: 350px;
}

#switch-four {
	overflow: hidden;
	position: absolute;
	left:  18%;
	top: 50px;
}

#switch-five {
	margin: -50px auto 0;
	overflow: hidden;
}


section.explainer {
	padding: 0;
}

.switch-animation {
	position: relative;
}
.switch-animation .explained {
	opacity: 0;
	position: absolute;
	float: left;
	width: 100%;
	margin-top: 100px;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	
	.switch-animation.five .explained.five {
		opacity: 1;
	}
	.switch-animation.four .explained.four {
		opacity: 1;
	}
	.switch-animation.three .explained.three {
		opacity: 1;
	}
	.switch-animation.two .explained.two {
		opacity: 1;
	}
	.switch-animation.one .explained.one {
		opacity: 1;
	}



  @keyframes broken {
0% {
	transform: rotate(135deg);
}

62% {
	transform: rotate(135deg);
}

75% {
	transform: rotate(-25deg);
}

83% {
	transform: rotate(15deg);
}

90% {
	transform: rotate(-7deg);
}

95% {
	transform: rotate(3deg);
}

100% {
	transform: rotate(0deg);
}
}
.error404 .broken {
	animation: broken 3s ease-in-out;
}

.home #switch-four {
	margin: -70px auto;
	overflow: hidden;
}

.dial {
	background: url('images/bg-dial.png') no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 350px;
	display: table;
	border-radius: 100%;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.slider-pos-0 .outline {
	transform: rotate(-45deg);
}

.slider-pos-1 .outline {
	transform: rotate(0deg);
}

.slider-pos-2 .outline {
	transform: rotate(45deg);
}

.slider-pos-3 .outline {
	transform: rotate(90deg);
}

.slider-pos-4 .outline {
	transform: rotate(135deg);
}


.labels {
	width: 200px;
	text-align: center;
	height: 30px;
	display: block;
	margin: 20px auto;
	overflow: hidden;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -100px;
	list-style: none;
}

.home #switch-four .labels {
	bottom: -30px;
}

.landing .labels {
	bottom: -40px;
}

.labels ul {
	margin: 0;
	padding: 0;
}

.labels .label {
	line-height: 30px;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #999;
	padding: 0;
	list-style: none;
}

.landing .labels .label {
	color: #FFF;
}

.one .labels ul {
	margin-top: 0px;
}

.two .labels ul {
	margin-top: -30px;
}

.three .labels ul {
	margin-top: -60px;
}

.four .labels ul {
	margin-top: -90px;
}

.five .labels ul {
	margin-top: -120px;
}

.switch-container #details p {
	margin-top: 40px;
	padding: 0 20px;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
}


.switch-container {
	width: 350px;
	float: right;
	margin-bottom: 30px;
	margin-top: -580px;
	position: -webkit-sticky;
	position: sticky;
	top: -45px;
	overflow: hidden;
}

.switch-wrapper {
	border-radius: 10px;
	padding: 0 0 60px 0;
	margin-top: 0px;
}
.info-wrapper {
	background: #FFF;
	padding: 60px 60px;
	border-radius: 4px;
	position: relative;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.15);
}
	.info-wrapper:before {
		display: block;
		content: "";
		width: 0; 
		height: 0; 
		position: absolute;
		left: -10px;
		top:  40%;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent; 
	  
	  	border-right:10px solid #FFF; 
	}
.main-switch-container {
	min-height: 460px;
}

.contact-button:hover,
.contact-button {
	width: 100%;
	line-height: 26px;
	font-size: 20px;
	padding: 18px 20px 15px;
	float: left;
	color: #FFF;
	background: #202223;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	margin-top: 30px;
	text-transform: lowercase;
	font-weight: 500;
}	
	
/* GENERAL */
.page.wederhoor img{
	margin: 30px 0;
}
.page.pilot {
	padding-top: 0;
}

/* FOOTER */
	
.footer-menu {
	position: fixed;
	right: 30px;
	bottom: 20px;
}
	.footer-menu li{
		float: left;
		margin: 0;
		padding: 0;
	}
	.footer .fa-external-link-alt {
		margin-left: 5px;
		font-size: 12px;
	}
	.footer #mc_embed_signup {
		margin-top: 7px;
		position: relative;
	}
	.footer #mc_embed_signup input {
		width: 100%;
		border: 1px solid #BBB;
		background: transparent;
		border-radius: 3px;
		color: #FFF;
		line-height: 28px;
		font-size: 12px;
		float: left;
		padding: 0 10px;
		padding-right: 85px;
	}
	.footer #mc_embed_signup .button:hover,
	.footer #mc_embed_signup .button{
		opacity: 1;
		width: auto;
		color: #FFF;
		background: #666;
		border-radius: 2px;
		right: 2px;
		line-height: 26px;
		top:  2px;
		padding: 0 10px;
		margin: 0;
		position: absolute;
	}
	
	
.menu-link {
	z-index: 1000;
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
}

.menu-icon {
	position: absolute;
	width: 20px;
	height: 14px;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 1px;
}
	.order-shortcut .row {
		position: relative;
	}
	.close-order {
		opacity: 1;
		color: #FFF;
		font-size: 13px;
		font-weight: bold;
		transition: all 0.2s ease-in-out;
		position: absolute;
		top:  0;
		right: 0;
		z-index: 10100;
		text-transform: uppercase;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		cursor: pointer;
	}
	.close-order img{
		width: 40px;
		height: 40px;
	}

.menu-bg {
	left: 25px;
	bottom: 25px;
	height: 60px;
	width: 60px;
	position: fixed;
	transform: scale(1);
	z-index: 1;
	transition: all 0.4s ease-in-out;
	background: #FFF;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	border-radius: 100%;
	display: none;
}
.menu-bubble {
	left: 25px;
	bottom: 25px;
	position: fixed;
	height: 60px;
	width: 60px;
	z-index: 10000;
}

.menu-open .menu-bg {
	-webkit-transform: scale(60) rotate(-90deg);
	-moz-transform: scale(60) rotate(-90deg);
	-ms-transform: scale(60) rotate(-90deg);
	-o-transform: scale(60) rotate(-90deg);
	transform: scale(60) rotate(-90deg);
	
}

.order-open .menu-line-2,
.menu-open .menu-line-2 {
	opacity: 0;
}

.order-open .menu-bubble .menu-line-1,
.menu-open .menu-bubble .menu-line-1 {
	transform: translateY(8px) translateY(-35%) rotate(-45deg);
	opacity: 1;
}

.order-open .menu-bubble .menu-line-3,
.menu-open .menu-bubble .menu-line-3 {
	transform: translateY(-8px) translateY(35%) rotate(45deg);
	opacity: 1;
}

.menu-line {
	background-color: #202223;
	height: 3px;
	width: 100%;
	border-radius: 2px;
	position: absolute;
	left: 0;
	z-index: 10000;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}


	
.menu-line-1 {
	top: -2px;
}

.menu-line-2 {
	top: 0;
	bottom: 0;
	margin: auto;
}

.menu-line-3 {
	bottom: -1px;
}


.menu-overlay {
	opacity: 0;
	visibility: hidden;
	color: #333;	
	width: 100%;
	position: fixed;
	z-index: 1000;
	border: 0;
	padding: 0;
	top: 0;
	display: none;
}
	.menu-wrapper {
		
		margin: 60px 40px;
	}
	.menu-open .menu-overlay {
		display: flex;
		flex-direction: row;
		align-items: center;
		height: 100%;
		animation: overlay 0.6s;
	}
	.menu-overlay .menu-contents {
		margin-top: 50px;
	}
	@keyframes overlay {
	  0% {
	  	opacity: 0;
	  	visibility: hidden;
	  }
	  100% {
	  	opacity: 1;
	  	visibility: visible;
	  }
	}
	.menu-open .menu-overlay {
		opacity: 1;
		visibility: visible
	}
		.menu-overlay li a:hover,
		.menu-overlay li a {
			line-height: 55px;
			font-size: 36px;
			color: #202223;
			display: table;
			cursor: pointer;
			font-weight: 500;
			text-decoration: none;
			text-transform: lowercase;
			transition: all 0.6s ease-in-out;
		}

.order-shortcut {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 10020;
	border: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 90px 0;
}
	.order-open {
		overflow: hidden;
		height: 100%;
	}
	.order-open .order-shortcut {
		animation: shortcut 0.6s ;
	}
	@keyframes shortcut {
	  0% {
	  	opacity: 0;
	  	visibility: hidden;
	  }
	  50% {
	  	opacity: 0;
	  	visibility: hidden;
	  }
	  100% {
	  	opacity: 1;
	  	visibility: visible;
	  }
	}
		
		.order-open .order-shortcut {
			opacity: 1;
			visibility: visible;
		}

.order-rect {
	position: fixed;
	right:  0;
	width: 80px;
	height: 80px;
	top:  -80px;
	transform: scale(1);
	z-index: 10005;
	transition: all 0.3s ease-in-out;
}		
	.order-open .order-rect {
		-webkit-transform: scale(60) rotate(45deg);
		-moz-transform: scale(60) rotate(45deg);
		-ms-transform: scale(60) rotate(45deg);
		-o-transform: scale(60) rotate(45deg);
		transform: scale(60) rotate(45deg);
		top:  0px;
	}
				
		
.footer {
	padding: 60px 0 120px;
	background: #202223;
	color: #FFF;
	float: left;
}

.footer .menu-hoofdmenu-container {
	width: 100%;
	float: left;
}

.footer .copyright {
	margin-top: 40px;
}

.footer p.copyright {
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
}

.footer .menu-footer-container {
	width: auto;
	float: left;
}

.footer .menu-footer-container li {
	width: auto;
	float: left;
	margin-left: 20px;
}

.footer .menu-footer-container li a {
	line-height: 30px;
	font-size: 14px;
	float: left;
	font-weight: 500;
}

.footer, .footer i, .footer h2, .footer h3, .footer p, .footer strong, .footer a {
	color: #FFF;
	line-height: 30px;
	font-size: 14px;
}
	.footer .contact i {
		width: 15px;
		float: left;
	}
	.footer i.fa-whatsapp {
		font-size: 18px;
		font-weight: 600;
	}
	.footer a {
		text-transform: lowercase;
	}
	
.footer sup {
	color: #FFF;
}
.footer p + ul {
    margin-left: 0px;
    list-style: disc;
}
.footer i {
	margin-right: 10px;
}

.footer .logo {
	width: 62px;
	margin-left: -10px;
}

.footer a {
	font-weight: 300;
}

.scroll-up {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 15px;
	right: -99999px;
	background: url(images/icon-up.png);
	background-size: cover;
	opacity: 0;
	cursor: pointer;
	z-index: 10000;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.scroll-up.scrolls {
	right: 20px;
	opacity: 1;
	cursor: pointer;
}


/* BLOG */


.avatar {
	float: left;
	width: 60px;
	height: 60px;
	position: relative;
	margin-right: 15px;
	border-radius: 100%;
	float: left;
}
.avatar img{
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 6px solid #FFF; 
}
	.avatar::before {
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
		height: 60px;
		content: "";
		border-radius: 100%;
		border: 2px solid #F58F8D;
		z-index: 100;
		display: block;
	}
	.text .avatar::before,
	.text .avatar img,
	.text .avatar {
		width: 30px;
		height: 30px;
	}
		.text .avatar {
			margin-right: 10px;
		}
		.text .avatar img {
			border: 3px solid #FFF;
		}
		.text .avatar::before {
			border: 1px solid #F58F8D;
		}
	.single .page-title .date,
	.single .page-title .author {
		font-size: 15px;
		margin: 0;
		line-height: 24px;
	}
	.single .page-title .author {
		padding-top: 10px;
		font-weight: 500;
	}


/* LIBRARY */

.library {
	padding-top: 120px;
}
.main-header.v2 {
	position: absolute;
	z-index: 1000;
	top: 40px;
	padding: 25px 10px;
	background: rgba(255,255,255,0);
	-webkit-transition: padding .3s ease-in-out,  background .3s ease-in-out;
	-moz-transition: padding .3s ease-in-out, background .3s ease-in-out;
	-ms-transition: padding .3s ease-in-out, background .3s ease-in-out;
	-o-transition: padding .3s ease-in-out, background .3s ease-in-out;
	transition: padding .3s ease-in-out, background .3s ease-in-out;
}	
	.order-sub {
		display: block;
	}

	.scrolls .main-header.v2 {
		top: 0;
		position: fixed;
		background: rgba(255,255,255,0.95);
	}	
	
	a.cta {
		line-height: 43px;
		font-size: 16px;
		font-weight: 500;
		padding: 2px 20px 0;
		border-radius: 25px;
		background: #202223;
		border: 0;
		float: right;
		cursor: pointer;
		margin: 8px 0px 0px 30px;
		display: inline-block;
		text-transform: lowercase;
		border: 0 !important;
		color: #FFF!important;
	}
		.menu-wrapper .cta  {
			float: none;
			margin: 20px 0 0;
			width: auto!important;
			font-size: 22px;
			font-weight: 400;
		}
	a.back {
		line-height: 38px;
		font-size: 16px;
		font-weight: 500;
		padding: 2px 20px 0;
		border-radius: 5px;
		border: 0;float: right;
		cursor: pointer;
		margin: 18px 0px 15px;
		display: inline-block;
		text-transform: lowercase;
		border: 0 !important;
		color: #999;
		border: 2px solid #DDD!important;
	}
		
		a.back:hover,
		a.cta:hover {
			text-decoration: none;
		}
	.main-header.v2 li.cta a i {
		margin-left: 5px;
	}

.library .page-title {
	padding:  60px 0 0;
	
} 	
	.page-title + .main-content,
	.page-title + .page-content {
		padding: 0px 0 60px 0;
		
	}	
.main-library .inspiration{
	border-top: 1px solid #DDD;
	padding: 60px 0 30px;
}

.categories .inspiration{
	background:  rgba(244,142,142,0.1);
	padding: 60px 0;
}
.categories {
	padding-top: 30px;
}


/* PAGES */
.page .sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
}
.article-wrapper{
	width: 340px;
	float: left;
	position: relative;
}
.article-wrapper .image img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	position: relative;
}
	.archive .article-wrapper .image {
		width: 100%;
		margin-bottom: 0px;
		background-size: cover;
		background-position: center center;
	}
	.article-list  .article-wrapper .image {
		float: left;
		width: auto;
	}
	
.alignwide {
	margin-left: calc( -60vw / 2 + 100% / 2 );
	margin-right: calc( -60vw / 2 + 100% / 2 );
	max-width: 100vw;
}

.alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
}

.alignwide,
.alignfull {
	margin-top: 60px;
	margin-bottom: 60px;
}
.button {
	line-height: 45px;
	font-size: 16px;
	font-weight: 500!important;
	padding: 0 20px;
	border-radius: 25px;
	background: #202223;
	color: #FFF;
	border: 0;
	clear: both;
	cursor: pointer;
	margin: 20px 0 0;
	display: inline-block;
	text-transform: lowercase;
	border: 0!important;
}


.button.large {
	line-height: 50px;
	font-size: 20px;
	font-weight: 400;
	padding: 2px 30px 0;
	border-radius: 25px;
}
.button i {
	line-height: 20px;
	float: right;
	color: #FFF;
	margin: 13px 0px 5px 10px;
}
	.button i.fa-plus {
		font-size: 12px;
		margin: 12px 0px 5px 10px;
	}
.button.no-shadow  {
	box-shadow: none;
}
.button.white {
	border: 1px solid #DDD!important;
	background: #FFF;
	color: #202223;
}
	.button.white i{
		color: #202223;
	}
.button.ghost{
	border: 2px solid #202223!important;
	color: #202223;
	background: none;
}
	.button.ghost i{
		color: #202223;
	}
.button.ghost.white{
	border: 1px solid #FFF!important;
	color: #FFF;
}
	.button.ghost.white i{
		color: #FFF;
	}
.button.green {
	background: #C8D7A1;
	color: #202223;
}
.button.pull-right {
	float: right;
}
.button.no-float {
	float: none;
	display: table;
	margin: 20px auto;
}

.button.ghost:hover i{
	color: #FFF;
}
.button.small {
	line-height: 28px;
	font-size: 14px;
	padding: 3px 15px 0;
}
	.button.small i {
		line-height: 26px;
		font-size: 14px;
		float: right;
		margin: 0 0 0 10px;
	}
.button.semi-transparent {
	background: rgba(255,255,255,0.5);
	color: #202223;
	box-shadow: none;
}

.button.transparent {
	background: transparent;
	color: #202223;
	box-shadow: none;
}
.button.transparent i {
	color: #202223;
}
.button.opaque{
	background: rgba(255,255,255,0.5);
	color: #202223;
	box-shadow: none;
	border: 1px solid #202223!important;
}
.button.no-border {
	border: 0!important;
}
.button + .button,
.button + .button + .button  {
	margin-right: 20px;
	clear: inherit;
}

/* WIZARD */

.page-wizard {
	padding-top: 0;
}

.wizard ul.isps li,
.wizard ul.isps {
	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 0;
	position: relative;
	border-radius: 4px;
}
	
	.wizard ul.isps li {
		background: #FFF;
	}
	.wizard ul.isps li.ui-state-active::after,
	.wizard ul.routers li.ui-state-active::after {
		width: 100%;
		height: 3px;
		bottom: 0;
		left: 0;
		content: "";
		display: block;
		position: absolute;
		background: #3E8C85;
	}
	.wizard ul.isps li.ui-state-active::before,
	.wizard ul.routers li.ui-state-active::before {
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	  
	  	border-top: 10px solid #3E8C85;
		bottom: -10px;
		left: 50%;
		margin-left: -10px;
		content: "";
		display: block;
		position: absolute;
		border-radius: 3px;
		
	}
	.wizard ul.isps li{
		width: 12%;
		height: 100px;
		border: 1px solid #DDD;
		margin: 0.25%;
		text-indent: -9999px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
	}
		.wizard ul.isps li a{
			width: 100%;
			float: left;
			height: 100%;
		}
		.wizard ul.isps li.kpn{
			background-image: url(images/brands/kpn.jpg);
		}
		.wizard ul.isps li.ziggo{
			background-image: url(images/brands/ziggo.jpg);
		}
		.wizard ul.isps li.tele2{
			background-image: url(images/brands/tele2.jpg);
		}
		.wizard ul.isps li.telfort{
			background-image: url(images/brands/telfort.jpg);
		}
		.wizard ul.isps li.caiway{
			background-image: url(images/brands/caiway.jpg);
		}
		.wizard ul.isps li.xs4all{
			background-image: url(images/brands/xs4all.jpg);
		}
		.wizard ul.isps li.online{
			background-image: url(images/brands/online.jpg);
		}
		.wizard ul.isps li.nlex{
			background-image: url(images/brands/nlex.jpg);
		}
.wizard ul.routers li,
.wizard ul.routers {
	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 0;
}
	.wizard ul.routers li{
		width: 16.1%;
		height: 220px;
		border: 1px solid #DDD;
		margin: 0.25%;
		cursor: pointer;
		position: relative;
		text-align: center;
		background-color: #FFF;
	}
		
		.wizard ul.routers li a{
			width: 100%;
			float: left;
			height: 100%;
			text-decoration: none;
			color: #202223;
			display: flex;
			justify-content: center;
			align-items: flex-end;
			padding-bottom: 50px;
		}	
			.wizard ul.routers li a img{
				width: auto;
				height: auto;
				max-height: 150px;
				max-width: 150px;
			}
			
		.wizard ul.routers li a p{
			position: absolute;
			width: 100%;
			bottom: 0;
			line-height: 24px;
			font-size: 14px;
			text-align: center;
		}
.router-info {
	margin-top: 30px;
	width: 100%;
}
	.router-info p{
		margin-top: 30px;
		width: 100%;
	}
	.router-info ol,
	.router-info ul {
		margin: 20px 0 10px;
		padding: 0;
	}
	.router-info ol,
	.router-info ol li,
	.router-info ul,
	.router-info ul li {
		margin: 0 0 0 10px;
		padding: 0;
	}
	.router-info .col-4{
		width: 33.3333%;
		float: left;
		padding: 20px 30px;
		background-color: #FFF;
	}
	.router-info .col-4 img{
		width: 100%;
		height: auto;
	}
	.router-info .col-8{
		width: 66.6666%;
		float: left;
	}
	.router-info blockquote p,
	.router-info blockquote p a{
		color: #3E8C85;
		font-weight: 500;
	}

.scroll-to-routers,
.scroll-to-router-info {
	width: 100%;
	float: left;
	height: 0;
}
	.router-list {
		border-radius: 4px;
		border: 1px solid #DDD;
		width: 100%;
		float: left;
	}
		.router-list > li{
			padding: 0 10px;
			line-height: 45px;
			height: 45px;
			position: relative;
			border-bottom: 1px solid #DDD;
			overflow: hidden;
			width: 100%;
			float: left;
		}
			.router-list > li.active{
				height: auto;
				background: #F5F5F5;
			}
			.router-list > li p {
				line-height: 40px;
			}
		.router-list ol,
		.router-list ul{
			margin: 0px 10px 20px 25px ;
		}
			.router-list ol li,
			.router-list ul li{
				position: relative;
				padding-left: 5px;
			}
			.router-list .closing {
				position: absolute;
				right: 0;
				top: 0;
				margin: 20px;
				color: #202223;
				z-index: 1000;
				cursor: pointer;
				font-weight: 600;
			}

table.servicelist {
  margin: 0;
  width: 100%;
}
table.servicelist tr {
  width: 100%;
}

table.servicelist thead{
  color: #202223;
  margin: 0;
  background: #FFF;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  box-shadow: 0 2px 0 0 #202223;
}
	table.servicelist th {
		padding: 5px 10px;
	}
	
	table.servicelist td {
		padding: 10px 10px 20px 10px;
	}	
		table.servicelist td span {
			padding: 2px 10px;
			background: #EFEFEF;
			font-size: 14px;
			word-break: keep-all;
			border-radius: 4px;
			margin: 0 10px 10px 0;
			float: left;
		}
		table.servicelist img {
			max-width: 100px;
			margin: 10px;
			max-height: 50px;
		}

dl.servicelist tr + tr {
  border-top: 1px solid #CCC
}		
			
			
/* VIDEO */

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	margin-top: 45px;
}
	.video_wrapper iframe {
		position: absolute;
		width: 100%;
		height: 100%;
	}

/* FAQ */

.faq.page .page-title {
	background: rgba(61,141,133,0.3);
	padding-bottom: 90px;
	margin-bottom: 30px;
	margin-top: -120px;
	padding-top: 140px;
}

.faq.main-faq .page-content + .page-content {
	padding-top: 0;
}
.main-support .page-content img,
.faq.main-faq .page-content img{
	height: 60px;
	margin-top: 40px;
}
.single-support .page-content ol,
.single-support .page-content ul {
	margin-left: 25px;
}
.single-support .page-content ol li,
.single-support .page-content ul li {
	padding-left: 10px;
}

.support-menu ul li.menu-item-has-children > a,
.support-menu ul li.back a {
	font-weight: 600;
	font-size: 22px;
	margin: 12px 0 3px 0;
	width: 100%;
	float: left;
	display: inline-block;
	border: 0;
}
.support-menu ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a {
	font-size: 18px;
	margin:  0;
	margin-top: 5px;
}
.support-menu ul li {
	
	width: 100%;
}

.support-menu ul li.cta a {
	width: auto;
	line-height: 45px;
	font-size: 16px;
	font-weight: normal;
	padding: 0 20px;
	border-radius: 5px;
	background: #202223;
	color: #FFF;
	border: 0;
	float: left;
	clear: both;
	margin: 20px 0 0;
	font-weight: 400!important;
	text-transform: lowercase;
}

.support-menu ul li.current-menu-item > a {
	font-weight: 600;
}

.notification {
	background: #cc0000;
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	line-height: 24px;
	padding: 3px 10px 1px;
	border-radius: 15px;
	position: absolute;
	right: -40px;
	top: -10px;
}

.with-notif {
	position: relative;
	display: inline-block;
	clear: both;
}

#faqs .article {
	width: 400px;
	float: left;
	padding: 15px;
	position: relative;
	}
	#faqs .article .title {
		font-weight: 600;
		font-size: 19px;
	}
	.whole-link {
		position: absolute;
		left:0;
		top: 0;
		width: 100%;
		height: 100%;
	}

.results {
	padding: 60px 0;
	float: left;
	width: 100%;
}

.searchform {
	padding: 120px 0 60px;
	overflow: hidden;
	position: relative;
}

.searchform .shape-1 {
	top: -400px;
	right: auto;
	left: -300px;
	z-index: 0;
}

.searchform form {
	position: relative;
	z-index: 10;
}

.faq .page-title form {
	width: 90%;
	max-width: 800px;
	margin: 20px auto 0;
	display: table;
}
.faq .page-title input[type="text"] {
	width: 70%;
	line-height: 70px;
	padding: 0 20px;
	border: 0;
	font-size: 20px;
	border-radius: 35px 0 0 35px;
	float: left;
}

.faq .page-title input[type="submit"] {
	line-height: 70px;
	font-size: 20px;
	font-weight: normal;
	padding: 0 20px;
	background: #3E8C85;
	color: #FFF;
	border: 0;
	width: 30%;
	cursor: pointer;
	border-radius: 0 35px 35px 0;
	float: left;
}
ul.resultlist, ul.resultlist li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

ul.resultlist {
	margin-bottom: 15px;
}
ul.resultlist li {
	padding: 0;
	width: 100%;
	position: relative;
	margin: 0 0 10px 0!important;
}

ul.resultlist li a:hover, ul.resultlist li a {
	line-height: 28px;
	padding: 0px 0;
	color: #202223;
	float: left;
	margin: 0;
	border: 0;
	width: auto;
	cursor: pointer;
	text-decoration: none;
}
	ul.resultlist li a:hover {
		text-decoration: underline;	
	}

.page-content.team {
	padding: 90px 0 90px;
	background: #F9F9F9;
}
	
	.page-content.team img {
		margin-bottom: 20px;
	}

.archive .content {
	padding-bottom: 60px;
}

.page.support .searchform + .content {
	padding-top: 20px;
}

.pagination a:hover, .pagination a {
	color: #202223;
	text-decoration: none;
}

.pagination a:hover {
	border-bottom: 3px solid #202223;
}

.thumbs-rating-container {
	margin-bottom: 30px;
}
.thumbs-rating-container .thumbs-rating-up, .thumbs-rating-container .thumbs-rating-down {
	padding: 13px 10px 10px;
	background: #FFF!important;
	color: #202223!important;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	margin-right: 10px;
	border-radius: 4px;
}

.thumbs-rating-container .thumbs-rating-down {
	background: #202223!important;
	color: #FFF!important;
}

.thumbs-rating-already-voted:hover {
	opacity: 1;
}

.rating p {
	padding: 20px 0 0;
}
.main-content ol li, .main-content ul li {
	margin-left: 25px;
}
.battle {
	background: url('images/devider.png') no-repeat center top;
	background-size: 150px;
	padding-top: 120px;
}
#workings {
	background: #fcf7f0 url('images/_myndr_bg_shape_1.png') no-repeat left top;
	background-size: contain;
	padding-top: 180px;
	margin-top: -90px;
}
/* DIALS */

.switch-wrapper {
	position: relative;
	float: right ;
	width: 400px;
	height: 400px;
	display: block;
	transform: scale(0.9);
	margin-top: 60px;
}
	
	.the-switch {
		width: 400px;
		height: 400px;
		position: relative;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
		.pos_1 .the-switch {
			transform: rotate(0deg);
		}
		.pos_2 .the-switch {
			transform: rotate(45deg);
		}
		.pos_3 .the-switch {
			transform: rotate(90deg);
		}
		.pos_4 .the-switch {
			transform: rotate(135deg);
		}
		.pos_5 .the-switch {
			transform: rotate(180deg);
		}
		.the-switch img {
			width: 100%;
			height: 100%;
			border: 0;
			position: absolute;
			z-index: 5;
		}
		.the-switch .dots-container {
			position: absolute;
			width: 24px;
			height: 150px;
			left: 50%;
			margin-left: -12px;
			top: 50%;
			margin-top: -12px;
			z-index: 10;
		}
					
			.the-switch .dots-container .dot {
				width: 18px;
				height: 18px;
				background: #FFF;
				border: 2px solid #1C1C1C;
				border-radius: 100%;
				float: left;
				margin: 3px;
				-webkit-transition: background 0.3s ease-in-out;
				-moz-transition: background 0.3s ease-in-out;
				-ms-transition: background 0.3s ease-in-out;
				-o-transition: background 0.3s ease-in-out;
				transition: background 0.3s ease-in-out;
			}
			
			.pos_1 .dots-container .dot.dot-one, .pos_2 .dots-container .dot.dot-one, .pos_3 .dots-container .dot.dot-one, .pos_4  .dots-container .dot.dot-one, .pos_5 .dots-container .dot.dot-one {
				background: #1C1C1C;
			}
			
			.pos_2 .dots-container .dot.dot-two, .pos_3  .dots-container .dot.dot-two, .pos_4 .dots-container .dot.dot-two, .pos_5 .dots-container .dot.dot-two {
				background: #1C1C1C;
			}
			
			.pos_3 .dots-container .dot.dot-three, .pos_4 .dots-container .dot.dot-three, .pos_5 .dots-container .dot.dot-three {
				background: #1C1C1C;
			}
			
			.pos_4 .dots-container .dot.dot-four, .pos_5 .dots-container .dot.dot-four {
				background: #1C1C1C;
			}
			
			.pos_5 .dots-container .dot.dot-five {
				background: #1C1C1C;
			}
			.broken .dots-container .dot.dot-four,
			.broken .dots-container .dot.dot-three,
			.broken .dots-container .dot.dot-two,
			.broken .dots-container .dot.dot-one{
				background: #1C1C1C;
			}


	.touch {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.touch > div{
		list-style: none;
		position: absolute;
		width: 60px;
		height: 60px;
		border-radius: 100%;
		cursor: pointer;
		transform:  scale(0.8);
		transform-origin: center center;
		background: rgba(255, 255, 255, .4);
		box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
		transform-origin: center center;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
		
		.pos_1 .touch .touch-one,
		.pos_2 .touch .touch-two,
		.pos_3 .touch .touch-three,
		.pos_4 .touch .touch-four,
		.pos_5 .touch .touch-five {
			box-shadow: 0 0px 8px 0px rgba(0,0,0,0.15);
			transform:  scale(1);
		}
	.touch span {
		font-size: 14px;
		line-height: 20px;
		line-height: 60px;
		text-align: center;
		width: 100%;
		float: left;
		font-weight: 600;
	}
	
	.touch .touch-one {
		left: 50%;
		margin-left: -30px;
		bottom: -30px;
	}
	
	.touch .touch-two {
		left: 25%;
		bottom: 25%;
		margin: 0 0 -70px -70px;
	}
	
	.touch .touch-three {
		left: -30px;
		top: 50%;
		margin-top: -30px;
	}
	
	.touch .touch-four {
		left: 25%;
		top: 25%;
		margin: -70px 0 0 -70px;
	}
	
	.touch .touch-five {
		left: 50%;
		margin-left: -30px;
		top: -30px;
	}
		.touch .line {
			width: 10px;
			height: 10px;
			border-radius: 100%;
			position: absolute;
			right: -10px;
			top: 7px;
			display: block;
			background: red;
		}
	
	ul.positions {
		margin-left: 0;
		min-height: 228px;
	}
	ul.positions > li {
		opacity: 0;
		height: 0;
		overflow: hidden;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		font-size: 15px;
	}
		.pos_1 ul.positions .one,
		.pos_2 ul.positions .two,
		.pos_3 ul.positions .three,
		.pos_4 ul.positions .four,
		.pos_5 ul.positions .five {
			opacity: 1;
			height: auto;
		}
		
			ul.on-off .heading div {
				font-weight: 500;
				float: left;
				font-size: 12px;
			}
			ul.on-off .heading {
				width: 100%;
				float: left;
			}
			ul.on-off .heading .on {
				margin-left: 70%;
			}
			ul.on-off .heading .off {
				float: right;
				margin-right: -22px;
			}
			ul.on-off,
			ul.on-off li {
				width: 100%;
				margin: 0;
				padding: 0;
				font-size: 14px;
				line-height: 30px;
				text-align: left;
				position: relative;
			}
			
			ul.on-off li {
				float: left;
				clear: left;
			}
			ul.on-off {
				width: 90%;
				max-width: 400px;
			}
				ul.on-off .rails{
					width: 25%;
					float: right;
					position: relative;
					height: 30px;
					display: block;
					clear: right;
					background: url('images/track.gif') repeat-x left top;
				}
					ul.on-off .slider{
						position: absolute;
						fill:#009790;
						left: calc(100% + 1px);
						z-index: 2;
						top: 1px;
						-webkit-transition: all .3s ease-in-out;
						-moz-transition: all .3s ease-in-out;
						-ms-transition: all .3s ease-in-out;
						-o-transition: all .3s ease-in-out;
						transition: all .3s ease-in-out;
					}	
					.menu-open ul.on-off .slider{
						z-index: 0;
						}
					ul.on-off .arrow-left{
						position: absolute;
						left: -20px;
						z-index: 1;
						opacity: 0.2;
						top: 3px;
					}	
					ul.on-off .arrow-right{
						position: absolute;
						right: -20px;
						z-index: 1;
						opacity: 0.2;
						top: 3px;
					}
					
					ul.on-off .arrow-right{
				position: absolute;
				right: -20px;
				z-index: 1;
				opacity: 0.2;
				top: 3px;
			}
			
			.pos_1 .rule-1 .slider,
			.pos_1 .rule-2 .slider,
			.pos_1 .rule-3 .slider,
			.pos_1 .rule-4 .slider,
			.pos_1 .rule-5 .slider,
			.pos_1 .rule-6 .slider,
			.pos_1 .rule-7 .slider{
				fill: #F38E8C;
				left: -26px;
			}
			.pos_2 .rule-1 .slider,
			.pos_2 .rule-2 .slider,
			.pos_2 .rule-3 .slider,
			.pos_2 .rule-4 .slider,
			.pos_2 .rule-5 .slider{
				fill: #F38E8C;
				left: -26px;
			}
			.pos_3 .rule-1 .slider,
			.pos_3 .rule-2 .slider,
			.pos_3 .rule-3 .slider{
				fill: #F38E8C;
				left: -26px;
			}
			.pos_4 .rule-1 .slider,
			.pos_4 .rule-2 .slider{
				fill: #F38E8C;
				left: -26px;
			}
				
/* STICKER */

.yes-no-sticker {
	width: 95%;
	max-width: 450px;
	height: auto;
	background: #1c1c1c;
	overflow: hidden;
	display: table;
	margin: 0 auto;
	transform: rotate(3deg);
	margin-top: 60px;
	border-radius: 5px;
}

.yes-no-sticker .yes, .yes-no-sticker .no {
	width: 50%;
	height: auto;
	float: left;
	padding: 17px 10px 10px;
}

.yes-no-sticker .yes {
	border: 1px solid rgba(255,255,255,0.1);
}

.yes-no-sticker .yes span, .yes-no-sticker .no span {
	color: red;
	font-size: 60px;
	line-height: 45px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -5px;
	float: left;
	width: 50%;
	margin-top: 6px;
	text-align: center;
	padding-right: 10px;
}

.yes-no-sticker .yes span {
	color: #00cc33;
	float: right;
}

.yes-no-sticker .yes p, .yes-no-sticker .no p {
	float: right;
	color: #FFF;
	display: table;
	font-size: 11px;
	letter-spacing: 0;
	text-transform: uppercase;
	line-height: 12px;
	margin: 0;
	width: 50%;
	padding-left: 15px;
}

.yes-no-sticker .yes p {
	float: left;
}


/* ORDER */

.single .page-title,
.single.support .page-title,
.page  .page-title {
	padding: 30px 0 30px;
}
.box .parts,
.choose-color .button.order-dark,
.choose-color .button.order-light,
.choose-color .switch{
	display: none;
	margin: 0;
	clear: none;
}

	.light-active .box .parts.light,
	.light-active .choose-color .button.order-light,
	.light-active .choose-color .switch.light{
		display: inline-block;
	}
	.dark-active .box .parts.dark,
	.dark-active .choose-color .button.order-dark,
	.dark-active .choose-color .switch.dark{
		display: inline-block;
		
	}
	
.color-picker {
	float: left;
	width: 100%;
	position: relative;
	margin: 0;
	margin-top: 30px;
	list-style: none;
}	
.color-picker li{
	float: left;
	position: relative;
	padding: 60px 35px 10px 45px;
}	
	.color-picker li::before{
		content: "";
		position: absolute;
		left: 0;
		top:  0px;
		width: 50px;
		height: 50px;
		background: #fdfdfc;
		border-radius: 100%;
		border: 3px solid #faf1e8;
		z-index: 10;
		cursor: pointer;
	}
	.color-picker li.select-dark::before{
		background: #323233;
		border: 3px solid #a4978e;
	}
		.dark-active .color-picker li.select-dark::after,
		.light-active .color-picker li.select-light::after{
			content: "\f00c";
			position: absolute;
			left: 50%;
			margin-left: -10px;
			top:  0px;
			width: 23px;
			height: 23px;
			line-height: 23px;
			border-radius: 100%;
			z-index: 11;
			font-size: 16px;
			text-align: center;
			font-family: "FontAwesome";
			color: #FFF;
			background: #C8D7A1;
		}
			.choice {
				display: none;
				font-size: 15px;
			}
			.light-active .choice.light,
			.dark-active .choice.dark {
				display: block;
			}

	.order p.price {
		float: left;
		width: auto;
		font-size: 24px;
		font-weight: 500;
		line-height: 36px;
		}
		.order p.price label {
			float: right;
			width: auto;
			font-size: 18px;
			font-weight: 500;
			line-height: 36px;
			margin-left: 10px;
		}
	.order p.price.old-price {
		float: left;
		width: auto;
		font-size: 13px;
		font-weight: 500;
		text-decoration: line-through;
		margin-right: 20px;
		opacity: 0.5;
	}
	.box ul,
	ul.usps {
		float: left;
		width: 100%;
		font-size: 15px;
		margin-top: 30px;
	}
	 ul.usps li  {
	 	padding-left: 53px;
	 	line-height: 30px;
	 	list-style: none;
	 }
	  ul.usps img {
	 	width: 50px;
		 position: absolute;
		 left: 10px;
	 }
	 ul.usps li + li img {
		 left: 25px;
	 }
		ul.usps li + li + li img {
		 left: 10px;
	 }
	 .pre-footer {
	 	background: #FFF;
	 	padding: 30px 0;
	 }
		body.order .pre-footer {
			background: #F9F9F9;
		}
	 ul.usps.larger {
	 	width: auto;
	 	display: table;
	 	margin: 30px auto;
	 	text-align: left;
	 	float: none;
	 	font-size: 18px;
	 }
		 ul.usps.larger li {
		 	width: auto;
		 	position: relative;
	 		float: left;
		 	margin-left: 30px;
		 	
		 }
		 
		  	ul.usps.larger img {
		  		width: 50px;
		  		left: 0px;
			 }
			 
			 ul.usps.larger li + li img {
			 	 left: 20px;
			 }
			 
			 ul.usps.larger li + li + li img {
			 	 left:-5px;
			 }
.content.light img,
.content.dark img{
	margin-top: -30px;
	width: 200px;
}
	.switch.dark,
	.switch.light {
		float: left;
		width: 100%;	
	}	
	.switch img {
		width: 450px;
		clear: both;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.order-shortcut .button + .button,
	.page.order .button + .button {
	    margin-left: 0px;
	}
	.order-shortcut .button + .button.white {
		margin-left: 10px;
	}
.page.order label.delivery {
	padding: 0 15px;
	background: rgba(61,141,133,0.3);
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 20px 3px 3px 20px;
	padding-top: 3px;
	font-size: 12px;
	padding-left: 30px;
	position: relative;
}
.page.order label.delivery::before {
	content: "";
	position: absolute;
	left: -20px;
	width: 8px;
	height: 8px;
	background: #FFF;
	position: relative;
	z-index: 1;
	display: inline-block;
	border-radius: 100%;
}
.box .with-line {
	border-right: 1px solid #DDD;
}

.box h2 {
	margin-bottom: 20px;
}

.box .parts  {
	float: left;
}

.box .parts li.filter {
	width: 50%;
	padding-top: 0px;
}

.box .button {
	margin-left: 20px;
}

.gallery .overflow{	
	width: 3400px;
	margin-left: -1400px;
	display: block;
	z-index: 1;
}
#gallery li {
	float: left;
	width: 400px;
	margin: 5px;
}
	
	#gallery li.landscape {
		width: 600px;
	}

/* RETOUR */

.return .wpcf7 {
		background: #FFF;
		border-radius: 4px;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
		padding: 30px 40px;
		overflow: visible;
	}
.return textarea, .return input[type="text"], .return input[type="number"]{
	width: 100%;
	line-height: 47px;
	padding: 0 5px;
	border: 1px solid #DDD;
	border-radius: 3px;
	
}
.return textarea {
	height: 120px;
	line-height: 26px;
}
.return .reden-retour span {
	width: 100%;
	margin: 0;
	line-height: 35px;
}
	
	.return .reden-retour span input[type="radio"]{
		vertical-align: middle;
	}
	.return input[type="submit"]{
		line-height: 45px;
		font-size: 16px;
		font-weight: 500!important;
		padding: 0 20px;
		border-radius: 25px;
		background: #202223;
		color: #FFF;
		border: 0;
		clear: both;
		cursor: pointer;
		margin: 20px 0 0;
		display: inline-block;
		text-transform: lowercase;
		border: 0!important;
	}
	.return .wpcf7 strong {
		font-size: 15px;
		margin-top: 20px!important;
		display: table;
		margin-bottom: 0;
	}

.privacy-policy .page-content ol {
	margin-left: 20px;
}
.privacy-policy .page-content .row div > ul {
	margin-top: 30px;
}
/* NEWSLETTER */

.newsletter-signin {
	background: #F5F5F5;
}

.newsletter {
	background: #FFF;
	padding: 10px;
	padding: 20px 30px;
	float: left;
	margin: 60px 0;
	position: relative;
	border-radius: 6px;
	width: 100%;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
	.newsletter p {
		float: left;
		line-height: 30px;
		padding: 0;
		margin: 20px 0;
		display: block;
		font-size: 15px;
	}
	.newsletter .button,
	.newsletter input{
		float: left;
		border: 0;
		background: none;
		border: 1px solid #DDD;
		line-height: 40px;
		padding: 0 5px;
		width: 100%;
		border-radius: 0;
		display: block;
	}
	
	.newsletter .button {
		background: #F38E8C;
		border: 1px solid #F38E8C;
		color: #202223;
		width: 30%;
		font-weight: 400;
		float: right;
		border-radius: 6px;
		margin: 15px 0px 10px;		display: block;
	}
	


.pre-footer {
	padding: 90px 0;
	border-top: 1px solid #DDD;
}
	
	.pre-footer img{
		width: 75px;
		margin-bottom: 30px;
	}
	.pre-footer ul,
	.pre-footer li{
		padding: 0;
		margin: 0;
		list-style: none;	
	}
	.pre-footer a,
	.pre-footer a:hover{
		color: #202223;
		text-decoration: none;
	}	
		
		.pre-footer i {
			width: 15px;
			margin-right: 10px;
			margin-top: 4px;
		}
		.pre-footer strong + i {
			margin-left: 15px;
		}
		.pre-footer i.fa-whatsapp {
			font-size: 16px;
			font-weight: 600;
		}
		.pre-footer a {
			text-transform: lowercase;
		}

#mc_embed_signup {
	position: relative;
}
.newsletter  .button-naked {
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
	background: none;
	border: 0;
	color: #202223;
	border: 0;
	width: auto;
	text-transform: lowercase;
	position: absolute;
	right: 0;
	top: 0;
}
.newsletter  .button-naked:hover {
	color: #F38E8C;
}

.woocommerce-mailchimp-opt-in{
	position: relative;
	padding: 10px 15px 10px 30px!important;
	float: left;
	line-height: 20px!important;
	margin-top: 10px;
	width: 100%;
	background: #F5F5F5;
	border-radius: 4px;
}
	.woocommerce-mailchimp-opt-in input {
		position: absolute;
		left: 10px;
		top: 18px;
	}
	
	.woocommerce-mailchimp-opt-in label span{
		line-height: 20px!important;
	}
	
/* CARDS */

.faqs {
	background: #F9F9F9;
}
	.card {
		background: #FFF;
		border: 0;
		border: 1px solid #DDD;
		border-top: none;
		padding: 18px 50px 13px 20px;
		border-radius: 0;
	}
	
		
		.card:first-child{
			border-top: 1px solid #DDD;
		}
	.card h4 {
		margin: 0;
		font-weight: 500;
		cursor: pointer;
	}
	.card h4:after{
		position: absolute;
		right: 20px;
		content: "\f107";
		font-family: "FontAwesome";
		font-weight: 300;
		line-height: 24px;
		top:  17px;
		
		}
.cards .row_title  {
	display: flex;
	align-items: stretch;
}

	.cards .row  {
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}
	
.card_wrapper {
	position: relative;
	padding: 30px 30px 10px;
	background: #FFF;
	height: 100%;
}
	#media .card_wrapper {
		
	}
	#faqs .card_wrapper {
		width: 350px;
		float: left;
		margin: 15px;
		background: #FFF;
		
	}
	.card_wrapper  img{
		width: 100%; 
	    height: 100%; 
		max-height: 50px;
		max-width: 200px;
	    object-fit: contain; 
		object-position:  0px 0px;
		margin-bottom: 20px;
	}
	
		.media .card_wrapper h4{
			font-family: 'Spencer';
			text-indent: -10px;
			font-weight: 300;
		}
		.media .card_wrapper p{
			font-size: 13px;
			font-weight: 400;
		}
		
.row_title > div{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
	.row_title h2{
		margin: 0;
		margin-bottom: 0;
	}	

/* MANIFEST */

.sign {
	background: #f48e8b url(images/myndr-shapes-5.png) left top no-repeat;
	padding: 120px 0 200px;
	background-size: contain;
}

.main-manifest {
	padding: 210px 0 30px;
}

.manifest .signed {
	background: url(images/bg-shape-green.png) center center no-repeat;
	background-size: contain;
	padding: 90px 0;
}

.manifest .signed {
	background: url(images/bg-shape-green.png) center center no-repeat;
	background-size: contain;
	padding: 90px 0;
}

.manifest .signed #agile-form label {
	display: none;
}

.manifest .signed #agile-form .agile-group {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.manifest .signed #agile-form input {
	border-radius: 5px;
	text-align: center;
}

.manifest .signed #agile-form button {
	float: none!important;
	display: table!important;
	margin: 15px auto!important;
}

/* WOO */
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	max-width: 50%;
	padding: 0;
	border: 0;
}
.woocommerce .col2-set .col-2 address, 
.woocommerce-page .col2-set .col-2 address,
.woocommerce .col2-set .col-1 address, 
.woocommerce-page .col2-set .col-1 address {

	padding: 0;
	border: 0;
}
.content .shoppingcart {
	min-height: 500px;
}

.content .shoppingcart {
	min-height: 500px;
}

.product-wrapper {
	padding: 60px 0 0;
	margin: 0 20px;
}

.postid-40 .product-wrapper {
	background: #cb994e url('images/bg_switch_dark.jpg');
	background-size: cover;
	background-position: center top;
}

.postid-68 .product-wrapper {
	background: #cb994e url('images/bg_switch_light.jpg');
	background-size: cover;
	background-position: center top;
}

.single-product .quantity, .single-product .product-quantity {
	display: none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	margin-top: 20px;
}

.woocommerce div.product form.cart .variations {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.woocommerce div.product form.cart .variations input[type="radio"] {
	display: none;
}

.woocommerce div.product form.cart .variations td.label {
	display: none;
}

.woocommerce div.product form.cart .variations input[type="radio"]+label {
	border-radius: 5px 0 0 5px;
	line-height: 38px;
	height: 40px;
	float: left;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	text-align: center;
	border: 1px solid #ddd;
	padding: 0 20px;
}

.woocommerce div.product form.cart .variations td.value div + div input[type="radio"]+label {
	border-radius: 0 5px 5px 0;
	border-left: 0;
}

.woocommerce div.product form.cart .variations input[type="radio"]:checked+label {
	background: #333;
	border: 1px solid #333;
	color: #FFF;
	line-height: 40px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	width: 100%;
	border: 0;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	padding: 15px 25px 10px 50px;
	line-height: 35px;
	color: #202223;
	font-weight: 400!important;
}

.woocommerce-message a:hover,
.woocommerce-message a{
	color: #202223;
	text-decoration: none;
	border-bottom: 2px solid;
}

.woocommerce-message::before {
	top: 14px;
	left: 20px;
	color: #202223;
}

.woocommerce a.button {
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
	padding: 0 20px;
	border-radius: 20px;
	background: #202223;
	color: #FFF;
	border: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #202223;
}

.current_menu_item .cta a:hover {
	border: 0;
}

.button:hover, button:hover, .woocommerce a.button:hover {
	background: #202223!important;
	color: #FFF!important;
	text-decoration: none!important;
	
}

.button.white:hover i,.button.white:hover, button.white:hover {
	background: #FFF!important;
	color: #f48e8b!important;
}

.button.transparent:hover, button.transparent:hover {
	background: none!important;
	color: #202223!important;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	padding: 0 20px;
	opacity: 0.5;
	background: #FFF;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
}

/* PRODUCT */

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 40%;
	margin: 0;
	margin-right: 10%;
	padding: 120px 20px 30px;
}

.woocommerce .woocommerce-product-gallery {
	width: 40%;
	padding: 20px;
	margin: 0;
}

.woocommerce-product-gallery.images {
	opacity: 1!important;
}

.woocommerce div.product div.summary .product_meta {
	display: none;
}

.woocommerce .related.products {
	width: 100%;
}

p.stock {
	display: none;
}

.woocommerce div.product form.cart {
	margin-top: 30px;
	float: left;
}

.addthis_inline_share_toolbox {
	float: right;
	clear: none!important;
	margin-top: 35px;
}

/* CHECKOUT */
.cart .footer,
.checkout .footer {
	margin-top: 90px;
}

body.cart h1, body.checkout h1 {
	margin-bottom: 30px;
}

.woocommerce div.product form.cart div.quantity {
	margin-right: 10px;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
	line-height: 36px!important;
	height: auto!important;
	border: 1px solid #DDD!important;
	border-radius: 5px!important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	padding: 0 20px;
	border-radius: 20px;
	background: #202223;
	color: #FFF;
	border: 0;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
}

.cart_totals {
	margin-bottom: 60px;
	padding: 0;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	min-width: 200px;
	border-radius: 4px;
	line-height: 38px;
	padding: 0 6px;
}

.woocommerce-cart th.product-remove {
	width: 30px;
}

.woocommerce-cart th.product-thumbnail {
	width: 75px;
}

.woocommerce-cart th.product-subtotal {
	width: 100px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 55px;
}

.woocommerce-cart td.product-subtotal, .woocommerce-cart th.product-subtotal, .order-total td, .shipping td, .cart-subtotal td {
	text-align: right;
}

.woocommerce-checkout .left-column {
	float: left;
	width: 45%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row select, .woocommerce form .form-row textarea {
	float: left;
	height: auto;
	padding: 0 5px;
	line-height: 40px;
	border: 1px solid #DDD;
	width: 100%;
	font-size: 16px;
}

.woocommerce form .form-row textarea {
	line-height: 26px;
	padding: 5px;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
	float: left;
	width: 100%;
}

.woocommerce form .form-row label {
	font-weight: 400;
	font-size: 13px;
	margin: 0;
}

#shipping_address_2_field, #billing_address_2_field {
	display: none!important;
}

.billing_postcode_field {
	width: 40%;
}

#shipping_postcode_field, #billing_postcode_field {
	float: left!important;
	width: 31%;
	clear: none!important;
}

#shipping_city_field, #billing_city_field {
	width: 63%;
	float: right!important;
	clear: none!important;
}

.woocommerce-billing-fields h3 {
	font-size: 22px;
	margin-top: 30px;
}

h3#order_review_heading {
	font-size: 22px;
	margin-bottom: 14px;
	margin-top: 5px;
}

.woocommerce form .form-row {
	padding: 0;
}

.woocommerce-checkout .right-column {
	float: right;
	padding: 25px 35px;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	width: 45%;
}

.select2-container .select2-selection--single {
	-moz-user-select: none;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 40px;
	border-radius: 0;
	border-color: #DDD;
}
td.product-subtotal {
	
	text-align: right;
}
.select2-dropdown {
	border-color: #DDD;
}

.select2-results__option {
	font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
	font-size: 16px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight: 600;
	line-height: 26px!important;
}
.woocommerce-order-pay #order_review {
	background: #FFF;
	max-width: 550px;
	padding: 40px 30px 20px;
	overflow: hidden;	
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	
}
.woocommerce-order-received .woocommerce {
	background: #FFF;
	max-width: 850px;
	padding: 40px 30px 20px;
	overflow: hidden;	
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
}
.woocommerce-order-received .woocommerce-order section{
	padding: 0;
	border: 0;
	}
	.woocommerce-order-received h2{
		font-size: 26px;
	}
.woocommerce-order-received .woocommerce-order {
	padding: 0;
	border: 0;
}

.woocommerce-order-received p.woocommerce-notice{
	display: none;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td {
	font-weight: 400;
	text-align: right;
}

.woocommerce-order-received .woocommerce-order-details.woocommerce-info {
	background: none;
	box-shadow: none;
	padding: 0;
	max-width: 750px;
}

.woocommerce-order-received .woocommerce-order-details.woocommerce-info::before {
	display: none;
}

.woocommerce-order-received h2 {
	margin-bottom: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
}

.woocommerce-shipping-destination {
	display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: none;
	padding: 0;
}

td.product-name a {
	color: #f48e8b!important;
}

.woocommerce-order-details td.product-name a {
	color: #202223!important;
}

.woocommerce a.remove {
	color: #202223!important;
	opacity: 0.75;
	line-height: 28px;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
	float: right;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
}

.woocommerce ul#shipping_method li label, .woocommerce ul#shipping_method li span, .woocommerce ul#shipping_method li {
	font-size: 16px;
	font-weight: 400!important;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout-payment ul li label {
	width: 100%;
}

.woocommerce table.shop_table th {
	line-height: 26px;
}

.woocommerce-checkout-payment li {
	position: relative;
}

.woocommerce-checkout-payment li {
	width: 100%;
	float: left;
	padding-left: 25px;
}

.woocommerce-checkout-payment li input {
	position: absolute;
	left: 0;
	top: 8px;
}

.wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, button#place_order {
	line-height: 60px;
	font-size: 20px;
	width: 100%;
	border-radius: 30px;
	padding: 0;
	background: #F38E8C;
	font-weight: 500;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	float: left;
	width: 100%;
}

.payment_box {
	margin-top: 10px!important;
	padding: 15px 15px 11px 15px!important;
}

.payment_box p {
	display: none;
}

.payment_box p + p {
	display: inline-block;
	width: 100%;
}

.shop_table .product-total {
	text-align: right;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 0;
}

.woocommerce-privacy-policy-text {
	margin-top: 14px;
	display: none;
}

.woocommerce-privacy-policy-text a, .woocommerce-privacy-policy-text p {
	font-size: 12px;
	line-height: 18px;
}

.payment_box select {
	float: left;
	height: 40px;
	padding: 0 5px;
	line-height: 40px;
	border: 1px solid #DDD;
	width: 100%;
	background: #FFF;
}

h3#ship-to-different-address {
	position: relative;
	margin-bottom: 0;
	margin-top: 30px;
	font-size: 22px;
}

h3#ship-to-different-address span {
	font-weight: 400;
	padding-left: 25px;
}

h3#ship-to-different-address input {
	position: absolute;
	top: 7px;
	left: 2px;
}

.woocommerce-additional-fields__field-wrapper {
	margin-top: 20px;
}

.woocommerce table.shop_table {
	border: 0;
}

.content .checkout {
	margin-bottom: 60px;
	float: left;
	width: 100%;
}

.woocommerce table.shop_table th {
	font-weight: 600;
	font-size: 13px;
}

.woocommerce table.shop_table thead th {
	padding: 0;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	padding-left: 0;
	padding-right: 0;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	
	background: none;
}
.checkout .footer-menu {
	display: none;
}
.footer-logo {
	width: 70px;
	margin: 20px 0 20px;
	float: left;
	clear: both;
}

.download-wrapper:hover,
.download-wrapper {
	background: #FFF;
	border: 3px solid #202223;
	border-radius: 4px;
	width: 100%;
	line-height: 70px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #202223;
	font-weight: 500;
	margin-top: 20px;
}

	.download-wrapper:hover {
		background: #EFEFEF;
	}
	.download-wrapper i{
		font-size: 20px;
		margin-right: 10px;
	}
/* SCROLL */

@keyframes scroll {
0% {
	transform: translateY(0);
}

30% {
	transform: translateY(90px);
}
}
.scroll {
	position: absolute;
	bottom: -200px;
	left: 50%;
	margin-left: -20px;
	cursor: pointer;
}

.scroll #wheel {
	animation: scroll ease 2s infinite;
}
.cta.mobile-only,
.mobile-only {
	display: none;
}

@keyframes animated-arrow {
0% {
	top: 12px;
}

55% {
	top: 3px;
}
65% {
	top: 12px;
}
75% {
	top: 8px;
}
80% {
	top: 12px;
}
100% {
	top: 12px;
}
}
.animated i{
	position: absolute;
	right: 0px;
	margin: 0;
	animation: animated-arrow ease-in-out 2s infinite;
}

/* TOGGLE DIVS */

.row.more {
	padding-top: 30px;
}
.more.inactive {
	height: 0;
	padding: 0;
	opacity: 0;
	overflow: hidden;
}

.landing .meetmyndr,
#quote.swoop {
	background: #F5F5F5 url('images/_myndr_bg_shape_1.png') no-repeat left top;
	background-size: contain;
	padding-bottom: 0;
	margin-top: -90px;
	padding-top: 220px;
}
.how.page #explain_switch,
.why.page #explain_switch {
	margin-top: -30px;
	padding-bottom: 120px;
}


/* COOKIE */

#cookie-melding {
	width: 100%;
	display: none;
	position: fixed;
	left: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 10000;
}
	
	#cookie-melding .bericht {
		background: #3E8C85;
		padding: 20px 30px;
		width: 100%;
		float: left;
	}
	#cookie-melding .bericht p{
		color: #FFF;
	}
	#cookie-melding .bericht .dismiss{
		margin-top: 0;
		background: #202223;
		color: #FFF;
	}
	#cookie-melding.show {
		display: flex;
	}


.mailchimp .mc-field-group.input-group {
	display: none;
}

/* PILOT */

.pilot .wrapper.mailchimp {
	width: 100%;
	padding: 0 0 20px 0;
	background: #FFF;
	border-radius: 5px;
	margin-top: 20px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
}
.pilot .wrapper.mailchimp .button {
	background: #F38E8C;
	color: #202223;
	font-weight: 500;	
	font-size: 18px;
	padding-top: 3px;
}
.pilot .pilot-checks input{
	display: none;
}
	.pilot .pilot-checks input + label{
		width: 100%;
		line-height: 28px;
		padding: 20px 35px 20px 65px;
		background: #FFF;
		margin: 0;
		position: relative;
		font-size: 18px;
		font-weight: 400;
		border-bottom: 1px solid #EFEFEF;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
		.pilot .pilot-checks input + label::before {
			position: absolute;
			left: 22px;
			top: 22px;
			width: 22px;
			height: 22px;
			border: 3px solid #CCC;
			display: block;
			content: "";
			border-radius: 100%;
			-webkit-transition: all .2s ease-out;
			-moz-transition: all .2s ease-out;
			-ms-transition: all .2s ease-out;
			-o-transition: all .2s ease-out;
			transition: all .2s ease-out;
		}
	.pilot .pilot-checks input:checked + label{
		background: rgba(153,204,0,0.3);
		border-bottom: 1px solid #FFF;
	}
		.pilot .pilot-checks input:checked + label::before {
			border: 3px solid #99cc00;
		}
		.pilot .pilot-checks input:checked + label::after {
			position: absolute;
			left: 27px;
			top: 27px;
			width: 12px;
			height: 12px;
			background: #99cc00;
			border: 3px solid #99cc00;
			display: block;
			content: "";
			border-radius: 100%;
			-webkit-transition: all .2s ease-out;
			-moz-transition: all .2s ease-out;
			-ms-transition: all .2s ease-out;
			-o-transition: all .2s ease-out;
			transition: all .2s ease-out;
		}
	.pilot .textfield {
		padding: 15px 25px 15px 25px;
	}
		.pilot .email{
			line-height: 55px;
			border:  0;
			border-bottom: 2px solid #202223;
			width: 100%;
		}
	
@media (min-width: 768px) {
	section.how {
		overflow: unset;
	}
	
}
@media (max-width: 1199px) {
	
	.main-image .row{
		padding: 200px 0 60px;
	}
		.main-image h1 {
			font-size: 42px;
		}
		
	
	.services {
		width: 100%;
	}
	.service span, .service p {
		font-size: 14px;
	}
	
	.title-wrapper {
		left: 30px;
		top: 192px;
		right: auto;
		width: 600px;
		max-width: 600px;
	}
	.v2.landing .title-wrapper {
		width: 550px;
		max-width: 550px;		
	}
	.main-home.v2.landing .title-wrapper h2 {
		padding-right: 75px;
	}
	.main-home.v2 .mask{
		margin-left: 0;
	}
	.position-slider .overflow {
		margin-left: -1480px;
	}
	
	.newsletter-float {
		display: none;
	}
	
		.main-home .mask {
			width: 600px;
		}
	
	.order-fixed:hover, .order-fixed {
		right: 40px;
	}
	.parental.main-home.v2 .mask-2,
	.raising.main-home.v2 .mask-2,
	.gaming.main-home.v2 .mask-2 {
		width: 600px;
		top:  -50px;
		margin-right: 50px;
	}
	
	.wizard ul.isps li{
		width: 24.5%;
	}
	.wizard ul.routers li{
		width: 24.5%;
	}
	.wizard .router-info .col-4 {
		display: none;
	}
	.wizard .router-info .col-8 {
		width: 100%;
		max-width: 100%;
	}
	.main-home.v2 h1, .main-home.v2 h1 span {
		font-size: 45px;
	}
		.switch-wrapper {
			float: none;			
			margin: 0 auto;
		}
		ul.positions {
			
			min-height: 285px;
		}
}
@media (max-width: 1199px) {
	
	.landing .main-image {
		padding: 170px 0 170px;
	}
		.main-home.v2 .main-image h1 {
			font-size: 42px;
		}
		
	
	.services {
		width: 100%;
	}
	.service span, .service p {
		font-size: 14px;
	}
	
	.title-wrapper {
		left: 30px;
		top: 192px;
		right: auto;
		width: 600px;
		max-width: 600px;
	}
	.v2.landing .title-wrapper {
		width: 550px;
		max-width: 550px;		
	}
	.main-home.v2.landing .title-wrapper h2 {
		padding-right: 75px;
	}
	.main-home.v2 .mask{
		margin-left: 0;
	}
	.position-slider .overflow {
		margin-left: -1480px;
	}
	
	.newsletter-float {
		display: none;
	}
	
		.main-home .mask {
			width: 600px;
		}
	
	.order-fixed:hover, .order-fixed {
		right: 40px;
	}
	
	.parental.main-home.v2 .mask-2,
	.raising.main-home.v2 .mask-2,
	.gaming.main-home.v2 .mask-2 {
		width: 600px;
		top:  -50px;
		margin-right: 50px;
	}
	
	.wizard ul.isps li{
		width: 24.5%;
	}
	.wizard ul.routers li{
		width: 24.5%;
	}
	.wizard .router-info .col-4 {
		display: none;
	}
	.wizard .router-info .col-8 {
		width: 100%;
		max-width: 100%;
	}
	.main-home.v2 h1, .main-home.v2 h1 span {
		font-size: 45px;
	}
		.switch-wrapper {
			float: none;			
			margin: 0 auto;
		}
		ul.positions {
			
			min-height: 256px;
		}
		
		 ul.usps.larger {
			font-size: 15px;
		}
			
}
@media (max-width: 991px) {
	
	ul.usps.larger li {
		width: 100%;
		text-align: center;
		margin-left:0px;
		padding: 0;
		line-height: 40px;
		font-size: 18px;
	}	
		ul.usps.larger li img{
			position: relative;
			
		}
	.pay-off {
		display: none;
	}
	h2 {
		line-height: 110%;
		margin-top: 0;
		
	}
		.newsletter h2 {
			margin-top: 20px;
			margin-bottom: 10px;
		}
	.landing ._myndr_homework_1 {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		max-width: 100%;
		z-index: -1;
		margin: 30px auto;
	}
	.landing ._myndr_homework_2 {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		max-width: 100%;
		z-index: -1;
		margin: 30px auto;
		display: table;
	}
	.landing .main-image {
		padding: 170px 0 60px;
	}
	.main-home.v2 ._myndr_home_2,
	.main-home ._myndr_home_2 {
		position: relative;
		right: auto;
		left: auto;
		top: auto;
		width: 100%;
		max-width: 100%;
		z-index: -1;
		margin: 30px auto;
		display: table;
	}
		.main-home .main-image {
			padding: 170px 0 120px;
		}
	

		
	.meetmyndr h2,
	.meetmyndr p,
	.streamer h2,
	.streamer span,
	.streamer .author,
	.streamer p{
		text-align: left!important;
	}
	.streamer h2 {
		font-size: 32px;
	}
	.slides {
	    max-width: 720px;
		margin: 0 auto;
		display: table;
	}
	.services {
		width: 100%;
		max-width: 500px;
		margin:  0px 0 30px -5px;
		display: table;
		float: none;
		overflow: hidden;
		display: block;
		height: 440px;
	}
	.battle {
		padding-top: 30px;
	}
	.newsletter.vertical #agile-form {
		margin-top: 30px;
		float: left;
		max-width: 500px;
		width: 100%;
		margin-left: -00px;
	}
	
	.main-home.v2 .title-wrapper {
		left: auto;
		right: auto;
		top: 500px;
		margin: 0 auto;
		width: 100%;
		padding: 20px;
		max-width: 720px;
		position: relative;
	}
		.main-home.v2 .title-wrapper h1 span,
		.main-home.v2 .title-wrapper h1 {
			font-size: 46px;
			line-height: 100%;
			margin-left: 0;
			padding: 0;
		}
		.main-home.v2 .title-wrapper p.title,
		.main-home.v2 .title-wrapper p.intro,
		.main-home.v2 .title-wrapper h2 {
			padding: 0;
			margin-left: 0;
		}
	
	.parental.main-home.v2 .mask-2,
	.raising.main-home.v2 .mask-2,
	.gaming.main-home.v2 .mask-2 {
		position: relative;
		right: auto;
		left: auto;
		top: auto;
		margin: 30px auto 60px;
		max-height: 600px;
		height: 100%;
		display: table;
		background-position: left center;
		width: 100%;
		max-width: 600px;
		background-size: cover;
	}
		.landing.main-home.v2 .mask {
			background-position: center 820px;
			background-size: 1000px;
		}
		
	.position-slider .overflow {
		margin-left: -1490px;
	}
	.main-header .menu li a:hover, .main-header .menu li a {
		margin: 0 8px;
	}
	
	.main-home.v2 .main-image .read-more{
		display: none;
	}
	.main-home.v2 .main-image .row{
		-ms-flex-align: end !important;
		align-items: flex-end !important;
		padding-bottom: 60px;
	}
	.main-home.v2.home .mask-2 {
		position: relative;
		margin: 0;
		right: auto;
		left: auto;
		top: auto;
		transform: scale(1);
		right: auto;
		top: auto;
		max-height: 600px;
		width: 100%;
		height: 100%;
		max-width: 600px;
		margin: 30px auto;
		display: table;
	}
	
	.wall-mounted{
		position: relative;
		margin: 0;
		right: auto;
		left: 50%;
		top: auto;
		transform: scale(1);
		right: auto;
		top: auto;
		max-height: 600px;
		width: 100%;
		max-width: 600px;
		margin: 30px 0 30px -300px;
	}
	.switch-wrapper {
		transform: scale(0.65);
		margin-left: -90px;
		transform-origin: center;
	}
	.switch-wrapper .touch > div {
		transform: scale(1.2);
	}
	
	.content-timeline .overflow{
		margin-left: -1272px;
	}
	
	.main-home.v2 .main-image {
		 padding-top: 600px;
		 padding-bottom: 60px;
	}
	.main-image .row {
		padding: 0;
	}
	.main-image .mask{
	}
	.media .media_wrapper:last-child {
		display: none;
	}
	#explain_switch {
		padding: 60px 0;
		margin-top: 0;
	}
	.info-wrapper {
		top: auto;
	}
		
		.info-wrapper::before{
			top: 25%;
		}
	.main-image {
		background-position: -500px top;
	}
	.main-home .mask-explain {
		width: 800px;
		max-width: 800px;
		left: auto;
		right: 100px;
	}
	.footer .row > div {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.pre-footer {
		background: rgba(61,141,133,0.15);
	}
	.pre-footer img{
		margin-top: 45px;
	}
	.pre-footer input[type="email"]{
		border-bottom: 1px solid #202223;
	}
	#cookie-notice {
		padding: 20px 30px;
	}
	#explain_switch {
		overflow-x:  hidden;
	}
	.faq .page-title form {
		width: 100%;
	}.faq .page-content h3 {
		margin-top: 30px;
	}
	.card {
		padding: 10px 50px 10px 15px;
	}
	.card h4 {
		font-size: 20px;
	}
	
	.menu-bg {
		display: block;
	}
	#explain_switch {
		margin-top: 30px;
	}
	
	.main-home .mask-explain  {
		position: absolute;
		right: -20%;
		top: 0;
		width: 1200px;
		max-width: 1200px;
		z-index: -1;
		background: url('images/_bg_explain.jpg') no-repeat left center;
		background-size:cover;
	}
	.info-wrapper {
		margin : 30px 20px;
	}
	.info-wrapper::before{
		display: block;
		content: "";
		width: 0; 
		height: 0; 
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: -20px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent; 
		
		
		border-bottom: 10px solid #FFF; 
	}
	.row_title .button i{
		display: none;
	}
	#faqs .card_wrapper {
		margin-left: 0;
		
	}
	.pre-header {
		display: none;
	}
	h1 {
		line-height: 105%;
	}section.how {
		overflow: hidden;
	}.menu-overlay {
		display: block;
	}
	.main-image h2 {
		padding: 0;
	}
	.landing .meetmyndr,
	.main-home.v2 #meet_myndr{
		margin-top: 0;
	}
	.content-timeline .overflow{
		margin-left: -1330px;
	}
	.position-slider .overflow {
		
		margin-left: -1510px;
	}
	.main-header.v2 {
		display: none;
	}
	
	.streamer h2 {
		text-align: center;
	}
	.main-image h1 .dash,
	.main-image h1 {
		display: inline-block;
	    font-size: 8vw;
		line-height: 100%;
	}
	.slides {
	    max-width: 540px;
	}
		.slide {
			
			padding: 20px;
		}
	
	.main-home ._myndr_home_2,
	.main-home ._myndr_home_1 {
		position: relative;
		left: -25%;
		top: auto;
		width: 150%;
		max-width: 150%;
		z-index: 0;
		margin: 30px auto;
	}
		.how {
			padding-bottom: 0;
		}
	.mobile-only {
		display: block;
	}
	.menu-overlay .logo-home,
	.main-header .logo-home{
		width: 80px;
		display: table;
		margin: 10px auto;
	}
	.slides {
		padding:  0px;
	}
	.row > div {
		padding-left: 20px;
		padding-right: 20px;
	}
	.support .footer-menu,
	.library .footer-menu {
	    display: none;
	}
	.main-content,
	.blog-content {
	    padding-right: 15px;
	}
	.main-header .shopping {
		display: none;
	}
	.main-menu > div {
		width: 100%;
		float: left;
	}
	.footer-menu {
		display: block;
	}
	
	.footer-shopping li a:hover,
	.footer-shopping li a{
		text-align: center!important;
		padding: 3px 20px 0;
		cursor: pointer;
	}
	.secondary-menu {
		display: none;
	}
	.navigation.next {
		padding-top: 20px;
	}
	.support .sidebar {
		margin-top: 60px;
	}
	.order .content,
	.cart .content, 
	.checkout .content,
	.page.timeline .content,
	.single .content, 
	.page.faq .content,
	.archive .content,
	.single.support .content,
	.page.support .content {
		padding-top: 90px;
	}
	
	.woocommerce table.shop_table tr {
		border-top: 1px solid #DDD;
	}
	.woocommerce table.shop_table td {
		border: 0;
	}
	.woocommerce-checkout .right-column,
	.woocommerce-checkout .left-column {
		width: 100%;
		margin-bottom: 30px;
	}
	.woocommerce-checkout .right-column {
		padding: 15px 25px;
	}
	
	#timeline .slick-slider{
		padding: 0 20px;
	}
	.main-image p.intro{
		margin-bottom: 1px;
	}
		.position-slider .container {
			padding: 0;
		}
		
	.not-for-mobile {
		display: none!important;
	}
	.footer .menu-footer-container li {
		margin: 0px;
		margin-right: 20px;
	}
	#positions .slide {		
		padding: 10px;
	}
	#positions .slide-wrapper {		
		width: 340px;
		float: left;
		min-height: 570px;
	}
	#positions .controls .btn {		
		padding-top: 40px;
	}
	.main-home .main-image {
		padding-bottom: 0;
	}
	.teaser {
		padding: 30px 0 60px;
	}
	.main-home.v2 .meetmyndr {
		margin-top: -90px;
		background-position: -300px top;	
	}
	
	.button.pull-right {
		float: left;
		margin:  0 0 20px 0;
	}
	.order .button.pull-right {
		float: right;
	}
	.newsletter-float {
		display: none;
	}
	.main-home.v2.landing .title-wrapper h2 {
		padding:  0;
	}
	
	.main-home.v2.landing .title-wrapper,
	.main-home.v2 .title-wrapper {
		max-width: 540px;
		position: relative;
		top: auto;
		bottom: auto;
		margin-top: 450px;
	}	
	
	.read-more,
	.order-fixed {
		display: none;
	}
	.time-spent, 
	.problem {
		padding-top: 0;
	}
	
		.gaming.main-home.v2 .mask {
			background-size: 1030px;
			background-position: center bottom;
			z-index: -1;
		}
	
	.main-home.v2 .mask {
		left: 50%;
		margin-left: -650px;
		bottom: auto;
		right: auto;
		top: -400px;
		width: 1300px;
		max-width: 1300px;
		background-position: center 300px;
		background-size: 900px;
	}
		.landing.main-home.v2 .mask {
			background-position: center 1000px;
			background-size: 770px;
		}
	.wizard ul.routers li,
	.wizard ul.isps li{
		width: 48%;
		max-width: 48%;
		margin: 1%;
	}
	.wizard .router-info .col-4 {
		display: none;
	}
	p.pretext + h1, p.pretext + h3, p.pretext + h2 {
		margin-left: 0px;
	}.main-home.v2 h1, .main-home.v2 h1 span {
		margin-left: 0;
	}
	
	.switch-wrapper {
		transform: scale(0.9);
		margin-left: 0px;
		transform-origin: center;
		float: none;
		margin: 20px auto;
	}
	.switch-wrapper .touch > div {
		transform: scale(1);
	}
	.main-home.v2 .main-image {
		 
		 	background-image: url('images/_myndr_bg_main_mob.jpg');
		 padding-top: 440px;
		 padding-bottom: 120px;
		 background-position: center top;
	}
	.wall-mounted {
		
		position: relative;
		right: auto;
		left: auto;
		top: auto;
		margin: 30px auto 60px;
		max-height: 600px;
		height: 100%;
		display: table;
		background-position: left center;
		width: 100%;
		max-width: 600px;
		background-size: cover;
	}
		.media_wrapper .media_logo{
			height: 50px;
			width: 100%;
			top: 40px;
			position: absolute;
		}
		.main-home.v2 .main-image .row{
			padding: 0;
		}
	.quote_profile {
		margin: 0 auto;
		display: table;
		float: none;
	}
	ul.usps.larger li {
		font-size: 18px;
		line-height: 40px;
	}
	.cards .btn.nextPage {
		right: 15px;
		background: #FFF;
		border-radius: 100%;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	}
	.cards .btn.prevPage {
		left: 15px;
		background: #FFF;
		border-radius: 100%;
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	}
}
@media (max-width: 580px) {
	.main-home .mask-explain {
		right: -100%;
	}
	.main-home.v2 ._myndr_home_4 {
		left: 50%;
		margin-left: -750px;
		top: -1200px;
		width: 1500px;
		max-width: 1500px;
		background-image: url('images/_myndr_home_4.jpg');
		background-size: 600px;
		background-position: center 1000px;
	}
	.main-image h1 span,
	.main-image h1 {
		display: inline-block;
	    font-size: 8vw!important;
		line-height: 100%!important;
	}
	ul.on-off {
		
		width: 90%;
	}
}
@media (max-width: 400px) {
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
	}
	.main-image h1 .dash,
	.main-image h1 {
		display: inline-block;
	    font-size: 9vw;
		line-height: 100%;
	}
}
@media (max-width: 400px) {
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
	}
	.main-image h1 .dash,
	.main-image h1 {
		display: inline-block;
	    font-size: 9vw;
		line-height: 100%;
	}
}