@media(max-width:991px) {
	.mobile-icons ul.social-icons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		width: auto;
		margin: 0;
	}

	.mobile-icons ul.social-icons li {
		float: none;
		margin-right: 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
	}

	.mobile-icons ul.social-icons li a {
		font-size: 20px !important;
	}

	.mobile-icons-li a {
		font-size: 20px;
	}

	.mobile-icons-li li {
		margin: 0;
		width: 32px;
		height: 32px;
	}

	ul.mobile-icons-li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		margin: 0;
	}

	.mobile-icons span.fa {
		padding: 0;
		font-size: 20px;
	}

	.mobile-icons {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		margin: 5px 0 10px;
	}
}