@charset "utf-8";
/* CSS Document */
.fa-stack {
    font-size: 15px !important;
	width: 1.5em !important;
	line-height: 2.2em !important;
}	
.soc {
	padding-left: 95px !important;
	}
/*
	.soc .fa {
	padding:0px;
	text-align: center;
	text-decoration: none;
	margin: 0px !important;
	font-size: 15px !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 (max-width:601px) {
	.fa-stack {
		font-size: 12px !important;
	}
			
@media screen and (min-width:601px) {
	.fa-stack {
		font-size: 14px !important;
		width: 1.5em !important;
		line-height: 2.1em !important;    
		/* margin-left: -20px !important; */
		margin-top: 10px !important;
	}
	.soc {
	padding-left: 5px !important;
	}
}

@media screen and (min-width:768px) {
	.fa-stack {
		font-size: 15px !important;
		width: 2em !important;
		line-height: 2.2em !important;
	}
	.soc {
	padding-left: 5px !important;
	}
}

@media screen and (min-width:993px) {
	.fa-stack {
		font-size: 15px !important;
		width: 2em !important;
		line-height: 2.2em !important;
	}
}

@media screen and (min-width:1200px) {
	.fa {
    padding: 0px 0px !important;
    text-align: center;
    text-decoration: none;
    margin: 10px 0px 0px 0px !important;
	}
	.navbar-right {
		margin-left: 120px !important;
		margin-top: -90px !important;
	}
	.fa-stack {
		font-size: 15px !important;
		width: 3em !important;
		line-height: 2.2em !important;
	}
	.soc {
	padding-left: 0px !important;
	}
}