@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url('images/background.webp') no-repeat top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #96a7b8;
	position: relative;
}

body::before {
	content: '';
	display: block;
	width: 100%;
	height: 150px; /* Adjust height as needed */
	background: url('images/background_napis.png') no-repeat center top;
	position: absolute;
	top: 20px;
	left: 0;
}
a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #b5c7db;
	text-decoration: none;
}

#page
{
	width: 1100px;
	margin: auto;
}

#header 
{
	width: 1100px;
	height: 211px;
	float: center;
}

#menu
{
	float: left;
	font-family: Helvetica;
	font-size: 11px;
}
#menu2
{
	float: right;
}

.nav
{
	height: 34px;
	float: left;
	cursor: pointer;
	background: url('images/menu-button.png') no-repeat;
}
.nav-button {
    width: 193px;
    height: 34px;
    background: url('images/menu-button.png') no-repeat center center;
    background-size: contain;

    font-family: 'Cinzel', serif;
    font-size: 14px;
    font-weight: 700;
    color: #3ee3f2;
    text-transform: uppercase;
    text-align: center;

    text-shadow:
        0 0 2px #001622,
        0 0 4px #003344,
        1px 1px 1px #000; /* dodatkowa głębia */

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    margin: 0;
    letter-spacing: 0.5px;

    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    position: relative;
    top: -1px;
}

select {
  background-color: #2e3744;
  border: 1px solid #444;
  border-radius: 6px;
  padding: 6px;
  color: white;
  font-size: 12px;
  cursor: pointer;
}


.nav2
{
	height: 34px;
	float: right;
	cursor: pointer;
	background: url('images/menu-button.png') no-repeat;
}

.links {
    width: 180px;
    background: url('images/menu-chains.png') repeat-y;
    float: left;
    padding-left: 10px;
    display: none; /* ukryte domyślnie, JS je pokaże */
}

	.links ul
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	.links li a
	{
			/*	display: block;*/
		width: 135px;
		background: #121212;
		border-bottom: 1px solid #272727;
		float: left;
		padding: 4px;
		margin-left: 15px;
		color: #ab7831;
		text-decoration: none;
		font-weight: bold;
	}
	
	.links li a:hover
	{
		background: #181818;
		border-bottom: 1px solid #2D2D2D;
		color: #FFF;
	}

#cnt-box
{
	width: 699px;
	float: left;
}

	#top
	{
		width: 699px;
		height: 47px;
		float: left;
		background: url('images/top.png') no-repeat;
	}
	
	#mid
	{
		width: 699px;
		float: left;
		background: url('images/mid.png') repeat-y;
	}
	#top {
    margin-bottom: -1px; /* minimalna korekta */
}

		#margins
		{
			margin-left: 25px;
			margin-right: 25px;
			text-align: justify;
		}
	
	#bot
	{
		width: 699px;
		height: 48px;
		float: left;
		background: url('images/bot.png') no-repeat;
	}
	
	#copyrights
	{
		width: 699px;
		padding: 10px;
		float: left;
		color: #5F5F5F;
		text-align: center;
	}
	
	#kolumna
	{
		width: 176px;
		padding: 2px;
		float: left;
		font-family: Helvetica;
		font-size: 11px;
	}
	
#sociale {
    margin-top: -55px;
    margin-left: 20px;
}

/* Efekt hover tylko na konkretnych ikonach */
#sociale a img {
    transition: opacity 0.3s ease;
}

#sociale a img:hover {
    opacity: 0.7;
}

#sociale2 {
    margin-top: -55px;
    margin-left: 21px;
}

/* Płynne przejście */
#sociale2 a img {
    transition: opacity 0.3s ease;
}

/* Efekt hover tylko na konkretnej ikonie */
#sociale2 a img:hover {
    opacity: 0.7;
}

	

	
	
/** -------------------------------
 *  Stylesheet declarations for the
 *  NEW TABLES
 *  -------------------------------
 */

.TableContainer {
  border: 1px solid #222f3d;
  position: relative;
  width: 100%;
  font-size: 10px;
}
.TableContainer .Odd {
  background-color: #34404d;
}
.TableContainer .Even {
  background-color: #222f3d;
}

