/*COLORS THAT DO NOT CHANGE*/
/*INSET COLORS*/
/*SITE IMAGES*/
/*MAIN COLORS*/
/*#dcdcdc $454545*/
/*ACCENT COLORS #4aeeff*/
/*THIS ONE COLOR I DON'T KNOW.*/
/* CSS Document */
/* Coding by G/L.M. Aka Atom */
* {
  margin: 0; }

@font-face {
  font-family: Gill Sans;
  src: url(/fonts/GillSans-Light.otf); }
@font-face {
  font-family: Courier;
  src: url(/fonts/Courier.otf); }
@font-face {
  font-family: Futura-Book;
  src: url(/fonts/Futura-Book.otf); }
@font-face {
  font-family: Futura-Light;
  src: url(/fonts/Futura-Light.otf); }
/*COOKIE AD POPUP*/
.cc_dialog.simple {
  max-width: 30% !important; }

.cc_dialog_text {
  font-size: 13px !important; }

.py-5 {
  padding: 20px !important; }

body {
  background-image: url(/images/ectimage/other/farbackgroundblack.png);
  /* Background pattern from Subtle Patterns */
  background-repeat: repeat; }

#wrapper {
  margin: 0 auto;
  max-width: 1425px;
  background: #141414;
  font-family: "Times New Roman", serif, "Poiret One";
  overflow: clip; }

p {
  font-size: 16px;
  line-height: 22px;
  color: #eaeaea; }

a {
  color: #00cfff; }

a:hover {
  color: #4accff;
  text-decoration: underline; }

/*HEADER AREA*/
.headertopper {
  float: right;
  margin-top: 5px;
  z-index: 101;
  position: relative; }

.headertopper img {
  width: 37px;
  margin-right: 10px; }

.usernotice {
  float: left;
  border: #eaeaea solid 1px;
  color: #eaeaea;
  padding: 3px 10px;
  border-radius: 3px;
  margin: 4px 5px 0 0; }

#headertitle {
  margin-bottom: 70px;
  padding: 0.5px 0 0 0; }

#headertitle h1 {
  position: absolute;
  z-index: 100;
  text-align: left;
  color: #eaeaea;
  font-family: "Poiret One";
  font-size: 24px;
  font-weight: lighter;
  padding: 10px 0 0 30px;
  letter-spacing: 2px; }

#header {
  width: 100%;
  max-width: 1425px;
  color: #141414;
  font-family: "Gill Sans";
  font-size: 21px;
  position: absolute;
  z-index: 100;
  top: 10px; }

#header a {
  color: #eaeaea;
  text-decoration: none; }

#header a:hover {
  color: #4accff; }

#leftheader {
  margin-top: 32px;
  float: left;
  width: 49%;
  background: #141414;
  padding: 5px 0;
  border-top: #eaeaea solid 1.5px;
  border-bottom: #eaeaea solid 1.5px; }

#leftheader ul {
  text-align: center;
  margin-right: 10%;
  padding-left: 0; }

#leftheader ul li {
  display: inline-block;
  margin: 0 4%; }

#middleheader {
  position: absolute;
  z-index: 101;
  background: url(/images/headerimages/middleheader.png);
  height: 123px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% auto; }

#rightheader {
  margin-top: 32px;
  float: right;
  width: 49%;
  background: #141414;
  padding: 5px 0;
  border-top: #eaeaea solid 1.5px;
  border-bottom: #eaeaea solid 1.5px; }

#rightheader ul {
  text-align: center; }

#rightheader ul li {
  display: inline-block;
  margin: 0 4%; }

.dropdownbutton a {
  padding: 10px 0; }

.dropdownbutton li a {
  display: inline-block; }

.headerdropdown:hover li {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #eaeaea;
  color: #141414;
  min-width: 160px;
  box-shadow: 0px 5px 23px -3px rgba(20, 20, 20, 0.36);
  padding-top: 10px;
  border-bottom: #eaeaea thin solid;
  border-left: #eaeaea thin solid;
  border-right: #eaeaea thin solid;
  margin-top: 5px; }

.dexnavbutton .dropdown-content {
  margin-top: 0px; }

.dropdown-content a {
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-top: solid 1px #141414; }

#header .dropdown-content a {
  color: #141414; }

.dropdown-content li {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left; }

#header .dropdown-content a:hover {
  background-color: #141414;
  color: #eaeaea; }

.headerdropdown:hover .dropdown-content {
  display: block; }

#lheadertext2, #lheadertext3, #lheadertext4 {
  display: none; }

#rheadertext2, #rheadertext3, #rheadertext4, #headertitle2 {
  display: none; }

#notopmargin {
  margin-top: -80px; }

/*END OF HEADER AREA*/
/*TABLES*/
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  background-color: #3a3a3a;
  color: #eaeaea; }

table img {
  width: 100px; }

td, th {
  border: 2px solid #eaeaea;
  text-align: left;
  padding: 8px; }

tr:nth-child(even) {
  background-color: #141414; }

/*END OF TABLES*/
/*FOOTER AREA*/
#footer {
  color: #141414;
  font-family: "Gill Sans";
  background-color: #eaeaea;
  clear: both;
  width: 100%; }

#footer ul {
  padding: 2% 0;
  text-align: center; }

#footer ul li {
  display: inline;
  font-size: 14px;
  margin: 0 2%; }

#footer a {
  color: #141414;
  text-decoration: none; }

#rssfeedbutton {
  color: #eaeaea;
  font-family: "Times New Roman";
  font-size: 18px;
  background-color: #141414;
  width: 16%;
  height: auto;
  border-radius: 3px;
  padding-top: 1%;
  margin-left: 17.4%;
  float: left; }

#rssfeedbutton img {
  float: left;
  margin-left: 4%;
  width: 11.5%; }

#rssfeedbutton p {
  float: left;
  margin: 2% 5%; }

.footericon {
  margin-left: 5%;
  display: inline-block;
  width: 58px; }

#footericoncontainer {
  width: 220px;
  margin: 0 auto; }

#copyright {
  clear: both;
  padding: 20px 0px;
  text-align: center;
  color: #141414;
  font-size: 14px; }

/*END OF FOOTER AREA*/
/*HOMEPAGE AREA*/
.bigslider {
  display: block; }

.smallslider {
  display: none; }

#featurebg {
  background-image: url(/images/homepageimages/homepage_feature005.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-height: 751px;
  position: relative;
  margin-top: -100px; }

#featurebg::after {
  content: '';
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: -moz-linear-gradient(top, rgba(234, 234, 234, 0.7) 0%, rgba(234, 234, 234, 0) 80%); }

#featuretext {
  color: #eaeaea;
  font-family: "Poiret One";
  text-align: center;
  padding-top: 12%;
  text-decoration: none; }

#featuretext h1 {
  font-size: 300%;
  font-weight: normal; }

#featuretext h3 {
  padding-top: 10%;
  margin: 29.5% auto 0 auto;
  font-size: 230%;
  font-weight: normal;
  width: 100%; }

#featuretext a {
  color: #eaeaea;
  text-decoration: none; }

a.banner {
  text-decoration: none; }

.banner img {
  width: 20%;
  height: auto;
  filter: invert(100%); }

.bannerfull {
  color: #141414;
  font-family: "Poiret One";
  background-color: #eaeaea;
  text-align: center;
  height: 50px;
  width: 100%;
  padding: 5px 0px 5px 0px;
  font-size: 40px;
  text-decoration: none;
  clear: both; }

.bannersingle {
  color: #141414;
  font-family: "Gill Sans";
  font-size: 40px;
  display: none;
  background-color: #eaeaea;
  text-align: center;
  width: 100%;
  padding: 14px 0px 4px 0px;
  margin: 0px 0px 40px 0px;
  clear: both; }

a .bannersingle {
  color: #141414; }

#featuredex {
  color: #eaeaea;
  width: 80%;
  margin: 20px 110px 55px 110px; }

#featuredex img {
  float: left;
  width: 28%;
  margin: 20px 0 20px 0; }

#featuredex h2 {
  font-family: "Poiret One";
  font-size: 48px;
  color: #4accff;
  margin-left: 30%;
  border-bottom: #4accff solid thin;
  font-weight: normal; }

#featuredex p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  margin-left: 30%; }

#featuredex a {
  color: #4accff;
  text-decoration: none; }

#featuredex a:hover h2 {
  text-shadow: 0 0 6px #eaeaea;
  color: #eaeaea; }

#featuredex p a:hover {
  text-decoration: underline; }

#homepageshop {
  clear: both;
  color: #eaeaea;
  font-family: "Poiret One";
  text-align: center;
  background-image: url(/images/homepageimages/homepage_shop.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 409px;
  margin-top: 55px; }

#homepageshop h3 {
  padding-top: 10px;
  font-size: 48px;
  font-weight: normal; }

#homepageshop p {
  font-size: 16px;
  width: 42%;
  margin: auto; }

