@charset "UTF-8";
body {
  background-color: #000000;
  background-image: url(../gfx/noisebackground.jpg);
  background-attachment: fixed;
  font-family: "STIX Two Text", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  margin-top: 0px;
  color: #c3afa5;
}

a {
  color: #b08e7e;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:hover {
  text-decoration: none;
  color: #dcbf9a;
  text-shadow: 0px 0px 30px #fdec6e;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.--special {
  background: none;
  border: none;
  font-family: "FoglihtenNo07 Regular";
  color: #ceb39c !important;
  font-size: 20px;
}
.--special img {
  height: 25px;
  vertical-align: middle;
}

th {
  font-family: "STIX Two Text", serif;
  vertical-align: top;
  text-align: left;
  color: #ceb39c;
  font-size: 15px;
}

ul li {
  list-style-image: url(../gfx/p.png);
}

ul {
  padding-left: 15px;
}


h3 {
  font-family: "FoglihtenNo07 Regular";
  color: #ecb382;
}

h2 {
  font-family: "FoglihtenNo07 Regular";
  font-size: 19px;
}

h5 {
  color: #a37c59;
  font-family: "Almendra", serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  text-align: center;
}

.font_almendra {
  font-family: "Almendra", serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nice_block {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.24) !important;
  border: 1px solid #3c3531;
  margin: 0 auto;
  font-size: 15px;
  color: #c3afa5;
  position: relative;
  min-height: 160px;
}
.nice_block_title {
  font-family: "FoglihtenNo07 Regular";
  font-size: 25px;
  color: #ca9f7b;
  text-align: center;
  padding-top: 25px;
}
.nice_block.--dark-4 {
  background: rgba(0, 0, 0, 0.4) !important;
}
.nice_block.--dark-6 {
  background: rgba(0, 0, 0, 0.6) !important;
}
.nice_block.--dark-8 {
  background: rgba(0, 0, 0, 0.8) !important;
}
.nice_block_content {
  width: 97%;
  z-index: 5;
  padding: 0.6em;
}
.nice_block_content_wrapper {
  padding: 0.3rem;
}
.nice_block_content_wrapper.--cytat {
  text-align: center !important;
  padding-top: 5px !important;
  font-family: "Times New Roman" !important;
  font-size: 16px;
}
.nice_block_content_wrapper.--cytat i {
  color: #c6ac96 !important;
}
.nice_block_content_wrapper.--cytat b {
  color: #8e6746 !important;
}
.nice_block.--header {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
.nice_block .--bottom-left:before {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -3px;
  width: 138px;
  height: 138px;
  background: url(../gfx/bottom-left.png) no-repeat center center;
  z-index: -1;
}
.nice_block .--bottom-right:after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -3px;
  width: 138px;
  height: 138px;
  background: url(../gfx/bottom-right.png) no-repeat center center;
  z-index: -10;
}
.nice_block .--top-left:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -3px;
  width: 138px;
  height: 138px;
  background: url(../gfx/top-left.png) no-repeat center center;
  z-index: -1;
}
.nice_block .--top-right:after {
  content: "";
  position: absolute;
  right: -2px;
  top: -3px;
  width: 138px;
  height: 138px;
  background: url(../gfx/top-right.png) no-repeat center center;
  z-index: -1;
}
.nice_block .--bottom-left-2:before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -8px;
  width: 98px;
  height: 98px;
  background: url(../gfx/bottom-left-2.png) no-repeat center center;
  z-index: 1;
}
.nice_block .--bottom-right-2:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 98px;
  height: 98px;
  background: url(../gfx/bottom-right-2.png) no-repeat center center;
  z-index: 1;
}
.nice_block .--bottom-center-stars:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 100%;
  height: 22px;
  background: url(../gfx/bottom-center-stars.png) no-repeat center center;
  z-index: 1;
}
.nice_block .--top-left-2:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  width: 98px;
  height: 98px;
  background: url(../gfx/top-left-2.png) no-repeat center center;
  z-index: 1;
}
.nice_block .--top-right-2:after {
  content: "";
  position: absolute;
  right: -8px;
  top: -8px;
  width: 98px;
  height: 98px;
  background: url(../gfx/top-right-2.png) no-repeat center center;
  z-index: 1;
}
.nice_block .--top-right-small:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 65px;
  height: 66px;
  background: url(../gfx/top-right-small.png) no-repeat center center;
  z-index: 1;
}