/* TABLEHEADER DECORATION */
.TableContainer .CaptionContainer {
  position: relative;
  font-size: 1pt;
  background-color: #222f3d !important;
  height: 100%;
  width: 100%;
  text-align: left;
}
.TableContainer .CaptionContainer .CaptionInnerContainer {
	position: relative;
  background-color: #222f3d;
  width: 100%;
  height: 100%;
  padding-top: 3px;
  padding-bottom: 4px;
}
.TableContainer .CaptionContainer .Text {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: white;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.TableContainer .CaptionContainer .CaptionEdgeLeftTop {
	position: absolute;
  width: 5px;
  height: 5px;
	top: -2px;
  left: -2px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeRightTop {
	position: absolute;
  width: 5px;
  height: 5px;
	top: -2px;
  right: -2px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
	position: absolute;
  width: 5px;
  height: 5px;
	left: -2px;
	bottom: -3px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeRightBottom {
	position: absolute;
  width: 5px;
  height: 5px;
	right: -2px;
	bottom: -3px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionBorderTop {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  top: -1px;
}
.TableContainer .CaptionContainer .CaptionBorderBottom {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  bottom: -2px;
}
.TableContainer .CaptionContainer .CaptionVerticalLeft {
  position: absolute;
  height: 100%;
  width: 3px;
  left: -1px;
  top: 0px;
}
.TableContainer .CaptionContainer .CaptionVerticalRight {
  position: absolute;
  height: 100%;
  width: 3px;
  right: -1px;
  top: 0px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeRightTop {
  right: -3px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
  bottom: -4px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeRightBottom {
  right: -3px;
  bottom: -4px;
}
* html .TableContainer .CaptionContainer .CaptionBorderBottom {
  bottom: -3;
}
* html .TableContainer .CaptionContainer .CaptionVerticalRight {
  right: -2px;
}
/* TABLE CONTENT */
.TableContentContainer {
  border: 1px solid #222f3d;
  position: relative;
  margin-right: 4px;
  height: 100%;
  background-color: #495563;
  padding: 0px;
}
.TableContent {
  width: 100%;
  border-collapse: collapse;
}
.TableContent td {
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
}
/* INNERLYOUT 1 */
.TableContainer .Table1 {
  width: 100%;
  background-color: #495563;
  border: 2px solid #222f3d;
}
.TableContainer .Table1 .InnerTableContainer {
  padding: 5px;
}
/* INNERLYOUT 2 */
.TableContainer .Table2 {
  width: 100%;
  border: 2px solid #222f3d;
  background-color: #34404d;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}
.TableContainer .Table2 td {
  padding: 0px;
  margin: 0px;
}
.TableContainer .Table2 .InnerTableContainer {
  margin-top: 1px;
}
.TableContainer .Table2 .InnerTableContainer table {
  border-collapse: collapse;
}
.TableContainer .Table2 .InnerTableContainer td {
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
  padding-right: 5px;
  border: 1px solid #222f3d;
}
/* INNERLYOUT 3 */
.TableContainer .Table3 {
  width: 100%;
  border: 2px solid #222f3d;
  background-color: #34404d;
}
.TableContainer .Table3 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 5px;
  margin-left: 3px;
}
.TableContainer .Table3 .TableContentAndRightShadow td {
  border: 1px solid #495563;
}
/* INNERLYOUT 4 */
.TableContainer .Table4 {
  width: 100%;
  border: 2px solid #222f3d;
  background-color: #34404d;
}
.TableContainer .Table4 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 3px;
}
.TableContainer .Table4 .TableContentAndRightShadow .TableContent td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* INNERLYOUT 5 */
.TableContainer .Table5 {
  width: 100%;
  border: 2px solid #222f3d;
  background-color: #34404d;
}
.TableContainer .Table5 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 5px;
  margin-left: 3px;
}
.TableContainer .Table5 .TableContentAndRightShadow .TableContent td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* SHADOWS */
.TableShadowContainerRightTop {
  position: relative;
  top: 0px;
  right: 3px;
  margin-right: 0px;
  font-size: 10px;
  float: right;
  z-index: 99;
}
.TableShadowRightTop {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 4px;
  height: 5px;
  z-index: 99;
}
.TableContentAndRightShadow {
  position: relative;
  background-repeat: repeat-y;
  background-position: top right;
  margin-right: 3px;
  font-size: 10px;
}
.TableShadowContainer {
  position: relative;
  widht: 100%;
  margin-right: 5px;
}
.TableBottomShadow {
  position: relative;
  font-size: 10px;
  height: 5px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.TableBottomLeftShadow {
  position: relative;
  height: 5px;
  width: 4px;
  float: left;
  padding: 0px;
  margin: 0px;
}
.TableBottomRightShadow {
  position: relative;
  float: right;
  right: -2px;
  top: 0px;
  height: 5px;
  width: 4px;
}

/* LABELS */
.LabelV {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
}
.LabelH {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  background-color: #222f3d;

}
.LabelH td {
  background-color: #222f3d;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
}

/* BUTTONS */
.InnerTableButtonRow {
  width: 100%;
  padding-left: 1px;
  padding-right: 0px;
  padding-bottom: 4px;
  border: 0px;
}
.InnerTableButtonRow td {
  padding-right: 4px;
}
.BigButton {
  position: relative;
  width: 135px;
  height: 25px;
  z-index: 10;
}
.BigButtonOver {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 137px;
  height: 25px;
  visibility: hidden;
  z-index: 15;
}
.ButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  width: 135px;
  z-index: 20;
}
.TopButtonContainer {
  position: relative;
  right: 4px;
  top: 4px;
  z-index: 60;
}
* html .TopButtonContainer {
  right: 27px;
}
.TopButtonContainer .TopButton {
  position: absolute;
  right: 0px;
  z-index: 55;
}
.Content .BoxContent .Odd {
  background-color: #495563;
  padding: 2px;
}

.Content .BoxContent .Even {
  background-color: #34404d;
  padding: 2px;
}

.Content .NewsCategoryIconSmall {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}
.Content .BoxContent .Odd {
  background-color: #495563;
  padding: 2px;
}

.Content .BoxContent .Even {
  background-color: #34404d;
  padding: 2px;
}

.Content .NewsCategoryIconSmall {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}
.Content .BoxContent .Odd {
  background-color: #495563;
  padding: 2px;
}

.Content .BoxContent .Even {
  background-color: #34404d;
  padding: 2px;
}

.Content .NewsCategoryIconSmall {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

/* News Ticker */

.Content #NewsTicker .BoxContent {
  padding: 5px;
  min-height: 90px;
  height: auto !important;
  height: 100px;
}

.Content #NewsTicker .BoxContent .Row {
  position: relative;
  width: 100%;
}

.Content #NewsTicker .NewsTickerIcon {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

.Content #NewsTicker .NewsTickerText {
  font-size: 9pt;
  position: relative;
  margin-left: 20px;
}

.Content #NewsTicker .NewsTickerDate {
  font-size: 7pt;
  position: absolute;
  top: 0px;
  float: left;
}

.Content #NewsTicker .NewsTickerShortText {
  margin-left: 85px;
  height: 14px;
}