#shopbuttonholder {
  width: 100%;
  margin: 0 auto; }

.shopbutton {
  background-color: rgba(20, 20, 20, 0.5);
  border-radius: 3px;
  width: 16%;
  height: 9%;
  margin: 13% -27% 0 31.5%;
  float: left;
  font-size: 24px;
  padding-top: 0.5%; }

#homepageshop a {
  color: #eaeaea;
  text-decoration: none; }

/*END OF HOMEPAGE AREA*/
/*STORE AREA*/
.itembanner {
  color: #141414;
  font-family: "Poiret One";
  background-color: #eaeaea;
  text-align: center;
  height: 70px;
  width: 95%;
  padding: 12px 0px 12px 5%;
  font-size: 40px;
  text-decoration: none;
  border-bottom: solid; }

.notebanner {
  color: #141414;
  font-family: "Gill Sans";
  background-color: #ff0000;
  text-align: center;
  padding: 12px 5px 12px 5px;
  font-size: 20px;
  text-decoration: none; }

.notebannerstore {
  color: #141414;
  font-family: "Gill Sans";
  background-color: #ff0000;
  text-align: center;
  padding: 12px 5px 12px 5px;
  font-size: 20px;
  text-decoration: none;
  clear: both;
  margin-bottom: 20px; }

.cartbutton {
  text-align: right;
  margin: 15px 10px 0 10px; }

.cartbuttontop {
  text-align: right;
  margin: 90px auto 0 auto;
  padding-bottom: 35px;
  width: 95%; }

.cartbuttontop p {
  float: left; }

.itemlist, .buttonlist {
  display: flex;
  text-align: center;
  width: 90%;
  padding: 0 5%;
  justify-content: space-between;
  margin: 10px 0 40px 0; }

.itemcol {
  flex: 1; }

