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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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;
}

.icon-home3:before {
	content: "\e902";
}
.icon-newspaper:before {
	content: "\e904";
}
.icon-quill:before {
	content: "\e907";
}
.icon-book:before {
	content: "\e91f";
}
.icon-undo2:before {
	content: "\e967";
}
.icon-redo2:before {
	content: "\e968";
}
.icon-forward:before {
	content: "\e969";
}
.icon-reply:before {
	content: "\e96a";
}
.icon-bubbles:before {
	content: "\e96c";
}
.icon-menu3:before {
	content: "\e9bf";
}
.icon-star-empty:before {
	content: "\e9d7";
}
.icon-arrow-right:before {
	content: "\ea34";
}
.icon-arrow-left:before {
	content: "\ea38";
}
.icon-text-color:before {
	content: "\ea6d";
}
.icon-youtube3:before {
	content: "\ea99";
}
.icon-youtube4:before {
	content: "\ea9a";
}

dl.accordion { background:#FFEEFF; width:95%; margin:0 auto 30px; padding:0px; font-size:16px;}
dl.accordion dt {
    background:url(../img/open.png) 97% center no-repeat,-moz-linear-gradient(top, #FdF, #FdF);
    background:url(../img/open.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#FfF), to(#FFEEFF));
    border:1px solid #dbd ; height:40px; text-indent:10px; line-height:40px; color:#333; font-weight:bold; cursor:pointer;}
dl.accordion dt.open {
    background:url(../img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #C6F0FE, #27BCF9);
    background:url(../img/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#FfF), to(#FFEEFF));}
dl.accordion dd { background:#FFF; padding:10px; line-height:1.5; display:none;}
