/* Theme version: 1.50-alt. */

body {
 
	
  -webkit-background-size: fill;
  -moz-background-size: fill;
  -o-background-size: fill;
	color: var(--text);
	text-align: left;
	line-height: 1.5;
	margin: 0;
	font-family: "Open Sans", Arial, Sans-serif;
	font-size: 12px;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	border-collapse: collapse;
}

summary#forums {
  list-style:none;
}

iframe html body div {
	color: var(--text) !important;
}

/* ------- centers text in the ranks table -----------*/
.center {
	text-align: center;
}

#authorinfo {
	background-color:var(--light);
}

#postfoot {
	background-color: var(--accent);
	padding: 2px;
}


.postbithead {
	font-size: 14px;
  font-weight: 600;
  background: none;
  color: var(--accent);
  padding: 0px;
  font-family: inherit;
  text-transform: uppercase;
  text-align: left;
	cursor: pointer;
}

	#quickinfostuff .details {
    display: block;
    margin-top: 5px;
}
#quickinfostuff .details .summary-target {
    display: none;
}
#quickinfostuff .details .summary-target.show {
    display: block;
}

#quickinfostuff nav {
  user-select: none;
  display: flex;
  justify-content: space-around;
	width:250px;
  margin:auto;
  margin-top:10px;
}
#quickinfostuff nav * {
  cursor: pointer;
}

#quickinfostuff .summary {
    background-color: var(--textbg);
    border: none;
    color: var(--text);
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline;
    font-size: 12px;
    margin: 1px;
}
#quickinfostuff .summary:hover {
    background: var(--textbg);
	color: var(--accent);
}
#quickinfostuff nav .summary {
    list-style: none;
}
#quickinfostuff nav .summary::-webkit-details-marker {
    display: none;
}
#quickinfostuff nav .summary {
    display: -webkit-inline-flex;
    position: relative;
    top: 0px;
    right: 0%;
    margin-bottom: 0.5em;
}

#quickinfostuff button {
    background-color: var(--textbg);
    border: none;
    color: var(--text);
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 1px;
	text-transform: uppercase;
	font-weight:800;
	font-family: "Open Sans", Arial, Sans-serif;
}
#quickinfostuff button:hover {
    background-color: var(--textbg);
    color: var(--accent);
	}

#QIstats td#QItitle, #QIstats td:first-child {
  background-color: var(--dark);
	color: var(--accent);
  text-transform: uppercase;
  font-size: 11px;
}

.QI_attachedaccounts {
	display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 230px;
  background-color: var(--textbg);
  margin: auto;
  padding: 10px;
}

.title_linkedaccounts {
	background-color: var(--dark);
  color: var(--accent);
  width: 240px;
  padding: 5px;
  margin: auto;
  text-align: center;
  font-family: open sans;
  text-transform: uppercase;
}


a:link,
a:visited,
a:active {
	color: var(--accent);
	text-decoration: none;
}

a:hover {
	opacity: 0.5;
}

strong, b {
	font-weight: 600;
}


/* ------------ tiny boxes with territory names on the region headers ------------------------ */ 
.territorybox {
	height: 150px; 
	width: 100%;
	background: #FF0000; 
}



.quick-territory {
	color:var(--accent);  
	background:var(--textbg);
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	width: 175px;
	border-radius: 10px;
}

.kingdom-claim {
	background-color: var(--light);
	padding: 2px;
	font-size: 11px;
}


/* ------------ tiny boxes with territory names on the region headers ------------------------ */ 



/* region image styling */
.areacat {
	position: relative;
  top: 10%;
  z-index: 2;
  color: #fff;
  text-shadow: 0 0 8px #000, 0 0 3px #000;
  text-transform: uppercase;
  font-family: Georgia;
  font-size: 50px;

	margin-bottom: 30px;
  opacity: 0.0;
}

.catimagebar {
	height: 150px; 
	position:relative; 
	text-align:center; 
	cursor:pointer;
}

.forumimagebar {
	margin-top: 10px; 
	height: 150px; 
	position:relative;
}

.forumname {
	position: relative;
  padding-left: 5%;
  line-height:150px;
  z-index: 2;
  font-size: 35px;
  color: #fff;
  text-shadow: 0 0 8px #000, 0 0 3px #000;
  text-transform: uppercase;
  font-family: 'Crushed', sans-serif;
	font-weight:800;
  letter-spacing: 3px;
  /* background-image: linear-gradient(to right, #0000, var(--light), var(--light), var(--light), #0000); */
  opacity:1;
  text-shadow:   
	-1px -1px 1px black,
    1px -1px 1px black,
    -1px 1px 1px black,
    1px 1px 1px black;
}


.lastpostbox {
	position:absolute; 
	z-index:4; 
	background-color: var(--light); 
	padding: 10px 20px; 
	text-align:center;
	right: 5%; 
	top: 30%; 
	border: 1px solid var(--borders);
	font-size:13px;
}

#container {
	color: var(--text);
	text-align: left;
	width: 1460px; 
	margin: auto;
}

.wrapper {
	margin: auto;
	max-width: 1420px;
	padding: 20px;
	border-left: 1px solid var(--borders);
	border-right: 1px solid var(--borders);
}

.logo {
	width: 1460px;
	margin: auto;
	border-left: 1px solid var(--borders);
	border-right: 1px solid var(--borders);
}

/* Hierarchy page */
.collapsiblek {
  background-color: var(--dark);
  color: var(--text);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.activek, .collapsiblek:hover {
	background-color: var(--light);
}

.contentk {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: var(--selectbg);
}

table#rankdesctbl td {
	border: 1px solid var(--borders);
	padding: 10px;
}

#khbar  {
  background-color: var(--dark);
  padding: 20px;
  text-align: center;
  font-size: 40px;
  letter-spacing: 3px;
}

/*---------------------------------------------------------------------------------------------------------------------------
DROP DOWN MENU
----------------------------------------------------------------------------------------------------------------------------*/


.drop_first {
display: inline-block;
	position: relative;
	height:25px;
	margin-top: -10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	text-transform: none;
	text-decoration: none;
	color: var(--accent);
	text-shadow: 1px 2px rgba(0, 0, 0, .2);
	
	-webkit-transition: color .3s linear;
	   -moz-transition: color .3s linear;
	     -o-transition: color .3s linear;
	    -ms-transition: color .3s linear;
	        transition: color .3s linear;
}

.drop_first a:hover {
	color: var(--accent);
}

.drop_nav, .drop_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

.drop_nav {
	/* Layout & positioning */
	position: relative;
	margin: 0; /* Centering the menu - if want it centered do margin auto */
	height: 46px;
	width: 100%;
	text-align: left;

	
	/* Background OF THE MAIN BAR & effects */
	box-shadow: 0 4px 3px rgba(0, 0, 0, .4);
	   	background: var(--darkbar);
		border-left: 1px solid var(--borders);
		border-right: 1px solid var(--borders);
		border-bottom: 1px solid var(--borders);
}

.drop_nav>li {
	margin: 0;
	line-height: 1;
	padding: 0;
	display: inline;
	position: relative;
	margin: 0 12px;
}

/* ----- color and size of the top text --- */ 


.drop_nav>li>a {
	display: inline-block;
	padding: 15px 20px;
	position: relative;
	font-family: "Open Sans", Arial, Sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--accent2);
	text-shadow: 1px 2px rgba(0, 0, 0, .2);
	
	-webkit-transition: color .3s linear;
	   -moz-transition: color .3s linear;
	     -o-transition: color .3s linear;
	    -ms-transition: color .3s linear;
	        transition: color .3s linear;
}

.drop_nav>li>a:hover, .drop_nav>li:hover>a {
	opacity: 0.5px;
	transition: 0.5s;
}

