body {
	background:#fff;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM8UQ8AAhUBSQV8WJQAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-position:0 141px;
	margin:0 auto;
	color:#3d3d3d;
	font-family: Open Sans, Arial, sans-serif;
	font-size:14px;
}

img {
	border: 0px;
	height: auto;
	max-width: 100%;
	width: auto\9; /* ie8 */
}
img.noborder {
	border:none !important;
}

a {
	color: #1F86DD;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	color: #e2001a;
	text-decoration: none;
}

h3 {
	font-size: 16px;
}

/* HEADER */

body > header {
	display:block;
	width:100%;
	max-width: 970px;
	min-height: 80px;
	padding: 20px 0;
	margin: 0 auto;
	border-top: 3px solid #f1f1f1;
	clear: both;
	position:relative;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	overflow:auto;
}

body > header a {
	color: #3d3d3d;
}

body > header a:hover {
	color: #e2001a;
	text-decoration: none;
}

body > header h1,
body > header h4 {
	float: left;
}

body > header h1 img,
body > header h4 img {
	width: 25%;
	float: left;
}

body > header h1 span,
body > header h4 span {
	float: left;
	font-size: 1.357em;
	padding: 7% 0 0 7%;
}


/* MEDIA BOX:begin*/
body > header aside {
	float: right;
	width: auto;
	margin-top:20px;
}

body > header aside ul {
	float: right;
	padding:0;
}

body > header aside ul li {
	display: inline-block;
	float:left;
	width:auto;
	height:36px;
	line-height:36px;
	margin:0 4px;
}
body > header aside ul li a {
display:inline-block;
line-height:36px;
background:#AAAAAA;
color:#FFFFFF;
border-radius: 20px;
}
body > header aside ul li a:hover {
background:#0065AE;
color:#FFFFFF;
}
body > header aside ul li .fa {
display:inline-block;
width:36px;
height:36px;
line-height:36px;
text-align:center;
font-size:20px;
}
body > header aside ul li .fa:before {
display:inline-block;
margin:0 3px;
padding:0;
}
body > header aside ul li.-expanded a em {
	display:inline;
}
body > header aside ul li a em
{
display:none;
padding-right:20px;
}
/* END HEADER */

/* FIXED MENU */
body .fixed-menu-container {
	position: absolute;
	opacity: 0;
	transform: translate(0, -150%);

}
body.fixed .fixed-menu-container {
	opacity: 1;
	position: fixed;
    width: 100%;
    height: auto;
    background: #fff;
    height: 110px;
    z-index: 999;
	top: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	transform: translate(0, 0);
	transition: opacity 0.4s, transform 0.6s;
}

body.fixed .fixed-menu-container > .fixed-menu {
	max-width: 970px;
	margin: 0 auto;
    height: 100%;
    width: 100%;
}

body.fixed .fixed-menu-container > .fixed-menu > a {
	display: inline-block;
	width: 30%;
	margin: 5px 0 0 5px;
}

body.fixed .fixed-menu-container > .fixed-menu img {
	width: 60%;
    display: inline-block;
}

body.fixed .fixed-menu-container > .fixed-menu aside {
	float: right;
	width: auto;
	margin-top:12px;
}

body.fixed .fixed-menu-container > .fixed-menu aside ul {
	float: right;
	padding:0;
}

body.fixed .fixed-menu-container > .fixed-menu aside ul li {
	display: inline-block;
	float:left;
	width:auto;
	height:30px;
	line-height:30px;
	margin:0 4px;
}

body.fixed .fixed-menu-container > .fixed-menu aside ul li a {
display:inline-block;
line-height:30px;
background:#AAAAAA;
color:#FFFFFF;
border-radius: 20px;
}

body.fixed .fixed-menu-container > .fixed-menu aside ul li a:hover {
background:#0065AE;
color:#FFFFFF;
}

body.fixed .fixed-menu-container > .fixed-menu aside ul li .fa {
display:inline-block;
width:30px;
height:30px;
line-height:30px;
text-align:center;
font-size:16px;
}

