@import url("icons.css");
/* Scss Document */
body {
  font-family: "Oswald", sans-serif;
}

/*elements */
button, .buttons {
  font-family: "Oswald", sans-serif;
  margin: 0.5em;
  background: #1185ab;
  color: #fefefe;
  padding: 0.25em 1em;
  border: none;
  cursor: pointer;
  transition: background 0.5s;
  border-radius: 3px;
  text-decoration: none;
}
button a, .buttons a {
  color: #E8EDEF;
}

button:hover, .buttons:hover {
  background: #9ba30d;
}

[data-feed-main-container-id=taboola-below-other-thumbnails].tbl-feed-frame-DIVIDER .tbl-feed-card {
  box-shadow: 0 1px #e6ecf0;
  margin-bottom: 22px;
}

/* Classes */
.conr {
  float: right;
  text-align: right;
  clear: right;
}

.cont {
  float: right;
  text-align: left;
  clear: right;
  width: 40%;
}

.conl {
  float: left;
  white-space: nowrap;
}

.clearb {
  clear: both;
}

.reduce {
  font-size: 0.5em;
}

.subscribeLink {
  padding: 0.5em;
}
.subscribeLink a {
  background: #B5BE0F;
  color: white;
  transition: all 0.5s;
  padding: 0.5em 0.5em;
  text-decoration: none;
}
.subscribeLink a:hover {
  background: #CFD566;
}

.green {
  color: #B5BE0F;
}

.red {
  color: #bb0000;
}

.orange {
  color: #FE5F00;
}

.cnxOn {
  box-sizing: border-box;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5em;
  text-align: center;
  background: #1185ab;
  color: #E8EDEF;
  border-radius: 0.5em;
  border: 1px solid #E8EDEF;
  box-shadow: 0 0 4px #aaa;
  padding: 0.5em 1em;
  margin: 0.5em 0;
  font-weight: 100;
  display: block;
}

#cnxOff {
  box-sizing: border-box;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5em;
  text-align: center;
  background: #373747;
  color: #E8EDEF;
  border-radius: 0.5em;
  border: 1px solid #E8EDEF;
  box-shadow: 0 0 4px #aaa;
  padding: 0.5em 1em;
  margin: 0.5em 0;
  font-weight: 100;
  display: block;
}

h1 a {
  color: #1185ab;
  text-decoration-thickness: 1px;
}

/* Header Discussions */
header#forumNav {
  position: fixed;
  display: flex;
  justify-content: space-between;
  z-index: 100000;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  background: #373747;
  font-weight: 100;
  margin: 0 0 0 0;
  width: 100vw;
  left: 0;
  box-shadow: 0 0 5px #373747;
  top: 62px;
}
header#forumNav nav {
  display: flex;
  justify-content: space-around;
  width: 40%;
  padding-top: 15px !important;
  margin: 0 !important;
}
header#forumNav nav#menuLeft {
  background: #1185ab;
  width: 60%;
}
header#forumNav nav#menuLeft a:first-child i {
  display: block !important;
}
header#forumNav nav a {
  display: inline-block !important;
  color: white;
  transition: color 0.5s ease-in;
  padding: 0.25em 0 !important;
  margin: 0 !important;
  width: auto !important;
  background: transparent !important;
  font-size: 0.8em !important;
}
header#forumNav nav a i {
  display: none;
}
header#forumNav nav a:hover {
  color: #B5BE0F;
  text-shadow: none !important;
}

nav#navAside h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5em;
  color: #ccc;
  margin: 0;
  padding: 0;
}
nav#navAside a {
  display: block;
  color: #093A4F;
  font-size: 1.2em;
  transition: all 0.5s;
  border-bottom: 1px solid #ddd;
  padding: 0.2em 0.25em;
}
nav#navAside a:hover {
  padding-left: 1.5em;
  background: #E8EDEF;
}
nav#adminconsole {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 100px;
  left: calc(50% - 150px);
  width: 300px;
  background: #1185ab;
  border: 1px solid white;
  box-shadow: 0 0 10px #222;
  border-radius: 5px;
  overflow: hidden;
  /*		&:target {
  			display:block;
  		}*/
}
nav#adminconsole > * {
  width: 100%;
  display: block;
}
nav#adminconsole h3 {
  font-weight: 100;
  text-align: center;
  color: #B5BE0F;
  background: #373747;
  margin: 0;
  padding: 5px 0;
}
nav#adminconsole a {
  text-align: center;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(17, 110, 171, 0.6);
  padding: 5px 0;
}
nav#adminconsole a:hover {
  transition: all 0.5s;
  background: rgb(17, 115, 155);
}

.postlink label {
  color: #B5BE0F;
}
.postlink select {
  padding: 0.25em;
}
.postlink button {
  padding: 0.25em;
  background: #E8EDEF;
  color: #11151C;
  border: 1px solid #E8EDEF;
  padding: 0.25em 1.5em 0.25em 1em;
  border-top-right-radius: 10em;
  border-bottom-right-radius: 10em;
  transition: background 0.5s ease-in;
}
.postlink button:hover {
  cursor: pointer;
  background: #093A4F;
}

.slideBox {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 24px;
  background: #333;
  margin: -0.2em 0 0 0.25em;
  border-radius: 50px;
  position: relative;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideBox label {
  display: block;
  width: 34px;
  height: 18px;
  border-radius: 50px;
  transition: all 0.4s ease;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1000;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcfff4", endColorstr="#b3bead",GradientType=0 );
}
.slideBox input[type=checkbox] {
  visibility: hidden;
}

.slideBox:after {
  content: "NON";
  font: 12px/26px Arial, sans-serif;
  color: #FF0000;
  position: absolute;
  right: 10px;
  z-index: 0;
  font-weight: bold;
}

.slideBox:before {
  content: "OUI";
  font: 12px/26px Arial, sans-serif;
  color: #00bf00;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: bold;
}

.slideBox input[type=checkbox]:checked + label {
  left: 43px;
}

.ck.ck-editor {
  max-width: 890px;
}

.ck.ck-balloon-panel {
  border-radius: 0;
  z-index: 20000 !important;
}

.ck-emoji__actions {
  display: flex;
  flex-wrap: wrap;
  width: 250px !important;
}

.ck-editor__editable_inline {
  min-height: 300px;
}

/* Index Discussions */
main {
  padding-top: 0;
  margin-right: 2% !important;
}

aside {
  width: 300px;
}
aside a {
  text-decoration: none;
}
aside a.write {
  box-sizing: border-box;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5em;
  text-align: center;
  background: #B5BE0F;
  color: #E8EDEF;
  border-radius: 0.5em;
  border: 1px solid #E8EDEF;
  box-shadow: 0 0 4px #aaa;
  padding: 0.5em 1em;
  margin: 0.5em 0;
  font-weight: 100;
  display: block;
}
aside h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5em;
  text-align: center;
  background: #cc0000;
  color: #E8EDEF;
  border-radius: 0.5em;
  border: 1px solid #E8EDEF;
  box-shadow: 0 0 4px #aaa;
  padding: 0.5em 0 0.5em 1em;
  margin-bottom: 0.5em;
  font-weight: 100;
}
aside h4, aside h6, aside h5 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5em;
  text-align: center;
  background: #093A4F;
  border-radius: 0.5em;
  border: 1px solid #E8EDEF;
  box-shadow: 0 0 4px #aaa;
  transition: all 0.5s;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  font-weight: 100;
}
aside h4 a, aside h6 a, aside h5 a {
  display: block;
  color: #E8EDEF;
}
aside h4:hover, aside h6:hover, aside h5:hover {
  background: #093A4F;
  box-shadow: 0 3px 10px #666;
  text-shadow: 0 3px 10px #111;
}
aside h5 {
  background: #373747;
}
aside h5 a {
  color: #E8EDEF;
}
aside h5:hover {
  background: #555;
  box-shadow: 0 3px 10px #666;
  text-shadow: 0 3px 10px #111;
}
aside h6 {
  background: #373747;
  overflow: hidden;
}
aside h6 a {
  position: relative;
  color: #f4c1db;
  transform: rotate(-5deg);
  font-size: 1.8em;
  line-height: 0.8em;
}
aside h6:hover {
  background: #555;
  box-shadow: 0 3px 10px #666;
  text-shadow: 0 3px 10px #111;
}

