@charset "UTF-8";
/**
 * MAN Framework Styles - Header
 *
 * @project       MAN Web 2012/2013
 * @package       html-css-js
 * @subpackage    css
 * @author        Timo Mayer, VI
 *
 * @note all styles should be concatenated and minified to one file (eg. man.all.min.css) in production use
 */

/**
 * @section  header
 */

#header {
	position: relative;
	background: #737b84;
	background: url(http://www.man.eu/media/resources/img/bg_header.png);
	background: -moz-linear-gradient(top, #737b84 0%, #3f4a56 35%, #303c49 36%, #303c49 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#737b84), color-stop(35%,#3f4a56), color-stop(36%,#303c49), color-stop(100%,#303c49));
	background: -webkit-linear-gradient(top, #737b84 0%,#3f4a56 35%,#303c49 36%,#303c49 100%);
	background: -o-linear-gradient(top, #737b84 0%,#3f4a56 35%,#303c49 36%,#303c49 100%);
	background: -ms-linear-gradient(top, #737b84 0%,#3f4a56 35%,#303c49 36%,#303c49 100%);
	background: linear-gradient(to bottom, #737b84 0%,#3f4a56 35%,#303c49 36%,#303c49 100%);
	border-bottom: 6px solid #d00039;
	clear: both;
	height: 90px;
	z-index: 25; /* overlap main-nav shadow */
}

#header .wrapper {
	position: relative;
	height: 100%;
	margin: 0 auto;
}

.lt-ie8 #header .wrapper {
	z-index: 4;
}

/**
 * @section  logo/claim
 */

#header .logo {
	display: block;
	float: left;
	width: 102px;
	height: 57px;
	margin: 18px 0 0;
	background: url(http://www.man.eu/media/resources/img/sprites/header.png) no-repeat 0 -192px;
}

#header .logoAsImg {
	margin: 16px 0 0;
	background: none;
}

#header .claim {
	position: absolute;
	left: 122px;
	bottom: 11px;
	max-width: 235px;
	font-family: 'HelveticaNeueLt77BoldCd', Arial;
	font-size: 20px;
	line-height: 25px;
	color: #acb1b6;
}

/**
 * @section  header tools: search, find contact, select language
 */

#header-tools {
	position: absolute;
	height: 30px;
	max-width: 590px;
	right: 0;
	top: 46px;
}

#header .button-header {
	position: relative;
	display: block;
	height: 23px;
	float: left;
	font-size: 12px;
	text-decoration: none;
	line-height: 17px;
	padding: 7px 26px 0 16px;
	margin: 0 8px 0 15px;
	color: #fff;
	cursor: pointer;
	background: url(http://www.man.eu/media/resources/img/sprites/header.png) no-repeat right 0;
}

#header .button-header:hover {
	background-position: right -64px;
}

#header .button-header:active,
#header .button-header.active {
	background-position: right -32px;
}

#header .button-header:before,
#header .button-header .ie-before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	display: block;
	width: 15px;
	height: 30px;
	background: url(http://www.man.eu/media/resources/img/sprites/header.png) no-repeat 0 -96px;
}

#header .button-header:hover:before,
#header .button-header:hover .ie-before {
	background-position: 0 -160px;
}

#header .button-header:active:before,
#header .button-header.active:before,
#header .button-header.active .ie-before {
	background-position: 0 -128px;
}

#header .button-header:after,
#header .button-header .ie-after {
	content: "";
	position: absolute;
	top: 8px;
	left: -7px;
	display: block;
	width: 18px;
	height: 15px;
	background: url(http://www.man.eu/media/resources/img/sprites/header.png) no-repeat 0 -334px;
}

#header .button-header[data-flyout-id="fl-contact"]:after,
#header .button-header[data-flyout-id="fl-contact"] .ie-after{
	top: 6px;
	left: -5px;
	width: 13px;
	height: 17px;
	background: url(http://www.man.eu/media/resources/img/sprites/header.png) no-repeat 0 -315px;
}

#header .sitesearch-area {
	position: relative;
	float: left;
	width: 203px;
	height: 30px;
}

#header .sitesearch-area input[type=text] {
	display: block;
	float: left;
	background: transparent;
	height: 29px;
	border: none;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	padding: 1px 42px 0 15px;
	width: 146px;
	background: url(http://www.man.eu/media/resources/img/sprites/header.png) no-repeat 0 -251px;
	outline: none;
}

