/* Space out content a bit */
body {
	padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header, .details, .footer {
	padding-right: 0px;
	padding-left: 0px;
}

.ni-list {
	margin-left: 15px;
}

.art-summary {
	padding: 10px;
	font-size: 1.5em;
}

.art-content {
	padding: 10px;
	font-size: 1.25em;
	margin-top: 200px;
}

.responsivenewsimg {
	max-width: 100%;
	height: auto;
}

.n-mainpic {
	box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 30%);
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.n-mainpicinner {
	box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 30%);
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.n-titleswrap {
	display: inline-block;
	width: 600px;
	margin: auto;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
}

.n-titlesstyle {
	font-size: 30px;
	font-family: 'runescape_uf', serif;
	color: white;
	text-shadow: 2px, 2px, 2px, #000000;
	letter-spacing: 1px;
}

.n-titlesstylesmall {
	font-size: 15;
	color: white;
	text-shadow: 2px, 2px, 2px, #000000;
	letter-spacing: 1px;
}

.n-mainwrap {
	display: flex;
	flex-wrap: wrap;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 20em; 
}

.n-maininner {
	background-image: url('../img/master/contbgtempMID.jpg'); 
	background-repeat: repeat; 
	display: inline-block;
	margin-bottom: 10px; 
	border-radius: 26px; 
	box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 30%); 
	border-width: 3px; 
	border-style: ridge; 
	border-color: #d9ac59;
	text-shadow: 1px 1px 1px #000000;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	align-content: center;
	text-align: initial;
	margin-top: 10px;
}

.n-socialcontain {
	width: auto;
	height: 50px;
	margin-top: 10px;
}

.n-disccontain {
	height: 43px;
	background-color: #404eed;
	width: auto;
	float: left;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 30%); 
}

.n-twitcontain {
	height: 43px;
	background-color: #28a9e0;
	width: auto;
	float: right;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 30%); 
}

.n-discico {
	float: left;
	padding: 10px;
	background-color: #262f8e;
	padding-top: 13px;
	border-radius: 5px;
}

.n-twitico {
	float: left;
	padding: 10px;
	background-color: #2290bf;
	padding-top: 13px;
	border-radius: 5px;
}

.n-soctext {
	width: 120px;
	text-align: center;
	line-height: 40px;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
}

/* Custom page footer */
.footer {
	padding-top: 19px;
	border-top: 1px solid #313131;
}

.pegiicons {
	float: right;
	display: flex;
}

.footersocials {
	float: left;
	display: flex;
}

.footertexts {
	display: flow-root;
	text-align: center;
}

/* MAPVIEWTEST */

.port {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.port>* {

}

.placetest {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 100px;
	background-color: aquamarine;
}

area {
	cursor: pointer;
	outline: 5px solid var(--red);
}

.one {
    display: none;
}

.dropdowntest-content {
  position: absolute;
  display: none;
  background-color: black;
  min-width: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 10;
  top: 0;
  left: 0;
}

.show {
  display: block;
}

/* EXPLORE STYLES */
iframe {
	border: 0px;
	border-color: azure;
	border-style: solid;
	border-width: 30px;
	border-color: black;
	background-color: beige;
}

/* SEARCH STYLES */

#myInput {
  background-image: url('../css/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 95%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #000;
  margin-bottom: 12px;
  border-radius: 10px;
  box-shadow: inset 0 0 10px #000000;
  margin-top: 15px;
  transition: 0.3s;
  opacity: 0.5;
}

#myInput:focus {
  background-image: url('../css/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 95%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #000;
  margin-bottom: 12px;
  border-radius: 10px;
  box-shadow: inset 0 0 10px #000000;
  margin-top: 15px;
  opacity: 1.0;
}

/* MAP BOX STYLES */

.innertitlefont {
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: -10px;
	float: left;
}

.innerimg {
	float: left;
	margin-bottom: 10px;
	box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 30%);
}

/* MAP POSITION STYLES */

