/* GENERAL */
@font-face {
	font-family: 'AvantGard';
	src: url('AvantGarBoo.eot');
	src: url('AvantGarBoo.eot?#iefix') format('embedded-opentype'),  url('AvantGarBoo.woff') format('woff'),  url('AvantGarBoo.ttf') format('truetype'),  url('AvantGarBoo.svg#AvantGarBoo') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	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;
}
*: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;
	border: 0px;
	
}
a img {
	border: 0px;
	outline: 0px;
}
.clear {
	clear: both
}