body.fixed .fixed-menu-container > .fixed-menu aside ul li .fa:before {
display:inline-block;
margin:0 3px;
padding:0;
}

body.fixed .fixed-menu-container > .fixed-menu aside ul li.-expanded a em {
	display:inline;
}

body.fixed .fixed-menu-container > .fixed-menu aside ul li a em {
display:none;
padding-right:20px;
}

body.fixed .fixed-menu-container > nav {
	width: 100%;
    margin: 0 auto;
    margin-top: -35px !important;
}



@media screen and (min-width: 400px) {
	body.fixed .fixed-menu-container > .fixed-menu img {
		width: 45%;
	}
}

@media screen and (min-width: 520px) {
	body.fixed .fixed-menu-container > .fixed-menu img {
		width: 35%;
	}
}

@media screen and (min-width: 640px) {
	body.fixed .fixed-menu-container > .fixed-menu > a {
		width: 25%;
	}
}

@media screen and (min-width: 720px) {
	body.fixed .fixed-menu-container > .fixed-menu > a {
		width: 20%;
	}
}

@media screen and (min-width: 960px) {
	body.fixed .fixed-menu-container > .fixed-menu > a {
		width: 8%;
	}
	body.fixed .fixed-menu-container > .fixed-menu img {
		width: 100%;
	}
	body.fixed .fixed-menu-container > nav {
		width: 100%;
		margin: 0 auto;
		margin-top: -34px !important;
	}
	
	body.fixed .fixed-menu-container > nav a {
		line-height: 1em !important;
		padding: 10px 15px !important;
	}

	body.fixed .fixed-menu-container > nav li.-has-submenu ul {
		top: 34px !important;
	}
}

/* MAIN MENU */
.main-menu {
display:block;
padding:0;
margin:0 auto;
width:100%;
max-width:970px;
/*overflow:auto;*/
z-index:101;
position:relative;/*przykrycie linii*/
}
.main-menu > ul {
display:inline-block;
background:#1473B5;
color:#FFFFFF;
overflow:visible;
width:100%;
}
.main-menu li {
display:inline-block;
float:left;
border-right:1px solid #4B93C4;
}
.main-menu li.-has-submenu {
position:relative;
}
.main-menu li.-has-submenu ul {
display:none;
position:absolute;
top:4em;
left:0;
background-color:#01538F;
min-width:100%;
}
.main-menu li.-has-submenu ul li {
	width: 100%;
}
.main-menu li.-has-submenu ul li a {
	width: 100%;
}
.main-menu li.-has-submenu ul li a:hover {
	background-color:#1473b5;
}
.main-menu li.-has-submenu:hover a {
background-color:#01538F;
}
.main-menu li.-has-submenu:hover ul {
display:block;
}
.main-menu li:last-child {
border-right:0;
}
.main-menu a {
color:#FFFFFF;
text-transform:lowercase;
display:block;
float:left;
line-height:4em;
padding:0 15px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.main-menu a[data-seo-active-link='1'],
body.-tpl-intro .main-menu a[href*='dewelop'] {
	background: #1F8DD6;
}
.main-menu a:hover {
background-color:#01538F;
color:#DDDDFF;
}
.main-menu-trigger {
display:none;
}
.main-menu-trigger .icon {
width:1.2em;
display:inline-block;
}
.main-menu-trigger .icon span {
margin:0.1em 0 0 0;
height:0.2em;
background:#FFFFFF;
display:block;
}
/* MAIN MENU */



#line {
	position: relative;
	width: 100%;
	height: 1px;
	background: #000000;
	opacity: 0.1;
	z-index: 100;
	margin: 10px 0 -10px 0;
}
body.-tpl-intro #line
{
	margin-top: 25px;
}

/* SLIDER */

#slider {
	width: 1040px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	position: relative;
}
body.-tpl-intro #slider {
	margin-top: -27px;
}
#slider li,
#slider li img {
	float: left;
	position: relative;
}

