@charset "utf-8";

/* =========== Fonts =========== */

@font-face {
	font-family: 'calibri';
	src: url('../fonts/calibri.eot');
	src: url('../fonts/calibrid41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri.woff') format('woff'),
         url('../fonts/calibri.ttf') format('truetype'),
         url('../fonts/calibri.svg#calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'calibrib';
	src: url('../fonts/calibrib.eot');
	src: url('../fonts/calibribd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibrib.woff') format('woff'),
         url('../fonts/calibrib.ttf') format('truetype'),
         url('../fonts/calibrib.svg#calibrib') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =========== General =========== */

body {
	color: #7f8081;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px #000;
	background: url(../images/bck4.png) no-repeat center center fixed;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
}

*, ul, li, h1, h2, p, b {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5;
	font-weight: normal;
}

*:focus {
	outline: none;
}

.clear {
	clear: both;
}

a {
	color: #ff9000;
	text-decoration: none;
}

a:hover {
	color: #ffa32b;
}

a img {
	border: none;
}

/* =========== Main Container =========== */

#container {
	width: 1029px;
	margin: 63px auto 100px;
}

.logo {
	width: 212px;
	height: 26px;
	top: -98px;
	left: 411px;
	z-index: 9;
	display: block;
	position: absolute;
}

.logo:hover {
	background: url(../images/logo.png) no-repeat;
}

.logo-head:before {
	width: 350px;
	height: 119px;
	top: -115px;
	left: 343px;
	right: auto;
	content: "";
	position: absolute;
}

/* =========== Top login =========== */

.login_box_top {
	width:760px;
	z-index:1;
}

.actions_cont {
	float:right;
	background:url(../images/top_login_bar.png) no-repeat;
	width:466px;
	height:68px;
	border-radius:5px 5px 0 0;
	box-shadow:0 0 20px rgba(0,0,0,.7);
}

.actions_cont .login_form_top input[type="text"], 
.actions_cont .login_form_top input[type="password"], 
.actions_cont .login_form_top input[type="submit"] {
	display:inline-block;
	vertical-align: top;
}

.actions_cont .login_form_top input[type="text"], 
.actions_cont .login_form_top input[type="password"] {
	width:154px !important;
	margin:10px 0 0 10px;
}

.actions_cont .login_form_top input[type="submit"] {
	padding:5px 15px 8px 15px;
	margin:9px 0 0 10px;
	text-transform:uppercase;
	box-shadow:inset 0 2px 0 rgba(255,255,255,.04), inset 0 0 0 1px rgba(255,255,255,.02), 0 0 4px rgba(0,0,0,.7), inset 0 0 12px rgba(102,204,255,.08);
}

/* =========== Top menu =========== */

.menu {
	width: 1161px;
	height: 98px;
	left: -66px;
	background: url(../images/menu.png) no-repeat;
}

.menu ul {
	width: 1029px;
	height: 81px;
	margin: 0 auto;
	overflow: hidden;
}

.menu li {
	float: left;
	width: 142px;
	display: inline-block;
	max-width: 170px;
	vertical-align: middle;
}

.menu li:nth-child(4) {
	margin-left: 177px;
}

.menu li a {
	color: #496076;
	display: block;
	padding: 29.5px 10px;
	font-size: 15px;
	text-align: center;
	white-space: nowrap;
	font-family: Tahoma, Geneva, sans-serif;
	text-shadow: 0 0 4px rgba(0,0,0,.6),0 1px 1px rgba(0,0,0,.3);
	text-transform: uppercase;
}

.menu li:hover {
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), inset 0 -40px 0 rgba(0,0,0,.1);
}

.menu li:hover a {
	color: #7d91a2;
}

.menu li:after {
	width: 2px;
	height: 77px;
	top: 0;
	left: auto;
	right: 0;
	margin: 2px 0 0 0;
	content: "";
	position: absolute;
	vertical-align: top;
	background: url(../images/menu_separators.png) no-repeat;
}

.menu li:nth-child(3):after, 
.menu li:last-child:after {
	display: none;
}

/* =========== Search bar =========== */

.search_bar {
	width: 1010px;
	height: 130px;
	margin: 0 auto;
	z-index: 10;
}

/* =========== Boxes =========== */

.box {
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .75), inset 0 0 8px 5px rgba(27, 36, 46, .75);
	border-radius: 5px;
}