.Content #NewsTicker .NewsTickerFullText {
  margin-left: 85px;
  margin-right: 20px;
  display: none;
}

.Content #NewsTicker .NewsTickerExtend {
  position: relative;
  right: 0px;
  top: 1px;
  right: 1px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  z-index: 10;
}

/* Featured Article */

.Content #FeaturedArticle .BoxContent {
  position:relative;
  height: 100px;
  padding: 5px;
  padding-left: 10px;
  min-height: 100px;
  height: auto !important;
  height: 110px;
  line-height: 10.5pt;
}

.Content #FeaturedArticle #TeaserThumbnail {
  position: relative;
  top: 0px;
  right: 0px;
  height: 100px;
  width: 150px;
  margin-left: 10px;
  background-color: black;
  z-index: 90;
  float: right;
}

#ContentHelper #FeaturedArticle:first-child .BoxContent {
  padding: 10px;
}

.Content #FeaturedArticle #TeaserText {
  height: 100px;
  overflow: hidden;
  z-index: 0;
}

.Content #FeaturedArticle #Link {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 89 165 0 0;
  z-index: 99;
}

.Content #FeaturedArticle .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #FeaturedArticle .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
  float:left;
}

.Content #FeaturedArticle .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 9px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #FeaturedArticle .NewsHeadlineText {
  position: relative;
  top: 8px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/* News */

.Content #News .BoxContent {
  min-height: 100px;
  height: auto !important;
  height: 110px;
}

.Content #News .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #News .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.Content #News .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 10px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #News .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/* News Archive */

.Content #NewsArchive .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #NewsArchive .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.Content #NewsArchive .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 9px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #NewsArchive .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/** --------------------------------------
 *  ### not final versions for tests
 *  ### concerning the new payment process
 *  --------------------------------------
 */

/* new error handling concept tests */