#slider li > span,
#slider li a > span {
	display: block;
	float: left;
	padding: 20px;
	left:3%;
	top: 20%;
	position: absolute;
	color: #fff;
	background: url(../obrazki/bg-li-slider.png);
	font-weight: 300;
}
body.-tpl-podstrona-pl #slider li > span,
body.-tpl-podstrona-pl #slider li a > span {
display:none;
}

#slider li a > span strong {
	display: block;
	font-weight: 300;
	font-size: 2.4em;
	line-height: 1em;	
}

#slider li a > span strong.small{	
	font-size: 1.4em;
    line-height: 2.2em;
}

#slider li a > span > span.price {
	display: block;
	font-weight: 600;
	font-size: 2.6em;
	border-top: 1px solid #5297c1;
	padding: 0.6em 0;
	margin: 0.6em 0 0 0;
}

#slider li a > span > span.desc {
	display: block;
	font-weight: 400;
	font-size: 1.375em;
	border-top: 1px solid #5297c1;
	padding: 1em 0;
	margin: 1em 0 0 0;
}

#slider li a > span > span.btn {
	display: block;
	float: left;
	clear: both;
	font-weight: 400;
	font-size: 1.429em;
	border: 2px solid #4b93c4;
	padding: 3% 10%;
	background: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#slider li a:hover > span > span.btn {
	background: #01538f;
}

#slider li a > span > span.btn img {
	width: 12%;
	margin: 5% 0 0 0;
	float: right;
}

#slider .swiper-pagination {
	text-align:right !important;
	padding-right:10px !important;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
#slider .swiper-pagination-bullet {
	background:#0068b3;
	opacity:0.65 !important;
	width:11px !important;
	height:11px !important;
	border-radius:0 !important;
}
#slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #e2001a !important;
	opacity:1 !important;
}

/* END SLIDER */

/* CONTENT */

#content {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
body.-tpl-podstrona-pl #content {
background: rgba(241,241,241,1);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(200px, rgba(241,241,241,1)), color-stop(201px, rgba(241,241,241,1)), color-stop(400px, rgba(255,255,255,0)));
background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 200px, rgba(241,241,241,1) 201px, rgba(255,255,255,0) 400px);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0 );
margin-bottom:4em;
}

body.-tpl-podstrona-pl #content #content-block {
float:left;
margin:0 0 0 1.5%;
width:31%;
}
body.-tpl-podstrona-pl #content #content-main {
float:right;
margin:0 1.5% 0 ;
width:64%;
}

#content #content-block .content-block-item.-item-1 {
background:#DDDDDD;
position:relative;
min-height:10px;
overflow:auto;
}

body.-tpl-podstrona-pl #content h1,
body.-tpl-podstrona-pl #content .h1,
body.-tpl-podstrona-pl #content h2 {
font-size:1.8em;
margin:0.8em 0;
}


#content #content-block .content-block-item.-item-1 h1,
#content #content-block .content-block-item.-item-1 .h1,
#content #content-block .content-block-item.-item-1 h2 {
margin-left:3%;
}
#content #content-block .content-block-item.-item-1 p {
margin:0.8em 0 0.8em 3%;
}

#content #content-block .content-block-item.-item-1 .menu-l-title {
	font-size: 1.5rem;
    text-align: center;
    padding: 15px 0;
	margin:0;
}

body.-tpl-podstrona-pl #content p {
margin:0.5em 0;
}

body.-tpl-podstrona-pl #content-main ul {
margin-left:3em;
/*list-style-type:square;*/
list-style-type:none;
}

body.-tpl-podstrona-pl #content-main dl dt {
/*clear:both;*/
text-decoration:underline;
}
body.-tpl-podstrona-pl #content-main dl dd {
/*clear:both;*/
margin-left:25px;
}
body.-tpl-podstrona-pl #content-main dl dd:before {
content:"\00bb";
margin-right:0.5em;
}