.itemcol a {
  text-decoration: underline;
  color: #4accff; }

.itemcol a:hover .itemlistname {
  color: #eaeaea; }

.itemlist .itemcol, .buttonlist .itemcol {
  max-width: 24%; }

.itemcol img {
  width: 100%; }

.itemcol img {
  border: thin solid #eaeaea; }

.itemlistname {
  color: #4accff;
  font-family: "Poiret One";
  text-align: left;
  font-size: 20px; }

.itemlistprice {
  color: #eaeaea;
  text-align: left;
  font-size: 15px; }

.storeholder {
  width: 90%;
  padding: 0 5%; }

.storeitem {
  width: 40%;
  float: left; }

.storeitem img {
  width: 100%; }

.itemdescriptionholder {
  margin-left: 5%;
  width: 55%;
  float: left; }

.itemdescriptionholder p {
  width: 97%;
  background-color: #eaeaea;
  color: #141414;
  padding: 10px 1.5% 20px 1.5%;
  border-radius: 5px; }

.itemtitle {
  font-weight: bold;
  color: #4accff;
  font-size: 30px; }

.itemtitle u {
  text-decoration: none;
  position: relative; }

.itemtitle u::after {
  content: '';
  position: absolute;
  max-width: 586px;
  width: 110%;
  height: 0;
  left: 0;
  bottom: 4px;
  border-bottom: solid 1px #4accff; }

.itemprice {
  color: #eaeaea;
  font-size: 20px;
  margin: 5px 0 15px 0;
  font-weight: bold; }

.addtocartbutton {
  text-align: right;
  margin-top: 10px;
  z-index: 100;
  position: relative; }

.addtocartbutton b {
  color: #4accff; }

.carttext {
  color: #eaeaea;
  margin-right: 55px; }

.shopkeepertalk {
  width: 100%;
  margin: -35px 0 -6px 0; }

.shopkeepertalk img {
  width: 100%; }

/*END OF STORE AREA*/
/*ABOUTPAGE AREA*/
.aboutinnertext {
  font-size: 16px;
  line-height: 22px;
  color: #eaeaea;
  padding: 10px 3.1% 40px 3.1%;
  border-left: solid thin #4accff;
  border-right: solid thin #4accff;
  margin: 0 auto 90px auto; }

.aboutinnertext a {
  color: #4accff;
  text-decoration: none; }

.aboutinnertext a:hover {
  text-decoration: underline; }

.aboutinnertext b {
  color: #4accff; }

.aboutinnertext h5 {
  font-size: 19px;
  color: #4accff;
  margin-bottom: 10px;
  text-decoration: underline;
  clear: both; }

.aboutinnertext h3 {
  font-size: 21px;
  text-align: center; }

.aboutinnertext textarea {
  width: 100%; }

/*END OF ABOUTPAGE AREA*/
/*LOGIN SYSTEM*/
.loginbox {
  margin: 60px 0 50px 0;
  width: 40%;
  display: inline-block;
  text-decoration: none;
  background-color: #eaeaea;
  box-shadow: 0px 0px 0px 7px #606060;
  color: #141414;
  font-size: 15px;
  padding: 10px 0 30px 0; }

.loginboxtext {
  margin: 10px 0 0 10px;
  background-color: #c8c8c8;
  font-size: 14px;
  border: none;
  color: #141414;
  width: 170px; }

.loginboxselect {
  margin: 10px 0 0 10px;
  background-color: #c8c8c8;
  font-size: 14px;
  border: none;
  color: #141414;
  width: 170px; }

.loginbox b {
  color: #2aa8c6;
  margin-left: 5px; }

.loginbox h6 {
  position: relative;
  font-size: 15px;
  z-index: 1;
  overflow: hidden;
  text-align: center; }

.loginbox h6:before, .loginbox h6:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #4accff; }

.loginbox h6:before {
  margin-left: -50%;
  text-align: right; }

.loginboxbutton {
  background-color: #eaeaea;
  color: #141414;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #3a3a3a;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 70px;
  text-decoration: none; }

.loginboxbutton:hover {
  background-color: #c8c8c8; }

.loginboxbutton:active {
  position: relative;
  top: 1px; }

/*END OF LOGIN SYSTEM*/
/*START OF COMIC MAP AREA*/
.mapbar {
  width: 84%;
  height: auto;
  margin: 2% auto;
  padding: 1% 0% 5% 0%;
  background-color: #eaeaea;
  clear: both; }

.mapbar h3 {
  font-family: "Poiret One";
  font-size: 48px;
  color: #141414;
  margin-left: 2%;
  font-weight: normal;
  text-align: left;
  float: left; }

.mapbar h4 {
  font-family: "Poiret One";
  font-size: 36px;
  color: #141414;
  margin-left: 3%;
  margin-top: 0.5%;
  font-weight: normal;
  text-align: left;
  float: left; }

.divider {
  margin: 60px 0; }

.mapsection {
  margin: 0 auto 20px auto;
  clear: both; }

.mapname {
  width: 100%;
  font-family: "Poiret One";
  font-size: 48px;
  color: #4accff;
  border-bottom: #4accff solid thin;
  font-weight: normal; }

.mapitemgroup {
  clear: both;
  margin: 20px 0;
  text-align: center; }

.mapitem {
  display: inline-block;
  text-align: center;
  margin: 0 1% 20px 1%;
  opacity: 1;
  transition: all 0.6s ease;
  width: 14%; }

.mapitem img {
  width: 100%;
  outline: 2px solid #606060; }

.mapitem h4 {
  text-align: center;
  color: #eaeaea;
  font-size: 16px;
  font-weight: normal; }

/*END OF COMIC MAP AREA*/
/*START OF BLOG AREA*/
#blogfeature {
  width: 100%;
  margin: 0 auto; }

#blogfeaturebanner {
  background-image: url(/images/blogimages/blog_feature.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 84.8%;
  margin: 0 auto;
  padding-top: 20%; }

#blogfeaturebanner h1 {
  text-align: right;
  font-family: "Poiret One";
  font-size: 38px;
  font-weight: normal;
  color: #eaeaea;
  padding-right: 2%; }

#blogfeaturenav {
  height: 70px;
  background-image: linear-gradient(to bottom, rgba(234, 234, 234, 0.8), #eaeaea);
  position: relative;
  margin-top: -70px; }

.blognavbutton {
  float: left;
  font-family: "Poiret One";
  font-size: 24px;
  margin: 3.5% 0% 2% 4%; }

.blognavbutton a {
  padding: 15px 35px 25px 35px;
  color: #141414;
  border-radius: 2%;
  text-decoration: none; }

.blognavbutton a:hover {
  color: #eaeaea;
  background-color: #141414; }

#mainblogarea {
  width: 65%;
  float: left;
  margin: 0 7.5%; }

.blogtitle {
  width: 100%; }

.blogtitle h1 {
  font-size: 40px;
  color: #eaeaea;
  margin: 0 20px 0 20px; }

.blogtitle hr {
  border-bottom: #eaeaea solid thin; }

.blogtitle h2 {
  font-family: "Poiret One";
  font-size: 20px;
  color: #00cfff;
  margin: 10px 20px 0 20px; }

.blogtitle a {
  text-decoration: none; }

.blogtitle a:hover {
  text-shadow: 0 0 6px #eaeaea; }

.blogbanner {
  margin: 0px 0 10px 0;
  width: 100%; }

.blogbanner img {
  width: 100%; }

.mainblogtitle {
  border-bottom: #eaeaea solid thin; }

.mainblogtitle a {
  margin: 0 0 10px 0;
  display: inherit;
  text-decoration: none;
  font-size: 24px; }

.blogmainsection {
  width: 63%;
  float: right;
  margin: 30px auto 30px auto;
  color: #eaeaea; }

.blogwriting img {
  width: 100%; }

.blogentry {
  width: 100%;
  margin: 0 auto 30px auto; }

.blogentrybigtext {
  font-size: 20px; }

.bloggerbio {
  width: 63%;
  margin: 0 auto 30px auto; }

.bloggerbio p {
  margin: 20px 0 20px 0; }

.bloggerbio hr {
  clear: left; }

.bloggerbioemblem {
  float: left;
  width: 20%;
  margin: 0 20px 20px 0; }

.blog {
  width: 100%; }

.bloggerbioemblem img {
  width: 100%; }

.blogentryinfo {
  width: 13.5%;
  float: left;
  margin: 30px 2.5% 0 2.5%;
  text-align: center; }

.blogentryinfobottom {
  display: none; }

.blogcharactertype {
  font-size: 40px;
  color: #eaeaea;
  border-bottom: #eaeaea solid thin; }

.blogentryinfo h4 {
  font-family: "Poiret One";
  font-size: 48px;
  color: #eaeaea;
  margin-bottom: 5px; }

.blogentryinfo h5 {
  font-family: "Poiret One";
  font-size: 24px;
  color: #eaeaea;
  margin: -10px 0 5px 0;
  border-bottom: #eaeaea solid thin;
  padding-bottom: 5px; }

.blogentryinfo h6 {
  font-family: "Poiret One";
  font-size: 24px;
  color: #eaeaea; }

.blogcomment {
  background-image: url(/images/blogimages/blogcomment.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
  width: 50%;
  margin: 35% auto;
  height: auto;
  padding: 15% 0%;
  color: #141414; }

.bloglove {
  background-image: url(/images/blogimages/bloglove.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
  width: 50%;
  margin: 40% auto;
  height: auto;
  padding: 15% 0%;
  color: #141414; }

.blogcontent {
  margin-top: 5%;
  color: #eaeaea; }

.blogcontent a {
  color: #4accff;
  text-decoration: none; }

.blogcontent a:hover {
  text-decoration: underline; }

.blogcontent hr {
  margin: 20px 50% 40px 0; }

.bloghr {
  clear: both;
  width: 63%;
  margin: 0 auto; }

.blogsocialmedia {
  color: #141414;
  background-color: #eaeaea;
  width: auto;
  border-radius: 5%;
  padding: 0 1%;
  float: left;
  margin: 3% 3% 10% 0; }

.blogsocialmedia a {
  font-size: 14px;
  color: #141414;
  background-color: #eaeaea; }

#blogsidebar {
  width: 13.5%;
  float: right;
  margin: 0 2.5%;
  text-align: center; }

.blogsideheadline {
  clear: both;
  margin-top: 5%; }

.blogsideheadline h3 {
  font-size: 20px;
  color: #eaeaea;
  border-bottom: #eaeaea solid thin; }

.blogbottombar {
  display: none;
  clear: both; }

.blogtagholder {
  margin: 50px 0 20px 0; }

.blogtagholder a {
  text-decoration: none;
  color: #141414; }

.blogtagholder p {
  font-size: 20px;
  border-bottom: solid thin #eaeaea; }

.blogtag {
  background-color: #eaeaea;
  width: auto;
  border-radius: 6px;
  margin: 10px 0 0 0;
  padding: 5px 0; }

a:hover .blogtag {
  background-color: #4accff; }

.blogdateinfosmall {
  border-bottom: #eaeaea solid thin;
  margin-bottom: 5px;
  display: none; }

.blogdateinfo {
  border-bottom: #eaeaea solid thin;
  margin-bottom: 5px; }

.readmoreimg {
  margin: 20% 0; }

.readmoreimg img, .readmoreimgbottom img {
  width: 100%;
  height: auto; }

.readmoreimg h4, .readmoreimgbottom h4 {
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  margin-top: 5px; }

.readmoreimg a, .readmoreimgbottom a {
  text-decoration: none; }

.blogsideheadlinebottom {
  text-align: center;
  margin-bottom: 20px; }

.blogsideheadlinebottom h3 {
  font-size: 30px;
  font-family: "Poiret One";
  color: #141414;
  background: #eaeaea;
  padding: 5px 0; }

.readmoreimgbottom {
  margin: 10px 1%;
  float: left;
  width: 23%; }

#blogpagenav {
  color: #eaeaea;
  clear: both;
  text-align: center; }

/*END OF BLOG AREA*/
/*START OF APPLICATION AREA*/
.applicationform {
  margin: 10px auto 50px auto;
  width: 99%; }

.applicationtypebox {
  margin: 0 10px 10px 10px; }

.applicationtitle, .applicationnickname, .applicationtypebox, .applicationbox, .applicationboxfloat, .applicationboxselect, .applicationboxsearch {
  margin-bottom: 10px;
  background-color: #3a3a3a;
  color: #eaeaea;
  border: none;
  border-bottom: solid thin #4accff; }

.applicationtitle {
  font-size: 45px;
  width: 100%; }

.applicationnickname {
  font-size: 30px;
  width: 70%; }

.applicationtypebox {
  font-size: 15px;
  width: 55%;
  height: 120px;
  max-width: 100%;
  margin-top: 10px; }

.applicationbox, .applicationboxselect, .applicationboxsearch {
  font-size: 15px;
  margin: 10px 0 0px 0; }

.applicationboxsearch {
  width: 100%; }

.applicationboxfloat {
  font-size: 15px;
  margin: 10px 10px 10px 0;
  float: left; }

.searchbutton {
  background-color: #eaeaea;
  color: #141414;
  border-radius: 5px;
  border: 2px solid #3a3a3a;
  cursor: pointer;
  font-size: 18px;
  padding: 5px 20px;
  text-decoration: none;
  font-family: "Gill Sans";
  text-align: center; }

.applicationheader {
  margin: 30px 0 10px 0;
  max-width: 540px;
  width: 51%;
  font-family: "Poiret One";
  font-size: 27px;
  color: #4accff;
  font-weight: normal;
  border-bottom: solid 1px #4accff; }

.applicationsidebar {
  margin: 60px 0 50px 0;
  width: 40%;
  display: inline-block;
  float: right;
  text-decoration: none;
  background-color: #eaeaea;
  box-shadow: 0px 0px 0px 7px #606060;
  color: #141414;
  font-size: 15px;
  padding: 10px 0 30px 0; }

.applicationsidebartext {
  margin: 10px 0 0 10px;
  background-color: #c8c8c8;
  color: #141414;
  font-size: 14px;
  border: none;
  width: 170px; }

.applicationsidebartextsmall {
  color: #2aa8c6;
  background-color: #c8c8c8;
  font-size: 14px;
  border: none;
  width: 70px; }

.applicationsidebarselect {
  margin: 10px 0 0 10px;
  background-color: #c8c8c8;
  font-size: 14px;
  border: none;
  color: #141414;
  width: 170px; }

.applicationsidebar b {
  color: #2aa8c6;
  margin-left: 5px; }

.applicationsidebar img {
  width: 100%; }

.applicationsidebar h6 {
  position: relative;
  font-size: 15px;
  z-index: 1;
  overflow: hidden;
  text-align: center; }

.applicationsidebar h6:before, .applicationsidebar h6:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #4accff; }

.applicationsidebar h6:before {
  margin-left: -50%;
  text-align: right; }

.applicationbutton {
  background-color: #eaeaea;
  color: #141414;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #3a3a3a;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 70px;
  text-decoration: none; }

.applicationbutton:hover {
  background-color: #c8c8c8; }

.applicationbutton:active {
  position: relative;
  top: 1px; }

/*END OF APPLICATION AREA*/
/*START OF COSMOSDEXMAIN AREA*/
#cosmosdexfeaturebanner img {
  width: 100%;
  margin: 0 auto;
  height: 315px;
  background-size: cover; }

#topcosmobanner1 {
  width: 100%;
  margin: 0 auto;
  height: 315px;
  background-size: cover;
  display: block; }

#topcosmobanner2 {
  width: 100%;
  margin: 0 auto;
  height: 315px;
  background-size: cover;
  display: none; }

#topcosmobanner3 {
  width: 100%;
  margin: 0 auto;
  height: 315px;
  background-size: cover;
  display: none; }

#cosmosdexfeaturebanner h1 {
  text-align: left;
  font-family: "Poiret One";
  font-size: 38px;
  font-weight: normal;
  color: #eaeaea;
  padding-left: 2%; }

#blogbuttons {
  text-align: center; }

.dexnavbutton {
  display: inline-block;
  font-family: "Gill Sans";
  font-size: 24px;
  margin: 41px 4% 0% 4%; }

.dexnavbutton a {
  padding: 20px 35px 4px 35px;
  color: #141414;
  text-decoration: none;
  border-top-left-radius: 2%;
  border-top-right-radius: 2%; }

.dexnavbutton a:hover {
  color: #eaeaea;
  background-color: #141414; }

#dexclicked {
  display: inline-block;
  color: #eaeaea;
  font-family: "Gill Sans";
  font-size: 24px;
  margin: 21px 4% 0% 4%;
  padding: 20px 35px 4px 35px;
  background-color: #141414;
  border-top-left-radius: 2%;
  border-top-right-radius: 2%; }

.dexnavhide, .dexnavhide3, .dexnavhide4 {
  display: none; }

#maininfoarea {
  margin-top: 130px; }

#dexquicklinks {
  margin: 0px 5px 20px 5px;
  text-align: center;
  clear: both; }

.dexquicklinksmain {
  font-size: 20px; }

#dexquicklinks .dexquicklinksmain {
  margin-bottom: 10px; }

#dexquicklinks ul {
  font-size: 16px;
  font-family: "Gill Sans";
  color: #4accff;
  padding: 0; }

#dexquicklinks ul li {
  display: inline-block;
  margin: 0 3px 0 3px; }

#dexquicklinks ul li a {
  color: #51d7fc;
  text-decoration: none; }

#dexquicklinks ul li a:hover {
  color: #eaeaea; }

#dexintro {
  background-image: linear-gradient(to bottom, #141414, rgba(20, 20, 20, 0.9), rgba(20, 20, 20, 0.7), #141414), url("/images/deximages/bg/dexintrodark.png");
  background-size: 20%;
  padding: 20px 0 20px 0; }

#dexintrotext {
  font-size: 16px;
  line-height: 22px;
  color: #eaeaea;
  width: 70.6%;
  border-left: solid thin #4accff;
  border-right: solid thin #4accff;
  margin: 0 auto 0px auto;
  background-color: #141414; }

#dexintrotext p {
  margin: 0 22px;
  padding: 10px 0 20px 0; }

#dexintrotext h3 {
  margin: 0 22px;
  color: #4accff;
  font-family: "Gill Sans";
  font-size: 24px;
  padding-top: 15px;
  font-weight: normal; }

#dexintrotext a {
  color: #4accff;
  text-decoration: none; }

#dexintrotext a:hover {
  text-decoration: underline; }

.dexsectioncontainer {
  clear: both;
  width: 76.1%;
  margin: 0 auto; }

.dexsectiontitle {
  width: auto;
  height: 61px;
  background-color: #eaeaea;
  padding: 20px 0 0 20px;
  color: #141414; }

.dexsectiontitle h2 {
  font-family: "Gill Sans";
  font-size: 48px;
  color: #141414;
  font-weight: normal; }

.dexsectionbox {
  height: 30px;
  background-color: #eaeaea;
  color: #141414;
  padding: 10px 0 0 2.2%;
  width: 97.8%; }

.dexsectionbox h2 {
  font-family: "Gill Sans";
  font-size: 24px;
  color: #141414; }

#dexsearch {
  border-bottom: #4accff solid thin;
  border-left: #4accff solid thin;
  border-right: #4accff solid thin;
  padding: 10px 5% 10px 5%; }

#dexsearch p, .submitbox p {
  font-size: 15px;
  color: #4accff;
  font-family: "Gill Sans";
  margin: 0 0 -10px; }

#dexsearch a:hover, .submitbox a:hover {
  cursor: pointer; }

.pagenationgroup {
  text-align: center;
  margin: 40px auto 20px auto;
  width: 100%;
  clear: both; }

.pagenationactive, .pagenationsection {
  font-family: "Gill Sans";
  font-size: 19px;
  margin: 0 5px;
  display: inline-block;
  border: #c8c8c8 solid 2px;
  border-radius: 4px; }

.pagenationsectionends {
  font-family: "Gill Sans";
  font-size: 20px;
  margin: 0 5px;
  display: inline-block; }

.pagenationactive {
  background: #c8c8c8; }

.pagenationsection li, .pagenationactive li, .pagenationsectionends li {
  list-style-type: none; }

.pagenationsection li a {
  text-decoration: none;
  color: #eaeaea;
  padding: 4px 9px 0px 9px;
  display: inline-block; }

.pagenationsection a:hover {
  background: #c8c8c8;
  color: #141414; }

.pagenationactive li a {
  text-decoration: none;
  color: #141414;
  padding: 4px 9px 0px 9px;
  display: inline-block; }

.pagenationsectionends li a {
  text-decoration: none;
  color: #eaeaea;
  padding: 4px 9px 0px 9px;
  display: inline-block; }

.pagenationsectionends a:hover {
  color: #4accff; }

.applicationgroup {
  float: left;
  margin: 0 3% 10px 0;
  width: 30%; }

.searchadvanceclose {
  clear: both; }

#dexsearch h3, .submitbox h3 {
  font-size: 19px;
  color: #51d7fc;
  font-family: "Gill Sans";
  font-weight: bold;
  border-bottom: #4accff thin solid;
  margin: 0 0 10px 0;
  clear: both; }

.searchadvanceholder {
  clear: both; }

.searchadvance, .searchadvance2 {
  padding: 10px 10px 10px 0;
  color: #51d7fc; }

.dextexthide4 {
  display: inline-block; }

.creaturecart {
  clear: both;
  height: 235px;
  margin: 35px 0 35px 0; }

.creaturecartmainimage {
  float: left;
  width: 25%;
  margin-right: 3%; }

.creaturecartmainimage img {
  width: 100%; }

.creaturecartinfo {
  float: left;
  width: 72%;
  margin: 0 0 50px 0;
  font-family: "Futura-Book", "Times New Roman";
  font-size: 14px;
  color: #eaeaea; }

.creaturecartname {
  font-size: 25px;
  float: left;
  font-family: "Futura-Book", "Times New Roman";
  letter-spacing: 2px;
  margin-left: 15px; }

.creaturecartid {
  float: left;
  font-family: "Futura-Book", "Times New Roman"; }

.creaturecartid a {
  text-decoration: none; }

.createcartmiddleinfo {
  clear: both;
  border-top: solid thin #eaeaea;
  border-bottom: solid thin #eaeaea;
  padding: 2px 15px 2px 15px;
  font-family: "Futura-Book", "Times New Roman";
  height: 20px; }

.creaturecartspecies {
  float: left; }

.creaturecarticons img {
  height: 20px;
  float: right; }

.creaturecartdesc {
  margin-left: 15px; }

.creaturecarttrait {
  clear: both;
  margin: 5px 0 3px 15px; }

.creatureimggroup {
  display: flex;
  flex-wrap: wrap; }

.creatureimgprofile {
  max-width: 33%;
  display: inline-block; }

.creatureimgprofile img {
  width: 100%; }

.inventoryholder {
  display: grid;
  grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
  gap: 1px; }

.inventoryitem {
  margin-bottom: 10px; }

.inventoryitem img {
  width: 100%; }

.inventoryitembuttons {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-top: -6px;
  font-size: 15px;
  line-height: initial; }

.inventoryitemamount, .inventoryitemamounthalf, .inventoryitemuse {
  color: #141414;
  background-color: #eaeaea;
  padding: 2px 0;
  border: solid 2px #606060;
  border-radius: 3px;
  height: 15px; }

.inventoryitemamounthalf {
  width: 41%;
  float: left; }

.inventoryitemuse {
  width: 41%;
  float: right; }

.dexsectionleft, .dexsectionright {
  clear: both;
  height: 235px;
  margin: 35px 0 35px 0; }

.dexsectionleft img {
  float: left;
  width: 25%;
  margin-right: 3%; }

.dexsectionright img {
  float: right;
  width: 25%;
  margin-left: 3%; }

.dexsectiontext {
  float: left;
  width: 72%;
  margin: 0 0 50px 0; }

.dexsectiontext h3 {
  margin-bottom: 18px;
  border-bottom: #4accff solid thin;
  width: 70%;
  font-family: "Poiret One";
  font-size: 48px;
  font-weight: normal;
  color: #4accff; }

.dexsectiontext h3 a {
  color: #4accff;
  text-decoration: none; }

.dexsectiontext h3 a:hover {
  text-shadow: 0 0 6px #eaeaea;
  color: #eaeaea; }

.dexsectiontext p {
  font-size: 16px;
  line-height: 22px;
  color: #eaeaea; }

.dexsectiontext p a {
  color: #4accff;
  text-decoration: none; }

.dexsectiontext p a:hover {
  text-decoration: underline; }

.dexsectiontextmiddle {
  margin: 25px auto 25px auto; }

.dexsectiontextmiddle h3 {
  margin-bottom: 18px;
  width: 70%;
  font-family: "Poiret One";
  font-size: 48px;
  font-weight: normal;
  color: #4accff; }

.dexsectionmiddle {
  width: 100%;
  margin: 0 auto 50px auto; }

.dexsectiontextmiddle p {
  line-height: 22px;
  color: #eaeaea; }

.dexsectionmiddle p a {
  color: #4accff;
  text-decoration: none; }

.dexsectionmiddle p a:hover {
  text-decoration: underline; }

.traitotherver {
  margin-top: -10px;
  margin-bottom: 10px; }

.majoritem {
  margin-top: -10px;
  margin-bottom: 10px;
  color: #00cfff; }

.minoritem {
  color: #00cfff;
  border-bottom: #00cfff solid thin; }

.minoritem a {
  color: #00cfff;
  text-decoration: none; }

.minoritem a:hover {
  text-decoration: none;
  text-shadow: 0 0 6px #00cfff; }

#dexfaqtext {
  font-size: 16px;
  color: #eaeaea;
  padding: 10px 38px 40px 38px;
  border-left: solid thin #4accff;
  border-right: solid thin #4accff;
  margin: 0 auto 90px auto;
  line-height: 22px; }

#dexfaqtext a {
  color: #4accff;
  text-decoration: none; }

#dexfaqtext a:hover {
  text-decoration: underline; }

#dexfaqtext h5 {
  font-size: 19px;
  color: #4accff;
  margin-bottom: 10px;
  text-decoration: underline; }

/*END OF COSMOSDEXMAIN AREA*/
/*START OF TRAITS AREA*/
.middletexttrait {
  font-size: 16px;
  line-height: 22px;
  color: #eaeaea;
  padding: 20px 3.16% 20px 3.16%;
  width: 86%;
  border-left: solid thin #4accff;
  border-right: solid thin #4accff;
  margin: 30px auto 30px auto; }

.middletexttrait a {
  color: #4accff;
  text-decoration: none; }

.middletexttrait a:hover {
  text-decoration: underline; }

#dexintrotext .blue {
  color: #00C4FF; }

#dexintrotext .green {
  color: #00C000; }

#dexintrotext .red {
  color: #ff0000; }

#dexintrotext .yellow {
  color: #FFBE00; }

#dexintrotext .purple {
  color: #AE5182; }

.greentrait {
  color: #00C000;
  border-bottom: #00C000 solid thin; }

.greentrait a {
  color: #00C000;
  text-decoration: none; }

.greentrait a:hover {
  text-decoration: none;
  text-shadow: 0 0 6px #00C000; }

.bluetrait {
  color: #00C4FF;
  border-bottom: #00C4FF solid thin; }

.bluetrait a {
  color: #00C4FF;
  text-decoration: none; }

.bluetrait a:hover {
  text-decoration: none;
  text-shadow: 0 0 6px #00C4FF; }

.redtrait {
  color: #ff0000;
  border-bottom: #ff0000 solid thin; }

.redtrait a {
  color: #ff0000;
  text-decoration: none; }

.redtrait a:hover {
  text-decoration: none;
  text-shadow: 0 0 6px #ff0000; }

.yellowtrait {
  color: #FFBE00;
  border-bottom: #FFBE00 solid thin; }

.yellowtrait a {
  color: #FFBE00;
  text-decoration: none; }

.yellowtrait a:hover {
  text-decoration: none;
  text-shadow: 0 0 6px #FFBE00; }

.purpletrait {
  color: #AE5182;
  border-bottom: #AE5182 solid thin; }

.purpletrait a {
  color: #AE5182;
  text-decoration: none; }

.purpletrait a:hover {
  color: #AE5182;
  text-decoration: none;
  text-shadow: 0 0 6px #AE5182; }

.purplesec, .yellowsec, .redsec, .greensec, .bluesec, .tabad, .tabeh, .tabil, .tabmp, .tabqt, .tabuz, .tab1, .tab2, .tab3, .tab4, .tab5, .tab6, .tab7, .tab8, .tab9, .tab10 {
  cursor: pointer; }

.traitsubmissionform {
  margin: 10px auto 50px auto;
  width: 70%;
  text-align: center; }

.halfrowselect {
  margin: 0 2% 10px 2%; }

.traittextbox {
  width: 130px;
  font-family: "Gill Sans", "Times New Roman", serif;
  background-color: #c8c8c8;
  color: #141414;
  font-size: 15px;
  margin: 0 6% 20px 6%;
  display: inline-block; }

.traittextbox input {
  font-family: "Gill Sans", "Times New Roman", serif;
  background-color: #c8c8c8;
  color: #141414;
  font-size: 15px;
  margin: 0 auto; }

.traitbigbox {
  font-family: "Gill Sans", "Times New Roman", serif;
  background-color: #c8c8c8;
  color: #141414;
  font-size: 15px;
  width: 100%;
  margin: 0 auto 20px auto; }

/*END OF TRAITS AREA*/
/*START OF COSMOSDEX COMMON ENTRY AREA*/
#commonentryheader {
  margin: 0 0 0 0;
  font-family: "Gill Sans";
  color: #eaeaea; }

#commonentryheader h2 {
  font-weight: lighter;
  font-size: 50px; }

#commonentryheader h2 u {
  text-decoration: none;
  position: relative; }

#commonentryheader h2 u:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 4px;
  border-bottom: solid 1px #eaeaea; }

#commonentryheader h4 {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: -5px; }

#entrydexcontainer {
  margin: 100px 0 0 4%; }

#emblemcontainer {
  position: absolute;
  text-align: right;
  margin: 30px 0 0 -20px;
  max-width: 1425px;
  width: 100%; }

#emblemcontainer img {
  width: 30px;
  margin: 0 10px 0 0; }

#entrysidebarcontainer {
  width: 166px;
  margin: 38px 30px 0 30px;
  float: right; }

.entrysidebarbox {
  border: solid 3px #606060;
  margin: 33px 0; }

.entrysidebarboxad {
  margin: 33px 0;
  text-align: center; }

.skybanner {
  overflow: hidden;
  height: 600px;
  width: 160px; }

.underbanner {
  background-image: url(/images/ectimage/other/adspaceskyscraperdark.png);
  width: 160px;
  height: 600px;
  border: solid 3px #606060;
  overflow: hidden; }

.entrysidebarboxad h5 {
  font-family: "Gill Sans";
  font-weight: normal;
  color: #eaeaea;
  font-size: 21px; }

.entrysidebarbox h5 {
  font-family: "Gill Sans";
  font-weight: normal;
  color: #eaeaea;
  font-size: 21px;
  padding: 10px 0 10px 7px;
  border-bottom: solid 1px #606060;
  margin-bottom: 17px; }

.entrysidebarbox ul {
  display: inline;
  padding: 0; }

.entrysidebarbox ul li {
  list-style-type: none;
  margin: 0 0 10px 9px; }

.entrysidebarbox ul li a {
  text-decoration: none;
  color: #eaeaea; }

.entrysidebarbox ul li a:hover {
  color: #4accff;
  text-decoration: underline; }

.doubleentryholder {
  width: 372px;
  float: right;
  margin: 0px 0 30px 39px; }

#entryquickinfocontainer, .entryquickinfocontainer {
  max-width: 372px;
  width: 42%;
  background-color: #eaeaea;
  float: right;
  margin: -83px 0 30px 39px;
  box-shadow: 0px 0px 0px 7px #606060;
  color: #141414;
  font-size: 15px; }

#entryquickinfocontainer img, .entryquickinfocontainer img {
  width: 320px;
  margin: 10px auto 10px auto;
  display: block; }

#inlinequickinfoect {
  display: inline-flex; }

#inlinequickinfoect img {
  width: 13px;
  margin: 0 0; }

#entryquickinfoname h5, #entryquickinfoname2 h5 {
  width: 100%;
  color: #141414;
  background-color: #c1c1c1;
  text-align: center;
  font-family: "Poiret One";
  font-weight: normal;
  font-size: 30px;
  padding: 10px 0;
  border-bottom: solid 1px #606060;
  cursor: pointer; }

.entryswap {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: space-between;
  font-family: "Poiret One"; }

.entryswapname, .entryswapnameoff {
  padding: 10px 0;
  flex: 1; }

.entryswapnameoff {
  background-color: #c1c1c1;
  color: #eaeaea; }

.entryswapnameoff a {
  color: #141414; }

#entryquickinfoimgtext {
  border-bottom: solid 1px #606060;
  border-top: solid 1px #606060;
  text-align: center;
  padding: 15px 4px;
  margin-bottom: 15px; }

#entryquickinfoimgtext p {
  font-size: 15px;
  color: #141414; }

#entryquickinfoimgtext a {
  color: #141414; }

#entryquickinfoimgtext a:hover {
  color: #4accff; }

#entryquickinfoemblem {
  border-bottom: 1px solid #606060;
  margin-bottom: 15px; }

#entryquickinfoemblem img {
  width: 100px;
  margin: 10px auto 10px auto;
  display: block; }

.tooltipemblem {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  width: 35%;
  margin: 0 auto; }

#entryquickinfostats {
  text-align: center; }

#entryquickinfostats ul {
  padding: 0;
  margin-bottom: 20px; }

#entryquickinfostats li {
  display: inline;
  margin: 0 8px 0 8px; }

.entryquickinfoect {
  margin: 0 20px;
  clear: both; }

.entryquickinfoect p {
  font-size: 15px;
  color: #141414; }

.entryquickinfoect a {
  color: #141414;
  text-decoration: underline; }

.entryquickinfoect a:hover {
  color: #4accff; }

.entryquickinfoect b {
  color: #2aa8c6; }

.entryquickinfoect h5 {
  font-size: 20px;
  border-bottom: solid 1px #606060;
  margin: 20px 0 10px 0; }

#entryquickinfocontainer .cc img {
  width: auto;
  margin: 20px auto 10px auto;
  display: block; }

.cc {
  font-size: 13px;
  text-align: center; }

.commonentrysection {
  color: #eaeaea;
  max-width: 1030px; }

.commonentrysection p {
  line-height: 22px;
  margin: 0 0 30px 0;
  max-width: 1010px;
  font-size: 16px; }

.commonentrysection a {
  color: #00cfff;
  text-decoration: none; }

.commonentrysection a:hover {
  text-decoration: underline; }

.commonentrysection h5 {
  margin-bottom: 7px;
  max-width: 540px;
  width: 100%;
  font-family: "Gill Sans";
  font-size: 35px;
  color: #4accff;
  font-weight: normal; }

.commonentrysection h5 u {
  text-decoration: none;
  position: relative; }

.commonentrysection h5 u:after {
  content: '';
  position: absolute;
  max-width: 586px;
  width: 106%;
  height: 0;
  left: 0;
  bottom: 4px;
  border-bottom: solid 1px #4accff; }

.commonentrysection ul {
  padding: 0 0 0 20px;
  max-width: 1010px;
  width: 98.05%;
  font-size: 16px; }

.commonentrysection ul li {
  margin-bottom: 5px;
  line-height: 22px;
  font-size: 16px; }

.hiddendexspace {
  display: inline-block; }

.dexinline {
  display: inline-block;
  width: 100%; }

.dexinlinewide img, .dexinlinelong img, .dexinlinesquare img, .dexinlinetall img, .dexinlineimg img {
  display: inline-block;
  clear: both;
  width: 100%; }

.dexinlinewide sub, .dexinlinelong sub, .dexinlinesquare sub, .dexinlinetall sub {
  display: inline-block;
  line-height: 1;
  padding: 10px 2.5% 10px 2.5%;
  margin-top: -4px;
  width: 95%; }

.dexinlinewide {
  display: inline-block;
  width: 100%;
  margin: -20px 0 10px 0px; }

.dexinlinelong {
  width: 54%;
  max-width: 500px; }

.dexinlinesquare {
  width: 30%;
  max-width: 300px; }

.dexinlinetall {
  width: 20%;
  max-width: 200px; }

.inlineright {
  float: right;
  margin: 5px 0 0 10px; }

.inlineleft {
  float: left;
  margin: 5px 10px 0 0; }

.inlineborder {
  box-shadow: inset 0px 0px 0px 1px #eaeaea;
  margin-bottom: 10px; }

.inlinebackgroundnorm {
  background-color: #000; }

.inlinebackgroundblue {
  background-color: #3d6278; }

.inlinebackgroundred {
  background-color: #783d3d; }

.inlinebackgroundpurple {
  background-color: #553d78; }

.inlinebackgroundyellow {
  background-color: #786c3d; }

.inlinebackgroundorange {
  background-color: #78533d; }

.inlinebackgroundgreen {
  background-color: #52783d; }

.inlinebackgroundpink {
  background-color: #783d6f; }

#deximagegallery {
  max-width: 1350px;
  margin: 30px 4% 0 4%; }

#deximagegallery img {
  width: 16.5%;
  height: 16.5%;
  margin: 0 0 30px 3%;
  outline: 2px solid #606060;
  opacity: 1;
  transition: all 0.6s ease; }

#deximagegallery img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.6s ease; }

#dexnav {
  max-width: 1350px;
  margin: 0 7.57%;
  text-align: center;
  font-family: "Gill Sans";
  font-weight: normal;
  font-size: 26px;
  padding-bottom: 95px;
  clear: both; }

#dexnav a {
  color: #4accff;
  text-decoration: none; }

#dexnav a:hover {
  text-shadow: 0 0 6px #4accff; }

#dexnavleft {
  max-width: 450px;
  width: 33.32%;
  float: left; }

#dexnavmiddle {
  text-align: center; }

#dexnavright {
  max-width: 450px;
  width: 33.32%;
  float: right; }

.dexnavsmall {
  margin: -50px 0 20px 0;
  font-family: "Gill Sans";
  font-weight: normal;
  font-size: 17px;
  border-top: solid 1px #eaeaea;
  padding-top: 20px; }

.dexnavsmall a {
  color: #4accff;
  text-decoration: none; }

.dexnavsmall a:hover {
  text-shadow: 0 0 6px #4accff; }

.dexnavsmallleft {
  max-width: 450px;
  display: inline-block;
  width: 33.3%;
  text-align: right; }

.dexnavsmallmiddle {
  max-width: 450px;
  display: inline-block;
  text-align: center;
  width: 30.7%; }

.dexnavsmallright {
  max-width: 450px;
  display: inline-block; }

/*END OF COSMOSDEX COMMON ENTRY AREA*/
.dexhybridtextmiddle h3 {
  border-bottom: #4accff solid thin;
  margin-bottom: 18px;
  width: auto;
  font-family: "Poiret One";
  font-size: 48px;
  font-weight: normal;
  color: #4accff; }

.dexhybridtextmiddle h3 a {
  color: #4accff;
  text-decoration: none; }

.dexhybridmiddle {
  margin: 35px auto 35px auto;
  height: auto;
  text-align: center;
  padding-bottom: 70px;
  border-bottom: #4accff thin solid; }

.dexhybridmiddle img {
  width: 235px;
  height: 235px;
  margin: 0 auto;
  float: none; }

.dexhybridtextmiddle {
  width: 100%;
  margin: 0 auto 30px auto;
  padding-bottom: 30px;
  border-bottom: solid thin #4accff; }

.dexhybridtextmiddle p {
  line-height: 22px;
  color: #eaeaea;
  text-align: left; }

.dexhybridmiddle p b {
  color: #00cfff; }

.dexitemtrait p {
  text-align: center;
  margin-bottom: 20px; }

/*START OF EXTRA/LOOSE PAGES*/
#errorhound {
  width: 400px;
  margin: 100px auto 30px auto; }

#errorhound img {
  width: 100%; }

.float {
  float: left;
  margin-right: 5px; }

.clear {
  clear: both; }

.hidden {
  display: none; }

.textmiddle, .center, .middle {
  text-align: center; }

.artrow {
  text-align: center;
  margin-bottom: 30px; }

.artrow img {
  width: 200px;
  display: inline-block;
  margin: 20px; }

.green {
  color: #00C000 !important;
  font-weight: inherit; }

.blue {
  color: #00C4FF !important;
  font-weight: inherit; }

.red {
  color: #ff0000 !important;
  font-weight: inherit; }

.yellow {
  color: #FFBE00 !important;
  font-weight: inherit; }

.purple {
  color: #AE5182 !important;
  font-weight: inherit; }

.teal {
  color: #05b2c0 !important;
  font-weight: inherit; }

.white {
  color: #eaeaea !important;
  font-weight: inherit; }

.invisible {
  font-size: 0px; }

.green b {
  color: #00C000 !important; }

.blue b {
  color: #00C4FF !important; }

.red b {
  color: #ff0000 !important; }

.yellow b {
  color: #FFBE00 !important; }

.purple b {
  color: #AE5182 !important; }

.downarrowad, .downarroweh, .downarrowil, .downarrowmp, .downarrowqt, .downarrowuz, .downarrow1, .downarrow2, .downarrow3, .downarrow4, .downarrow5, .downarrow6, .downarrow7, .downarrow8, .downarrow9, .downarrow10 {
  background: url(/images/ectimage/downarrow.png);
  height: 40px;
  width: 40px;
  float: left;
  margin: 0px 10px 0 -5px; }

.downarrowwhitead, .downarrowwhiteeh, .downarrowwhiteil, .downarrowwhitemp, .downarrowwhiteqt, .downarrowwhiteuz, .downarrowwhite1, .downarrowwhite2, .downarrowwhite3, .downarrowwhite4, .downarrowwhite5, .downarrowwhite6, .downarrowwhite7, .downarrowwhite8, .downarrowwhite9, .downarrowwhite10 {
  background: url(/images/ectimage/downarrow.png);
  height: 40px;
  width: 40px;
  float: left;
  margin: 0px 10px 0 -5px; }

.uparrowwhitead, .uparrowwhiteeh, .uparrowwhiteil, .uparrowwhitemp, .uparrowwhiteqt, .uparrowwhiteuz, .uparrowwhite1, .uparrowwhite2, .uparrowwhite3, .uparrowwhite4, .uparrowwhite5, .uparrowwhite6, .uparrowwhite7, .uparrowwhite8, .uparrowwhite9, .uparrowwhite10 {
  background: url(/images/ectimage/uparrow.png);
  height: 40px;
  width: 40px;
  float: left;
  margin: 0px 10px 0 -5px; }

.uparrowad, .uparroweh, .uparrowil, .uparrowmp, .uparrowqt, .uparrowuz, .uparrow1, .uparrow2, .uparrow3, .uparrow4, .uparrow5, .uparrow6, .uparrow7, .uparrow8, .uparrow9, .uparrow10 {
  background: url(/images/ectimage/uparrow.png);
  height: 40px;
  width: 40px;
  float: left;
  margin: 0px 10px 0 -5px; }

.uparrowentry, .uparrowentry2 {
  background: url(/images/ectimage/uparrowsmall.png);
  height: 30px;
  width: 40px;
  float: left;
  margin: 5px -45px 0 15px; }

.downarrowentry, .downarrowentry2 {
  background: url(/images/ectimage/downarrowsmall.png);
  height: 30px;
  width: 40px;
  float: left;
  margin: 5px -45px 0 15px; }

/* Coding by G.M. (Gimeur)Cookie, also known as L.M */
/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px; }

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  width: 200px;
  background-color: #141414;
  color: #eaeaea;
  text-align: left;
  padding: 10px 10px;
  border-radius: 2px;
  border: 3px solid #606060;
  bottom: 100%;
  left: 10%;
  margin-left: -100px;
  margin-bottom: 10px;
  position: absolute;
  z-index: 1; }

.creaturecarttooltip, .inventorytooltip {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.creaturecarttooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  width: 150px;
  background-color: #141414;
  color: #eaeaea;
  padding: 10px 10px;
  border-radius: 2px;
  border: 3px solid #606060;
  bottom: 100%;
  left: 50%;
  margin-left: -40px;
  margin-bottom: 10px;
  position: absolute;
  z-index: 1; }

.inventorytooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  width: 250px;
  background-color: #141414;
  color: #eaeaea;
  padding: 10px 10px;
  border-radius: 2px;
  border: 3px solid #606060;
  bottom: 100%;
  left: 50%;
  margin-left: -40px;
  margin-bottom: 5px;
  position: absolute;
  z-index: 1; }

.tooltipemblem .tooltiptext {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  width: 200px;
  background-color: #141414;
  color: #eaeaea;
  text-align: center;
  padding: 10px 10px;
  border-radius: 2px;
  border: 3px solid #606060;
  bottom: 100%;
  left: 40%;
  margin-left: -100px;
  margin-bottom: 10px;
  position: absolute;
  z-index: 1; }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext, .creaturecarttooltip:hover .tooltiptext, .tooltipemblem:hover .tooltiptext, .inventoryitem:hover .tooltiptext {
  opacity: 1;
  visibility: visible;
  cursor: pointer; }

.tooltip .tooltiptext::after, .tooltipemblem .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #606060 transparent transparent transparent; }

.creaturecarttooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 30%;
  border-width: 10px;
  border-style: solid;
  border-color: #606060 transparent transparent transparent; }

.inventorytooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 5%;
  border-width: 10px;
  border-style: solid;
  border-color: #606060 transparent transparent transparent; }

.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

/*END OF EXTRA/LOOSE PAGES*/
/*THIS IS A TEST PAGE TO SHOW HOW A "PANEL BREAKING" ANIMATION WORKS*/
#videopage {
  margin: 0 auto;
  text-align: center; }

.testreadbg {
  margin: 0 auto;
  width: 970px;
  background-color: #eaeaea;
  position: relative; }

.testreadbg2 {
  margin: 0 auto;
  width: 970px;
  background-color: #eaeaea;
  position: relative; }

.none {
  display: none; }

/*ANIMATIONS FOR ANNOYING WEBPAGES*/
/* Standard syntax */
@keyframes spinanimation {
  100% {
    transform: rotate(360deg); } }
.spinanimation {
  animation-name: spinanimation;
  animation-duration: 1s;
  animation-iteration-count: infinite; }

#nclog {
  padding-top: 180px;
  color: #eaeaea;
  text-align: center;
  float: left;
  margin-left: 26%; }

.ncsub {
  padding-top: 180px;
  color: #eaeaea;
  text-align: center;
  float: left;
  margin-left: 5%; }

.ncbox {
  margin-top: 30px;
  text-align: center;
  clear: both; }

.ncbox h5 {
  color: #eaeaea; }

#ncbigbox input {
  padding-top: 30px;
  margin-top: 30px; }

#mindmess img {
  width: 100%;
  max-width: 450px; }

#mindmess {
  margin-top: -100px;
  text-align: center;
  width: 100%; }

/*END TEST PAGE*/
@media only screen and (max-width: 1265px) {
  .dexnavhide3 {
    display: none; }

  .applicationbox {
    margin: 10px 0 10px 10px; }

  #entrysidebarcontainer {
    display: none; }

  #entrydexcontainer {
    margin: 100px 0 0 4%;
    width: 92%; } }
@media only screen and (max-width: 1060px) {
  #headertitle h1 {
    font-size: 18px; }

  #rightheader ul li {
    margin: 0 1.5%; }

  #leftheader ul li {
    margin: 0 1.5%; }

  #featuredex img {
    float: none;
    width: 300px; }

  #featuredex {
    width: 100%;
    margin: 0px 0px 55px 0px;
    text-align: center; }

  #featuredex h2 {
    margin: 0 10%; }

  #featuredex p {
    margin: 10px 10%;
    text-align: left; }

  #homepageshop {
    display: none; }

  .dexsectionleft, .dexsectionright {
    margin: 40px auto 70px auto;
    height: auto;
    text-align: center;
    padding-bottom: 70px;
    border-bottom: #4accff thin solid; }

  .dexsectionleft img, .dexsectionright img {
    width: 235px;
    height: 235px;
    margin: 0 auto;
    float: none; }

  .dexsectiontext {
    float: none;
    margin: 0 auto;
    width: 80%; }

  .dexsectiontext h3 {
    width: auto; }

  .dexsectiontext p {
    text-align: left; }

  .dexnavhide1 {
    display: none; }

  .dexnavhide4 {
    display: inline-block; }

  .blogtitle h1 {
    font-size: 35px; }

  .blogentryinfo h4 {
    font-size: 30px; }

  .blogentryinfo h5 {
    font-size: 20px; }

  .blogentryinfo h6 {
    font-size: 20px; } }
@media only screen and (max-width: 840px) {
  #headertitle h1 {
    font-size: 21px;
    padding-left: 15px; }

  #headertitle1 {
    display: none; }

  #headertitle2 {
    display: block; }

  #middleheader {
    width: 100px; }

  #rightheader {
    padding-top: 1.5%; }

  #rightheader ul li {
    margin: 0 1.5%; }

  #leftheader {
    padding-top: 1.5%; }

  #leftheader ul li {
    margin: 0 1.5%; }

  #lheadertext1 {
    display: none; }

  #rheadertext1 {
    display: none; }

  #lheadertext2 {
    display: block; }

  #rheadertext2 {
    display: block; }

  .bannersingle {
    display: block;
    text-decoration: none; }

  .bannerfull {
    display: none; }

  .banner img {
    width: auto; }

  /*==========STORE RESIZE===========*/
  .storeholder {
    width: 100%;
    padding: 0 0; }

  .storeitem {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }

  .itemtitle {
    font-size: 25px;
    border-bottom: solid thin;
    padding-left: 5px;
    margin-top: 20px; }

  .itemprice {
    padding-left: 5px;
    font-size: 15px; }

  .itemtitle u::after {
    border-bottom: none;
    content: none; }

  .itemdescriptionholder {
    width: 100%;
    float: left;
    margin-left: 0; }

  .itemdescription {
    width: 100%; }

  .itemdescription p {
    border-radius: 0px; }

  .addtocartbutton {
    margin: 10px 10px 0 0; }

  /*=====================*/
  .creaturecart {
    margin: 35px auto 35px auto;
    width: 100%;
    height: unset; }

  .creaturecartnickid {
    text-align: center; }

  .creaturecartinfo {
    width: 100%; }

  .creaturecartmainimage {
    float: none;
    width: 50%;
    text-align: center;
    margin: 0 auto; }

  .creaturecartmainimage img {
    width: 100%; }

  .creaturecartid {
    float: unset;
    display: inline-block; }

  .creaturecartname {
    float: unset;
    margin-left: 0px;
    display: inline-block; }

  .inventoryholder {
    grid-template-columns: 25% 25% 25% 25%; }

  #featuredexlastpara {
    display: none; }

  #dexintrotext {
    width: 80%; }

  #featurebg {
    background-image: url(/images/homepageimages/homepage_feature005med.png);
    width: auto;
    padding-top: 30%; }

  .dexsectioncontainer {
    width: 100%; }

  #blogfeaturenav {
    width: 100%; }

  #cosmosdexfeaturebanner {
    width: 100%; }

  #topcosmobanner1 {
    display: none; }

  #topcosmobanner2 {
    display: block; }

  #dexfaqtext, .aboutinnertext {
    padding: 10px 15px 40px 15px;
    width: 84%; }

  .dexsectiontextmiddle, .dexhybridmiddle {
    margin: 40px auto 80px auto;
    height: auto;
    text-align: center;
    padding-bottom: 30px; }

  .dexsectiontextmiddle p, .dexhybridtextmiddle p {
    float: none;
    margin: 0 10px;
    text-align: left; }

  .dexsectiontextmiddle h3, .dexhybridtextmiddle h3 {
    width: auto;
    font-size: 40px; }

  .dexsectionmiddle, .dexhybridmiddle {
    width: 100%; }

  #deximagegallery img {
    width: 29%;
    height: 29%;
    margin: 0 0 20px 3%; }

  .mapname {
    font-size: 48px;
    text-align: center; }

  #blogsidebar {
    display: none; }

  .blogbottombar {
    display: block; }

  .bloggerbio {
    width: 100%;
    clear: both;
    margin: 20px auto -1px auto; }

  .bloggerbio p {
    margin: 20px 10px 20px 10px; }

  .blogmainsection {
    width: 78.5%;
    margin: 30px 2.5% 30px 0; }

  .bloghr {
    width: auto; }

  .loginbox {
    width: 90%; }

  .loginboxtext, .loginboxselect {
    width: 60%; }

  .applicationsidebar {
    width: 100%;
    margin: 60px 0 50px 0;
    float: none; }

  .applicationtypebox {
    width: 94%;
    max-width: 95%;
    margin: 0 10px 10px 10px; }

  .applicationheader {
    margin: 30px 10px 10px 10px; }

  .applicationsidebartext, .applicationsidebarselect {
    width: 60%; }

  .applicationnickname {
    font-size: 20px; }

  .applicationtitle {
    font-size: 30px;
    width: 90%; }

  #commonentryheader h2 {
    font-weight: normal;
    font-size: 50px;
    text-align: center;
    margin: 0 auto; }

  .hiddendexspace {
    display: none; }

  #commonentryheader h4 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 60px; }

  #entryquickinfocontainer, .entryquickinfocontainer, .doubleentryholder {
    width: 100%;
    float: none;
    margin: 30px auto;
    max-width: unset; }

  .hideobject, .hideobject1, .hideobject2, .hideobject3, .hideobject4, .hideobject5, .hideobject6, .hideobject7, .hideobject8, .hideobject9 {
    display: none; }

  #entrydexcontainer {
    width: inherit;
    margin: 130px 7px 0 7px; }

  .dexinlinesquare {
    width: 50%; }

  .dexinlinetall {
    width: 25%; }

  .commonentrysection h5 {
    text-align: center;
    font-size: 40px;
    border-bottom: solid 1px #4accff;
    margin: 20px auto; }

  .commonentrysection h5 u {
    text-decoration: none; }

  .commonentrysection h5 u::after {
    content: normal;
    position: inherit;
    max-width: 586px; }

  .commonentrysection {
    margin: 0 0; }

  .commonentrysection p {
    margin: 0 0 30px 5px; }

  .uparrowentry, .uparrowentry2 {
    display: none; }

  .downarrowentry, .downarrowentry2 {
    display: block; } }