.FormFieldError {
  font-size: 8pt;
  color: red;
}
.SmallBox {
  position: relative;
  font-size: 1px;
}
.SmallBox .ErrorMessage {
  font-size: 8pt;
  position: relative;
  color: red;
  height: 100%;
  background-color: #495563;
  padding: 5px;
  padding-left: 43px;
}
.SmallBox .Message {
  font-size: 10pt;
  position: relative;
  height: 100%;
  background-color: #495563;
  padding: 10px;
}
.SmallBox .ErrorMessage ul {
  padding-left: 15px;
}
.SmallBox .BoxFrameHorizontal {
  position: relative;
  height: 4px;
}
.SmallBox .BoxFrameVerticalRight {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 3px;
  background-repeat: repeat-y;
  height: 100%;
}
.SmallBox .BoxFrameVerticalLeft {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  background-repeat: repeat-y;
  height: 100%;
}
.SmallBox .MessageContainer {
  position: relative;
  height: 100%;
}
.SmallBox .BoxFrameEdgeLeftTop {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeLeftBottom {
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeRightTop {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeRightBottom {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .AttentionSign {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 30px;
  height: 26px;
}
.green {
color: green;
text-decoration: none;
}
.animation {
visibility: hidden;
}

#fanback {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#fan-exit {
width:100%;
height:100%;
}
#JasperRoberts {
background:white;
width:420px;
height:250px;
position:absolute;
top:58%;
left:63%;
margin:-220px 0 0 -375px;
-webkit-box-shadow: inset 0 0 50px 0 #939393;
-moz-box-shadow: inset 0 0 50px 0 #939393;
box-shadow: inset 0 0 50px 0 #939393;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: -220px 0 0 -375px;
}
#TheBlogWidgets {
float:right;
cursor:pointer;
background:url(https://mrozuots.pl/addons/TheBlogWidgets.png) repeat;
height:15px;
padding:20px;
position:relative;
padding-right:40px;
margin-top:-20px;
margin-right:-22px;
}
#news-text img{
max-height: 620px;
max-width: 620px;
}
 labell {
    display: inline-block;
    width: 5em;
  }
    .submenu-item {
	display: none;
    }
  .ui-tooltip {
    box-shadow: 0 0 7px black;
  }
@font-face {
  font-family: "robotoreg";
  src: url('roboto_reg.ttf');
}
@font-face {
  font-family: "robotothin";
  src: url('roboto_thin.ttf');
}
@media only screen and (max-width: 1024px) {
    body {
        background: #000000 url('images/background.webp') no-repeat top center;
        font-family: 'Roboto', sans-serif;
    }

    #kolumna, #stream, #menu, #header, #news-section, #mobile-only-script, body::before {
        display: none !important;
    }

    #page {
        width: 100% !important;
        margin: 0 !important;
        padding: 80px 0 0 0 !important;
    }

    #mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 10px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        height: 50px;
    }

    #mobile-logo {
        height: 40px;
        margin-left: 10px;
    }

    .center-elements {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        gap: 10px; /* Adjust the gap between buttons if needed */
        position: absolute;
        left: 52%;
        transform: translateX(-50%);
    }

    #menu-button {
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 40px;
        width: 100px;
        padding: 0;
        margin-right: 10px;
    }

    .bar {
        width: 40px;
        height: 5px;
        background-color: white;
        border-radius: 3px;
        transition: all 0.3s ease-in-out;
    }

#download-button, #register-button {
  display: inline-block;
  padding: 14px 28px;
  background-color: #2a3444;
  color: #ffffff;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  margin: 10px 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

