body{
	background: #000 url("../images/landing-page_bg.png")top  center no-repeat;
	font-family: 'DINCondMediumRegular','bebas_neue_cyrillicregular','BebasNeueTurkishSubset','BebasNeuePolishSubset',sans-serif;
}
.logobox{
	padding: 2% 0 0 0;
}

.logobox img{
	width:300px;
}

.intel {
	padding: 50% 0 0 0;
}
#productbox{
	display: block;
	width: 100%;
	background:url("../images/productbox_1920.png")top  center no-repeat;
	clear: both;
	padding: 5px 0 0 0;
}
.productlist{
	margin-top: 20px;
	height: 400px;
	background:url("../images/productlist.png") bottom no-repeat;
}
.productlist h2{
	font-size: 2.5em;
	color:#fff;
	text-shadow:0px 0px 12px #000;
}
.productlist img{
	margin:0 auto;
}
.title p{
	font-size: 1.4em;
	display: block;
	color: #fff;
	margin: 0 0 0;
	text-shadow:0px 0px 12px #000;
}
.title h2{
	color: #ff0;
	font-size: 3em;
    font-weight: bold;
	font-family: 'Bevan', cursive;
	text-transform: uppercase;
	text-shadow:0px 0px 12px #000;
	margin-top: 5px;
    margin-bottom: 10px;
    padding: 0 0 50px 0;
    background:url("../images/LIGHT-STREAK.png")center bottom no-repeat; 
}

#wtb{
	margin:0 0 50px 0;  
}


@media screen and (min-width: 800px) and (max-width: 1600px){
	
}

@media screen and (min-width: 300px) and (max-width: 800px){
	body{
		background: #000 url("../images/landing-page_bg.png")top  center no-repeat;
		background-size: 250%;
		font-family: 'DINCondMediumRegular','bebas_neue_cyrillicregular','BebasNeueTurkishSubset','BebasNeuePolishSubset',sans-serif;
	}
	.intel {
		padding:10% 0;
	}
	.productlist{
		margin-top: 20px;
		height: auto;
		padding: 10% 0;
		background:url("../images/productlist.png") bottom no-repeat;
	}
}

