@font-face {
	font-family: 'fontawesome';
	src: url('../font/fontawesome-webfont-4.5.0.eot');
	src: url('../font/fontawesome-webfont-4.5.0.eot#iefix&v=4.5.0') format('embedded-opentype'), url('../font/fontawesome-webfont-4.5.0.woff2') format('woff2'),
		url('../font/fontawesome-webfont-4.5.0.woff') format('woff'), url('../font/fontawesome-webfont-4.5.0.ttf') format('truetype'),
		url('../font/fontawesome-webfont-4.5.0.svg#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'open-sans';
	src: url('../font/open-sans-4.5.0.eot');
	src: url('../font/open-sans-4.5.0.eot#iefix&v=4.5.0') format('embedded-opentype'), url('../font/open-sans-4.5.0.woff2') format('woff2'), url('../font/open-sans-4.5.0.woff') format('woff'),
		url('../font/open-sans-4.5.0.ttf') format('truetype'), url('../font/open-sans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaCdBlk';
	src: url('../font/HelveticaCdBlk-4.5.0.eot');
	src: url('../font/HelveticaCdBlk-4.5.0.eot#iefix&v=4.5.0') format('embedded-opentype'), url('../font/HelveticaCdBlk-4.5.0.woff2') format('woff2'),
		url('../font/HelveticaCdBlk-4.5.0.woff') format('woff'), url('../font/HelveticaCdBlk-4.5.0.ttf') format('truetype'), url('../font/HelveticaCdBlk.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.web_head .btn--search {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../image/search_btn.png) center no-repeat;
	vertical-align: middle;
	cursor: pointer;
}

.web-search .btn--search-close {
	display: inline-block;
	font-size: 2em;
	position: absolute;
	top: 1.25em;
	right: 1.25em;
	background: url(../image/search_btn_close.png) no-repeat center 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.language-flag .country-flag {
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	vertical-align: top;
	display: inline;
	zoom: 1;
	background-repeat: no-repeat;
	background-image: url(../image/all-m.gif);
	width: 22px;
	height: 16px;
	margin: -8px 5px 0;
}

.company_subscribe .button:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../image/subscribe_icos.png);
	background-position: 0 -27px;
	margin-right: 15px;
	vertical-align: middle;
}