h2 {
  font-size: 2em;
  text-transform: capitalize;
  font-weight: 100;
  color: #B5BE0F;
  border-bottom: 1px solid #B5BE0F;
  margin-left: 1%;
  width: 98%;
}
h2 a {
  text-decoration: none;
  color: #B5BE0F;
}

section {
  box-shadow: 0 0 3px #555;
}
section.blockform, section#rules {
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
}
section.blockform form h3, section#rules form h3 {
  text-align: center;
  color: #1185ab;
  font-size: 1.5em;
  font-weight: 100;
}
section.blockform form#userlist fieldset, section#rules form#userlist fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
section.blockform form#userlist fieldset label, section#rules form#userlist fieldset label {
  line-height: 1.5em;
  color: #1185ab;
}
section.blockform form#userlist fieldset select, section#rules form#userlist fieldset select {
  border: 1px solid #E8EDEF;
  border-radius: 5px;
  padding: 5px 10px;
}
section.blockform form#userlist fieldset input[type=text], section#rules form#userlist fieldset input[type=text] {
  border: 1px solid #E8EDEF;
  border-radius: 5px;
  padding: 5px;
}
section.index, section.viewSubjects {
  width: 100%;
  box-shadow: 0 0 0 #fff;
  margin: 0 0 0 0;
}
section.index ul, section.viewSubjects ul {
  width: 98%;
  height: 3.1em;
  margin: 0.4em 1%;
  padding: 1%;
  border: 1px solid #E8EDEF;
  box-shadow: 0 0 0.3em #aaa;
  list-style: none;
  border-radius: 1em;
  display: block;
  overflow: hidden;
}
section.index ul li:first-child, section.viewSubjects ul li:first-child {
  position: relative;
  z-index: 6000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3em;
  margin: -0.5em 0 0 -0.25em;
  transform: rotate(-4deg);
  transition: all 0.75s ease;
}
section.index ul li:first-child:hover, section.viewSubjects ul li:first-child:hover {
  margin: -0.55em 0 0 0.2em;
}
section.index ul li:nth-child(2), section.viewSubjects ul li:nth-child(2) {
  width: 630px;
  margin: 0.5em 0 0 0;
  position: absolute;
  z-index: 1000;
  text-align: right;
}
section.index ul li a, section.viewSubjects ul li a {
  color: #444;
}
section.index ul#f1, section.viewSubjects ul#f1 {
  background: rgba(0, 165, 46, 0.1);
}
section.index ul#f1 a, section.viewSubjects ul#f1 a {
  color: #00a52e;
}
section.index ul#f2, section.viewSubjects ul#f2 {
  background: rgba(0, 140, 39, 0.1);
}
section.index ul#f2 a, section.viewSubjects ul#f2 a {
  color: #008E29;
}
section.index ul#f5, section.viewSubjects ul#f5 {
  background: rgba(0, 127, 36, 0.1);
}
section.index ul#f5 a, section.viewSubjects ul#f5 a {
  color: rgb(0, 127, 36);
}
section.index ul#f12, section.viewSubjects ul#f12 {
  background: rgba(0, 112, 31, 0.1);
}
section.index ul#f12 a, section.viewSubjects ul#f12 a {
  color: #00701f;
}
section.index ul#f13, section.viewSubjects ul#f13 {
  background: rgba(0, 102, 28, 0.1);
}
section.index ul#f13 a, section.viewSubjects ul#f13 a {
  color: #00661c;
}
section.index ul#f4, section.viewSubjects ul#f4 {
  background: rgba(251, 192, 32, 0.1);
}
section.index ul#f4 a, section.viewSubjects ul#f4 a {
  color: #FBC020;
}
section.index ul#f29, section.viewSubjects ul#f29 {
  background: rgba(224, 169, 29, 0.1);
}
section.index ul#f29 a, section.viewSubjects ul#f29 a {
  color: #e0a91d;
}
section.index ul#f30, section.viewSubjects ul#f30 {
  background: rgba(211, 159, 27, 0.1);
}
section.index ul#f30 a, section.viewSubjects ul#f30 a {
  color: #d39f1b;
}
section.index ul#f31, section.viewSubjects ul#f31 {
  background: rgba(198, 149, 25, 0.1);
}
section.index ul#f31 a, section.viewSubjects ul#f31 a {
  color: #c69519;
}
section.index ul#f32, section.viewSubjects ul#f32 {
  background: rgba(186, 140, 24, 0.1);
}
section.index ul#f32 a, section.viewSubjects ul#f32 a {
  color: #ba8c18;
}
section.index ul#f33, section.viewSubjects ul#f33 {
  background: rgba(173, 130, 22, 0.1);
}
section.index ul#f33 a, section.viewSubjects ul#f33 a {
  color: #ad8216;
}
section.index ul#f34, section.viewSubjects ul#f34 {
  background: rgba(160, 121, 20, 0.1);
}
section.index ul#f34 a, section.viewSubjects ul#f34 a {
  color: #a07914;
}
section.index ul#f17, section.viewSubjects ul#f17 {
  background: rgba(16, 91, 187, 0.1);
}
section.index ul#f17 a, section.viewSubjects ul#f17 a {
  color: #105BBB;
}
section.index ul#f21, section.viewSubjects ul#f21 {
  background: rgba(14, 80, 160, 0.1);
}
section.index ul#f21 a, section.viewSubjects ul#f21 a {
  color: #0e50a0;
}
section.index ul#f16, section.viewSubjects ul#f16 {
  background: rgba(12, 67, 135, 0.1);
}
section.index ul#f16 a, section.viewSubjects ul#f16 a {
  color: #0c4387;
}
section.index ul#f3, section.viewSubjects ul#f3 {
  background: rgba(9, 54, 109, 0.1);
}
section.index ul#f3 a, section.viewSubjects ul#f3 a {
  color: #09366d;
}
section.index ul#f18, section.viewSubjects ul#f18 {
  background: rgba(81, 4, 117, 0.1);
}
section.index ul#f18 a, section.viewSubjects ul#f18 a {
  color: #510475;
}
section.index ul#f6, section.viewSubjects ul#f6 {
  background: rgba(95, 5, 140, 0.1);
}
section.index ul#f6 a, section.viewSubjects ul#f6 a {
  color: #5f058c;
}
section.index ul#f19, section.viewSubjects ul#f19 {
  background: rgba(112, 6, 165, 0.1);
}
section.index ul#f19 a, section.viewSubjects ul#f19 a {
  color: #7006a5;
}
section.index ul#f20, section.viewSubjects ul#f20 {
  background: rgba(130, 7, 191, 0.1);
}
section.index ul#f20 a, section.viewSubjects ul#f20 a {
  color: #8207bf;
}
section.index ul#f35, section.viewSubjects ul#f35 {
  background: rgba(170, 46, 108, 0.1);
}
section.index ul#f35 a, section.viewSubjects ul#f35 a {
  color: #aa2e6c;
}
section.index ul#f27, section.viewSubjects ul#f27 {
  background: rgba(196, 53, 124, 0.1);
}
section.index ul#f27 a, section.viewSubjects ul#f27 a {
  color: #c4357c;
}
section.index ul#f9, section.viewSubjects ul#f9 {
  background: rgba(221, 59, 140, 0.1);
}
section.index ul#f9 a, section.viewSubjects ul#f9 a {
  color: #dd3b8c;
}
section.index ul#f7, section.viewSubjects ul#f7 {
  background: rgba(249, 66, 158, 0.1);
}
section.index ul#f7 a, section.viewSubjects ul#f7 a {
  color: #F9429E;
}
section.index ul#f25, section.viewSubjects ul#f25 {
  background: rgba(255, 109, 182, 0.1);
}
section.index ul#f25 a, section.viewSubjects ul#f25 a {
  color: #ff6db6;
}
section.pms {
  padding: 10px 0 0 0.5em;
  box-shadow: none;
  box-sizing: border-box;
  width: 99%;
}
section.pms h3 {
  color: #373747;
  font-weight: normal;
  font-size: 25px;
  margin-left: 10px;
}
section.pms nav#menuPms {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 0 0.5em;
}
section.pms nav#menuPms a {
  border-radius: 1em;
  text-align: center;
}
section.pms form {
  width: 100%;
}
section.nopadding {
  padding-top: 0;
  box-shadow: none;
  width: 650px;
  margin: 0;
}
section.nopadding fieldset {
  width: 100%;
  box-shadow: 0 0 0.3em #ccc;
  border-radius: 1em;
  margin: 0.5em 0.25em;
}
section.nopadding fieldset section.infldset {
  width: 100%;
  box-shadow: 0 0 0 #fff;
}
section.nopadding fieldset section.infldset fieldset {
  width: 95%;
}
section.nopadding fieldset legend {
  font-family: "Bebas Neue", sans-serif;
  color: #093A4F;
  background: #E8EDEF;
  padding: 0.25em 1em;
  text-align: center;
  border-radius: 1em;
  box-shadow: 0 0 0.3em #aaa;
}
section.nopadding fieldset div {
  margin: 0.1em 0.15em;
}
section.nopadding fieldset span {
  margin: 0.1em 0.15em;
  padding: 0 0.25em;
  display: inline-block;
  width: 190px;
}
section.nopadding fieldset select {
  padding: 0.25em;
  box-shadow: 0 0 0.3em #ccc;
  border: 1px solid #ccc;
}
section.nopadding fieldset select option {
  border: 1px solid #ccc;
}
section.nopadding fieldset input[type=text] {
  padding: 0.25em;
}
section.nopadding fieldset label.conl {
  margin: 0.25em;
}
section.nopadding fieldset input#keywords {
  width: 350px;
}
section.nopadding fieldset input#author {
  width: 220px;
}
section#editform, section#postform {
  max-width: 70%;
  box-sizing: border-box;
  padding: 1%;
}
section#editform input, section#postform input {
  width: 98%;
  margin: 0.25em 0;
  padding: 0.5em;
  border-radius: 5px;
  border: 1px solid #B5BE0F;
}
section#msg {
  text-align: center;
  width: 70%;
  margin: auto;
  border-radius: 5px;
  box-shadow: 0 0 1em #ccc;
}
section#msg h3 {
  font-family: "Bebas Neue", sans-serif;
  color: #B5BE0F;
  font-weight: 100;
  font-size: 3vw;
}
section#msg p {
  text-align: center;
}
section#postreview {
  margin: 1%;
  box-shadow: none;
}
section#postreview h2 {
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  font-size: 1.8em;
  color: #9ba30d;
  margin: 0;
  border-bottom: none;
  font-weight: normal;
}
section#postreview article.blockpost {
  border-top-right-radius: 0;
  box-shadow: none;
  border-left: 1px solid #E8EDEF;
}
section#postreview article.blockpost p {
  margin: 1%;
}
section#quickpost, section#pmsSend {
  box-shadow: 0 0 0 #fff;
  margin: 0;
  padding: 0;
}
section#quickpost form, section#pmsSend form {
  padding-left: 0.5em;
}
section#quickpost form h4, section#pmsSend form h4, section#quickpost form aside h5, section#pmsSend form aside h5, aside section#quickpost form h5, aside section#pmsSend form h5, section#quickpost form aside h6, section#pmsSend form aside h6, aside section#quickpost form h6, aside section#pmsSend form h6 {
  font-family: "Bebas Neue", sans-serif;
  color: #ccc;
  font-size: 1.5em;
  margin: 0.5em 0 0 0em;
  font-weight: 100;
}
section#quickpost form input[type=text], section#pmsSend form input[type=text] {
  width: 98%;
  padding: 1%;
}
section#pmsSend h4, section#pmsSend aside h5, aside section#pmsSend h5, section#pmsSend aside h6, aside section#pmsSend h6 {
  color: #373747 !important;
}
section#pmsSend label {
  color: #1185ab;
  margin: 5px 0;
  font-size: 20px;
}
section#punindex main {
  float: left;
  padding-top: 43px;
}
section#punlogin input[type=text], section#punlogin input[type=password] {
  border: 1px solid #093A4F;
  border-radius: 0.25em;
  padding: 0.25em;
}
section#punlogin div.slidebox {
  margin: 0 0 0 10px;
  vertical-align: center;
}
section#punlogin ul {
  margin-left: 1em;
}
section#punlogin select {
  margin-bottom: 1em;
}
section#punlogin fieldset input {
  margin-bottom: 10px;
}
section#punlogin fieldset u {
  display: inline-block;
  margin: 10px 0 0 10px;
  text-decoration: none;
}
section#punmisc h2, section#deletepost h2 {
  margin: 0;
}
section#punmisc form, section#deletepost form {
  padding-left: 1em;
  width: 96%;
}
section#punmisc form input, section#deletepost form input {
  margin: 0.25em;
}
section#punmisc article, section#deletepost article {
  width: 650px;
}
section#punmisc article p, section#deletepost article p {
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}
section#punmisc article p img, section#deletepost article p img {
  max-width: 90%;
  height: auto !important;
}
section#punmisc article h3, section#deletepost article h3 {
  background: #093A4F;
  color: #E8EDEF;
}
section#punmisc section#rules, section#deletepost section#rules {
  padding: 0.25em 1em;
}
section#punmisc section#rules article, section#deletepost section#rules article {
  padding: 0 1em !important;
}
section#punmisc section#rules span, section#deletepost section#rules span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5em;
  color: #ccc;
}
section#punmisc section#rules ul, section#deletepost section#rules ul {
  margin-left: 2em;
}
section#punmisc section#rules ul li, section#deletepost section#rules ul li {
  margin: 1em 0;
}
section#punprofile {
  box-shadow: none;
  margin-left: 1%;
  width: 100%;
}
section#punprofile h2 {
  border-bottom: none;
  margin: 5px 0;
}
section#punprofile nav#profile {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 99%;
  border-top: 1px solid #B5BE0F;
  border-bottom: 1px solid #B5BE0F;
  padding: 5px 0;
}
section#punprofile nav#profile h3 {
  font-weight: 100;
  color: #1185ab;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}
