.menu-toggle{
	display: none;
}
.responsive-menu {
  display: none;
}
.user-icon{
	display: none;
}
.user-menu{
	display: none;
}

.submenu li{
	width: 50%;
	
}

.menu-toggle-social, .menu-round, .menu-line{
	display: none;
}

.scrolling-text{
	display: none;
}

.traductorMobile{
	display: none;
}

#players-prefix {
	display: none;
}

.responsive-menu {
  display: none;
  position: relative;
  z-index: 999;
}

.menu-list.active {
  display: inline-block;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

/* Rodapé móvel */
.mobile-footer {
	width: 100%;
	height: 50px;
	display: none;
	background-color: #333;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 10px;
}

.mobile-footer-content {
  /* conteúdo rodapé */
}

@media screen and (max-width: 480px) {
    .header-nav--primary.nav>li>a {
        padding-left: 10px;
        padding-right: 10px
    }
    .header-nav--primary.logged-out>li>a {
        padding: 26px 15px 24px
    }
    .header--search-bar {
        max-width: 50%
    }
    .header-member-info .member-profile {
        z-index: 9
    }
    .header-member--notifications .dropdown-menu {
        right: -88px;
        min-width: 260px
    }
    .topic-list-content--title {
        max-width: 38%
    }
    .topic-list-content--meta {
        display: none
    }
    #register .captcha-panel input.inputbox {
        width: 60%
    }
    #register .captcha-panel input.button2 {
        display: block;
        margin-top: 10px
    }
    fieldset.submit-buttons input {
        display: block;
        margin: 0 auto
    }
    fieldset.submit-buttons input:last-child {
        margin-bottom: 0
    }
    .topiclist-jumpbox--dropdown,
    .topiclist-jumpbox--dropup {
        display: none
    }
    #cColorSwitcher {
        margin-top: 45px
    }
    .search-pagination {
        display: block;
        text-align: left;
        margin-top: 30px
    }
    .search-pagination+ul {
        border-left: medium;
        margin-left: 0;
        padding-left: 0
    }
    .fl-left-480 {
        float: left!important
    }
    .clear-left-480 {
        clear: left
    }
    .db-480 {
        display: block
    }
    .hidden-480 {
        display: none!important
    }
    .bd-hidden-480 {
        border: none
    }
    .reset-margin-480 {
        margin: 0
    }
    .reset-padding-480 {
        padding: 0
    }
    .mt-9-480 {
        margin-top: 9px!important
    }
    .mt-10-480 {
        margin-top: 10px!important
    }
    .mb-10-480 {
        margin-bottom: 10px
    }
}
@media screen and (max-width: 320px) {
    .header--search-bar {
        width: 100%;
        max-width: none
    }
}

