/**** Bottom ****/
.footer_bottom_content {
	float:left;
	width:100%;
	background:#5b150b;
	padding:1% 0 0 0
}	
.footer_menu {
float:left;
width:17%;
padding:0 0 0 0;
}
.footer_menu ul {
margin:0 0 0 0;
padding:0 0 0 0;
}
.footer_menu ul li {
	float:left;
	display:inline;
	margin:0;
	padding:0;

	}
.footer_menu ul li a{
	float:left;
	width:200px;
	padding:0 5px 5% 0;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
font-family: 'Poppins', sans-serif;
	font-weight:normal;
	}
.footer_menu ul li a:hover {
	color:#c14330;
}


.footer_address {
float:left;
width:40%;
padding:0 0 0 0;
}
.footer_address img {
float:left;
padding:0 0 0 0;
}
.footer_address h4 {
	float:left;
	width:100%;
	font-size:14px;
	padding:2% 0 0 0;
	color:#ffffff;
	text-decoration:none;
font-family: 'Poppins', sans-serif;
font-weight:normal;
	}	


/**** Social ****/
.social_content {
	float:right;
	width:20%;
	padding:0 0 0 0;
}
.social_content h2{
	float:left;
	width:100%;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
	font-weight:500;
font-family: 'Poppins', sans-serif;
	padding:0 0 6% 0;
	}
.facebook_content {
	width:25%;
	float:left;
	padding:0 5px 0 0;
}
.facebook_content a {
		background:url(../images/facebook.png) no-repeat;
		width:100%;
		float:left;
height:44px;		
	}
.facebook_content a:hover {
		background:url(../images/facebook-over.png) no-repeat;
	}	
	
.twitter_content {
	width:25%;
	float:left;
}
.twitter_content a {
		background:url(../images/twitter.png) no-repeat;
		width:100%;
		float:left;
height:44px;		
	}
.twitter_content a:hover {
		background:url(../images/twitter-over.png) no-repeat;
	}
	
	
.linkedin_content {
	width:25%;
	float:left;
}
.linkedin_content a {
		background:url(../images/linked-in.png) no-repeat;
		width:100%;
		float:left;
height:44px;		
	}
.linkedin_content a:hover {
		background:url(../images/linkedin-over.png) no-repeat;
	}
	
	
	.youtube_content {
	width:25%;
	float:left;
}
.youtube_content a {
		background:url(../images/youtube.png) no-repeat;
		width:100%;
		float:left;
height:44px;		
	}
.youtube_content a:hover {
		background:url(../images/youtube-over.png) no-repeat;
	}		
	
/*** Social ****/	

/**** Fassai Logo ***/
.apeda_logo_content {
	float:left;
	width:42%;
}
.apeda_logo_content h2{
	float:left;
	width:90%;
	font-size:20px;
	color:#4e4f50;
font-family: 'Poppins', sans-serif;
	}	
.apeda_logo_one {
	width:45%;
	float:left;
}	
.apeda_logo_one img {
	float:left;
	padding:0 0 0 0;
}	
		

/****Fassai Logo ***/

/**** Bottom ****/


/*** Responsive ***/

@media only screen and (min-width:320px) {
.footer_menu {
width:90%;
}
.footer_address {
width:90%;
}
.social_content {
	width:70%;
	float:left;
}	
}

@media only screen and (min-width:460px) {
.footer_menu {
width:45%;
padding:0 0 3% 0;
}
.footer_address {
width:85%;
}
.social_content {
	width:70%;
	float:left;
}
}
@media only screen and (min-width:560px) {
.footer_menu {
width:26%;
}
.footer_address {
width:80%;
}

.footer_menu {
padding:3% 0 3% 0;
}
.social_content {
	width:40%;
}
@media only screen and (min-width:720px) {
.footer_menu {
width:16%;
padding-top:0;
}
.footer_address {
width:32%;
}
.social_content {
	float:right;
	width:26%;	
}

@media only screen and (min-width:990px) {
.footer_menu {
width:17%;
padding-top:0;
}
.footer_address {
width:40%;
}
.social_content {
	width:20%;	
}
}
/*** Responsive ***/