#invDiv, #talentDiv, #bossSelect, #avaDiv, #changeLog {
	background-image: url('../img/master/contbgtempMID.jpg'); 
	background-repeat: repeat; 
	display: inline-block;
	margin-bottom: 10px; 
	border-radius: 26px; 
	box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 30%); 
	border-width: 3px; 
	border-style: ridge; 
	border-color: #d9ac59;
	text-shadow: 1px 1px 1px #000000;
	width: auto;
	margin-left: 5%;
	margin-right: 100%;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	align-content: center;
	text-align: initial;
	margin-top: 10px;
	position: absolute;
	top: 20%;
	max-width: 600px;
}

#bossBG, #medalBG {
	background-image: url('../img/master/contbgtempMID.jpg');
    background-repeat: repeat;
    margin-bottom: 10px;
    border-radius: 26px;
    box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 30%);
    border-width: 3px;
    border-style: ridge;
    border-color: #d9ac59;
    text-shadow: 1px 1px 1px #000000;
    margin-left: 5%;
   /* align-content: center; */
    text-align: initial;
    margin-top: 10px;
    max-width: 600px;
   /* width: fit-content;*/
    position: absolute;
    background-color: #56560b;
    z-index: 100;
    left: 0;
    right: 0;
    margin-inline: auto;
   /* height: auto;*/
    padding: 10px;
    top: 25%;
	height: 350px;
	width: 200px;
}

#info300124, #info241224 {
	background-image: url('../img/master/contbgtempMID.jpg');
    background-repeat: repeat;
    margin-bottom: 10px;
    border-radius: 26px;
    box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 30%);
    border-width: 3px;
    border-style: ridge;
    border-color: #d9ac59;
    text-shadow: 1px 1px 1px #000000;
    margin-left: 5%;
   /* align-content: center; */
    text-align: initial;
    margin-top: 10px;
    max-width: 600px;
   /* width: fit-content;*/
    position: absolute;
    background-color: #56560b;
    z-index: 100;
    left: 0;
    right: 0;
    margin-inline: auto;
   /* height: auto;*/
    padding: 10px;
	height: auto;
	width: auto;
}


.invstyle {
	border: 1px solid;
	border-color: #000000;
	padding: 2px;
}

.detailsmapinner {
	margin-top: 30px;
	margin-bottom: 10px;
	float: right;
}

#close {
    float: right;
    padding:2px 5px;
    background:#ccc;
    float: right;
}

#close:hover {
  float:right;
  padding:2px 5px;
  background:#ccc;
  color:#fff;
}

.show {
  display: block;
}

area {
  cursor: pointer;
}

/* ANIMATION HERE */

.footertwitter {
	opacity: 0.3;
	transition: 0.2s;
}

.footerdiscord {
	opacity: 0.3;
	transition: 0.2s;
}

.footeryoutube {
	opacity: 0.3;
	transition: 0.2s;
}

.footerdb {
	opacity: 0.3;
	transition: 0.2s;
}

.footertwitter:hover {
	opacity: 1.0;
}

.footerdiscord:hover {
	opacity: 1.0;
}

.footeryoutube:hover {
	opacity: 1.0;
}

.footerdb:hover {
	opacity: 1.0;
}

.dwnloadbtn {
	background-color: red; 
	background: rgb(255,0,0);
	background: linear-gradient(0deg, rgba(255,0,0,1) 0%, rgba(255,116,116,1) 100%);
	padding: 10px; 
	width: 150px; 
	text-align: center; 
	box-shadow: 0px 0px 5px 4px rgba(255,0,0,1); 
	font-weight: bold; 
	color: white;
	opacity: 0.3;
	transition: 0.5s;
	border-radius: 30px;
	cursor: pointer;
}

.dwnloadbtn:hover {
	background-color: red;
	background: rgb(255,0,0);
	background: linear-gradient(0deg, rgba(255,0,0,1) 0%, rgba(255,116,116,1) 100%);
	padding: 10px; 
	width: 150px; 
	text-align: center; 
	box-shadow: 0px 0px 5px 4px rgba(255,0,0,1); 
	font-weight: bold; 
	color: white;
	opacity: 1.0;
	border-radius: 10px;
}

