@charset "utf-8";
/* CSS Document */


html {
  scroll-behavior: smooth;
	color: #012540;
}

.mid {
	max-width: 1600px;
	font-size: 0px;
}

.space {
	padding: 2.5px;
}

.space5 {
	padding: 5px;
	position: relative;
	z-index: 3;
	background-color: #fff;
}

.dosspace5 {
	padding: 5px;
	position: relative;
	z-index: 3;
}

.space10 {
	padding: 10px;
	position: relative;
	z-index: 3;
	background-color: #fff;
}

.dosspace10 {
	padding: 10px;
	position: relative;
	z-index: 3;
}

.space20 {
	padding: 20px;
	position: relative;
	z-index: 3;
	background-color: #fff;
}

.dosspace20 {
	padding: 20px;
	position: relative;
	z-index: 3;
}

.space30 {
	padding: 30px;
	position: relative;
	z-index: 3;
	background-color: #fff;
}

.space40 {
	padding: 40px;
	position: relative;
	z-index: 3;
	background-color: #fff;
}

.space50 {
	padding: 50px;
	position: relative;
	z-index: 3;
	background-color: #fff;
}


.space100 {
	padding: 100px;
	position: relative;
	z-index: 3;
}


/*.afr {
	display: none;
}*/

.nrmseki {
	margin: 0 auto;
	width: 100%;
	position: relative;
	background-color: #fff;
	z-index: 2;
}

.greybck {
	background-color: #D5E6F4;
}

.drkbck {
	background-color: #012540;
}

.unstbck {
	background-color: unset;
}



/*Navigation*/


nav {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 9;
	background-color: #fff;
}


#topmid {
	font-size: 0px;
	margin: 0 auto;
	text-align: center;
}



img#mobmenu {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
}

.navdivs, .navdivslogo {
	display: inline-block;
	width: 18%;
	vertical-align: middle;
}

.navdivslogo {
	width: 10%;
}

a.navlinks {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	padding: 35px 0;
	display: block;
	transition-duration: 1s;
	transition-delay: 0.25s;
	border-top:solid 5px #fff;
	border-bottom:solid 5px #fff;
	font-weight: 600;
}

a.navlinks:hover {
	border-top:solid 5px #47C5DE;
	border-bottom:solid 5px #FF6700;
}





.row {
	 height: 100%;
	 text-align: center;
}

 .cbutton {
	 text-decoration: none;
	 cursor: pointer;
	 display: inline-block;
	 vertical-align: middle;
}
 .cbuttongooey {
	 position: relative;
	 transition: all 700ms ease;
}
 .cbuttongooey .cbuttonblobs {
	 height: 100%;
	 overflow: hidden;
	 position: absolute;
	 top: 0;
	 left: 0;
	 bottom: -3px;
	 right: -1px;
	 z-index: -1;
}
 .cbuttongooey .cbuttonblobs .blobdivs {
	 background-color: #012540;
	 width: 34%;
	 height: 200%;
	 border-radius: 36%;
	 position: absolute;
	 transform: scale(1.4) translateY(125%) translateZ(0);
	 transition: all 1000ms ease;
}
 .cbuttongooey .cbuttonblobs div:nth-child(1) {
	 left: -5%;
}
 .cbuttongooey .cbuttonblobs div:nth-child(2) {
	 left: 30%;
	 transition-delay: 60ms;
}
 .cbuttongooey .cbuttonblobs div:nth-child(3) {
	 left: 66%;
	 transition-delay: 25ms;
}
 .cbuttongooey:hover {
	 color: #fff;
}
 .cbuttongooey:hover .cbuttonblobs div {
	 transform: scale(1.4) translateY(0) translateZ(0);
}
 



/*Second Section*/

#videbcksection {
	position: relative;
	margin: 0 auto;
	text-align: center;
	height: 800px;
	overflow: hidden;
	clip: rect(0, auto, auto, 0);
}

