header
{
	height:136px;
	border-bottom:1px solid #e5e5e5;

	position:relative;
	display:block;
}
.header-navigation-wrapper
{
	height:40px;
	border-bottom:1px solid #e5e5e5;
	
	display:block;
}

#header-main-navigation-menu-display-changer
{
	top:0px;
	left:20px;
	height:41px;
	width:90px;
	font-size:15px;
	font-weight:bold;
	color:#676566;

	position:absolute;
	cursor:pointer;
	border:0px solid red;	
}
#header-main-navigation-menu-display-changer span
{
	height:40px;

	display:table-cell;
	margin:0;
	padding:0;
	border:0px solid red;
	vertical-align:middle;
}
#header-main-navigation-menu-display-changer div
{
	display:inline;
}


/*//////////////////////////////////////////////////// IMPORTANT LINK /////////////////////////////////////////////////////////////////////*/
#header-important-link
{
	background:#1178bd;
	display:block;
	color:white;
	float:right;
	margin-right:20px;
	cursor:pointer;
	position:relative;
	width:55px;
	height:40px;
	text-decoration:none;
}

#header-important-link i
{
	position:absolute;
	left:14px;
	top:7px;
	font-size:25px;
}
/*//////////////////////////////////////////////////// USER ACCOUNT /////////////////////////////////////////////////////////////*/
#header-user-accaunt
{
	color:#676566;
	font-size:12px;
	height:40px;
	padding:0px 20px 0px 42px;

	display:block;
	float:right;
	position:relative;
	cursor:pointer;
	/*width:137px;*/
	text-decoration:none;
	
}
#header-user-accaunt span
{
	height:40px;

	display:table-cell;
	vertical-align:middle;
	text-align:right;
	/*width:136px;*/
}
#header-user-accaunt div
{
	top:6px;
	height:29px;

	position:absolute;
	left:0;
	width:0;
	border-left:1px solid #e5e5e5;
}
#header-user-accaunt i
{
	left:16px;
	top:12px;
	font-size:16px;

	position:absolute;
}
/*//////////////////////////////////////////////////// ADDITIONAL NAVIGATION MENU DAISPLAY CHANGER ////////////////////////////////////*/

#header-additional-navigation-menu-display-changer
{
	font-size:12px;
	color:#676566;
	height:40px;
	padding:0px 15px 0px 43px;

	float:right;
	position:relative;
	cursor:pointer;
	text-align:right;
}
#header-additional-navigation-menu-display-changer i
{
	left:14px;
	top:11px;
	font-size:18px;

	position:absolute;
}
#header-additional-navigation-menu-display-changer span
{
	height:40px;

	display:table-cell;
	vertical-align:middle;
	text-align:right;
}
#header-additional-navigation-menu-display-changer div
{
	top:6px;
	left:0;
	width:0;
	height:29px;
	border-left:1px solid #e5e5e5;

	position:absolute;
}
/*-------------------------------------------------------- LOGO ------------------------------------------------------------*/
#header-logo-link
{
	left:20px;
	top:50px;

	display:block;
	position:absolute;
	
}
#header-logo-link img
{
	height:78px;
}
/*------------------------------------------------------------ SEARCH FORM ------------------------------------------------------------*/
#header-search-form-wrapper
{
	height:40px;
	right:175px;
	top:69px;
	left:195px;

	position:absolute;
	border:0px solid red;

}
#header-search-form input
{
	font-size:14px;
	color:#a8a7a7;
	height:36px;
	width:100%;
	right:-2px;
	top:0;
	border:1px solid #e5e5e5;

	border-right:0;
	padding:0px 10px;
	display:block;
	background:transparent;
	z-index:0;
	position:absolute;
	outline: 0;
    outline-offset: 0;
}
#header-search-form button
{
	height:38px;
	width:153px;
	right:-155px;
	top:0;
	border:1px solid black;
	font-size:12px;

	text-align:center;
	vertical-align:middle;

	display:block;
	position:absolute;
	padding:0px;
	background:transparent;
	cursor:pointer;
}
#header-search-form
{
	display:block;
}
#header-search-form button i
{
	display:none;
}
/*------------------------------------------------------------HEADER LANGUAGE CHANGER------------------------------------------------------------*/
#header-language-changer
{
	width:51px;
	padding:0px 0px 0px 0px;
	font-size:12px;

	float:right;
	position:relative;
	z-index:200;
}
.header-language-changer-separator
{
	top:6px;
	left:0;
	width:0;
	height:29px;
	border-left:1px solid #e5e5e5;
	position:absolute;
}
.header-language a
{
	width:50px;
	margin-left:1px;
	margin-bottom:5px;
	padding:6px 0 6px 0;
	color:#676566;

	background:white;
	display:block;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	
	box-shadow: 0px 0px 2px #212121;
	-webkit-box-shadow:  0px 0px 2px #212121;
	-moz-box-shadow: 0px 0px 2px #212121;	
}
.header-language a:hover
{
	box-shadow: 0px 0px 3px #212121;
	-webkit-box-shadow: 0px 0px 3px #212121;
	-moz-box-shadow: 0px 0px 3px #212121;	
}
.header-language span
{
	width:51px;
	height:20px;
	color:#676566;

	display:table-cell;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	border:0px solid red;
}
.header-language span div
{
	display:inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #676566;
	margin:0 0 2px 0;

}
.header-language-link-wrapper
{
	display:none;
}
#header-language-changer div.header-language:first-child span
{
	height:40px;
}