body.-tpl-podstrona-pl #content-main li {
/*clear:both;*/
/*margin-bottom:0.9em;*/
position:relative;
/*line-height:1.4em;*/
overflow: visible;
/*display: inline-block;*/
/*padding-bottom: 0.9em;*/
width: 100%;
/*border-bottom:1px solid #EEEEEE;*/
}
body.-tpl-podstrona-pl #content-main li:before {
content:"\25A0";
line-height:1.2em;
position:absolute;
left:-20px;
top:0;
}

body.-tpl-podstrona-pl #content #content-main a:not(.pure-button) {
	color:#1F8DD6;
}

body.-tpl-podstrona-pl #content-main li .gallery-left img,
body.-tpl-podstrona-pl #content-main li .gallery-right img {
max-width:120px;
}

#content .h2-header {
    font-size: 1.7rem;
    text-align: center;
    margin-top: 25px;
    color: #1473b5;
	padding-bottom: 20px;
	position: relative;
}
#content .h2-header:after {
	content: "";
	width: 90px;
	border-bottom: 3px solid #1473b5;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.offer-box {
	background-color: #e6e6e6;
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
	/*
	align-items: flex-start;
	align-content: center;
	*/
}
.-tpl-intro .offer-box {
	margin-top:2em;
	border:1px solid rgba(195,195,195,0.3);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.offer-box > article {
	width: 50%;
	padding: 3% 4%;
	/*
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	border-bottom:1px solid rgba(195,195,195,0.3);
	background-repeat:no-repeat;
	background-position: 95% 95%;
	background-position-x:calc(100% - 20px);
	background-position-y:calc(100% - 20px);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.-tpl-intro .offer-box > article:nth-child(1) {
	background-image:url('../obrazki/ico-oferta-mieszkania.png');
}
.-tpl-intro .offer-box > article:nth-child(2) {
	background-image:url('../obrazki/ico-oferta-domy.png');
}
.-tpl-intro .offer-box > article:nth-child(3) {
	background-image:url('../obrazki/ico-oferta-lokale.png');
}
.-tpl-intro .offer-box > article:nth-child(4) {
	background-image:url('../obrazki/ico-oferta-garaze.png');
}

#content-block .offer-box > article {
	width:100%;
}

.-tpl-intro .offer-box > article:nth-child(3n+1),
#content-main .offer-box > article:nth-child(3n+1) {
	background-color: #f1f1f1;
}
#content-block .offer-box > article:nth-child(2n+1) {
	background-color: #f1f1f1;
}

.offer-box h1 {
	font-size: 1.429em;
}
#content-block .offer-box h1,
#content-block .offer-box h2 {
	margin:0.3em 0 !important;
}

.offer-box p {
	font-size: 0.929em;
	padding: 1.3em 0 0 0;
	margin: 0;
}
.offer-box p.bold {
	margin-right:65px;
}
#content-block .offer-box p {
	padding:0.3em 0 0 0 !important;
}

.text_cs > p {
	margin-bottom: 10px;
}

.list-homepage >p {
	margin-bottom: 10px;
}

.btn a {
	margin: 0 4% 0 0;
}

.btn a img {
	margin: 0 1.5% 0.5% 0;
	width: 3px;
}

/**********CALL TO ACTION************/
.cta-content-container {
	display: flex;
	width: 60%;
	margin: 20px auto;
	justify-content: center;
  }
  
.cta-content-container .cta-button {
	padding: 10px!important;
	font-size: 18px!important;
	background: #4B93C4;
	color: #fff!important;
	margin: auto 10px;
	border: 1px solid #4B93C4;
	border-radius: 10px;
	transition: all 0.2s linear!important;
}

.cta-content-container h3 {
	padding: 10px 0 10px 15px;
	margin: auto 0;
	position: relative;
	border-left: 1px solid #aaa;
}

.cta-content-container .cta-button:hover {
	background: #fff!important;
	color: #4B93C4!important;
	border: 1px solid #4B93C4!important;
	transition: all 0.2s linear!important;
}

@media screen and (max-width: 540px) {
    .cta-content-container {
        width: 100%;
        margin: 40px 0;
    }
    
    .cta-content-container h3 {
        padding: 0 0 0 10px;
    }
}

/* END CONTENT */







/* KOMUNIKATY */
.message, .msg {
background: #F5F5F5;
border-top:1px solid #DBDBDB;
border-bottom:1px solid #DBDBDB;
margin:1em 0;
padding:1em 3%;
font-size:1em;
color: #333;
webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
/* END KOMUNIKATY */







/* TABELE */
table.dombud {
border-collapse:collapse;
border:1px solid #4B93C4;
font-size:0.9em;
min-width:99%;
}
table.dombud thead {
background:#1473B5;
color:#FFFFFF;
}
table.dombud thead a {
color:#FFFBBB;
}
table.dombud td,
table.dombud th {
padding:0.8em 0.5em;
border:1px solid #1473B5;
vertical-align:middle;
valign:middle;
text-align:left;
}
table.dombud td.valign-top,
table.dombud th.valign-top {
vertical-align:middle;
valign:middle;
}
table.dombud td.align-center,
table.dombud th.align-center {
text-align:center;
}
table.dombud td.align-right,
table.dombud th.align-right {
text-align:center;
}
table.dombud tbody tr {
background:#F5F5F5;
}
table.dombud tbody tr:nth-child(odd) {
background:#FFFFFF;
}
table.dombud tbody th {
background:#DDDDEE;
}
/********/
table.dombud.style-2 {
border-color:#DDDDDD;
border:1px solid #DBDBDB;
}
table.dombud.style-2 thead {
background:#f0f0f0;
color:#333333;
font-weight:bold;
}
table.dombud.style-2 tbody th {
background:#f0f0f0;
}
table.dombud.style-2 tbody tr {
background:#FFFFFF;
}
table.dombud.style-2 tbody tr.hover,
table.dombud.style-2 tbody tr.hover td {
cursor:pointer;
background:#F9F9FF;
}
table.dombud.style-2 td,
table.dombud.style-2 th {
border:1px solid #DBDBDB;
}
/***{
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(240,240,240,0) 10px);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(10px,rgba(240,240,240,0)));
background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(240,240,240,0) 10px);
background: -o-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(240,240,240,0) 10px);
background: -ms-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(240,240,240,0) 10px);
background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(240,240,240,0) 10px);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#00f0f0f0',GradientType=0 );
}***/
/* END TABELE */






/***
 * Galerie
 ***/
.gallery, .galeria, .gallery-right, .galeria-right, .gallery-left, .galeria-left {
	display: block;
  float: left;
  margin: 1.5%;
  padding: 1.5%;
  font-size: 0.9em;
  text-align: center;
  background: #FFFFFF;
  webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
          box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.gallery-left {
	display:inline-block;
	float:left;
	margin:1%;
	border:2px solid #AAA;
}
.gallery-right {
	display:inline-block;
	float:right;
	margin:1%;
}
.gallery img, .galeria img,
.gallery-right img, .galeria-right img,
.gallery-left img, .galeria-left img {
	display:block;
	/*margin-bottom:5px;*/
	margin:0;
	/*float: left;*/
	clear:both;
}
.gallery img, .galeria img {
	width:100%;
	max-width: 150%;
	height:auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.gallery {
	max-width:30%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.gallery a, .galeria a,
.gallery-right a, .galeria-right a,
.gallery-left a, .galeria-left a {
		position: relative;
		display: inline-block;
		overflow:hidden;
		height:100%;
		border:1px solid rgba(200,200,200,0.25);
}
.gallery a:hover:after, .galeria a:hover:after,
.gallery-right a:hover:after, .galeria-right a:hover:after,
.gallery-left a:hover:after, .galeria-left a:hover:after {
		content: "\f00e";
	  font-family: FontAwesome;
	  font-style: normal;
	  font-weight: normal;
	  text-decoration: none;
		font-size:50px;
		line-height:50px;
		position: absolute;
		top: 0;
		left:0;
		width: 100%;
		height:100%;
		background: rgba(0,0,0,0.5);
		color: #FFFFFF;
}





/* GRUPA DOMBUD */

#dombud-group {
	width: 960px;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
	clear: both;
}

#dombud-group h1 {
	font-size: 1.429em;
	padding: 15px 0 10px;
	margin: 0;
}
body.-tpl-podstrona-pl #dombud-group h1 {
	background: #999999;
	color:#FFFFFF;
	padding:0.5em;
}

#dombud-group ul {
	overflow: hidden;
	/*margin-bottom: 5%;*/
}

#dombud-group ul li {
	width: 33.3%;
	display: table-cell;
	float: left;
	vertical-align: bottom;
}

#dombud-group ul li#tbw,
#dombud-group ul li#beton {
	width: 33.4%;
}

