/* CSS Dokument */

@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@400;700&display=swap');

html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 16px;
}
#page {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	min-height: 256px;
	text-align: left;
	background: white;
	-moz-box-shadow: 0 0 12em rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 12em rgba(0,0,0,0.3);
    box-shadow: 0 0 12em rgba(0,0,0,0.3);
}
header {
	margin: 0;
	padding: 30px;
	display: block;
	font-size: 18px;
	/*background: white url('img/poland-bg.png') no-repeat bottom right;*/
	min-height: 355px;
}
header.subpage {
	background: none;
	min-height: 300px;
}
header>aside {
	float: right;
	text-align: right;
	width: 350px;
	display: inline-block;
}
#incoopw {
	margin: 0;
	padding: 0;
	text-align: right;
	color: white;
	display: inline-block;
	font-size: 16px;
}
#coopLogo {
	height: 16px;
	width: auto;
	position: relative;
	top: 14px;
	left: 5px;
	width: auto;
	height: 43px;
}
nav {
	margin: 0;
	padding: 0;
	margin-top: 32px;
	text-align: right;
	display: inline-block;
	font-size: 23px;
	color: #333333;

}
nav ul {
	margin: 0;
	padding: 0;
	display: block;
}
nav ul>li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	margin-right: 16px;
}
nav ul>li:last-child {
	margin-right: none;
}
nav ul>li>a {
	color: #333333;
	text-decoration: none;
}
nav ul>li>a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0;
	padding: 0;
	width: auto;
	color: #0A4892;
	max-width: 420px;
	font-size: 56px;
	font-weight: 700;
}
h1>a {
	color: #0A4892;
	text-decoration: none;
}
h1>a:visited {
	color: #0A4892;
	text-decoration: none;
}
h2 {
	margin-top: 0.55em;
	padding: 0;
	max-width: 420px;
	font-size: 46px;
	font-weight: 700;
	color: #498CDC;
}
header>p {
	margin-top: 1em;
	padding: 0;
	width: auto;
	max-width: 350px;
	color: black;
}
.button {
	margin-top:20px;
	width: auto;
	max-width: 350px;
	height: auto;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	background: #732b54;
	padding: 15px;
	font-size: 20px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;

}
.button:hover {
	background: #c15f70;
}
.button:visited {
	color: white;
}
#fblikes {
	float: right;
	position:relative;
	right: 550px;
	top: 25px;
}
#datacalc {
	padding: 30px;
	background: #0A4892;
	height: auto;
	color: white;
	overflow-x: hidden;
}
#datacalc>h3 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 700;
}
#datacalc>table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
#datacalc>table td {
	padding: 5px;
	font-size: 24px;
	border: 1px dotted white;
	text-align: center;
}
#datacalc p>a {
	color: white;
}
#datacalc p>a:visited {
	color: white;
}
#datacalc #iframeportsystem {
	border: none;
	width: 100%;
	height: 700px;
}
.balicek {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	display: block;
	width: 100%;
	height: auto;
	background-color: white !important;
	color: #c01f81;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}
.balicek>table {
	width: 100%;
	padding: 15px;
}
.balicek>table th,td {
	text-align: center;
}
.balicek>table th {
	font-size: 24px;
	font-weight:800;
}
.balicek>table th.speed {
	width: 25%;
}
.balicek>table td.ispname {
	width: 20%;
}
.balicek>table td.type {
	width: 15%;
}
.balicek>table td.price {
	width: 15%;
}
.balicek>table td.link {
	width: 25%;
}
.balicek>table td a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	width: 90%;
	height: auto;
	display: inline-block;
	padding: 8px;
	background: #a6c13d;
	color: white;
	text-decoration: none;
}
.balicek>table td a:visited {
	background: #a6c13d;
	color: white;
	text-decoration: underline;
}
.balicek>table td a:hover {
	background: #8bc13d;
	color: white;
	text-decoration: underline;
}
.balicek>table td.link a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	width: 90%;
	height: auto;
	display:  block;
	padding: 8px;
	background: #8bc13d;
	color: white;
	text-decoration: none;
}
.balicek>table td.link a:visited {
	background: #8bc13d;
	color: white;
	text-decoration: none;
}
.balicek>table td.link a:hover {
	background: #a6c13d;
	color: white;
	text-decoration: none;
}
.balicek>table td.link a.tarifomat {
	background: #C2ABC8;
}
.balicek>table td.link a.tarifomat:visited {
	background: #C2ABC8;
}
.balicek>table td.link a.upc {
	background: #73d1cf;
}
.balicek>table td.link a.upc:visited {
	background: #73d1cf;
}
article {
	padding: 30px;
	margin: 0;
	text-align: left;
	display:inline-block;
}
article>h3 {
	margin: 0;
	padding: 0;
	color: #498CDC;
	font-size: 30px;
}
article>h4 {
	color: #c15f70;
	font-size: 20px;
}
#desatero ul>li {
	list-style-type: circle !important;
}
article a {
	color: #ed7337;
}
article a:hover {
	color: #c15f70;
	text-decoration: none;
}
article a:visited {
	color: #ed7337;
}


