﻿@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.temporaryNotification {
	position: fixed;
	box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
	margin: -5px auto;
	left: 0;
	right: 0;
	width: 400px;
	z-index: 999;
	animation: fadeOut 1s ease-in 1;
	animation-fill-mode: forwards;
	animation-delay: 5s;
}

.header {
	background: #121f3a;
	min-height: 82px;
}

.keglogo {
	margin-right: 45px;
	margin-left: 15px;
}

.keglogo img {
	vertical-align: text-bottom;
	margin-top: 13px;
}

.header-menu {
	color: white;
}

ul.header-menu {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.header-menu .header-menu-item {
	display: inline-block;
}

.header-menu .header-menu-item > a {
	text-align: center;
	height: 82px;
	padding: 20px 15px 0 15px;
	display: block;
	color: white;
	cursor: pointer;
	font-size: 12px;
	box-sizing: border-box;
}

.header-menu .header-menu-item.currentpage > a, .header-menu .header-menu-item.opensubmenu > a {
	background-color: #255D8F;
	color: #FBD043;
	border-bottom: 3px solid #255D8F;
}

.header-menu .header-menu-item.notopensubmenu > a {
	border-bottom: 3px solid #111C32;
}

.header-menu .header-menu-item > a:hover, .header-menu .header-menu-item > a:active {
	text-decoration: none;
	background-color: #255D8F;
	color: #FEED9A;
}

.header-menu .header-menu-item .kegid-icon-downcarrot {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	margin-bottom: -8px;
	font-size: 12px;
	display: none;
}

.header-menu .header-menu-item > a:hover .kegid-icon-downcarrot,
.header-menu .header-menu-item.opensubmenu > a .kegid-icon-downcarrot {
	display: block;
}

.header-menu .header-icon {
	font-size: 30px;
	margin-bottom: 5px;
}

.header-menu .header-icon.small {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.header-menu .header-title {
	text-transform: uppercase;
}

.header-menu .submenu {
	display: none;
	position: absolute;
	background: rgba(37, 93, 143, 0.99);
	width: 100%;
	left: 0;
	z-index: 99999;
	min-height: 200px;
	max-height: 400px;
	padding: 20px 0 10px 250px;
}

.header-menu .header-menu-item.opensubmenu .submenu {
	display: block;
	box-sizing: border-box;
}

.header-menu .submenu .submenu-column {
	float: left;
}

.header-menu .submenu .section {
	margin-right: 100px;
	margin-bottom: 20px;
}

.header-menu .submenu a {
	color: white;
}

.header-menu .submenu h4 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.header-menu .submenu ul {
	margin: 2px 0 2px 2px;
	padding: 0;
	list-style-type: none;
}

.right-header-menu {
	margin-right: 10px;
	text-align: right;
}

.right-header-menu .header-menu .submenu .section {
	margin-right: 50px;
}

.companyname {
	font-size: 13px;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 4px;
}

.statusHeader {
	font-size: 14pt;
	font-weight: bold;
	color: White;
	background-color: #255D8F;
	vertical-align: middle;
	text-align: left;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
	line-height: normal;
}

.inline{ display: inline;}

@media screen and (max-width: 700px) {
	.wide-screen-only {
		display: none;
	}
}
@media screen and (min-width: 701px) {
	.thin-screen-only {
		display: none;
	}
}

.header-hamburger-menu {
	float: right;
	color: white;
	font-size: 40px;
	padding: 17px;
}
.header-hamburger-menu-content {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.thin-screen-only .header-icon {
	display: none;
}
.thin-screen-only .header-menu-item {
	display: block;
}
.thin-screen-only .header-menu {
	display: block;
}
.thin-screen-only .header-menu .header-menu-item > a {
	text-align: center;
	height: auto;
	padding: 10px 0;
	border-bottom: none;
}

.thin-screen-only .header-menu .submenu .submenu-column {
	float: none;
}

.thin-screen-only .header-menu .submenu {
	position: relative;
	min-height: initial;
	max-height: initial;
	padding: 10px;
	text-align: center;
}

.thin-screen-only .header-menu .section {
	margin-right: 0;
}