#dombud-group ul li img {
	width: 23%;
	float: left;
}

#dombud-group ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	background: #f1f1f1;
	position: relative;
}

#dombud-group ul li#pb a,
#dombud-group ul li#tbw a,
#dombud-group ul li#mintex a {
	background: #f1f1f1;
}

#dombud-group ul li#development a,
#dombud-group ul li#tbs a,
#dombud-group ul li#beton a {
	background: #e6e6e6;
}

#dombud-group ul li a:hover {
	background: #0068b3 !important;
}

#dombud-group ul li a span {
	width: 67%;
	font-size: 0.929em;
	color: #3d3d3d;
	display: block;
	float: left;
	text-align: left;
	position: absolute;
	left: 27%;
	bottom: 20%;
}

#dombud-group ul li a:hover span {
	color: #a8ceea;
}

#dombud-group ul li a span strong {
	font-size: 1.154em;
	color: #235383;
	font-weight: 400;
	display: block;
}

#dombud-group ul li a:hover span strong {
	color: #fff;
}

.list-homepage h2 {
	padding: 15px 0 5px;
}

.list-homepage ul {
	padding: 20px !important; 
	/*margin: 9px !important;*/ 
	list-style: disc !important;
}

.list-homepage ul li {
	float: inherit !important; 
	width: 100% !important; 
	display: list-item !important;
}

