/* @supports (display: grid) {
  @media (min-width: 992px) {
    .site-grid {
      grid-template-columns: [full-start] minmax(0,1fr) [main-start] minmax(0,19.875rem) minmax(0,23.375rem) minmax(0,23.375rem) minmax(0,12.875rem) [main-end] minmax(0,1fr) [full-end]
    }
  }
}*/
@supports (display: grid) {
  @media (min-width: 992px) {
    .site-grid {
      grid-template-columns: [full-start] minmax(0,1fr) [main-start] minmax(0,23.375rem) minmax(0,27.375rem) minmax(0,27.375rem) minmax(0,16.375rem) [main-end] minmax(0,1fr) [full-end]
    }
  }
}
@supports (display: grid) {
    .site-grid {
        grid-template-areas:
          ". banner banner banner banner ."
          ". top-a top-a top-a top-a ."
          ". top-b top-b top-b top-b ."
          ". comp comp comp comp ."
          ". side-l side-l side-l side-l ."
          ". side-r side-r side-r side-r ."
          ". bot-a bot-a bot-a bot-a ."
          ". bot-b bot-b bot-b bot-b .";
    }
    @media (min-width: 992px) {
        .site-grid {
            grid-template-areas:
              ". banner banner banner banner ."
              ". top-a top-a top-a top-a ."
              ". top-b top-b top-b top-b ."
              ". side-l comp comp side-r ."
              ". bot-a bot-a bot-a bot-a ."
              ". bot-b bot-b bot-b bot-b ."
        }
    }
}
@media (min-width: 992px) {
    .warto {
      display: none
    }
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


/*global styles*/
:root {
    --primary-bg-color: #009933;
    --primary-bg-color-dark: #007711;
    --secondary-bg-color: #336666;
    --tertiary-bg-color: #1f2b2f;
    --muted-bg-color: #f6f6f6;
}

@media (width >= 1200px) {
  h1, .h1 {
    font-size: 2.0rem;
  }
    h2, .h2 {
    font-size: 1.5rem;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: var(--cassiopeia-font-weight-headings,600);
}
h1 {
  color: #fff;
  line-height: 1;
  padding: 0.6rem;
  background-color: var(--primary-bg-color);
  margin-top: 10px;
  border-radius: 7px 7px 0 0;
  text-align: left;
}
.main-bottom h2 {
  color: #fff;
  line-height: 1;
  padding: 0.4rem;
  background-color: var(--primary-bg-color);
  margin-top: 10px;
  border-radius: 7px 7px 0 0;
  text-align: left;
}
.container-header {
  background: #ffffff;
}
.container-header .grid-child {
  width: 100%;
  _max-width: 1320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-bottom: 0px;
  _background: #cc0000
}
.container-header .mod-menu {
    flex-wrap: wrap;
}
.container-header .container-nav {
_width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  background: #996633
}
.container-header .navbar-toggler {
  margin-bottom: 8px;
}
.metismenu.mod-menu .metismenu-item {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 1.5;
  padding: .5em .6em
}
/* zmiana podkreślenia menu */
.container-nav .mod-menu > li.active > a::after,
.container-nav .mod-menu > li.active > button::before,
.container-nav .mod-menu > li > a:hover::after,
.container-nav .mod-menu > li > button:hover::before {
opacity: .8;
}
.container-below-top {
	background: #ffffff
}
.container-below-top .mod-custom {
	width: 1320px;
  margin-left: auto;
  margin-right: auto;
  _display: flex;
  _justify-content: center;
}
.logo-header {
	  width: 100%;
max-width: 1px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  _flex-wrap: wrap;
  _justify-content: space-between;
}

/* banery */
.banneritem {
margin-top: 5px }

/*header and search*/

.container-banner {
    background: linear-gradient(0deg, rgba(31 43 47 / 40%), rgba(31 43 47/ 40%)), url(../images/header-dzieci.jpg);
    padding: 140px 0;
}

.container-banner .dj_cf_search {
    margin: 0 auto !important;
    position: relative;
    max-width: 680px;
    border: 0px solid rgba(255,255,255,0.1);
    border-radius: 5px;
    box-sizing: border-box;
}

.container-banner .dj_cf_search label {
    display: none !important;
}

.container-banner .dj_cf_search form {
    display: flex;
}

.container-banner .dj_cf_search .button {
    width: 184px;
    height: 54px;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    border-radius: 0 2px 2px 0;
    border: none;
    color: #fff;
    margin: 0;
	font-size: 1.2rem;
	font-weight: normal;
	text-shadow: none;
}

.container-banner .dj_cf_search .search_word {
    width: 100%;
    margin: 0;
}

.container-banner .dj_cf_search .first_input {
    height: 100%;
    width: 100%;
    margin: 0;
    border-radius: 2px 0 0 2px;
    border: none;
    padding: 0 20px;
}
.dj_cf_search .search_buttons button.button {
  background: var(--primary-bg-color);
  text-shadow: none;
  font-size: 1.1rem;
  font-weight: normal;
  color: #ffffff
}
.dj_cf_search .search_buttons button.button:hover {
    background: var(--primary-bg-color-dark);
}

.search_buttons {
	text-align: center
}
.djseform_field.nested .se_checkbox {
  margin-left: -1.5em;
}

/* warto index */
.jmm-text {
	padding: 10px;
	border: 1px solid #009933;
	border-radius: 5px
}
.jmm-title {
	font-size: 1.2rem;
	font-weight: 600
}

.poziom_premium .banneritem {
	display: inline-block;
	margin: 2px;
	max-width: 122px;
	max-height: 122px
}
  @media (max-width: 991.98px) {
.poziom_premium .banneritem {
	max-width: 87px;
	max-height: 87px
}
  }
.b-lewy .banneritem,
.b-prawy .banneritem {
	margin-top: 15px;
}
.b-lewy .bannergroup,
.b-prawy .bannergroup {
	margin-top: -15px;
}
.container-header .container-nav {
	_background: #1e9ce9;
	max-width: 100%;
	padding-top: 0px;
	padding-bottom: 0px
}
._dj-megamenu-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
#dj-classifieds .dj-items .item_row .item_content .item_custom_fields {
  _display: none;
  font-size: 13px
}
#dj-classifieds .dj-item .dj-item-in {
  margin: 20px 0px !important;
}
#dj-classifieds .dj-item .djc_mainimage a {
  display: inline-block !important;
}
.container-top-lr {
  background: #89cbf6 url(/images/tlo_logo1.jpg) repeat scroll 0 0;
}
.container-top-lr .row {
  padding-top: 0px;
  padding-bottom: 0px;
}
.container-top-lr.grid-child {
  padding-top: 0px;
  padding-bottom: 0px;
}
.dj_cf_search .djcf_se_row {
  background: #dddddd;
  padding: 5px
}
.lista_h1 {
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  text-align: left;
  vertical-align: baseline;
  background-color: #337ab7;
}
.h2 {
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  padding: .3em;
  text-align: left;
  vertical-align: baseline;
  background-color: #337ab7;
  margin-top: 10px;
}
.index_box {
  background-color: #f9f8e6;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.btn-home {
  --btn-color: #000;
  --btn-bg: #f9fafb;
  --btn-border-color: #aaaaaa;
  --btn-hover-color: #000;
  --btn-hover-bg: #d4d5d5;
  --btn-hover-border-color: #c7c8c9;
  --btn-focus-shadow-rgb: 212,213,213;
  --btn-active-color: #000;
  --btn-active-bg: #c7c8c9;
  --btn-active-border-color: #bbbcbc;
  --btn-active-shadow: inset 0 3px 5px #00000020;
  --btn-disabled-color: #000;
  --btn-disabled-bg: #f9fafb;
  --btn-disabled-border-color: #f9fafb;
  --btn-padding-x: .8rem;
  --btn-padding-y: .4rem;
  margin: 3px
}
#dj-classifieds .dj-item .localization_det {
  width: 100% !important;
}
#dj-classifieds .dj-item .custom_det {
  width: 100% !important;
}
#dj-classifieds .dj-items .item_row .item_row_in {
  padding: 0px !important;
  border: 1px solid #eeeeee !important;
  border-radius: 6px;
}
#dj-classifieds .dj-items .item_row .item_row_in img {
  border-radius: 5px 0px 0px 5px;
}
#dj-classifieds .dj-items .item_row {
  margin-bottom: 20px
}
#dj-classifieds .dj-items .item_row.p_bg {
  background: #eff4f7;
  background-image: url('/images/bg_warto1.png') !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
  border-radius: 6px
}
#dj-classifieds .dj-items .item_row .item_content .item_title h3 {
  margin-top: 10px !important
}
.footer {
  color: #666666;
  background: #eeeeee;
  margin-top: 1em;
}
.footer a:hover {
	color: #999999 !important
}
.container-footer .grid-child {
	display: block
}
#dj-classifieds .dj-item .general_det {
  float: right;
  width: 100% !important
}
#dj-classifieds .dj-item .general_det, #dj-classifieds .dj-item .localization_det, #dj-classifieds .dj-item .images, #dj-classifieds .dj-item .shipping, #dj-classifieds .dj-item .description, #dj-classifieds .dj-item .custom_det, #dj-classifieds .dj-item .additional, #dj-classifieds .dj-item .video_box {
  margin-bottom: 20px;

}
@media (width >= 1200px) {
  .blog-item h2 {
    font-size: 1.3rem;
  }
}
	
