/* Header */

#lshopteam_infobox {
	position:fixed;
	bottom:0px;
	right:0px;
	padding:0.1rem;
	padding-right:0.5rem;
	padding-left:0.5rem;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
	font-size:8px;
	font-weight:bold;
	background:rgba(0,0,0,0.1);
	color:rgba(0,0,0,0.45);z-index:99999;
}

.overheader.blue {
  background-color: #003087;
  color: #fff;
  padding-top: 0;
	padding: 5px;
font-size: 1.4em;
text-align:center;
	display:flex;
	align-items: center;
	text-align:center;
	align-content: center;
	justify-content: center;
	font-family: Arial, Helvetica, sans-serif;
font-weight: 300;
}

#lshopteam_header{
 position: sticky;
    top: -1px;
	z-index:990;
 height:65px; 
 background-color:#fff; 
 width:100%;
 display:flex;
	flex-direction:row;
 overflow:hidden;
	padding:1rem;
	align-items: center;
	-webkit-box-shadow: 0px 1px 19px 0px rgba(0,0,0,0.1); 
box-shadow: 0px 1px 19px 0px rgba(0,0,0,0.1);
justify-content: space-between;
} 

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}

#lshopteam_header_inner{
 width:100%;
margin:0 auto;
} 

#lshopteam_header_firstcolumn {
	max-width:30%;	
}

#lshopteam_logowrapper {
	width:auto;
	height:40px;
	
}

div#lshopteam_nav div.menu-custom-menu-container ul.menu li {float:left !important;}

header {font-size: 10px;}

div.menu-custom-menu-container ul.menu li.menu-item {
	font-family: Arial,Helvetica,sans-serif;
font-weight: 300;
	font-size: 1.8em;
color: #283244;
cursor: pointer;
	float:left;padding:0px 10px 0px 10px;

}

div.menu-custom-menu-container ul.menu li.menu-item a{
color: #283244;
}

div.menu-custom-menu-container ul.menu li.menu-item a:hover{
color: #002f87;
}



div.menu-custom-menu-container ul.menu li.menu-item {list-style-type: none;}


