#menu {
	background:#FFF;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 15px;
	top: 10px;
	list-style-type: none;
	z-index: 70;
	width:100%;
}
#menu li {
	float: left;
	margin: 0 10px 0 0;
	font-size: 14px;
	height:58px;
	line-height:58px;
}
#menu a {
	float: left;
	padding: 0px 20px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
}
#menu .active a {
	color: #fff;
	background-color:#F90;
}
#menu #language {
	padding-left:15px;
}
#menu #language a {
	padding:0px 5px;
	float:none;
}
.section {
	color: #333;
}
.section1 {
	background: url(../images/home1.jpg) 50%;
}
.section2 {
	/*background-image: url(../images/5.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
		background: url(../images/5.jpg) 50%;

}
.section3 {
	background-image: url(../images/section2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.section4 {
	background-image: url(../images/4.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.section5 {
	background-image: url(../images/join.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.section6 {
	background: url(../images/contact.jpg) 50%;
}
.section-heading {
	color:#333;
	width:750px;
	margin:auto;
}
.section-heading h2 {
	font-size:40px;
	text-align:center;
	padding:0px;
	margin:0px auto 30px;
}
.section-heading h3 {
	font-size:24px;
	text-align:center;
	color:#999;
	font-weight:normal;
	padding:0px;
	margin:20px auto 30px;
}
.section-heading p {
	line-height:180%; font-size:16px;
	margin-bottom:20px;
}
#about_pg {
	color:#000;
}
#about_pg h3 {
	color:#999;
}
.joy_logo img {
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}
.joy_logo:hover img {
	-webkit-transform:scale(1.05, 1.05);
	-moz-transform:scale(1.05, 1.05);
	transform:scale(1.05, 1.05);
}
/***************/
ul.list_1 {
	font-size:18px;
	padding-top:20px;
	display:block;
}
ul.list_1 li {
	margin:20px auto;
}
/*************/
.contact {
	color:#FFF;
}
.contact p {
	font-size:16px;
}
.section-heading a{ color:#fff;text-decoration:none;}
.section-heading a:hover{ color:#F90; text-decoration:underline;}