html,body
{
	background: #03060e;
	padding:0 auto;
	margin: 0 auto;
	color:#c2b194;
	font-family:Times New Roman;
}

.loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #323232; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 0.45s linear infinite;
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	z-index:100;
	-webkit-box-shadow: 0px 0px 19px 19px rgba(29, 29, 31, 0.60);
	-moz-box-shadow: 0px 0px 19px 19px rgba(29, 29, 31, 0.60);
	box-shadow: 0px 0px 19px 19px rgba(29, 29, 31, 0.60);
 }

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hide-loader{
display:none;
}

#__referans a
{
	color:#f3f3b9;
	font-size:12px;
	font-weight:500;
	text-align:center;
	font-family:Calibri,sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 6px #000000;
	text-transform:none;
	text-align:center;
}
#__referans a:hover
{
	color:#d7d799;
	font-size:12px;
	font-weight:500;
	text-align:center;
	font-family:Calibri,sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 6px #000000;
	text-transform:none;
	text-align:center;
}
#__referans a:active
{
	color:#d7d799;
	font-size:12px;
	font-weight:500;
	text-align:center;
	font-family:Calibri,sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 6px #000000;
	text-transform:none;
	text-align:center;
}

#__referans a:visited {
	color:#d7d799;
	font-size:12px;
	font-weight:500;
	text-align:center;
	font-family:Calibri,sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 6px #000000;
	text-transform:none;
	text-align:center;
}

input[type="text"], [type="password"] 
{
	letter-spacing:0.5px;
	border:none;
	margin-left:-3;
	padding-top:10;
	background:none;
	color:#f3f3b9;
	font-size:12px;
	font-weight:500;
	text-align:center;
	font-family:Calibri,sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 6px #000000;
	text-transform:none;
	text-align:center;
}
textarea:focus, input:focus{
    outline: none;
}

/*
 PANEL_ADMIN
*/
#__content_all
{
	margin-left: auto;
	margin-right: auto;
	background: #03060e;
}

#__content_all html,body
{
	background: #03060e;
	padding:0 auto;
	margin: 0 auto;
	color:#c2b194;
	font-family:Times New Roman;
}

#__content_header
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 727px;
	border: 1px solid red;
	/*box-shadow: 0px 7px 14px 2px rgba(0,0,0,0.71);
	-webkit-box-shadow: 0px 7px 14px 2px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 7px 14px 2px rgba(0,0,0,0.71);*/
}

#__content
{
	margin-left: auto;
	margin-right: auto;
}
#__header
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 536px;
	/*box-shadow: 0px 7px 14px 2px rgba(0,0,0,0.71);
	-webkit-box-shadow: 0px 7px 14px 2px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 7px 14px 2px rgba(0,0,0,0.71);*/
}
#__header_content
{
	background-image:url("/__images_1/BACKGROUND_HEADER.png");
	background-repeat: no-repeat;
/*	background-attachment: fixed;*/
    background-position: center;
	width: 100%;
	height: 486px;
	text-align: center;
}
#__header_logos
{
	margin-top:25pt;
	margin-bottom:20pt;
	/*margin-right:100pt;*/
	width:350pt;
	height:125pt;
	display: inline-block;
	/*border: 1px solid red;*/
}
#__header_logos img
{
	width:320pt;
}
#__header_language
{
	margin-top:-75pt;
	width:350pt;
	height:50pt;
	display: inline-block;
	/*border: 1px solid red;*/
}
#__header_menu
{
	background-image:url("/__images_1/BACKGROUND_MENU.png");
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
/*	background-attachment: fixed;*/
    background-position: center;
	width: 746px;
	height: 104px;
	margin-top:88px;
	text-align: left;
}
#__header_menu_transe
{
	background-image:url("/__images_1/OTHER/ELIPSE.png");

	width: 26px;
	height: 32px;
	padding-left:26px;
	padding-top:11px;
	padding-bottom:3px;
}
#__header_menu a
{
	color:#f3f3b9;
	font-size:21px;
	font-weight:700;
	text-align:center;
	font-family:Calibri,sans-serif;
	text-shadow: 2px 2px 6px #000000;
	text-transform:uppercase;
	text-align:center;
	background-color:transparent;
	text-decoration: none;
}
#__header_menu a:hover
{
	color:#f3f3b9;
	font-size:21px;
	font-weight:700;
	text-align:center;
	font-family:Calibri,sans-serif;
	text-shadow: 2px 2px 6px #000000;
	text-transform:uppercase;
	text-align:center;
	background-color:transparent;
	text-decoration: none;
}
#__header_menu a:active
{
	color:#f3f3b9;
	font-size:21px;
	font-weight:700;
	text-align:center;
	font-family:Calibri,sans-serif;
	text-shadow: 2px 2px 6px #000000;
	text-transform:uppercase;
	text-align:center;
	background-color:transparent;
	text-decoration: none;
}
#__header_menu a:visited {
	color:#f3f3b9;
	font-size:21px;
	font-weight:700;
	text-align:center;
	font-family:Calibri,sans-serif;
	text-shadow: 2px 2px 6px #000000;
	text-transform:uppercase;
	text-align:center;
	background-color:transparent;
	text-decoration: none;
}
#__middle
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-height: 421px;
	margin-top: -100px;
}