.steps {margin-left: 0; padding-left: 0; list-style-type: none; font-size: 17px;}
.steps>li.one:before {margin-left: 0.2em; padding-left: 0; content: '\1f4c4'; margin-right: 0.8em; font-weight: bold; color: #ed7337;}
.steps>li.one {color: #ed7337;margin-bottom:0.25em}
.steps>li.two:before {margin-left: 2.5em; padding-left: 0; content: '\1f4f2'; margin-right: 0.8em; font-weight: bold; color: gray;}
.steps>li.two {color: gray;margin-bottom:0.25em}
.steps>li.three:before {margin-left: 4.5em; padding-left: 0; content: '\1f4b0'; margin-right: 0.8em; font-weight: bold; color: green;}
.steps>li.three {color: gray;}

footer {
	padding: 30px;
	background: #777777;
	height: auto;
	color: white;
}
.paragraphcolumn {
	display: block;
	padding-top: 30px;
	height: auto;
}
.parimage {
	display: block;
	width: 210px;
	height: auto;
	float: left;
	vertical-align: central;
	text-align: center;
}

.parimage>img {
	max-width: 100%;
}
.text {
	float: right;
	display: block;
	width: 100%;
	height: auto;
	padding-left: 30px;
}
.text>h3 {
	margin-top: 0;
	padding-top: 0;
}
	
.cls {
	clear: both;
}

@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ 

	html {
		margin: 0;
		padding: 0;
		height: 100%;
	
	}
	body {
		margin: 0;
		padding: 0;
		background-color: #f3f3f3;
		text-align: center;
		font-family: 'Merriweather Sans', sans-serif;
		font-size: 16px;
	
	}
	#page {
		padding: 0;
		margin: 0 auto;
		width: 100%;
		min-height: 256px;
		text-align: center;
		background: white;
		-moz-box-shadow: 0 0 12em rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 0 12em rgba(0,0,0,0.3);
		box-shadow: 0 0 12em rgba(0,0,0,0.3);
	}
	header {
		margin: 0;
		padding: 30px;
		display: block;
		font-size: 18px;
		/* background: white url('img/poland-bg.png') no-repeat bottom right;
		background-size: 66%; */
		min-height: 355px;
	}
	
	header.subpage {
		background: none !important;
		min-height: 300px;
	}
	header>aside {
		float: right;
		text-align: right;
		width: 100%;
		display: inline-block;
	}
	#incoopw {
		margin: 0;
		padding: 0;
		text-align: right;
		color: white;
		display: inline-block;
		font-size: 16px;
	}
	#coopLogo {
		height: 16px;
		width: auto;
		position: relative;
		top: 14px;
		left: 5px;
		width: 200px;
		height: 43px;
	}
	nav {
		margin: 0;
		padding: 0;
		margin-top: 32px;
		text-align: right;
		display: inline-block;
		font-size: 23px;
		color: #333333;
	
	}
	nav ul {
		margin: 0;
		padding: 0;
		display: block;
	}
	nav ul>li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: inline;
		margin-right: 16px;
	}
	nav ul>li:last-child {
		margin-right: none;
	}
	nav ul>li>a {
		color: #333333;
		text-decoration: none;
	}
	nav ul>li>a:hover {
		text-decoration: underline;
	}
	h1 {
		margin: 0;
		padding: 0;
		margin-top: 1em;
		width: 100%;
		max-width: 420px;
		color: #0A4892;
		font-size: 45px;
		font-weight: 700;
		display: inline-block;
		text-transform: uppercase;
	}
	h1>a {
		color: #0A4892;
		text-decoration: none;
	}
	h1>a:visited {
		color: #0A4892;
		text-decoration: none;
	}
	h2 {
		margin-top: 0.55em;
		padding: 0;
		max-width: 420px;
		font-size: 32px;
		font-weight: 700;
		color: #498CDC;
	}
	header>p {
		margin-top: 1em;
		padding: 0;
		width: auto;
		max-width: 350px;
	}
	.button {
		margin-top:20px;
		width: auto;
		max-width: 350px;
		height: auto;
		display: inline-block;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-khtml-border-radius: 10px;
		background: #732b54;
		padding: 15px;
		font-size: 20px;
		color: white;
		text-decoration: none;
		text-transform: uppercase;

	}
	.button:hover {
		background: #c15f70;
	}
	.button:visited {
		color: white;
	}
	#fblikes {
		float: right;
		position:relative;
		right: 550px;
		top: 25px;
	}
	#datacalc {
		padding: 5px;
		background: #0A4892;
		height: auto;
		color: white;
		overflow-x: scroll;
	}
	iframe.longmobilespeedtest {
		max-height: 600px !important;
	}
	#datacalc>h3 {
		margin: 0;
		padding: 0;
		font-size: 36px;
		font-weight: 700;
	}
	#datacalc>table {
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	#datacalc>table td {
		padding: 5px;
		font-size: 1.25em;
		border: 1px dotted white;
		text-align: center;
	}
	#datacalc>table td.hideifyouwant {
		display:none;
	}
	#datacalc p>a {
		color: white;
	}
	#datacalc p>a:visited {
		color: white;
	}
	#datacalc #iframeportsystem {
		border: none;
		width: 100%;
		height: 700px;
		overflow: hidden;
		padding-bottom: 4px;
		padding-top: 9px;
	}
	.balicek {
		margin: 0;
		padding: 0;
		margin-bottom: 0.5em;
		display: block;
		width: 100%;
		height: auto;
		background-color: white !important;
		color: #c01f81;
		text-align: center;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-khtml-border-radius: 10px;
	}
	.balicek>table {
		width: 100%;
		padding: 15px;
	}
	.balicek>table th {
		font-size: 24px;
		font-weight:800;
	}
	.balicek>table th,td {
		text-align: center;
	}
	.balicek>table td a {
		color: #0043F4;
		text-decoration: none;
	}
	.balicek>table td a:hover {
		color: #0043F4;
		text-decoration: underline;
	}
	.balicek>table td.type {
		display: none;
	}
	.balicek>table td.ispname {
		display: none;
	}
	article {
		padding: 30px;
		margin: 0;
		text-align: left;
		display:inline-block;
	}
	article>h3 {
		margin: 0;
		padding: 0;
		color: #498CDC;
		font-size: 30px;
	}
	article>h4 {
		color: #c15f70;
		font-size: 20px;
	}
	#desatero ul>li {
		list-style-type: circle !important;
	}
	
	article a {
		color: #ed7337;
	}
	article a:hover {
		color: #c15f70;
		text-decoration: none;
	}
	article a:visited {
		color: #ed7337;
	}
		
	
	footer {
		padding: 30px;
		background: #777777;
		height: auto;
		color: white;
	}
	.paragraphcolumn {
		display: block;
		padding-top: 30px;
		height: auto;
	}
	.parimage {
		display: block;
		width: 210px;
		height: auto;
		float: left;
		vertical-align: central;
		text-align: center;
	}
	
	.parimage>img {
		max-width: 100%;
	}
	.text {
		float: right;
		display: block;
		width: 100%;
		height: auto;
		padding-left: 30px;
	}
	.text>h3 {
		margin-top: 0;
		padding-top: 0;
	}
		
	.cls {
		clear: both;
	}




}








