/*.footer-ex3 Layout*/
.footer-ex3 { display:flex; flex-direction:column; float:left; width:100%; }
    .footer-ex3 > div { border-top:1px solid #000; padding:10px 0; }
        .footer-ex3 > ul { background:#444; }
        .footer-ex3 > div:last-of-type { background:#111; position:relative; height:60px; }
		
		
		
		
		
		/*Menu*/
		.footer-ex3 .stMenu { flex-wrap:wrap; }
			.footer-ex3 .stMenu li { margin:16px; }
				.footer-ex3 .stMenu li a { Color:#fff; text-decoration:none; }
					.footer-ex3 .stMenu li a:hover { color:#41d3ea; }
				
				
				
				
			/*Copyright*/
			.footer-ex3 > div .copywrite { text-align:center; color:#fff; margin-top:10px; }
			
			
			
			
			
			/*Social*/
			.footer-ex3 > div .social { position:absolute; right:60px; bottom:7px; }
				.footer-ex3 > div .social a { text-decoration:none; margin-left:10px; }
					.footer-ex3 > div .social a img { width:41px; }
			
			
			
			
			
			/*Seed Link*/
			.footer-ex3 > div .seedTag { position:absolute; bottom:21px; width:300px; left:60px; text-align:center; }
				.footer-ex3 > div .seedTag a { color:#444; text-decoration:underline; font-size:14px; }
			
			
			
			
			
			
			
			
			
			
/*.footer-ex3 Responsive*/
@media only screen and (max-width: 991px) {
		.footer-ex3 > div .seedTag { width:160px; left:30px; bottom:0; }
} 





@media only screen and (max-width: 767px) {
	.footer-ex3 .stMenu { padding:0; }
	
	.footer-ex3 > div .seedTag { width:100%; left:0; position:relative; }
	
	.footer-ex3 > div .social { right:0; position:relative; text-align:center; }
}





@media only screen and (max-width: 500px) {
    .footer-ex3 .stMenu li { width:50%; margin:3px 0; }
		.footer-ex3 .stMenu li a { margin:0 auto; display:table; }
	
	
}




