@media all{
	
main {
    padding: 2em 5% 0 !important;
}

main > nav + img{
	
    display: block;
    overflow: hidden;
    margin: 0 auto 5em;
}
	
h2 + img{
	margin:0 auto 8em;
	overflow: hidden;
    display: block;
}
	
section > div{
	width:32%;
	float:left;
	overflow:hidden;
}

section > div:nth-of-type(1),
section > div:nth-of-type(3),
section > div:nth-of-type(4),
section > div:nth-of-type(6){
	margin:0 0 5em;	
}

section > div:nth-of-type(2),
section > div:nth-of-type(5){
	margin:0 2% 5em;	
}

.item_lineup {
    overflow: visible !important;
}

}

@media screen and (max-width: 1320px) {
	
main {
	padding: 1.5em 2% 0 !important;
}
	
}

@media screen and (max-width:700px){

section > div{
	width:100%;
	float:none;
}

section > div:nth-of-type(1),
section > div:nth-of-type(2),
section > div:nth-of-type(3),
section > div:nth-of-type(4),
section > div:nth-of-type(5),
section > div:nth-of-type(6){
	margin:0 0 5em;	
}

}

@media screen and (max-width:480px){
	
.slider > div > a > p{
	text-align:center;
}
	
}