#vidforeground {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,110,0,0.86);
	z-index: 2;
}

#vidback {
	width: 100%;
	height: 895px;
	z-index: -1;	
}

video#topvideo, video#topvideomob {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

video#topvideomob {
	display: none;
}

#vidwrdscontnr {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translateX(-50%);
	width: 100%;
}

#vidwrdscontnrdos {
	position: absolute;
	left: 50%;
	bottom: 17.5%;
	transform: translateX(-50%);
	width: 100%;
}


h1#headtop {
	padding: 0 10px;
	font-size: 120px;
	color: #fff;
	font-weight: 800;
}

h2#headtopdos {
	padding: 0 10px;
	font-size: 50px;
	color: #fff;
	font-weight: 800;
	width: 90%;
	margin: 0 auto;
}


p.headwrds {
	font-size: 40px;
	line-height: 45px;
	color: #fff;
	font-weight: 300;
}

.spacehelbo {
	padding: 2px;
	display: block;
}




/*Other Sections*/

#slidesecki {
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
}

#slidwrdebo {
	padding: 20px;
	position: absolute;
	left: 1%;
	top: 50%;
	z-index: 3;
	transform: translateY(-50%);
	background-color: rgba(255,255,255,0.9);
	max-width: 450px;
	text-align: right;
}

h2.heddos {
	font-size: 30px;
	line-height: 50px;
	font-weight: 300;
}

p.heddoswordonde {
	font-size: 18px;
	line-height: 38px;
	text-align: right;
}

#slideflter {
	display: inline-block;
	float: right;
	overflow: hidden;
	width: 75%;
	height: inherit;
	position: relative;
}

img.slidebadimg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	
}

.ckhk {
	/*animation-name: zoomimg;
	animation-duration: 10s;
	animation-iteration-count: infinite;*/
	position: relative;
	height: 100%;
}

@keyframes zoomimg {
	from {transition: scale(1);}
	to {transform: scale(1.05)}
}

.fademynu {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}





/*Benefits*/


h2.secondhed {
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	font-weight: 300;
	padding: 0px 10px;
	margin: 0 auto;
}

.flotbytediv {
	width: 100%;
	font-size: 0px;
	text-align: center;
	margin: 0 auto;
}

.floters {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.flotsepad {
	padding: 0 50px 100px;
}

h3.thirdhed {
	font-size: 25px;
	line-height: 38px;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
}

hr.hedunderlin {
	height: 5px;
	border: none;
	margin: 30px auto;
	padding: 0;
	width: 250px;
	background-color: #FF6700;
}

p.infopar {
	font-size: 18px;
	line-height: 38px;
	margin: 0 auto;
	max-width: 500px;
	font-weight: 300;
}

img.benefitimgs {
	margin: 0 auto;
	padding: 0 20px 10px;
}

#seemorid {
	text-align: center;
	margin: 0 auto;
}

a.seemordivs {
	font-size: 18px;
	padding: 20px 30px;
	display: inline-block;
	margin: 0 20px;
	color: #fff;
	background-color: #FF6700;
	font-weight: 600;
	transition-duration: 0.2s;
	border: solid 3px #D5E6F4;
	border-radius: 5px;
}

a.seemordivs:hover {
	border: solid 3px #FF6700;
	color: #FF6700;
	background-color: #D5E6F4;
}

a.buydiv {
	color: #fff;
	background-color: #012540;
}

a.buydiv:hover {
	border: solid 3px #012540;
	color: #012540;
	background-color: #D5E6F4;
}



/*How To*/

.fotbyinstuc {
	width: 70%;
	overflow: hidden;
	height: 800px;
}


.fotbyinstusild {
	height: 100%;
	animation-name: zoomimg;
	animation-duration: 20s;
	background-size: cover;
	background-position: center center;
}

#fotoinstuct1 {
	background-image: url("../imgs/slideshow/Mid/1.jpg");
}