#__middle_calendare
{
	width: 505;
	height:179;
	margin-left:auto;
	margin-right:auto;
}


#__middle_bar_title
{
	width: 455;
	height:78;
	margin-left:auto;
	margin-right:auto;
}
#__middle_bar_title_img1
{
	width: 455;
	height:36;
	margin-top:19;
	background-image:url("/__images_1/INPUT/input_big.png");
}
#__middle_content
{
	/*background-image:url("/__images_1/BACKGROUND_MID_SPECIAL.png");*/
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
    background-position: center top;
	width: 100%;
	min-height:1121px;

}
#__middle_object_float
{
	width:1280;
	margin-left:auto;
	margin-right:auto;
	min-height:621;
	padding-top:15;
}
#__middle_object_float_1
{
	float:left;
	width:280;
	margin-left:101px;
	margin-top:0;
	z-index: 1;
	position: relative;
}
#__middle_object_float_1_conte
{
	width:250;
	margin-left:10px;
}
#__middle_object_float_2
{
	width:596;
	float:left;
	margin-left:-22px;
	z-index: 3;
	position: relative;
}
#__middle_object_float_3
{
	z-index: 1;
	width:251;
	margin-left:-51px;
	margin-top:0;
	float:left;
	margin-bottom:20;
	position: relative;
}
#__middle_object_float_4
{
	margin-left:30;
	clear:both;
	text-align:left;
	height:10px;
}
#__middle_input_logine
{
	background:url("/__images_1/INPUT.png");
	width:212;
	height:34;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:12px;
}
#__rankse
{
	background-image:url("/__images_1/RANKING.png");
	min-height:66;
	min-width:320;
	margin-left:-7px;
	margin-top:-17px;
}

#__middle_object_cloat_presetion
{
	width:1920;
	margin-left:auto;
	margin-right:auto;
	min-height:621;
	padding-top:15;
}
#__middle_object_cloat_1_presetion
{
	float:left;
	width:1920;
	margin-left:0;
	margin-top:0;
	z-index: 1;
	position: relative;
}
#__middle_object_cloat_1_contetnt_presetion
{
	width:250;
	margin-left:10px;
}
#__middle_object_cloat_2_presetion
{
	width:600;
	float:left;
	margin-left:-28px;
	z-index: 3;
	position: relative;
}
#__middle_object_cloat_3_presetion
{
	z-index: 1;
	width:251;
	margin-left:-6px;
	margin-top:20px;
	float:left;
	margin-bottom:20;
	position: relative;
}
#__middle_object_cloat_4_presetion
{
	margin-left:30;
	clear:both;
	text-align:left;
	height:10px;
}
#__elemente_1_presetion
{
	/*background-image:url("/__images_1/OTHER/OZDOBA.png");*/
	z-index: 3;
	float:left;
	margin-top:-50px;
	margin-bottom:-50px;
}
/*BELKA MENU*/
#__bar_prestions
{
	width:1920px;
	height:99px;
	background-image:url("/__images_1/PREZENTACJA//BELKA.png");
	/*border: 1px solid red;*/
	display: inline-block;
	margin-top:5px;
	margin-left:-17px;
}

#__bar_menu
{
	width:233px;
	height:35px;
	/*background-image:url("/__images_1/BELKA_SMALL/BELKA_SMALL_RAMKA.png");
	/*border: 1px solid red;*/
	display: inline-block;
	margin-top:-10px;
	margin-left:-5px;
}
#__text_bar
{
	margin-top:41px;
	color:#f3f3b9;
	font-size:16px;
	font-weight:700;
	text-align:center;
	font-family:Calibri,sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 6px #000000;
	text-transform:uppercase;
}