.drop_nav ul {
	position: absolute;
	left: -9999px;
	padding-top: 10px;
	border-bottom: 1px solid var(--borders);
	opacity: 0;
	margin-top: -10px;
	-webkit-transition: opacity .6s linear;
	-moz-transition: opacity .6s linear;
	-o-transition: opacity .6s linear;
	-ms-transition: opacity .6s linear;
}

.drop_nav>li:hover>ul {
	left: 0;
	opacity: 1;
	top: 30px;
}

.drop_nav ul li:hover>ul {
	left: 150px;
	opacity: 1;
	top: -11px;
	padding-left: 12px;
	border-bottom: 0;
	box-shadow: none;
}

/* BACKGROUND OF THE DROP-DOWN MENUS */
.drop_nav ul li {
	display: block;
	position: relative;
	border-top: 1px solid var(--borders);
	border-left: 1px solid var(--borders);
	border-right: 1px solid var(--borders);
	width: 150px;
	text-align: justify;

	
	background: var(--textbg);
	box-shadow: 3px 4px 0 rgba(0, 0, 0, .1);
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
}

/* ---------COLOR OF TEXT IN THE DROP DOWNS ------- */ 
.drop_nav ul li a {
	color: var(--accent);
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;	
	text-decoration: none;
	display: block;
	padding: 7px 12px 7px 20px;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-ms-transition: color .3s linear;
	-o-transition: color .3s linear;
}

.drop_nav ul li:hover>a, .drop_nav ul li a:hover {
	color: var(--accent);
}

.drop_nav ul li:hover {
	background: var(--selectbg);
}

.drop_nav ul ul li:last-child {
	border-bottom: 1px solid var(--borders);
}

.drop_nav ul ul li {
	box-shadow: 3px 3px 0 rgba(0, 0, 0, .1);
}

/* ------ END DROP DOWN MENU --------------*/ 






.wrapper {
	width: 100%;
}

#logo h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-family: inherit;
}

#logo .sub {
    color: var(--darkbar);
    font-size: 14px;
}

#content {
	width: auto !important;
	padding: 0px 0px;
}

#header {
	position: sticky;
	top: 0px;
	z-index: var(--text);
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.menu li {
	margin: 0 9px;
	display: inline;
}

#header ul.menu li a {
	display: inline-block;
}

#logo ul.top_links {
	font-weight: 600;
	text-align: right;
	margin: -10px 5px 0 0;
}

/*------ NEWEST POSTER BACKGROUND ----- */

.newest_ooc {
	background: var(--light);

	height: 35px;
	margin-top: 0px;
	padding: 10px;
	text-align: left;
	border-left: 1px solid var(--borders);
	border-right: 1px solid var(--borders);
	border-bottom: 1px solid var(--borders);
}

.newest_ooc_never {
	background:var(--textbg);
	height: 40px;
	padding: 7px;
	border-left: 1px solid var(--borders);
	border-right: 1px solid var(--borders);
	border-bottom: 1px solid var(--borders);
}

/* ------------ headers for informational threads ------------------------ */ 

.kh {
 
	font-family: "Georgia", Arial, Sans-serif;
	font-size: 15px;
	color: var(--accent);
	margin-top: 20px;
}





/* ------------ small headers for POI landmarks threads ------------------------ */ 

.khsm {
 
	font-family: "Georgia", Arial, Sans-serif;
	font-size: 16px;
	color: var(--accent);
	font-weight: bold;
}


#rulesname {
  text-align: center;
  font-size: 20px;
}

.rulesbox {
  background-color: var(--textbg);
  padding:20px;
  text-align: justify;
  font-size: 14px;
}


/* ------------------ boxes around mini locations on index ----------------------*/

.index-locations-holder {  
	margin-left: 65px;
	margin-top: -45px;
}

.index-locations {  
	color: var(--accent);
	background: var(--dark);
	padding: 5px 10px; 
	border-radius: 6px; 
	text-transform:uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	position: relative;
	top: 2px;



}



/*---------------------------------------------------------------------------------------------------------------------------
SHOW HIDE QUICK INFO
----------------------------------------------------------------------------------------------------------------------------*/

.clicker {
}

.clicker:hover {
	opacity: 0.5;
}

.hiddendiv{
display:none;
}

.clicker:focus + .hiddendiv{
display:block;
}

/* ------------ QUICK INFO ON POSTBIT ------------------------ */ 
.quick-info {
	color:var(--text);  
	background:var(--textbg);
	padding: 3px;
	text-align: center;
	text-transform: lowercase;
	font-size: 12px;
}

/* ------------ FORUM TERRITORY BACKGROUNDS ------------------------ */ 

.tcat-noborder {
	font-size: 12px;
    box-sizing: border-box;
	text-transform: uppercase;
    color: var(--text);
    padding: 11px 20px 9px 18px;
	background: var(--dark);
}

.tcat-noborder a:link,
.tcat-noborder a:visited,
.tcat-noborder a:active {
	color: var(--accent);

}

.tcat-noborder a:hover {
	opacity: 0.5;
}

.oocforum {
	background: var(--textbg);
	height: 85px;
	border: 1px solid var(--borders);
	padding: 10px;
    align-content: center;
	text-align: center;

}

.oocforumflex {

	justify-content:center; 
	margin:auto;
}

.ooc-new{
	text-align: center;
	width: 33%;
	float: left;
	margin: 2px;

}

#subforumooc { 
	width: 80%; 
}


/* BOX AROUND THE FORUMS */




/* hides char profile and postbit */
.hidecharyes {
display: none;
}

/* hides ooc profile and postbit */
.hideoocno {
	display: none;
}

/*---- style username on postbit ---- */


.postbit-userlink {
	padding: 10px;
    color: var(--accent);
    overflow: hidden;
	background: var(--darkbar) repeat;
	border: 1px solid var(--borders);
	font-family: "Open Sans", Arial, Sans-serif;
	font-size: 15px;
	margin-top: 5px;
	
}

.postbit-userlink a:link,
.postbit-userlink a:visited,
.postbit-userlink a:active {
	color: var(--accent);
	text-decoration: none;
}

.postbit-userlink a:hover {
	opacity: 0.5;
}

/* ----- AVATAR BOX THING ------ */

.avatarbox {
	border: none;
	max-width: 250px;
	height: 300px;
	margin: auto;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button,
#search input.textbox {
	border-color: #000;
}

#search input.button {
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

#footer {
	clear: both;
	background: var(--darkbar) repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1460px;
	border: 1px solid var(--borders);
margin-bottom: -1px;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0 5px;
	display: inline;
}

#footer .upper {
	margin: 0px auto;
	max-width: 1460px;
	font-size: 13px;
	overflow: hidden;
	color: var(--accent);
	padding: 1.25rem;
}

#footer .upper a:link,
#footer .upper a:visited,
#footer .upper a:active{
	text-transform: uppercase;

	color: var(--accent);
	font-weight: 600;
}

#footer .upper a:hover {
	opacity: .5;
}

#footer .upper ul.menu li:first-child {
	margin-left: 0;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: var(--text);
}

#footer a:hover {
	opacity: .5;
}

#footer .upper .language {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .language select {
	border-color: var(--darkbar);
}

#footer .upper .theme {
	float: right;
	margin: -1px;
}

#footer .upper .theme select {
	border-color: rgba(0, 0, 0, .34);
	background: var(--selectbg);
	background-size: 10px;
	-moz-appearance: none;
    -webkit-appearance: none;
}

#footer .lower .theme select {
	border-color: rgba(0, 0, 0, .34);
	background: var(--selectbg);
	background-size: 10px;
	-moz-appearance: none;
    -webkit-appearance: none;
}

#footer .upper ul.bottom_links {
	float: left;
	margin: 4px 0 0 0;
}

