html {
	background-color: #221540;
	background-repeat: repeat;
	background-position: center top;
	overflow-y: scroll;
}
body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	color: #e1e6ef;
    background-color: unset;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: "berlin";
}
@font-face {
  font-family: "bahn";
  src: url(fonts/BAHNSCHRIFT.TTF);
}
@font-face {
  font-family: "bahn";
  src: url(fonts/BAHNSCHRIFT.TTF);
  font-weight: bold;
}
@font-face {
  font-family: "berlin";
  src: url(fonts/BRLNSR.TTF);
  font-weight: normal;
}
@font-face {
  font-family: "berlin bold";
  src: url(fonts/BRLNSB.TTF);
  font-weight: bold;
}
@font-face {
  font-family: "berlin demibold";
  src: url(fonts/BRLNSDB.TTF);
  font-weight: regular;
}
a:link {
	color: #d92d7b;
}
a:visited {
	color: #d92d7b;
}
a:hover {
	color: #8f2052;
}
a:active {
	color: #d8a7f1;
}
a{
    text-decoration: none;
}
.smallBOLD {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.smallBOLD a {
	color: #ffd4fe;
}
.smallBOLD a:hover { 
	color: #ed29ff;
}
.smallBOLD a:active { 
	color: #ffd4fe;
}
.smallBOLD2 {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.smallBOLD2 a {
	color: #ffd4fe;
}
.smallBOLD2 a:hover { 
	color: #ed29ff;
}
.smallBOLD2 a:active { 
	color: #ffd4fe;
}

.textOffwhiteSMALL {
	font-size: 11px;
	color: #e1e6ef;
}

.textLightpinkSMALL {
	font-size: 11px;
	font-weight: bold;
	color: #dd81ff;
}

.textOffwhiteMEDIUM {
	font-size: 17px;
	font-weight: bold;
	color: #e1e6ef;
}

.textOffwhiteBIG {
	font-size: 30px;
	font-weight: bold;
	color: #e1e6ef;
}

#textboxA {
    background-image: url('img/contentunderlay.png');
    background-repeat: repeat;
    width: 764px;
    padding: 10px;
}

#textboxB {
    background-image: url('img/contentunderlay.png');
    background-repeat: repeat;
    width: 962px;
    padding: 10px;
}

#underlayTOP {
    height: 100%;
    width: 100%;
}

.header{
    top: 0;
    width: 100%;
    position: fixed;
    height: 45px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.container-header{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container-right,.container-left{
    display: flex;
    height: 100%;
    width: 50%;
}
.container-left{
    justify-content: flex-end;
}
.nav-item{
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px 15px;
    background-color: transparent;
    color: #b1b1f4;
    width: 25%;
    text-align: center;
    justify-content: center;
    font-family: "bahn";
    font-weight: bold;
    transition: 0.2s background-color;
}
.nav-item:hover{
    color: black;
    cursor: pointer;
    background-color: #e82b67;
}

#container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

#containerB {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.main-logo{
    width: 100%;
    margin-top: 45px;
}

#logoA {
    background-image: url('img/logo1.png');
    background-repeat: no-repeat;
    height:170px;
    width: 423px;
    float:left;
}

.mobious-logo{
    width: 30%;
    height: 100%;
}
.main-logo img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.squares-logo{
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.square-frame{
    width: 16%;
    display: flex;
    height: 100%;
    position: relative;
    transform: rotate(-10deg);
    overflow: hidden;
    border: 8px solid #d92d7b;
    color: black;
    box-shadow: -5px 5px 10px black;
}
.square-frame img{
    width: 300px;
    height: 220px;
    object-fit: cover;
    transform: translate(-15px, -15px) rotate(10deg);
}
.ticket-container{
    width: 115%;
    height: 300px;
    display: flex;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('img/ticket1.png');
    margin-top: 60px;
    cursor: pointer;
    transition: .6s all;
}
.ticket-container:hover{
    background-image: url('img/ticket2.png');
}
.disclaimer-sidebar{
    width: 100%;
    height: 300px;
    display: flex;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('img/disclaimer.png');
    margin-top: 60px;
    cursor: pointer;
    transition: .6s all;
}
.disclaimer-sidebar:hover{
    background-image: url('img/disclaimerV2.png');
}
#logoB {
    background-image: url('img/logo2.png');
    background-repeat: no-repeat;
    height:170px;
    width: 423px;
    float:left;
}