section#punprofile nav#profile a {
  font-family: "Oswald", sans-serif;
  background: #1185ab;
  color: #fefefe;
  padding: 0.25em 1em;
  border: none;
  cursor: pointer;
  transition: background 0.5s;
  border-radius: 3px;
  text-decoration: none;
}
section#punprofile nav#profile a:hover {
  background: #9ba30d;
}
section#punprofile section.blockform, section#punprofile section#rules {
  float: left;
}
section#punprofile section.inform {
  margin: 0;
  box-shadow: none;
}
section#punprofile fieldset {
  width: 97%;
  box-shadow: 0 0 0.3em #ccc;
  border-radius: 1em;
  margin: 1em 0;
}
section#punprofile fieldset section.infldset {
  width: 100%;
  box-shadow: 0 0 0 #fff;
  padding-top: 0;
}
section#punprofile fieldset section.infldset fieldset {
  width: 95%;
}
section#punprofile fieldset section.infldset input {
  width: 100%;
  border-radius: 1em;
  border: 1px solid #B5BE0F;
  box-shadow: 0 0 1em lightgray;
  padding: 0.5em 1em;
  box-sizing: border-box;
}
section#punprofile fieldset legend {
  font-family: "Bebas Neue", sans-serif;
  color: #B5BE0F;
  background: white;
  padding: 0.25em 1em;
  text-align: center;
  border-radius: 1em;
  box-shadow: 0 0 0.3em #aaa;
}
section#punprofile fieldset div {
  margin: 0.1em 0.15em;
}
section#punprofile fieldset select {
  padding: 0.25em;
  box-shadow: 0 0 0.3em #ccc;
  border: 1px solid #ccc;
}
section#punprofile fieldset select option {
  border: 1px solid #ccc;
}
section#punprofile fieldset input[type=text] {
  padding: 0.25em;
}
section#punprofile fieldset label.conl {
  margin: 0.25em;
}
section#punprofile fieldset input#keywords {
  width: 350px;
}
section#punprofile fieldset input#author {
  width: 220px;
}
section#punprofile aside {
  display: block;
  float: right;
  width: 300px;
  padding-top: 0.75em;
}
section#punprofile aside h3 {
  font-family: "Bebas Neue", sans-serif;
  color: #ccc;
  font-size: 2em;
  margin: 0;
  padding: 0 0.15em;
  font-weight: 100;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