#fotoinstuct2 {
	background-image: url("../imgs/slideshow/Mid/2.jpg");
}

#fotoinstuct3 {
	background-image: url("../imgs/slideshow/Mid/3.jpg");
}

#fotoinstuct4 {
	background-image: url("../imgs/slideshow/Mid/4.jpg");
}

#fotoinstuct5 {
	background-image: url("../imgs/slideshow/Mid/5.jpg");
}


@keyframes zoomimg {
	from {transition: scale(1);}
	to {transform: scale(1.08)}
}

.wordbyinstuc {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 600px;
	vertical-align: middle;
}


#wordinstupad {
	padding: 50px 30px;
	text-align: left;
	background-color: rgba(1,37,64,0.90);
}

.instucpardivis {
	position: relative;
}

img.instucnumbimgs {
	position: absolute;
	top: 0;
	left: 0;
}

p.instucnomverpar {
	padding: 0 0 0 40px;
	color: #fff;
	text-align: left;
	line-height: 30px;
}

hr.instuclines {
	background-color: #fff;
	margin: 50px auto;
	padding: 0;
	border: none;
	height: 3px;
	width: 250px;
	display: none;
}



/*Buy Form*/

#buyfrm {
	display: inline-block;
	margin: 10px auto;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 18px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px -3px rgba(0,0,0,0.75);
	width: 800px;
}

span.dikorwrde {
	font-weight: 800;
	color: #FF6700;
}


a.buypersonal, a.buycomercil, a.buycomercilful {
	padding: 20px 25px;
	border: solid 3px #FF6700;
	background-color: #fff;
	color: #FF6700;
	transition-duration: 0.3s;
	margin: 0 10px;
	display: block;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


#diekiesboksi {
	max-width: 920px;
	font-size: 0px;
	margin: 0 auto;
	text-align: center;
}

.kiesboksibin {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

h3#adihednomdri {
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	font-weight: 300;
	padding: 0px 10px;
	margin: 0 auto;
}

.whichfrm {

}

.whichfrmpric {
	padding: 10px 20px;
	margin: 0 auto;
	background-color: #012540;
	display: inline-block;
}

p.whicfrmpricprgfr {
	display: block;
	color: #fff;
	font-size: 14px;
  	font-weight: 500;
  	letter-spacing: 0.5px;
}

a.buypersonaldos, a.buycomercildos, a.buycomercilfuldos {
	display: block;
	color: #FF6700;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

a.buypersonal:hover, a.buycomercil:hover, a.buycomercilful:hover {
	background-color: #FF6700;
	color:#fff;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(255,103,0,1);
	-moz-box-shadow: 0px 0px 15px 2px rgba(255,103,0,1);
	box-shadow: 0px 0px 15px 2px rgba(255,103,0,1);
}

a.fulcolopbuybuts {
	background-color: #FF6700;
	color:#fff;
}


.viskibinedivi {
	white-space: nowrap;
}

.viskildiv {
	width: 90%;
	margin: 0 auto;
	background-color: #FF6700;
	border-top: solid 3px #fff;
	display: none;
}


.viskildivpads {
	text-align: left;
	padding: 10px;
}

p.visilprys, p.viskildot, p.viskilseword {
	font-size: 16px;
	color: #fff;
	line-height: 25px
}

p.visilprys {
	font-weight: 600;
	padding: 0 10px;
}

p.viskildot, p.viskilseword {
	display: inline-block;
	padding: 0;
	vertical-align: top;
	white-space: normal;
}

p.viskildotdos, p.viskildot {
	font-size: 30px;
	padding: 0 5px;
	color: #fff;
	line-height: 22px
}

p.viskildotdos {
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
}

p.viskilseword {
	padding-right: 15px;
}

hr.vskilpchr {
	width: 50%;
	border: none;
	padding: 0;
	margin: 25px 0;
	height: 2px;
	background-color: #fff;
}


form#thabuyform {
	padding: 50px;
}