.lt-ie9 #header .sitesearch-area input[type=text] {
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
}

#header .sitesearch-area input[type=text]:focus {
	background-position: 0 -283px;
	color: #303c49;
}

#header .sitesearch-area input[type=submit] {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	font-size: 0;
	line-height: 0;
	background: transparent;
	float: left;
	width: 28px;
	height: 30px;
	padding: 0;
	margin: 0 2px 0 0;
	border: 0;
	background-color: #fff;
	opacity: 0;
}

.lt-ie9 #header .sitesearch-area input[type=submit] {
	filter: alpha(opacity=0);
}

#header .flyout .loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(http://www.man.eu/media/resources/img/loader.gif) no-repeat center center;
}

#header .flyout {
	box-shadow: 0px 0px 10px 0 #333333;
}

/* language switch flyout */

#header .flyout.language {
	left: 10px;
	right: auto;
	padding: 7px 55px 6px 10px;
}

#header .flyout.language ul {
	display: table-cell;
	padding: 0 0 0 30px;
	list-style: none;
}


#header .flyout.language .ie-bg + ul,
#header .flyout.language ul:first-child {
	padding: 0;
}

#header .flyout.language li {
	display: block;
	margin: 0;
	padding: 0;
}

/* search suggestions flyout */

#header .flyout#sitesearch-suggestions {
	width: 309px;
	padding: 7px 10px 16px;
}

#sitesearch-suggestions ul {
	display: block;
	padding: 0;
}

#sitesearch-suggestions ul + p
{
	margin: 13px 0 0;
}

#sitesearch-suggestions li {
	margin: 13px 0 0;
}

#sitesearch-suggestions article img {
	display: block;
	float: left;
	width: 60px;
	margin: 3px 10px 4px 0;
}

#sitesearch-suggestions h1,
#sitesearch-suggestions article h1 {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#sitesearch-suggestions p {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

#sitesearch-suggestions .ui-autocomplete {
	position: relative !important;
	display: block !important;
	left: 0 !important;
	top: 0 !important;
	width: auto !important;
	background: transparent;
	border: none;
}

#sitesearch-suggestions .ui-autocomplete a {
	font-size: inherit !important;
	line-height: inherit !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	background: transparent;
}

/* contact search flyout */

#header .flyout.contact {
	width: 800px;
	height: 336px;
	padding-left: 7px;
	padding-right: 7px;
	background: #eaebec;
}

#header .flyout.contact .row {
	margin-left: 0;
}

#header .flyout.contact .row > div {
	position: relative;
	height: 335px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0 10px;
}

#header .flyout.contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .flyout.contact h3,
#header .flyout.contact legend {
	font: 15px/20px 'HelveticaNeueLt77BoldCd', Arial;
}

#header .flyout.contact h3 {
	margin: 5px 0 0;
}

#header .flyout.contact h4 {
	margin: 7px 0 0;
	font: 12px/16px Arial, sans-serif;
	font-weight: bold;
}

#header .flyout.contact .filters {
	background: #acb1b6;
}

#header .flyout.contact fieldset {
	margin: 19px 0 0;
}
#header .flyout.contact h3 + fieldset {
	margin-top: 6px;
}

#header .flyout.contact legend {
	float: left;
	margin: -5px 0 -4px;
}
.lt-ie8 #header .flyout.contact legend {
	margin-top: -9px;
	margin-left: -7px;
}

#header .flyout.contact input,
#header .flyout.contact select {
	border: none;
}

#header .flyout.contact input[type=text] {
	width: 206px;
	padding: 6px 7px 5px;
}

#header .flyout.contact .input-field-icon.search {
	width: 220px;
}

#header .flyout.contact .input-field-icon.search:before,
#header .flyout.contact .input-field-icon.search .ie-before {
	top: 5px;
}

#header .flyout.contact .input-field-icon.search input {
	width: 177px;
}

#header .flyout.contact select {
	width: 220px;
	margin: 10px 0 0;
	padding: 1px 1px 1px 4px;
}

.lt-ie8 #header .flyout.contact select {
	margin: 9px 0 -1px;
}

