.logo-image {
	padding-top: 4px;
	padding-bottom: 2px;
}
#sp-header {
    background: #000000c7;
}
#sp-header {
    height: 60px;
    width: 100%;
    /* position: absolute; */
    z-index: 99;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    animation: spFadeIn 0.5s;
	border-bottom: 1px solid #9fbbff;
    
}
#sp-main-body{
    padding: 50px 0;
    
    /* ff 3.6+ */
    background:-moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(172, 226, 255, 1) 100%); 

    /* safari 5.1+,chrome 10+ */
    background:-webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(172, 226, 255, 1) 100%);

    /* opera 11.10+ */
    background:-o-linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(172, 226, 255, 1) 100%);

    /* ie 6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#ACE2FF', GradientType=1 );

    /* ie 10+ */
    background:-ms-linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(172, 226, 255, 1) 100%);

    /* global 94%+ browsers support */
    background:linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(172, 226, 255, 1) 100%);

}
#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 0px;
    border: 0px solid;
    padding: 5px 10px;
    border-radius: 0px;
  

}


@media only screen and (max-width: 767px) {
#sp-footer{
 display: none;
}
}
@media only screen and (max-width: 767px) {
#sp-left{
  order: 2;
}
}
/*menu animacja*/
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
  100% {
    transform: scale(1);
  }
}
.sp-megamenu-parent > li:nth-child(7n) > a {
    color: #00ff89;
    font-weight: bold;
    /* text-shadow: #85ff00 3px 1px 7px; */
    animation: pulse 2s ease-in-out infinite;
   
}







a.sp-megamenu-parent > li {
	position: relative;
	text-decoration: none;
}

.sp-megamenu-parent > li::before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #fff;
	transform: scaleX(0);
	transition: transform 0.3s ease-in-out;
	transition-property: transform, background-color;
	transition-timing-function: ease-in-out;
	transition-duration: 0.4s;
}

.sp-megamenu-parent > li:hover::before {
	transform: scaleX(1);
	background-color: #00ccff;
}
/* burger icon */
.burger-icon>span {
    background-color: #00ccff;
  
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 9px;
}

