.productsList{
	padding:0;
	margin:0 auto;
	margin-top:85px;
	width:80%;
}

#row{
	width:100%;
}

#row h1{
	text-align:center;
	font-size:30px;
	font-weight:bold;
	color:#FFF;
}

#left, #right{
	margin:0;
	padding:0;
	line-height:40px; 
	font-size:20px;	
	
}
#left a, #right a{
	text-decoration:none;
	color:#000;
}

#left a:hover, #right a:hover{
	color:#FFF;
}

#left{
	float:left;
	text-align:left;
}

#right{
	text-align:right;
}

@media screen and (max-width: 400px){
	#left, #right{
		line-height:30px; 
		font-size:15px;
	}
	#row h1{
		font-size:25px;
	}
}

@media screen and (max-width: 1024px) and (min-width:769px){
	#left, #right{
		line-height:40px; 
		font-size:25px;
	}
	#row h1{
		font-size:30px;
	}
}

@media screen and (max-width: 1500px) and (min-width: 1025px){
	#left, #right{
		line-height:50px; 
		font-size:30px;
	}
	#row h1{
		font-size:40px;
	}

	.productsList{
		width:60%;
	}
}

@media screen and (min-width: 1501px){
	#left, #right{
		line-height:50px; 
		font-size:30px;
	}
	#row h1{
		font-size:40px;
	}

	.productsList{
		width:60%;
	}
}