.box .head {
	color: #485f73;
	display: block;
	font-family: calibrib;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
	border-bottom: 1px #010101 solid;
	background: rgba(82, 114, 145, .06);
}

.box .body {
	padding: 10px 15px;
	border-top: 1px #18222c solid;
}

/* =========== LEWA KOLUMNA =========== */

#left {
	width: 280px;
	float: left;
}

#left section {
	margin: 0 0 5px 0;
	border: 1px #0b1319 solid;
	background: #0c1015;
	border-radius: 5px;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .75), inset 0 0 8px 5px rgba(27, 36, 46, .75);
}

#left section .head {
	width: auto;
	height: 33px;
	padding: 13px 0 0 20px;
	font-size: 14px;
	text-transform: uppercase;
}

/* Left menu */
#left #left-menu {
	border-top: 1px #18222c solid;
}

#left #left-menu li {
	height: 42px;
	list-style: none;
	background-image: url(../images/side_menu.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: -5px -7px;
	position: relative;
}

#left #left-menu li span {
	width: 18px;
	height: 18px;
	margin: 12px 0 0 12px;
	display: block;
	position: absolute;
	background-image: url(../images/side_menu.png);
	background-repeat: no-repeat;
	background-position: -327px -4px;
}

#left #left-menu li a {
	color: #686258;
	display: block;
	padding: 10px 0 12px 38px;
	font-size: 12px;
	font-family: calibrib;
	text-shadow: 0 1px 1px rgba(0,0,0,.4), 0 0 4px rgba(0,0,0,.6);
	text-decoration: none;
}

#left #left-menu li a:hover {
	color: #ff9000;
}

#left #left-menu li:hover {
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), inset 0 -40px 0 rgba(0,0,0,.1);
}

#left #left-menu li:hover a {
	color: #7d91a2;
}

/* =========== PRAWA KOLUMNA (treść główna) =========== */

#right {
	width: 734px;
	float: right;
}

#right article {
	margin: 0 0 3px 0;
	border: 2px #080e13 solid;
	background: #0b0f13;
	border-radius: 6px;
}

#right article .head {
	width: auto;
	height: 41px;
	padding: 15px 0 0 60px;
	font-size: 18px;
	text-transform: capitalize;
	position: relative;
	color: #485f73;
	font-family: calibrib;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
	border-bottom: 1px #010101 solid;
	background: rgba(82, 114, 145, .06);
}

#right article .head:before {
	width: 24px;
	height: 24px;
	top: 17px;
	left: 22px;
	content: "";
	position: absolute;
	background: url(../images/headline_icon.png) no-repeat center center;
}

#right article .body {
	padding: 15px 20px;
	border-top: 1px #18222c solid;
}

/* =========== DODATKOWE PANELE PO PRAWEJ STRONIE (pod treścią) =========== */

.right-panels {
	margin-top: 20px;
	width: 100%;
}

.right-panels section {
	margin: 0 0 5px 0;
	border: 1px #0b1319 solid;
	background: #0c1015;
	border-radius: 5px;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .75), inset 0 0 8px 5px rgba(27, 36, 46, .75);
}

.right-panels section .head {
	width: auto;
	height: 33px;
	padding: 13px 0 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #485f73;
	font-family: calibrib;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
	border-bottom: 1px #010101 solid;
	background: rgba(82, 114, 145, .06);
}

.right-panels section .body {
	padding: 10px 12px;
	border-top: 1px #18222c solid;
}

/* Menu dla prawych paneli */
.right-panels .right-menu {
	border-top: 1px #18222c solid;
	margin: 0;
	padding: 0;
}

.right-panels .right-menu li {
	height: 40px;
	list-style: none;
	background-image: url(../images/side_menu.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: -5px -7px;
	position: relative;
}

.right-panels .right-menu li:before {
	content: "";
	width: 18px;
	height: 18px;
	margin: 11px 0 0 12px;
	display: block;
	position: absolute;
	background-image: url(../images/side_menu.png);
	background-repeat: no-repeat;
	background-position: -327px -4px;
	z-index: 1;
}

.right-panels .right-menu li a {
	color: #686258;
	display: block;
	padding: 10px 0 12px 38px;
	font-size: 12px;
	font-family: calibrib;
	text-shadow: 0 1px 1px rgba(0,0,0,.4), 0 0 4px rgba(0,0,0,.6);
	text-decoration: none;
}

.right-panels .right-menu li a:hover {
	color: #ff9000;
}

.right-panels .right-menu li:hover {
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), inset 0 -40px 0 rgba(0,0,0,.1);
}

