/* CSS Document
	Resetting browser default styles
	All 
	Header
		Top menu
	Container
		Slider wrap
		Head block
		Banner list
		Collection list
	Footer 
		Bottom menu
		Social list
	Media Queries
*/

/* the following override the defitions from base.css of the parent directory */
img {
width: auto;
height: auto;
border: none;
}

a, a:visited, a:hover {text-decoration: none; border: none; outline:none;}

h3 { text-align: inherit; letter-spacing: inherit;}

.container .six.columns                     { width: 340px; }
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container .six.columns                     { width: 268px; }
}
/* end of overriding styles */
