@font-face {
	font-family: 'icomoon';
	src:url('Fonts/icomoon.eot?albeiv');
	src:url('Fonts/icomoon.eot?#iefixalbeiv') format('embedded-opentype'),
url('Fonts/icomoon.woff?albeiv') format('woff'),
url('Fonts/icomoon.ttf?albeiv') format('truetype'),
url('Fonts/icomoon.svg?albeiv#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;
}

.social-links a:hover {color:#000!important;}

.icon-print:before {
	content: "\e60a";
}

.icon-file:before {
	content: "\e606";
}
.icon-file2:before {
	content: "\e607";
}
.icon-arrow-right:before {
	content: "\e608";
}
.icon-arrow-left:before {
	content: "\e609";
}

.icon-arrow-up:before {
	content: "\e601";
	font-size:18px;
}
.icon-facebook:before {
	content: "\e602";
	font-size:18px;
}
.icon-linkedin:before {
	content: "\e604";
	font-size:18px;
}
.icon-twitter:before {
	content: "\e605";
	font-size:18px;
}
.icon-mail:before {
	content: "\e600";
	font-size:23px;
}

.sb-icon-search {
    color: #fff;
    background: #1c1c1c;
    z-index: 90;
    font-size: 20px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.sb-icon-search::before { color: #fff !important; content: ""; font-size: 15px; margin-right: 5px; }
/*.sb-icon-search:before {
	content: "\e603";
	color:#fff!important;
}*/