/*------------------------------------------------------------HEADER MAIN NAVIGATION MENU------------------------------------------------------------*/
#header-main-navigation-menu
{
	left:20px;
}
/*------------------------------------------------------------HEADER ADDITIONAL NAVIGATION MENU------------------------------------------------------------*/
#header-additional-navigation-menu
{
	right:20px;
}
/*------------------------------------------------------------HEADER NAVIGATION MENU------------------------------------------------------------*/
.header-navigation-menu
{
	top:41px;

	position:absolute;
	z-index:1000;
	border:0px solid red;
	display:none;
	
	box-shadow: 0px 2px 4px #212121;
	-webkit-box-shadow:  0px 2px 4px #212121;
	-moz-box-shadow: 0px 2px 4px #212121;	
	
	margin-bottom:20px;
	
}
.hnm-section-title
{
	font-size:15px;
	color:white;
	background:rgba(81,81,81,0.9);
	padding:20px 20px;

	display:block;
	position:relative;
	text-decoration:none;
	cursor:pointer;
}
.hnm-section-title-arrow-right
{
	position:absolute;
	right:20px;
	top:28px;
	background:transparent;
    width: 0;
    height: 0;
}
.hnm-section-title-arrow-right-closed
{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
}
.hnm-section-title-arrow-right-opened
{
    border-left: 5px solid white;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
	right:22px !important;
	top:25px !important;
}
.hnm-section-title-bottom-separator
{
	background:#4e4e4e;
	height:1px;
	display:block;	
	opacity:1;	
}
.hnm-section-title-top-separator
{
	background:#6d6d6d;
	height:1px;
	display:block;
	opacity:1;	
}
.hnm-section-popup
{
	background:white;
	padding-bottom:1px;
	display:none;
}
.hnm-section-popup-margin-4px
{
	height:4px;
}
.hnm-section-popup-chapter-title
{
	font-size:22px;
	color:#676566;
	text-decoration:none;
	border-top:1px solid #e5e5e5;	
	
	display:block;
	padding: 20px 20px 20px 20px;
	margin:0px 0 0px 0;	
}
.hnm-section-popup-chapter-title:hover
{
	color:#1178bd;
}
.hnm-section-popup-chapter-part-title
{
	font-size:15px;
	color:#1178bd;
	text-decoration:none;
	
	display:block;
	padding: 13px 15px 13px 20px;
	margin:0px;
	border-top:1px solid #e5e5e5;	
	
	
}
.hnm-section-popup-chapter-part-title:hover
{
	background:#eaeaee;
	color:#155b8a;
}
.hnm-section-popup-chapter-part-inner-link
{
	font-size:15px;
	color:#676566;
	text-decoration:none;
	
	display:block;
	padding: 5px 5px 5px 20px;
	margin:0px 20px 10px 20px;	
}
.hnm-section-popup-chapter-part-inner-link:hover
{
	color:black;
	background:#eaeaee;
}
