@charset "UTF-8";
/* Rozana 16 Sub-Page CSS Document */

body,
td,
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000;
}

body {
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table {
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
	color: #300;
}

a:visited {
	text-decoration: none;
	color: #300;
}

a:hover {
	text-decoration: underline;
	color: #300;
}

a:active {
	text-decoration: none;
}

.subbutton {
	white-space: nowrap;
	overflow: hidden;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #66cc00;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	display: table-cell;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	text-decoration: none !important;
	text-align: center;
}

.subbuttonselected {
	white-space: nowrap;
	overflow: hidden;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	display: table-cell;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	text-decoration: none !important;
	text-align: center;
	color: #300;
	background-color: #a8e81e;
	-webkit-box-shadow: 0px 0px 10px rgba(3, 0, 0, 1);
	-moz-box-shadow: 0px 0px 10px rgba(3, 0, 0, 1);
	box-shadow: 0px 0px 10px rgba(3, 0, 0, 1);
}

.subbutton:hover,
.subbuttonselected:hover,
a.subbutton:hover,
a.subbuttonselected:hover {
	color: #300;
	text-decoration: none !important;
	background-color: #a8e81e;
	-webkit-box-shadow: 0px 0px 10px rgba(3, 0, 0, 1);
	-moz-box-shadow: 0px 0px 10px rgba(3, 0, 0, 1);
	box-shadow: 0px 0px 10px rgba(3, 0, 0, 1);
}

.subbutton:active,
.subbuttonselected:active,
.subbutton:visited,
.subbuttonselected:visited,
.subbutton:focus,
.subbuttonselected:focus,
a.subbutton:active,
a.subbuttonselected:active,
a.subbutton:visited,
a.subbuttonselected:visited,
a.subbutton:focus,
a.subbuttonselected:focus {
	text-decoration: none !important;
}

.ramka {
	text-align: left;
	padding: 5px;
	margin-left: 20px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#ramka {

	padding: 5px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6C0;
}

.odkryj {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;

	background-color: #66cc00;
	display: inline-block;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 45px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #660000;
}

.odkryj:hover,
a.odkryj:hover {
	background-color: #a8e81e;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 10px rgba(3, 0, 0, 1);
	-moz-box-shadow: 0px 0px 10px rgba(3, 0, 0, 1);
	box-shadow: 0px 0px 10px rgba(3, 0, 0, 1);
}

.odkryj:active {
	position: relative;
	bottom: 1px;
}

#dane {
	-webkit-text-size-adjust: 100%;
	padding: 5px;
	margin: 20px;
	border-left: thick solid #6C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;

}

#pytanie {
	color: #fff;
	width: 450px;
}

#pytanie h3 {
	margin: 0;
	background: #6C0 url(../img/form_heading.gif) repeat-x;
	color: #fff;
	font-size: 20px;
	border: 1px solid #57a700;
	border-bottom: none;
}

#pytanie h3 span {
	display: block;
	padding: 10px 10px;
	background: url(../img/form_ico.gif) no-repeat 93% 50%;
}

#pytanie fieldset {
	margin: 0;
	padding: 0;
	border: none;
	border-top: 3px solid #000;
	background: #000 url(../img/form_top.gif) repeat-x;
	padding-bottom: 5px;
}

#pytanie legend {
	display: none;
}

#pytanie p {
	margin: .5em 20px;
}

#pytanie label {
	display: block;
}

#pytanie input,
#pytanie textarea {
	width: 380px;
	border: 1px solid #6C0;
	background: #282828 url(../img/form_input.gif) repeat-x;
	padding: 5px 3px;
	color: #fff;
}

#pytanie textarea {
	height: 100px;
	overflow: auto;
	resize: none;
}

#pytanie p.submit {
	text-align: center;
}

#pytanie button {
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #70ad2e;
	font-size: 16px;
	background: #5aae00 url(../img/form_button.gif) repeat-x;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

#pytanie button:hover {
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #70ad2e;
	font-size: 16px;
	background-color: #a8e81e;
	color: #300;
	cursor: pointer;
	text-align: center;
}

#loadings {
	position: absolute;
	z-index: 1000;
	display: none;
	height: 500px;
	width: 100%;
	background: #FFF url('../img/ajax-loader.gif') 50% 50% no-repeat;
}

/* Responsive Subpage Enhancements (strictly scoped to mobile phone widths <= 520px) */
@media screen and (max-width: 520px) {
	body {
		padding: 0px;
		box-sizing: border-box;
	}

	body,
	td,
	th {
		font-size: 16px;
	}

	/* Responsive Sub-navigation buttons */
	.subnav-table {
		width: 100% !important;
		height: auto !important;
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 6px !important;
		justify-content: center !important;
		margin-bottom: 10px !important;
	}

	.subnav-table tr,
	.subnav-table td {
		display: inline-block !important;
		width: auto !important;
		padding: 0 !important;
	}

	.subbutton,
	.subbuttonselected {
		font-size: 14px !important;
		padding: 8px 10px !important;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		border-radius: 0 !important;
		white-space: nowrap;
		text-decoration: none !important;
	}

	.subbutton:hover,
	.subbuttonselected:hover,
	a.subbutton:hover,
	a.subbuttonselected:hover {
		text-decoration: none !important;
	}

	.ramka,
	#ramka {
		margin-left: 8px !important;
		margin-right: 8px !important;
		padding: 4px !important;
		font-size: 15px !important;
		line-height: 1.45;
	}

	#dane {
		margin: 10px 8px !important;
		padding: 8px !important;
		font-size: 15px !important;
		line-height: 1.45;
	}

	h2 {
		font-size: 18px !important;
	}

	.odkryj {
		font-size: 18px !important;
		padding: 8px 24px !important;
		border-radius: 0 !important;
	}

	/* Partner cards */
	.partner-grid {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		gap: 15px !important;
		width: 100% !important;
	}

	.partner-card {
		width: 100% !important;
		max-width: 320px !important;
		text-align: center !important;
		padding: 10px !important;
		border: 1px solid #e0e0e0;
		box-sizing: border-box;
	}

	.partner-card img {
		max-width: 100% !important;
		height: auto !important;
		border-radius: 0 !important;
	}

	/* Form responsiveness */
	#pytanie {
		width: 100% !important;
		max-width: 480px !important;
		box-sizing: border-box !important;
		border-radius: 0 !important;
	}

	#pytanie h3 {
		font-size: 18px !important;
		border-radius: 0 !important;
	}

	#pytanie fieldset {
		padding: 10px 8px !important;
		border-radius: 0 !important;
	}

	#pytanie p {
		margin: 8px 4px !important;
	}

	#pytanie input,
	#pytanie textarea {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		font-size: 16px !important;
		/* Prevents auto-zoom on iOS */
		padding: 8px !important;
		border-radius: 0 !important;
	}

	#pytanie button {
		height: 40px !important;
		line-height: 40px !important;
		padding: 0 28px !important;
		font-size: 16px !important;
		border-radius: 0 !important;
	}
}