*{
	padding: 0;
	border:0;
	outline: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif; 
}

html, body, #wrapper{
	width: 100%;
	height: 100%;
	background-image: url(../img/background.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}



#wrapper{
	position: absolute;
	overflow: hidden;
	background-position: top;
	background-repeat: no-repeat;
}

#nav{
	width: 100%;
	height: 100%;
	display: block;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 999;
	float: left;
}


#nav li{
	position: absolute;
	width: 120px;
	height: 120px;
	opacity: 1;
	display: list-item;
	font-size: 15px;
	text-align: center;
	width: 150px;
	height: 150px;
	left: 50%;
	top: 50%;
	margin-top: -75px;
	margin-left: -75px;
	position: absolute;
	z-index: 998!important;
}

#nav li img{
	width: 100px;
	height: 100px;
}

#logo{
	width: 150px!important;
	height: 150px!important;
}


#nav li a{
	outline: 0!important;
}



#side_page{
	position: absolute;
	top: 0;
	width: 40%;
	right: -40%;
	height: 100%;
	background-color:rgba(0, 0, 0, 0.6);
	z-index: 1002!important;
}

#side_container{
	position: relative;
	height: 100%;
	width: 100%;

}

#gradient_bar{
	height: 100%;
	width: 18px;
	background-image: url(../img/glow.png);
	background-repeat: repeat-y;
	position: absolute;
	left: -18px;
}

.close_x{
	width: 23px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 20;
	margin-top: 20px;
	background-image: url(../img/x.png);
	z-index: 1003;
	cursor: pointer;
}

.close_x_hover{
	background-image: url(../img/hover.png);
}

.text{
	padding: 100px 10px 0 10px;
	color: white;
	min-height: 500px;

}

#side_container a{
	color: white;
}

#footer{
	background-color: rgba(0, 0, 0, 0.6);
	height: 70px;
	width: 100%;
	position: absolute;
	bottom: 0;
	color: white;
	z-index: 1000;
}

#copyright{
	width: 500px;
	height: 70px;
	line-height: 70px;
	margin-left: auto;
	margin-right: auto;
}
#contact{
	width: 97px;
    height: 30px;
    text-align: center;
    top: -120px;
    float: right;
    line-height: 30px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    right: 40px;
    text-transform: uppercase;
}
#contact:hover{
	background-color: white;
}
#contact a:hover{
	color: black;
}
#contact a{
	color: white;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 8px;

}

/***********************************
			Contact
***********************************/

#contact_text{
	padding-left: 50px;
}

#preloader{
	background-color: white;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1000!important;
	height: 100%;
	width: 100%;

}

#preloader img{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1001!important;
	margin-left:-50px;
	margin-top: -75px;
}

#preloader p{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1001!important;
	margin-top:30px;
	margin-left:-65px;
}