#footer .lower {
	margin-bottom: -1px;
	overflow: hidden;
	color: var(--darkbar);
	font-size: 12px;
	padding: 1.25rem;
}

#footer .lower a:link,
#footer .lower a:visited,
#footer .lower a:active {
	color: #fff;
}

#footer .lower a:hover {
	opacity: 0.5;
}

#footer .lower #current_time {
	float: right;
	color: var(--text);
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
    cursor: default;
    font-size: 28px;
    padding-left: 8px;
    margin-right: -8px;
    text-align: center;
}

.forum_status i {
	line-height: 50px;
	color: #535353;
}

.forum_on {
 
	color: #0094d1;
}

.forum_off, 
.forum_offlock, 
.forum_offlink {
	color: #535353;
	opacity: .3;
}

.forum_off i {
 
	opacity: .3;
}

.forum_offclose i:before {
 
	content: "\f023";
	color: #535353; 
	opacity: .3;
}

.forum_offlink i:before {
	content: "\f0c1"; 
	color: #535353; 
	opacity: .3;
}

.subforumicon {
	display: inline-block;
	font-size: 10px;
	height: 10px;
	width: 10px;
	margin: 0px 3px 0px 4px;
}

.subforum_minion {
 color: var(--text);
}

.subforum_minioff, 
.subforum_minioffclose,
.subforum_miniofflink {
 
	color: var(--text);
}

.subforum_minioff {
	opacity: .5;
}

.subforum_minioffclose i:before {
 
	content: "\f023";
}

.subforum_miniofflink i:before {
 
	content: "\f0c1";
}

table {
	color: var(--text);
	font-size: 13px;
}

.tborder {
	margin: auto auto;
	width: 100%;
	border-collapse: collapse;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

/* ------ CATEGORY NAMES ----- */
.catname, catname a:link {
	font-family: Georgia;
	font-size: 60px;
	color: var(--accent);
}

.thead {
	font-size: 14px;
	font-weight: 600;
    background: none;
	color: var(--accent);
	padding: 11px 20px 11px 20px;
	font-family: inherit;
	text-transform: uppercase;
	text-align: center;
}

.thead-ic {
	margin-top: 20px;
    padding: 15px 20px 15px 15px;
	color: var(--accent2);
    overflow: hidden;
	background: var(--darkbar) repeat;
	border: 1px solid var(--borders);
	font-family: "Open Sans", Arial, Sans-serif;
	font-size: 20px;
}

.showthread-thead {
    padding: 15px 20px 15px 15px;
    color: var(--accent);
    overflow: hidden;
	background: var(--darkbar) repeat;
	border: 1px solid var(--borders);
	font-family: "Open Sans", Arial, Sans-serif;
	font-size: 20px;
}



#post_thead {
	background-color: var(--darkbar);
}

.thead a:link,
.thead a:visited,
.thead a:active {
	color: var(--accent);
	text-decoration: none;
}

.thead a:hover {
	opacity: 0.5;
}

.thead.sidebar {
    background: #494d5d;
    padding: .95rem 1.2rem;
}

.thead.signin {
	background: var(--textbg);
	font-size: 24px;
	color: var(--text);
	text-align: center;
	padding: 3rem;
	padding-bottom: 2rem;
	margin: -30px -30px 20px -30px;
}

.tcat {
	font-size: 12px;
    box-sizing: border-box;
	text-transform: uppercase;
    color: var(--accent);
    padding: 11px 20px 9px 18px;
	background: var(--dark);
	border: 1px solid var(--borders);
	border-collapse: collapse;
}

.tcat a:link,
.tcat a:visited,
.tcat a:active {
	color: var(--accent);
}

.tcat a:hover {
	opacity: 0.5;
}

.newest_post a:link,
.newest_post a:visited,
.newest_post a:active {
	color: var(--accent);
}

.newest_post a:hover {
	opacity: 0.5;
}


.newest_post_ooc a:link,
.newest_post_ooc a:visited,
.newest_post_ooc a:active {
	font-size: 12px;
	color: var(--accent);
}

.newest_post_ooc a:hover {
	opacity: 0.5;
}


.trow_border {
	background: var(--textbg);
	padding: 10px;
    border: 1px solid var(--borders);
	border-collapse: collapse;
}

.trow1_recent {
	background: var(--textbg);

    border: 1px solid var(--borders);
	border-collapse: collapse;
}

.trow1 {
	background: var(--textbg);
	padding: 10px;
    border: 1px solid var(--borders);
	border-collapse: collapse;
}

.trow2 {
	background: var(--textbg);
	padding: 10px;
    border: 1px solid var(--borders);
	border-collapse: collapse;
}

.trow_shaded {
	background: #ffdde0;
	padding: 10px;
	border: 1px solid var(--borders);
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author {
	border: none;
}

.post.classic.unapproved_post .post_author {
	border: none;
}

.post.unapproved_post .post_controls {
	border: none;
}

.trow_deleted,
.post.deleted_post {
	background: var(--textbg);
	opacity: .3;
}

.trow_selected,
tr.trow_selected td {
	background: #fffbd9;
	color: #333;
	border-right-color: #f7e86a;
	border-bottom-color: #f7e86a;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: var(--accent);
}

/* IMPORTANT THREADS SEPARATOR */ 

.trow_sep {
    background: var(--light);
    color: var(--text);
    padding: 9px 18px;
    font-size: 12px;
	border: 1px solid var(--borders);
	border-collapse: collapse;
}

.tfoot {
    padding: 10px 11px;
    color: var(--text);
    background: var(--light);
	border: 1px solid var(--borders);
	border-collapse: collapse;
}

.tfoot a:link,
.tfoot a:visited,
.tfoot a:active {
	color: var(--text);
	text-decoration: none;
}

.tfoot a:hover {
	opacity: 0.5;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: var(--textbg);
	color: var(--text)
	border: 1px solid #4874a3;
	padding: 10px;
}








/* ---------- guidebook title and section headers ----------- */


.gbtitle {
	font-family: 'Crimson Text', serif;
	font-size: 25px;
	width: 100%;
	line-height: 25px;
	word-spacing: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	margin-top: 40px;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid var(--text);

}





.guidelinks {
	margin: 0px 0px 5px 10px;
	width: 150px;
    padding: 7px;
    color: var(--text);
	background: var(--light) repeat;
	border: 1px solid var(--borders);
	font-family: "Open Sans", Arial, Sans-serif;
	font-size: 12px;
}

.navigation {
	margin: auto;
    padding: 10px 20px 10px 30px;
    color: var(--accent);
    overflow: hidden;
	background: var(--darkbar) repeat;
	border: 1px solid var(--borders);
	width: 1410px;
	font-family: "Open Sans", Arial, Sans-serif;
	font-size: 13px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
	color: var(--accent2);
	text-decoration: none;
}

.navigation a:hover {
	color: var(--accent2);
	opacity: 0.5;
}

.navigation .active i:before {
	content: "\f015";
	color: var(--accent2);
}

.navigation .active {
	font-weight: 600;
	color: var(--accent2);
}

.smalltext {
	font-size: 13px;
}

.smalltext.description {
	color: var(--text);
}

.smalltext.description a, 
.smalltext.author a {
    color: var(--text) !important;
}

.smalltext.description a:hover, 
.smalltext.author a:hover {
	color: var(--text) !important;
	text-decoration: none;
}

.largetext {
	font-size: 16px;
	font-weight: 600
}

fieldset {
	padding: 12px;
	border: 1px solid var(--borders);
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-style: dashed;
	border-color: var(--darkbar);
    background: var(--textbg);
}

fieldset.align_right {
	text-align: right;
}

fieldset.inboxBg {
	background: var(--selectbg);
	padding: 10px;
	border: 1px solid var(--borders);
}

fieldset.attached-files {
    background: var(--selectbg);
	padding: 15px 20px; 
	border: 1px solid var(--borders);
}

fieldset.away-banned {
	background: var(--selectbg);
	padding: 15px 20px;
}

input {
	background: var(--selectbg);
	color: var(--text);
	border: 1px solid var(--borders);
}

div.sceditor-toolbar {
  background: var(--light) !important;
  border-bottom: 1px solid var(--borders) !important;
}

.sceditor-container {
  border: 1px solid var(--borders) !important;
  background: var(--iframe) !important;
}

.sceditor-container iframe, .sceditor-container textarea {
	background-color: var(--iframe) !important;
	color: var(--text) !important;
}

input.textbox {
    background: var(--selectbg);
    color: var(--text);
    border: 1px solid var(--borders);
    padding: 5px 7px;
    outline: 0;
    box-sizing: border-box;
    font-size: 13px;
    font-family: inherit;
}

input.textbox:focus {
    border: 1px solid var(--borders);
    box-shadow: 0 0 3px 0 var(--darkbar);
}

input.textbox.portal_search {
    width: 68%;
}

textarea {
    background: var(--selectbg);
    color: var(--text);
    border: 1px solid var(--borders);
    padding: 8px;
    line-height: 1.5;
    outline: 0;
    font-family: inherit;
    font-size: 13px;
    box-sizing: border-box;
}

textarea:focus {
    border: 1px solid var(--borders);
}

select {
	font-family: inherit;
	font-size: 13px;
	border: 1px solid var(--borders); 
	outline: 0;
	height: 32px;
	padding: 0 45px 0 8px;
	color: var(--text);
	background: var(--selectbg);
	background-size: 10px;
	-moz-appearance: none;
    -webkit-appearance: none;
}

/* -------- NEW REPLY ETC THREAD BUTTONS ------- */

.thread-buttons,
.thread-buttons a:link,
.thread-buttons a:visited,
.thread-buttons a:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
border-radius: 10px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 2px;
    background: var(--light);
    color: var(--text);
    border: 1px solid var(--accent);
    cursor: pointer;
    text-decoration: none;
	line-height: 1.2;
}