#dj-classifieds .dj-item .general_det {
  margin-bottom: 0px !important;
}
#dj-classifieds button.button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 20px !important;
  text-decoration: none !important;
  border-radius: 2px !important;
  font-size: 14px !important;
  font-family: inherit !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  padding: 10px 30px 10px 30px !important;
  border: none !important;
  background: #247fe1 !important;
  text-shadow: none !important;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s !important;
}
#dj-classifieds .dj-item .description h2 {
  display: none
}

#dj-classifieds .dj-item .general_det .contact_mainrow .row_value {
  font-size: 1.1rem;
}
.description .djform_field {
  float: none !important;
}
.box_atrakcje {
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 3px;
  background-color: #eee;
}
.clear {
  clear: both;
  height: 0;
  margin-bottom: 0;
}
.search_cats {
	display: none
}
.row_email_formularza_kontaktu {
  display: none;
}
.introdesc {
_display: none
}
/* lista darmowi i płatni (first) */
#dj-classifieds .dj-items .item_row .item_outer_in .item_img_box_in {
	display: none
}
#dj-classifieds .dj-items .p_first .item_outer_in .item_img_box_in {
	display: block
}
#dj-classifieds .dj-items .item_row .item_content .item_title h3 {
  font-size: 20px !important;
}
#dj-classifieds .dj-items .p_first .item_content .item_title h3 {
  font-size: 28px !important;
}
#dj-classifieds .dj-items .item_row .item_outer_in {
  padding: 10px;
  padding-top: 0px
}
#dj-classifieds .dj-items .p_first .item_outer_in {
  padding: 0px;
}

/* ogłoszenie darmowi i płatni(first) */
#dj-classifieds .dj-item .djcf_images_generaldet_box {
  display: none;
}
#dj-classifieds .p_first .djcf_images_generaldet_box {
  display: block;
}
#dj-classifieds .dj-item .description {
  display: none;
}
#dj-classifieds .p_first .description {
  display: block;
  padding: 0 10px
}
/* ukrywanie promocji pierwszy dla użytkowników */
#dj-classifieds .promotions_box {
    display: none;
}

#prez55 {
 border-top: 1px solid #eaeaea;
 border-bottom: 1px solid #eaeaea;
 padding: 10px
}
@media (max-width: 575.98px) {
	#prez55 .row {
	  --gutter-x: 0.5em;
	  margin-bottom: 0.5em !important
	}
}
#prez55 h1 {
  text-align: center;
  font-weight: bold !important
}
#prez55 h2 {
  background: none !important;
  border-bottom: none !important;
  color: #333333;
  margin: 0 0 10 0px !important;
  padding: 0px !important;
  text-align: center;
  display: block !important
}
#prez55 ul {
	margin-top: 10px;
margin-bottom: 15px
}
#prez55 a:link {
	text-decoration: underline
	}
#prez55 p {
	margin-top: 10px;
	}