*{
	margin: 0;
	border: 0 none;
	}

@font-face {
    font-family: 'nexaBold';
    src: url('../fonts/NexaBold.otf');
   /* src: url('../font/kalinga.eot?#iefix') format('embedded-opentype'),
         url('../font/kalinga.woff') format('woff'),
         url('../font/kalinga.ttf') format('truetype'),
         url('../font/kalinga.svg#kalinga') format('svg'); */
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nexaLight';
    src: url('../fonts/NexaLight.otf');
   /* src: url('../font/kalinga.eot?#iefix') format('embedded-opentype'),
         url('../font/kalinga.woff') format('woff'),
         url('../font/kalinga.ttf') format('truetype'),
         url('../font/kalinga.svg#kalinga') format('svg'); */
    font-weight: normal;
    font-style: normal;

}

body{
	overflow: hidden;
	}

.container_m{
	width: 100%;
	position:absolute;
	left:0px;
	bottom:0px;
	overflow: hidden;
	min-width:960px;
}

.container_1{
	width: 100%;
	max-height: 800px;
	overflow: hidden;
	position: absolute;
	right: 1600px;
	top: -1000px;
}


.container_2{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 1500px;
	top: 1000px;
}

.container_3{
	width: 100%;
	max-height: 800px;
	overflow: hidden;
	position: absolute;
	right: -1400px;
	top: 1900px;
}

.container_4{
	width: 100%;
	max-height: 800px;
	overflow: hidden;
	position: absolute;
	left: 1800px;
	top: -1000px;
}

.left_t1{
	width: 64%;
	float: left;
}

.right_t1{
	width: 24%;
	float: left;
	}


.left_t2{
	width: 25%;
	float: left;
}

.right_t2{
	width: 60%;
	float: right;
	}
	
.med_logo_1{
	width: 325px;
	height: 373px;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	}

.med_logo_2{
	width: 326px;
	height: 309px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	}

.med_logo_3{
	width: 340px;
	height: 309px;
	float: right;
	position: absolute;
	top: 0;
	left: 0;
	}


.med_logo_4{
	width: 339px;
	height: 336px;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	}


.left_wrap{
	width: 460px;
	height: 460px;
	overflow: hidden;
	position: absolute;
	}

.right_wrap{
	width: 460px;
	height: 460px;
	overflow: hidden;
	position: absolute;
	}



.logo{
	width: 70px;
	height: 70px;
	margin-bottom: 15px;
	}

.content{
	width: 100%;
	}

.content h3{
	font-family: 'nexaLight';
	font-size: 28px;
	color: #7d7d7c;
	width: 134px;
	}
	
.content p{
	font-family: 'nexaLight';
	font-size: 18px;
	color: #696968;
	text-align: justify;
	margin-top: 30px;
	}
	
.go_btn{
	width: 125px;
	height: 45px;
	background-color: #d0d9d8;
	font-family: 'nexaLight';
	font-size: 28px;
	color: #fff;
	float: right;
	margin-top: 15px;
	}

.main_logo{
	width: 460px;
	height: 460px;
	overflow: hidden;
	background: url(../images/creative_logo.png) no-repeat;
	}
	
.main_logo_clicks{
	width: 230px;
	height: 230px;
	float: left;
	cursor: pointer;
	}

.foot_cont{
	width: 100%;
	height: 60px;
	margin-left: 20px;
	bottom: 0;
	margin-top: 50px;
	overflow: hidden;
	}
	
.foot_logo{
	width: 226px;
	height: 42px;
	float: left;
	}
	
.foot_menu{
	width: 400px;
	height: 60px;
	float: right;
	}
	
.foot_menu ul{
	list-style: none;
	text-align: left;
	}
	
.foot_menu ul li{
	float: left;
	font-family: 'nexaLight';
	font-size: 22px;
	color: #70706f;
	margin-left: 60px;
}

.foot_menu li a{
	font-family: 'nexaLight';
	font-size: 22px;
	color: #70706f;
	text-decoration: none;
	}
	
.selectedDiv{
	cursor: pointer;
}

.logo_1 a:hover{
	background: url(../images/hover_med.png) left top no-repeat;
}

.logo_1_rev a:hover{
	background: url(../images/hover_med_rev.png) left top no-repeat;
}

.logo_2 a:hover{
	background: url(../images/hover_build.png) right top no-repeat;
}

.logo_2_rev a:hover{
	background: url(../images/hover_build_rev.png) right top no-repeat;
}

.logo_3 a:hover{
	background: url(../images/hover_fix.png) left bottom no-repeat;
}

.logo_3_rev a:hover{
	background: url(../images/hover_fix_rev.png) left bottom no-repeat;
}

.logo_4 a:hover{
	background: url(../images/hover_creat.png) right bottom no-repeat;
}

.logo_4_rev a:hover{
	background: url(../images/hover_creat_rev.png) right bottom no-repeat;
}