.right-panels .right-menu li:hover a {
	color: #7d91a2;
}

/* Facebook panel */
.right-panels .fb-page {
	margin: 0 auto;
	width: 100%;
}

/* =========== Main Layout =========== */

#main {
	width: 1029px;
	margin: 0 auto;
	overflow: hidden;
}

/* =========== Footer =========== */

footer {
	width: 1029px;
	height: 89px;
	color: #ffffff;
	margin: 0 auto;
	font-size: 13px;
}

footer .footer {
	width: 650px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}

footer .footer span {
	color: #68696a;
}

/* =========== Buttons =========== */

.nice_button, input[type="submit"] {
	width: auto;
	height: 18px;
	color: #75a106;
	cursor: pointer;
	border: 1px #202e3b solid;
	margin: 2px 0 0 0;
	padding: 8px 7px;
	background: #102030;
	background: -moz-linear-gradient(top,  #102030 0%, #0f161c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#102030), color-stop(100%,#0f161c));
	background: -webkit-linear-gradient(top,  #102030 0%,#0f161c 100%);
	background: -o-linear-gradient(top,  #102030 0%,#0f161c 100%);
	background: -ms-linear-gradient(top,  #102030 0%,#0f161c 100%);
	background: linear-gradient(to bottom,  #102030 0%,#0f161c 100%);
	font-size: 12px;
	box-shadow: inset 0 0 10px rgba(0,0,0,.15), inset 0 0 0 1px rgba(255,255,255,.02), inset 0 2px 0 rgba(255,255,255,.05), 0 0 6px rgba(0,0,0,.4);
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2), 0 0 5px rgba(0,0,0,.2);
	line-height: 0;
	border-radius: 3px;
	text-transform: uppercase;
	transition: all 500ms;
}

.nice_button:hover, input[type="submit"]:hover {
	color: #ffb900;
	background: #0f161c;
	background: -moz-linear-gradient(top,  #0f161c 0%, #102030 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f161c), color-stop(100%,#102030));
	background: -webkit-linear-gradient(top,  #0f161c 0%,#102030 100%);
	background: -o-linear-gradient(top,  #0f161c 0%,#102030 100%);
	background: -ms-linear-gradient(top,  #0f161c 0%,#102030 100%);
	background: linear-gradient(to bottom,  #0f161c 0%,#102030 100%);
	box-shadow: inset 0 0 10px rgba(255,204,0,.02),inset 0 0 10px rgba(0,0,0,.15), inset 0 0 0 1px rgba(255,255,255,.02), inset 0 2px 0 rgba(255,255,255,.05), 0 0 6px rgba(0,0,0,.4);
}

/* =========== Banners =========== */

a#vote_banner {
	width:284px; height:111px;
	display:block;
	position:relative;
	margin:-24px 0 0 1px;
	background-image:url(../images/vote_banner.png);
	background-color: transparent;
}

a#vote_banner p { display: none;}
a#vote_banner:hover {background-position:0 -111px;}

a#register_banner {
	width:284px; height:123px;
	display:block;
	position:relative;
	margin:-36px 0 0 1px;
	background-image:url(../images/register_banner.png);
	background-color: transparent;
}

a#register_banner p {display:none;}
a#register_banner:hover { background-position:0 -123px;}

/* =========== POPRAWKA DLA HOVERÓW W LEWYM PANELU =========== */

/* Usuwamy efekt podwójnego napisu - ukrywamy drugi link */
#left #left-menu li p {
    display: none !important;
}

/* Poprawiamy hover - usuwamy efekt nakładania */
#left #left-menu li:hover {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), inset 0 -40px 0 rgba(0,0,0,.1);
}

#left #left-menu li:hover a {
    color: #7d91a2;
    text-shadow: 0 0 1px rgba(0,38,67,.5), 0 0 0 rgba(0,38,67,.7), 0 0 12px rgba(102,204,255,.4);
}

/* Poprawka dla wysokości li */
#left #left-menu li {
    height: 42px;
    overflow: hidden;
}

/* =========== POPRAWKA DLA HOVERÓW W PRAWYM PANELU (right_sidebar) =========== */

/* Style dla prawego panelu - przywracamy hover */
#right_sidebar .sidebar-menu li {
    height: 40px;
    list-style: none;
    background-image: url(../images/side_menu.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -5px -7px;
    position: relative;
    transition: all 0.3s ease;
}

#right_sidebar .sidebar-menu li:before {
    content: "";
    width: 18px;
    height: 18px;
    margin: 11px 0 0 12px;
    display: block;
    position: absolute;
    background-image: url(../images/side_menu.png);
    background-repeat: no-repeat;
    background-position: -327px -4px;
    z-index: 1;
}

#right_sidebar .sidebar-menu li a {
    color: #686258;
    display: block;
    padding: 10px 0 12px 38px;
    font-size: 12px;
    font-family: calibrib;
    text-shadow: 0 1px 1px rgba(0,0,0,.4), 0 0 4px rgba(0,0,0,.6);
    text-decoration: none;
    transition: all 0.3s ease;
}

#right_sidebar .sidebar-menu li a:hover {
    color: #ff9000;
}