#__uppen_big_border
{
	width:598px;
	height:90;
	background-image:url("/__images_1/BELKA_BIG/BELKA_UP_BIG.png");
	text-align: center;
	z-index: 3;
}
#__elementer_1
{
	width:37px;
	margin-top:18px;
	margin-left:0px;
	min-height:248;
	position: relative;
	/*background-image:url("/__images_1/OTHER/OZDOBA.png");*/
	z-index: 3;
	float:left;
}
#__elementer_2
{
	width:37px;
	margin-top:18px;
	margin-right:-5px;
	min-height:248;
	position: relative;
	/*background-image:url("/__images_1/OTHER/OZDOBA.png");*/
	z-index: 4;
	float:right;
}
#__middle_big_border
{
	width:598px;
	margin-left:0px;
	min-height:799;
	background-image:url("/__images_1/BELKA_BIG/BELKA_MID_BIG.png");
	z-index: 3;
}
#__endle_big_border
{
	width:598px;
	height:90;
	margin-left:0px;
	background-image:url("/__images_1/BELKA_BIG/BELKA_END_BIG.png");
	z-index: 3;
}
#__uppe_border_presetion
{
	width:1025px;
	height:65;
	background-image:url("/__images_1/BELKA_PREZENTACJA/BELKA_PREZENTACJA_UP.png");
	z-index: 3;
}
#__middle_border_presetion
{
	width:1025px;
	margin-left:0px;
	min-height:24;
	background-image:url("/__images_1/BELKA_PREZENTACJA/BELKA_PREZENTACJA_MID.png");
	z-index: 3;
}
#__endle_border_presetion
{
	width:1025px;
	height:65;
	margin-left:0px;
	background-image:url("/__images_1/BELKA_PREZENTACJA/BELKA_PREZENTACJA_DOWN.png");
	z-index: 3;
}
#__uppe_small_border
{
	width:319px;
	height:90;
	background-image:url("/__images_1/BELKA_SMALL/BELKA_UP_SMALL.png");
	text-align: center;
	z-index: 1;
}
#__midlle_small_border
{
	width:319px;
	min-height:90;
	margin-left:0px;
	text-align:center;
	background-image:url("/__images_1/BELKA_SMALL/BELKA_MID_SMALL.png");
	z-index: 1;
}
#__endle_small_border
{
	width:319px;
	height:90;
	margin-left:0px;
	background-image:url("/__images_1/BELKA_SMALL/BELKA_END_SMALL.png");
	text-align:center;
	z-index: 1;
}
#__border_radius
{
	width:460px;
	background-color:rgba(0, 0, 0, 0.35);
	margin-left:auto;
	margin-right:auto;
	border-radius:6px;
	border:2px solid #0b1c1d;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:left;
	line-height:20px;
	color:#f3f3b9;
	font-size:13px;
	font-weight:500;
	font-family:Calibri,sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 6px #000000;
	text-transform:none ;
}
#__border_nonvisual
{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	border-radius:6px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:left;
	color:#c2b194;
	font-size:14px;
	line-height:20px;
}
#__border
{
	width:830px;
	background-color:rgba(0, 0, 0, 0.25);
	margin-left:auto;
	margin-right:auto;
	border-radius:6px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:left;
	color:#c2b194;
	font-size:86%;
	line-height:25px;
	text-align:center;
}


#__title_text
{
	color:#c2b194;
	font-size:18px;
	font-weight:500;
	text-align:center;
	padding-top:13;
}

#__title_post
{
	color:#f3f3b9;
	font-size:14px;
	font-weight:500;
	text-align:center;
	font-family:Calibri,sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 6px #000000;
	text-transform:none;
	text-align:center;
}

#__text_1
{
	color:#c5954a;
	font-size:14px;
	font-weight:500;
	display:inline;
}

#__endl
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-height: 125px;
	background: #03060e
	/*border:3px solid red;*/
}
#__endl_content
{
	background-image:url("/__images_1/BOTTOM_FOOTER.png");
	background-repeat: no-repeat;
/*	background-attachment: fixed;*/
    background-position: center;
	width: 100%;
	height: 332px;
	text-align:center;
}
#__endl_logos
{
	margin-top:55pt;
	width:150pt;
	height:128pt;
	display: inline-block;
	/*border: 1px solid red;*/
}
#__endl_logos img
{
	width:120pt;
}

#__endl_langs
{
	margin-top:-75pt;
	width:310pt;
	height:50pt;
	display: inline-block;
	/*border: 1px solid red;*/
}



