


blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

#hamburgermenu li{font-size:16px;}
.sonmenu{padding:5px 10px 5px 10px;}
.sonmenu li{font-size:16px!important;height:24px;line-height:24px;background:none!important;}
.sonmenuson li{font-size:14px!important;}
/** page structure **/
#content {
  max-width: 1000px;
  background: #fff;
  padding: 25px 65px;
  margin: 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

header {
  display: block;
  width: 100%;
  height: 22px;  

}

#navbar {
  max-width: 1000px;
  margin: 0 auto;
}

.menubtn {
 
  position:absolute; 
  z-index: 101;
  color: #274a61;
  text-decoration: none;
  font-size: 0em;
  line-height: 0em;
  top: 9px;
  right:9px;
  padding: 15px;
  background-image: url('../img/hamburger.png');
  background-position: 50% 50%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}
.menubtn:hover, .openmenu .menubtn {
  color: #bdd43e;
  background-image: url('../img/hamburger-active.png');
}

/** toggle menu **/
body.openmenu {
  position: fixed;
  overflow:hidden;
}

#pgcontainer {
  padding: 45px 0;
  margin: 0;
}

.overlay {
  position: fixed;
  z-index: 99;
  background-color: rgba(0,0,0,0.5);
  bottom: 0;
  right: 0;
  left: 0;
}

.openmenu .overlay {
  top: 0;
}


#hamburgermenu {
  height: 100%;
  width: 0;
  background:rgba(32,92,164,0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  -moz-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  box-shadow: 3px 0 7px rgba(0,0,0,0.55);
}
#hamburgermenu>ul {
  margin-top: 45px;
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
}
#hamburgermenu ul li {
  display: block;
  background:rgba(255,255,255,0.2);
  margin-top:2px;
  line-height:40px;
}
#hamburgermenu ul li a {
  display: block;
  min-width: 130px;
  padding: 0 8px;
  color: #fff;
  font-size: 1em;  
  text-decoration: none;
  text-align: center;
}
#hamburgermenu li a:hover {
  color: #fff;
  background: #2c2c2c;
}