/**
 * Generic styles
 *
 * @author Wouter Van den Heede
 *
 */

/*********************************************
 * CLEARFIX
 *********************************************/
.clearfix:after { 
	content: ""; 
	display: table; 
	clear: both; 
} 
.clearfix { 
	zoom: 1; 
}


/* ===========================================
   Custom reset
   =========================================== */
html {
	font-size: 0.625em;  
}

* {
	margin: 0; 
	padding: 0; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

fieldset {
	border: 0;
}


/* ===========================================
   Helpers
   =========================================== */
.structural {
	position: absolute;
	left: -9999px;
}

.ir {
	display: block;
	background-size: 100%; 
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.hidden {
	position: absolute !important;
	visibility: hidden !important;
	z-index: -1 !important;
}