/*!
 * Mainroom Media
 * Normalizer CSS
 */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	  font-size: 14px;
	  	overflow-x: hidden;
}

body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #333333;
	background-color: #ffffff;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.hide {
	/*display: none;*/
}

ul {
	padding: 0;
	margin: 0;
}