#__ranks_bark_normals
{
	background-image:url("/__images_1/RANKING_NORM.png");
	height:29;
	width:243;
}

#__border_character
{
	border:1px solid #89694e;
	border-radius:6px;
	background-color:rgba(25, 19, 15, 0.80);
	width:400px;
	height:90px;
}
#__border_presetion
{
	border:1px solid #8a7c71;
	border-radius:6px;
	background-color:rgba(7, 3, 0, 0.70);
	width:400px;
	height:90px;
}

#__buttoones input[type="submit"], [type="reset"],  [type="button"]
{
	color:#f3f3b9;
	font-size:13px;
	font-weight:900;
	text-align:center;
	font-family:Calibri,sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 18px #000000;
	text-transform:uppercase;
	text-align:center;
	background-color:transparent;
	background-image:url("/__images_1/BUTTON/BUTTON_MID_NORMAL.png");
	border:none;
	height:34;
	width:212;
	opacity: 0.9;
    -moz-opacity:0.9;
	padding-top:0px;
}
#__buttoones input[type="submit"]:hover, [type="reset"]:hover, [type="button"]:hover
{
	opacity: 1.0;
    -moz-opacity:1.0;
}

#__buttoones input[type="submit"]:active, [type="reset"]:active, [type="button"]:active
{
	opacity: 0.6;
    -moz-opacity:0.6;
}


#__buttoones_mini input[type="submit"], [type="reset"],  [type="button"]
{
	color:#f3f3b9;
	font-size:13px;
	font-weight:900;
	text-align:center;
	font-family:Calibri,sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 18px #000000;
	text-transform:uppercase;
	text-align:center;
	background-color:transparent;
	background-image:url("/__images_1/BUTTON/BUTTON_MID_SMALL.png");
	border:none;
	height:34;
	width:105;
	opacity: 0.9;
    -moz-opacity:0.9;
	padding-top:2px;
}
#__buttoones_mini input[type="submit"]:hover, [type="reset"]:hover, [type="button"]:hover
{
	opacity: 1.0;
    -moz-opacity:1.0;
}

#__buttoones_mini input[type="submit"]:active, [type="reset"]:active, [type="button"]:active
{
	opacity: 0.6;
    -moz-opacity:0.6;
}

#__buttoones_downolads input[type="submit"], [type="reset"],  [type="button"]
{
	color:#f3f3b9;
	font-size:13px;
	font-weight:900;
	text-align:center;
	font-family:Calibri,sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 18px #000000;
	text-transform:uppercase;
	text-align:center;
	background-color:transparent;
	background-image:url("/__images_1/BUTTON/BUTTON_DOWNOLAD.png");
	height:204;
	width:161;
	opacity: 0.9;
    -moz-opacity:0.9;
	padding-top:0px;
	margin-top:-99;
}
#__buttoones_downolads input[type="submit"]:hover, [type="reset"]:hover, [type="button"]:hover
{
	opacity: 1.0;
    -moz-opacity:1.0;
}

#__buttoones_downolads input[type="submit"]:active, [type="reset"]:active, [type="button"]:active
{
	opacity: 0.6;
    -moz-opacity:0.6;
}
#__object_tables
{
	margin-left:auto;
	margin-right:auto;
	height:18;
	padding-top:10px;
	width:400px;
	background-color:rgba(0, 0, 0, 0.35);
	margin-left:auto;
	margin-right:auto;
	border-radius:6px;
	border:2px solid #0b1c1d;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:left;
	line-height:20px;
	color:#f3f3b9;
	font-size:13px;
	font-weight:500;
	font-family:Calibri,sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 6px #000000;
	text-transform:none ;
}


#__object_tables_1
{
	float:left;
	width:36;
	margin-left:5;
	height:30;
}
#__object_tables_2
{
	width:96;
	float:left;
	margin-left:2;
	height:10;
}
#__object_tables_3
{
	width:27;
	float:left;
	margin-left:7;
	height:10;
}
#__object_tables_4
{
	width:25;
	float:left;
	margin-left:11;
	height:10;
}
#__object_tables_5
{
	width:25;
	float:left;
	margin-left:11;
	height:10px;
}
#__object_tables_6
{
	width:25;
	float:left;
	margin-left:11;
	height:10px;
}
#__object_tables_7
{
	margin-left:0;
	clear:both;
	text-align:left;
	height:10px;
}
.hero-image {
  background-image: url("/__images_1/INPUT/input1.png"); /* The image used */
  height: 36px; /* You must set a specified height */
  width: 212px; /* You must set a specified height */
}
