I have multiple items with same width inside a container. Because of different heights of the elements, there is problem with the alignment, you can see in image below.
.item:nth-child(3n+1){ clear:left }
Updated Fiddle