section#punprofile aside a {
  display: block;
  text-align: center;
  background: #B5BE0F;
  color: white;
  margin: 0.25em;
  padding: 0.25em;
}
section#punprofile h4, section#punprofile aside h5, aside section#punprofile h5, section#punprofile aside h6, aside section#punprofile h6 {
  font-family: "Bebas Neue", sans-serif;
  color: #ccc;
  font-size: 2em;
  margin: 0;
  padding: 0 0.15em;
}
section#punprofile form#profile2, section#punprofile form#profile3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
section#punprofile form#profile2 label, section#punprofile form#profile3 label {
  width: 100%;
  display: inline-block;
  text-align: right;
  padding-right: 1em;
}
section#punprofile form#profile2 input, section#punprofile form#profile3 input {
  width: 60%;
  margin: 5px;
}
section#punpms_send footer#forumFooter {
  margin-left: -0.5em;
}
section#register {
  padding: 1%;
  box-shadow: 0 0 0 white;
  width: 98%;
}
section#register h2 {
  color: #B5BE0F;
  text-align: center;
  background: rgba(187, 195, 31, 0.1);
  border-radius: 1vw;
}
section#register h3 {
  color: #B5BE0F;
  font-size: 3vw;
  border-bottom: 1px solid #B5BE0F;
}
section#register form label {
  padding-bottom: 1vw;
  display: block;
}
section#register form label strong {
  margin: 0 1%;
}
section#register form input[type=text] {
  width: 98%;
  margin: 0 0 0 1%;
  padding: 0.5em;
  border-radius: 1vw;
  border: 1px solid #B5BE0F;
}
section#register form input[type=radio] {
  vertical-align: middle;
  margin-right: 2vw;
}
section#register form input[type=checkbox] {
  vertical-align: middle;
  margin: 0 2vw 0 1.2%;
  width: 22px;
  height: 22px;
}
section#punsearch aside {
  margin-top: -35px;
}
section#punviewtopic h2 {
  margin: 100px 0 0 5px;
}
section#punviewtopic h2 a {
  color: #B5BE0F;
}
section#punviewtopic h3#topicTitle {
  font-family: "Bebas Neue", sans-serif;
  color: #B5BE0F;
  font-size: 1.5em;
  font-weight: 100;
  margin: 0 5px;
}
section#punviewtopic nav.linkst {
  margin-top: -35px;
}
section#rules {
  padding: 1em;
}
section#searchform {
  width: 90%;
  box-shadow: 0 0 0 #fff;
  margin: auto;
}
section#searchform fieldset {
  width: 100%;
  box-shadow: 0 0 0.3em #ccc;
  border-radius: 1em;
  margin: 0.5em 0.25em;
}
section#searchform fieldset section.infldset {
  width: 100%;
  box-shadow: 0 0 0 #fff;
  display: flex;
  flex-wrap: wrap;
}
section#searchform fieldset section.infldset fieldset {
  width: 30%;
}
section#searchform fieldset legend {
  font-family: "Bebas Neue", sans-serif;
  color: #093A4F;
  background: #E8EDEF;
  padding: 0.25em 1em;
  text-align: center;
  border-radius: 1em;
  box-shadow: 0 0 0.3em #aaa;
}
section#searchform fieldset div {
  margin: 0.1em 0.15em;
}
section#searchform fieldset span {
  margin: 0.1em 0.15em;
  padding: 0 0.25em;
  display: inline-block;
  width: 190px;
}
section#searchform fieldset select {
  padding: 5px 10px;
  box-shadow: 0 0 0.3em #ccc;
  border: 1px solid #ccc;
}
section#searchform fieldset select option {
  border: 1px solid #ccc;
}
section#searchform fieldset input[type=text] {
  padding: 0.25em;
}
section#searchform fieldset label.conl {
  margin: 0.5em;
  color: #1185ab;
}
section#searchform fieldset input#keywords {
  width: 350px;
}
section#searchform fieldset input#author {
  width: 220px;
}
section#stats {
  background: #11151C;
  color: #E8EDEF;
  padding: 0 10px;
  width: calc(100% - 350px);
  clear: both;
}
section#stats strong {
  color: #B5BE0F;
  font-weight: normal;
}
section#stats dl dt {
  color: #B5BE0F;
}
section#stats dl#onlinelist {
  padding-top: 0.5em;
}
section#stats dl#onlinelist dd {
  display: inline;
  margin: 0;
  padding: 0;
}
section#stats dl dd {
  margin: 0 0 0 0;
}
section#stats dl dd a {
  color: #E8EDEF;
}
section#stats a {
  color: #E8EDEF;
  transition: color 0.5s ease-in;
}
section#stats a:hover {
  color: #E8EDEF;
}
section#vf {
  margin: 5px 0 0 0;
  padding: 0;
  box-shadow: 0 0 0 #fff;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: calc(100% - 310px);
}
section#vf article.search {
  margin: 5px 0;
  border-radius: 0.5em;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 99%;
  padding: 0;
  overflow: hidden;
  background: #BEDDE8;
}
section#vf article.search h3 {
  width: 100%;
  padding: 1%;
  display: flex;
  justify-content: space-between;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  margin: 0;
  background: rgba(17, 133, 171, 0.6);
}
section#vf article.search h3 a {
  color: white;
  text-decoration: none;
  transition: all 0.5s;
  letter-spacing: 1px;
}
section#vf article.search h3 a:hover {
  text-shadow: 0px 1px 0px #bbb, 0px 2px 0px #aaa, 0px 3px 0px #999, 0px 8px 7px #373747;
}
section#vf article.search address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background: rgba(17, 133, 171, 0.4);
  color: white;
  padding: 0.5% 1%;
  box-shadow: 0 2px 2px #777;
  border-bottom: 1px solid #E8EDEF;
}
section#vf article.search h4, section#vf article.search aside h5, aside section#vf article.search h5, section#vf article.search aside h6, aside section#vf article.search h6 {
  width: 45%;
  margin: 1% 0 0 0;
  padding: 0.5% 1%;
  font-weight: normal;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4em;
}
section#vf article.search h4 a, section#vf article.search aside h5 a, aside section#vf article.search h5 a, section#vf article.search aside h6 a, aside section#vf article.search h6 a {
  text-decoration: none;
  color: #093A4F;
}
section#vf article.search p {
  margin: 0.5% 0 0 0;
  padding: 0.5% 1%;
  width: 45%;
  text-align: right;
}
section#vf article.search p a {
  color: #093A4F;
}
section#vf article.BGred {
  background: rgba(255, 109, 182, 0.1);
}
section#vf article.BGorange {
  background: rgba(216, 107, 0, 0.1);
}
section#vf article.BGgray {
  background: rgba(100, 120, 140, 0.2);
}
section#vf article.BGgray h3 {
  background: rgba(100, 120, 140, 0.6) !important;
}
section#vf article.BGgray address {
  background: rgba(100, 120, 140, 0.4) !important;
  border-bottom: 1px solid #dddddd;
}
section#vf article.BGgray > span {
  background: rgba(100, 120, 140, 0.3) !important;
}
section#vf aside {
  float: right;
  margin-left: 15px;
  margin-top: -100px;
}
section.viewSubjects {
  width: calc(100% - 310px);
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
section.viewSubjects article.search {
  margin: 1%;
  border-radius: 0.5em;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 99%;
  padding: 0;
  overflow: hidden;
  background: #BEDDE8;
}
section.viewSubjects article.search h3 {
  width: 100%;
  padding: 1%;
  display: flex;
  justify-content: space-between;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  margin: 0;
  background: rgba(17, 133, 171, 0.6);
}
section.viewSubjects article.search h3 a {
  color: white;
  text-decoration: none;
  transition: all 0.5s;
  letter-spacing: 1px;
}
section.viewSubjects article.search h3 a:hover {
  text-shadow: 0px 1px 0px #bbb, 0px 2px 0px #aaa, 0px 3px 0px #999, 0px 8px 7px #373747;
}
section.viewSubjects article.search address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background: rgba(17, 133, 171, 0.4);
  color: white;
  padding: 0.5% 1%;
  box-shadow: 0 2px 2px #777;
  border-bottom: 1px solid #E8EDEF;
}
section.viewSubjects article.search h4, section.viewSubjects article.search aside h5, aside section.viewSubjects article.search h5, section.viewSubjects article.search aside h6, aside section.viewSubjects article.search h6 {
  width: 45%;
  margin: 1% 0 0 0;
  padding: 0.5% 1%;
  font-weight: normal;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4em;
}
section.viewSubjects article.search h4 a, section.viewSubjects article.search aside h5 a, aside section.viewSubjects article.search h5 a, section.viewSubjects article.search aside h6 a, aside section.viewSubjects article.search h6 a {
  text-decoration: none;
  color: #093A4F;
}
section.viewSubjects article.search p {
  margin: 0.5% 0 0 0;
  padding: 0.5% 1%;
  width: 45%;
  text-align: right;
}
section.viewSubjects article.search p a {
  color: #093A4F;
}
section.viewSubjects article.BGred {
  background: rgba(187, 0, 0, 0.3);
}
section.viewSubjects article.BGred h3 {
  background: rgba(187, 0, 0, 0.8) !important;
}
section.viewSubjects article.BGred address {
  background: rgba(187, 0, 0, 0.6) !important;
  border-bottom: 1px solid #ffccff;
}
section.viewSubjects article.BGred > span {
  background: rgba(187, 0, 0, 0.3) !important;
}
section.viewSubjects article.BGorange {
  background: rgba(216, 107, 0, 0.3);
}
section.viewSubjects article.BGorange h3 {
  background: rgba(216, 107, 0, 0.6) !important;
}
section.viewSubjects article.BGorange address {
  background: rgba(216, 107, 0, 0.4) !important;
  border-bottom: 1px solid #dddddd;
}
section.viewSubjects article.BGorange > span {
  background: rgba(216, 107, 0, 0.3) !important;
}
section.viewSubjects article.BGgreen {
  background: rgba(17, 133, 171, 0.2);
}
section.viewSubjects article.BGgreen h3 {
  background: rgba(17, 133, 171, 0.6) !important;
}
section.viewSubjects article.BGgreen address {
  background: rgba(17, 133, 171, 0.4) !important;
  border-bottom: 1px solid #dddddd;
}
section.viewSubjects article.BGgreen > span {
  background: rgba(17, 133, 171, 0.3) !important;
}
section.viewSubjects article.BGgray {
  background: rgba(100, 120, 140, 0.2);
}
section.viewSubjects article.BGgray h3 {
  background: rgba(100, 120, 140, 0.6) !important;
}
section.viewSubjects article.BGgray address {
  background: rgba(100, 120, 140, 0.4) !important;
  border-bottom: 1px solid #dddddd;
}
section.viewSubjects article.BGgray > span {
  background: rgba(100, 120, 140, 0.3) !important;
}
section.viewTopics {
  box-shadow: 0 0 0 #fff;
  padding-top: 0;
  width: 70%;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  line-height: 1.5em;
}
section.viewTopics > h3 {
  margin: 0 0 10px 10px;
  font-weight: normal;
  color: #B5BE0F;
  font-size: 1.6em;
  line-height: 1.1em;
}
section.searchUser {
  width: 98%;
}
section.searchUser p {
  padding: 1%;
}
section.blocktable {
  width: 100%;
  box-shadow: none;
}
section.blocktable table {
  width: 90%;
  margin: auto;
  border: 1px solid #E8EDEF;
  border-collapse: collapse;
}
section.blocktable table * {
  font-weight: 100;
  padding: 5px;
  box-sizing: border-box;
}
section.blocktable table tbody tr:nth-of-type(even) {
  background: #E8EDEF;
}
section.blocktable table tbody tr:hover {
  background: #F0B9DF;
}
section.blocktable table tbody tr td:last-child {
  text-align: center;
}
section.blocktable table tbody tr td:nth-child(2) {
  text-align: right;
}
section.blocktable table tbody tr td:nth-child(3) {
  text-align: right;
}
section.blocktable table thead tr {
  background: #373747;
  color: #E8EDEF;
}
section.blocktable table th, section.blocktable section#users1 table td, section#users1 section.blocktable table td {
  border: 1px solid #999;
}
section.blocktable table td {
  border: 1px solid #999;
}
section.blocktable table td a {
  color: #1185ab;
  text-decoration: none;
}
section#pundelete section {
  box-shadow: none;
  text-align: center;
}
section#pundelete section h3 {
  font-family: "Bebas Neue", sans-serif;
  color: #B5BE0F;
  font-size: 1.5em;
  font-weight: 100;
}
section#pundelete section p {
  width: 100%;
  text-align: center;
}
section#pundelete section article {
  text-align: left;
}
section#pundelete section article h3 {
  color: white;
  font-size: 1em;
}
section#users1 {
  margin: 0 auto;
  box-shadow: none;
}
section#users1 table {
  margin-top: 0.25em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