.formdivs {
	font-size: 0px;
}

label.formlbl, label.secfrmlble {
	font-size: 16px;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 30px;
}

.frminpdiv {
	display:block;
	width: 100%;
	text-align: center;
}

input.frmputs, textarea.frmtxtputs {
	border: none;
	background-color: #fff;
	width: 80%;
	padding: 5px 2.5%;
	color: #012540;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	border-bottom: solid 3px #FF6700;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
}

#frmdelivares {
	background-color: #FF6700;
	padding: 40px 0;
}

label.witfrmlbl {
	color: #fff;
}

input.witfrmput {
	background-color: #FF6700;
	border-bottom: solid 3px #fff;
	color: #fff;
	border-radius: 5px;
}

input.shrtfrmputs {
	width: 150px;
	border-radius: 5px;
}

textarea.frmtxtputs {
	height: 400px;
	border: solid 3px #FF6700;
	text-align: center;
}

label.formlbltext {
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 30px;
}

input#frmsubmitbut {
	font-size: 20px;
	font-weight: 700;
	background-color: #FF6700;
	color: #fff;
	padding: 30px;
	text-align: center;
	cursor: pointer;
	transition-duration: 0.4s;
	border: solid 3px #FF6700;
	margin: 10px;
	border-radius: 5px;
}

input#frmsubmitbut:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgb(255, 72, 0);
-moz-box-shadow: 0px 0px 15px 0px rgb(255, 72, 0);
box-shadow: 0px 0px 15px 0px rgb(255, 72, 0);
}

.orgbck {
	background-color: #FF6700;
}

label.secfrmlble {
	width: inherit;
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
}

.frmrads {
	padding: 0 0 10px;
}

select.inptrads {
	display: inline-block;
	vertical-align: middle;
	background-color: #012540;
	cursor: pointer;
	color: #fff;
	padding: 20px;
	border: none;
}

.radsfrmchnge {
	display: inline-block;
	width: inherit;
	margin: 0 auto;
	text-align: left;
}




/*Faq*/


.faqdivi {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	position: relative;
	border-bottom: solid 2px #012540;
	padding: 0 0 10px;
}

p.faqpar, p.faqparawnt {
	font-size: 20px;
	line-height: 35px;
	font-weight: 300;
	display: block;
	text-align: left;
	padding-right: 50px;
}

p.faqparawnt {
	font-weight: 700;
	color: #FF6700;
	display: none;
	line-height: 28px;
}

img.faqdroparimg {
	position: absolute;
	right: 0;
	top: -5px;
	z-index: 2;
	cursor: pointer;
	transition-duration: 0.2s;
}

img.faqimgrotat {
	transform: rotate(180deg);
}



/*Dankie*/

#dank {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.95);
	z-index: 9999999;
}

#dankmid {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


h3#dankihed {
	font-size: 50px;
	text-align: center;
	padding: 0 0 10px;
	font-weight: 700;
}

p#dankword {
	font-size: 25px;
	line-height: 35px;
	text-align: center;
}

img#closethis {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	z-index: 99999999;	
}



/*Footer*/

footer {
	position: relative;
	font-size: 0px;
	overflow: hidden;
}

.footflts {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	position: relative;
	z-index: 2;
}

.footpads {
	padding: 0 50px;
}

img#footlogo {
	
}

a.footlinks {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	letter-spacing: 2px;
	text-align: left;
	cursor: pointer;
	padding: 0 10px;
}

h3.footwtithhed {
	color: #fff;
	text-align: left;
	display: block;
}

.footfrmdiv {
	font-size: 0px;
	display: inline-block;
}

label.footfrmlbl, label.footfrmtxt {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width:200px;
}

label.footfrmtxt {
	vertical-align: top;
}

.footfltinpt {
	display: inline-block;
	vertical-align: middle;
}

