@charset "utf-8";

/* general clearances */

body, div p, span, img, input, textarea, ol, ul, li, a, form, button, select, option, h1, h2, h3, h4, h5, h6, nav, header{
	margin:0;
	padding:0;
	border: 0;
}

ul li{
	list-style: none;
}

.clear{
	clear:both;
}

.row{
	max-width: 100%;
}

.column, .columns{
	min-height: 1px;
}

.hidden{
	display:none;
}

a:hover{
	color:inherit;
}

/* general clearances end */