*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Play", sans-serif;
  transition: all 0.5s ease;
}

html {scroll-behavior: auto;}

body 
 {
 padding:0;
 margin:0;
 height:100%;     
 line-height: 1.8;
 font-size:1.2em;
 letter-spacing:1.0px;
 }

.aurebesh {font-family: 'Aurebesh', sans-serif;}
.aurebesheng {font-family: 'Aurebesh-English', sans-serif;}
.encrypt {font-family: 'Wollicht', sans-serif;}
.shapefont {font-family: 'ShapeFont', sans-serif;text-transform:uppercase;}

.aurebesh p {font-family: 'Aurebesh', sans-serif;}
.aurebesheng p {font-family: 'Aurebesh-English', sans-serif;}
.encrypt p {font-family: 'Wollicht', sans-serif;}
.shapefont p {font-family: 'ShapeFont', sans-serif;text-transform:uppercase;}

.w3-row.custom-flex  {display: flex; flex-wrap: wrap;}
.w3-row.custom-flex.flex > .w3-col {flex: 1 0 290px;}
.flex-sticky-bottom {display: flex;
  flex-direction: column;
  justify-content: space-between;height:100%;}

.image-upload>input {display: none;}

h1 {font-size: clamp(2rem, 2vw + 1rem, 2.5rem);line-height:1.3;}
h2 {font-size: clamp(1rem, 2vw + 1rem, 2rem);line-height:1.2;}

a {text-decoration:none;cursor: pointer;transition: all 0.5s ease;}
a:hover {cursor: pointer;}
a:active {cursor: pointer;}

a[id] {scroll-margin-top: 100px;}

.page-content {
    margin: 0 auto;
    padding:0;
    outline:0;
    position:relative;
    }

.socials {
  color:#fff; 
  font-size:2.5em;
  margin:0 10px;
  padding:0;
  transition: all 0.5s ease;
}
.socials:hover {color:#FF6600;}

.editor p {padding:5px 0;margin:0;}
.editor ul, ol {margin-left:30px;}
.editor li {letter-spacing:1px;}
.editor ul li li {letter-spacing:1px;}
.editor table {border-collapse: collapse;}
.editor table tr {border:solid 1px #505050;}
.editor table td {border:0;padding:5px;vertical-align:top;}

ul, ol {margin:0 0 0 20px;}
.ul, .ol {margin:0 0 0 20px;}

li {padding:0;}

tr:first-of-type {border-top-left-radius: 5px;}
tr:last-of-type {border-top-right-radius: 5px;}
tr:last-of-type td:first-of-type {border-bottom-left-radius: 5px;}
tr:last-of-type td:last-of-type {border-bottom-right-radius: 5px;}
td{vertical-align:middle;}

::-webkit-scrollbar {width: 10px;}

.anchor {display: block;position: relative;top: -50px;visibility: hidden;}

.grecaptcha-badge { visibility: hidden; }

.bx {vertical-align: middle;}
.swg {vertical-align: middle;}


/* ****************** Animations ****************** */

/* https://stackoverflow.com/questions/77142878/issues-with-triggering-mulitple-css-animations-on-scroll */
.fadeonscroll {
    opacity: 0;
    transform: scale(0.5);
}

.fadeonscroll.ON {
    opacity: 1;
    transform: none;
}

/* ****************** Containers ****************** */

.textglow {text-shadow: #fff 0 0 8px;}
.borderradius {border-radius:10px;}
.borderradius-left {border-radius:10px 0 0 10px;}
.borderglow {box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5);}
.hoverglow:hover{box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5);transition: all 0.5s ease;}

.backtotop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding:5px 10px;
    z-index:1000;
    transition: all 0.5s ease;
}

.backtotop a {
    text-decoration: none;
    }

.announce-green {
    background:#003333;
    padding:20px;
    border-radius:10px;
    color:#FFF;
}

.announce-red {
    background:#660000;
    padding:20px;
    border-radius:10px;
    color:#FFF;    
}

.announce-grey {
    background:#2f3c45;
    padding:20px;
    border-radius:10px;
    color:#FFF;    
}

.announce-purple
	{
    background:#3f51b5;
    padding:20px;
    border-radius:10px;
    color:#FFF;
	}

.error
	{
    width: 100%;
	padding:10px 20px;
    text-align:center;
    margin:auto;
    border-radius:5px;
	background-color: #CC3300;
	border: solid 2px #eb6702;
    color: #fff;
	}