.thread-buttons:hover {
opacity: .7;
}





button {
    margin: 8px 6px 0 0;
}

button,
input.button {
	padding: 6px 15px 6px 12px;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	background: var(--dark);
	border: 0 !important;
	outline: 0 !important;
	color: var(--text);
	border-radius: 0px !important;
	border: 1px solid var(--borders);
}

button:hover,
input.button:hover {
 
	border-color: var(--darkbar); 
	background: var(--dark);
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: 600
	font-size: 12px;
}

form #message {
	width: 500px;
	box-sizing: border-box;
}

.editor {
	background: var(--textbg);
	border: 1px solid var(--borders);
}

.editor_control_bar {
    padding: 7px 0;
    width: 100%;
    box-sizing: border-box;
}

.post .editor_control_bar {
	background: var(--dark);
}

/* DROP DOWN MENU BARS ON HEADER */ 

.popup_menu {
	margin-left: -210px;
	margin-top: -20px;
	z-index: 75;
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, .25);
	border-radius: 0px !important;
	padding: 3px 0 3px 0;
	background: var(--textbg);
}

.popup_menu:before {
	position: absolute; 
	width: 0; height: 0;
	content: "";
	display: block;
	left: 1.4em;
	bottom: 100%;
	border-bottom: 7px solid var(--borders);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.popup_menu .popup_item {
 
	color: var(--accent);
}

/*---- DROP MENU HOVER LINKS ---- */

.popup_menu .popup_item:hover {
	background: none;
	color: var(--accent) !important;
}

.trow_reputation_positive {
	background: #f1f8e9;
}

.trow_reputation_neutral {
	background: var(--textbg);
}

.trow_reputation_negative {
	background: #ffebee;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-weight: 600;
	font-size: 16px;
	padding: 5px 7px 5px 7px;
}

._neutral {
	background: #fafafa;
	color: var(--text);
	border: 1px solid var(--borders);
}

._minus {
	background-color: #fdd2d1;
	color: #cb0200;
	border: 1px solid #980201;
}

._plus {
	background-color: #e8fcdc;
	color: #008800;
	border: 1px solid #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #e9e5d7;
	padding: 2px;
}

hr {
	background: #000;
	color: #000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #fffbd9;
	border-bottom: 1px solid #f7e86a;
	color: #333;
	text-align: center;
}

.expcolimage {
	width: auto;
	float: right;
	top: 1px;
	position: relative;
}

.expcolimage img {
	max-width: 24px;
	height: auto;
}

.thead .expcolimage img {
	opacity: .75;
	transition: all .15s ease;
}

.thead:hover .expcolimage img {
    opacity: .75;
}

.expcolimage img:hover {
	opacity: 1 !important;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	border: 1px solid var(--borders);
	margin: 0;
	background: var(--textbg);
	padding: 17px;
	padding-top: 0;
}

blockquote cite {
	border-bottom: 1px solid var(--borders);
	border-radius: 0 !important;
	font-weight: 600;
	padding: 12px 15px;
	margin: 0px -17px 17px -17px;
	display: block;
	background: var(--dark);
	font-style: italic;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

blockquote cite > span {
	float: right;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: var(--text);
	margin: 3px 3px 0 0;
}

blockquote cite span.highlight {
	float: none;
	font-weight: 600;
	padding-bottom: 0;
}

blockquote > .reputationBlock,
blockquote > .reasonBlock {
	padding-top: 18px;
}

.codeblock .title::after,
.phpcodeblock .title::after {
	font-family: "FontAwesome", Arial, sans-serif;
	float: right;
	font-size: 24px;
	color: var(--text);
	position: relative;
	transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}

.codeblock .title::after {
	content: "\f121";
	margin-top: -6px;
}

.phpcodeblock .title::after {
	content: "php";
	font-size: 18px;
	margin-top: -4px;
}

.codeblock {
	border-radius: 0 !important;
	background: var(--textbg);
	border: 1px solid var(--borders);
	padding: 15px;
	padding-top: 0px;
}

.codeblock .title {
	border-bottom: 1px solid var(--borders);
	font-weight: 600;
	padding: 12px 15px;
	margin: 0px -15px 15px -15px;
	background: var(--dark);
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.postbit_multiquote::before {
 content: "+ ";
}

.postbit_multiquote_on::before {
 content: "– ";
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	line-height: 23px;
	padding: 7px;
	text-align: left; 
	border-bottom: 1px solid var(--borders);
}

.popup_menu .popup_item_container:last-child {
	border-top: 0;
	border-bottom: 0;
}

.popup_menu .popup_item {
	text-decoration: none;
	display: block;
	min-width: 160px;
	white-space: nowrap;
	padding: 4px 10px 5px;	
	color: var(--accent) !important;
}

.popup_item_container:hover {
 
	background: var(--textbg);
}

.popup_menu a.popup_item:hover {
 
	text-decoration: none;
}

.subject_new {
	font-weight: 600;
}

.highlight {
	background: #ffffcc;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: var(--textbg);
	border: 1px solid var(--borders);
	text-align: center;
	font-size: 12px;
	padding: 10px 20px;
	margin-bottom: 18px;
}

.pm_alert a {
    font-weight: 600;
}


.green_alert {
    background: #619b65;
    border: 1px solid #0f0f0f;
    color: #000;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 13px;
    word-wrap: break-word;
}


.disassemble-button {
    background: #ca5f30;
	border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 13px;
}



.yellow_alert {
    background: #f2b165;
    color: #000;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 13px;
    word-wrap: break-word;
}




.red_alert {
    background: #bc3a3a;
    color: #000;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 13px;
    word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:active {
	color: #fff;
	font-weight: 600;
}

.red_alert a:hover {
	opacity: 0.5;
}

.high_warning {
	color: #cc0000;
}

.moderate_warning {
	color: #f3611b;
}

.low_warning {
	color: #ae5700;
}

.imminent_banned {
	color: #880000;
}

.high_banned {
	color: #ff0000;
}

.moderate_banned {
	color: #ff6600;
}

.low_banned {
	color: #008000;
}

.online {
	color: #15a018;
}

.offline {
	color: #c7c7c7;
}

div.error {
	font-family: inherit;
    padding: 1.2rem 1.4rem 1.2rem 1.4rem;
    font-size: 14px;
    border-radius: 0px;
    color: var(--text);
    background: #e6ee9c;
    border: 1px solid #cbcbcb;
}

div.error p {
    margin: 0;
    color: var(--text);
    font-weight: normal;
}

div.error p em {
	font-style: normal;
    font-weight: 600;
    padding-left: 24px;
    display: block;
    color: #c00;
	background: url(../../../images/error.png) no-repeat 0;
}

div.error ul {
	padding-left: 24px;
	margin: 0;
	list-style: none;
}

.pagination {
	font-size: 12px;
	padding-top: 9px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: 600;
	padding-right: 5px;
}

.pagination .pagination_current,
.pagination a {
	padding: 4px 9px;
}

.pagination a {
	background: var(--textbg);
	border: 1px solid var(--borders);
}

.pagination a:link,
.pagination a:visited,
.pagination a:active {
	color: var(--text);
}

.pagination .pagination_current {
    background: var(--textbg);
	border: 1px solid var(--borders);
    font-weight: 600;
	border-radius: 0px;
    color: var(--text);
	opacity: 0.5;
}

.pagination a:hover {
    background: var(--textbg);
	border: 1px solid var(--borders);
    font-weight: 600;
	border-radius: 0px;
    color: var(--text);
	opacity: 0.5;
}

.drop_go_page {
	background: var(--textbg);
    padding: 8px;
	margin: 9px 0 0 -7px;
}

.pagination_breadcrumb {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 1px 12px 0px;
    margin-top: 0px;
    font-weight: normal;
	margin: 10px 0 0 -.75rem;
	border-radius: 0px;
	box-shadow: 0 2px 3px -2px rgba(0, 0, 0, .15), 0 2px 1px -1px rgba(0, 0, 0, .03);
}

.pagination_breadcrumb:before {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    width: 0;
    height: 0;
    content: "";
    display: block;
    left: 0.5rem;
    bottom: 100%;
	position: absolute;
}

.pagination_breadcrumb a:link,
.pagination_breadcrumb a:visited {
	color: var(--text);
	border: none;
}

.pagination_breadcrumb a:hover {
	color: #fff;
}

.pagination_current a:link {
	color: #fff;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.deleted_post_hidden {
	border-top: 2px solid var(--borders);
	padding: 15px;
}

.deleted_post_collapsed {
	background:var(--textbg);
	border-radius: 3px 3px 0 0;
    padding: 15px;
	border: 1px solid var(--borders);
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: -15px;
}

/* ------ POST BACKGROUND COLOR -------*/

.post {
 
	margin-bottom: 13px;
	border-radius: 0;
    background:var(--textbg);
}

.post.classic {
	background: none;
}

.post.classic .post_author {
	margin: 0px auto;
	position: sticky;
	top: 61px;
    border: 0px;
    padding: 21px 10px 20px 10px;
}

/* POST BACKGROUND COLOR */

.post .post_author {
	position: relative;
    padding: 10px;
    overflow: hidden;
    background: var(--textbg);
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post.classic .post_author div.author_avatar {
    float: none;
    margin: 0px auto 1em;
    text-align: center;
}

.post .post_author div.author_avatar {
    float: left;
    margin-right: 10px;
    max-width: 90px;
}

.post .post_author div.author_avatar img {
	border-radius: 1000px;
	width: auto;
	height: auto;
	background: var(--textbg);
}

.default_postbit > .author_avatar img {
    max-width: 64px;
    max-height: 64px;
    margin: 10px 0 0 10px;
}

.post.classic .post_author div.author_information {
    margin-bottom: 18px;
    float: none;
    padding: 0;
    text-align: center;
}

.post .post_author div.author_information {
    float: left;
    padding: 6px 8px;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 12px;
	padding: 14px 18px 12px 16px;
	color: var(--text);
	font-family: inherit;
	line-height: 1.4;
	text-transform: uppercase;
}

.post .post_author div.author_statistics_default {
	background: var(--textbg);
	float: right;
	font-size: 12px;
	padding: 11px 18px 6px 16px;
	color: var(--text);
	font-family: inherit;
	line-height: 1.4;
}

.post.classic .post_author div.author_statistics {
    margin: 7px 0 0 0;
    float: none;
    font-size: 12px;
    padding: 14px 18px 12px 16px;
    color: var(--text);
    font-family: inherit;
    line-height: 1.4;
}

.post .post_head {
    font-size: 14px;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.post .post_head span.post_date {
    color: var(--text);
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: var(--text);
}

.post .post_head span.edited_post a {
	color: var(--text);
}

.post_edit .edited_post {
	font-size: 12px;
	color: var(--text);
}

.post_body {
	font-size: 14px;
	padding: 12px 0 18px 0;
	color: var(--text);
	min-height: 0px;
}

.post.classic .post_content {
    margin: 0;
    padding: 1.5rem 1.5rem 1.25rem 1.5rem;
    background: var(--textbg);
}

.post_content {
    padding: 1.5rem 1.5rem 1.25rem 1.5rem;
}

.post_content .signature {
	margin-top: 10px;
	border-top: 1px dashed var(--darkbar);
	padding: 12px 0 8px 0;
}



.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: var(--text);
}

.post .post_meta a:link,
.post .post_meta a:visited,
.post .post_meta a:hover,
.post .post_meta a:active {
	color: var(--text);
}

.post_controls_default {
	padding: 0.75rem;
	clear: both;
	overflow: hidden;
}

.post_controls {
	display: inline-block;
	padding: 0px;
}

.post_controls ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.post_controls li {
	float: left;
}

.post_controls li a {
	text-decoration: none;
	display: block;
	font-size: 13px;
	color: var(--text);
	margin: 0 14px;
}

.post_controls li a:hover {
	opacity: 0.5;
}

a.postbit_reputation_add,
a.postbit_pm {
	padding: 0 3px;
	font-size: 14px;
}

.postbit_buttons > a:link,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
display: inline-block;
    color: #fff;
    padding: 6px 19px 6px 18px;
    margin: 5px 3px 2px;
    font-size: 12px;
    background: rgba(52,152,219 ,1);
    border-radius: 2px;
    border: 1px solid rgba(41,128,185 ,1);
}

.postbit_buttons > a:hover {
	background: var(--dark);
    color: #fff !important;
    border: 1px solid var(--dark);
}

.postbit_buttons a span {
    display: inline-block;
    height: 16px;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

a.button:link,
a.button:visited,
a.button:active {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 7px 21px;
	font-size: 13px;
	color: #fff;
	background: var(--dark);
}

a.button:hover {
	opacity: .5;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 4px 12px;
}

a.button span {
	display: inline-block;
}

a.postbit_report {
    color: #03a9f4;
}

a.postbit_report:hover {
    color: var(--text);
}

.quick_jump {
	background: url(../../../images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}

.pollbar {
    background: #bdc3c7;
    height: 8px;
}

.pollbar .percent {
	display: none;
}

.pollbar .percent {
 display: none;
}

.posticons_label {
 white-space: nowrap;
}

.pollbar {
    background: var(--accent);
    height: 20px;
    line-height: 21px;
    margin-top: -16px;
    color: #fff;
    font-size: 12px;
    text-align: right;
    overflow: hidden;
    box-sizing: border-box;
}

.pollbar .percent {
 
	display: inline-block; 
	padding: 0 7px;
}

.poll-inner {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    border-radius: 1000px;
    top: 4px;
    overflow: hidden;
    background: var(--textbg);
}

.poll-inner::before {
    content: "0%";
    font-size: 13px;
    padding: 0 7px;
}

/** jGrowl Start **/

/** jGrowl Styling **/
.jGrowl {
	z-index: var(--text)9;
	color: #ffffff;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: fixed;
}

.jGrowl.top-left {
	left: 0px;
	top: 0px;
}

.jGrowl.top-right {
	right: 0px;
	top: 0px;
}

.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}

.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}

.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl-notification {
	background-color: transparent;
	opacity: 0.9;
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none
	border-radius: 5px;
	word-break: break-all;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}

.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
}

.jGrowl-closer {
	background-color: #000;
	opacity: 0.9;
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 2px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: 600;
	text-align: center;
}

.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: var(--textbg);
    border: 1px solid lightgreen;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_error {

    background: var(--textbg);
    color: #333;
	border: 1px solid #ef9a9a;
}

.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
	background: var(--textbg);
    border: 1px solid var(--borders);
	color: var(--text);
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
}


}

/** jGrowl End **/

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: var(--text)9;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	display: inline-block;
	background: var(--textbg);
	width: 400px;
	text-align: left;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 0;
	height: 0;
	text-indent: -var(--text)9px;
	background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	border-radius: 8px;
}