section#users1 table th, section#users1 table td {
  border-radius: 1em;
  padding: 5px 1em;
  font-weight: normal;
  background: #9ba30d;
  color: white;
}
section#users1 table td {
  background: #E8EDEF;
  color: #11151C;
  text-align: center;
  padding: 5px 1em;
}
section#users1 table td a {
  color: #9ba30d;
}
section#poll form {
  width: 70%;
  margin: auto;
}
section#poll form input[type=text] {
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  width: 80%;
  border: 1px solid #1185ab;
}
section#poll form input[type=checkbox] {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  vertical-align: middle;
}
section#login {
  width: 600px;
  margin: auto;
}
section#login form fieldset {
  padding: 1%;
  border-color: #B5BE0F;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section#login form fieldset legend {
  font-family: "Bebas Neue", sans-serif;
  color: #093A4F;
  background: #E8EDEF;
  padding: 0.5em 1em 0.25em 1em;
  text-align: center;
  border-radius: 1em;
  box-shadow: 0 0 0.3em #aaa;
  font-weight: 100;
}
section#login form fieldset > label {
  width: 25%;
}
section#login form fieldset input {
  width: 70%;
  font-size: 1.2em;
  padding: 0.25em 1%;
  box-sizing: border-box;
  margin: 5px 0;
}
section#login form fieldset div {
  margin: 1em 0.5em 1em 0;
}
section#postrevision {
  margin: 5px auto;
  padding: 10px;
  box-shadow: 0 0 1em #ccc;
  border-radius: 5px;
  text-align: center;
}
section.blockpost article figure img {
  width: 100%;
}