#download-button:hover, #register-button:hover {
  background-color: #3b475c;
  transform: translateY(-1px);
}


    #menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #181c24;
        z-index: 999;
        color: white;
        text-align: left;
        padding-top: 60px;
        overflow-y: auto;
    }

    #menu-overlay.show {
        display: block;
    }

    .menu-container {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .category {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .category-header {
        font-size: 30px;
        font-weight: bold;
        color: #f0f0f0;
        padding: 20px;
        border-bottom: 1px solid #f0f0f0;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .category-header:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .submenu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .submenu.show {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 50vh;
    }

.expand-icon {
    font-size: 28px;
    color: #f0f0f0;
    transition: transform 0.3s ease;
    transform: translateX(-20px); /* Przesuwa ikonę o 5px w lewo */
}

    .submenu.show + .expand-icon {
        transform: rotate(180deg);
    }

    .submenu-item {
        margin-left: 20px;
    }

    .submenu li {
        font-size: 25px !important;
        font-weight: bold !important;
        flex-basis: 50%;
    }

    .submenu a {
        color: white !important;
        text-decoration: none !important;
        font-size: 25px !important;
        font-weight: bold !important;
        padding: 15px 20px !important;
        display: block !important;
        transition: background-color 0.3s ease !important;
    }

    .submenu a:hover {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

    .submenu li, .submenu a {
        font-size: 25px !important;
        font-weight: bold !important;
    }

    .submenu.show {
        display: flex;
        flex-wrap: wrap;
    }

    .submenu li {
        flex: 1 1 50%;
    }
}

@media only screen and (min-width: 1024px) {
    #mobile-header, #menu-overlay {
        display: none !important;
    }
}

.event-timer-container {
    position: relative;
    height: 0; 
}

#event-timer {
    position: absolute;
    top: -170px;
    right: 7px;
    width: 160px;

    background-color: #111822;
    border: 2px solid #00ffff;
    border-radius: 10px;
    padding: 8px;
    text-align: center;
    font-family: 'Cinzel', serif;
    color: #00ffff;
    text-shadow: 0 0 8px #00ffff;
    font-size: 13px;
    z-index: 1000;
}
.event-subtext {
    margin-top: 6px;
    font-size: 11px;
    color: #ffffff;
    text-shadow: 0 0 4px #3ee3f2;
    font-weight: bold;
}
#countdown {
    font-size: 18px;
    font-weight: bold;
    color: #00ffff;
    text-shadow: 0 0 6px #3ee3f2, 0 0 10px #3ee3f2;
    letter-spacing: 1px;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.06); }
    100% { transform: scale(1); }
}

#countdown.pulse {
    animation: pulse 1s infinite ease-in-out;
}

#event-timer-mobile {
    margin: 10px auto;
    padding: 10px;
	max-width: 320px;
    background-color: #111822;
    border: 2px solid #00ffff;
    border-radius: 10px;
    text-align: center;
    font-family: 'Cinzel', serif;
    color: #00ffff;
    text-shadow: 0 0 6px #00ffff;
    font-size: 18px;
}
#countdown-mobile {
    font-size: 28px;
    font-weight: bold;
    margin-top: 5px;
}
.event-subtext {
    margin-top: 6px;
    font-size: 13px; 
    color: #ffffff;
    text-shadow: 0 0 4px #3ee3f2;
    font-weight: bold;
}

#event-timer,
#event-timer-mobile {
    background-color: #111822;
    border: 2px solid #00ffff;
    border-radius: 10px;
    padding: 8px;
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: 13px;
    z-index: 1000;
    color: #00ffff;
    text-shadow: 0 0 8px #00ffff;
}


#event-timer.default-event #event-title,
#event-timer.default-event #countdown,
#event-timer-mobile.default-event #event-title-mobile,
#event-timer-mobile.default-event #countdown-mobile {
    color: #00ffff;
    text-shadow: 0 0 6px #00ffff;
}


#event-timer.boss-event #event-title,
#event-timer.boss-event #countdown,
#event-timer-mobile.boss-event #event-title-mobile,
#event-timer-mobile.boss-event #countdown-mobile {
    color: #ff4c4c;
    text-shadow: 0 0 8px #ff0000;
}


#event-timer.tc-event #event-title,
#event-timer.tc-event #countdown,
#event-timer-mobile.tc-event #event-title-mobile,
#event-timer-mobile.tc-event #countdown-mobile {
    color: #ffd700;
    text-shadow: 0 0 8px #ffaa00;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.06); }
    100% { transform: scale(1); }
}

#countdown.pulse,
#countdown-mobile.pulse {
    animation: pulse 1s infinite ease-in-out;
}

@media only screen and (max-width: 1024px) {
    .event-subtext {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    #event-timer, .event-timer-container {
        display: none !important;
    }
}
@media screen and (max-width: 1024px) {
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
  }
}
#mobile-social-icons {
    display: flex;
    justify-content: center;
    gap: 26px; /* odstępy między ikonami */
    margin-bottom: 25px;
    margin-top: 10px;
}

#mobile-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    background-color: #222b38;
    color: white;
    font-size: 36px;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 255, 255, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

#mobile-social-icons a:hover {
    transform: scale(1.15);
    background-color: #00ffff;
    color: #111822;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}