.modal.login-modal {
	max-width: 340px;
	padding: 30px;
	border-radius: 5px 5px 3px 3px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .35)
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute;
	background-color: var(--text);
}

iframe.jqifade{
	display:block;
	z-index:-1;
}

div.jqi{
	position: absolute;
	font-family: inherit;
    width: 400px;
    max-width: 90%;
    font-size: 13px;
    text-align: left;
	background: var(--textbg);
    padding: 7px;
    border-radius: 3px;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, .3);
}

div.jqi .jqicontainer{
}

div.jqi .jqiclose{
    position: absolute;
    top: 5px;
    right: 9px;
    width: 16px;
    cursor: pointer;
    color: var(--darkbar);
    font-size: 18px;
}

div.jqi .jqistate{
	background-color: #fff;
}

div.jqi .jqiclose:hover {
    color: var(--text);
}

div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eee;
}

div.jqi .jqimessage{
    line-height: 20px;
    color: var(--text);
    overflow: auto;
	padding: 13px 18px 20px;
}

div.jqi .jqibuttonshide{
	display: none;
}

div.jqi .jqibuttons{
    margin: 0px -7px -7px -7px;
    text-align: right;
    border-top: solid 1px var(--darkbar);
    background-color: var(--textbg);
    border-radius: 0px 0 3px 3px;
    padding: 8px 11px 8px 9px;
}

