/* GENERAL */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	letter-spacing: 1px
}
*:focus {
	outline: none;
	outline-width: 0;
}
a {
	text-decoration: none
}
a:hover, a:active, a:focus {
	border: none;
	outline: none
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
a img {
	border: 0px;
	outline: 0px;
	margin: 0;
	padding: 0
}
.clear {
	clear: both
}