.nice_block .--top-left-small:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 65px;
  height: 66px;
  background: url(../gfx/top-left-small.png) no-repeat center center;
  z-index: 1;
}

.flex-grid {
  display: flex;
  justify-content: space-between;
}

.col {
  flex-grow: 1;
  font-size: 12.8px;
  color: #85766f;
}
.col.--content {
  margin-top: 75px;
  flex-grow: 100 !important;
  padding: 0px 20px;
}

@media (max-width: 400px) {
  .flex-grid {
    display: block;
  }
}
.newsContents {
  padding: 5px;
}

.newsButtonsArea {
  font-family: "FoglihtenNo07 Regular";
  font-size: 15px;
  text-align: center;
  bottom: -25px;
  position: relative;
}

.newsMoreButton {
  font-family: "FoglihtenNo07 Regular";
  color: #dcbf9a;
  font-size: 12px;
}

.newsTitle {
  text-align: center;
  font-family: "FoglihtenNo07 Regular";
  color: #ecb382;
  font-size: 23px;
  margin-top: 5px;
}

.newsAuthor {
  display: block;
  color: #b08e7e;
  font-size: 15px;
  margin-top: -15px;
}

.newsimg {
  margin-left: calc(50% - 269px);
  margin-top: -2px;
}

.klimat {
  width: 300px;
  border: 1px solid #ffaa00;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

.notification {
  width: 370px;
  border: 0px;
  background-image: url(../../../modules/notifications/bg.png);
  padding: 5px;
  position: fixed;
  z-index: 500;
  background-color: #b08e7e;
  display: block;
  text-align: right;
  /*box-shadow: 0 0 5px 5px #F6B806;*/
  border-top: 2px solid #f6b806;
  border-right: 2px solid #f6b806;
  font-weight: bold;
  font-size: 14px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.notification img {
  float: left;
  margin-right: 10px;
}

#notification_close {
  float: right;
  margin-right: 0px;
}

/*NICKI*/
.nick {
  color: #c59972;
  font-family: "FoglihtenNo07 Regular";
  font-size: 15px;
}

.pageTitle {
  /*font-weight: bold;*/
  font-size: 37px;
  font-family: "Almendra", serif;
  color: #a37c59;
  text-align: center;
  margin-top: -13px;
}

.title {
  text-transform: uppercase;
  /*font-weight: bold;*/
  font-size: 25px;
  color: #b08e7e;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

.title2 {
  font-weight: bold;
  font-size: 20px;
  color: #b08e7e;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

.meta {
  font-weight: bold;
}

/* boksy informacyjne */
.ignis-error-box {
  background-color: #181717;
  border: 1px solid #725a43;
  padding: 5px;
  color: #b2977f;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.ignis-info-box {
  background-color: #181717;
  border: 1px solid #9b744f;
  padding: 5px;
  color: #e9c4a4;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.wyr1 a {
  color: #e3a802;
}

.wyr2 a {
  color: #0889fb;
}

/* nag³ówek */
#main_header {
  margin-top: -20px;
  width: 100%;
  height: 718px;
  margin-top: -5px;
  z-index: 8;
}

header {
  width: 100%;
  height: 640px;
  margin: 0 auto -15px auto;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
}
header nav {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  text-align: center;
}
header nav a {
  color: #ccad91;
  font-size: 35px;
  display: inline-block;
  margin: 0px 13px;
  font-family: "Almendra";
}

.second_header {
  position: relative;
  padding: 30px 0px 20px 0px;
}
.second_header .hourglasses {
  font-family: "FoglihtenNo07calt Regular";
  text-align: center;
}
.second_header .hourglasses .hourglass {
  width: 140px;
  display: inline-block !important;
  font-family: "FoglihtenNo07calt Regular";
  font-size: 28px;
}
.second_header .hourglasses .hourglass img {
  margin-bottom: 5px;
}
.second_header .hourglasses .extend {
  font-family: "FoglihtenNo07 Regular";
  padding-top: 10px;
  text-align: center;
}
.second_header .hourglasses .extend a {
  font-family: "FoglihtenNo07 Regular";
  font-size: 26px;
  color: #f4be8c;
}
.second_header div.--left {
  position: absolute;
  left: 0px;
  bottom: 20px;
}
.second_header div.--right {
  position: absolute;
  right: 0px;
  bottom: 20px;
}

.third_header {
  font-family: "FoglihtenNo07calt Regular";
  text-align: center;
  position: relative;
}
.third_header .--wrapper {
  padding: 10px;
}
.third_header .--grid {
  display: flex;
  justify-content: space-between;
}
.third_header .--grid .--item {
  position: relative;
  background: rgba(0, 0, 0, 0.24);
  flex: 0 0 268px;
  min-height: 290px;
  font-size: 13px;
  color: #85766f;
}
.third_header .--grid .--item:after {
  content: "";
  position: absolute;
  width: 268px;
  height: 69px;
  bottom: -41px;
  left: 0px;
  background: url("../gfx/third-header-bottom.png") no-repeat center center;
}
.third_header .--grid .--item [class*="color_"] {
  font-family: "FoglihtenNo07calt Regular";
  font-size: 21px;
  margin-bottom: 10px;
}
.third_header .--grid .--item h5 {
  margin: 0px;
  font-size: 24px;
}
.third_header:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: -7px;
  border-top: 1px solid #7f6042;
  border-bottom: 1px solid #4b392a;
  z-index: 1;
}
.third_header:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: -2px;
  border-top: 1px solid #4e3c2c;
  height: 1px;
  background: #a67e5a;
  border-bottom: 1px solid #6b5037;
}

