/* ---------------------------------------BASE CSS---------------------------------------- */

* {margin:0; padding:0; border:0; }

/* html {height: 100%;}	*/

.visible{display: inline; visibility: visible;}
.hidden{display: none; visibility: hidden;}

img { 
	border:none; 		/* remove border around linked images and fieldsets */
	vertical-align: top;}	
		
/* ----------------------HTML5 display-role reset for older browsers ----------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
	
body {line-height: 1; }
ol, ul {list-style: none; }
blockquote, q {quotes: none; }
	
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none; }
	
table {
	border-collapse: collapse;
	border-spacing: 0;}
	
/*-------------------------------------CLEARFIX----------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }
 
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}