/*
Kris Merckx - www.ardeco.be - 2015
Fullwidth/Fullheight Extension for skeleton.css
*/

.row-max {
	width: 100%;
	max-width: 100%;
	clear: both;
	margin: 0 auto;
}

.container-max {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;   
}

.container-max .row{
	padding: 0 20px;	
}
.container-max .row-max{
	padding: 0;	
}
.fullheight, .height-max, .slidescreen{
	height: 100%;
	height:100vh !important;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;        
    -webkit-transform-style: preserve-3d;
  	-moz-transform-style: preserve-3d;
  	transform-style: preserve-3d;
}
.verticalmiddle, .verticalcenter{
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);	
  	display:block;
}
.horizontalmiddle, .horizontalcenter{
	margin:auto;
	text-align:center;	
}

.stick{
	position:fixed;
	width:100%;
}
.top{
	top:0;
}
.bottom{
	bottom:0;	
}