/* logowanie */
#login_panel {
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: auto;
  width: 50px;
  height: 58px;
  padding: 5px;
  position: relative;
  left: 80px;
  top: -55px;
}

#login_panel input[type="image"] {
  position: relative;
  top: -20px;
  left: 20px;
  margin-bottom: -40px;
  display: inline;
  background-color: transparent;
  border: 0px;
}

#login_panel input {
  margin-right: 5px;
}

/* punkty */
#points {
  position: relative;
  top: 695px;
}

#points div {
  font-family: "Risque", cursive;
  width: 80px;
  text-align: center;
  float: left;
  font-size: 15pt;
  text-shadow: 0px 0px 6px #000000;
}

/* dorms points */
#gryffPoints {
  width: 63px;
  height: 30px;
  float: left;
  position: relative;
  top: 655px;
  color: #882929;
  margin-bottom: -35px;
  margin-left: 250px;
  text-align: right;
  font-size: 23px;
  vertical-align: text-bottom;
  padding-top: 4px;
}

#huffPoints {
  width: 63px;
  height: 30px;
  float: left;
  position: relative;
  top: 655px;
  color: #7c6d21;
  margin-bottom: -35px;
  margin-left: 430px;
  text-align: right;
  font-size: 23px;
  vertical-align: text-bottom;
  padding-top: 4px;
}

#ravenPoints {
  width: 63px;
  height: 30px;
  float: left;
  position: relative;
  top: 655px;
  color: #31549d;
  margin-bottom: -35px;
  margin-left: 620px;
  text-align: right;
  font-size: 23px;
  vertical-align: text-bottom;
  padding-top: 4px;
}

#slythPoints {
  width: 63px;
  height: 30px;
  float: left;
  position: relative;
  top: 655px;
  color: #22772a;
  margin-bottom: -35px;
  margin-left: 790px;
  text-align: right;
  font-size: 23px;
  vertical-align: text-bottom;
  padding-top: 4px;
}

