/* Global Styles (portrait) ----------- */
body {
	-webkit-text-size-adjust: none;
}
input, button, textarea {
	-webkit-appearance:none;
}
#toggle-menu {
background-color: transparent;
color: #fff;
font-size: 1.15em;
font-weight: 600;
padding: 10px 12px;
text-transform: uppercase;
display:none;
}
#toggle-menu::before {
	content: "\f0c9";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

@media only screen and (max-width : 940px) {
#topMenu {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
}
#logo h1 a {
  background-size: 300px 84px; -webkit-background-size: 300px 84px;
  height: 84px;
  width: 300px;
}
#headerRight {
  clear: both;
  float: none;
  padding-top: 20px;
  text-align: center;
}
#headerRight img {
  height: 70px;
  margin: 0 15px !important;
}
#navBar .wrapper{padding:0}
#toggle-menu{display:block}
#navigation > ul.desktopMenu {
  position: relative;
  width: 100%; display:none;
}
#navigation > ul.desktopMenu > li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}
#navigation > ul.desktopMenu > li > a{display:block}
#navigation > ul.desktopMenu > li > ul {
  display: block !important;
  height: auto !important;
  left: inherit;
  opacity: 1 !important;
  position: relative;
  top: inherit;
  width: 100%;
}
#navigation > ul.desktopMenu > li > ul > li {
  border-bottom: medium none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
.loginBxClass {
  padding: 40px 25px 20px;
}
}
@media only screen and (max-width : 640px) {
	#topMenu {
  margin: 0;
  padding: 0 0 20px;
  position: relative;
  right: inherit;
  text-align: center;
}
#logo {
  float: none;
}
#logo h1 a {
  background-size: 270px 75px; -webkit-background-size: 270px 75px; 
  height: 75px;
  margin: 0 auto;
  width: 270px;
}
#headerRight img {
  height: 55px;
  margin: 0 15px !important;
}
.grid3{width:50%}
#loginBxArea {
  float: none;
  margin-bottom: 40px;
  width: 100%;
}
#registerBxArea{float:none; width:100%}
#updateBxArea{width:100%;}
}