.betabtn {
	background-color: rgb(119, 119, 119); 
	background: rgb(62,62,62);
	background: linear-gradient(0deg, rgba(62,62,62,1) 0%, rgba(196,196,196,1) 100%);
	padding: 10px; 
	width: 150px; 
	text-align: center; 
	box-shadow: 0px 0px 5px 4px rgb(119, 119, 119); 
	font-weight: bold; 
	color: white;
	opacity: 0.3;
	transition: 0.5s;
	border-radius: 30px;
	cursor: pointer;
}

.betabtn:hover {
	background-color: rgb(119, 119, 119); 
	background: rgb(62,62,62);
	background: linear-gradient(0deg, rgba(62,62,62,1) 0%, rgba(196,196,196,1) 100%);
	padding: 10px; 
	width: 150px; 
	text-align: center; 
	box-shadow: 0px 0px 5px 4px rgb(119, 119, 119); 
	font-weight: bold; 
	color: white;
	opacity: 1.0;
	border-radius: 10px;
}

.discbtn {
	background-color: blue; 
	background: rgb(0,4,255);
	background: linear-gradient(0deg, rgba(0,4,255,1) 0%, rgba(116,130,255,1) 100%);
	padding: 10px; 
	width: 200px; 
	text-align: center; 
	box-shadow: 0px 0px 5px 4px rgba(0,0,255,1); 
	font-weight: bold; 
	color: white;
	opacity: 0.3;
	transition: 0.5s;
	border-radius: 30px;
	cursor: pointer;
}

.discbtn:hover {
	background-color: blue; 
	background: rgb(0,4,255);
	background: linear-gradient(0deg, rgba(0,4,255,1) 0%, rgba(116,130,255,1) 100%);
	padding: 10px; 
	width: 200px; 
	text-align: center; 
	box-shadow: 0px 0px 5px 4px rgba(0,0,255,1); 
	font-weight: bold; 
	color: white;
	opacity: 1.0;
	border-radius: 10px;
}

.discbtnnew {
	font-weight: bold; 
	color: white; 
	text-align: center;
	background-color: blue; 
	background: rgb(0,4,255);
	background: linear-gradient(0deg, rgba(0,4,255,1) 0%, rgba(116,130,255,1) 100%);
	opacity: 0.3;
	transition: 0.5s;
	border-radius: 30px;
	cursor: pointer;
	width: 120px;
	border: 1px solid black;
}

.discbtnnew:hover {
	font-weight: bold; 
	color: white; 
	text-align: center;
	background-color: blue; 
	background: rgb(0,4,255);
	background: linear-gradient(0deg, rgba(0,4,255,1) 0%, rgba(116,130,255,1) 100%);
	opacity: 0.7;
	border-radius: 30px;
	cursor: pointer;
	width: 120px;
	border: 1px solid black;
}

.updatebtnnew:hover {
	font-weight: bold; 
	color: white; 
	text-align: center;
	background-color: yellow; 
	background: rgb(255, 251, 0);
	background: linear-gradient(0deg, rgb(155, 152, 0) 0%, rgb(232, 236, 2) 100%);
	opacity: 0.7;
	border-radius: 30px;
	cursor: pointer;
	width: 250px;
	border: 1px solid black;
}

.updatebtnnew {
	font-weight: bold; 
	color: white; 
	text-align: center;
	background-color: yellow; 
	background: rgb(255, 251, 0);
	background: linear-gradient(0deg, rgb(155, 152, 0) 0%, rgb(232, 236, 2) 100%);
	opacity: 0.3;
	transition: 0.5s;
	border-radius: 30px;
	cursor: pointer;
	width: 200px;
	border: 1px solid black;
}



.dlbtnnew {
	font-weight: bold; 
	color: white; 
	text-align: center;
	background-color: blue; 
	background: rgb(255,0,0);
	background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(138,0,0,1) 100%);
	opacity: 0.3;
	transition: 0.5s;
	border-radius: 30px;
	cursor: pointer;
	width: 120px;
	border: 1px solid black;
}

