
    /*  GENERAL
        ------------------------------------------------------------------------------ */
	html {
		min-height: 100%;
		background-color: #f2f2f2;
	}
	body {
		background-color: #f2f2f2;
		-webkit-transition: 0.5s ease-in;
		-o-transition: 0.5s ease-in;
		transition: 0.5s ease-in;
	}
	.goodbye {
		opacity: 0;
		-webkit-transition: 0.5s ease-in;
		-o-transition: 0.5s ease-in;
		transition: 0.5s ease-in;
	}



    /*  COMMON
    ------------------------------------------------------------------------------ */
	.left-bar {
		position: fixed;
		top: 0;
		left: 0px;
		width: 40px;
		height: 100%;
		background-image: url('../../img/pattern.png');
		background-repeat: repeat;
		z-index: 10;
	}
	.right-bar {
		position: fixed;
		top: 0;
		right: 0px;
		width: 40px;
		height: 100%;
		background-image: url('../../img/pattern.png');
		background-repeat: repeat;
		z-index: 10;
	}
	.home-acces {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-image: url('../../img/pattern.png');
		background-repeat: repeat;	
		text-align: center;
		z-index: 10;
	}
	.home-acces img {
		height: 80px;
		padding: 10px 0;
	}
	.menu-acces {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background-image: url('../../img/pattern.png');
		background-repeat: repeat;
		z-index: 41;
	}
	.menu-acces a {
		padding: 3px 10px;
		color: #363940;
	    font-family: 'Playfair', serif;
		font-weight: bold;
		letter-spacing: 1px;
		-webkit-transition: 150ms ease-in;
		-o-transition: 150ms ease-in;
		transition: 150ms ease-in;
	}
	.menu-acces a:hover {
		background-color: #363940;
		color: #ffffff;
	}

    /*  MAIN NAVIGATION
    ------------------------------------------------------------------------------ */
	.navsub {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		padding-top: 40px;
		background-image: url('../../img/pattern.png');
		background-repeat: repeat;
		z-index: 40;
	}
	.navsub_content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 600px;
		height: 400px;
	}
	.navsub_content a {
		display: block;
	    font-family: 'Pier', sans-serif;
		font-size: 1.5em;
		color: #363940;
		text-transform: uppercase;
		padding: 10px 20px 10px 0;
		margin: 15px 0;
		border-bottom: 1px solid #c8c8c8;
	}
	.navsub_content a i {
		position: absolute;
		font-size: 1.4em;
		right: 25px;
		opacity: 0;
		transition: 300ms ease-in-out;
		-webkit-transition: 300ms ease-in-out;
	}
	.navsub_content a:hover i {
		right: 0;
		opacity: 1;
	}
    /*  MAIN NAVIGATION
    ------------------------------------------------------------------------------ */
	.navmain {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		padding-top: 40px;
		background-image: url('../../img/pattern.png');
		background-repeat: repeat;
		z-index: 40;
	}
	.navmain_content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 600px;
		height: 400px;
	}
	.navmain_content a {
		display: block;
	    font-family: 'Pier', sans-serif;
		font-size: 1.5em;
		color: #363940;
		text-transform: uppercase;
		padding: 10px 20px 10px 0;
		margin: 15px 0;
		border-bottom: 1px solid #c8c8c8;
	}
	.navmain_content a i {
		position: absolute;
		font-size: 1.4em;
		right: 25px;
		opacity: 0;
		transition: 300ms ease-in-out;
		-webkit-transition: 300ms ease-in-out;
	}
	.navmain_content a:hover i {
		right: 0;
		opacity: 1;
	}