/* 7.27 fix9zzc */
/* UTF-8 w/o BOM */
/*
* PALETA KOLOROW
* #306406 #7F1717 #FF0 #000 #2F3031 #999 #767676 #DDD #F0F0F0 #FFF
*/

html {
	background: #fdfdfd;
}

body {
	height: 100%;
	width: 100%;
}
/*** BRAMKA ***/

#bg_bottom {
	width: 100%;
	min-height: 100%;
	background: url('png,img/bramka/bg_bottom.png') bottom center repeat-x;
}

#gate_bg {
	width: 100%;
	max-width: 400px;
	padding-top: 5%;
	margin: 0 auto;
}

#gate {
	width: 90%;
	padding: 5%;
	background-color: #fff;
/*	background: rgba(255,255,255,0.85);*/
}

#gate .table {
	border-collapse: collapse;
}

#gate .tableRow .tableCell:first-child {
	background-color: #2f3031;
	border: 1px solid #2F3031;
	vertical-align: middle;
}

#gate .tableRow .tableCell:last-child {
	border: 1px solid #ddd;
}

#gate_nossl,
#gate_ssl {
	padding: 0.5em 1em;
	font-size: 0.9em;
	color: #f0f0f0;
	font-weight: bold;
	float: right;
}

#gate_nossl {
	background: #7F1717;
}

#gate_ssl {
	background: #306406;
}

#gate_nossl div,
#gate_ssl div {
	color: #fff;
	text-decoration: none;
}

#gate_logo {
	margin: 0 0 15px;
	min-height: 55px;
	padding: 10px 0px 10px 105px;
	background: url('png,img/bramka/gate_logo.png') 0 50% no-repeat;
	background-size: 80px auto;
	color: #2F3031;
	font-size: 1.3em;
}

#gate_logo span {
	display: block;
}

#gate_form {
	margin: 0;
	padding: 0;
}

#gate_form_fieldset,
#gate_form_password_reset_set_new_form_fieldset,
#gate_password_reset_form_fieldset {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#gate_submit_form,
#gate_password_reset_submit_form,
#gate_form_password_reset_set_new_submit_form {
	width: 100%;
	font-size: 1.4em;
	font-weight: normal;
	padding: 3% 0;
	margin-top: 5%;
}

#gate_code_input_form {
	letter-spacing: 0.4em;
	font-family: Courier, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
}

#gate_form .passwordBox {
	position: relative;
}

#gate_form .passwordBox .togglePassword {
	position: absolute;
	right: 0;
	padding: 0;
	width: 3em;
	height: 3em;
	line-height: 3em;
	font-size: 1.2em;
	text-align: center;
}

#gate_form .passwordBox .gate_input {
	padding-right: 15%;
	width: 80%;
}

.gate_label,
.gate_label:hover {
	color: #fff;
	text-align: center;
	width: 3.5em;
	display: block;
}

.gate_input {
	width: 90%;
	border: 0;
	padding: 0 5%;
	line-height: 3em;
	height: 3em;
	/* IE FIX */

	color: #767676;
}

.gate_input:hover,
.gate_input:focus {
	border: 0;
	color: #000;
}

.gate_labelBox label:focus {
	border: 1px solid #ddd;
}

.gate_options {
	margin-top: 5%;
}

.gate_options li > span {
	display: block;
}

.gate_options.gate_options_margin li:first-child > span {
	margin-right: 5%;
}

.gate_options.gate_options_margin li:last-child > span {
	margin-left: 5%;
}

.gate_options a {
	color: #767676;
	display: block;
	font-size: 1em;
	padding: 0.5em;
	border: 1px solid #767676;
}

.gate_options a:focus,
.gate_options a:hover {
	color: #000;
	border-color: #000;
}

.gate_options a.active {
	border-color: #7F1717;
	color: #7F1717;
	border-width: 3px;
}
.gate_options a.active:hover,
.gate_options a.active:focus {
	background-color: #7F1717;
	color: #fff;
}

/*** END BRAMKA ***/

/*** BRAMKA SHAKE ***/
@keyframes shake {
	from {
		left:0;
	}
	25% {
		left:-20px;
	}
	75% {
		left:+20px;
	}
	to {
		left:0;
	}
}

#gate_bg.shake {
	animation: shake .2s linear 2;
}
/*** END BRAMKA SHAKE ***/

