@import url('https://fonts.googleapis.com/css2?family=Antonio&family=Unica+One&family=Cinzel+Decorative:wght@400;700;900&family=Voltaire&display=swap');

/* fonty: Antonio, Unica One, Votaire */

body {
	background-color: #000000;
	background-image: url(gfx/bg.jpg);
	background-size: cover;
	background-attachment: fixed;

     font-family: 'Times New Roman';
    font-weight: normal;
    font-style: normal;

	font-size: 16px;
	margin-top: 0px;
	color: #b28458;
	cursor: url(/themes/HC2021/gfx/kursor1.png), default;
}

.navigation {
    font-family: "Cinzel Decorative", sans-serif;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1200px;
    height: 46px;
    border-left: 1px solid rgb(78 49 22);
    border-right: 1px solid rgb(78 49 22);
    border-bottom: 1px solid rgb(78 49 22);
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, #0a0501 0%, #0a0501 15%, rgb(20 11 10) 50%, #0a0501 85%, #0a0501 100%);
    position: relative;
}

.navigation-gradient-text {
    background: -webkit-linear-gradient(90deg, #915a1f 0%, #b28458 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navigation-gradient-text a {
    text-decoration: none;
    cursor: url(/themes/HC2021/gfx/kursor1.png), default;
}

.navigation-gradient-text a:hover {
    text-decoration: none;
    text-shadow: 0px 0px 10px #b28458;
    cursor: url(/themes/HC2021/gfx/kursor1.png), default;
}


.navigation img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
}

.navigation ul {
    list-style: none;
    display: flex;
    margin-top: 2px;
    margin-bottom: 0px;
    padding-left:30px;
    padding-right:30px;
    align-self: center;
    text-align: center;
    justify-content: space-evenly;
}

.navigation li {
    list-style: none;
    align-self: center;
    text-align: center;
}

.dropdown {
    position: relative;
    display: inline-block;
    }

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 100%;
    border-bottom: 1px solid rgb(84 49 45);
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.75);
    background: linear-gradient(360deg, #160a0a 15%, #160a0a 30%, #160a0a 45%, #060303 85%, rgb(0 0 0 / 0%) 100%);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
  margin-bottom: 7px;
}

.dropdown-content-text {
    font-family: "Times New Roman", sans-serif;
    font-size: 15px;
    color: #b08e7e;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
}