.body-innerwrapper {
 

    /* ff 3.6+ */
    background:-moz-linear-gradient(179deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%); 

    /* safari 5.1+,chrome 10+ */
    background:-webkit-linear-gradient(179deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);

    /* opera 11.10+ */
    background:-o-linear-gradient(179deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);

    /* ie 6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F2F2F2', GradientType=1 );

    /* ie 10+ */
    background:-ms-linear-gradient(179deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);

    /* global 94%+ browsers support */
    background:linear-gradient(179deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);


}
.block {
	position: relative;

	background: linear-gradient(0deg, #000, #272727);
}

.block:before, .block:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
		#0000ff, #00ff00,#ffff00, #ff0000);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	animation: steam 20s linear infinite;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.block:after {
	filter: blur(2px);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #000000a3;
    margin-top: -3px;
    border-bottom: 2px solid #0dcaf0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {

    border-bottom: 1px solid #0dcaf073;
    width: 100%;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #0dcaf0;
}
/* for single article */
.view-article .article-details {
    display: flex;
    flex-direction: column;
    background-color: #ffffff3b;
    border: solid 1px #ccc;
	  border-image: linear-gradient(to bottom, #00b8ff, rgba(0, 0, 0, 0)) 1 15%;
    padding: 10px;
}
.view-article .article-header {
    order: -1;
    margin-bottom: -10px;
}
.article-info{
order: -1;
margin-bottom: 40px;

}
/* for articles list */
.article-list .articleBody, .article-list .article-body {
    display: contents;
}
.article-list .article {
    display: flex;
    flex-direction: column;
}
.article-list .article-header {
    order: -1;
  
}
.field-label {
	font-weight: bold;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {

    margin: 0 0 4px 0;
}

.fields-container{
list-style-type: none;
padding-left: 0px;
}

.article-list .article {
    margin-bottom: 30px;
    padding: 27px;
    border: 1px solid #adb5bd;
    border-radius: 3px;
    background-color: whitesmoke;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
    margin: 0 0 -35px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #f3f3f3;
}
/* article */
.article-list .article {
	margin-bottom: 40px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	border: solid 1px #e0e0e0;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	border-image: linear-gradient(to bottom, #00b8ff, rgba(0, 0, 0, 0)) 1 15%;
	transition: transform 0.3s, border-color 0.9s;
}
/*kropki artykuły lista*/

.article-list .article:hover {
	border: solid 1px #ccc;
	border-image: linear-gradient(to bottom, #00b8ff, rgba(0, 0, 0, 0)) 1 15%;
	transform: scale(1.1);
	box-shadow: rgba(57, 97, 206, 0.45) 0px 25px 20px -20px;
}

.article-list .article:active {
	border: solid 1px #e0e0e0;
	border-image: linear-gradient(to bottom, #d2d2d2, rgba(0, 0, 0, 0)) 1 15%;
	transition: border-color 1s;
}

.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {
	margin: -15px -20px 20px -20px;
	border-radius: 3px 3px 0 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
}

.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img {
	border-radius: 3px 3px 0 0;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
    min-height: 170px;
}

.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
	color: #1295c9;
	font-size: 1.2rem;
}

.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a:hover {
	color: green;
	font-size: 1.2rem;
}
.text-dark{
    font-weight: bold;
   
}

.cena, .metraz, .termin-oddania, .numer-oferty, .cena-za-metr, .dostepnosc, .parking,.czynsz, .ogrzewanie, .wysokosc-pomieszczen, .typ-lazienki, .typ-balkonu, .osiedle-zamkniete, .dostepne-metraze{
    border-bottom: 1px dotted #b5e7ff;
    padding-top: 2px;
}
.cena{
    color: green;
}

.cena:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/zpierwotnego/icons/offer.png");
  background-size: cover;
  margin-right: 10px;
}



.metraz:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/zpierwotnego/icons/rule.png");
  background-size: cover;
  margin-right: 10px;
}

.termin-oddania:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/zpierwotnego/icons/calendar.png");
  background-size: cover;
  margin-right: 10px;
}
.numer-oferty:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/zpierwotnego/icons/deal.png");
  background-size: cover;
  margin-right: 10px;
}
.cena-za-metr:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/zpierwotnego/icons/price-tag.png");
  background-size: cover;
  margin-right: 10px;
}
.dostepnosc:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/zpierwotnego/icons/tick.png");
  background-size: cover;
  margin-right: 10px;
}
.parking:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/zpierwotnego/icons/parked-car.png");
  background-size: cover;
  margin-right: 10px;
}
.czynsz:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/zpierwotnego/icons/key.png");
  background-size: cover;
  margin-right: 10px;
}
.ogrzewanie:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/zpierwotnego/icons/heat.png");
  background-size: cover;
  margin-right: 10px;
}
.wysokosc-pomieszczen:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/zpierwotnego/icons/height.png");
  background-size: cover;
  margin-right: 10px;
}
.typ-lazienki:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/zpierwotnego/icons/shower.png");
  background-size: cover;
  margin-right: 10px;
}
.typ-balkonu:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/zpierwotnego/icons/balcony.png");
  background-size: cover;
  margin-right: 10px;
}
.osiedle-zamkniete:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/zpierwotnego/icons/house.png");
  background-size: cover;
  margin-right: 10px;
}
.dostepne-metraze:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/images/zpierwotnego/icons/rule.png");
  background-size: cover;
  margin-right: 10px;
}
.no{
    color: red;
    /* font-weight: bold; */
    font-size: 16px;
}
.no2{
    color: green;
    font-size: 16px;
}
.subheading-category{
    padding:0 70px 4px 10px;
    font-size: 20px;
    color: #007199;
    border-left: 1px solid #00b8ff;
   


    /* ff 3.6+ */
    background:-moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(172, 226, 255, 0) 100%); 

    /* safari 5.1+,chrome 10+ */
    background:-webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(172, 226, 255, 0) 100%);

    /* opera 11.10+ */
    background:-o-linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(172, 226, 255, 0) 100%);

    /* ie 6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ACE2FF', endColorstr='#FFFFFF', GradientType=0 );

    /* ie 10+ */
    background:-ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(172, 226, 255, 0) 100%);

    /* global 94%+ browsers support */
    background:linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(172, 226, 255, 0) 100%);

}

.tf-gallery-wrapper .gallery-items .item {
  
    padding: 4px;
    border: 1px solid #92c8ff;
    background-color: #ffffff87;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 15px 20px -20px;
}