@media only screen and (max-width: 585px) {
  #header {
    font-size: 18px; }

  #lheadertext2 {
    display: none; }

  #rheadertext2 {
    display: none; }

  #lheadertext3 {
    display: block; }

  #rheadertext3 {
    display: block; }

  #featuredex h2 {
    font-size: 30px; }

  .pagenationsection li a, .pagenationactive li a {
    padding: 10px 15px 5px 15px; }

  .pagenationactive, .pagenationsection {
    margin: 8px 5px 0 5px; }

  .bigslider {
    display: none; }

  .smallslider {
    display: block; }

  #featurebg {
    background-image: url(/images/homepageimages/homepage_feature005small.png);
    width: auto;
    padding-top: 30%; }

  /*==========STORE RESIZE===========*/
  .itemlist, .buttonlist {
    justify-content: center;
    padding: 0;
    width: 100%;
    display: inherit; }

  .itemlist .itemcol, .buttonlist .itemcol {
    max-width: 100%;
    margin-bottom: 20px; }

  .itemcol img {
    border: none; }

  .itemcol a {
    text-decoration: none; }

  .itemlistname {
    padding-left: 5px;
    border-bottom: solid thin; }

  .itemlistprice {
    padding-left: 5px; }

  /*=====================*/
  .dexnavhide1, .dexnavhide2, .dexnavhide4 {
    display: none; }

  .dexnavhide3 {
    display: inline-block; }

  #dexclicked {
    display: none; }

  .dextexthide4 {
    display: none; }

  .dexsectiontitle {
    text-align: center;
    border-bottom: solid; }

  #dexnav {
    font-size: 20px; }

  #dexnavleft, #dexnavright {
    width: inherit; }

  #errorhound {
    width: 80%; }

  #topcosmobanner2 {
    display: none; }

  #topcosmobanner3 {
    display: block; }

  .tooltip .tooltiptext {
    width: 100px;
    left: inherit;
    margin-left: -95px; }

  .rowselect {
    width: 90%; }

  .mapitem {
    width: 29%; }

  .blogentryinfo {
    display: none; }

  .blogentryinfobottom {
    display: block; }

  .blogtagholder {
    width: 100%;
    margin: 0 0 20px 0;
    clear: both; }

  .blogtagholder hr {
    clear: both; }

  .blogtagholder p {
    text-align: center; }

  .blogtagholder a {
    margin: 0 5px 0 5px;
    float: left; }

  .blogtag {
    padding: 5px 9px 5px 9px;
    margin: 10px 0 10px 0; }

  .blogdateinfosmall {
    display: block; }

  .blogwriting {
    margin: 0 10px; }

  .mainblogtitle a {
    margin: 0 20px 10px 20px; }

  .blogbanner {
    width: 100%; }

  .blogmainsection {
    width: 100%;
    margin: 0; }

  .blogentry p {
    padding: 0 20px 0 20px; }

  .blogtitle h1 {
    font-size: 30px; } }