input.footinpts, textarea.foottxtar {
	border:none;
	padding: 5px;
	font-size: 16px;
	line-height: 26px;
	background-color: #fff;
	width: 300px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 5px;
}



textarea.foottxtar {
	width: 500px;
	height: 250px;
}

#footsubbut {
	display: block;
	text-align: center;
	margin: 0 auto;
}

input#footsubmit {
	border:solid 3px #fff;
	padding: 25px 30px;
	font-size: 16px;
	background-color: #012540;
	margin: 0 auto;
	cursor: pointer;
	transition-duration: 0.4s;
	color: #fff;
	border-radius: 5px;
}

input#footsubmit:hover {
	background-color: #fff;
	color: #012540;
}


#footwarkmrk {
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url("../imgs/footwatermrk.png");
	background-size: cover;
	background-position: center;
}


p#foothionde {
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 0 10px 20px;
	position: relative;
	z-index: 3;
}

a#termsid {
	font-size: 12px;
	color: #FF6700;
	margin: 0 auto;
	text-align: center;
	padding: 0 10px;
	position: relative;
	z-index: 3;
	display: block;
}





/*Hou onder*/

h2.withed, h3.withed {
	color: #fff;
	text-align: left;
}

h3.witheddos {
	color: #fff;
}


img#langu, img#langudos {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 999999999999;
	cursor: pointer;
}

.nocolor {
	background-color: unset;
}




/*No Java*/

#nojava {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999999;
	background-color: rgba(0,0,0,0.95);
}

#nojavain {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

h1#nojavahed {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 40px;
	text-align: center;
	padding: 0 10px 10px 10px;
}

p.nojavapar {
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	text-align: center;
	padding: 10px;
}

a#nojavalnk {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}






@media only screen and (max-width : 1400px) {
	
	#slidesecki {
		height: 750px;
	}
	
	.fotbyinstuc {
		width: 60%;
	}
	
}





@media only screen and (max-width : 1200px) {
	
	#slidwrdebo {
		max-width: 350px;
		left: -1%;
	}
	
	#slideflter {
		width: 65%;
	}
	
	#slidesecki {
		height: 500px;
	}
	
	textarea.foottxtar {
		width: 300px;
	}
	
	h3.footwtithhed, #footsubbut {
		text-align: left;
	}
	
	
}


@media only screen and (max-width : 1020px) {
	
	#slidesecki {
		height: 400px;
	}
	
	.fotbyinstuc {
		width: 45%;
	}
	
	a.navlinks {
		font-size: 13px;
		padding: 35px 5px;
	}
	
}


