.menuhead {  display: flex;   justify-content: space-around;  align-items: center;  background: #ffffff;  margin: 0px 0; width:100%; height:100px; box-shadow: 0 3px 6px -6px;}
.logo {  order: 1;  padding: 0em;  border-radius: 0%; color: #beddef; padding-top:15px;}
.logosl {order: 1;  padding: 0em;  border-radius: 0%; color: #beddef; padding-top:0px; height: 96px !important;    margin-top: 0px !important;}
.item {  color: #1E3153;  text-decoration: none;font-weight:bold;  padding: 0 10px;	font-size:1.3em;}
.item:nth-of-type(n+4) {  order: 2;}

.buybtn{background: #3AAA35 !important;
    color: #ffffff;
    padding: 10px;}


.menutoggle {display: none;}
@media all and (max-width: 800px) {
  .menuhead {    flex-direction: column;    align-items: stretch; height:auto }
  .logo {    order: 0;    text-align: center;    width: 100px;    margin: auto auto 20px;  }
  .logosl {    order: 0;    text-align: center;    width: 100px;    margin: auto auto 20px !important; height:auto !important   }
  .item {    text-align: center;    border-bottom: 1px solid #111; background: #1E3153;    color: #ffffff;  }
}
@media only screen and (max-width: 960px) and (min-width: 0px){
	
	
	.logosl {		height: 63px !important;;	}
}



/*@media only screen and (max-width: 480px) and (min-width: 0px){*/
@media only screen and (max-width: 800px) and (min-width: 0px){
	.menutoggle {display: block;}
	.item {  order:auto;display: none; padding: 6px 0;}
	 .logo {    order: 0; position:absolute; left:0px; top:0px;  text-align: center;    width: 100px; padding-top:0px     }
	 .logosl {    order: 0; position:absolute; left:0px; top:0px;  text-align: center;    width: 100px; padding-top:0px; height:auto !important    }
	
	
	
	
}

