/* CSS Document */



body{
	overflow-x:hidden;
}

html{
	height: 100%;
	width: 100%;
}



section{
	height: 100%;
	position: relative;
	width: 100%;
}
section .container{
	left: 0%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}


#nav2-btn{
	cursor: pointer;
	height: 100px;
	padding:150px;
	opacity: 0;
	position: fixed;
	top:60px;
	left: 50px;
	width: 200px;
	z-index: 1000;
	

	
}
#nav2-btn + label{
	display: block;
	height: 12px;
	height: 60px;
	position: absolute;
	left: 18px;
	top: 44px;
	width: 100px;

}
#nav2-btn + span{
	background-color: #fff;
	cursor: pointer;
	display: block;
	height: 12px;
	position: fixed;
	left: 80px;
	top: 100px;
	width: 100px;
	z-index: 99;

}




#nav2-btn + span::before,
#nav2-btn + span::after{
	background-color: #fff;
	content: "";
	display: block;
	height: 12px;
	right:0px;
	position: absolute;
	width: 100px;
	
}
#nav2-btn + span::before{
	top: -30px;
	
}
#nav2-btn + span::after{
	bottom: -30px;
}
#nav2-btn:checked + span{
	background-color: #F5060A;
}
#nav2-btn + span::before,
#nav2-btn + span::after{
	transition-delay: 0.3s, 0s;
	transition-duration: 0.3s, 0.3s;
}
#nav2-btn + span::before{
	transition-property: top, transform;
}
#nav2-btn + span::after{
	transition-property: bottom, transform;
}
#nav2-btn:checked + span{
	background: none;
}
#nav2-btn:checked + span::before{
	top: 0;
	transform: rotate(45deg);
}
#nav2-btn:checked + span::after{
	bottom: 0;
	transform: rotate(-45deg);
}
#nav2-btn:checked + span::before,
#nav2-btn:checked + span::after{
	transition-delay: 0s, 0.3s;
}
#nav2-btn:checked ~ nav2{
	left: 0px;
	opacity: 100;
	position: fixed;
	visibility: 1;
	z-index: 98;
}
#nav2-btn:checked ~ nav2 ul{
	transform: translate(-50%, -50%);
}



nav2{
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
	visibility: 0;
	width: 100%;
	z-index: -1;
}
nav2 ul{
	left: 50%;
	moz-transition: all 1s ease-in-out;
	o-transition: all 1s ease-in-out;
	position: absolute;
	top: 50%;
	transform: translate(-50%, 0%);
	transition: all 1s ease-in-out;
	webkit-transition: all 1s ease-in-out;
}
nav2 li{
	list-style: none;
	text-align: left;
}
nav2 ul li a:hover{
	color: #fff;
	opacity:0.6;
}
nav2 li a{
	color: #ccc;
	text-decoration: none;
}


@media only screen and (max-width: 1999px) {
	
	#nav2-btn{
	cursor: pointer;
	height: 50px;
	padding:100px;
	opacity: 0;
	position: fixed;
	top:30px;
	left: 0px;
	width: 100px;
	z-index: 100;
	

	
}
#nav2-btn + label{
	display: block;
	height: 7px;
	height: 60px;
	left: 18px;
	position: absolute;
	left: 18px;
	top: 44px;
	width: 60px;

}
#nav2-btn + span{
	background-color: #fff;
	cursor: pointer;
	display: block;
	height: 7px;
	position: fixed;
	left: 40px;
	top: 60px;
	width: 60px;
	z-index: 99;

}




#nav2-btn + span::before,
#nav2-btn + span::after{
	background-color: #fff;
	content: "";
	display: block;
	height: 7px;
	right:0px;
	position: absolute;
	width: 60px;
	
}
#nav2-btn + span::before{
	top: -17px;
	
}
#nav2-btn + span::after{
	bottom: -17px;
}}



@media only screen and (max-width: 1399px) {
	
	#nav2-btn{
	cursor: pointer;
	height: 50px;
	padding:100px;
	opacity: 0;
	position: fixed;
	top:30px;
	left: 0px;
	width: 100px;
	z-index: 100;
	

	
}
#nav2-btn + label{
	display: block;
	height: 7px;
	height: 60px;
	position: absolute;
	left: 18px;
	top: 44px;
	width: 60px;

}
#nav2-btn + span{
	background-color: #fff;
	cursor: pointer;
	display: block;
	height: 7px;
	position: fixed;
	left: 40px;
	top: 60px;
	width: 60px;
	z-index: 99;

}




#nav2-btn + span::before,
#nav2-btn + span::after{
	background-color: #fff;
	content: "";
	display: block;
	height: 7px;
	right:0px;
	position: absolute;
	width: 60px;
	
}
#nav2-btn + span::before{
	top: -17px;
	
}
#nav2-btn + span::after{
	bottom: -17px;
}}


@media only screen and (max-width: 999px) {
	
	#nav2-btn{
	cursor: pointer;
	height: 50px;
	padding:100px;
	opacity: 0;
	position: fixed;
	top:30px;
	left: 0px;
	width: 100px;
	z-index: 100;
	

	
}
#nav2-btn + label{
	display: block;
	height: 7px;
	height: 60px;
	position: absolute;
	left: 18px;
	top: 44px;
	width: 60px;

}
#nav2-btn + span{
	background-color: #fff;
	cursor: pointer;
	display: block;
	height: 7px;
	position: fixed;
	left: 30px;
	top: 50px;
	width: 60px;
	z-index: 99;

}




#nav2-btn + span::before,
#nav2-btn + span::after{
	background-color: #fff;
	content: "";
	display: block;
	height: 7px;
	right:0px;
	position: absolute;
	width: 60px;
	
}
#nav2-btn + span::before{
	top: -17px;
	
}
#nav2-btn + span::after{
	bottom: -17px;
}}



@media only screen and (max-width: 750px) {
	
	#nav2-btn{
	cursor: pointer;
	height: 50px;
	padding:100px;
	opacity: 0;
	position: fixed;
	top:30px;
	left: 0px;
	width: 100px;
	z-index: 100;
	

	
}
#nav2-btn + label{
	display: block;
	height: 5px;
	height: 60px;
	left: 18px;
	position: absolute;
	top: 44px;
	width: 40px;

}
#nav2-btn + span{
	background-color: #fff;
	cursor: pointer;
	display: block;
	height: 5px;
	position: fixed;
	left: 20px;
	top: 30px;
	width: 40px;
	z-index: 99;

}




#nav2-btn + span::before,
#nav2-btn + span::after{
	background-color: #fff;
	content: "";
	display: block;
	height: 5px;
	right:0px;
	position: absolute;
	width: 40px;
	
}
#nav2-btn + span::before{
	top: -10px;
	
}
#nav2-btn + span::after{
	bottom: -10px;
}}


