/*
Tags: icons
*/
@font-face {
	font-family: 'dentalicons';
	src:url('fonts/dental-icons.eot?y5ls3o');
	src:url('fonts/dental-icons.eot?y5ls3o#iefix') format('embedded-opentype'),
		url('fonts/dental-icons.ttf?y5ls3o') format('truetype'),
		url('fonts/dental-icons.woff?y5ls3o') format('woff'),
		url('fonts/dental-icons.svg?y5ls3o#dental-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sow-icon-dentalicons {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'dentalicons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.sow-icon-dentalicons[data-sow-icon]:before {
	font-family: 'dentalicons'!important;
	content: attr(data-sow-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.dentalicons-icon-parodontosis:before {
	content: "\e806";
}
.dentalicons-icon-anesthesia:before {
	content: "\e800";
}
.dentalicons-icon-protection:before {
	content: "\e801";
}
.dentalicons-icon-toothbrush:before {
	content: "\e802";
}
.dentalicons-icon-tooth-seal:before {
	content: "\e803";
}
.dentalicons-icon-dental-caries:before {
	content: "\e817";
}
.dentalicons-icon-x-ray:before {
	content: "\e804";
}
.dentalicons-icon-paradonthosis:before {
	content: "\e805";
}
.dentalicons-icon-patient-card:before {
	content: "\e807";
}
.dentalicons-icon-pin-tooth:before {
	content: "\e808";
}
.dentalicons-icon-teeth:before {
	content: "\e809";
}
.dentalicons-icon-braces:before {
	content: "\e80a";
}
.dentalicons-icon-brush-your-teeth:before {
	content: "\e80b";
}
.dentalicons-icon-caries-defense:before {
	content: "\e80c";
}
.dentalicons-icon-certificate:before {
	content: "\e80d";
}
.dentalicons-icon-dentist-report:before {
	content: "\e80e";
}
.dentalicons-icon-healthy-tooth:before {
	content: "\e80f";
}
.dentalicons-icon-label:before {
	content: "\e810";
}
.dentalicons-icon-medical-records:before {
	content: "\e811";
}
.dentalicons-icon-medical-report:before {
	content: "\e812";
}
.dentalicons-icon-cleaned-tooth:before {
	content: "\e813";
}
.dentalicons-icon-cracked-tooth:before {
	content: "\e814";
}
.dentalicons-icon-dental-calculus:before {
	content: "\e815";
}
.dentalicons-icon-dental-care:before {
	content: "\e816";
}
.dentalicons-icon-dentist:before {
	content: "\e818";
}