@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 

	html {
		margin: 0;
		padding: 0;
		height: 100%;
	
	}
	body {
		margin: 0;
		padding: 0;
		background-color: #f3f3f3;
		text-align: center;
		font-family: 'Merriweather Sans', sans-serif;
		font-size: 16px;
	
	}
	#page {
		padding: 0;
		margin: 0 auto;
		width: 100%;
		min-height: 256px;
		text-align: left;
		background: white;
		-moz-box-shadow: 0 0 12em rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 0 12em rgba(0,0,0,0.3);
		box-shadow: 0 0 12em rgba(0,0,0,0.3);
	}
	header {
		margin: 0;
		padding: 30px;
		display: block;
		font-size: 18px;
		/* background: white url('img/poland-bg.png') no-repeat bottom right;
		background-size: 48%; */
		min-height: 355px;
	}
	
	header.subpage {
		background: none !important;
		min-height: 300px;
	}
	header>aside {
		float: right;
		text-align: right;
		width: 350px;
		display: inline-block;
	}
	#incoopw {
		margin: 0;
		padding: 0;
		text-align: right;
		color: white;
		display: inline-block;
		font-size: 16px;
	}
	#coopLogo {
		height: 16px;
		width: auto;
		position: relative;
		top: 14px;
		left: 5px;
		width: 200px;
		height: 43px;
	}
	nav {
		margin: 0;
		padding: 0;
		margin-top: 32px;
		text-align: right;
		display: inline-block;
		font-size: 23px;
		color: #333333;
	
	}
	nav ul {
		margin: 0;
		padding: 0;
		display: block;
	}
	nav ul>li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: inline;
		margin-right: 16px;
	}
	nav ul>li:last-child {
		margin-right: none;
	}
	nav ul>li>a {
		color: #333333;
		text-decoration: none;
	}
	nav ul>li>a:hover {
		text-decoration: underline;
	}
	h1 {
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: 420px;
		color: #0A4892;
		font-size: 56px;
		font-weight: 700;
		display: inline-block;
	}
	h1>a {
		color: #0A4892;
		text-decoration: none;
	}
	h1>a:visited {
		color: #0A4892;
		text-decoration: none;
	}
	h2 {
		margin-top: 0.55em;
		padding: 0;
		max-width: 420px;
		font-size: 46px;
		font-weight: 700;
		color: #498CDC;
	}
	header>p {
		margin-top: 1em;
		padding: 0;
		width: auto;
		max-width: 350px;
	}
	.button {
		margin-top:20px;
		width: auto;
		max-width: 350px;
		height: auto;
		display: inline-block;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-khtml-border-radius: 10px;
		background: #732b54;
		padding: 15px;
		font-size: 20px;
		color: white;
		text-decoration: none;
		text-transform: uppercase;

	}
	.button:hover {
		background: #c15f70;
	}
	.button:visited {
		color: white;
	}
	#fblikes {
		float: right;
		position:relative;
		right: 550px;
		top: 25px;
	}
	#datacalc {
		padding: 30px;
		background: #0A4892;
		height: auto;
		color: white;
		overflow: hidden;
	}
	#datacalc>h3 {
		margin: 0;
		padding: 0;
		font-size: 36px;
		font-weight: 700;
	}
	#datacalc>table {
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	#datacalc>table td {
		padding: 5px;
		font-size: 24px;
		border: 1px dotted white;
		text-align: center;
	}
	#datacalc p>a {
		color: white;
	}
	#datacalc p>a:visited {
		color: white;
	}
	#datacalc #iframeportsystem {
		border: none;
		width: 100%;
		height: 700px;
		padding-bottom: 4px;
		padding-top: 9px;
	}
	.balicek {
		margin: 0;
		padding: 0;
		margin-bottom: 0.5em;
		display: block;
		width: 100%;
		height: auto;
		background-color: white !important;
		color: #c01f81;
		text-align: center;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-khtml-border-radius: 10px;
	}
	.balicek>table {
		width: 100%;
		padding: 15px;
	}
	.balicek>table th {
		font-size: 24px;
		font-weight:800;
	}
	.balicek>table td {
	}
	.balicek>table td a {
		color: #0043F4;
		text-decoration: none;
	}
	.balicek>table td a:hover {
		color: #0043F4;
		text-decoration: underline;
	}
	.balicek>table td.type {
		display: table-cell;
	}
	.balicek>table td.ispname {
		display: table-cell;
	}
	article {
		padding: 30px;
		margin: 0;
		text-align: left;
		display: inline-block;
	}
	article>h3 {
		margin: 0;
		padding: 0;
		color: #498CDC;
		font-size: 30px;
	}
	article>h4 {
		color: #c15f70;
		font-size: 20px;
	}
	#desatero ul>li {
		list-style-type: circle !important;
	}
	article a {
		color: #ed7337;
	}
	article a:hover {
		color: #c15f70;
		text-decoration: none;
	}
	article a:visited {
		color: #ed7337;
	}
		
	
	footer {
		padding: 30px;
		background: #777777;
		height: auto;
		color: white;
	}
	.paragraphcolumn {
		display: block;
		padding-top: 30px;
		height: auto;
	}
	.parimage {
		display: block;
		width: 210px;
		height: auto;
		float: left;
		vertical-align: central;
		text-align: center;
	}
	
	.parimage>img {
		max-width: 100%;
	}
	.text {
		float: right;
		display: block;
		width: 100%;
		height: auto;
		padding-left: 30px;
	}
	.text>h3 {
		margin-top: 0;
		padding-top: 0;
	}
		
	.cls {
		clear: both;
	}




}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	height: 100%;

}
body {
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 16px;

}
#page {
	padding: 0;
	margin: 0 auto;
	width: 620px;
	min-height: 256px;
	text-align: left;
	background: white;
	-moz-box-shadow: 0 0 12em rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 12em rgba(0,0,0,0.3);
    box-shadow: 0 0 12em rgba(0,0,0,0.3);
}
header {
	margin: 0;
	padding: 30px;
	display: block;
	font-size: 18px;
	/* background: white url('img/poland-bg.png') no-repeat bottom right;
	background-size: 33%; */
	min-height: 355px;
}