div#redirect section {
  box-shadow: none !important;
  text-align: center;
  width: 100%;
}
div#redirect section h3 {
  font-family: "Bebas Neue", sans-serif;
  color: #B5BE0F;
  font-size: 1.5em;
  font-weight: 100;
}
div#redirect section p {
  width: 100%;
  text-align: center;
}
div#redirect section p a {
  text-decoration: none;
  color: #CFD566;
  padding: 0.5em 1em;
  border-radius: 3em;
  background: #373747;
  display: block;
  width: 60%;
  margin: auto;
}
div.container h1 nav.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  font-size: 18px;
}
div.container h1 nav.pagination > * {
  margin: 3px;
}
div.container h1 nav.pagination > a {
  min-width: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #B5BE0F;
  color: #B5BE0F;
  border-radius: 2px;
  background: #fefefe;
  text-decoration: none;
}
div.container h1 nav.pagination > i {
  color: #B5BE0F;
}
div.container h1 nav.pagination strong {
  min-width: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  color: white !important;
  background: #B5BE0F;
  border-radius: 2px;
}
div.viewforum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
div.viewforum aside {
  width: 300px;
  max-height: 300px;
}
div.viewforum main {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 100% !important;
}
div.viewforum main figure {
  width: 240px;
  height: 163px;
  overflow: hidden;
  box-shadow: 0 0 5px #333;
  margin: 10px 5px;
  border: 3px solid white;
  color: white;
  transition: all 0.5s;
  position: relative;
}
div.viewforum main figure img {
  filter: brightness(40%);
  transition: all 0.5s;
}
div.viewforum main figure:hover {
  box-shadow: 3px 3px 10px #666;
}
div.viewforum main figure:hover img {
  filter: brightness(75%);
}
div.viewforum main figure figcaption {
  position: absolute;
  top: 5px;
  height: 163px;
  padding: 0;
}
div.viewforum main figure figcaption h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  margin: 0 0 10px 5px;
  text-shadow: 0 0 5px black;
}
div.viewforum main figure figcaption h2 a {
  font-weight: normal;
  color: white;
  text-shadow: 0 0 5px black;
  text-decoration: none;
  transition: all 0.5s;
}
div.viewforum main figure figcaption h2 a:hover {
  color: #F0B9DF;
  text-shadow: 1px 1px 3px black;
}
div.viewforum main figure figcaption p {
  margin: 0;
  padding: 0;
  width: 230px;
  text-align: right;
}
div.viewforum main figure figcaption p:last-of-type {
  text-align: left;
  color: #B5BE0F;
  margin-top: 5px;
  margin-left: 5px;
}
div.viewforum main figure figcaption p:last-of-type a {
  color: white;
  text-decoration: none;
  transition: all 0.5s;
}
div.viewforum main figure figcaption p:last-of-type a:hover {
  color: #F0B9DF;
  text-shadow: 1px 1px 3px black;
}
div.viewforum section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  box-shadow: none !important;
}
div.viewforum section figure {
  width: 240px;
  height: 163px;
  overflow: hidden;
  box-shadow: 0 0 5px gray;
  margin: 10px 5px;
  border: 2px solid lightGray;
  color: white;
}
div.viewforum section figure img {
  filter: brightness(40%);
  transition: all 0.5s;
}
div.viewforum section figure:hover img {
  filter: brightness(75%);
}
div.viewforum section figure figcaption {
  position: absolute;
  height: 163px;
  margin: -158px 5px;
  padding: 0;
}
div.viewforum section figure figcaption h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  margin: 0 0 10px 5px;
  text-shadow: 0 0 5px black;
}
div.viewforum section figure figcaption h2 a {
  font-weight: normal;
  color: white;
  text-shadow: 0 0 5px black;
  text-decoration: none;
  transition: all 0.5s;
}
div.viewforum section figure figcaption h2 a:hover {
  color: #F0B9DF;
  text-shadow: 1px 1px 3px black;
}
div.viewforum section figure figcaption p {
  margin: 0;
  padding: 0;
  width: 230px;
  text-align: right;
}
div.viewforum section figure figcaption p:last-of-type {
  text-align: left;
  color: #B5BE0F;
  margin-top: 20px;
}
div.viewforum section figure figcaption p:last-of-type a {
  color: white;
  text-decoration: none;
  transition: all 0.5s;
}
div.viewforum section figure figcaption p:last-of-type a:hover {
  color: #F0B9DF;
  text-shadow: 1px 1px 3px black;
}

iframe.videodetector {
  width: 50%;
  min-height: 28.125%;
  border: 2px solid white;
  box-shadow: 0 0 1em #888;
}

article.listPms {
  background: rgba(17, 133, 171, 0.5);
  color: white;
  border: 1px solid #E8EDEF;
  border-radius: 3px;
  box-shadow: 0 0 1em #aaa;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 1%;
  max-width: 97%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
article.listPms h3 {
  background: rgba(17, 133, 171, 0.7);
  border-bottom: 1px solid white;
  box-shadow: 0 2px 5px #999;
  width: 100%;
  margin: 0;
  padding: 5px;
  order: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.listPms h3 a {
  color: white;
  text-decoration-thickness: 1px;
}
article.listPms input {
  order: 2;
}
article.listPms address {
  order: 3;
  width: 50%;
  color: #373747;
  padding: 0 1%;
  box-sizing: border-box;
}
article.listPms address a {
  color: #093A4F;
}
article.listPms p {
  order: 4;
  color: #093A4F;
  padding: 0 1%;
  box-sizing: border-box;
}
article.listPms p a {
  color: #093A4F;
}

article#announce {
  width: 100% !important;
}
article#announce p {
  margin-left: 1em;
}

#banner {
  margin-left: 0;
  flex: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  max-height: 90px;
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
}
#banner a {
  width: 150px;
  margin: 3px 2%;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  display: block;
  align-items: center;
  border-radius: 5px;
  background: #9ba30d;
  color: white;
  transition: all 0.5s;
}
#banner a:nth-of-type(1n+4) {
  width: 40px;
  height: 40px;
  font-size: 25px;
}
#banner a:nth-of-type(2) {
  background: #C4302b;
}
#banner a:nth-of-type(4) {
  background: #3b5998;
}
#banner a:nth-of-type(5) {
  background: #00acee;
}
#banner a:nth-of-type(6) {
  background: #c13584;
}
#banner a:nth-of-type(7) {
  background: #0e76a8;
}
#banner a:nth-of-type(3) {
  background: #3e3e3e;
}
#banner div {
  min-width: 728px;
  min-height: 90px;
  display: block;
  overflow: hidden;
}

