/* CS1 Background and text colours
-------------------------------------------------------------*/

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: transparent;
  color: #383e3a;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: transparent;
  color: #383e3a;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: transparent;
  color: #fff;
  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color:  transparent;
  color: #383e3a;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: #005EAB
  }

/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: #333
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  background-color: #f9f9f9;
  color: #333
  }

/* CS1.8 */
#pun-navlinks .container {
  color: #f1f1f1;
  }

.offline li.pa-online strong {
  font-weight: normal
  }

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: #ccc #ccc #aaa #ccc
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: #f5f5f5
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: #004F90;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: #C9D6E0;
  }

/* CS2.5 */
.punbb th {
  border-color: #dedfdf
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #ccc #fff #fff #ccc;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: #ccc
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: #fff
  }

.punbb .divider {
  border-color: #ccc #fff #fff #fff
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid #dedfdf
  }

li.pa-online {
  border-left-color: #005EAB;
  }


/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #0d1f33 
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #333
  }

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #B42000;
  }

/* CS3.3 */
#pun-navlinks a {
  color: #eee;
  text-decoration: none
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #fff;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  color: #fff;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/


#pun-main div.catleft, #pun-main div.catright {display: none}



.bgg {
  animation:slide 43s ease-in-out infinite alternate;
background-image: linear-gradient(-60deg, #c84751 50%, #0d1f33 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bgg2 {
  animation-direction:alternate-reverse;
  animation-duration:44s;
}



.bgg3 {
  animation-duration:45s;
}



@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 100%;
  }
}

#pun-crumbs2:before {
    display: block;
    position: absolute;
    content: "\2022 \2022";
    margin-left: -42px;
    font-size: 40px;
    writing-mode: vertical-lr;
    color: #c9c8c6;
}

#pun-category1:before {
display: block;
    position: absolute;
    content: "01";
    margin-left: -40px;
    font-size: 29px;
    writing-mode: vertical-lr;
    color: #c9c8c6;
    font-family: Russo one;
}

#pun-category2:before {
display: block;
    position: absolute;
    content: "02";
    margin-left: -40px;
    font-size: 29px;
    writing-mode: vertical-lr;
    color: #c9c8c6;
    font-family: Russo one;
}


.pa-avatar img {
padding: 5px;
width: 150px;
height: 150px;
}


.pa-avatar:before {
margin: 9px;
    width: 140px;
    height: 140px;
    display: block;
    content: "";
    position: absolute;
    border: solid 1px #2a3a4c;
}


.pa-avatar:after{
    margin-top: -20px;
    margin-left: 9px;
    width: 7px;
    height: 7px;
    display: block;
    content: "";
    position: absolute;
    background-color: #ce5d66;
}

.post-rating {
    font-family: Russo one;
position: absolute;
    right: 16px;
}


.post_reputation.inner {
    background-color: #ece8e1!important;
}

@property --a{
  syntax: '<angle>';
  inherits: false;
  initial-value: -45deg;
}
@property --l{
  syntax: '<percentage>';
  inherits: false;
  initial-value: 7%;
}
@property --c{
  syntax: '<color>';
  inherits: false;
  initial-value: #c9c8c6;
}

input[type=submit] {
    padding: 8px 16px;
    border: 0 none;
    cursor: pointer;
    background: #c9c8c6;
    background: linear-gradient(-45deg, 7px, #c9c8c6 0);
  transition:--a 0.5s 0.1s,--l 0.5s,--c 0.8s, color 0.4s;
 background:linear-gradient(var(--a), transparent  var(--l), var(--c) 0);
    text-transform: uppercase;
    font-family: 'Russo One'!important; 
}

input[type=submit]:hover {
  --l:0%;
 --c: #ce5d66;
color: #ece8e1
}

input:focus, input:focus-visible {
border: none!important;
outline: none!important
}

.category:after {
    content: "\25A0 \25A0 \25A0 \25A0 \25A0";
    writing-mode: vertical-lr;
    position: absolute;
    right: 10px;
    -webkit-mask-box-image: linear-gradient(to bottom, black 0%, transparent 100%);
    font-size: 18px;
    margin-top: -100px;
    color: #c9c8c6;
}

#pun-status {
visibility: hidden;
height: 0
}


#profile-card {
 background:linear-gradient(-45deg , transparent 17px, #c9c8c6 0);
position: absolute;
    right: -171px;
    width: 140px;
}


#pun-title {
color: transparent!important;
opacity: 0;
background-position:  bottom;
height: 300px
}


#pun_wrap {
padding-top: 150px;
}

.parallax-wrap {
  position: absolute;
width: 100%;
 justify-content: center;
  align-items: center;
height: 600px;
overflow: hidden;
top: -299px;
}


.parallax-wrap span {
  position: absolute;
}