/*** ULATWIENIA DOSTEPU ***/
/*
#ulatwienia_form {
	margin: 0;
	padding: 0;
}

#ulatwienia_form_fieldset {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#ulatwienia_fixed {
	position: fixed;
	width: 100%;
}

#ulatwienia_margin {
	margin: 0 80px;
}

#ulatwienia_right {
	float: right;
	clear: both;
}

#ulatwienia_show {
	display: block;
	background: #ddd;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 3px 10px 5px 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#ulatwienia_right_padding {
	padding-right: 15px;
	display: block;
}

.ulatwienia_show_down {
	background: url('png,img/bramka/ulatwienia_show_down.png') right center no-repeat;
}

.ulatwienia_show_up {
	background: url('png,img/bramka/ulatwienia_show_up.png') right center no-repeat;
}

#ulatwienia_box {
	float: right;
	background: #ddd;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	display: none;
}

#ulatwienia_box_top {
	padding: 15px;
	background: url('png,img/bramka/ulatwienia_box_top.png') left bottom repeat-x;
}

#ulatwienia_box_bottom {
	padding: 10px 15px;
	background: url('png,img/bramka/ulatwienia_box_bottom.png') 0 0 repeat-x;
}

#ulatwienia_submit_form {
	background: #f0f0f0 url('png,img/bramka/ulatwienia_submit_form.png') 8px 60% no-repeat;
	color: #2F3031;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px solid #ddd;
	padding: 7px 15px 7px 25px;
	cursor: pointer;
}

#ulatwienia_box_czcionka,
#ulatwienia_box_kontrast {
	float: left;
}

#ulatwienia_box_kontrast {
	padding-left: 20px;
}

#ulatwienia_box_czcionka h2,
#ulatwienia_box_kontrast h2 {
	margin: 0 0 10px;
	color: #2F3031;
	font-size: 1.1em;
}

#ulatwienia_box_czcionka h2 {
	background: url('png,img/bramka/ulatwienia_box_czcionka.png') 0px 50% no-repeat;
	padding-left: 21px;
}

#ulatwienia_box_kontrast h2 {
	background: url('png,img/bramka/ulatwienia_box_kontrast.png') 0px 50% no-repeat;
	padding-left: 15px;
}

.font_normal {
	font-size: 1em;
}

.font_big {
	font-size: 1.2em;
}

.font_biggest {
	font-size: 1.4em;
}

#ulatwienia_box_kontrast_checkbox_div {
	background: #000;
	color: #ff0;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	padding: 7px 15px;
}
*/
/*** END ULATWIENIA DOSTEPU ***/
/*** VEGAS SLIDESHOW ***/

.vegas-timer-progress {
	background-color: #7F1717 !important;
}

.vegasPlayPause {
	position: fixed;
	right: 30px;
	bottom: 30px;
	color: #fff;
	color: rgba(255, 255, 255, 0.3);
	font-size: 5em;
	cursor: pointer;
}

.vegasPlayPause:hover {
	color: #fff;
}
/*** END VEGAS SLIDESHOW ***/

/*** PHONE VIEW ***/
@media screen and (max-width: 568px) {
	#gate_bg {
		position: static !important;
		padding: 10% 5% !important;
		width: 90% !important;
	}

	#gate_logo {
		background-position: top center;
		padding: 80px 10px 10px;
	}

	.gate_options {
		width: 100%;
	}

	.gate_options li {
		display: block;
		width: 100%;
	}

	.gate_options.gate_options_margin li:first-child > span {
		margin-right: 0;
	}

	.gate_options.gate_options_margin li:last-child > span {
		margin-left: 0;
	}

	.gate_options li:first-child > span {
		margin: 0;
	}

	.gate_options li:last-child > span {
		margin: 5% 0 0;
	}
}
/*** END PHONE VIEW ***/

@media (prefers-color-scheme: dark) {

	html, body {
		background-color: #0f0f0f;
		color: #fff;
	}

	a,
	a:link,
	a:active,
	a:visited {
		color: #fff;
	}

	input,
	textarea,
	select {
		border-color: #222;
		background-color: #000;
		color: #fff;
	}

	#gate {
		background-color: #000;
		color: #fff;
	}

	#gate_logo {
		background-image: url('png,img/bramka/gate_logo_dark.png');
	}

	#gate .tableRow .tableCell:first-child {
		background-color: #d0cfce;
		border-color: #d0cfce;
	}

	.gate_label,
	.gate_label:hover {
		color: #000;
	}

	.gate_input {
		color: #898989;
	}

	.gate_input:hover,
	.gate_input:focus {
		color: #fff;
	}

	.gate_options a {
		color: #898989;
		border-color: #898989;
	}

	.gate_options a:focus,
	.gate_options a:hover {
		color: #fff;
		border-color: #fff;
	}

	.gate_options a.active {
		background-color: #fff;
	}

	#bg_bottom {
		background-image: url('png,img/bramka/bg_bottom_dark.png');
	}
	
}
