.menu_header { 
    background-color: #495057d4;
    
}
.header_nav {
    float: right;
}
#cssmenu {
  position: relative;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;	
	float: left;
	color: #354a9f;
	font-size: 14px;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
}
#cssmenu > ul > li > a {
  	text-transform: uppercase;
	color: #fff;
    font-size: 14px;
    font-weight: 500;
	text-transform:uppercase;
	margin-right: 5px;
	line-height: 28px;
    padding: 20px 12px;
}
#cssmenu > ul > li > a > span {
}
#cssmenu > ul > li:hover > a {
}
#cssmenu ul li:hover > ul {
    background:  #1027a39e;
}
#indicatorContainer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
  background-color:#000;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 100%;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  right: 100%;
  left:inherit;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
 /* width: 130px;*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  font-size: 14px;
  white-space:nowrap;
  color: #eee;
  text-transform:uppercase;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  color: #eee;
  background: rgba(0, 0, 0, 0.3);
}
#cssmenu ul li:hover > a,
#cssmenu ul li a:hover,
#cssmenu ul ul li:hover > a {
  color:#eee;
  background: rgba(0, 0, 0, 0.3);
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
/*.menu_header.index_menu_header #cssmenu > ul > li:hover > ul {
    bottom: 100%;
    top: inherit;
}*/
/*@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {*/
@media only screen and (max-width: 1023px) {
.header_title_frame {
	display:none;	
}
.menu_header {
    top: 0;
	bottom: inherit;
    line-height: 80px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 9999;
    position: absolute;
	top: 33px;
}
.body_content {
    margin-top: 0;
}
body.other 	.menu_header {  position:static;}
.map_atea {
    width: 100%;
	float:left;
	height: 250px;
}
.header_details_frame {
    /*display: none;*/
}
.header_nav {
    float: left;
    height: 68px;
    margin-top: 60px;
    width: 100%;
}
  #cssmenu {
    width: auto;
	background-color:rgba(4, 82, 144, 1);
/*	border: 1px solid rgba(255, 255, 255, 0.2);*/
  }
  #cssmenu:hover {
	  /*background-color:#354A9F;*/
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu > ul > li {
    /*background-color: #32448a;*/
  }
  
  
  
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #fff;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: 0;
  }
  #cssmenu #menu-button > a {
    padding: 5px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    right: 20px;
    top: 15px;
	box-sizing:content-box;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #000;
    right: 20px;
    top: 25px;
	box-sizing:content-box;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
  #cssmenu ul #menu-button::after,
  #cssmenu ul #menu-button::before {
    border-color: #fff;
  }
  .header-nav {
    float: left;
    margin: 10px 0 0;
	width: 100%;
}
#cssmenu ul li:hover > ul {
    background: none;
}

#cssmenu > ul > li > a {
    margin-right: 0;
}

#cssmenu ul li:hover > a, #cssmenu ul li a:hover li a:hover, #cssmenu ul ul li:hover > a {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #eee;
}
#cssmenu ul li a {
    padding: 8px 20px;
}
#cssmenu > ul > li > a, 
#cssmenu ul li a  {
    font-size: 14px;
    line-height: 21px;
    padding: 8px 20px;
}
#cssmenu > ul > li#menu-button > a {
    line-height: 28px;
}
}
