#menu_Nav,.moduleMobile{display:none ;}
@media screen and (max-width: 768px) {
	#menu_Nav,.moduleMobile{display:block ;}
	.news_pic,#newBridge,#hm_t_undefined,.pcModule{display:none;}
	<!--.fullSlide {padding-top:82px;}-->
}
@media screen and (min-width: 768px) {
	<!--.fullSlide {padding-top:192px;}-->
}
.moduleMobile a {
  color: #b1b1b1;
  text-decoration: none;
  -moz-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
.moduleMobile a:hover {
  color: #b1b1b1;
}
.moduleMobile .colorchange {
  color: #f35626;
    background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;
}
@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

#menu_Nav{
	right: 2%;
	position: fixed;
    width: 30px;
    height: 30px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
	z-index: 100;
	background:rgba(208,208,208,0.8);
}
.menu_btn{
	height: 30px;
    width: 30px;
	background: url(../images/nav_nav.png) no-repeat left bottom;
	background-size:30px 30px;
}





.moduleMobile nav {
  background: transparent;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
  height: 56px;
  font: 14px Rokkitt;
  position: fixed;
  top: 0;
  right: 0;
  text-transform: uppercase;
  width: 40%;
}
.moduleMobile #userPLink {
  position: relative;
}
.moduleMobile nav a{
  margin: 0 10px 0 0;
  text-shadow: 1px 1px 2px #212121;
} 
.moduleMobile #userMenuToggle {
  position: absolute;
  right: 0;
}
.moduleMobile ul #userMenu {
  background: #202020;
  list-style: none;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 0;
}
.moduleMobile #userMenu li {
  display: block;
  padding: 5px 10px;
  text-align: left;
  width: 50px;
}
.moduleMobileul #userMenu li a::after {
  content: attr(title);
}
.moduleMobile #userMenu li a:hover, #sideMenuContainer > a:hover {
  padding-left: 3px
}

.moduleMobile #scrollingNews {
  color: #fcfcfc;
}


#sideMenuClosed{}
.moduleMobile #sideMenuContainer {
  background: #232323;
  height: 100%;
  padding: 10px;
  position: fixed;
  right: -50%;
  width: 40%;
  z-index: 400;
}
.menu_icon {
	height: 120px;
	
}
.moduleMobile #sideMenuContainer h2 {
  color: #fcfcfc;
  font: 16px 'PT Sans', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.moduleMobile #sideMenuContainer > a {
  display: block;
  padding: 5px 10px;
}
.moduleMobile #sideMenuContainer > a::after {
  content: attr(title);
  font: 12px 'PT Sans', Helvetica, Arial, sans-serif;
  padding-left: 10px;
  text-transform: uppercase;
}

.moduleMobile #logo {
  display: block;
  font: 700 48px Helvetica, Arial, sans-serif;
  letter-spacing: 10px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: 100px;
  left: 0;
}
.moduleMobile #logo span {
  display: block;
  font-size: 12px;
  letter-spacing: 7.5px;
}

.moduleMobile #sourceCode {
  position: absolute;
  top: 50%;
  margin: 0 auto;
}