#header .flyout.contact select[disabled] {
	background: #d6d8db;
	color: #59636d;
}

#header .flyout.contact .options {
	margin-bottom: -13px;
}

#header .flyout.contact .options ul {
	text-align: right;
}

#header .flyout.contact .options li {
	display: inline-block;
	margin: 6px 0 0 5px;
}

.lt-ie8 #header .flyout.contact .options li {
	display: inline;
}

#header .flyout.contact .options input {
	margin-right: 2px;
}

#header .flyout.contact .row .results {
	overflow: hidden;
	float: left;
	width: 250px;
}

#header .flyout.contact.loading .results {
	background: url(http://www.man.eu/media/resources/img/loader.gif) no-repeat center center;
}

#header .flyout.contact .results .paginate,
#header .flyout.contact .results .paginate div.ie-before {
	position: absolute;
	left: 10px;
	width: 250px;
	height: 26px;
}

#header .flyout.contact .results .paginate:hover {
	cursor: pointer;
}

#header .flyout.contact .results .paginate.disabled:hover {
	cursor: default;
}

#header .flyout.contact .results .paginate.back,
#header .flyout.contact .results .paginate.back .ie-before {
	top: 0;
	background: #fff;
}

#header .flyout.contact .results .paginate.back:before,
#header .flyout.contact .results .paginate.forth:before,
#header .flyout.contact .results .paginate.back div.ie-before,
#header .flyout.contact .results .paginate.forth div.ie-before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 7px;
	margin: -3px 0 0 -7px;
	background: url(http://www.man.eu/media/resources/img/sprites/general.png) no-repeat top left;
	background-position: 0 -341px;
}

#header .flyout.contact .results .paginate.back.disabled:before,
#header .flyout.contact .results .paginate.back.disabled div.ie-before{
	background-position: 0 -324px;
}

#header .flyout.contact .results .paginate.forth,
#header .flyout.contact .results .paginate.forth div.ie-before {
	bottom: 0;
	height: 25px;
	background: #fff;
}

#header .flyout.contact .results .paginate.forth:before,
#header .flyout.contact .results .paginate.forth div.ie-before {
	background: #fff url(http://www.man.eu/media/resources/img/sprites/general.png) no-repeat top left;
	background-position: 0 -307px;
}

#header .flyout.contact .results .paginate.forth.disabled:before,
#header .flyout.contact .results .paginate.forth.disabled div.ie-before {
	background-position: 0 -290px;
}

#header .flyout.contact .results .scroll-box {
	position: relative;
	top: 26px;
	height: 285px;
	overflow: hidden;
}

#header .flyout.contact .results .scroll-box img {
	float: left;
	margin: 4px 4px 4px 0;
}

#header .flyout.contact .results ul {
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden; /* include margins of LI’s */
}

#header .flyout.contact.loading .results ul {
	display: none;
}

#header .flyout.contact .results li {
	height: 60px;
	margin: 10px 0 0;
	padding: 0 10px;
	background: #fff;
	cursor: pointer;
}

#header .flyout.contact .results .selected {
	border: 1px solid #E60041;
}

#header .flyout.contact .results li:hover {
	color: #59636d;
}

#header .flyout.contact .results li span {
	display: block;
	margin: 7px 0 0;
	font-weight: bold;
}

#header .flyout.contact .results li,
#header .flyout.contact .results li span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#header .flyout.contact .row .detail {
	float: right;
	width: 290px;
	overflow: visible;
	padding: 0;
}

#header .flyout.contact .portlet-box {
	height: 304px;
	overflow: auto;
	margin: 6px 0 0;
	padding: 0 10px;
	background: #fff;
}

#header .flyout.contact.loading .portlet-box * {
	display: none;
}

#header .flyout.contact .portlet-box > div {
	margin-bottom: 16px;
}

#header .flyout.contact .portlet.links {
	margin-top: -11px;
	border: none;
}

#header .flyout.contact .portlet.links li {
	margin-top: 3px;
}

#header .flyout.contact .pointer {
	position: absolute;
	left: -9px;
	top: 100px;
	display: block;
	visibility: hidden;
	width: 9px;
	height: 18px;
	content: "";
	background: url(http://www.man.eu/media/resources/img/sprites/general.png) no-repeat top left;
	background-position: 0 -1705px;
}