header {
	background-color: #000;
	position: fixed;
	z-index: 9;
	width: 100%;
}
header .container {
	display: table;
	padding-top: 7px;
	padding-bottom: 7px;
}
/*header+div {
	margin-top: 59px;
	padding-top: 50px;
} */
#igs-logo {
	width: 50px;
	height: 45px;
	min-width: 50px;
	min-height: 45px;
	background: url('../img/logo-small.png') 0 0 no-repeat;
	display: table-cell;
}
#touch-menu-btn-container {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#touch-menu-btn {
	display: block;
	width: 34px;
	height: 34px;
	float: right;
	background: url('../img/touch-menu.png') 0 0 no-repeat;
}
header nav {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-left: 30px;
}
header nav a {
	margin-right: 30px;
	font-size: 18px;
	color: #fff;
	font-family: 'exo_2.0regular';
	text-decoration: none;
}
header nav a:hover {
	text-decoration: none;
}
header .dropdown,
header .dropdown-lg {
	display: inline-block;
}
header .dropdown *,
header .dropdown-lg * {
	font-size: 18px;
	color: #fff;
}
header .dropdown > a:hover,
header .dropdown > a:hover span,
header .dropdown-lg > a:hover,
header .dropdown-lg > a:hover span {
	color: red !important;
	text-decoration: none;
}
header .dropdown a:active,
header .dropdown a:visited,
header .dropdown a:focus,
header .dropdown-lg a:active,
header .dropdown-lg a:visited,
header .dropdown-lg a:focus {
	text-decoration: none;
	color: #fff;
}
header .dropdown .dropdown-menu {
	background-color: #000;
	border-radius: 0;
	margin-top: 16px;
	border: none;
}
header .dropdown .dropdown-menu a:hover,
header .dropdown-panel a:hover {
	background: none;
	color: red;
	text-decoration: none;
}
#lang-menu .dropdown-menu {
	border-top: 1px solid red;
}
#user-menu .dropdown-menu {
	border-top: 1px solid #58ceff;
}
header .dropdown .divider {
	background-color: #fff;
	opacity: .25;
}
header .dropdown-panel {
	background-color: #000;
	display: none;
 	position: absolute;
	width: 100%;
	left: 0;
	border-top: 1px solid red;
	padding: 20px;
}
header .dropdown-panel * {
	color: #fff;
}
header .dropdown-panel h3 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 3px;
}
#product-panel a:hover h3 {
	color: red;
	text-decoration: none;
}
#product-panel #hive-product-link:hover h3 {
	color: #58ceff;
	text-decoration: none;
}
#product-panel #rv-product-link:hover h3 {
	color: #d486ff;
	text-decoration: none;
}
header .dropdown-panel p {
	font-size: 14px;
	line-height: normal;
	font-family: 'exo_2.0regular';
	color: #908f93;
}