/* END GRUPA DOMBUD */



/* AKTUALNE INWESTYCJE */
#widget-inwestycje-block {
    display:block;
    background:#F0F0F0;
}
#widget-inwestycje-block ul {
	overflow: hidden;
	margin-bottom: 5%;
}
#widget-inwestycje-block ul li:nth-child(2n+0) {
	background:#E6E6E6;
}
#widget-inwestycje-block ul li {
	width: 100%;
	display: table-cell;
	float: left;
    vertical-align: bottom;
    height:5rem;
    overflow:hidden;
}
#widget-inwestycje-block ul li >div {
    width: 125px;
    float: left;
    position:relative;
    top:-5px;
    left:-5px;
}
#widget-inwestycje-block ul li >div + div {
    float:right;
    width:calc(100% - 137px);
    position:relative;
    height:5rem;
}

#widget-inwestycje-block ul li img {
    height:6rem;
    width:auto;
}

#widget-inwestycje-block ul li div + div a {
	display: block;
	width: 100%;
	overflow: hidden;
    box-sizing:border-box;
    color:inherit;
    position:absolute;
    bottom:10px;
}
#widget-inwestycje-block ul li div + div a span {
    font-size:0.9em;
    color:#235383;
    display:block;
    font-size:1.154em;
}

#widget-inwestycje-block ul li:hover {
	background: #0068b3 !important;
}
#widget-inwestycje-block ul li:hover a,
#widget-inwestycje-block ul li:hover a span {
    color:#FFFFFF !important;
}
/* END AKTUALNE INWESTYCJE */



/* FOOTER */

footer {
	width: 100%;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #e9e9e9;
	background:#F5F5F5;
}