.dlbtnnew:hover {
	font-weight: bold; 
	color: white; 
	text-align: center;
	background-color: blue; 
	background: rgb(255,0,0);
	background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(138,0,0,1) 100%);
	opacity: 0.7;
	border-radius: 30px;
	cursor: pointer;
	width: 120px;
	border: 1px solid black;
}


.monfocus {
	padding-left: 20px; 
	padding-top: 10px;
	transition: 0.5s;
}

.monfocus:hover {
	padding-left: 20px; 
	padding-top: 10px;
	transform: translateY(-10px);
}

.monfocusinner {
	width: 100%;
	margin: auto;
	width: 150px;
	transition: 0.2s;
	cursor: grab;
}

.monfocusinner:hover {
	transform: translateZ(0) scale(1.08);
}

.worldfocus {
	padding-top: 10px;
	transition: 0.5s;
}

.worldfocus:hover {
	padding-top: 10px;
	transform: translateY(-10px);
}

.loveheart {
	background-image: url('../img/master/hp.png');
	display: none;
	width: 30px;
	height: 25px;
	animation: fade 0.2s linear -0.1s 1 normal backwards;
}

@keyframes fade {
	0% {opacity: 10%;}
	50% {transform: scale(1.0);}
	100% {transform: scale(1.08);}
}

@keyframes clicklove {
	0% {transform: scale(1.08);}
	50% {transform: scale(1.0);}
	100% {transform: scale(1.08);}
}

.monfocusinner:active {
	animation: gelatine 0.5s;
	cursor: pointer;
}

.monfocusinner:active + .loveheart {
	display: inline-block;
	position: absolute;
	animation: clicklove 0.2s linear -0.1s 1 normal backwards;
}

@keyframes gelatine {
	from, to { transform: scale(1, 1); }
	25% { transform: scale(0.9, 1.1); }
	50% { transform: scale(1.1, 0.9); }
	75% {  transform: scale(0.95, 1.05); }
}


/* Customize container */
@media ( min-width : 800px) {
	.container {
		max-width: 1200px;
	}
}



.container-narrow>hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
	background-image: url('../img/master/maintitle.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 250px;
}

.jumbotron h1 {
	color: #ddd;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption h1 {
	color: #fff;
}

.lead {
	background: rgba(0, 0, 0, 0.500);
	color: #fff;
	border-radius: 20px;
}

/* Supporting content */
.details {
	margin: 40px 0;
}

.details p+h4 {
	margin-top: 28px;
}

#stad-carousel {
	width: 500px;
}

#stad-map {
	position: relative;
	padding-bottom: 20%; 
	overflow: hidden;
	width: 75%;
	min-width: 400px;
	min-height: 400px;
}

#stad-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.modal-content {
	position: relative;
	margin: auto;
	padding: 0;
	width: 90%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
  }


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) { /*Works if document is X pixels or less (MIN-WIDTH)*/
	/* Remove the padding we set earlier */
	.header, .details, .footer {
		padding-right: 0px;
		padding-left: 0px;
	}
	/* Space out the masthead */
	.header {
		margin-bottom: 30px;
	}
	/* Remove the bottom border on the jumbotron for visual effect */
	.jumbotron {
		border-bottom: 0;
	}
}

/* Responsive: Portrait smallest phones and up */
@media screen and (max-width: 600px) { /*Works if document is X pixels or less. (MAX-WIDTH), if this was (MIN-WIDTH) it would show the images at X pixels or less.
	/* Remove the padding we set earlier */
	.header, .details, .footer {
		padding-right: 0px;
		padding-left: 0px;
	}

}

@media screen and (min-width: 1164px) { /* Was 1164 */
	/*Center position on the bestiary table on smaller screens */
	body > div > div.row.details > div:nth-child(2) > div:nth-child(2) > div > div { /*bestiary container */
		justify-content: center;
		/* display: flex; */
	}

}

tr:hover {
	cursor: default;
}

