@charset "utf-8";
/* CSS Document */
.fa-stack {
    font-size: 15px !important;
	width: 1.5em !important;
	line-height: 3.7em !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 (min-width:601px) {
	.fa-stack {
		font-size: 15px !important;
		width: 1.5em !important;
		line-height: 3.5em !important;
	}
	.soc {
	padding-left: 5px !important;
	}
}

@media screen and (min-width:768px) {
	.fa-stack {
		font-size: 15px !important;
		width: 1.5em !important;
		line-height: 1.7em !important;
	}
	.soc {
	padding-left: 5px !important;
	}
}

@media screen and (min-width:993px) {
	.fa-stack {
		font-size: 15px !important;
		width: 1.5em !important;
		line-height: 0em !important;
	}
	.navbar-right {
	margin-top: -80px !important;
	}

}

@media screen and (min-width:1200px) {
	.fa-stack {
		font-size: 15px !important;
		width: 1.5em !important;
		line-height: 3.7em !important;
		margin-top: 30px !important;
	}
	.soc {
	padding-left: 0px !important;
	}
}