header.subpage {
	background: none !important;
	min-height: 300px;
}
header>aside {
	float: right;
	text-align: right;
	width: 350px;
	display: inline-block;
}
#incoopw {
	margin: 0;
	padding: 0;
	text-align: right;
	color: white;
	display: inline-block;
	font-size: 16px;
}
#coopLogo {
	height: 16px;
	width: auto;
	position: relative;
	top: 14px;
	left: 5px;
	width: auto;
	height: 43px;
}
nav {
	margin: 0;
	padding: 0;
	margin-top: 32px;
	text-align: right;
	display: inline-block;
	font-size: 23px;
	color: #333333;

}
nav ul {
	margin: 0;
	padding: 0;
	display: block;
}
nav ul>li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	margin-right: 16px;
}
nav ul>li:last-child {
	margin-right: none;
}
nav ul>li>a {
	color: #333333;
	text-decoration: none;
}
nav ul>li>a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 420px;
	color: #0A4892;
	font-size: 56px;
	font-weight: 700;
	display: inline-block;
}
h1>a {
	color: #0A4892;
	text-decoration: none;
}
h1>a:visited {
	color: #0A4892;
	text-decoration: none;
}
h2 {
	margin-top: 0.55em;
	padding: 0;
	max-width: 420px;
	font-size: 46px;
	font-weight: 700;
	color: #498CDC;
}
header>p {
	margin-top: 1em;
	padding: 0;
	width: auto;
	max-width: 350px;
	color: black;
}
.button {
	margin-top:20px;
	width: auto;
	max-width: 350px;
	height: auto;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	background: #732b54;
	padding: 20px;
	font-size: 25px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;

}
.button:hover {
	background: #c15f70;
}
.button:visited {
	color: white;
}
#fblikes {
	float: right;
	position:relative;
	right: 550px;
	top: 25px;
}
#datacalc {
	padding: 30px;
	background: #0A4892;
	height: auto;
	color: white;
}
#datacalc>h3 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 700;
}
#datacalc>table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
#datacalc>table td {
	padding: 5px;
	font-size: 24px;
	border: 1px dotted white;
	text-align: center;
}
#datacalc p>a {
	color: white;
}
#datacalc p>a:visited {
	color: white;
}
#datacalc #iframeportsystem {
	border: none;
	width: 100%;
	height: 700px;
	padding-bottom: 4px;
	padding-top: 9px;
}
.balicek {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	display: block;
	width: 100%;
	height: auto;
	background-color: white !important;
	color: #c01f81;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}
.balicek>table {
	width: 100%;
	padding: 15px;
}
.balicek>table th {
	font-size: 24px;
	font-weight:800;
}
.balicek>table td {
}
.balicek>table td a {
	color: #0043F4;
	text-decoration: none;
}
.balicek>table td a:hover {
	color: #0043F4;
	text-decoration: underline;
}
article {
	padding: 30px;
	margin: 0;
	text-align: left;
	display: inline-block;
}
article>h3 {
	margin: 0;
	padding: 0;
	color: #498CDC;
	font-size: 30px;
}
article>h4 {
	color: #c15f70;
	font-size: 20px;
}
#desatero ul>li {
	list-style-type: circle !important;
}
article a {
	color: #ed7337;
}
article a:hover {
	color: #c15f70;
	text-decoration: none;
}
article a:visited {
	color: #ed7337;
}
	