@media only screen and (max-width: 400px) {
  #featuredex h2 {
    font-size: 35px; }

  .dropdown-content {
    margin-left: -75px; }

  #dexquicklinks ul {
    font-size: 18px; }

  .dexsectiontext h3 {
    font-size: 40px; }

  .dexsectiontitle {
    padding: 0;
    width: auto; }

  .dexsectiontext {
    width: 90%; }

  .dexsectiontext p {
    text-align: left; }

  #maindexarea {
    width: 100%; }

  #maininfoarea {
    width: 100%; }

  .dexsectioncontainer {
    width: 100%; }

  #entryquickinfocontainer img, .entryquickinfocontainer img {
    width: 90%; }

  #entryquickinfocontainer, .entryquickinfocontainer, .doubleentryholder {
    width: 100%; }

  #entryquickinfoname h5, #entryquickinfoname2 h5 {
    width: 100%; }

  #entryquickinfoemblem img {
    width: 100px; }

  #inlinequickinfoect img {
    display: none; }

  .downarrowad, .downarroweh, .downarrowil, .downarrowmp, .downarrowqt, .downarrowuz, .uparrowad, .uparroweh, .uparrowil, .uparrowmp, .uparrowqt, .uparrowuz, .uparrow1, .uparrow2, .uparrow3, .uparrow4, .uparrow5, .uparrow6, .uparrow7, .uparrow8, .uparrow9, .uparrow10, .downarrow1, .downarrow2, .downarrow3, .downarrow4, .downarrow5, .downarrow6, .downarrow7, .downarrow8, .downarrow9, .downarrow10 {
    margin: 5px -15px 0 5px; }

  .blogtitle h1 {
    font-size: 25px; }

  .phonehide {
    display: none; }

  .applicationform {
    width: 99%; }

  .notebanner, .notebannerstore {
    font-size: 14px; }

  /*COOKIE POPUP*/
  .cc_dialog.simple {
    max-width: 50% !important; } }