/* cytaty*/
#cytatyTitle {
  text-align: center;
  font-family: "FoglihtenNo07 Regular";
  color: #ecb382;
  font-size: 20px;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

/* g³ówna tabela */
#main_table {
  margin-top: -5px;
  /*width: 1050px;*/
  width: 100%;
  margin: 0 auto;
}

#main_table td {
  vertical-align: top;
}

/** Menu Block */
.block {
  width: 100%;
  color: #c3afa5;
  background-color: rgba(0, 0, 0, 0.24);
  border: 3px solid #9b744f;
  border-bottom: none;
  z-index: 2;
  position: relative;
  margin: 30px 0px 0px 0px;
}
.block-wrapper {
  padding: 105px 14px 10px 14px;
}
.block.--menu {
  background-color: rgba(0, 0, 0, 0.24);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.04) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.04) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.04) 100%
  );
  width: 250px;
  margin: 150px 0px 0px 0px;
  color: #c3afa5;
  font-size: 16px;
  text-shadow: -1px -1px #000000;
  padding-bottom: 25px;
}
.block.--menu:before {
  border: 1px solid #9b744f;
  border-bottom: none;
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  z-index: -1;
}
.block.--menu:after {
  content: "";
  position: absolute;
  left: -3px;
  bottom: -68px;
  width: 256px;
  height: 79px;
  background: url(../gfx/menu-bottom-center.png) no-repeat center center;
  z-index: 1;
}
.block.--menu h5 {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -115px;
  z-index: 100;
}
.block.--menu h5 img {
  width: 147px !important;
  height: 144px !important;
  display: block;
  margin: 0 auto;
}

.menu-title {
  font-size: 20pt;
  text-align: center;
}
.menu-title span {
  background-color: #000926;
  padding: 0px 3px 0px 3px;
}

.index {
  width: 539px;
  margin-bottom: 10px;
  font-size: 15px;
}

.normalindex {
  width: 766px;
  margin-bottom: 5px;
  font-size: 15px;
}

#no-menu .index {
  width: 766px;
  margin-bottom: 5px;
  font-size: 15px;
}

footer {
  margin-top: 90px;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  animation: marquee 50s linear infinite;
}

.marquee:hover {
  animation-play-state: paused;
}

