footer {
	position: relative;
	height: 50px;
	background-image: url('../images/foot_black.jpg');
	background-position: center;
	background-size: cover;
	z-index: 9999;
	display: flex !important;
	align-items: center;
}

#footer_bar {
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1400;
}

#footer_logo {
	background-repeat: no-repeat;
	bottom: -10px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1401;
	color: #FFF;
	font-size: 13px;
}


#footer_social1{
		
	background-repeat:no-repeat;		
	position: fixed;
  	bottom: 13px;	
	left: calc((100vw - 1200px)/2 + 1070px);
	z-index:1402;
	}	
	
#footer_social2{
	
	
	background-repeat:no-repeat;		
	position: fixed;
  	bottom: 13px;	
	left: calc((100vw - 1200px)/2 + 1100px);
	z-index:1403;
	}	
	
#footer_social3{
	
	
	background-repeat:no-repeat;		
	position: fixed;
  	bottom: 13px;	
	left: calc((100vw - 1200px)/2 + 1130px);
	z-index:1404;
	}			

#fix_footer{
        
        margin:  auto;
        position: fixed;
  	bottom: 13px;	
	z-index:1399;
        background-color: #269abc;

}