footer ul {
	width: 960px;
	margin: 0 auto;
	padding: 1.5% 0;
	clear: both;
	overflow: hidden;
	background: url(../obrazki/bg-footer.png) no-repeat 50% 0%;
	color: #9a9999;
	font-size: 0.786em;
}

footer ul li {
	float: left;
	/*height: 3em;*/
	line-height: 1.5em;
}

footer ul li a {
	color: inherit;
}

footer ul li#silnet {
	border-right: 1px solid #cfcfcf;
	width: 40px;
	margin: 0 20px 0 0;
}

footer ul li.verticalLine {
	border-right: 1px solid #cfcfcf;
	margin-right: 20px;
	padding-right: 20px;
}

footer ul li#silnet img {
	width: 80px;
	margin: 7px 0 0 0;
}

footer ul li#to-top {
	float: right;
	line-height: 3em;
}

.silnet-logo-container {
	margin: 0px 0px 0 0;
	height: 64px;
}

.silnet-logo-container .silnet-logo-image {
    width: auto;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    filter: grayscale(1);
    opacity: 0.5;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.silnet-logo-container .silnet-logo-image.animate {
    animation-name: silnet-logo-image-animation;
}
.silnet-logo-container.silnet-dark-bg .silnet-logo-image {
    filter: grayscale(1) invert(1);
}
.silnet-logo-container.silnet-dark-bg .silnet-logo-image.animate {
    animation-name: silnet-dark-bg-logo-image-animation;
}
.silnet-logo-container a {
    border: none !important;
    text-decoration: none !important;
}
.silnet-logo-container a:hover .silnet-logo-image {
    filter: grayscale(0) invert(0) !important;
    opacity: 1 !important;
}
@keyframes silnet-logo-image-animation {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
        filter: grayscale(1);
        opacity: 0.5;
   }
    25% {
        filter: grayscale(1);
        opacity: 0.5;
   }
    60%, 80% {
        transform: rotate3d(0, 1, 0, 360deg);
        filter: grayscale(0);
        opacity: 1;
   }
    85% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
   }
    90% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1);
   }
    95% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
   }
    95% {
        filter: grayscale(0);
        opacity: 1;
   }
    100% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1);
        filter: grayscale(1);
        opacity: 0.5;
   }
}
@keyframes silnet-dark-bg-logo-image-animation {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
        filter: grayscale(1) invert(1);
        opacity: 0.5;
   }
    25% {
        filter: grayscale(1) invert(1);
        opacity: 0.5;
   }
    60%, 80% {
        transform: rotate3d(0, 1, 0, 360deg);
        filter: grayscale(0) invert(0);
        opacity: 1;
   }
    85% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
   }
    90% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1);
   }
    95% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
   }
    95% {
        filter: grayscale(0) invert(0);
        opacity: 1;
   }
    100% {
        transform: rotate3d(0, 1, 0, 360deg) scale(1);
        filter: grayscale(1) invert(1);
        opacity: 0.5;
   }
}

/* END FOOTER */



/* BREADCRUMBS */
#breadcrumbs {
	/*background:#D0D0D0;*/
	overflow:hidden;
	margin:0.5em 1.5%;
	padding:0 2px 0.5em 2px;
	font-size:11px;
	border-bottom:1px solid #DDDDDD;
}
#breadcrumbs li {
  color:#444444;
	margin:1px 3px 1px 6px;
  float:left;
  display:inline-block;
  width:auto !important;
  list-style-type:none;
	height:26px;
	line-height:26px;
}
#breadcrumbs li:first-child {
	font-weight:bold;
	padding-right:1em;
}
#breadcrumbs li:before,
#breadcrumbs li:after {
	display:none;
}
#breadcrumbs li a {
  padding:0 10px;
  display:block;
  color:#444444;
	background:#E5E5E5;
	position:relative;
	-webkit-transition:none;
	transition:none;
}
#breadcrumbs li a:before {
	content: "";
	position: absolute;
	border-width:13px 0 13px 7px;
	border-style: solid;
	border-color: #E5E5E5 #E5E5E5 #E5E5E5 transparent;
	left:-6px;
}
#breadcrumbs li a:after {
content: "";
position: absolute;
border-top:13px solid transparent;
border-bottom:13px solid transparent;
border-left:7px solid #E5E5E5;
right:-7px;
}