div.jqi .jqibuttons button{
    background-color: var(--textbg);
    margin: 0;
    margin-left: 0px;
    padding: 3px 21px 4px 20px;
    font-weight: normal;
    color: var(--text);
    font-size: 13px;
    margin-left: 5px;
    border-radius: 1px !important;
    box-shadow: none !important;
    border: 1px solid var(--borders) !important;
}

div.jqi .jqibuttons button.jqidefaultbutton{
	color: #00bcd4;
	border: 1px solid #81d4fa !important;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
    border: 1px solid #00bcd4 !important;
}

div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}

.jqiwarning .jqi .jqibuttons{
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{
	background-color: var(--text);
	opacity: 0.6;
	content: '';
	position: absolute;
	top:0; left:0; bottom:0; right:0;
	border-radius: 6px;
}

div.jqi .jqisubstate{

	position: absolute;
	top:0; left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eee;
	border-top: none;
	border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{
 
	position: absolute; 
	height: 0; 
	width:0; 
	line-height: 0;
	font-size: 0; 
	border: solid 10px transparent;
}

.jqi .jqiarrowtl{
 left: 10px; top: -20px; border-bottom-color: #fff;
}

.jqi .jqiarrowtc{
 left: 50%; top: -20px; border-bottom-color: #fff; margin-left: -10px;
}

.jqi .jqiarrowtr{
 right: 10px; top: -20px; border-bottom-color: #fff;
}

.jqi .jqiarrowbl{
 left: 10px; bottom: -20px; border-top-color: #fff;
}

.jqi .jqiarrowbc{
 left: 50%; bottom: -20px; border-top-color: #fff; margin-left: -10px;
}

.jqi .jqiarrowbr{
 right: 10px; bottom: -20px; border-top-color: #fff;
}

.jqi .jqiarrowlt{
 left: -20px; top: 10px; border-right-color: #fff;
}

.jqi .jqiarrowlm{
 left: -20px; top: 50%; border-right-color: #fff; margin-top: -10px;
}

.jqi .jqiarrowlb{
 left: -20px; bottom: 10px; border-right-color: #fff;
}

.jqi .jqiarrowrt{
 right: -20px; top: 10px; border-left-color: #fff;
}

.jqi .jqiarrowrm{
 right: -20px; top: 50%; border-left-color: #fff; margin-top: -10px;
}

.jqi .jqiarrowrb{
 right: -20px; bottom: 10px; border-left-color: #fff;
}

/** CSS EXTRA STUFF */

/* Theme version: 1.50-alt. */


/* ----- premium account icon on profile ------- */ 
	.premiumacct {display: none;}
	.premiumacctyes {  
  }




/* ----- profile custom skin toggle  ------- */ 

#cssToggleButton {
    position: fixed;
    bottom: 70px;
    right: 25px;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    margin: 0 !important;

    border: none !important;
    background: var(--darkbar) !important;
    color: var(--accent) !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    cursor: pointer;
    border-radius: 50% !important;
    z-index: 9999;
    font-size: 24px; /* icon size */
    line-height: 1 !important;
}

#cssToggleButton i {
    pointer-events: none;
    font-size: 22px;
}

#cssToggleButton:hover {
 
	opacity: .5;
}





/*---- FORUM NAMES ----- */



.forum-thread {
	text-align: center;
	padding: 19px 0px 12px 0px;
	font-family: 'Crushed', sans-serif;
	font-size: 26px;
}

.forum-thread a:link,
.forum-thread a:visited,
.forum-thread a:active {
	
	color: var(--accent);
}

.title-img {
	margin-top: -1px;
	margin-right: 1.5rem;
	float: left;
	font-size: 24px;
	text-transform: uppercase;
}

.title-img a:hover {
	opacity: .5 !important;
}

.pm-square {
	background: var(--accent);
	margin-left: 9px;
	padding: 0 6px;
	text-align: center;
	height: 22px;
	line-height: 23px;
	color: #fff;
	display: inline-block;
	border-radius: 2px;
}

.pm-square:hover {
    background: #2c82c9;
}

a.pm-panel:hover {
	text-decoration: none;
	color: var(--text) !important;
}

li a.usercp::before,
li a.modcp::before,
li a.admincp::before{
    font-family: "FontAwesome";
	padding-right: 5px;
}

li a.usercp::before {
	content: "\f007";
}

li a.modcp::before {
	content: "\f0e7";
	color: #fcb941;
}

li a.admincp::before {
	content: "\f013";
	color: #e76b6b;
}

.last-never {
	padding-right: 1.5rem;
}

.nav-spacer {
	padding: 0 10px;
}