section.blockpost, article.blockpost {
  border-radius: 5px;
  margin-bottom: 0.5em;
  border: 1px solid #ffffff;
  border-left: none;
  box-shadow: 0 0 10px #bbb;
  overflow: hidden;
  padding-top: 0;
  margin-left: 10px;
}
section.blockpost h3, article.blockpost h3 {
  height: 24px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  background: #1185ab;
  color: white;
  margin: 0;
  padding: 2px 3% 2px 1%;
  font-weight: 100;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
section.blockpost h3 var, article.blockpost h3 var {
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
}
section.blockpost h3 time, article.blockpost h3 time {
  font-style: normal;
  font-weight: 100;
}
section.blockpost nav, article.blockpost nav {
  margin: 1em;
}
section.blockpost nav.user, article.blockpost nav.user {
  width: 100%;
  margin: 0;
  padding: 3px 1%;
  box-sizing: border-box;
  list-style: none;
  clear: both;
  background: #11151C;
  color: #E8EDEF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.blockpost nav.user a, article.blockpost nav.user a {
  color: #E8EDEF;
  font-size: 1.3em;
  transition: color 0.5s;
  text-decoration: none;
}
section.blockpost nav.user a.green, article.blockpost nav.user a.green {
  color: #CFD566;
}
section.blockpost nav.user a:hover, article.blockpost nav.user a:hover {
  color: #F0B9DF;
}
section.blockpost blockquote, article.blockpost blockquote {
  box-shadow: 0 0 20px #ccc;
  border: 1px solid #ccc;
  padding: 0 0.5em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}
section.blockpost blockquote img, article.blockpost blockquote img {
  max-width: 90%;
}
section.blockpost blockquote cite, article.blockpost blockquote cite {
  line-height: 2em;
  font-weight: bold;
  color: #093A4F;
}
section.blockpost footer, article.blockpost footer {
  text-align: right;
  width: 99.6%;
}
section.blockpost footer a, article.blockpost footer a {
  color: #E8EDEF;
  font-size: 1.5em;
  margin: 0 -2px;
  padding: 0.25em 0;
  width: 1.8em;
  text-align: center;
  display: inline-block;
  transition: background 0.5s;
  background: #555;
}
section.blockpost footer a.redBg, article.blockpost footer a.redBg {
  background: #BA1309;
}
section.blockpost footer a.redBg:hover, article.blockpost footer a.redBg:hover {
  background: #7C0D06;
}
section.blockpost footer a.orangeBg, article.blockpost footer a.orangeBg {
  background: #AF3800;
}
section.blockpost footer a.orangeBg:hover, article.blockpost footer a.orangeBg:hover {
  background: #702400;
}
section.blockpost footer a.greyBg, article.blockpost footer a.greyBg {
  background: #4b545a;
}
section.blockpost footer a.greenBg, article.blockpost footer a.greenBg {
  background: #B5BE0F;
}
section.blockpost footer a.greenBg:hover, article.blockpost footer a.greenBg:hover {
  background: #636809;
}
section.blockpost footer a:hover, article.blockpost footer a:hover {
  background: #444;
}
section.blockpost article, article.blockpost article {
  padding: 1%;
}
section.blockpost article h2, article.blockpost article h2 {
  font-size: 1.4em;
  margin: 1em 0 0 0;
}
section.blockpost article p, article.blockpost article p {
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}
section.blockpost article p i, article.blockpost article p i {
  font-family: "Oswald", sans-serif !important;
  font-style: italic;
}
section.blockpost article p img, article.blockpost article p img {
  max-width: 100%;
  height: auto !important;
}
section.blockpost article footer, article.blockpost article footer {
  width: 97%;
  margin: 1%;
  border-top: 1px solid #ddd;
  text-align: left;
  color: #093A4F;
  font-size: 0.9em;
}
section.blockpost article footer a, article.blockpost article footer a {
  width: initial;
  background: none;
  color: #11151C;
  transition: all 0.5s;
  font-size: 1.1em;
}
section.blockpost article footer a:hover, article.blockpost article footer a:hover {
  text-shadow: 2px 2px 5px #373747;
  background: none;
}
section.blockpost.poll fieldset, article.blockpost.poll fieldset {
  border-radius: 1em;
  margin: 0.5em;
  padding: 20px 5px 0 5px;
  box-shadow: 0 3px 9px #ccc;
  border: none;
}
section.blockpost.poll fieldset legend, article.blockpost.poll fieldset legend {
  text-align: center;
  padding: 0.5em;
  border-radius: 1em;
  background: #D2DCE9;
  box-shadow: 0 3px 7px #bbb;
}
section.blockpost.poll fieldset table, article.blockpost.poll fieldset table {
  width: 100%;
}
section.blockpost.poll fieldset label, article.blockpost.poll fieldset label {
  display: block;
  padding: 3px 0 2px 0;
  border-bottom: 1px solid #ddd;
}
section.blockpost.poll p, article.blockpost.poll p {
  text-align: center;
  font-size: 1.2em;
  padding: 10px 0 0 0;
  font-family: bebas-neue;
  color: rgb(17, 133, 171);
}

.searchUser h3 a {
  color: #E8EDEF;
}
.searchUser ul.goTo li:first-child {
  float: left;
}
.searchUser ul.goTo li:last-child {
  width: 50%;
}

a.isactive {
  color: #E8EDEF;
  background: #093A4F;
}

/* Checkbox slider */
input[type=radio] {
  width: 22px;
  height: 22px;
  margin: 0 1px 0 10px;
  vertical-align: middle;
}

footer#forumFooter {
  clear: both;
  background: #11151C;
  color: #E8EDEF;
  width: calc(100% - 330px);
  padding: 0 10px;
  box-sizing: border-box;
}
footer#forumFooter form#qjump {
  float: left;
  margin: 1em 0 0 0;
}
footer#forumFooter form#qjump label {
  color: #B5BE0F;
}
footer#forumFooter form#qjump select {
  padding: 0.25em;
}
footer#forumFooter form#qjump button {
  padding: 0.25em;
  background: #E8EDEF;
  color: #11151C;
  border: 1px solid #E8EDEF;
  padding: 0.25em 1.5em 0.25em 1em;
  border-top-right-radius: 10em;
  border-bottom-right-radius: 10em;
  transition: background 0.5s ease-in;
}
footer#forumFooter form#qjump button:hover {
  cursor: pointer;
  background: #093A4F;
}
footer#forumFooter a {
  color: #E8EDEF;
  transition: color 0.5s ease-in;
}
footer#forumFooter a:hover {
  color: #E8EDEF;
}
footer#forumFooter p#feedlinks {
  float: right;
}
footer#forumFooter dl {
  padding-top: 5px;
}
footer#forumFooter dl dt {
  font-weight: 100;
}
footer#forumFooter dl dd {
  margin: 0 0 0 0;
}
footer.infldset {
  width: 29%;
  /*	box-shadow: 0 0 5px #aaa;
  	border: 1px solid #fff;
  	border-top-right-radius: 1em;*/
  padding: 100px 0 0 0;
  margin-bottom: 0.5em;
}
footer.infldset p {
  display: inline-block;
  font-size: 1em;
  padding: 0 0 0 0.2em;
}

