@charset "UTF-8";
/* CSS Document */

[class^="icon-bl-"]:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 1rem;
	background-repeat: no-repeat;
}
[class^="icon-bl-"] {
	background-size: 100% 100%;
}
.icon-bl-newspaper:before {
	width: 1.25rem;
}
.icon-bl-newspaper {
	background-image: url(../img/icon-bl-newspaper.svg);
}
.icon-bl-document:before {
	width: 1.0rem;
}
.icon-bl-document {
	margin: 0 0.15rem 0 0.15rem;
	background-image: url(../img/icon-bl-document.svg);
}
.icon-bl-globe:before {
	width: 1.25rem;
}
.icon-bl-globe {
	background-image: url(../img/icon-bl-globe.svg)
}
.icon-bl-info:before {
	width: 1.25rem;
}
.icon-bl-info {
	background-image: url(../img/icon-bl-info.svg);
}
.icon-bl-users:before {
	width: 1.2rem;
}
.icon-bl-users {
	background-image: url(../img/icon-bl-users.svg);
}
.icon-bl-sun:before {
	width: 1.25rem;
}
.icon-bl-sun {
	background-image: url(../img/icon-bl-sun.svg);
}
.icon-bl-compose:before {
	width: 1.25rem;
}
.icon-bl-compose {
	background-image: url("../img/icon-bl-compose.svg");
}
.icon-bl-stack:before {
	width: 1.25rem;
}
.icon-bl-stack {
	background-image: url(../img/icon-bl-stack.svg);
}
.icon-bl-question:before {
	width: 1.25rem;
}
.icon-bl-question {
	background-image: url("../img/icon-bl-question.svg");
}

.icon-more:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
	width: 1.5rem;
}
.icon-more {
	background-image: url(../img/icon-gr-more.svg);
	background-repeat: no-repeat;
}
.icon-more:hover {
	background-image: url(../img/icon-dg-more.svg);
	background-repeat: no-repeat;
}

