			/***********************footer*********************************/
.footer_case {
	width: 1170px;
	margin: 0 auto;
}
.footer_background {
    height: 396px;
	min-width: 1170px;
    background-color: rgb(255, 241, 113);
}
.footer_left{
	display: inline-block;
	width: 500px;
	font-size: 16px;
	vertical-align: top;
	margin-top: 35px ;

}
.planetiiName{
	margin:25px 0px !important;
}

.footer_logo img {
	width: 285px;
	height: auto;
}

.phone,.email,.location{
	width: 400px;
	height: 50px;
}
.location{
	width: 600px;	
}
.location p{
	width: 400px;
	margin-left: 30px;
}
.footer_right{
	position: relative;
	display: inline-block;
	width: 400px;
	/*height:220px;*/
	top: 80px;
}
.footer_right > .aboutUs{
	display: block;
	color: black;
	font-size: 16px !important;
    font-weight: 700;

}
.footer_right .aboutUsLogo{
	margin-top: 25px;

}
.footer_right > .aboutUsLogo > img{
	width: 66px;
	margin-right: 20px;
}
.aboutUsLogo img:hover{
	cursor: pointer;
}

.footer_right .map iframe{

	margin-top: 20px;
	margin-bottom: 20px;
	width:320px;
	height:160px;
}

.footer_right2 {
	vertical-align: top;
	position: relative;
	display: inline-block;
	width: 100px;
	top: 80px;
}

.footer_right2 > .CooperativeInstitution {
	display: block;
	color: black;
	font-size: 16px !important;
	font-weight: 700;
}


.footer_right2 .CooperativeInstitutionLogo{
	margin-top: 20px;
}

.footer_right2 > .CooperativeInstitutionLogo > img{
	width: 240px;

}


