h2
{
	font-size: 1.6em;
	margin: 0;
	margin-top: 30px;
}
h3
{
	font-size: 1.3em;
	margin: 20px 0 0px;
}

p {
	margin-bottom: 10px;
}

.page-header {
	box-sizing: border-box;
	display: block;
	margin: 0 0 1px;
	width: 100%;
}

.page-header > h1 {
	color: #444444;
	background: none repeat scroll 0 0 #ffffff;
	font-size: 2.2em;
	font-weight: 700;
	/*padding: 10px 30px 10px 35px;*/
	padding: 10px;
	vertical-align: -2px;		
}

#page-main {
	line-height: 1.5;
}

.content-wrap
{
	display: block;
	padding: 10px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;			
}

.content-wrap a {
	text-decoration: none;
}

.content-wrap .wrap-title {
font-size: 1.4em;
margin-top: 20px;
margin-bottom: 15px;
}

.content-wrap-spacing
{
	padding: 20px 35px;
	margin-bottom: 20px;
}	

.wykonawca h2,
.promocje h2
{
	margin: 0px;
}

.wykonawca figure.logo {		
	margin: 0px;
	margin-top: 20px;
	width: 35%;
	vertical-align: top;
}

.wykonawca figure.logo img {
	width: 100%;
	max-width: 200px;
}

.wykonawca .address
{
	display: inline-block;
	width: 64%;
	text-align: left;
}
.wykonawca .company-description,
.wykonawca .realizations
{
	margin: 20px auto 0;
	width: 100%;
}

/* **************** porady.html ******************** */
#porady
{
	background: #444444;
	margin-bottom: 20px
}
#porady .art_wrap_1
{
	color: #ffffff;
}
#porady .articles-list .content 
{
	padding: 0 45px 15px;
	border-bottom: 1px solid #cccccc;
}
#porady .articles-list header h2
{
	font-family: OpenSansRegular;	
	color: #820084;
	padding: 0 35px;
	margin-top: 20px;
}


/* **************** kontakt.html ******************* */
.contact 
{
	padding: 0 35px 35px 35px;
}
.contact > *,
.address > *
{
	display: block;
	line-height: 180%;
}
.contact .phone
{
	padding: 10px;
	border-bottom: 1px dashed #cccccc;
}
.contact .phone > span:first-child
{	
	display: block;
	float: left;
}
.contact .phone > span + span
{	
	display: block;
	text-align: right;		
}	

/* ***************** o nas **************** */

.wyroznienia > li
{
	padding: 10px 0;
}

.wyroznienia time
{
	font-family: OpenSansLight;
	font-style: italic;
}

/* ************** partnerzy (siec sprzedazy) ************** */


.partnerzy
{
	border-top: 1px dashed #cccccc;
	background: #ededed;
	padding: 10px 35px 35px;
	margin-bottom: 20px;
}

.partnerzy h4
{
	margin:1.5em 0 1em;
}

.partnerzy table td.company-name
{
	text-align: left;
}

.partnerzy table td.address:first-child
{
	text-align: right;
	padding-right: 20px;
	vertical-align: top;
}	

.partnerzy table td + td
{
	border-left: 1px dashed #cccccc;
	padding-left: 20px;
	vertical-align: top;		
}

/* **************** pojedyncza strona/kontener **************** */


.single-page-wrap {
	margin-bottom: 40px;
}

.single-page-wrap > .news figcaption {
	text-align: center;
}

	
.single-article
{
	display: block;
	padding: 35px 45px;
	margin: 0 auto;
	max-width: 1280px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 180%;
}

.single-article p
{
	padding: 15px 0;
}


article.ekspert-radzi .article-main-image {
	width: 100%;
	max-width: 800px;
}

#page-main > article.ekspert-radzi {
	max-width: 870px;
}

.news figure img {
	width: 100%;
	max-width: 800px;
}
	
@media only screen and (max-width: 1024px) 
{
	#contact-wrap > .content-wrap
	{
		width: 100%;
		float: none;
		height: inherit !important;
	}
}