footer {
	padding: 30px;
	background: #777777;
	height: auto;
	color: white;
}
.paragraphcolumn {
	display: block;
	padding-top: 30px;
	height: auto;
}
.parimage {
	display: block;
	width: 210px;
	height: auto;
	float: left;
	vertical-align: central;
	text-align: center;
}

.parimage>img {
	max-width: 100%;
}
.text {
	float: right;
	display: block;
	width: 100%;
	height: auto;
	padding-left: 30px;
}
.text>h3 {
	margin-top: 0;
	padding-top: 0;
}
	
.cls {
	clear: both;
}



}

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	height: 100%;

}
body {
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 16px;

}
#page {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	min-height: 256px;
	text-align: left;
	background: white;
	-moz-box-shadow: 0 0 12em rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 12em rgba(0,0,0,0.3);
    box-shadow: 0 0 12em rgba(0,0,0,0.3);
}
header {
	margin: 0;
	padding: 30px;
	display: block;
	font-size: 18px;
	background: white url('img/poland-bg.png') no-repeat bottom right;
	min-height: 355px;
}
header.subpage {
	background: none;
	min-height: 300px;
}
header>aside {
	float: right;
	text-align: right;
	width: 350px;
	display: inline-block;
}
#incoopw {
	margin: 0;
	padding: 0;
	text-align: right;
	color: white;
	display: inline-block;
	font-size: 16px;
}
#coopLogo {
	height: 16px;
	width: auto;
	position: relative;
	top: 14px;
	left: 5px;
	width: auto;
	height: 43px;
}
nav {
	margin: 0;
	padding: 0;
	margin-top: 32px;
	text-align: right;
	display: inline-block;
	font-size: 23px;
	color: #333333;

}
nav ul {
	margin: 0;
	padding: 0;
	display: block;
}
nav ul>li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	margin-right: 16px;
}
nav ul>li:last-child {
	margin-right: none;
}
nav ul>li>a {
	color: #333333;
	text-decoration: none;
}
nav ul>li>a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0;
	padding: 0;
	width: auto;
	color: #0A4892;

	max-width: 420px;
	font-size: 56px;
	font-weight: 700;
}
h1>a {
	color: #0A4892;
	text-decoration: none;
}
h1>a:visited {
	color: #0A4892;
	text-decoration: none;
}
h2 {
	margin-top: 0.55em;
	padding: 0;
	max-width: 420px;
	font-size: 46px;
	font-weight: 700;
	color: #498CDC;
}
header>p {
	margin-top: 1em;
	padding: 0;
	width: auto;
	max-width: 350px;
	color: black;
}
.button {
	margin-top:20px;
	width: auto;
	max-width: 350px;
	height: auto;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	background: #732b54;
	padding: 18px;
	font-size: 20px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;

}
.button:hover {
	background: #c15f70;
}
.button:visited {
	color: white;
}
#fblikes {
	float: right;
	position:relative;
	right: 550px;
	top: 25px;
}
#datacalc {
	padding: 30px;
	background: #0A4892;
	height: auto;
	color: white;
	overflow: hidden;
}
#datacalc>h3 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 700;
}
#datacalc>table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
#datacalc>table td {
	padding: 5px;
	font-size: 24px;
	border: 1px dotted white;
	text-align: center;
}
#datacalc p>a {
	color: white;
}
#datacalc p>a:visited {
	color: white;
}
#datacalc #iframeportsystem {
	border: none;
	width: 100%;
	height: 500px;
	padding-bottom: 4px;
	padding-top: 9px;
}
.balicek {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	display: block;
	width: 100%;
	height: auto;
	background-color: white !important;
	color: #c01f81;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}
.balicek>table {
	width: 100%;
	padding: 15px;
}
.balicek>table th {
	font-size: 24px;
	font-weight:800;
}
.balicek>table td {
}
.balicek>table td a {
	color: #0043F4;
	text-decoration: none;
}
.balicek>table td a:hover {
	color: #0043F4;
	text-decoration: underline;
}
article {
	padding: 30px;
	margin: 0;
	text-align: left;
	width:40%;
	display:inline-block;
}
article>h3 {
	margin: 0;
	padding: 0;
	color: #498CDC;
	font-size: 30px;
}
article>h4 {
	color: #c15f70;
	font-size: 20px;
}
#desatero ul>li {
	list-style-type: circle !important;
}
article a {
	color: #ed7337;
}
article a:hover {
	color: #c15f70;
	text-decoration: none;
}
article a:visited {
	color: #ed7337;
}
	

footer {
	padding: 30px;
	background: #777777;
	height: auto;
	color: white;
}
.paragraphcolumn {
	display: block;
	padding-top: 30px;
	height: auto;
}
.parimage {
	display: block;
	width: 210px;
	height: auto;
	float: left;
	vertical-align: central;
	text-align: center;
}

.parimage>img {
	max-width: 100%;
}
.text {
	float: right;
	display: block;
	width: 660px;
	height: auto;
	padding-left: 30px;
}
.text>h3 {
	margin-top: 0;
	padding-top: 0;
}
	
.cls {
	clear: both;
}









}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }

@media (min-width:1281px) { /* hi-res laptops and desktops */ }