#logoC {
    background-image: url('img/logo3.png');
    background-repeat: no-repeat;
    height:170px;
    width: 423px;
    float:left;
}

#logoD {
    background-image: url('img/logo4.png');
    background-repeat: no-repeat;
    height:170px;
    width: 423px;
    float:left;
}

#logoE {
    background-image: url('img/logo5.png');
    background-repeat: no-repeat;
    height:170px;
    width: 423px;
    float:left;
}

#bannerButtonspace {
    height:170px;
    width: 559px;
    float:right;
}

#bannerFront {
    background-image: url('img/banner_mobiusunleashed1.png');
    background-repeat: no-repeat;
    height:170px;
    width: 555px;
    float:right;
}

#bannerFree {
    background-image: url('img/banner_mobiusunleashed4.png');
    background-repeat: no-repeat;
    height:170px;
    width: 555px;
    float:right;
}

#bannerFreeDigi {
    background-image: url('img/banner_digihentai4.png');
    background-repeat: no-repeat;
    height:170px;
    width: 555px;
    float:right;
}

#bannerFreePoke {
    background-image: url('img/banner_pokeporn4.png');
    background-repeat: no-repeat;
    height:170px;
    width: 555px;
    float:right;
}

#bannerFreeEqu {
    background-image: url('img/banner_equestria4.png');
    background-repeat: no-repeat;
    height:170px;
    width: 555px;
    float:right;
}

#bannerFreeFur34 {
    background-image: url('img/banner_fur34A.png');
    background-repeat: no-repeat;
    height:170px;
    width: 555px;
    float:right;
}

#bannerMembers {
    background-image: url('img/banner_mobiusunleashed3.png');
    background-repeat: no-repeat;
    height:170px;
    width: 555px;
    float:right;
}

#bannerMembersDigi {
    background-image: url('img/banner_digihentai3.png');
    background-repeat: no-repeat;
    height:170px;
    width: 555px;
    float:right;
}

#bannerMembersPoke {
    background-image: url('img/banner_pokeporn3.png');
    background-repeat: no-repeat;
    height:170px;
    width: 555px;
    float:right;
}

#bannerMembersEqu {
    background-image: url('img/banner_equestria3.png');
    background-repeat: no-repeat;
    height:170px;
    width: 555px;
    float:right;
}

#bannerMembersFur34 {
    background-image: url('img/banner_fur34B.png');
    background-repeat: no-repeat;
    height:170px;
    width: 555px;
    float:right;
}

#rightpaneA {
    width: 555px;
}

#leftpaneB {
    width: 240px;
    text-align: center;
    border-radius: 15px;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
}

#rightpaneB {
    width: 1200px;
    background-color: #b1b1f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
}

#centertext {
    width: 100%;
    text-align: center;
}