#breadcrumbs li a:hover,
#breadcrumbs li:last-child a {
	background:#D0D0D0;
}
#breadcrumbs li a:hover:before,
#breadcrumbs li:last-child a:before {
	border-color: #D0D0D0 #D0D0D0 #D0D0D0 transparent;
}
#breadcrumbs li a:hover:after,
#breadcrumbs li:last-child a:after {
	border-left:7px solid #D0D0D0;
}
/* END BREADCRUMBS */


.kac-sm-panel {
    position: fixed;
    right: -110px;
    text-align: left;
    top: 183px;
    z-index: 9999;
}
.kac-sm-panel ul {
    list-style-type: none;
}
.kac-sm-panel li {
    border-radius: 5px;
    -webkit-box-sizing: initial;
            box-sizing: initial;
    height: 32px;
    margin: 3px 0;
    padding: 1px;
    position: relative;
    right: 0;
    width: 140px;
}
.kac-sm-panel span {
    color: #fff;
    display: inline;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    left: 50px;
    padding-bottom: 13px;
    position: absolute;
    top: 7px;
    vertical-align: middle;
    width: 80px;
}
.kac-sm-text-black {
    color: #000000 !important;
}
.kac-sm-panel a {
    text-decoration: none;
}
.kac-sm-panel img {
    height: 32px;
    width: 32px;
}
.kac-sm-block {
    -webkit-transition: right 0.5s ease-out 0s;
    transition: right 0.5s ease-out 0s;
}
.kac-sm-block:hover {
    right: 90px;
}
.kac-sm-fb {
    background: #295c9e none repeat scroll 0 0;
}
.kac-sm-gplus {
    background: #dc4a3d none repeat scroll 0 0;
}
.kac-sm-pkt {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #000;
}
.kac-sm-twitter {
    background: #16b9ed none repeat scroll 0 0;
}
.kac-sm-blog {
    background: #0171bb none repeat scroll 0 0;
}
.kac-sm-pinterest {
    background: #d73532 none repeat scroll 0 0;
}
.kac-sm-youtube {
    background: #e32c26 none repeat scroll 0 0;
}
.kac-sm-goldenline {
    background: #ffffff none repeat scroll 0 0;
}
.kac-sm-allegro {
    background: #ff5a00 none repeat scroll 0 0;
}
.kac-sm-linkedin {
    background: #0097bd none repeat scroll 0 0;
}
.kac-sm-googlekspert {
    background: #ffffff none repeat scroll 0 0;
}
.kac-sm-payback {
    background: #00349a none repeat scroll 0 0;
}
@media screen and (max-width: 640px) {
.kac-sm-panel {
    display: none;
}
}




.jakh1top {
    float: left;
    height:70px;
	line-height:70px;
}
.jakh1top img {
    float: left;
	width:auto;
    height:100%;
}
.jakh1top span {
    float: left;
    font-size: 1.357rem;
    padding:0 0 0 30px;
}
.jakh1search {
    font-size: 1.429em;
}
.jakh1bodycs {
    background: #999999 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 1.429em;
    margin: 0;
    padding: 0.5em;
}
.text_cs {
    /*margin-bottom: 25px;*/
    text-align: justify;
}
@media screen and (max-width: 640px) {
	.text_cs {
	    text-align: left;
	}
}
body.-tpl-podstrona-pl #content h2 {font-size: 1.3em;}


.show-number {
display: inline-block;
font-size: 0.75em;
padding: 0.075em 6px;
background: #EEE;
border: 1px solid #DDD;
border-radius: 2px;
color: #999;
margin: 0.1em 0;
}
#top .show-number {
display:none;
}