.header {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.lower-header {
    margin-left: auto;
    margin-right: auto;
    width: 1060px;
    height: 20px;
    border-top: 1px solid rgb(78 49 22);
    border-left: 1px solid rgb(78 49 22);
    border-right: 1px solid rgb(78 49 22);
    border-bottom: 1px solid rgb(78 49 22);
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, #0a0501 0%, #0a0501 15%, #090501 50%, #0a0501 85%, #0a0501 100%);
    position: relative;
}

.navi-points {
    font-family: "Cinzel Decorative", sans-serif;
    font-size: 30px;
    background: -webkit-linear-gradient(90deg, #915a1f 0%, #b28458 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 10px #b28458;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto; 
}

.navi-points img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.Gryffindor {
    color: #CD3B32;
}

.Hufflepuff {
    color: #F0AE00;
}

.Ravenclaw {
    color: #0085E1;
}

.Slytherin {
    color: #009F49;
}

.zwodnik {
    color: #66CCCC;
}

.Zwodnik {
    color: #66CCCC;
}

.Zwodnik a {
	color: #b28458;
}

.Zwodnik a:hover {
	color: #66CCCC;
	text-decoration: underline;

}

.świergotnik {
    color: #cc6699;
}

.Świergotnik {
    color: #cc6699;
}

.Świergotnik a {
	color: #b28458;
}

.Świergotnik a:hover {
	color: #cc6699;
	text-decoration: underline;

}

.dom1 {
	color: #CD3B32;
}

.dom1 a {
	color: #b28458;
}

.dom1 a:hover {
	color: #CD3B32;
	text-decoration: underline;

}

.dom2 {
	color: #0085E1;
}

.dom2 a {
	color: #b28458;
}

.dom2 a:hover {
	color: #0085E1;
	text-decoration: underline;

}

.dom3 {
	color: #F0AE00;
}
.dom3 a {
	color: #b28458;
}
.dom3 a:hover {
	color: #F0AE00;
	text-decoration: underline;

}

.dom4 {
	color: #009F49;
}

.dom4 a {
	color: #b28458;
}
.dom4 a:hover {
	color: #009F49;
	text-decoration: underline;

}

.dom5 {
	color: #cc6699;
}

.dom5 a {
	color: #b28458;
}
.dom5 a:hover {
	color: #cc6699;
	text-decoration: underline;

}

.dom6 {
	color: #66CCCC;
}

.dom6 a {
	color: #b28458;
}
.dom6 a:hover {
	color: #66CCCC;
	text-decoration: underline;

}

font-face {

font-family: 'Cormorant';
src: url('/uploads/theme/Cormorant.ttf');
src:
  local('Cormorant'),
  local('Cormorant'),
  url('/uploads/theme/Cormorant.ttf')
  format('truetype');
}

.naviblocks{
	width:600px;
	border-top: 1px solid rgb(78 49 22);
    border-left: 1px solid rgb(78 49 22);
    border-right: 1px solid rgb(78 49 22);
    border-bottom: 1px solid rgb(78 49 22);
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, #0a0501 0%, #0a0501 15%, #090501 50%, #0a0501 85%, #0a0501 100%);
	padding: 5px;
	margin-bottom: 10px;
}


.newsContents{
	width:586px;
	border-top: 1px solid rgb(78 49 22);
    border-left: 1px solid rgb(78 49 22);
    border-right: 1px solid rgb(78 49 22);
    border-bottom: 1px solid rgb(78 49 22);
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, #0a0501 0%, #0a0501 15%, #090501 50%, #0a0501 85%, #0a0501 100%);
	
}

.newsButtonsArea {
font-family: 'Cormorant Unicase', serif;
    font-size: 15px;
    text-align: center;
    top: -5px;
position: relative;
}

.newsMoreButton{
	
    border: 0px;
	padding: 5px;
font-family: 'Cormorant Unicase', serif;
	color: #915a1f;
    font-size: 17px;
}
.newsTitle{
	text-align: center;
font-family: 'Cormorant Unicase', serif;
	color: #b28433;
	font-size: 22px;
}

.newsAuthor{
	display: block;
	
	color: #915a1f;
}

.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.0 !important;
	filter: alpha(opacity=100) !important;
}
.notification img{
	float: left;
	margin-right:10px;
}
#notification_close{
	float: right;
	margin-right:0px;
}

th {
font-family: 'Times New Roman';
    font-size: 16px;
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
	color: #b28458;
	font-weight: normal;
	font-style: normal;
}
ul li{
    list-style-image: url(gfx/p.png);
}

ul{
padding-left:15px;
}

ol{
padding-left:20px;
}

/*NICKI*/
.nick{
font-family: 'Cormorant Unicase', serif;
}


.pageTitle {
	/*font-weight: bold;*/
	font-size: 30px;
font-family: 'Cormorant Unicase', serif;
	color: #b08e7e;
	text-align: center;
	margin-bottom: 5px;
	border: 2px solid #7e4b1b;
	
	padding: 5px;
}


.title {
  text-align: center;
font-family: 'Cormorant Unicase', serif;
	font-size: 20px;
}

.title2 {
   text-align: center;
font-family: 'Cormorant Unicase', serif;
	color: #c0a758;
	font-size: 20px;

}
.meta{
   font-weight:bold;
}

h3 {
font-family: 'Cormorant Unicase', serif;

    color: #b28433;
}

h2 {
font-family: 'Cormorant Unicase', serif;

}

/* boksy informacyjne */
.ignis-error-box {
background-color:#160a0a;
padding: 5px;
color: #b28458;
text-align: left;

margin-bottom: 5px;
}
.ignis-info-box {
background-color:#160a0a;
padding: 5px;
color: #b28458;
text-align: left;

margin-bottom: 5px;
}





