.icons-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	margin-bottom: 2%;
margin-top: 3%;
margin-right:17%;
}
@media only screen and (max-width : 768px) {
.icons-bar{
display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
 margin-bottom: 20px;
margin-right:1%;
}
















