@font-face {
	font-family: 'admin-font-efork';
	src:url('fonts/admin-font-efork.eot?-j8aotr');
	src:url('fonts/admin-font-efork.eot?#iefix-j8aotr') format('embedded-opentype'),
		url('fonts/admin-font-efork.woff?-j8aotr') format('woff'),
		url('fonts/admin-font-efork.ttf?-j8aotr') format('truetype'),
		url('fonts/admin-font-efork.svg?-j8aotr#admin-font-efork') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-admin-efork:before {
	font-family: 'admin-font-efork';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	font-size: 23px;
	line-height: 17px;

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

.icon-admin-efork-pencil:before {
	content: "\e60e";
}
.icon-admin-efork-paperclip:before {
	content: "\e615";
}
.icon-admin-efork-house:before {
	content: "\e610";
}
.icon-admin-efork-cog:before {
	content: "\e60f";
}
.icon-admin-efork-language:before {
	content: "\e613";
}
.icon-admin-efork-brush:before {
	content: "\e609";
}
.icon-admin-efork-checkmark:before {
	content: "\e608";
}
.icon-admin-efork-cross2:before {
	content: "\e605";
}
.icon-admin-efork-plus2:before {
	content: "\e604";
}
.icon-admin-efork-cross3:before {
	content: "\e606";
}
.icon-admin-efork-minus:before {
	content: "\e607";
}
.icon-admin-efork-plus:before {
	content: "\e602";
}
.icon-admin-efork-cross:before {
	content: "\e603";
}
.icon-admin-efork-minus2:before {
	content: "\e60b";
}
.icon-admin-efork-plus3:before {
	content: "\e60a";
}
.icon-admin-efork-shuffle:before {
	content: "\e600";
}
.icon-admin-efork-list:before {
	content: "\e601";
}
.icon-admin-efork-text2:before {
	content: "\e60d";
}
.icon-admin-efork-text:before {
	content: "\e60c";
}
.icon-admin-efork-trash:before {
	content: "\e611";
}
.icon-admin-efork-menu:before {
	content: "\e612";
}

.node{
	position: relative;
}

.icon-admin-efork{
	border: 2px solid rgb(70,70,70);
 	padding: 10px;
 	background-color: rgba(250,250,240, .8);
 	display: block;
 	color: rgb(70,70,70);
 	font-weight: bold;
 	border-radius: 5px;
 	text-decoration: none;
 	width: 40px;
	height: 40px;
	z-index: 9; 
	padding: 10px 13px 10px 7px !important;
}

.icon-admin-efork:hover{
	background-color: rgb(240, 240, 240);
	color: rgb(70,70,70);
}

.efork-edit{
	position: absolute;
	top: 0;
	left: 0;
}

.efork-translate{
	position: absolute;
	top: 0;
	right: 50px;
}

.efork-productref{
	right: 100px;
	position: absolute;
}

.efork-edit:before{
	content: "\e60e";
}

.efork-translate:before{
	content: "\e613";
}

article.node-slideshow .efork-edit{
	top: 60px !important;
}