#right_sidebar .sidebar-menu li:hover {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), inset 0 -40px 0 rgba(0,0,0,.1);
}

#right_sidebar .sidebar-menu li:hover a {
    color: #7d91a2;
    text-shadow: 0 0 1px rgba(0,38,67,.5), 0 0 0 rgba(0,38,67,.7), 0 0 12px rgba(102,204,255,.4);
}

/* =========== POPRAWKA DLA PRAWEJ KOLUMNY (right_sidebar) - JEDNOLITE STYLE =========== */

#right_sidebar section {
    margin: 0 0 5px 0;
    border: 1px #0b1319 solid;
    background: #0c1015;
    border-radius: 5px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .75), inset 0 0 8px 5px rgba(27, 36, 46, .75);
}

#right_sidebar section .head {
    width: auto;
    height: 33px;
    padding: 13px 0 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #485f73;
    font-family: calibrib;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    border-bottom: 1px #010101 solid;
    background: rgba(82, 114, 145, .06);
}

#right_sidebar section .body {
    padding: 10px 12px;
    border-top: 1px #18222c solid;
}

/* Menu dla prawej kolumny */
#right_sidebar .sidebar-menu {
    border-top: 1px #18222c solid;
    margin: 0;
    padding: 0;
}

/* =========== DOSTOSOWANIE LEWEGO PANELU - USUNIĘCIE DUPLIKATÓW =========== */

/* Ukrywamy drugi link w lewym menu */
#left #left-menu li p,
#left #left-menu li p span {
    display: none !important;
}

/* Poprawiamy padding dla linków w lewym menu */
#left #left-menu li a {
    padding: 10px 0 12px 38px;
}

/* Usuwamy dodatkowe efekty które powodują nakładanie */
#left #left-menu li {
    overflow: hidden;
}

#left #left-menu li:hover p {
    display: none !important;
}

/* =========== POPRAWKA DLA PANELU LOGOWANIA - WYŚRODKOWANIE =========== */

.login_box_top {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 10;
}

.actions_cont {
    float: none;
    margin: 0 auto;
    background: url(../images/top_login_bar.png) no-repeat center;
    width: 466px;
    height: 68px;
}

.login_form_top {
    text-align: center;
    padding: 0;
}

.login_form_top form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
}

.login_form_top input[type="text"],
.login_form_top input[type="password"] {
    width: 140px !important;
    margin: 0 !important;
    padding: 8px;
}

.login_form_top input[type="submit"] {
    margin: 0 !important;
    padding: 6px 15px !important;
}

/* =========== POPRAWKA DLA GÓRNEGO MENU - ODSTĘPY =========== */

.menu {
    width: 100%;
    left: 0;
    background-position: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.menu ul {
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.menu li {
    float: none;
    width: auto;
    margin: 0;
}

.menu li a {
    padding: 25px 15px;
    font-size: 14px;
}

/* =========== POPRAWKA DLA LOGO =========== */

.logo {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    top: -80px;
}

.logo-head:before {
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    margin-left: 0;
    top: -115px;
}

/* =========== POPRAWKA DLA GŁÓWNEGO KONTENERA - PODNIESIENIE TREŚCI =========== */

#container {
    width: 1200px;
    margin: 40px auto 100px;
}

#main {
    width: 1200px;
    margin: 20px auto 0;
    overflow: hidden;
}

/* =========== DOSTOSOWANIE ODSTĘPÓW MIĘDZY PANELAMI =========== */

#left section,
#center_content article,
#right_sidebar section {
    margin-bottom: 8px;
}

/* =========== POPRAWKA DLA SEARCH BAR =========== */

.search_bar {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0;
    height: auto;
}

