/* GENERAL */

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.clear{clear: both;}
.clear0{clear: both; height: 0px;}

.maxwidth{max-width: 980px;}

h1,h2,h3,h4,h5,h6{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}