#my_header.a {
  color:inherit;
  outline: 0 !important;
}


#global-header {
  width: 100%;
  position: relative;
  z-index: 99999;
  padding: 0.5em 0;
  background: rgba(255,255,255,0.5);
  top: 0;
  left: 0;
  position: fixed;
  /* background: red; */
}


  /*--header--*/
  #mobile-nav-button .bar {
    background: #FF75AA;
    width: 100%;
    height: 7px;
    margin-bottom: 13px;
    position: relative;
    border-radius: 199em;
    overflow: hidden;
  }


/* BRINGS BANNER OF MENU ITEMS --- MUST BE TRANSPARENT*/
  #mobile-global-nav {
    max-height: 0;    
    height: calc(100% - 0px) !important;
    background: url(transparent.png);
    color: #000;
    text-align: center;
	opacity: 1
  }
  
  

/* HIDES MENU ITEMS transparent44png.png  */
  #mobile-global-nav.active-mobile-nav {
    top: 0px !important;
    z-index: 9999;
    max-height: 11000px;
    overflow: visible;
  }

/* SHOWS MENU ITEMS */
  #mobile-global-nav {
    position: fixed;
    margin-top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: inline-block;
    overflow: hidden;
  }


 
/* TO CHANGE FONT OF MENU ITEMS */

  #mobile-nav-button {
    display: inline-block !important;
    color: #fff;
    position: absolute;
    left: 2.5em;
    top: 3.55em;
    background: transparent;
    font-weight: normal;
    width: 100px;
    text-align: center;
  }

  #mobile-nav-button.active-mobile-nav-button .top-bar {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 20px;
    left: 1px;
    margin: 0;
    width: 100px;
    background: #034B81;
  }

  #mobile-nav-button.active-mobile-nav-button .middle-bar {
    max-height:0px;
    overflow: hidden;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
  }

  #mobile-nav-button.active-mobile-nav-button .bottom-bar {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    margin: 0;
    width: 100%;
    background: #034B81;
  }
  
  #mobile-global-nav ul {padding: 0px;margin: 0px; margin-top: 220px; margin-bottom: 500px;}
  #mobile-global-nav li ul {display: none;}
  #mobile-global-nav ul li a {display: block; padding: 69px 69px 69px 69px; font-size:4.7vmax; color:#FFFFFF; 
  	border-radius: 160px;}
  #mobile-global-nav li:hover ul {display: block; margin-top: 0px;}
  #mobile-global-nav li:hover li {float: none; margin-top: 0px;}
  #mobile-global-nav li:hover a {background: #FF75AA; color:#000; border-radius: 160px;}
  #mobile-global-nav .menu-item-has-children li a {background: #FF75AA;  margin-top: 0px;}
  #mobile-global-nav li:hover li a:hover {background: #FF75AA; margin-top: 0px;}
  #mobile-global-nav #drop-nav li ul li {border-top: 0px; margin-top: 0px;}
  
  
  
  #mobile-nav-button .link-button {
    top: 40px;
    left: 1px;
  }

}