tr[data-href] {
	cursor: pointer;
}



/* NAVBAR CSS STARTS HERE */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
  }
  
  .topnav {
	overflow: hidden;
	background-color: #333;
	border: 2px solid #99804b;
	border-radius: 5px;
	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;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
  }
  
  .topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	border-left: 1px solid rgb(221, 208, 180);
	border-right: 1px solid rgb(186, 153, 85);

	transition: color .35s, background-color .35s, border-color .35s;
	opacity: 0.80;
  }
  
  .topnav a:hover {
	background-color: #947e507a;
	color: rgb(255, 255, 255);		
	opacity: 1.0;
	cursor: pointer;
  }
  
  .topnav a.active {
	background-color: #bda370;
	color: white;
  }
  
  .topnav .icon {
	display: none;
  }

  /* Create a right-aligned (split) link inside the navigation bar */
.topnav a.split {
	float: right;
	color: white;
	height: 52px;
	padding-top: 20px;
  }
  
  @media screen and (max-width: 1050px) { /* As you add/remove links to the nav bar, change width */
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
	  float: right;
	  display: block;
	  height: 52px;
	}
  }
  
  @media screen and (max-width: 1050px) { /* NavBar positioning on resize */
	.topnav.responsive  {position: fixed; }
	.topnav.responsive .icon {
	  transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out;
	  position: absolute;
	  right: 0;
	  top: 0;
	  height: 52px;
	}
	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left; /* Can change/remove for test positoning on the rollover nav, remove for text in middle on responsive list */
	}
  }
  
  .PermalinkOverlay {
    background: rgba(0,0,0,0.5);
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010;
}

  /* NAVBAR CSS ENDS HERE */


  /* EXTRA TEXTS */

  .collapsibleIndexfaq {
	background-color: #7770;
	color: white;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	margin-bottom: 10px;
  }

  .collapsibleIndexfaq:after {
	content: '\21B4'; /* Unicode character for "down arrow" */
	color: white;
	float: right;
	margin-left: 5px;
  }

  .active, .collapsibleIndexfaq:hover {
	background-color: #5550;
  }

  canvas { 
	display:block; 
	/* margin:1em auto; */
	background:rgb(0, 0, 0); 
	border:1px solid rgb(0, 0, 0);
	/* cursor: grabbing;*/
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.3);
}

.loader {
    position: fixed;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://digitalbox.co.uk/PS/img/logos/gifloading.gif') 50% 50% no-repeat rgb(249,249,249);
    background-color: rgb(192,164,108);
}

/* NEW MAP AND CONTROLLERS */

.pancontainer{
	position: relative;
	overflow: hidden;
	width: 500px; /* default pan container width */
	height: 200px; /* default pan container height */
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.3);
	margin: 10px;
	border: 1px solid black;
}