.pedit--adj {
    top: 76px !important;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

dl {
	margin-top: 3px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

dl:last-child {
	margin-bottom: 0;
}

dt {
	max-width: 100%;
	float: left;
	font-weight: 600;
}

dd {
	max-width: 100%;
	float: right;
	text-align: right;
	margin-right: 1px;
}

.showthread-titleBg {
	
	padding: 12px 16px 12px 16px;
    box-sizing: border-box;
    width: 100%;
    float: left;
    overflow: hidden;
    vertical-align: middle;
    background: #2c82c9;
    border: 1px solid #2778bb;
    border-radius: 2px;
}

.showthread-titleMain {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.showthread-titleDesc {
	font-size: 14px;
	color: var(--accent);
}

.showthread-paginationBg {
	margin: 5px 0;
	padding: 10px 1px 10px 2px;
    height: 53px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.forumdisplay-paginationBg {
    padding: 10px 1px 10px 2px;

    margin-bottom: 5px;
    margin-top: 5px;
    height: 53px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.postbit-mainBg {
	margin-bottom: 13px;
	border: none;
}

.postbit-mainWrap {
	display: table !important;
	table-layout: fixed;
	width: 100% !important;
	word-wrap: break-word;
	border: none;
	background: var(--textbg);
}

.postbit-leftCol {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 300px;
	background: var(--textbg);
	border: none;
	padding: 20px;
	border-right: 1px solid var(--borders);
}

.postbit-rightCol {
	display: table-cell;
	vertical-align: top;
	background: var(--textbg);
	border: 1px solid var(--borders);
}

.outer-postbit {
    margin: auto auto 5px;
    display: block;
    text-align: center;
}

.user-status {
    position: absolute;
    bottom: 12px;
    left: 13px;
    height: 10px;
    width: 10px;
    animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    border: none;
	border-radius: 1000px;
    box-shadow: 0 0 0 0 rgba(165, 214, 167, .8);
}

.user-status.online {
 
	background: #a5d6a7;
}

.user-status.offline {
 
	background: #bdc3c7;
	animation: none !important;
}

.no-bs {
	box-shadow: none;
}

.mpage {
	margin-left: 5px;
}

.mpage a, 
.mpage a:link, 
.mpage a:visited, 
.mpage a:focus {
    background: rgb(249, 251, 253);
    border-radius: 2px;
    font-size: 11px;
    border: 1px solid var(--borders);
    color: var(--text) !important;
    padding: 1px 4px;
    text-decoration: none;
}

.mpage a:hover {
	border: 1px solid var(--borders);
	color: var(--text);
}

.trow1 .mpage,
.trow2 .mpage {
    opacity: 0;
}

.trow1:hover .mpage,
.trow2:hover .mpage {
	opacity: 1;
}

.unread-new::before {
    background: var(--dark);
    content: "NEW";
    padding: 1px 6px 1px 5px;
    margin: 0px 3px;
    font-size: 10px;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
}

.unread-new:hover::before {
    opacity: .5;
}

.usernav-spacer {
	padding-right: 1rem;
}

ul#buddy_list,
ul#ignore_list{
    margin: 0;
	padding: 5px 10px;
}

ul#ignore_list li {
    color: #607d8b;
}

.buddylist-usernames {
	padding-left: 10px;
	float: left;
	line-height: 30px;
}

.buddypopup-avatar {
	height: 48px;
	width: 48px;
	border-radius: 1000px;
}

.popup_menu.editpopup {
	margin: 10px 0 0 -10px;
	border: 1px solid var(--borders);
}

.popup_menu.editpopup .popup_item {
	padding: 2px 8px 2px;
}

.popup_menu.editpopup::before {
	filter: drop-shadow(0px -1px 0px var(--darkbar));
}

.no_vertical_padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.textbox-login {
	padding: 9px 15px !important;
	padding-right: 40px !important;
	width: 239px;
	font-size: 14px !important;
	border: 2px solid var(--borders) !important;
	color: var(--text) !important;
	border-radius: 1000px !important;
}

.textbox-login:focus {
	border: 2px solid var(--borders) !important;
	box-shadow: none !important;
}

span.login-icon i::before {
	position: absolute;
	color: var(--text);
	margin-top: -11px;
	right: 72px;
	font-size: 14px;
}

.trow1.remember_me.no_bottom_border.no_vertical_padding {
	position: relative;
	float: left;
	padding: 0 23px;
	margin-top: 1rem;
}

input.button.loginpopup-button {
	margin-top: 2rem;
	width: 95%;
	border-radius: 1000px !important;
	border: 1px solid var(--borders) !important;
	color: var(--text);
	font-weight: 600;
	background: var(--dark)!important;
}

input.button.loginpopup-button:hover {
	opacity; .5;
}

.fb-subforum {
	margin-top: 7px; 
	color: #555 !important;
}

.portal-avatar {
	height: 100px;
	width: 100px;
	border-radius: 1000px;
}

p.portal-message {
	margin: 0;
	font-size: 14px;
}

#backtop {
	background: var(--darkbar);
	width: 42px;
	color: var(--accent);
	position: fixed;
	margin: 0px;
	cursor: pointer;
	border-radius: 1000px;
	right: 25px;
	bottom: 20px;
	z-index: 372;
	text-align: center;
	height: 42px;
	
	font-size: 18px;
}

#backtop .backtop-icon {
	line-height: 42px;
	margin-left: -1px;
}

#backtop:hover {
 
	opacity: .5;
}

a.backtop {
	display: none;
}

span.toggle-container {
	float: right;
	margin: 17px 2px 0 0;
}

.leftbutton,
.rightbutton {
	cursor: pointer;
	float: right;
	font-size: 18px;
	display: block;
}

.rightbutton:hover,
.leftbutton:hover {
 
	color: #eee;
}

.lost-pass {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0%;
	bottom: -40px;
}

.lost-pass a:link,
.lost-pass a:visited,
.lost-pass a:focus {
	color: #fff;
	font-weight: 600;
}

.lost-pass a:hover {
	opacity: 0.5;
}

.attach-icon {
	margin: 6px -8px 0 0;
	font-size: 14px;
}

.box-profile {
 
	text-align: center;
	color: #545454;
	height: 26px !important;
	width: 26px !important;
	line-height: 26px;
	margin: 0 9px 0 -2px;
	border-radius: 1000px;
	background: #f3f3f3;
}

.profile-container .left-sidebar {
	padding-left: 10px;
	float: right;
	width: 270px;
}

.profile-container .profile-heading {
	margin: 0 0px 0 0;
	font-family: inherit;
	font-weight: 400;
	font-size: 14px;
	overflow: hidden;
	padding: 20px 23px 23px 23px;
	border-bottom: 0 !important;
	background: var(--textbg);
	border: 1px solid var(--borders);
}

.profile-container .left-sidebar .sidebar-container {
	background: var(--textbg);
	padding: 0px;
	margin-bottom: 15px;
	border: 1px solid var(--borders);
}

.profile-container .left-sidebar .sidebar-container .sidebar-inner {
	padding: 12px 18px 12px 17px;
	overflow: hidden;
	color: var(--text);
	line-height: 1.65;
}

/* ------- STAT INFO ON PROFILE ---------- */

h3{
  font-family:"Open Sans", Arial, Sans-serif;
}

.flex-parent{
display:flex;
}

.line-div{
  flex: 1; /* flex-grow */
  padding: 0 5px;
}

.the-line{
  height: 50%;
  border-bottom:1px solid #000;
}

/*----- END STAT INFO ------*/ 


/*----- SECTION HEADRERS FOR PROFILE HEADERS -----------*/



.phead {
	font-size: 14px;
	font-weight: 600;
    background: none;
	color: var(--accent);
	padding: 11px 20px 11px 20px;
	font-family: inherit;
	text-transform: uppercase;
	text-align: center;
    padding: 11px 20px 9px 18px;
	background: var(--dark);
}


.border-left {border-left: 1px solid var(--borders);}
.border-right {border-right: 1px solid var(--borders);}
.border-top {border-top: 1px solid var(--borders);}
.border-bottom {border-bottom: 1px solid var(--borders);}
	

/*----- END -----*/