.wyr1 a {
color: #E3A802;
}

.wyr2 a {
color: #0889FB;
}


/* nagłówek */
#main_header {
	margin-top: 0px;
    margin-left: -80px;
	width: 1200px;
	height: 750px;
}

/* nagłówek */
#page_header {
	margin-top: 0px;
    margin-left: -60px;
	width: 1200px;
	height: 750px;
}

/* 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;
}

/* div centruj�cy */
#main_center {
width: 1078px;
margin: 0 auto;
}

/* g��wna tabela */
#main_table {
	width: 1078px;
}
#main_table td {
vertical-align: top;
}

.main_table_menus {
width: 192px;
}

/* blok */
.block {
width:586px;
	border: 1px solid #7e4b1b;
	background-color: #0a0501;
	padding: 5px;
}
.pokatna {
	width:960px;
margin-bottom: 5px;
font-size: 16px;
text-align: center;
	border: 0px;
	background-color: #000000;
	padding: 5px;
}


.normal1 {
	color: #b28433;
font-family: 'Cormorant Unicase', serif;
}

.normal2 {
	font-family: 'Times New Roman';
    font-size: 16px;
	margin-top: 0px;
	color: #b28458;
}

.normal3 {
	font-family: 'Times New Roman';
    font-size: 20px;
	font-variant: small-caps;
	margin-top: 0px;
	color: #b28433;
}




.menu-left {
    border: 0;
  padding: 0px 20px 5px 20px;
  background-color: transparent;
  width:200px;
  margin-bottom: 30px;
  color: #b28458;
  font-size: 16px;
  text-shadow: -1px -1px #000000;
background-image:  url('gfx/block-down.png'), url('gfx/block-middle.png');
background-repeat: no-repeat, no-repeat;
background-position: bottom center, top center;
background-size: 218px 5px, 218px calc(100% - 5px);
}

.menu-left img {
    margin-top: -20px;
    margin-left: -25px;
    margin-bottom: 0px;
}


.menu-left a{
color: #b28458;
font-weight: normal;
}

.menu-right {
    border: 0;
  padding: 0px 20px 5px 20px;
  background-color: transparent;
  width:200px;
  margin-bottom: 30px;
  color: #b28458;
  font-size: 16px;
  text-shadow: -1px -1px #000000;
background-image:  url('gfx/block-down.png'), url('gfx/block-middle.png');
background-repeat: no-repeat, no-repeat;
background-position: bottom center, top center;
background-size: 218px 5px, 218px calc(100% - 5px);
}

.menu-right img {
    margin-top: -20px;
    margin-left: -25px;
    margin-bottom: 0px;
}

.menu-right a{
color: #b28458;
font-weight: normal;
}

.index {
width:576px;
margin-bottom: 10px;
font-size: 16px;
}

.normalindex {
width:960px;
margin-bottom: 5px;
font-size: 16px;
border: 1px solid #626262;
}
#no-menu .index {
width:766px;
margin-bottom: 5px;
font-size: 16px;
}


a {
  color: #b28458;
  text-decoration: none;
  cursor: url(/themes/HC2021/gfx/kursor1.png), default;
}
a:hover {
  text-decoration: none;
  color: #b28458;
  text-shadow: 0px 0px 4px #b28458;
  cursor: url(/themes/HC2021/gfx/kursor1.png), default;
}

#footer {

	
	margin-left: 65px;
	margin-top: -10px;
}

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

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


/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
    background: #000;
}

/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px #443208;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #351d1d;
    border-radius: 10px;
}

::-webkit-scrollbar-corner {
    background: #000;
    color: #000;
}


.img {
    opacity: ;
	cursor: url(/themes/HC2021/gfx/kursor1.png), default;
}
.img:hover {
    cursor: url(/themes/HC2021/gfx/kursor1.png), default;
}

/***************************************/