.pancontainer img{
	display: block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

ul.zoomcontrols{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	bottom: -1px;
	right: 0;
	display: block;
	background: #eee;
	opacity: 0.5;
	cursor: pointer;
	user-select: none;
}

ul.zoomcontrols li{
	display: block;
	width: 40px;
	height: 40px;
	font: bold 2em Arial;
	text-align: center;
	border-bottom: 1px solid gray;
}

ul.zoomcontrols li:hover{
	background: #D1D1D1;
}



ul.testcontrols{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	bottom: 100px;
	right: 0;
	display: block;
	background: #eee;
	opacity: 0.5;
	cursor: pointer;
	user-select: none;
}

ul.testcontrols li{
	display: block;
	width: 40px;
	height: 40px;
	font: bold 2em Arial;
	text-align: center;
	border-bottom: 1px solid gray;
}

ul.testcontrols li:hover{
	background: #D1D1D1;
}


/* NEW MAP AND CONTROLLERS ENDS HERE */

.beastspritetable td {
	padding: 10px;
	cursor: pointer;
}

.beastspritetable img {
	background-color:#cdbb94;
	outline: 5px solid #cdbb94;
}

body > div > div.row.details > div:nth-child(1) > div.bgbestiary > div > div:nth-child(2) > table > tbody > tr:nth-child(1) > td:nth-child(4) > img,
body > div > div.row.details > div:nth-child(1) > div.bgbestiary > div > div:nth-child(6) > table > tbody > tr:nth-child(1) > td:nth-child(4) > img,
body > div > div.row.details > div:nth-child(1) > div.bgbestiary > div > div:nth-child(10) > table > tbody > tr:nth-child(1) > td:nth-child(4) > img {
	margin-top: 2px;
}

.errorwrapper {
	justify-content: center;
	display: flex;
}

.mainerror {
	width: 500px;
	text-align: center;
	height: 440px;
	background-image: url('../img/master/errorinner_mid.png');
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
	font-weight: bold;
	font-size: 25px;
}

.mainerrorinner {
	margin-top: 50px;
}

.mainerrorleft {
	width: 44px;
	height: 435;
	float: left;
}

.mainerrorright {
	width: 44px;
	height: 435;
	float: right;
}

.errorbtnhome {
	background-image: url('../img/master/explore_btn.png');
	height: 73px;
	line-height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
	cursor: pointer;
}

.errorbtnhome:hover {
	filter: contrast(120%) brightness(150%);
}

.errorbtnhomeLRG {
	background-image: url('../img/master/explore_btnLRG.png');
	height: 73px;
	line-height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.5s;
	cursor: pointer;
}

.errorbtnhomeLRG:hover {
	filter: contrast(120%) brightness(150%);
}

.mapbtnexpl {
	width: 100%;
    background-color: blanchedalmond;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid black;
    margin-top: 10px;
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.45);
    color: black;
    font-weight: bold;
}

/*DLBTN STARD */
.dlbtn {
	justify-content: center;
	display: flex;
	margin-top: 5px;
	transition: 0.5s;
	cursor: pointer;
}

.dlbtn:hover {
	filter: contrast(110%) brightness(120%);
}

.dlbtnmid {
	background-image: url('../img/master/explore_btnMID.png');
	line-height: 75px;
	width: 180px;
}

.dlbtnleft {
	width: 35px;
	height: 73px;
	float: left;
}

.dlbtnright {
	width: 35px;
	height: 73px;
	float: right;
}
/*DLBTN END */

.select-box {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #60666d;
}

.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #fff;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}
.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

/*EXTRA STYLES*/
.contentInfo {
	padding: 0 18px;
	display: none;
	overflow: hidden;
}

/* KB STYLES */
.comhubbtn {
	width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-weight: bold;
    opacity: 0.7;
    transition: 0.2s ease;
    text-decoration: unset;
	background-image: url(../img/master/expbtnbg.png);
	color: white;
	text-shadow: 1px 1px 1px #000000;
}

.comhubbtnlocked {
	width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-weight: bold;
    opacity: 0.3;
    cursor: default;
	background-image: url(../img/master/expbtnbg.png);
	color: white;
	text-shadow: 1px 1px 1px #000000;
}

.comhubbtn:hover {
	width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-weight: bold;
    opacity: 1;
    text-decoration: unset;
	background-image: url(../img/master/expbtnbg.png);
	color: white;
	text-shadow: 1px 1px 1px #000000;
}

.panel-title::after {
	content: '\21B4';
	float: right;
	margin-top: -25px;
}

@keyframes particle-ani-1 {
  0% {background-position: 0 0;}
  50% {background-position: 220rem 66.8125rem;}
  100% {background-position: 0 0;}
}

@keyframes play {
	100% {background-position-y:128px;}
}

@keyframes playsml {
	100% {background-position-y:128px;}
}

tfoot {
	opacity: 0.5;
}

.explomaphov:hover {
	width: 100%;
}

.explomaphov
{
	width: 20%;
	height: 300px;
	transition: width 0.3s ease;
	background-size: cover;
}

.explomaphovind:hover {
	width: 50%;
}

.explomaphovind
{
	width: 33%;
	height: 300px;
	transition: width 0.3s ease;
	background-size: cover;
}