.success
	{
    width: 100%;
	padding:10px 20px;
    text-align:center;
    margin:auto;
    border-radius:5px;
	background-color: #000f00;
	border: solid 2px #009900;
    color: #fff;
	}

.parallax {
    background: #03090f;
    background-attachment: scroll;
  }

#myVideo {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.card {
  box-shadow:0 5px 8px 0 rgba(0,0,0,0.5),0 5px 13px 0 rgba(0,0,0,0.5);
}

/* datacron and home page */
.cardinfo {
  box-shadow:0 5px 8px 0 rgba(0,0,0,0.5),0 5px 13px 0 rgba(0,0,0,0.5);
  border-radius:10px;
  background:#292e38;
  transition: all 0.5s ease;
  overflow:hidden;
}

.cardinfo a {
  display:block;
  height:100%;
  color:#FFF;
  border-radius:10px;
  transition: all 0.5s ease;
}

.cardinfo p {
  font-size:0.9em;
}

.cardinfo .pic {
  display:block;
  overflow:hidden;
  height:250px;
  border-radius:10px 10px 0 0;
}

.cardinfo img {
  width:100%;
  height:250px;
  object-fit:cover;
  object-position: 50% top;
  transition: all 0.5s ease;
}

.cardinfo:hover {background:#2f3541;}
.cardinfo:hover .button {background:#CC3300;}
.cardinfo:hover .info-button {background:#CC3300;}

.cardinfo:hover img {
  transform: scale(1.05);
}
 
/* home page */
.cardindex {
  padding:8px;
  transition: all 0.5s ease;
  overflow:hidden;
}

.cardindex .inner {
  padding:60px 0;
  text-align:center;
  width:100%;
  height:100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);    
}

.cardindex img {width:100%;}

.cardindex:hover .inner, .cardindex:hover img {transform: scale(1.05);}

.cardindex:hover .info-button {background:#CC3300;}

.cardvertical {
   display:table;
   table-layout: fixed;
   width:100%;
   height:150px;
   background:#262a34;
   border-radius:10px !important;
   padding:0;
   transition: all 0.5s;
   cursor:pointer;
   border:solid 2px transparent;
}

.cardvertical .pic {
   display:table-cell;
   width:100px;
   height:100px;
   text-align:center;
}

.cardvertical img {
   width:150px;
   height:150px;
   border-radius:10px;
   object-fit: cover !important;
   object-position: 50% top !important;
   transition: all 0.5s;
}

.cardvertical .info {
   display:table-cell;
   vertical-align:middle !important;
   padding-left:15px !important;
   width:100% !important; 
}

.cardvertical:hover {
    border:solid 2px rebeccapurple !important;
}

.cardvertical:hover img {
  transform: scale(1.1);
  object-fit:cover;
}

/*
.cardvertical {
  box-shadow:0 5px 8px 0 rgba(0,0,0,0.5),0 5px 13px 0 rgba(0,0,0,0.5);
  border-radius:10px;
  height:150px;
  width:100%;
  background:#292e38;
  transition: all 0.5s ease;
  overflow:hidden;
}

.cardvertical p {
  font-size:1.0em;
}

.cardvertical .pic {
  overflow:hidden;
  width:150px;
  height:150px;
  border-radius:0;
  display:inline-block;
}

.cardvertical img {
  width:100%;
  height:150px;
  object-fit:cover;
  object-position: 50% top;
  transition: all 0.5s ease;
}

.cardvertical .right {
  vertical-align:middle;
  display:inline-block;
  height:150px;
  padding:10px;
}

.cardvertical:hover {background:#2f3541;}

.cardvertical:hover img {
  transform: scale(1.05);
}
*/

.cardspecies {
  height:100%;
  width:100%;
  background:#292e38;
  transition: all 0.5s ease;
  overflow:hidden;
  display:table;
}

.cardspecies p {
  font-size:0.8em;
}

.cardspecies .pic {
  display:table-cell;
  overflow:hidden;
  width:100px;
  height:100px;
  border-radius:0;
}

.cardspecies img {
  width:100%;
  height:100px;
  object-fit:cover;
  object-position: 50% top;
  transition: all 0.5s ease;
}

.cardspecies .right {
  display:table-cell;
  vertical-align:middle;
}

.cardspecies:hover {background:#2f3541;}

.cardspecies:hover img {
  transform: scale(1.05);
}

/* ****************** Homepage Countdown ****************** */

.eventblock {
  margin: 5% auto;
}

.info-button {
  display:inline-block;
  text-align: center;
  color:#fff;
  background:#262a34;
  padding: 15px 40px;
  margin-top:10px;
  transition: all 0.5s ease;
  cursor: pointer;
  border-radius:50px;
  border:solid 2px #CC3300;
  font-family: 'ShapeFont', sans-serif;
}

.info-button span {
  color:#fff;
  font-family: 'ShapeFont', sans-serif;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.info-button:hover {
  color:#fff;
  background:#CC3300;
}

.info-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.info-button:hover span {
  padding-right: 25px;
}

.info-button:hover span:after {
  opacity: 1;
  right: 0;
}

#countdown {
  font-size: 2.5em;
  font-weight: 100;
  color: white;
  text-shadow: 0 0 20px #48c8ff;
  width:100%;
}
 
#countdown div {
  display: inline-block;
  min-width: 25%;
}
 
#countdown div span {
  color: #b1cdf1;
  display: block;
  font-size: 0.35em;
  font-weight: 400;
}


/* ****************** Top Menu ****************** */

.black {background: rgb(0, 0, 0);background: rgba(0, 0, 0, 0.7);}
.transparent {background:none;}

.logo {
  display:inline-block;
  max-width:275px;
 }

.topmenu {
    padding:0;
    margin:0;
    display:inline-block;
    position: relative;
}

.topmenu-link {
    color:#fff;
    display:inline-block;
    padding:10px;
    margin:5px 10px;
    font-size:0.9em;
    font-family: 'ShapeFont', sans-serif;
    transition: all 0.5s ease;
}
.topmenu-link:hover {
    color:#FF6600;
}

.topmenu p {
    color:#fff;
    display:inline-block;
    padding:10px;
    margin:5px 10px;
    font-size:0.9em;
    font-family: 'ShapeFont', sans-serif;
    cursor: pointer;
    transition: all 0.5s ease;
}
.topmenu p:hover {
    color:#FF6600;
}

.w3-dropdown-click:hover{background-color:transparent;color:#FFF;}

.w3-dropdown-content {min-width:200px;background:#262a34;}

.w3-dropdown-content a {
    color:#fff;
    display:block;
    padding:10px;
    margin:0px;
    font-size:0.8em;
    text-transform:uppercase;
    border-top:solid 1px #3f4655;
    border-bottom:solid 1px #3f4655;
    transition: all 0.5s ease;
    background:#262a34;
}
.w3-dropdown-content a:hover {color:#FF6600;background:#3f4655;}

.mobile-menu {width:100%;background:#262a34;}

.mobile-menu a {
    color:#fff;
    display:block;
    padding:10px 20px;
    margin:0px;
    text-transform:uppercase;
    border-top:solid 1px #1f232a;
    border-bottom:solid 1px #1f232a;
    transition: all 0.5s ease;
    background:#262a34;
}
.mobile-menu a:hover {color:#FF6600;background:#3f4655;}

.mobile-menu p {
    background: #1f232a;
    color:#fff;
    display:block;
    padding:10px 20px;
    margin:0px;
    text-transform:uppercase;
}

.menu {
    padding:0 8px 0 0;
    margin:0 8px 0 0;
    display:inline-block;
    height:50px;
    width:50px;
    position: relative;
    transition: all 0.5s ease;    
}
.menu a {
    color:#fff;
    display:block;
    width:100%;
    height:100%;
    text-align:center;
    padding:10px 0;
}
.menu a:hover {
    color:orange;
}
.menu span {
  visibility: hidden;
  opacity:0;
  width: 120px;
  background: #000;
  color: #fff;
    text-transform:uppercase;
    border-top:solid 1px #3f4655;
    border-bottom:solid 1px #3f4655;
    transition: all 0.5s ease;
    background:#181c23;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  top: 100%;
  right: 0;
  margin-right: 0; 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.menu:hover span {
  visibility: visible;
  opacity:1;
  transition: opacity 0.8s ease;
}
.menu span:hover {color:#FF6600;background:#3f4655;}
.menu i {
  font-size: 28px;
}
.menu i.swg {
  padding-top:5px;
}
.menu-td-left {
  width:50%;   
  vertical-align:middle;
}

.menu-td-middle {
  display:none;
}

.menu-td-right {
  width:50%;  
  text-align:right;
}

.menuimg {
  display:inline-block;
  width:45px;
  height:45px;
  border-radius: 50%;
  filter:grayscale(50%);
  border:solid 1px black;
  object-fit: cover !important;
  object-position: 50% top !important;
}

.menuimg:hover {
  filter:unset;
}

/* ****************** Profile Pic ****************** */

.dashboard-profile {
   display: table;
   table-layout: fixed;
   height:50px;
   width:100%;
   background:#111;
   border-radius:50px 10px 10px 50px;
   border:solid 2px transparent;
}

.dashboard-profile .pic {
    display:table-cell !important;
    width:50px !important;
}

.dashboard-profile img {
    width:50px !important;
    height:50px !important;
    border-radius:50% !important;
    background:none !important;
    border:solid 1px black !important;
    object-fit: cover !important;
    object-position: 50% top !important;
}

.dashboard-profile .info {
    display:table-cell;
    vertical-align:middle;
    padding-left:8px;
    width:100%;
}

.dashboard-profile:hover {
    border:solid 2px rebeccapurple;
}

.dashboard-profile .effect {
   overflow:hidden;
   width:50px;
   height:50px;
   border-radius:50%;
}

.character-profile {
   display: table;
   table-layout: fixed;
   height:71px;
   width:100%;
   background:#111;
   border-radius:50px 10px 10px 50px;
   border:solid 2px transparent;
}

.character-profile .pic {
    display:table-cell !important;
    width:70px !important;
}

.character-profile img {
    width:70px !important;
    height:70px !important;
    border-radius:50% !important;
    background:black !important;
    border:solid 1px black !important;
    object-fit: cover !important;
    object-position: 50% top !important;
}

.character-profile .info {
    display:table-cell;
    vertical-align:middle;
    padding-left:15px;
    width:100%;
}

.character-profile:hover {
    border:solid 2px rebeccapurple;
}

.holonet-profile {
   display:table;
   table-layout: fixed;
   width:100%;
   height:102px;
   background:#262a34;
   border-radius:50px 10px 10px 50px !important;
   padding:0;
   transition: all 0.5s;
   cursor:pointer;
   border:solid 2px transparent;
}

.holonet-profile .pic {
   display:table-cell;
   width:100px;
   height:100px;
   text-align:center;
}

.holonet-profile .effect {
   overflow:hidden;
   width:100px;
   height:100px;
   border-radius:50%;
}

.holonet-profile img {
   width:100px;
   height:100px;
   border-radius:50%;
   object-fit: cover !important;
   object-position: 50% top !important;
   transition: all 0.5s;
}

.holonet-profile i {
    font-size:4.0em;
}

.holonet-profile .info {
   display:table-cell;
   vertical-align:middle !important;
   padding-left:15px !important;
   width:100% !important; 
   word-break: break-all;
}

.holonet-profile:hover {
    border:solid 2px rebeccapurple !important;
}

.holonet-profile:hover i, .holonet-profile:hover img {
  transform: scale(1.2);
  object-fit:cover;
}

.profile-top {
    display:inline-block;
    border:0;
    width:200px;
    height:200px;
    border-radius:50%;
    background:black;
    border:solid 1px black;
    object-fit: cover;
    object-position: 50% top;
}


/* ****************** Sidebar ****************** */

.sidebar{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  z-index: 100;
  transition: all 0.5s ease;
}
.sidebar.close{
  width: 78px;
}
.sidebar p{
  padding:0;
  margin:0;
}
.sidebar .logo-details{
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .logo-details i{
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name{
  font-size: 0.8em;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .logo-details #btn{
  font-size: 22px;
  transition: all 0.4s ease;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
}

.sidebar .avatar img {
 width:260px;
 height:260px;
 object-fit: cover;
 object-position: 100% 0;
 transition: all 0.4s ease;
 }
.sidebar .avatar {
  height: 260px;
  overflow: hidden;
  transition: all 0.4s ease;
  text-align:center;
}
.sidebar.close .avatar, .sidebar.close .avatar img {
 width:78px;
 height:78px;
 text-align:center;
}
.sidebar.close .avatar img {
 border-radius:50%;
}
.sidebar.close .w3-display-bottomleft {
    display:none;
}
.sidebar .w3-display-bottomright {
    bottom:-5px;
    font-size:2em;
    transition: all 0.4s ease;
}
.sidebar.close .w3-display-bottomright {
    padding:0;
    margin:0;
    bottom:-5px;
    font-size:1em;
} 
.sidebar.close span {
    display:none;
}
.sidebar .nav-links{
  height: 100%;
  padding: 10px 0 150px 0;
  overflow: auto;
}
.sidebar.close .nav-links{
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar{
  display: none;
}
.sidebar .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .iocn-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar.close .nav-links li .iocn-link{
  display: block;
}
.sidebar .nav-links li .counter{
  margin:10px 20px;
  transition: all 0.3s ease;
}
.sidebar .nav-links li i{
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu i.arrow{
  transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow{
  display: none;
}
.sidebar .nav-links li a{
  display: flex;
  align-items: center; 
  text-decoration: none;
  width:100%;
}
.sidebar .nav-links li a .link_name{
  font-size: 1em;
  transition: all 0.4s ease;
}
.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
  display: none;
}

.sidebar .nav-links li .sub-menu{
  padding: 6px 6px 14px 78px;
  margin-top: -10px;
  display: none;
}
.sidebar .nav-links li.showMenu .sub-menu{
  display: block;
}
.sidebar .nav-links li .sub-menu a{
  font-size: 1em;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 1;
  transition: all 0.3s ease;
}
.sidebar.close .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 6px 20px 7px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name{
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name{
  font-size: 1em;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank{
  opacity: 0;
  pointer-events: auto;
  padding: 6px 20px 7px 16px;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .profile-details{
  width: 260px;
/*  align-items: center;
  position: fixed;
  bottom: 10px;
  justify-content: space-between; */
  padding: 5px;
  transition: all 0.5s ease;
  cursor:pointer;
  text-align:center;
}
.sidebar.close .profile-details{
  background: none;
}
.sidebar.close .profile-details{
  width: 78px;
}
.sidebar .profile-details .profile-content{
  align-items: center;
}
.sidebar .profile-content{
  border-radius:5px;
}
.sidebar .profile-details img {
 width:100px;
 height:100px;
 object-fit: cover;
 object-position: 100% 0;
 transition: all 0.4s ease;
 border-radius:50%;
 text-align:center;
 margin-bottom:5px;
 }
.sidebar.close .profile-details img {
 width:50px;
 height:50px;
}
.sidebar.close .profile-details img {
 border-radius:50%;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
  font-size: 1.1em;
  font-weight: 500;
  white-space: nowrap;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
  display: none;
}
.sidebar .profile-details .job{
  font-size: 0.9em;
}
.home-section{
  position: relative;
  height: 100%;
  min-height: calc(90vh);
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
}
.sidebar.close ~ .home-section{
  left: 78px;
  width: calc(100% - 78px);
}

.home-section #myNavbar{
  width: calc(100% - 78px);
}

.home-section .footer{
  width: calc(100% - 78px);
}


/* ****************** Body Elements ******************************** */



.ticket {
  display:block;
  height:100%;
  padding:8px;
  background:#0a0a0a; 
  transition: all 0.5s ease;
}
.ticket:hover, .ticket-select {
  transform: scale(1.03);  
  background:#330033;
}
.ticket h3 {
  color:#fff;  
}
.ticket p {
  border-bottom:1px solid #555;
  padding:5px 0;  
}

.counter {
    display:inline-block;
    background:#383838;
    border-radius:50%;
    width:30px;
    line-height:30px;
    text-align:center;
    margin-left:5px;
    font-size:0.9em;
    color:white;
}

/* for menu dropdowns */
.counter2 {
    display:inline-block;
    background:#383838;
    border-radius:5px;
    width:50px;
    line-height:30px;
    text-align:center;
    margin: 0 5px;
    font-size:0.9em;
    color:white;
}

.pheader {
    width:100%;
    margin:0;
    padding:0;
    font-size:0.9em;
    text-transform:uppercase;
    color:#A9A9A9;
}

.tagstorelink {
 display:inline-block;
 text-align:center;
 padding:8px 16px;
 background: rgb(88,88,88);
 background: rgba(88,88,88,0.3);
 border-radius:5px; 
}

.tagstorelink:hover {
 background: rgb(88,88,88);
 background: rgba(88,88,88,0.5);
}

.tagstorelink .active {
 background: rgb(88,88,88);
 background: rgba(88,88,88,0.5);
 color:orange;
}

.link-flair {
    font-size:0.9em;
    margin:0;
    padding:5px 8px;
    color: #868687;
    cursor:pointer;
    display:inline-block;
    background: transparent;
}

.link-flair:hover {
    text-decoration:none;
    color:orange;
    background: rgb(88,88,88);
    background: rgba(88,88,88,0.2);
    border-radius:5px;
}

.profile01-link{
 text-decoration:none;
 display:block;
 padding:10px;
 color:#DCDCDC;
 font-size:0.9em;
}

.profile01-link:hover{
 background: #3f4655;
}

.top{
 background:#292e38;
 border-radius: 10px 10px 0 0;
}

.middle{
 background:#292e38;
}

.bottom{
 background:#292e38;
 border-radius: 0 0 10px 10px;
}

.profile-link {
 border-radius:5px;
 font-size:1.0em;
 margin:2px 3px;
 padding:5px 8px;
 cursor:pointer;
 display:inline-block;
}

/* faction rules in chain code */
.box {
    display: none;
}

.dropdown-btn {
  padding:8px 32px 8px 16px;
  margin:0;
  text-decoration: none;
  font-size:1em;
  font-weight:inherit;
  width: 100%;
  text-align: left;
  
  outline: none;
  display: block;
}

.dropdown-container {
  display: none;
  padding:0;
}

.accordion {
  cursor: pointer;
  padding: 10px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.0em;
  -webkit-appearance: none;
  width: 100%;
  -webkit-transition: width .35s ease-in-out;
  transition: width .35s ease-in-out;
}

.accactive, .accordion:hover {
  width: 100%;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}

.accordion:hover {
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}

.accordion:before {
  content: '\25bc'; /* 02795 Unicode character for "plus" sign (+) */
  font-size: 16px;
  color: #009688;
  float:right;
  margin-left: 10px;
  margin-right: 10px;
}

.accordion:hover::before {color: #ff9800;}

.accactive:before {
  content: '\25b2'; /* 2796 Unicode character for "minus" sign (-) */
  color: #ff9800;
}

.panel {
  padding: 15px 30px;
  display: none;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}

.skilltech {
  cursor: pointer;
  padding: 10px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.0em;
  -webkit-appearance: none;
  width: 100%;
  -webkit-transition: width .35s ease-in-out;
  transition: width .35s ease-in-out;
}

.skilltechaccactive, .skilltech:hover {
  width: 100%;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}

.skilltech:hover {
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}

.skilltech:before {
  content: '\25bc'; /* 02795 Unicode character for "plus" sign (+) */
  font-size: 16px;
  color: #009688;
  float:right;
  margin-left: 10px;
  margin-right: 10px;
}

.skilltech:hover::before {color: #ff9800;}

.skilltechactive:before {
  content: '\25b2'; /* 2796 Unicode character for "minus" sign (-) */
  color: #ff9800;
}

.skilltechpanel {
  padding: 15px 30px;
  display: none;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}


/* ****************** Images ******************************** */

.online-hover {
  position: absolute;
  top: 0;
  left: 0;
  width:200px;
}

.sidebar.close .online-hover {
    display:none;
}

.img-round50 {
 width:50px;
 height:50px;
 object-fit: cover;
 object-position: center top;
 transition: all 0.4s ease;
 border-radius:50%;
}

.img-round75 {
 width:75px;
 height:75px;
 object-fit: cover;
 object-position: center top;
 transition: all 0.4s ease;
 border-radius:50%;
}

.img-round100 {
 width:100px;
 height:100px;
 object-fit: cover;
 object-position: center top;
 transition: all 0.4s ease;
 border-radius:50%;
}

.img-round200 {
 width:200px;
 height:200px;
 object-fit: cover;
 object-position: center top;
 transition: all 0.4s ease;
 border-radius:50%;
}

.img-round250 {
 width:250px;
 height:250px;
 object-fit: cover;
 object-position: center top;
 transition: all 0.4s ease;
 border-radius:50%;
}

#img-clip40 {
width:100%;
min-height: 40px;
max-height: 40px;
overflow: hidden;
}

.img-clip50 {
 width:50px;
 height:50px;
 object-fit: cover;
 object-position: center top;
 transition: all 0.4s ease;
}

.img-clip75 {
 width:75px;
 height:75px;
 object-fit: cover;
 object-position: center top;
 transition: all 0.4s ease;
}

.img-clip100 {
 width:100%;
 max-height:150px;
 object-fit: cover;
 object-position: center top;
 transition: all 0.4s ease;
}

/* holonet adverts */
.img-clip150 {
 width:100%;
 height:150px;
 object-fit: cover;
 object-position: center top;
 transition: all 0.4s ease;
}

#img-clip175 {
width:100%;
min-height: 175px;
max-height: 175px;
overflow: hidden;
}

.img-clip {
width:100%;
min-height: 200px;
max-height: 200px;
overflow: hidden;
}

/* holonet article thumb */
.img-cliparticle {
 width:100%;
 height:200px;
 object-fit: cover;
 object-position: center top;
 transition: all 0.4s ease;
 overflow: hidden;
}
.img-cliparticle img {max-height:200px;}

/* holonet chain code */
.img-clip250 {
 width:250px;
 height:250px;
 object-fit: cover;
 object-position: center top;
 transition: all 0.4s ease;
 margin:auto;
}

.img-clip300 {
 width:300px;
 height:300px;
 object-fit: cover;
 object-position: center top;
 transition: all 0.4s ease;
}

/* holonet article full */
.img-clip400 {
 width:100%;
 max-height:400px;
 object-fit: cover;
 object-position: center top;
 transition: all 0.4s ease;
 margin:auto;
 border-radius:5px;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width:600px)
 {
 .img-clip150 {height:200px;} 
 .img-clip250 {width:100%;height:25%;max-height:375px;}
 .img-clip300 {width:300px;margin:auto;}
 }

@media (min-width: 601px) {
 .img-clip250 {width:100%;height:25%;max-height:350px;}
 .img-clip300 {max-height:300px;}
 .img-cliparticle {height:25%;max-height:180px;}
}

/* ****************** Form Elements ******************************** */

.g-recaptcha {margin-top: 10px;}

input, select{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;}

input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="url"] {
  display:inline;
  outline: none;
  font-size: 1.0em;
  padding:10px;
  height:50px;
  margin-bottom: 5px;
  -webkit-appearance: none;
  width: 100%;
  -webkit-transition: width .35s ease-in-out;
  transition: width .35s ease-in-out;
  }

input[type="text"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover {
  width: 100%;
  }

input[type="text"]:disabled {
  border: solid 1px #505050;
  color:#DCDCDC;
}

input[list] {
  display:inline;
  outline: none;
  font-size: 1em;
  padding: 10px 15px;
  margin-bottom: 5px;
  -webkit-appearance: none;
  width: 100%;
  -webkit-transition: width .35s ease-in-out;
  transition: width .35s ease-in-out;
  }

input[list]:hover {
  width: 100%;
  }

input[type="date"] {
  display:inline;
  outline: none;
  font-size: 1em;
  padding: 10px 15px;
  margin-bottom: 5px;
  }

input[type="datetime-local"] {
  display:inline;
  outline: none;
  font-size: 1em;
  padding: 10px 15px;
  margin-bottom: 5px;
  }

select {
  color: #00ffff;
  background: #222;
  border: solid 1px #222;
  border-radius:5px;
  width:100%;
  outline: none;
  font-size: 1.0em;
  padding:10px;
  height:50px;
  margin-bottom: 5px;
  -webkit-transition: width .35s ease-in-out;
  transition: all 0.35s ease-in-out;
  }

select:hover {
  width: 100%;
  }

button * {
  pointer-events: none;
}

.wiki-button {
  text-align: center;
  color:#fff;
  font-size:1.0em;
  background:#CC3300;
  padding: 8px 12px;
  margin:0;
  transition: all 0.5s;
  cursor: pointer;
  border-radius:50px;
  border:solid 1px #FF6600;
}

.wiki-button:hover {
  color:#fff;
  background:#FF6600;
  border:solid 1px #FF6600;
}

.small-button {
  display:inline-block;
  text-align: center;
  color:#fff;
  font-family: "Play", sans-serif !important;
  text-transform:uppercase;
  font-size:0.9em !important;
  background:#181c23;
  padding:0 8px;
  margin:0;
  transition: all 0.5s;
  cursor: pointer;
  border-radius:5px;
  border:solid 2px #181c23;
}

.small-button a {
  color:#fff;
  padding:0 5px 0 0;
}

.small-button:hover {
  color:#fff;
  background:#CC3300;
}

.image-button {
   display: table;
   table-layout: fixed;
   height:52px;
   width:100%;
   margin-top:10px;
   background:#262a34;
   border-radius:50px;
   border:solid 2px #CC3300;
   transition: all 0.5s;
}

.image-button .pic {
    display:table-cell;
    width:52px;
}

.image-button img {
    width:52px;
    height:52px;
    border-radius:50%;
    background:#111;
    border:solid 1px #111;
    object-fit: cover;
    object-position: 50% top;
}

.image-button i {
    width:52px;
    height:52px;
    padding-top:8px;
    font-size:2.5em;
    color:#E91E63;
    border-radius:50%;
    background:#111;
    border:solid 1px #111;
}

.image-button .info {
    display:table-cell;
    vertical-align:middle;
    text-align:left;
    padding-left:8px;
    width:100%;
}

.image-button p {
    color:#FFF;
    font-family: 'ShapeFont', sans-serif;
    font-size:0.7em;
}

.image-button:hover {
  background:#CC3300;
}

.image-button:hover img, .image-button:hover i {
   transform: scale(1.09); 
}

/* spinner */
.loading 
{ 
  opacity: 0.5;
}
.loading span {
  display: none;
}
.loading img {
  margin-left:20px;
  width:40px;
  height:40px;
}

.button {
  text-align: center;
  padding: 10px;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 5px;
  border-radius:10px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 36px;
vertical-align:middle;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  content: "\2713";
  text-align:center;
  color:#000;
  font-weight:bold;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

/* ****************** Modal Format ******************************** */

.modal {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:2000;
  width:100%;
  height:100%;
  overflow:auto;
  background:transparent;
  background-color:rgb(50,55,59);
  background-color:rgba(50,55,59,0.2);
-webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.noblur{
  background-color:transparent;
  backdrop-filter: unset; 
}
.modal-content {
    margin: 50px auto;
    padding:0;
    outline:0;
    }

.modal-close{
    z-index:1000;
    position:sticky;
    top:0;
    right:0;
    float:right;
    height:0;
}

.modal-stickymenu{
    z-index:50;
    position:sticky;
    top:50px;
    right:0;
}

.modal-glass {
-webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius:5px;    
}

.modal-250 {width:100%;padding: 0 5px;}
.modal-400 {width:98%;}
.modal-500 {width:98%;}
.modal-600 {width:98%;}


/* ****************** Gallery Format ******************************** */

.item img {
  width: 100% !important;
  height: auto !important;
  filter:grayscale(75%);
}

.item img:hover {
  filter:unset;
}

.gallery {
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap:   0px;
  -moz-column-count:    5;
  -moz-column-gap:      0px;
  column-count:         5;
  column-gap:           0px; 
}

@media (max-width:600px) {
  .gallery {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

@media (max-width: 800px) {
  .gallery {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }


}

@media (max-width: 1000px) {
  .gallery {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }

}

@media (max-width: 1200px) {
  .gallery {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }

}


/* ****************** Screensize ****************** */

@media (max-width: 420px) {
  .sidebar.close .nav-links li .sub-menu{
    display: none;}
 .centering {text-align:center;}
}

@media (max-width: 550px) {
 .centering {text-align:center;}
}

@media (min-width:800px){
 .eventblock{width:80%;margin:8% auto 12% auto;}
 .modal-250{width:250px;}
 .modal-400{width:30%;}
 .modal-500{width:50%;}
 .modal-600{width:70%;}

 .parallax {
  background: #03090f url("/images/bg-stars-page.jpg");
  min-height: 300px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

.menu-td-left, .menu-td-right, .error, .success, .sliceerror, .slicesuccess {width:75%;}

.videowrapper {
 height:325px;
}
}

@media (min-width:1200px){
 .eventblock{width:80%;margin:8% auto 12% auto;}

.menu-td-left {
 width:20%;   
}

.menu-td-middle {
 display:table-cell;
 text-align:center;
}

.menu-td-right {
  width:20%;  
}

.menu-hide {display:none;}

.videowrapper {
 height:400px;
}
 
}

@media (prefers-reduced-motion: no-preference) {
  .fadeonscroll {
    transition: opacity 1.0s ease, transform 1.0s ease;
  }
}
