@media (max-width: 1339px) {
    body.responsive {
        min-width: 960px;
    }
	
	body.responsive #headerSection .headerTop{
		max-width: 960px;
	}
	
	body.responsive div.mainBox{
		max-width: 960px;
	}
}