input {
padding: 5px 5px;
  border: 1px solid #b08e7e;
  color: #b08e7e;
  background-color: transparent;
  font-family: "beryliumregular";
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

input[type="text"],
input[type="password"] {
  width: 80%;
  background-color: transparent;
  padding: 5px 5px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.img {
  opacity: 0.8;
}

.img:hover {
  opacity: 1;
}

/***************************************/
.block table {
  width: 100%;
}
.block table th {
  vertical-align: middle;
}
.block table td {
  font-family: "Fauna One", serif;
  font-size: 13px;
  color: #85766f;
  vertical-align: middle;
}

fieldset {
  border: 1px solid #b08e7e;
}

legend {
  padding: 0.2em 0.5em;
  border: 1px solid #b08e7e;
  color: #b08e7e;
  font-size: 90%;
  background-color: #000000;
}

.block legend a {
  color: #b08e7e;
}

textarea {
 padding: 5px 5px;
  border: 1px solid #b08e7e;
  color: #b08e7e;
  background-color: transparent;
  font-family: "beryliumregular";
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;

}

/** Update **/
.color_gold {
  color: #ecb382 !important;
}
.color_gold a {
  color: #ecb382;
}
.color_gryffindor {
  color: #de2a3c !important;
}
.color_gryffindor a {
  color: #de2a3c;
}
.color_hufflepuff {
  color: #e9dc4a !important;
}
.color_hufflepuff a {
  color: #e9dc4a !important;
}
.color_ravenclaw {
  color: #3e9dcb !important;
}
.color_ravenclaw a {
  color: #3e9dcb;
}
.color_slytherin {
  color: #29ed4f;
}
.color_slytherin a {
  color: #29ed4f;
}

.dom1 a:hover {
  color: #de2a3c;
}

.dom2 a:hover {
  color: #e9dc4a;
}

.dom3 a:hover {
  color: #3e9dcb;
}

.dom4 a:hover {
  color: #29ed4f;
}

.nick-prof a:hover {
  color: #ba68c8 !important;
}

.nick1 a:hover {
  color: #ba68c8 !important;
}

.nick2 a:hover {
  color: #ff0074 !important;
}
.nick-intern a:hover {
  color: #ff0074 !important;
}

.nick-stud a:hover {
  color: #da2a3b !important;
}

.padding25-0 {
  padding: 25px 0px;
}

.padding15-0 {
  padding: 25px 0px;
}

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

ul.center-style {
  text-align: center;
}

ul.center-style li {
  text-align: center;
  list-style-image: none !important;
  list-style-type: none !important;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.m-auto {
  margin: 0 auto;
}

.h-100 {
  height: 100% !important;
}

.d-none {
  display: none !important;
}

.color-white {
  color: #fff;
}

.fs-1 {
  font-size: 0.25rem;
}
.fs-2 {
  font-size: 0.5rem;
}
.fs-3 {
  font-size: 0.75rem;
}
.fs-4 {
  font-size: 1.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1.5rem;
}

.p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}

.m-0 {
  margin: 0px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.clear-both {
  clear: both;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 45.3%;
  max-width: 45.3%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.--col-shop {
  padding-bottom: 48px !important;
}
.--col-shop a {
  position: absolute;
  text-align: center;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.message- {
  /*Main*/
}
.message-left,
.message-right {
  width: 80%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-top: 3px;
  padding: 5px 10px;
}
.message-left {
  float: left;
  border: 1.5px solid #5d4037;
  background: rgba(66, 66, 66, 0.5);
}
.message-right {
  float: right;
  text-align: right;
    border: 1.5px solid #424242;
    background: rgba(151, 105, 79, 0.6);
}
.timetable,
.timetable td,
.timetable th {
  border: none !important;
}

.timetable .font_almendra * {
  font-family: "Almendra", serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
** Gromoptak Update
**/

.progress-container {
  margin: 4px 0px;
}

.progress-label {
}

.progress-label span {
  float: right;
  font-weight: bold;
}

.progress-bar {
  height: 4px;
  background-color: #14171c;
  border-top: 1px solid #060709;
  border-bottom: 1px solid #060709;
}

.progress {
  height: 100%;
  background: linear-gradient(to right, #e7e401, #992d00, #52c74f, #5f8bfc);
}

.progress-yellow {
  background: linear-gradient(to right, #e7e401, #aba902);
}
.progress-red {
  background: linear-gradient(to right, #992d00, #4b1000);
}
.progress-green {
  background: linear-gradient(to right, #52c74f, #1f6818);
}
.progress-blue {
  background: linear-gradient(to right, #5f8bfc, #173280);
}

.gromoptak-equip {
  margin-top: 20px;
  padding-left: 10px;
}

.gromoptak-equip .equip-item {
  margin-top: 21px;
  text-align: center;
  align-items: center;
}

.gromoptak-equip .equip-item h3 {
  display: inline;
}

.gromoptak-equip .equip-item img {
  width: 80px;
  display: block;
  margin: 0 auto;
}

.gromoptak-action-handler {
  position: relative;
}

.gromoptak-action-handler .go-to-mission {

  position: initial;
  text-align: center;
  width: 100%;
  bottom: 0px;
}

.gromoptak-action {
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid #3c3531;
  padding: 5px 10px;
  margin: 3px 0px;
}

.gromoptak-needs-handler {
}

.gromoptak-image {
  width: 450px;
}

@keyframes pulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

.pulsating-div {
  animation: pulse 2s infinite;
}

/** 
*** Update 202405 
**/
.position-relative {
  position: relative;
}

.avatar-wrapper {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-wrapper-small {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-frame {
  position: absolute;
  filter: drop-shadow(5px 5px 4px #000);
}

/** 
*** Update 202409 
**/

.avatar-round{
  border-radius: 50%;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

/*# sourceMappingURL=style.css.map */

