@charset "UTF-8";
.navigation {
  height: 60px;
  background: #262626;

  border-bottom: 2px solid #99804b;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 90%);
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
	background-image: url("../img/master/navback.jpg");
	font-weight: bold;
  font-size: 17px;
}

.brand {
  position: absolute;
  padding-left: 20px;
  /*float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;*/
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 15px;
  line-height: 58px;
  background: #daba76;
  border-bottom: 2px solid #99804b;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;

  border-left: 1px solid rgb(221, 208, 180);
  border-right: 1px solid rgb(186, 153, 85);
}
nav ul li a:hover,
nav ul li a:visited:hover { /*MAIN BTNS*/
  background: #b9964b;
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a { /*DROPDOWN BTNS*/
  padding: 15px;
  line-height: 20px;
  transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  background: #daba76;

  border-left: 0px;
  border-right: 0px;

  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.playnow {
	transition: 0.5s ease;
}

.playnow:hover {
	filter: contrast(150%);
}

#backToTop { 
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 20px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  color: white;
  cursor: pointer; 
  padding: 15px;
  border-radius: 10px; 
  background: linear-gradient(180deg, rgb(26 45 120) 0%, rgb(6 13 87) 100%);
  font-weight: bold;
  border: 2px solid #a9c5d9;
  transition: 0.5s ease;
  opacity: 0.6;
  box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.3);
} 

#backToTop:hover { 
  opacity: 1;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #ac935d;
  height: 60px;
  width: 70px;
}

.randomonind {
  margin-bottom: 20px;
  margin-top: 30px;
}

.navmobsoc {
  padding-top: 15px; 
  padding-left: 15px; 
  border-bottom: 2px solid #99804b; 
  padding-bottom: 15px; 
  gap: 5px; 
  display: flex;
}

.worldcontain {
  gap: 10px;
  display: grid;
  align-content: center;
  width: 400px;
  margin-left: -35px;
}

.worldcontain_txtsml {
  text-shadow: 2px 1px 2px #000000;
  color: white;
  font-size: 15px;
  text-align: right;
  line-height: initial;
}

.worldcontain_txtitle {
  text-shadow: 2px 2px 2px #000000;
  color: white;
  font-size: 30px;
  text-align: center;
  line-height: initial;
  font-family: 'runescape_uf', serif;
}

@media only screen and (max-width: 820px) { /*is if 820px or less*/
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 60px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
  .indnewscroll {
    display: none;
  }
  .imgmvmleft, .imgmvmright {
  	display: none;
  }
  .content {
    text-align: left;
  }
  .navmobsoc {
    padding-left: 30px;
  }
  .worldcontain {
    margin-left: 0px;
  }
  .worldcontain_txtsml {
    text-align: center;
  }
}
@media screen and (min-width: 821px) { /*is if 821px or more.*/
  .nav-list {
    display: block !important;
  }
  .updatebtnnew {
    display: none;
  }
}
@media screen and (max-width: 600px) { /*is it 600px or less*/
  .randomonind {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .monhovind img {
    width: 64px;
    height: 64px;
  }
  .divrev1 {
    margin-top: -1px;
    margin-bottom: 30px;
    width: auto;
  }
  .divrev2 {
    margin-bottom: 20px;
    margin-top: 40px;
    width: 100%;
  }
  .divrev {
    flex-direction: column-reverse;
  }
  #info300124, #info241224 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  /*padding: 10px 35px 16px 0px;*/
  padding-top: 5px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}



body > div > div.header.clearfix > section > div > nav > ul > li:nth-child(3) > ul > li:nth-child(1) > div > a:after {
 content: none;
}