*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
    position:relative;
    height:100%;
}

body {
    font-family: arial;
    font-size:0.8em;
    color:white;
    background:#232323;
    overflow:hidden;
}

/*  ------------------------------------------------
	CLASSES
	------------------------------------------------ */

.clear { clear:both; }
.none { display:none; }
.overflow { overflow:hidden; }


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 

.strut{
   	 display: inline-block!important;
     vertical-align: middle!important;
     height: 100%!important;
     width:0!important;
     line-height:100%!important;
     padding:0!important;
     margin:0!important;
}

/*  ------------------------------------------------
	STRUCTURES RESPONSIVES 
	------------------------------------------------ */

.col2 {
	float:left;
	width:50%;
}

.col3 {
	float:left;
	width:33.33333%;
}

.col2c {
	float:left;
	padding-left:1%;
	width:49%;
}

.col2c.first {
	padding-right:1%;
	padding-left:0%;
}

@media screen and (max-width: 900px) {

	.col2 {
		float:none;
		width:100%;
	}

	.col3 {
		float:none;
		width:100%;
	}

	.col2c {
		float:none;
		padding-left:0;
		width:100%;
	}

	.col2c.first {
		padding-right:0;
		padding-left:0;
	}

	body .c {
		padding-left:0px;
		padding-right: 0px;
	}

}