.gallery{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.gallerypic {
    display: flex;
    width: 235px;
    height: auto;
    margin: 10px 0;
    max-height: 330px;
}
.gallerypic img {
    max-width:100%;
}


.exclusive{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.exclusive-item {
    display: flex;
    width: 370px;
    height: auto;
    margin: 10px 0;
    max-height: 104px;
}
.exclusive-item img {
    max-width:100%;
    max-height:100%;
}

.exclusive-year{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.exclusive-year-item {
    display: flex;
    width: 760px;
    height: auto;
    margin: 10px 0;
    max-height: 104px;
}
.exclusive-year-item img {
    max-width:100%;
    max-height:100%;
}

.comic-list, .gallery{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 90%;
    height: auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.galleries-panel{
    width: 100%;
}
.comic-list-item, .gallerypic{
    display: flex;
    width: 22.5%;
    height: auto;
    margin: 0;
    max-height: 330px;
    max-width: 220px;
    border: 4px solid #221540;
    margin-bottom: 20px;
    margin-right: 1.25%;
    margin-left: 1.25%;
}
.index-exclusive-item{
    justify-content: space-between;
}
.index-exclusive-item .comic-list-item, .index-exclusive-item .gallerypic{
    margin-right: 0;
    margin-left: 0;
}
.comic-list-item img, .gallerypic img{
    max-width:100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.exclusive-year-item img{
    object-fit: cover;
}
.comic-list-item a, .gallerypic a{
    width: 100%;
    height: 100%;
    position: relative;
}
.new-container{
    position: absolute;
    bottom: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    z-index: 2;
    background: #d92d7b;
    -webkit-transform: skew(-20deg) translate(25%, 40%);
    -moz-transform: skew(-20deg) translate(25%, 40%);
    -o-transform: skew(-20deg) translate(25%, 40%);
    transform: skew(-20deg) translate(25%, 40%);
    transform: .4s all;
}
.comic-list-item:hover .new-container, .gallerypic:hover .new-container{
    background: #221540;
}
.comic-list-item a:after,.gallerypic a:after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000063;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: .4s all;
}
.comic-list-item a:hover:after, .gallerypic a:hover:after{
    opacity: 1;
    visibility: visible;
}
.comic-list-item a:hover, .gallerypic a:hover{
    background: #221540;
}
.comic-list-item a center, .gallerypic a center{
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);   
}
.imagemenu {
    font-size: 26px;
    display: none;
}
.imagemenusub {
    font-size: 26px;
    display: none;
}

.list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}

.list-group.list-group-root .list-group {
  margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
  padding: 2px;
}
.badge.badge-primary.badge-pill {

    text-indent: 0;

}
.folderbadge {

    float: right;
    text-indent: 4px;
}



.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 45px;
}

.list-group-item .glyphicon {
  margin-right: 5px;
}
.list-group.list-group-root .list-group.sub-item {
    padding-left: 30px
}
.gallrpli {
    background-color: #e8d8d8;
    list-style-type:none;
    margin: 2px;
    padding: 0px;
    width: 152px;
    height: 210px;
    
    font-size: 10px;
    font-weight: bold;
}
.gallrpul {
    webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.gallrpli img {

    max-width: 148px;
    max-height: 208px;
    border: solid 1px;

}


.gallrpli table {
    height:calc(100% - 5px);
}

.blue-background-class{
    background-color: red;
}
.activeCategory {
    background-color: #007bff;
    border-color: #007bff;
}
.side-nav a{
    text-decoration: none;
}
#leftpaneB{
    background: #5e62d6;
}
.side-nav{
    margin-top: 100px;
}
.main-logo{
    position: absolute;
    top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 170px;
    left: 50%;
    max-width: 1400px;
    transform: translateX(-50%);
}
#leftpaneB,#rightpaneB{
    margin-top: 170px;
}
.side-nav-item{
    margin-bottom: 20px;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d92d7b;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    margin-left: -25px;
    box-shadow: -5px 5px #160e24;
    transition: all .2s;
}
.side-nav-item:hover{
    background: #b1b1f4;
    cursor: pointer;
}
.side-nav-item:hover .side-nav-text{
    color: #d0275c;
}
.side-nav-text{
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    text-shadow: 1px 1px 6px #000000, 1px 1px 6px #000000;
    font-size: 1.2rem;
    color: #ccccea;
    font-family: "berlin";
}
.right-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    color: black;
}
.first-panel{
    margin-top: 150px;
}
.right-panel-text{
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-family: "bahn";
}
.right-panel-text b{
    font-family: "bahn";
    font-weight: bold;
}
.right-panel-logos{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right-panel-logos a{
    width: 20%;
}
.right-panel-logos img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.under-pink{
    text-decoration: underline;
    text-decoration-color: #d92d7b;
}
.about-panel{
    width: 100%;
    background-color: #686297;
    padding: 10px;
    position: relative;
    height: 300px;
}
.right-panel-absolute-title{
    padding: 0px 10px;
    position: relative;
    top: -25px;
    left: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d92d7b;
    box-shadow: 5px 5px #160e24;
    text-shadow: 1px 1px 6px #000000, 1px 1px 6px #000000;
    color: #ccccea;
    font-weight: bold;
    width: 300px;
    font-size: 1.4rem;
}
.news-panel, .about-panel,.update-panel{
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.title-over-panel{
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    color: white;
    text-shadow: 1px 1px 6px #000000, 1px 1px 6px #000000;
    color: #ccccea;
    font-family: "berlin";
    text-transform: uppercase;
}

.panel-container{
    width: 100%;
    border: 10px solid #5e62d6;
}
.inside-container-panel{
    border: 10px solid #221540;
    background-color: #b1b1f4;
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.news-title{
    font-size: 1.4rem;
    background-color: #5e62d6;
}
.update-panel .inside-container-panel{
    background-color: #221540;
}
.update{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    margin-bottom: 2rem;
}
.update-title{
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #5e62d6;
    font-size: 1rem;
    width: 20%;
    position: relative;
}
.update-name{
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: white;
    opacity: 0;
    visibility: hidden;
}
.update-date{
    height: 40%;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    background-color: black;
    color: #d92d7b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.date-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.date{
    width: auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background-color: #d92d7b;
}
.update-description{
    width: 80%;
    text-align: center;
    background-color: #b1b1f4;
    color: black;
    font-size: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black !important;
    font-family: "bahn";
}

.older-news{
    width: 100%;
    padding: 2rem 1rem;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.older-news a{
    width: 60%;
    height: 100%;
    background: #221540;
    display: flex;
    align-items: center;
    justify-content: center;
}
.update-background{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.update-background img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.update-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: #00000073;
    transition: .2s background-color;
}
.update-title:hover .update-hover{
    background-color: #d92d7b4a;
}
.footer{
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-top: 125px;
}
.footer-text{
    color: #b1b1f4;
}
.section-selector{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-head{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-head-item{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    background-color: unset;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: .6s all;
}
.section-head-item:hover{
    background-color: #3d296b;
}
.section-active{
    background-color: #221540;
}
.section-head-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section-content{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
    background-color: #5e62d6;
    border: 10px solid #221540;
    margin-bottom: 5rem;
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.section-content:after{
    display: flex;
    content: "";
    background: #000000c7;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-item{
    display: flex;
    width: 90%;
    align-items: center;
    height: 80px;
    background-color: #b1b1f4;
    border-radius: 10px;
    position: absolute;
    border: 5px solid #221540;
    opacity: 0;
    visibility: hidden;
    text-decoration: none;
    z-index: 10;
    transition: .2s all;
}
.gallery-title-panel .section-item{
    height: 120px;
}
.section-pic{
    width: 15%;
    height: 100%;
    border: 3px solid #221540;
    margin-right: 20px;
}
.section-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-title{
    width: 70%;
    font-size: 2.6rem;
    color: #221540;
    transition: .2s all;
}
.section-item:hover .section-title{
    color: white;
}
.gallery-title-panel .section-title{
    font-size: 1.8vw;
}
.section-item:hover .section-title,{
    color: #d92d7b;
}
.section-item:hover{
    background-color: #221540;
 }
.section-subtitle{
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 5px 15px;
    width: 250px;
    text-align: center;
    background-color: #221540;
    color: white;
    border-radius: 10px;
    font-family: "bahn";
}
.gallery-title-panel .section-subtitle{
    bottom: 5px;
}
.section-item-active{
    opacity: 1;
    visibility: visible;
    position: relative;
}
.section-float{
    font-size: 1.6rem;
    color: white;
    z-index: 10;
}
.pink-text{
    color: #d92d7b;
    transition: .2s all;
}
.gallery-title-panel{
    width: 80%;
}
.gallery-title-panel .section-item{
    background-color: #5e62d6;
}
.galleries-panel{
    width: 100%;
    margin-bottom: 10rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.go-back{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    border: 3px solid black;
    border-left: unset;
    border-radius: 15px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    background: #5e62d6;
    padding: 5px 10px;
    text-decoration: none;
    color: black;
    transition: .4s all;
}
.go-back:hover{
    background-color: #892057;
}
.gallery-container{
    width: 100%;
}
.section-float a{
    cursor: pointer;
    text-decoration: none;
}
.section-float a:hover .pink-text{
    color: #ab1b5c;
}
.ex-gallery-panel{
    flex-direction: column;
}
.exclusive-item.comic-list-item{
    width: 45%;
    max-height: unset;
    max-width: unset;
    position: relative;
}
.exclusive-year-item.comic-list-item{
    width: 100%;
    max-height: unset;
    max-width: unset;
    position: relative;
    height: 146px;
}
.banner-free{
    width: 100%;
    display: flex;
    height: 70%;
    border: 4px solid #d92d7b;
    transform: skew(20deg);
    background-color: #d92d7b;
    font-size: 2rem;
    align-items: center;
    box-shadow: -5px 5px 5px black;
    overflow: hidden;
}
.banner-free h2{
    transform: skew(-20deg);
    margin-left: 20px;
}
.banner-free img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 30px;
    transform: skew(-20deg);
}
.mobile-mode{
    display: none;
}
.menu-mobile{
    opacity: 1;
    visibility: visible;
    display: flex;
    width: 100%;
    height: calc(100vh - 45px);
    position: absolute;
    top: 45px;
    left: 0;
    align-items: center;
    justify-content: center;
    background: #572f8b;
    z-index: 9999;
    overflow: hidden;
    transition: .6s all;
}
.hidden-menu{
    opacity: 0;
    visibility: hidden;
}
.menu-mobile{
    display: none;
}
.mobile-nav{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 95%;
}
.menu-mobile .side-nav-item{
    margin-left: unset;
}
.disclaimers-mobile{
    display: none;
}
.menu-mobile .ticket-container{
    width: 100%;
    height: 40%;
    background-position: center;
}
.fixed-body{
    position: fixed;
}
.admin-panel{
    width: 100%;
    border: 10px solid #5e62d6;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    background: #5e62d6;
}
.admin-panel a{
    width: 100%;
    height: 40px;
    background-color: #221540;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .2s all;
    font-size: 1.2rem;
}
.admin-panel a:hover{
    color: #d5558f;
    background-color: #170a36;
}
.comic-panel{
    height: 800px;
}
.comic-panel .manage-center{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.comic-panel .category-con{
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
}
.comic-panel .category-left{
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 100%;
    width: 30%;
    justify-content: center;
}
.comic-panel.admin-panel a{
    min-height: 45px;
}
.comic-panel .category-right{
    display: flex;
    width: 70%;
    overflow: auto;
    height: 100%;
    justify-content: space-around;
    padding: 0;
}
.comic-panel .imagemenu{
    display: none;
    width: 15%;
    align-items: center;
    justify-content: space-between;
}
.comic-panel #postlist{
    width: 75%;
    display: flex;
    padding: 0;
}
.comic-panel.admin-panel .imagemenu a{
    width: 48%;
}
.change-news{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.c-news-title{
    width: 100%;
    font-size: 1.2rem;
}
.c-news-message{
    width: 100%;
    height: 400px;
    font-size: 1rem;
}
.admin-panel.news-change{
    height: auto;
}
.c-label-news{
    color: #720637;
    font-weight: bold;
    font-size: 1.2rem;
}
.admin-button{
    border: unset;
    margin-bottom: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d92d7b;
    box-shadow: -5px 5px #160e24;
    cursor: pointer;
    transition: all .2s;
    color: white;
}
.admin-button:hover{
    background: #b1b1f4;
    color: black;
}
.index-exclusive-item{
    width: 100%;
}
a.update-description:link{
    color: black !important;
}
a.update-description:hover{
    color:#221540 !important;
}
.am-body, .am-layout{
    background: unset;
}
.mobius-member{
    color: black;
    height: auto;
}
.am-body .am-body-content-wrapper{
    background-color: #5e62d6;
}
.am-body .am-body-content-wrapper{
    border-color: #b1b1f4;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
}
.am-form form, .am-auth-form div.am-row,.am-form fieldset legend{
    background: #5e62d6;
    border: unset;
    box-shadow: unset;
}
.am-layout-two-coll{
    background: #5e62d6;
    border: unset;
}
.am-block{
    background: #221540;
    border: unset;
    box-shadow: unset;
    color: white;
}
ul.am-tabs > li{
    background: #221540;
}
ul.am-tabs a{
    color: white;
    transition: background .2s;
}
ul.am-tabs li.active > a, ul.am-tabs li.normal > a:hover{
    background: #d92d7b;
}
.am-info{
    background: #221540;
    color: white;
}
ul.am-tabs{
    border: unset;
    background: #5e62d6;
}
.am-admin a.button, .am-admin button, .am-admin input[type=button], .am-admin input[type=submit], .am-body-content a.button, .am-body-content button, .am-body-content input[type=button], .am-body-content input[type=submit], .am-popup a.button, .am-popup button, .am-popup input[type=button], .am-popup input[type=submit]{
    background: #221540;
    color: white;
}
.mobius-member .main-logo{
    top: 0;
    margin-top: 0;
}
.mobiusContent{
    margin-top: 150px;
}
.mobius-member .squares-logo{
    justify-content: flex-end;
}
.mobius-member .amember-top-button{
    padding: 5px 10px;
    background-color: #d42461;
    color: #d7eaff;
    margin-left: 2rem;
    font-size: 1.5rem;
    transition: all .2s;
}
.mobius-member .amember-top-button:hover{
    background: #5e62d6;
}
.mobius-member .main-logo{
    width: 75%;
}
.am-grid th,.am-grid th:last-child{
    background: #221540;
}
.am-grid th a{
    font-size: 1.2rem;
    color: white;
}
.am-helpdesk-grid-msg, .am-helpdesk-grid-msg-cnt{
    color: black;
}
.mobius-member td  a{
    color: black;
}
.monthly-instructions{
    color:white;
    background-image: url('img/slide-1.png');
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px 30px;
    animation: 15s infinite alternate slidein;
}
.monthly-free{
    animation: 15s infinite alternate slideinfree;
}
.important-rule{
    font-weight: bold;
}
@keyframes slidein {
  from {
    background-image: url('img/slide-1.png');
  }
  25% {
    background-image: url('img/slide-2.jpg');
  }
  50% {
    background-image: url('img/slide-3.jpg');
  }
  75% {
    background-image: url('img/slide-4.jpg');
  }
  to {
    background-image: url('img/slide-5.jpg');
  }
}
@keyframes slideinfree {
  from {
    background-image: url('img/slidefree-1.jpg');
  }
  50% {
    background-image: url('img/slidefree-2.jpg');
  }
  to {
    background-image: url('img/slidefree-3.jpg');
  }
}
.small-print{
    font-size: 0.85rem;
}
.hook{
    font-size: 1.6rem;
}
.suggestion{
    margin-bottom: 0;
    margin-top: 40px;
    font-size: 1.6rem;
}
.rules{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rules ul{
    width: 50%;
}
.rules ol{
    margin: 20px 0;
}
.monthly-instructions h3, .monthly-instructions p, .monthly-instructions ul,.monthly-instructions .rules{
    position: relative;
    z-index: 2;
}
.monthly-cover{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #000000c7;
    top: 0;
    left: 0;
    z-index: 1;
}
.rules ol{
    padding: 0;
}
.disclaimer{
    width: 85%;
    margin-bottom: 5rem;
    background: black;
    color: white;
    text-align: center;
    font-size: 1rem;
    border-radius: 10px;
    padding: 29px;
}
/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 1400px) {
    #rightpaneB {
        width: 800px;
    }
}
@media only screen and (max-width : 768px) {
    .disclaimers-mobile{
        position: relative;
        width: 100%;
        display: flex;
    }
    .disclaimers-mobile .disclaimer-sidebar{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 300px;
        background-position: center;
        margin: 0;
    }
    .monthly-instructions{
        padding: 1rem;
        width: calc(100% - 1rem);
    }
    .monthly-instructions h3,.monthly-instructions .suggestion{
        font-size: 1.2rem;
    }
    .suggestion{
        margin-top: 0;
    }
    .rules{
        flex-direction: column;
    }
    .rules ul{
        width: 100%;
        padding: 0;
    }
    
    .menu-mobile{
        display: flex;
    }
    .pc-mode{
        display: none;
    }
    .mobile-mode{
        display: flex;
    }
    #rightpaneB {
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        width: 90%;
    }
    #leftpaneB {
        display: none;
    }
    .right-panel-text{
        font-size: 1rem;
    }
    .panel-container{
        width: auto;
    }
    .squares-logo{
        display: none;
    }
    .mobious-logo{
        width: 100%;
    }
    .first-panel{
        margin-top: 80px;
    }
    .footer{
        height: auto;
    }
    .footer-text{
        font-size: 0.7rem;
        text-align: center;
        margin: 10px;
    }
    .right-panel-logos{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .right-panel-logos a{
        width: 50%;
    }
    .section-head{
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 100px;
    }
    .section-item{
        width: 95%;
    }
    .section-head-item{
        width: 30%;
        border-radius: 15px;
    }
    .section-pic{
        width: 30%;
    }
    .section-title{
        width: 60%;
        font-size: 1.2rem;
    }
    .section-subtitle{
        display: none;
    }
    .section-float{
        font-size: 1.3rem;
        text-align: center;
    }
    .go-back{
        display: none;
    }
    .comic-list-item, .gallerypic{
        width: 45%;
    }
    .gallery-title-panel{
        width: 95%;
    }
    .gallery-title-panel .section-title{
        color: black;
        font-size: 1.2rem;
        text-align: center;
    }
    .exclusive-item.comic-list-item{
        width: 100%;
    }
    .comic-list, .gallery{
        width: 98%;
    }
    #textboxA{
        width: 100%;
    }
    .ticket-container{
        margin: 0;
    }
    .side-nav-item{
        margin-bottom: 10px;
    }
    .menu-mobile .ticket-container,  {
        -webkit-animation: strip 2s linear infinite alternate;
        -moz-animation: strip 2s linear infinite alternate;
        animation: strip 2s linear infinite alternate;
    }
    .disclaimers-mobile .disclaimer-sidebar{
        -webkit-animation: disclaimer 6s linear infinite alternate;
        -moz-animation: disclaimer 6s linear infinite alternate;
        animation: disclaimer 6s linear infinite alternate;
    }
    @-webkit-keyframes strip {
        0% {background-image: url('img/ticket1.png');}
        100% {background-image: url('img/ticket2.png');}
    }
    @-moz-keyframes strip {
        0% {background-image: url('img/ticket1.png');}
        100% {background-image: url('img/ticket2.png');}
    }
    @keyframes strip {
        0% {background-image: url('img/ticket1.png');}
        100% {background-image: url('img/ticket2.png');}
    }
    @-webkit-keyframes disclaimer {
        0% {background-image: url('img/disclaimer.png');}
        100% {background-image: url('img/disclaimerV2.png');}
    }
    @-moz-keyframes disclaimer {
        0% {background-image: url('img/disclaimer.png');}
        100% {background-image: url('img/disclaimerV2.png');}
    }
    @keyframes disclaimer {
        0% {background-image: url('img/disclaimer.png');}
        100% {background-image: url('img/disclaimerV2.png');}
    }
    .exclusive-year-item.comic-list-item{
        height: unset;
    }
}