@charset "UTF-8";
/* CSS Document */

@font-face 
{
    font-family: Avenir-Black;
	src: url('fonts/Avenir-Black.otf') format('opentype'), url('fonts/Avenir-Black.woff') format('woff');
	font-weight: 300;
}

@font-face 
{
    font-family: Avenir-Medium;
	src: url('fonts/Avenir-Medium.otf') format('opentype'), url('fonts/Avenir-Medium.woff') format('woff');
	font-weight: 300;
}

@font-face 
{
    font-family: Avenir-Heavy;
	src: url('fonts/Avenir-Heavy.otf') format('opentype'), url('fonts/Avenir-Heavy.woff') format('woff');
	font-weight: 300;
}

body, html
{
	background-color:#292929; width:100%; height:100%; margin:0; padding:0; overflow-x: hidden;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

/* =================
	wrapper
====================*/

#site-wrapper
{
	width:100%; height:100%; margin:0; padding:0; 	
}

#content-wrapper
{
	width:100%; height:92%; margin:0; position:relative;
}

#space-wrapper
{
	width:100%; height:8%; background-color:#bb5547;
}

/* =================
class - container
====================*/

.page-wrapper-object
{
	width:100%;
}