.block table {
border-collapse: collapse;
}
.block table td {
  font-family: 'Times New Roman', serif;
  font-size: 16px;
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
  color: #b28433;
}

.intabele {
	font-family: 'Times New Roman', serif;
	font-size: 16px;
	color: #b28433;
	border-radius: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	background-color: #0a0501;
	
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 8px;
		padding-bottom: 8px;
	border-collapse: collapse
}




fieldset { 

border: 0px;
background-color: #160a0a;
border-radius: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);	
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 4px;
		padding-bottom: 4px;
}


legend {
  border:1px solid #0a0501;
  font-variant: small-caps;
  color: #b28433;
  background-color: #0a0501;
  border-radius: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);	
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 4px;
		padding-bottom: 4px;
  }
  
  fieldset2 { 

border: 0px;
background-color: #0a0501;
}
  
  legend2 {
  border:1px solid #160a0a;
  font-variant: small-caps;
  color: #b28433;
  background-color: #160a0a;
  }

input{
	position: relative;
	padding-top: 0px;
    color: #0a0501;
    outline: none;
    border: 1px solid #443208;
    background: #918366;
	border-radius: 4px;
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
}


.inlogin {
	position: relative;
	padding-top: 0px;
	width: 128px;
    height: 20px;
    color: #0a0501;
    outline: none;
    border: 1px solid #443208;
    background: #918366;
	border-radius: 4px;
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
	margin-right: 0px;
}

.inzapisy {
	position: relative;
	padding-top: 0px;
	width: 180px;
    height: 20px;
    color: #0a0501;
    outline: none;
    border: 1px solid #443208;
    background: #918366;
	border-radius: 4px;
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
}


.inprzycisk {
	position: relative;
	padding-top: 0px;
	border: 0px;
	width: 128px;
    height: 47px;
	background-image: url(/uploads/files/grafika/2024/podstrony/przycisk-wyslij.png);
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
}
.inprzycisk:hover {
	position: relative;
	padding-top: 0px;
	border: 0px;
	width: 128px;
    height: 47px;
	background-image: url(/uploads/files/grafika/2024/podstrony/przycisk-wyslij.png);
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
}

.inprzycisk2 {
	position: relative;
	padding-top: 0px;
	border: 0px;
	width: 128px;
    height: 47px;
	background-image: url(/uploads/files/grafika/2024/podstrony/przycisk-wyslij2.png);
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
}
.inprzycisk2:hover {
	position: relative;
	padding-top: 0px;
	border: 0px;
	width: 128px;
    height: 47px;
	background-image: url(/uploads/files/grafika/2024/podstrony/przycisk-wyslij2.png);
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
}

.inprzylogin {
	position: relative;
	padding-top: 0px;
	border: 0px;
	width: 191px;
    height: 51px;
	background-image: url(/uploads/files/grafika/2024/bloki/b-alo2.png);
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
}
.inprzylogin:hover {
	position: relative;
	padding-top: 0px;
	border: 0px;
	width: 191px;
    height: 51px;
	background-image: url(/uploads/files/grafika/2024/bloki/b-alo2.png);
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
}

input[type=radio] {  
    font-family: 'Times New Roman';
    font-size: 16px;
	color: #b28458;  
}

.dzprzycisk {
	position: relative;
	padding-top: 0px;
	border: 0px;
	width: 119px;
    height: 45px;
	background-image: url(/uploads/files/grafika/2024/podstrony/dz-przycisk.png);
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
}
.dzprzycisk:hover {
	position: relative;
	padding-top: 0px;
	border: 0px;
	width: 119px;
    height: 45px;
	background-image: url(/uploads/files/grafika/2024/podstrony/dz-przycisk.png);
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
}

 .block legend a{
	color: #b28458;
  }
  
  textarea {
   position: relative;
	padding-top: 0px;
	width: 180px;
    height: 60px;
    color: #0a0501;
    outline: none;
    border: 1px solid #443208;
    background: #918366;
	border-radius: 4px;
    cursor: url(/themes/HC2021/gfx/kursor3.png), default;
}