.monhovind {
	transition: 0.3s ease;
}

.monhovind:hover {
	transform:  translateZ(0) scale(1.2);
}

.exploico{
    width: 52px;
    height: 52px;
    top: 40%;
    position: relative;
	float: right;
	left: 25px;
}

.expsmalico {
	transition: 0.5s;
	margin-top: 20px;
}

.expsmalicoKB {
	transition: 0.5s;
	margin-top: 20px;
	margin-left: 20px;
}

.expsmalico:hover {
	transform: translateY(-10px);
}

.expsmalicoKB:hover {
	transform: translateY(-10px);
}

.expsmalico_locked {
	filter: grayscale(100%);
	margin-top: 20px;
    margin-left: 25px;
	opacity: 0.5;
}

.expsmalico:hover {
	transform: translateY(-10px);
}

.expbeastbtn {
	width: 226px; 
	margin-top: 240px;
	transition: all 0.3s ease;
}

.expbeastbtn:hover {
	opacity: 1.0;
	cursor: pointer;
	filter: grayscale(0%) contrast(150%);
}

@keyframes beast-hue {
	0% {filter: contrast(70%) opacity(50%);}
	50% {filter: contrast(200%) opacity(100%);}
	100% {filter: contrast(70%) opacity(50%);}
  }

.playnow:hover {
	transition: 1s ease;
	filter: contrast(130%);
}

.indnewscroll {
	width: 800px;
	margin-bottom: -40px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.indcarapos {
	width: 50%;
	height: auto;
}

td a { display: block; width: 100%; height: 100%; }

.divrev1 {
	width: 500px; 
	margin-top: 50px; 
	margin-bottom: 20px;
}

.divrev2 {
	width: 530px; 
	height: 300px; 
	display: flex; 
	margin-bottom: 20px;
	image-rendering: pixelated;
}

.noeggmov {
	height: 40px;
    background-color: #bd994f;
    border-radius: 20px;
    text-align: center;
    border: solid #684706;
    font-weight: bold;
    color: black;
}

.wayplaystory {
	transition: 0.3s;
	opacity: 0.8;
	filter: greyscale(0.6);
}

.wayplaystory:hover {
	transform: translateX(10px);
	filter: contrast(120%);
	cursor: pointer;
	opacity: 1;
}

.movefocusinfo {
	margin: auto;
    pointer-events: none;
    border-spacing: 10px;
    border-collapse: separate;
    font-size: x-large;
    text-align: center;
    width: 100px;
}

.moveshowhidebtn {
	text-align: center;
    width: 150px;
    font-family: 'runescape_uf', serif;
    border: 0px;
    background-color: #7a5b1b;
    font-size: large;
    transition: 1s;
    border-radius: 15px;
    border: black 1px solid;
    opacity: 0.7;
}

.moveshowhidebtn:hover {
	opacity: 1;
}


/* new healthbar style on clicker */
div#value {
	display: block;
	/* position: absolute; */
	z-index: 2;
	height: 20px;
	background: linear-gradient(0deg, rgb(255 0 0) 0%, rgb(147 0 0) 100%);
	left: 0;
    border-radius: 20px;
	transition: width 0.2s linear;
}


.w3-animate-fading
{animation:fading 3s infinite}
@keyframes fading{0%{opacity:0}70%{opacity:1}100%{opacity:0}}

/* KB STYLES */
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
  }
  
  .carousel-fade .carousel-inner .active {
	opacity: 1;
  }
  
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
  }
  
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
  }
  
  .carousel-fade .carousel-control {
	z-index: 2;
  }
  
  /*
	WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
	Need to override the 3.3 new styles for modern browsers & apply opacity
  */
  @media all and (transform-3d), (-webkit-transform-3d) {
	  .carousel-fade .carousel-inner > .item.next,
	  .carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	  }
	  .carousel-fade .carousel-inner > .item.prev,
	  .carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	  }
	  .carousel-fade .carousel-inner > .item.next.left,
	  .carousel-fade .carousel-inner > .item.prev.right,
	  .carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	  }
  }