@media only screen and (max-width : 820px) {
	
	#slidwrdebo {
		left: auto;
		transform: none;
		top: auto;
		text-align: center;
		max-width: 550px;
		margin: 0 auto -50px;
		position: relative;
	}
	
	p.heddoswordonde {
		text-align: center;
	}
	
	#slideflter {
		width: 100%;
	}
	
	#slidesecki {
		height: 600px;
	}
	
	
	img#mobmenu {
		display: block;
	}

	.navdivs, .navdivslogo {
		display: block;
		padding: 20px 0;
		text-align: left;
		width: 60%;
	}
	
	img#navlogo {
		height: 55px;
	}
	
	.mobdropdwn {
		display: none;
		width: 100%;
		padding: 0;
		color: #fff;
		background-color: #012540;
		border-bottom: solid 3px #FF6700;
		border-top: none;
		text-align: center;
	}
	
	a.navlinks {
		color: #fff;
		border: none;
	}
	
	#videbcksection {
		height: 400px;
	}

	#vidback {
		height: 595px;
	}
	
	
	.fotbyinstuc {
		width: 100%;
		height: 400px;
	}

	.wordbyinstuc {
		position: relative;
		z-index: 2;
		top: -80px;
		transform: unset;
		right: inherit;
		left: inherit;
		width: 100%;
	}
	
	#wordinstupad {
		padding: 50px 20px;
		text-align: center;
	}



	img.instucnumbimgs {
		top: unset;
		left: 50%;
		transform: translateX(-50%);
		width: 15px;
		bottom: -1px;
	}

	p.instucnomverpar {
		display: block;
		text-align: center;
		padding: 0 0 20px;
	}
	
	h2.withed, h3.withed {
		text-align: center;
	}
	
	
	#buyfrm, .faqdivi {
		width: 80%;
	}
	
	.footflts {
		display: block;
		width: 100%;
	}
	
	a.footlinks {
		text-align: center;
		display: block
	}

	img#footlogo {
		margin: 0 auto;
		display: block;
	}

	label.footfrmlbl, label.footfrmtxt {
		display: block;
		text-align: center;
		padding-bottom: 10px;
		width: 100%;
	}
	
	.footfrmdiv {
	  text-align: center;
		display: block;
	}
	
	h3.footwtithhed, #footsubbut {
		text-align: center;
	}
	
	h3.footwtithhed {
		padding-top: 100px;
	}
	
	.footpads {
		padding: 0;
	}
	
	
	#vidwrdscontnr {
	  top: 20%;
	}
	
	#vidwrdscontnrdos {
	  bottom: 18.5%;
	}
	
	.viskildiv {
		width: 80%;
	}
	
	.whichfrmpric {
	  padding: 5px 10px;
	  width: 90%;
	}
	
	
}


@media only screen and (max-width : 700px) {
	
	img.slidebadimg {
		height: 100%;
		width: inherit;
		max-width: inherit;
	}
	
	.floters {
		width: 100%;
	}
	
	.flotsepad {
		padding: 0 20px 100px;
	}
	
	
	
	img#langu, img#langudos {
		left: 5px;
		bottom: 5px;
		width: 70px;
	}
	
	form#thabuyform {
		padding: 50px 10px;
	}
	
	textarea.frmtxtputs {
		height: 200px;
	}
	
	#vidwrdscontnrdos {
	  bottom: 13.5%;
	}
	
}


@media only screen and (max-width : 500px) {
	
	h1#headtop {
		font-size: 80px;
	}

	p.headwrds {
		font-size: 30px;
		line-height: 35px;
	}
	
	h2#headtopdos {
		font-size:40px;
		width: 95%;
		padding: 0;
	}
	
	#vidwrdscontnrdos {
		bottom: 15.5%;
	  }
	
	#buyfrm {
		width: 95%;
	}
	
	input#frmsubmitbut {
		padding: 30px 0;
		width: 80%;
	}
	
	h2.heddos, h2.secondhed {
	  font-size: 25px;
	  line-height: 35px;
	}
	
	
	
	p.heddoswordonde, p.infopar, p.faqpar, p.faqparawnt {
	  font-size: 16px;
	  line-height: 26px;
	}
	
	
	h3.thirdhed, h3#adihednomdri {
		font-size: 20px;
		line-height: 30px;
	}

	img.benefitimgs {
		width: 100px;
		margin-top: -10px;
	}
	
	img.faqdroparimg {
	  width: 40px;
	}
	
	a.footlinks {
	  font-size: 14px;
	}
	
	input.footinpts, textarea.foottxtar {
		width: 90%;
	}
	
	video#topvideo {
		display: none;
	}
	
	video#topvideomob {
		display: block;
	}
	
	.kiesboksibin {
		width: 100%;
		display: block;
		padding-bottom: 20px;
	}
	
	
}



@media only screen and (max-width : 400px) {
	
	img#mobmenu {
		top: 25px;
		height: 55px;
	}
	
	.navdivs {
		width: 200px;
	}
	
	.mobdropdwn {
		width: 100%;
	}
	
	.viskildiv {
		width: 85%;
	}
	
	.whichfrmpric {
	  width: 85%;
	}
	
}

