﻿/*	AKTUALNOŚCI */
.start_aktualnosci_tlo {
	/*padding: 16px 0px;*/
	padding: 8px 0px;
	margin: 8px 0px;
	border-bottom: 1px solid #e0e0e0;
}
.start_aktualnosci_tlo:nth-child(even) {
	margin: 8px 32px 8px 0px;
}
.start_aktualnosci_tlo:hover{
	cursor: pointer;
}
.start_aktualnosci_ikona_tlo {
	vertical-align: top;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
}
.start_aktualnosci_ikona {
	min-width: 120px !important;
	min-height: 80px !important;
	background-size: cover !important
}
.start_aktualnosci_skrot_tlo {
	vertical-align: top;
	max-height: 100px;
	overflow: hidden;
}

.start_aktualnosci_wszystkie_tlo {
	text-align: center;
	padding: 8px 0px;
}
.start_aktualnosci_wszystkie_tlo:hover {
}

/*	OGŁOSZENIA */

.start_ogloszenia_naglowek {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #005DA8;
	text-align: left;
	padding: 14px 0px 5px 10px;
	margin: 0px 0px 10px 0px;
	background: url('../grafika/ogloszenia_tlo.png') 280px 12px no-repeat;
}

.start_ogloszenia_tlo	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%);
	border: 1px solid #ededed;
}
.ogloszenia_tlo {
	padding: 5px 15px 10px 15px;
	margin: 0px 0px 5px 0px;
	background: #ffffff;
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 65%,#ededed 100%);
	border: 1px solid #ededed;
	transition: all 0.3s;
}

.start_ogloszenia_skrot_tlo	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #ededed;
	cursor: pointer;
	transition: all 0.3s;
}
.start_ogloszenia_skrot_tlo:hover	{
	opacity: 0.6;
}
.start_ogloszenia_data {
	font-family: 'Open Sans';
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	color: #414141;
	padding: 10px 0px 0px 27px;
	margin: 0px 0px 0px 0px;
	background: url('../grafika/data.png') 10px 12px no-repeat;
}

.start_ogloszenia_tytul {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #000;
	font-weight: 700;
	text-align: left;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 5px 0px;
	line-height: 16px;
}

.start_ogloszenia_skrot, .start_ogloszenia_kontakt {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #1f1f1f;
	font-weight: 400;
	text-align: left;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 5px 0px;
	line-height: 16px;
}

.start_ogloszenia_wiecej {
	display: none;
}

.start_ogloszenia_wszystkie_tlo	{
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	background: #f5f5f5;
	background: linear-gradient(to bottom,  #f5f5f5 0%,#ededed 100%);
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.start_ogloszenia_dopisz {
	display: inline-block;
	font-family: 'Open Sans';
	font-size: 12px;
	color: #fff !important;
	width: 145px;
	text-align: center;
	padding: 11px 0px 9px 0px;
	margin: 7px 0px 0px 6px;
	border-radius: 5px;
	border: 1px solid #007035;
	background: #00a651;
	background: linear-gradient(to bottom,  #00a651 0%,#006630 100%);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	transition: all 0.3s;
}
.start_ogloszenia_wszystkie {
	display: inline-block;
	font-family: 'Open Sans';
	font-size: 12px;
	color: #000 !important;
	width: 145px;
	text-align: center;
	padding: 11px 0px 9px 0px;
	margin: 7px 0px 0px 6px;
	border-radius: 5px;
	border: 1px solid #5e5e5e;
	background: #ffffff;
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	transition: all 0.3s;
}
.start_ogloszenia_dopisz:hover, .start_ogloszenia_wszystkie:hover {
	opacity: 0.6;
	text-decoration-color: transparent;
}

/*	RSS */
.rss_tekst,
.najczesciejczytane_tekst	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.rss_tytullink_tlo {
	display: none;
}
.najczesciejczytane_link_tlo {

}
.rss_link,
.najczesciejczytane_link	{
	display: block;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #1f1f1f !important;
	font-weight: 400;
	text-align: left;
	padding: 5px 0px;
	margin: 0px;
	border-bottom: 1px solid #e1e1e1;
	text-decoration-color: transparent !important;
}
a.rss_link:hover, .najczesciejczytane_link:hover {color: #1f1f1f; text-decoration-color: transparent; outline: none; opacity: 0.6;}