@media only screen and (max-width: 799px) 
{
	#main .articles-list > ul > li
	{
		width: 100%;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 719px) 
{
	.m340 {
		width: 340px !important;
	}
	
	.m340 .poland, .m500 .poland, .m660 .poland
	{
		float: none !important;
	}
	.m340 .map-visible-list, .m500 .map-visible-list, .m660 .map-visible-list
	{
		margin-left: 0px !important;
	}
	
	.map-visible-list
	{
		display: none;
	}
	
	.map-visible-list > li > a:after
	{
		content: ", ";
	}

}

@media only screen and (max-width: 599px) 
{
	.promocje .opis-promocji {
		width: 100%;
	}
}	

@media only screen and (max-width: 480px) 
{
	.content-wrap-spacing
	{
		padding: 10px;
	}
	
	h3
	{
		padding: 0;
	}
	.partnerzy
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.partnerzy table td
	{
		text-align: left !important;
		display: block;
		border: none !important;
		padding: 0 20px !important;
	}		

	.page-header .breadcrumbs
	{
		padding-left: 11px;
		padding-top: 10px;
	}
}

@media only screen and (min-width: 481px) 
{	
	.page-header > h1 {
		padding: 20px 35px;
	}
	
	.page-header .breadcrumbs
	{
		padding-left: 35px;
		padding-top: 10px;
	}
}	

	
/* kontakt */
#contact-wrap * {
	box-sizing: border-box;
}

#contact-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contact-wrap > div {
	flex-grow: 1;
	flex-basis: 50%;
	padding: 35px;
	padding-top: 15px;
}

#contact-wrap #map {
	margin-top: 40px;
}

#contact-wrap .contact {
	padding-right: 0px !important;
}

#contact-wrap .contact img:last-child {
	padding-left: -5px;
}

#contact-wrap .phones {
}

#contact-wrap .depart {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#contact-wrap .depart:first-child {
	margin-top: 5px;
}

#contact-wrap .depart > div:first-child {
	width: 170px;
} 

#contact-wrap .depart > div:first-child {
	font-weight: bold;
}

#map {
	height: 400px;
	width: 100%;
}

article.news a {
	color: #e14f00;
}

.clear {
	clear: both;
}

@media only screen and (max-width: 800px) 
{	
	#contect-wrap #map,
	#contact-wrap .info,
	#contact-wrap .contact
	{
		flex-basis: 100% !important;
	}
	
	#contact-wrap .info {
		order: 3;
	}
	
	#contact-wrap > div:first-child {
		padding-bottom: 0px;
	}
	
	#contact-wrap .depart {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#contact-wrap .depart > div {
		flex-grow: 1;
		flex-basis: 50%;
		xborder: 1px solid black;
		width: unset;
	}
	
}

@media only screen and (max-width: 600px) {

	#contact-wrap > div {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 360px) 
{	
	#contact-wrap .depart {
		flex-direction: column !important;
	}
}

@media only screen and (min-width: 0) and (max-width: 800px) 
{
	#porady .content-wrap {
		width: 100% !important;
		float: none;
		position: relative;
	}
	
	#porady #art_wrap {
		z-index: 0 !important;
		height: auto !important;
	}
	
	#porady .art_wrap_1 {
		top: 0px !important;
		position: relative !important;
	}
	
	#porady .articles-list {
		z-index: 2;
	}
	
	#porady .articles-list .content {
		padding: 0px;
		padding-bottom: 15px;
	}
	
	#porady .articles-list header h2 {
		padding: 0px;
	}

	#porady h3 {
		padding: 0px;
	}
	
	#porady ol.list {
		padding-left: 0px;
	}
	
	#porady ul.list {
		margin-left: 0px;
	}
}


/* single-page.css START */
.news-wrap,
.single-page-wrap
{
	display: block;
	padding: 35px 45px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;			
}

.news-wrap p,
.single-page-wrap p
{
	padding: 0 0;
}

.news2 p {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.article.news p {
	padding: 0px;
	margin-bottom: 10px;
}

.news-2020 {
	max-width: 800px;
	margin: 0 auto;
}

.news-2020 figure {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	max-width: 800px;
	text-align: center;
}

.news-2020 figcaption {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}

.news-2020 figure img {
	width: 100%;
}

.news-2020 a {
	color: #e14f00;
}

.news-2020 .max-w-800 {
	max-width: 800px;
}

@media only screen and (max-width: 599px) 
{
	.single-page-wrap {
		padding: 10px;
	}
	
	.promocje .opis-promocji {
		width: 100%;
	}
}	
	
/* single-page.css END */

figure.list-figure {
	padding-bottom: 15px;
	margin: 0 auto; 
	display: inline-block;
	max-width: 325px;
}


figure.list-figure img {
	width: 100%;
}

.content {
	text-align:left;
}

article .article-info {
	display: inline-block;
	text-align: left;
	max-width: 600px;
}

.news-thumb {
	display: inline-block;
	width: 100px;
	text-align: center;
	padding: 1px;

}

#main .articles-list > ul > li {
	width: 100%;
}

#main .articles-list figure {
	margin-right: 30px;
}

#main .articles-list > ul > li > article {
	border-right: 0px;
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
	h2 {
		max-width: 325px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
	h2 {
		max-width: 325px;
	}
	
	#main .articles-list figure {
		margin-right: 0px;
	}
}