@media only screen and (max-width: 990px) {
  #taboola-below-other-thumbnails {
    width: 100%;
    margin: 0 10px;
  }
  article {
    width: 99%;
  }
  article blockquote {
    margin: 5px;
  }
  article p img {
    max-width: 90%;
  }
  header#forumNav {
    margin-top: 0px;
    left: 0;
    width: 98vw;
    padding-right: 2vw;
  }
  header#forumNav nav a {
    color: #E8EDEF;
    padding: 0.25em 1.5vw;
  }
  header#forumNav nav a > i {
    color: #E8EDEF;
    display: block;
    font-size: 1.7em;
  }
  header#forumNav nav a > span {
    display: none;
  }
  .container {
    width: 100%;
    padding-top: 0;
  }
  .container aside {
    width: 98%;
    padding: 1%;
  }
  footer#forumFooter {
    clear: both;
    width: 100%;
  }
  section {
    padding-top: 35px;
  }
  section.viewTopics {
    width: 100%;
  }
  section.viewSubjects ul {
    width: 97%;
  }
  section.viewSubjects ul li:nth-child(4) {
    width: 90vw;
  }
  section.viewSubjects article {
    width: 100% !important;
  }
  section.blockpost, section article.blockpost {
    border-top-right-radius: 2vw;
    width: 97%;
    margin-bottom: 0.5em;
  }
  section.blockpost h3, section article.blockpost h3 {
    height: 1.2em;
    width: 100%;
    margin: 0;
    padding: 2px 3% 2px 1%;
    box-sizing: border-box;
  }
  section.blockpost p, section article.blockpost p {
    -webkit-hyphens: auto;
            hyphens: auto;
    word-wrap: break-word;
  }
  section.blockpost p img, section article.blockpost p img {
    max-width: 90%;
  }
  section.blockpost ul.user, section article.blockpost ul.user {
    width: 100%;
    margin: 0;
    padding: 3px 1%;
    box-sizing: border-box;
  }
  section.blockpost ul.user li:nth-of-type(2), section article.blockpost ul.user li:nth-of-type(2) {
    display: none;
  }
  section.blockpost ul.user li a, section article.blockpost ul.user li a {
    color: #E8EDEF;
    font-size: 1.3em;
    transition: color 0.5s;
  }
  section.blockpost footer, section article.blockpost footer {
    width: 99.6%;
  }
  section.blockpost footer a, section article.blockpost footer a {
    font-size: 1.5em;
    margin: 0 -2px;
    padding: 0.25em 0;
    width: 1.8em;
    text-decoration: none;
  }
  section.blockpost article footer, section article.blockpost article footer {
    width: 97%;
    margin: 1%;
  }
  section#searchform fieldset {
    width: 92%;
  }
  section#searchform fieldset input#keywords {
    width: 85vw;
  }
  section#searchform fieldset input#author {
    width: 85vw;
  }
  section#searchform fieldset section.infldset {
    width: 95%;
  }
  section#searchform fieldset section.infldset fieldset {
    width: 92%;
  }
  section#punprofile {
    width: 100vw;
  }
  section#punprofile aside {
    width: 98vw;
  }
  section#punprofile section.blockform, section#punprofile section#rules {
    margin-top: 0;
  }
  section#punprofile fieldset {
    width: 91vw;
  }
  section#punprofile fieldset input[type=text] {
    width: 90vw;
  }
  section#punprofile fieldset .buttons {
    display: block;
    text-align: center;
  }
  section#punprofile fieldset select {
    width: 90vw;
  }
  section#punprofile fieldset textarea {
    width: 90vw;
  }
  section#stats {
    width: 100%;
  }
  section aside {
    width: 30vw;
  }
  section#searchform, section.blockform, section#rules, section#editform, section#postform, footer.infldset {
    width: 98%;
  }
  section#punmisc article, section#deletepost article {
    width: 98%;
  }
  section#vf {
    width: 99vw;
  }
  section#vf h2 {
    width: 99vw;
  }
  section#vf ul.search {
    margin: 0.25em;
    border-radius: 2vw;
    width: 86.5%;
  }
  section#vf ul.search li {
    margin-left: 0;
    padding: 0;
    left: -1em;
  }
  section#vf ul.search li i {
    font-size: 7vw;
  }
  section#vf ul.search li:nth-child(2) {
    padding-right: 0;
    width: 87vw;
    font-size: 3.5vw;
  }
  section#vf ul.search li:nth-child(2) span.pagestext {
    font-size: 0.8em;
  }
  section#vf ul.search li:nth-child(3) {
    font-size: 4vw;
  }
  section#vf ul.search li:nth-child(3) cite {
    float: left;
  }
  section#vf ul.search li:nth-child(3) cite a {
    color: #093A4F;
  }
  section#vf ul.search li:nth-child(4) {
    font-size: 4vw;
  }
  section#vf ul.search li:nth-child(5) {
    font-size: 3.5vw;
    padding-right: 0;
    width: 87vw;
  }
  section#vf ul.search li:nth-child(6) {
    float: right;
    font-size: 3vw;
    width: 87vw;
    padding-right: 0;
  }
  .searchUser h3 a {
    font-size: 2.5vw;
    color: #E8EDEF;
  }
  .searchUser ul.goTo {
    font-size: 2.5vw;
  }
  div.container header div {
    margin-top: 1em;
  }
  aside h4, aside h5, aside h6 {
    width: 96%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  body, section, article {
    max-width: 99%;
    overflow-x: hidden;
  }
  section h2 {
    margin: 0;
    font-size: 6vw;
  }
  section.index ul, section.viewSubjects ul {
    width: 90vw;
    height: 2em;
    margin: 0.4em 0.5em;
    border-radius: 2vw;
  }
  section.index ul li:first-child, section.viewSubjects ul li:first-child {
    font-size: 2em;
    margin: -0.5em 0 0 -0.25em;
    transform: rotate(-3deg);
    transition: all 0.75s ease;
  }
  section.index ul li:first-child:hover, section.viewSubjects ul li:first-child:hover {
    /*transform: rotate(0deg);*/
    margin: -0.6em 0 0 0.25em;
  }
  section.index ul li:nth-child(2), section.viewSubjects ul li:nth-child(2) {
    width: 88vw;
    font-size: 0.9em;
    margin: 0.25em 0 0 0;
    position: absolute;
    z-index: 1000;
    text-align: right;
  }
  section.index ul li:nth-child(2) span, section.viewSubjects ul li:nth-child(2) span {
    display: none;
  }
  section.index ul li a, section.viewSubjects ul li a {
    color: #444;
  }
  section.pms nav#menuPms {
    width: 100%;
  }
  section.pms span {
    margin: 0 1vw 1vw 0;
  }
  section.pms ul .listPms {
    width: 95%;
    height: 3.1em;
    padding: 1%;
    border-radius: 1vw;
  }
  section.pms ul .listPms li:first-child {
    font-size: 5vw;
  }
  section.pms ul .listPms li:nth-child(5) input {
    position: absolute;
    z-index: 20000;
    margin: -2em 0 0 -6%;
  }
  section.viewSubjects {
    margin-top: 0;
    width: 98vw;
  }
  section.viewSubjects ul {
    width: 95%;
    height: 45px;
  }
  section.viewSubjects ul li i {
    position: absolute;
    font-size: 1em;
    margin: -5px 0 0 0;
  }
  section.viewSubjects ul li i:hover {
    margin: -5px 0 0 0;
  }
  section.viewSubjects ul li:nth-child(2) {
    width: 100%;
    text-align: left;
    margin: 0.5em 0 0 25px;
    font-size: 1.25em;
  }
  section.viewSubjects ul li:nth-child(2) span.pagestext {
    color: #093A4F;
    float: right;
    margin-right: 1.3em;
    font-size: 0.8em;
  }
  section.viewSubjects ul li:nth-child(2) span.pagestext a {
    color: #093A4F;
  }
  section.viewSubjects ul li:nth-child(3) {
    width: 100%;
    margin: 30px 0 0 25px;
    font-size: 0.9em;
  }
  section.viewSubjects ul li:nth-child(4) {
    width: 93%;
    margin: 48px 0 0 0;
    font-size: 0.8em;
  }
  section.viewSubjects ul li:nth-child(4) span {
    display: none;
  }
  section.viewSubjects h2 {
    margin: 0 0 10px 5px;
    font-size: 6vw;
  }
  section#vf {
    width: 95vw;
  }
  section#vf h2 {
    margin: 0 0 1px 5px;
    font-size: 8vw;
  }
  section#vf ul.search {
    width: 86vw;
  }
  section#vf ul.search li {
    margin: 0;
    padding: 0;
  }
  section#vf ul.search li:nth-child(2) {
    font-size: 0.8em;
  }
  section#vf ul.search li:nth-child(5) {
    font-size: 0.9em;
    padding-right: 0.5em;
  }
  section#vf ul.search li:nth-child(6) {
    position: relative;
    margin: 0;
    text-align: right;
    padding-right: 0.5em;
  }
  section#punviewtopic h2 {
    margin: 2em 0 0 5px;
  }
  section#punviewtopic h2 a {
    color: #B5BE0F;
  }
  section#punviewtopic h3#topicTitle {
    font-family: "Bebas Neue", sans-serif;
    color: #B5BE0F;
    font-size: 5vw;
    font-weight: 100;
    margin: 0 5px;
  }
  iframe.videodetector {
    width: 98%;
    height: 60vw;
    min-height: 280px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  button, .buttons {
    display: block;
    text-align: center;
  }
  section#punsearch {
    padding-top: 60px;
  }
  section.blockform, section#rules {
    margin: 0 0 0 0;
  }
  section#msg h3 {
    text-align: center;
  }
  section#punviewtopic {
    padding-top: 0;
  }
  section h2 {
    margin: 0 0 -8px 0.25em;
    font-size: 8vw;
  }
  section aside {
    width: 98vw;
    padding-right: 0;
    margin: 0 1vw;
  }
  section #req_email, section #req_username {
    width: 97%;
  }
  section fieldset {
    margin-top: 1em;
    border-radius: 1em;
  }
  section fieldset legend {
    border: 1px solid #ccc;
    border-radius: 31em;
    text-align: center;
    padding: 0.5em;
  }
  section fieldset label {
    width: 100%;
  }
  section fieldset label input {
    width: 97%;
  }
}/*# sourceMappingURL=forum2019.css.map */