
.dnext-teamovl-card-sn a span::before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border: Opx solid #333;
}

.dnext-teamovl-card-social-items span::before {
	content: attr(data-icon);
	padding: 15px;
	border-radius: 50%;
}

@media (max-width:980px) {
	.dnext-teamovl-card-social-items span::before {
		content: attr(data-icon-tablet) !important;
	}
}

@media (max-width:767px) {
	.dnext-teamovl-card-social-items span::before {
		content: attr(data-icon-phone) !important;
	}
}

.dnext-teamovl-card-facebook span::before {
	content: "";
	font-family: ETmodules !important;
	background-color: #3b5998;
	padding: 15px;
	border-radius: 50%;
}

.dnext-teamovl-card-pinterest span::before, .dnext-teamovl-card-twitter span::before {
	content: "";
	font-family: ETmodules !important;
	background-color: #00aced;
	padding: 15px;
	border-radius: 50%;
}

.dnext-teamovl-card-pinterest span::before {
	content: "";
	background-color: #cb2027;
}

.dnext-teamovl-card-linkedin span::before, .dnext-teamovl-card-tumblr span::before {
	content: "";
	font-family: ETmodules !important;
	background-color: #007bb6;
	padding: 15px;
	border-radius: 50%;
}

.dnext-teamovl-card-tumblr span::before {
	content: "";
	background-color: #32506d;
}

.dnext-teamovl-card-instagram span::before, .dnext-teamovl-card-skype span::before {
	content: "";
	font-family: ETmodules !important;
	background-color: #ea2c59;
	padding: 15px;
	border-radius: 50%;
}

.dnext-teamovl-card-skype span::before {
	content: "";
	background-color: #12a5f4;
}

.dnext-teamovl-card-dribbble span::before, .dnext-teamovl-card-flikr span::before {
	content: "";
	font-family: ETmodules !important;
	background-color: #ff0084;
	padding: 15px;
	border-radius: 50%;
}

.dnext-teamovl-card-dribbble span::before {
	content: "";
	background-color: #ea4c8d;
}

.dnext-teamovl-card-vimeo span::before, .dnext-teamovl-card-youtube span::before {
	content: "";
	font-family: ETmodules !important;
	background-color: #a82400;
	padding: 15px;
	border-radius: 50%;
}

.dnext-teamovl-card-vimeo span::before {
	content: "";
	background-color: #45bbff;
}

li.dnext-teamovl-card-card-sn a span:before {
	border: 0 solid #333;
}
