@media screen and (max-width:1680px){
}

@media screen and (max-width:1366px){
}

@media screen and (max-width:1280px){
}

@media screen and (max-width:1024px){
}

@media screen and (max-width:960px){
	#wp h1{font-size:3em; line-height:1em;}
	#wp h2{font-size:2.2em; line-height:1em;}
	#wp h3{font-size:2em; line-height:1em;}
	#wp p{font-size:1em;  line-height:1.3em;}
	
	#s2 .spdbox .title{position:relative; top:-30px; right:0px; width:100%;}
	
	#s5 .wp_pd{width:calc(100% / 2) !important;}

}

@media screen and (max-width:768px){
}

@media screen and (max-width:640px){
}

@media screen and (max-width:480px){
	#s5 a{width:100% !important;}
}

@media screen and (max-width:320px){
}

