.dataPublikacji {
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
}
h1 {
	text-align: center;
	margin-bottom: 0;
}
.line {
	width: 25%;
	height: 1px;
	margin: 0 auto 25px auto;
	background-color: #000;
}
.post:hover{
	background-color: #ffe8d5;
}
.post{
	display:flex;
	margin:10px 12%;
	border: 6px double #ffba50;
	border-radius: 46px 46px 46px 46px;
	-webkit-border-radius: 46px 46px 46px 46px;
	-moz-border-radius: 46px 46px 46px 46px;
	background-color: #fffcf9;
	color: #000;
	text-align: center;
	text-decoration: none;	
}
.obrazdoartykulu{
	width:25%;
}
.obrazek{
	height:100%;
	background-position: center;
	background-size: cover;
	border-radius: 41px 41px 41px 41px;
	-webkit-border-radius: 41px 41px 41px 41px;
	-moz-border-radius: 41px 41px 41px 41px;
}
.opis{
	width:70%;
	margin-left:18px;
	margin-right:5px;
	text-align:left;
}
.wyszukiwarka {
	margin-bottom: 20px;
	text-align: center;
}

.wyszukiwarka input[type="text"] {
	width: 50%;
	max-width: 250px;
	padding: 6px 10px;
	border-radius: 46px;
	border: 1px solid #ccc;
}
.wyszukiwarka input[type="text"]:focus {
	background-color: #f0f8ff;
	outline: none;
	border: 1px double #ffba50;
	border-radius: 46px;
}

.wyszukiwarka button {
	padding: 6px 12px;
	margin-left: 8px;
	background-color: #66b3ff;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.wyszukiwarka button:hover {
	background-color: #3399ff;
}

a.obecnaStrona {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.numeryStron {
	text-align: center;
	margin-top: 20px;
}

.numeryStron a {
	margin: 0 5px;
	padding: 4px 8px;
	text-decoration: none;
	color: #333;
	border-radius: 4px;
}

.numeryStron a.obecnaStrona {
	font-weight: bold;
	border: 6px solid #ffba50;
	border-radius: 100%;
	color: #000;
}

.numeryStron a:hover {
	border: 2px solid #ffba50;
	border-radius: 100%;
	background-color: #fff;
}
.formularzStrony {
	margin-top: 20px;
}

.formularzStrony input {
	width: 60px;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 5px;
}
.formularzStrony input:focus {
	background-color: #f0f8ff;
	outline: none;
	border: 1px double #ffba50;
}
.formularzStrony button {
	padding: 4px 8px;
	background-color: #66b3ff;;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.formularzStrony button:hover {
	background-color: #3399ff;
}

@media only screen and (max-width:1233px){
	.post{
		display:block;
		margin:10px 5%;
		font-size:16px;
	}
	.obrazdoartykulu{
		height:100px;
		width:100%
	}
	h2{
		text-align:center;
	}
	.opis{
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
		width:95%;
	}
}