@charset "utf-8";
/* CSS Document */


	.soc {
	padding-left: 95px !important;	
	}
	.fa:hover {
	color:#fff!important;	
	}
	.fa-facebook {
	color:#01e6b8!important;
	}
	.fa-twitter {
	color:#01e6b8!important;
	}
	.fa-linkedin {
	color:#01e6b8!important;
	}
	.fa-medium {
	color:#01e6b8!important;
	}
	

@media screen and (min-width:601px) {
	.soc {
	padding-left: 5px !important;
	}
	.fa {
	padding-top:20px !important;
	text-align: center;
	text-decoration: none;
	margin-top: 0px !important;
	font-size: 13px !important;
	}
}

@media screen and (min-width:768px) {
	.soc {
	padding-left: 5px !important;
	}	
	.fa {
	padding:0px !important;
	text-align: center;
	text-decoration: none;
	margin: 5px 0px 0px 0px !important;
	font-size: 13px !important;
	}
}

@media screen and (min-width:993px) {
	.soc {
	padding-left: 0px !important;
	}
	.fa {
	padding:0px 10px !important;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px !important;
	font-size: 15px !important;
	}
}


@media screen and (min-width:1200px) {
	.soc {
	padding-left: 0px !important;
	}
	.fa {
	padding:0px 10px !important;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px !important;
	font-size: 15px !important;
	}
}

@media screen and (min-width:1330px) {
	.soc {
	padding-left: 65px !important;
	}
	
	.fa {
	padding:0px 10px;
	text-align: center;
	text-decoration: none;
	margin: 50px 0px 0px 0px;
	font-size: 15px !important;
	}
}