@media screen and (max-width: 767px) {
	* {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	}

	body {
		width: 100%;
		margin: 0;
		padding: 0;
	}
		
	/* estilos para telas menores que 768px */
	.menu-toggle {
		display: block;
		cursor: pointer;
	}
	.topnav ul {
		display: none;
		/* esconde o menu principal */
	}
	.topnav ul li {
		display: block;	
	}
		/* esconde o menu antigo */
	.topnav {
		display: none;
	}
  
	.menu-toggle-social, .menu-round, .menu-line{
		display: block;
	}

	.traductorMobile{
		display: block;
	}
	
  
  /* --------------------------------------------------------------------------------------------------------------------- */

  .responsive-menu {
    display: block;
  }
  .menu-toggle {
    display: block;
    background-color: #333;
    border: none;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .menu-toggle .bars {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px auto;
    transition: background-color 0.3s ease;
  }
  .menu-list {
    display: none;
    position: static;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #333;
    padding: 10px;
    list-style: none;
	background-color: rgb(0,0,0,.5);
    box-shadow: 2px 2px 10px 10px rgb(0 0 0 / 50%);
	max-height: calc(100vh - 60px);
	overflow-y: auto;
  }
  .menu-list li {
    display: block;
    margin: 10px 0;
	position: relative;
  }
  .menu-list li a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  }
  .menu-list .submenu li {
    margin: 5px 0;
  }
  .menu-list .submenu li a {
    font-size: 14px;
  }
  .menu-toggle.active .bars {
    background-color: #ff0000;
  }
  .menu-toggle.active + .menu-list {
    display: block;
  }
  
  .responsive-menu {
    display: block;
  }
  .menu-toggle {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 10px;
  }
  .menu-toggle .bars {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #000;
    transition: all 0.2s ease;
  }
  .menu-toggle .bars:first-child {
    margin-top: 0;
  }
  .menu-toggle .bars:last-child {
    margin-bottom: 0;
  }
  .menu-list, .submenu {
    display: none;
    position: fixed;
    list-style: none;
    z-index: 999;
  }
  .menu-list li {
	background-image: url(../images/scroll.gif);
    width: 100%;
    display: block;
    margin: 0;
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
	font-weight: 700;
    padding-left: 10px;
    border-image-slice: 17;
    text-transform: uppercase;
    position: relative; /* adicionado */
	width: 240px;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #610b0b;
	
  }
  .menu-list li:last-child {
    border-bottom: none;
  }
  .menu-list li a {
    color: #610b0b;
    text-decoration: none;
    font-size: 18px;
    display: block;
	font-family: "Trebuchet MS", Arial, sans-serif;
  }
  .menu-list .submenu li {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
	width: 100%;
	border: none;
  }
  .menu-list .submenu li:last-child {
    border-bottom: none;
  }
  .menu-list .submenu li a {
    color: #610b0b;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 10px 0;
  }
	.menu-list li:hover .submenu {
	  max-width: 300px;
	  white-space: nowrap;
	}
	.submenu {
	  display: none;
	  padding-left: 20px;
	}

	.submenu.visible {
	  display: block;
	}

	.menu-list > li > .submenu {
		position: static;
	}
	.menu-list > li {
	  position: relative;
	}

	.menu-list > li .submenu {
		width: 100%;
	}

	.menu-list > li .submenu li {
	  border-bottom: 1px solid #e4d3b7;
	  padding: 3px 0;
	}

	.menu-list > li .submenu li:last-child {
	  border-bottom: none;
	}

	.menu-list > li .submenu a {
	  color: #610b0b;
	  font-size: 12px;
	  text-decoration: none;
	  
	}
	
/* --------------------------------------------------------------------------------------------------------------------- */
	
	.bg-body {
		padding: 10px;
	}
	.topic--list {
		margin: 10px 0;
	}
	.submenu {
		padding: 5px;
	}
	.submenu-toggle {
		display: inline-block;
		margin-left: 5px;
		cursor: pointer;
	}
	.menu-list > li.aberto .submenu {
		display: block;
	}
	.menu-list > li > .submenu {
  background-image: none;
}

.menu-list > li > .submenu > li {
  background-color: rgba(97, 11, 11, 0.8); /* Altere a cor de fundo aqui */
}

	
	.wrapper {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
	}
/*
	img {
		max-width: 100%;
		height: auto;
	}*/
	
	.boosted {
		display: none;
	}

	
	.header--nav {
		display: none;
	}
	.wrapper2 {
		display: none;
	}
	.traductor {
		display: none;
	}
	#footer {
	   display: none; 
	}
	#copyright{
	  display: none; 
	}
	.topic--sidebar{
		display: none;
	}
	
	.container {
		padding-left: 0;
		padding-right: 0;	
	}
	
	.row {
		margin-left: 0;
		margin-right: 0;
	}

	.col-md-9 {
		padding-left: 0;
		padding-right: 0;
	}
	
	/* --------------------------------------------------------------------------------------------------------------------- */
	
	.nav-topo {
	  background-image: url(../images/header/header-background2.png);
	  background-size: 100% 70px;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 70px;
	  box-sizing: border-box;
	  z-index: 1000;
	}

	.nav-topo {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  background-repeat: no-repeat;
	  padding: 0 10px;
	}

	.left-section {
	  display: flex;
	  align-items: center;
	}

	.right-section {
	  display: flex;
	  align-items: center;
	  margin: 0px;
	  margin-top: -5px;
	}
	.middle-section {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.MobileAureraLogo {
		position: relative;
		top: 0px;
		width: 220px;
		height: 58px;
		background-size: contain;
		background-image: url(../images/logoMobile.png);
		background-position: center;
		background-repeat: no-repeat;
	}

	.user-icon {
	  display: block;
	  color: #fff;
	}
	
	.user-menu {
	  display: none;
	  position: absolute;
	  top: 70px;
	  right: 20px;
	  width: 200px;
	  background-image: url(../images/scroll.gif);
	  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	  padding: 2px;
	  border-radius: 5px;
	  z-index: 1001;
	}
	.user-menu.active {
	  display: block;
	}

	.user-menu {
	  display: none;
	}

	.rpg-button {
	  display: block;
	  width: 100%;
	  padding: 10px;
	  font-size: 16px;
	  text-align: center;
	  text-decoration: none;
	  color: #fff;
	  border: 1px solid #8B7355;
	  border-radius: 5px;
	  background-color: rgba(20, 20, 20, 0.5);
	  cursor: pointer;
	  transition: all 0.3s;
	}
	.user-menu-content {
		padding: 15px;
		text-align: center;
		background-color: rgba(20, 20, 20, 0.8);
		color: #fff;
		border: 1px solid #8B7355;
		border-radius: 5px;
	}

	.user-menu-content p {
		margin: 0;
		padding: 5px;
	}
	

	.welcome-text {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.logout-button {
		margin-top: 15px;
		background-color: #ff4d4d;
		border-color: #e60000;
		width: 100%;
		padding: 3px;
		text-align: center;
	}

	.logout-button:hover {
		background-color: #e60000;
		border-color: #cc0000;
	}
	.register-button {
		margin-top: 15px;
		background-color: #ff4d4d;
		border-color: #e60000;
		width: 100%;
		padding: 3px;
		text-align: center;
	}

	.register-button:hover {
		background-color: #e60000;
		border-color: #cc0000;
	}


	.rpg-button:hover {
	  background-color: rgba(40, 40, 40, 0.8);
	  color: #FFA500;
	  border-color: #FFA500;
	}

	.header{
		height: 180px;
	}
	.button-image {
	  width: 45px;
	  height: 45px;
	}

	.mobile-footer {
		display: block;
	}
	
	/* --------------------------------------------------------------------------------------------------------------------- */

	.menu-toggle-social {
	  width: 50px;
	  height: 50px;
	  border-radius: 50%;
	  background-image: url(../images/buttons/button_social.png);
	  background-size: cover;
	  background-position: center;
	  box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
	  position: absolute;
	  z-index: 5;
	  bottom: 0;
	  left: 0;
	  display: table;
	  text-align: center;
	  position: fixed;
	  margin: 20px;
	}


	.menu-toggle-social .fa {
	  color: #fff;
	  font-size: 1.6em;
	  display: table-cell;
	  vertical-align: middle;
	  transition: 0.4s;
	}

	.menu-toggle-social.open .fa {
	  transform: rotate(135deg);
	}

	.btn-app {
	  width: 2.5em;
	  height: 2.4em;
	  border-radius: 50%;
	  position: absolute;
	  background-color: #383134;
	  color: #fff;
	  text-align: center;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}

	.btn-app a {
	  color: inherit;
	  text-decoration: none;
	}

	.btn-app .fa {
	  line-height: 2.5em;
	}

	.open .btn-app {
	  box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
	}
	
	/* --------------------------------------------------------------------------------------------------------------------- */

	.menu-round {
	  position: fixed;
	  bottom: 0;
	  left: 0.85em;
	  z-index: 3;
	  margin: 12px;
	}

	.menu-round .btn-app {
	  bottom: 0.65em;
	  left: 0.25em;
	  transition: 0.4s;
	}

	.menu-round.open .btn-app:nth-of-type(1) {
	  left: 0.3em;
	  bottom: 4.25em;
	  transition-delay: 0.2s;
	}

	.menu-round.open .btn-app:nth-of-type(2) {
	  left: 3.5em;
	  bottom: 3.5em;
	  transition-delay: 0.1s;
	}

	.menu-round.open .btn-app:nth-of-type(3) {
	  left: 4.25em;
	  bottom: 0.5em;
	}


	.menu-line {
		position: fixed;
		z-index: 2;
		left: 1em;
		bottom: 2.5em;
	}

	.menu-line .btn-app {
	  bottom: 0;
	  left: 1em;
	  transition: 0.3s;
	  transition-delay: 0.5s;
	}

	.menu-line.open .btn-app:nth-of-type(1) {
	  transform: translateY(-5.45em);
	}

	.menu-line.open .btn-app:nth-of-type(2) {
	  transform: translateY(-8.25em);
	}

	.menu-line.open .btn-app:nth-of-type(3) {
	  transform: translateY(-11.25em);
	}

	.menu-line.open .btn-app:nth-of-type(4) {
	  transform: translateY(-14.25em);
	}
	
	/* --------------------------------------------------------------------------------------------------------------------- */
	
	#contribuir{
		font-size: 11px;	
	}
	
	#table-contribuir {
		width: 100%;
	}
	#erro-contribuir {
		width: 100%;
	}
	
	#gamemaster{
		font-size: 10px;
	}
	
	#banimentos{
		font-size: 12px;
		background: #f2e8cb;
		border: 2px dashed #000000;
	}
	
	.instructions ol > li {
		margin-left: 15px
	}
	
	/* --------------------------------------------------------------------------------------------------------------------- */
	
	.house-container {
		grid-template-columns: 1fr;
	}

	/* --------------------------------------------------------------------------------------------------------------------- */
	.skills-container td {
        flex-basis: auto; /* Resetando a largura da célula para o padrão */
    }
	
	/* --------------------------------------------------------------------------------------------------------------------- */
	#table-download{
		font-size: 12px;
		
	}
	
	/* --------------------------------------------------------------------------------------------------------------------- */
	
	.traductorMobile {
		background-color: rgba(20, 20, 20, 0.8);
		text-align: center;
		border-radius: 4px;
		padding: 6px;
	}
	/* --------------------------------------------------------------------------------------------------------------------- */
	/*
	#news-body img {
		width: 100%;
	}
	*/
	/* --------------------------------------------------------------------------------------------------------------------- */
	
	#players-prefix {
		width: 100%;
		display: block;
	}
	
	/* --------------------------------------------------------------------------------------------------------------------- */
	
	#coupon-pai{
		position: relative;
		color: #000000;
		font-family: 'Zen Dots', cursive;
		text-align: left;
		border: 1px dashed #b89245;
		border-radius: 4px;
		padding-left: 4px;
		padding-right: 4px;
		display: inline-block;
		top: 47px;
		left: 2px;
		
	}
	
	#coupon-prefix {
		position: relative;
		color: #000000;
		font-family: 'Zen Dots', cursive;
		text-shadow: 0 0 1px #e6ca55, 0 0 2px #d1b20c, 0 0 2px #d1b20c, 0 0 2px #d1b20c, 0 0 2px #d1b20c;
		font-size: 12px;
		text-align: center;
	}
	
	#message {
		position: relative;
		display: inline-block;
		color: #000000;
		text-shadow: 0 0 1px #FFD700, 0 0 5px #FFD700, 0 0 2px #FFD700, 0 0 2px #FFD700, 0 0 10px #FFD700;
		font-family: 'Zen Dots', cursive;
		font-size: 12px;
		text-align: left;
		opacity: 0;
		transition: opacity 1s;
	}

	#message.show {
		opacity: 1;
	}
	
	#players-prefix {
		position: relative;
		display: inline;
		color: #cbc9c9;
		font-family: 'Zen Dots', cursive;
		text-shadow: 0 0 1px #cbc9c9, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #cbc9c9;
		font-size: 17px;
		top: 42px;
		text-align: center;
		margin: 0 auto;
	}
	
	/* --------------------------------------------------------------------------------------------------------------------- */

	
}