.resp .sidebar-container .sidebar-inner {
	padding: 10px 15px 10px 12px;
	overflow: hidden;
	background: var(--textbg);
	margin-bottom: 5px;
	border: 1px solid rgb(229, 230, 231);
}

.thead.profile-side {
	padding: .8rem 1.1rem .7rem 1.1rem;
	color: #444;
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
	background: #fcfdfe;
}

.profile-buttons {
	padding: 5px 7px 5px 6px !important;
    margin-bottom: 3px !important;
    margin-left: 1px;
    color: #fff;
    text-align: center;
    border-radius: 2px !important;
    font-size: 12px !important;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

.tabs-wrap {
	border-top: 0;
	background: var(--textbg);
}

ul.tabs {
	list-style: none;
	font-family: inherit;
	font-weight: 400;
	padding: 0px;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
	background: var(--dark);
}

ul.tabs li {
	background: none;
	color: var(--accent);
	display: inline-block;
	float: left;
	padding: 15px 27px 15px 24px;
	cursor: pointer;
}

ul.tabs li:hover {
	opacity: .5;
}

ul.tabs li.current {
	color: var(--accent);
	float: left;
	font-weight: 600;
	border-bottom: 2px solid var(--accent);
}

.tab-content {
 
	background: var(--textbg);
	display: none;
	margin-top: -1px;
	padding: 25px;
	border-top: 1px solid var(--borders);
}

.tab-content.current {
 
	display: inherit;
}

.ava-hs {
	margin-right: 1.3rem;
	float: left;
	overflow: hidden;
}

.ava-hs img {
	height: 60px;
	width: 60px;
	border-radius: 2px;
}

.ib-hs {
 
	display: none;
}

.profile-ctbox {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed rgb(235, 237, 239);
}

.profile-ctbox:last-child {
	border-bottom: 0;

	margin-bottom: 0;
	padding-top: 4px;
	padding-bottom: 0;
}

.profile-mcp ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.profile-acp ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

[class*="add_buddy_button"] {
 
	margin-top: 13px !important;
}

[class*="add_buddy_button"]:hover,
[class*="add_ignore_button"]:hover {
	background: #29b6f6 !important;
}

[class*="report_user_button"]:hover {
 
	background: #29b6f6 !important;
	color: #fff !important;
}

@keyframes pulse {
 
	to {
 box-shadow: 0 0 0 5px rgba(165, 214, 167, 0);
}


}

@media screen and (max-width: 1100px) {
	.pt-hide {
		display: none;
}

ul.tabs li.current {
		float: none;
}

ul.tabs li {
		float: none;
		display: block;
}


}

/*---------- POI LANDMARK INFO COLLAPSE EXPAND THING ------------- */

.box {
width: 500px;
margin: auto;
	color: var(--text);
font-size: 12px;
padding: 5px;
	background: var(--textbg);
    border: 1px solid var(--borders);
opacity: .9;
font-weight:bold;
transition: all 0.3s ease-out;
border-radius: 5px;
}

.box a:link, .box a:visited, .box a:hover {
 
	color: var(--text);
font-size: 12px;
text-decoration: none;
}

.box:hover {
none;
}

.button-up a:link {
font-size: 12em;
color: #FFF;
text-decoration: none;
cursor: pointer;
transition: all 0.3s ease-out;
background: none;
}

.overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
transition: opacity 500ms;
visibility: hidden;
opacity: 0;
}

.overlay:target {
visibility: visible;

opacity: 1;
}

.popup {
margin: 70px auto;
padding: 20px;
	background: var(--textbg);
    border: 1px solid var(--borders);
border-radius: 5px;

width: 650px;
position: relative;
transition: all 5s ease-in-out;
}

.popup h2 {
margin-top: 0;
	color: var(--text);
font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
position: absolute;
top: 0px;
right: 10px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
	color: var(--text);
}

.popup .close:hover {
color: #000;
}

.popup .content {
max-height: 30%;
overflow: auto;
}



/* ------- post labels and content warnings -----------*/


.postlabels {
	padding: 10px;
	background: var(--darkbar) repeat;
	border: 1px solid var(--borders);
}

.trespass-label {
	background: #b79779;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}

.kidnapping-label {
	background: #976298;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}

.capture-label{
	background: #6d49b4;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}

.slavery-label {
	background: #3f5fd8;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}

.escape-label {
	background: #243477;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}

.abuse-label {
	background: #e87b4c;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}

.discrimination-label {
	background: #e2b93a;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}

.sexual-assault-label {
	background: #8c344f;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}

.sexual-themes-label {
	background: #c94f69;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}

.suicide-label {
	background: #3cb4ca;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}

.self-harm-label {
	background: #5a899d;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}

.violence-label {
	background: #a63b30;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}

.death-label  {
	background: #606060;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}

.profanity-label  {
	background: #3b9651;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}

.content-warning-label {
	background: #333333;
    color: #fff;
	border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1;
    display: inline-block;
	text-shadow: 2px 2px 4px #000000;
    border: 1px solid var(--borders);
    font-weight: bold;
    font-size: 10px;
}




/* ---------- end post labels ------------------------ */








@media screen and (max-width: 700px){
.box{
width: 70%;
}

.popup{
width: 70%;
}

color: var(--text);
text-align: left;
line-height: 1.4;
margin: auto;
min-width: 990px;
margin-top: 250px;

font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 12px;
}

/* ------------- END OF POI LANDMARK POPUPS ----------------*/




/* ------ expand collapse ic areas fixes -------------------*/

/* Remove default disclosure marker */
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }

/* Firefox / newer browsers */
summary::marker { content: ""; }


/* Make the summary behave like your old bar */
.catimagebar {
  display: block;
}

/* Make these act like the old divs */
.catimagebar .areacat,
.catimagebar .areadesc {
  display: block;
}




/** Impromptu End */
		
		
		.star_rating,
.star_rating li a:hover,
.star_rating .current_rating {
	background: url(../../../images/star_rating.png) left -1000px repeat-x;
	vertical-align: middle;
}

.star_rating {
	position: relative;
	width:80px;
	height:16px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

td .star_rating {
	margin: auto;
}

.star_rating li {
	display: inline;
}

.star_rating li a,
.star_rating .current_rating {
	position: absolute;
	text-indent: -1000px;
	height: 16px;
	line-height: 16px;
	outline: none;
	overflow: hidden;
	border: none;
	top:0;
	left:0;
}

.star_rating_notrated li a:hover {
	background-position: left bottom;
}

.star_rating li a.one_star {
	width:20%;
	z-index:6;
}

.star_rating li a.two_stars {
	width:40%;
	z-index:5;
}

.star_rating li a.three_stars {
	width:60%;
	z-index:4;
}

.star_rating li a.four_stars {
	width:80%;
	z-index:3;
}

.star_rating li a.five_stars {
	width:100%;
	z-index:2;
}

.star_rating .current_rating {
	z-index:1;
	background-position: left center;
}

.star_rating_success,
.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.inline_rating {
	background: url(../../../images/star_rating.png) left -1000px repeat-x;
	float: left;
	vertical-align: middle;
	padding-right: 5px;
}
		
		
		
		
		
		ul.thread_tools,
ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.thread_tools li:before {
	font-family: "FontAwesome";
	text-rendering: auto;
	display: inline-block;
	padding: 0px 0px 2px 2px;
	font-size: 14px;
}

ul.thread_tools li.printable:before {
	content: "\f02f"; 
	padding-right: 8px;
}

ul.thread_tools li.sendthread:before {
	content: "\f1d9"; 
	padding-right: 8px;
}

ul.thread_tools li.subscription_add:before {
	content: "\f196";
	padding-right: 8px;
	margin-left: 1px;
}

ul.thread_tools li.subscription_remove:before {
	content: "\f147"; 
	padding-right: 8px;
	margin-left: 1px;
}

.showthread_spinner {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 20px;
}
	
		


		