
.float-left{
	float:left;
}
.social-icons {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	height: 80px;
}

@media only screen and (min-width: 992px){
	.social-icons {
	   border-color: #eee;
		
	}
}

@media only screen and (max-width: 991px){
	 .social-icons {
		height: 50px;
		border-top: 1px solid #e6e6e6;
	 }
	 .social-icons a:not(.align-first-socio){
		padding: 15px 10px !important;
		color: #393939 !important;
	 }
	 
	 .align-first-socio{
		 padding: 15px 10px !important;
		 padding-left:20px !important;
	 }
	 
	 #navbar .menu-extras .menu-item > div > a {
		height: 70px;
	}
}