/*!
Theme Name: Default
*/
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
html body {
  font-family: "Arial", sans-serif;
}

a{
	color:#564740;
}

a :hover{
	color:#b6aa93;
	text-decoration:underline;
}

.align_right {
  text-align: right;
}

.category_desc{
	color:black;
	font-size:14px;
	line-height:24px;
	margin-bottom:30px;
}

.green_button {
  background: #b6aa93;
  border: 2px solid #b6aa93;
  color: white;
  display: inline-block;
  max-width: 220px;
  font-size: 14px;
  line-height: 14px;
  padding: 16px;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  transition: 0.5s;
}
.green_button:hover {
  text-decoration: none;
  color: #b6aa93;
  background: transparent;
}
.green_button .fas {
  font-size: 12px;
  padding-left: 15px;
}

#page {
  padding-top: 174px;
}

#header {
  position: fixed;
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #e9ecef;
  top: 0;
  background: white;
  z-index: 99;
}
#header .fanpage {
  text-align: right;
}
#header .logo {
  padding-top: 30px;
}
#header .menu {
  padding: 50px 0 0 0;
  margin: 0;
}
#header .menu li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
#header .menu li a {
  color: black;
  font-size: 17px;
  line-height: 20px;
}
#header .menu li:hover > a, #header .menu li.current_page_item > a {
  text-decoration: none;
  color: #564740;
}
#header .menu li:last-child {
  padding-right: 0;
}
#header .menu li.menu-item-has-children {
  padding-right: 25px;
}
#header .menu li.menu-item-has-children > .child_cont {
  display: block;
  position: absolute;
  top: 3px;
  right: 0px;
  font-size: 14px;
  color: black;
}
#header .menu li.menu-item-has-children .sub-menu {
  position: absolute;
  background: white;
  text-align: left;
  padding: 10px;
  width: 150px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  display: none;
}
#header .menu li.menu-item-has-children .sub-menu li {
  padding: 0;
  display: block;
}
#header .menu li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 5px 0;
}
#header .menu li.menu-item-has-children:hover .sub-menu {
  display: block;
  animation: fadeIn 0.3s ease-out;
}
#header .menu li.menu-item-has-children#menu-item-193 {
  padding-right: 50px;
}
#header .menu li.menu-item-has-children#menu-item-193 .menu_category_count {
  right: -15px;
}
#header .menu li#menu-item-193 {
  padding-right: 35px;
}
#header .menu li#menu-item-193 .menu_category_count {
  display: block;
  position: absolute;
  top: 4px;
  right: 0px;
  background: #f14c37;
  padding: 2px 8px;
  line-height: 11px;
  font-size: 11px;
  color: white;
  border-radius: 10px;
}
#header .menu li .child_cont, #header .menu li .menu_category_count {
  display: none;
}
#header .fanpage a {
  font-size: 13px;
  color: black;
}
#header .fanpage a .fab {
  padding-left: 10px;
}
#header .sklep_zoo {
  text-align: right;
}
#header .sklep_zoo .fas {
  color: #5b7680;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
#header .sklep_zoo > div {
  display: inline-block;
  max-width: calc(100% - 45px);
  margin-left: 20px;
  text-align: left;
}
#header .sklep_zoo > div a {
  color: white;
  display: block;
  font-size: 13px;
  background-color: #b6aa93;
  border: 1px solid #b6aa93;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  transition: 0.5s;
}
#header .sklep_zoo > div a:hover {
  background: transparent;
  color: #b6aa93;
  text-decoration: none;
}
#header .sklep_zoo > div p {
  color: #b7b9c2;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  margin-top: 10px;
}
#header.scroll {
  padding: 10px 0;
}
#header.scroll .logo {
  padding-top: 0;
}
#header.scroll .menu {
  padding: 22px 0 0 0;
}
#header.scroll .fanpage {
  display: none;
}
#header.scroll .sklep_zoo {
  padding: 10px 0 0 0;
  text-align: right;
}
#header.scroll .sklep_zoo > div p {
  display: none;
}

#colophon .site-info {
  border-top: 1px solid #e9ecef;
  margin-top: 80px;
  padding-top: 50px;
}
#colophon .site-info .footer_title {
  font-size: 21px;
  color: black;
  margin-bottom: 40px;
  line-height: 23px;
  display: block;
}
#colophon .site-info ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding-bottom: 20px;
}
#colophon .site-info ul li {
  margin-bottom: 30px;
}
#colophon .site-info ul li a {
  color: black;
  font-size: 14px;
}
#colophon .site-info ul li a:hover {
  color: #b6aa93;
}
#colophon .site-info .footer_rabat {
  padding-top: 30px;
}
#colophon .site-info .footer_rabat p {
  color: #b7b9c2;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 25px;
}
#colophon .site-info .footer_rabat a {
  background: #e8edf0;
  padding: 15px 25px;
  border-radius: 3px;
  display: inline-block;
  color: #383838;
  font-size: 12px;
  width: 100%;
  margin-bottom: 35px;
  transition: 0.5s;
}
#colophon .site-info .footer_rabat a .fas {
  color: #b6aa93;
  padding-right: 5px;
  font-size: 14px;
  transition: 0.5s;
}
#colophon .site-info .footer_rabat a:hover {
  background: #b6aa93;
  color: white;
  text-decoration: none;
}
#colophon .site-info .footer_rabat a:hover .fas {
  color: #e8edf0;
}
#colophon .site-info .footer_rabat_face {
  font-size: 13px;
  color: black;
}
#colophon .site-info .footer_rabat_face .fab {
  margin: 0 5px;
}
#colophon .site-info .footer_bottom {
  margin-top: 50px;
  border-top: 1px solid #e9ecef;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 30px;
}
#colophon .site-info .footer_bottom .najczesciej_czytany {
  color: #b6aa93;
  font-size: 11px;
  line-height: 11px;
  padding: 5px 15px;
  border: 1px solid #b6aa93;
  vertical-align: middle;
  margin-left: 10px;
  border-radius: 20px;
}
#colophon .site-info .footer_bottom a {
  font-size: 27px;
  color: black;
  line-height: 30px;
  vertical-align: middle;
}
#colophon .site-info .footer_bottom a:hover {
  color: #b6aa93;
}
#colophon .site-info .footer_bottom img {
  max-width: 80px;
  height: auto;
}
#colophon .footer_copy {
  margin-bottom: 30px;
}
#colophon .footer_copy span,#colophon .footer_copy span a {
  font-size: 13px;
  color: #b7b9c2;
}
#colophon .footer_copy .align_right {
  color: black;
  font-size: 13px;
}

.home_title {
  text-align: center;
  margin: 50px;
  font-size: 37px;
  color: black;
  line-height: 40px;
}

.home_big_post .zdjecie {
  position: relative;
  text-align: center;
}
.home_big_post .zdjecie .kategorie {
  background: white;
  padding: 40px;
  max-width: 600px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  margin: auto;
  color: #b7b9c2;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}
.home_big_post .zdjecie .kategorie a {
  color: #b7b9c2;
  font-size: 12px;
  line-height: 14px;
}
.home_big_post .info_cont {
  margin: 20px auto;
  padding: 0 40px 50px 40px;
  max-width: 600px;
  position: relative;
}
.home_big_post .info_cont:after {
  content: " ";
  background: black;
  height: 1px;
  max-width: 180px;
  width: 100%;
  position: absolute;
  left: 40px;
  bottom: 0;
}
.home_big_post .info_cont .tytul a {
  color: black;
  font-size: 41px;
  line-height: 44px;
  margin-bottom: 30px;
}
.home_big_post .info_cont .podpis {
  color: #b7b9c2;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.home_big_post .info_cont .podpis:last-child {
  padding-right: 0;
}
.home_big_post .info_cont .podpis span:first-child img {
  border-radius: 50%;
  margin: 0 5px;
}
.home_big_post .info_cont .podpis .fas {
  padding-right: 10px;
  vertical-align: middle;
}
.home_big_post .info_cont .podpis .fas.fa-clock {
  color: #dfe8f4;
  font-size: 14px;
  position: relative;
}
.home_big_post .info_cont .podpis .fas.fa-clock:after {
  content: " ";
  background: rgba(82, 239, 187, 0.5);
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: -2px;
  right: 8px;
}
.home_big_post .info_cont .podpis .fas.fa-circle {
  font-size: 6px;
  position: relative;
  top: -1px;
}
.home_big_post .info_cont .description {
  margin-top: 50px;
  font-size: 15px;
  color: black;
  line-height: 29px;
  margin-bottom: 50px;
}

.home_wyroznione {
  margin-top: 50px;
}
.home_wyroznione .home_wyroznione_tytul {
  font-size: 11px;
  font-weight: bold;
  color: #b7b9c2;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 100px);
  padding: 50px 0px;
  margin: 0 35px;
}
.home_wyroznione .fa-share {
  color: #5b7680;
}
.home_wyroznione .wyrozniony_post .col-sm-6 {
  position: relative;
}
.home_wyroznione .wyrozniony_post .col-sm-6 .counter {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #564740;
  text-align: center;
  color: white;
  line-height: 30px;
  border-radius: 30px;
  font-size: 14px;
  top: 0;
  left: 15px;
}
.home_wyroznione .wyrozniony_post .col-sm-6 .zdjecie {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 2px 6px -2px rgba(0, 0, 0, 0.5);
  padding: 3px;
}
.home_wyroznione .wyrozniony_post .col-sm-6 .zdjecie img {
  max-width: 100%;
  border-radius: 50%;
}
.home_wyroznione .wyrozniony_post .kategorie {
  margin-top: 20px;
  text-align: left;
}
.home_wyroznione .wyrozniony_post .kategorie a {
  color: #b7b9c2;
  font-size: 12px;
}
.home_wyroznione .wyrozniony_post .wyrozniony_post_tytul a {
  margin: 0;
  font-size: 14px;
  color: black;
  line-height: 28px;
}
.home_wyroznione .wyrozniony_post .wyrozniony_post_tytul a:hover {
  color: #f14c37;
}

.home_3_artykuly {
  background: #e8edf0;
  padding: 25px 0;
  margin-top: 100px;
}
.home_3_artykuly .artykuly_post .zdjecie img {
  max-width: 100%;
}
.home_3_artykuly .artykuly_post .artykuly_post_info {
  background: white;
  padding: 30px;
  min-height: 200px;
}
.home_3_artykuly .artykuly_post .artykuly_post_info > div:first-child {
  color: #b7b9c2;
  font-size: 12px;
}
.home_3_artykuly .artykuly_post .artykuly_post_info > div:first-child span {
  vertical-align: middle;
}
.home_3_artykuly .artykuly_post .artykuly_post_info > div:first-child span img {
  border-radius: 50%;
  margin: 0 5px;
}
.home_3_artykuly .artykuly_post .artykuly_post_info p {
  margin: 20px 0;
  min-height: 56px;
}
.home_3_artykuly .artykuly_post .artykuly_post_info p a {
  font-size: 21px;
  color: black;
  line-height: 28px;
}
.home_3_artykuly .artykuly_post .artykuly_post_info p a:hover {
  color: #f14c37;
}
.home_3_artykuly .artykuly_post .artykuly_post_info .kategorie {
  text-align: left;
}
.home_3_artykuly .artykuly_post .artykuly_post_info .kategorie a {
  color: #b7b9c2;
  font-size: 12px;
}
.home_3_artykuly .artykuly_post .artykuly_post_info .kategorie a:hover {
  color: #f14c37;
}

.home_tydzien {
  margin-top: 70px;
}
.home_tydzien .home_tydzien_tytul p {
  background: #b6aa93;
  display: inline-block;
  max-width: 150px;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  color: white;
  font-size: 12px;
  line-height: 12px;
  padding: 9px 0;
  margin: 0;
}
.home_tydzien .home_tydzien_tytul div {
  height: 1px;
  display: inline-block;
  width: calc(100% - 205px);
  background: #e9ecef;
  margin-left: 50px;
  vertical-align: middle;
}
.home_tydzien .home_tydzien_post {
  margin-top: 70px;
}
.home_tydzien .home_tydzien_post .home_tydzien_post_info {
  position: absolute;
  top: 40%;
  left: 70px;
}
.home_tydzien .home_tydzien_post .home_tydzien_post_info .home_tydzien_tytul {
  margin-bottom: 20px;
}
.home_tydzien .home_tydzien_post .home_tydzien_post_info .home_tydzien_tytul a {
  font-size: 24px;
  line-height: 31px;
  color: black;
}
.home_tydzien .home_tydzien_post .home_tydzien_post_info .home_tydzien_tytul a:hover {
  color: #b6aa93;
}
.home_tydzien .home_tydzien_post .home_tydzien_post_info > div {
  color: #b7b9c2;
  font-size: 12px;
}
.home_tydzien .home_tydzien_post .home_tydzien_post_info > div .fas {
  margin: 0 10px;
  position: relative;
}
.home_tydzien .home_tydzien_post .home_tydzien_post_info > div .fas:after {
  content: " ";
  background: rgba(82, 239, 187, 0.5);
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: -2px;
  right: -2px;
}
.home_tydzien .home_tydzien_post .col-md-6 {
  position: relative;
}
.home_tydzien .home_tydzien_post .col-md-6 img {
  max-width: 100%;
}
.home_tydzien .home_tydzien_post .col-md-6:last-child {
  text-align: right;
}
.home_tydzien .home_tydzien_post .col-md-6:last-child a {
  position: relative;
}
.home_tydzien .home_tydzien_post .col-md-6 .strzalka {
  position: absolute;
  width: 180px;
  height: 180px;
  background: white;
  top: 50%;
  left: 0;
  margin-top: -90px;
  text-align: center;
  line-height: 180px;
  color: black;
}

.home_niebieski_box {
  margin-top: 60px;
  position: relative;
}
.home_niebieski_box:before {
  content: " ";
  background: #e9ecef;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
}
.home_niebieski_box .row {
  margin: 0;
}
.home_niebieski_box .row .col-md-4 {
  border: 1px solid #e9ecef;
  max-width: 38%;
  flex: 0 0 38%;
  background: white;
}
.home_niebieski_box .row .col-md-4:nth-child(2) {
  border-left: none;
  border-right: none;
}
.home_niebieski_box .row .col-md-4 .artykuly_post_info {
  padding: 60px 45px;
}
.home_niebieski_box .row .col-md-4 .artykuly_post_info p {
  margin-bottom: 30px;
}
.home_niebieski_box .row .col-md-4 .artykuly_post_info p a {
  font-size: 24px;
  color: black;
  line-height: 28px;
}
.home_niebieski_box .row .col-md-4 .artykuly_post_info p a:hover {
  color: #b6aa93;
}
.home_niebieski_box .row .col-md-4 .artykuly_post_info .opis {
  font-size: 14px;
  color: black;
  line-height: 29px;
  margin-bottom: 50px;
}
.home_niebieski_box .row .col-md-4 .artykuly_post_info .informacje {
  color: #b7b9c2;
  font-size: 12px;
}
.home_niebieski_box .row .col-md-4 .artykuly_post_info .informacje img {
  border-radius: 50%;
  margin: 0 5px;
}
.home_niebieski_box .row .col-md-4 .artykuly_post_info .informacje .fas {
  font-size: 6px;
  position: relative;
  top: -2px;
  margin: 0 5px;
}
.home_niebieski_box .row .col-md-4 .artykuly_post_info .kategorie {
  margin-top: 40px;
  text-align: left;
}
.home_niebieski_box .row .col-md-4 .artykuly_post_info .kategorie a {
  color: #564740;
  font-size: 12px;
}
.home_niebieski_box .row .col-md-4 .artykuly_post_info .kategorie a span {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #564740;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  margin-right: 15px;
}
.home_niebieski_box .row .col-md-4 .artykuly_post_info .kategorie a span img {
  max-width: 40px;
  height: auto;
}
.home_niebieski_box .row .col-md-4:nth-child(3) {
  background: #181e2b;
  border: none;
  text-align: center;
  max-width: 24%;
  flex: 0 0 24%;
}
.home_niebieski_box .row .col-md-4:nth-child(3) .artykuly_post_info {
  padding: 60px 35px;
}
.home_niebieski_box .row .col-md-4:nth-child(3) .artykuly_post_info > p a {
  color: white;
}
.home_niebieski_box .row .col-md-4:nth-child(3) .artykuly_post_info .informacje_3 p {
  color: #9cd6fb;
  font-size: 12px;
  margin-bottom: 20px;
}
.home_niebieski_box .row .col-md-4:nth-child(3) .artykuly_post_info .white_button {
  display: inline-block;
  background: white;
  border: 2px solid white;
  width: 100%;
  max-width: 190px;
  color: black;
  font-size: 12px;
  line-height: 12px;
  padding: 17px 0;
  border-radius: 4px;
  margin-top: 40px;
  transition: 0.5s;
}
.home_niebieski_box .row .col-md-4:nth-child(3) .artykuly_post_info .white_button:hover {
  background: transparent;
  color: white;
  text-decoration: none;
}

.home_infromacje_sklep {
  margin-top: 110px;
}
.home_infromacje_sklep .naglowek {
  font-size: 21px;
  color: #564740;
  line-height: 24px;
  margin-bottom: 50px;
}
.home_infromacje_sklep .tytul {
  font-size: 32px;
  line-height: 34px;
  color: black;
  margin-bottom: 50px;
}
.home_infromacje_sklep .link_do_sklepu {
  overflow: hidden;
  position: relative;
}
.home_infromacje_sklep .link_do_sklepu:before {
  content: " ";
  background: #b6aa93;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(100% - 320px);
}
.home_infromacje_sklep .link_do_sklepu a {
  float: right;
  display: inherit;
  color: white;
  font-size: 17px;
  text-align: center;
  max-width: 290px;
  width: 100%;
  background: #b6aa93;
  line-height: 20px;
  padding: 15px 0;
  border-radius: 50px;
  border: 2px solid #b6aa93;
  transition: 0.5s;
}
.home_infromacje_sklep .link_do_sklepu a:hover {
  text-decoration: none;
  background: transparent;
  color: #b6aa93;
}
.home_infromacje_sklep ul {
  padding: 0 0 20px 0;
  margin: 30px 0 0px 0;
  list-style-type: none;
}
.home_infromacje_sklep ul li {
  margin-bottom: 40px;
}
.home_infromacje_sklep ul li a {
  color: #5b7680;
  font-size: 15px;
}
.home_infromacje_sklep ul li a .fas {
  padding-right: 10px;
}
.home_infromacje_sklep ul li a:hover {
  color: #b6aa93;
  text-decoration: none;
}
.home_infromacje_sklep .row .col-md-6 p {
  color: black;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 40px;
}
.home_infromacje_sklep .row .col-md-6 p:nth-child(2) {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
}

.home_opis_blog {
  margin-top: 100px;
}
.home_opis_blog h2 {
  font-size: 32px;
  color: black;
  line-height: 36px;
  margin-bottom: 50px;
}
.home_opis_blog > div > div p {
  font-size: 13px;
  line-height: 28px;
  color: black;
  margin: 0;
}
.home_opis_blog .read_more_content {
  display: none;
}
.home_opis_blog .read_more_content.active {
  display: block;
  animation: fadeIn 0.5s ease-in both;
}
.home_opis_blog .read_more_button {
  display: inline-block;
  margin-top: 50px;
  color: white;
  font-size: 13px;
  line-height: 13px;
  width: 100%;
  max-width: 190px;
  text-align: center;
  padding: 12px 0;
  border: 2px solid #181e2b;
  background: #181e2b;
  transition: 0.5s;
  border-radius: 40px;
  cursor: pointer;
}
.home_opis_blog .read_more_button:hover {
  text-decoration: none;
  background: transparent;
  color: #181e2b;
}

@media (max-width: 767px) {
  .wyrozniony_post {
    margin-bottom: 25px;
  }
  .wyrozniony_post .col-sm-6 .zdjecie img {
    width: 100%;
  }

  .home_3_artykuly .artykuly_post {
    margin-bottom: 25px;
  }
  .home_3_artykuly .artykuly_post .zdjecie img {
    width: 100%;
  }

  .home_tydzien .home_tydzien_post .home_tydzien_post_info {
    position: inherit;
    left: 0;
    top: 0;
    padding-bottom: 10px;
  }

  .home_big_post .zdjecie .kategorie {
    padding: 15px;
    left: 10px;
    right: 10px;
    width: auto;
  }

  .home_big_post .info_cont {
    padding: 0 20px 30px 20px;
  }

  .home_niebieski_box {
    padding: 0 15px;
  }
  .home_niebieski_box .col-md-4 {
    max-width: 100% !important;
    flex: none !important;
  }
  .home_niebieski_box .col-md-4:nth-child(2) {
    border: 1px solid #e9ecef;
    border-top: none;
  }
  .home_niebieski_box .col-md-4 .artykuly_post_info {
    padding: 40px 15px;
  }

  #colophon .site-info .footer_bottom .align_right {
    text-align: left;
    margin: 25px 0 0 0;
  }
  #colophon .site-info .footer_bottom .najczesciej_czytany {
    display: inline-block;
    margin: 15px 0 0 0;
  }
  #colophon .footer_copy .col-md-6 {
    text-align: center !important;
  }

  #header .col-xl-7 #mobile_menu {
    position: absolute;
    top: -50px;
    right: 15px;
  }
  #header .fanpage {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  #header .logo {
    text-align: center;
    padding: 0;
  }
  #header .col-xl-3 {
    /* padding: 0px 0 0 0; */
    text-align: center;
  }
  #header .col-xl-7 .menu_container {
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: -100%;
    transition: 0.5s;
  }
  #header .col-xl-7 .menu_container ul {
    padding: 25px;
  }
  #header .col-xl-7 .menu_container ul li {
    display: block;
    padding: 0;
    position: relative;
    text-align: center;
  }
  #header .col-xl-7 .menu_container ul li a {
    display: block;
    padding: 10px 0;
  }
  #header .col-xl-7 .menu_container.active {
    left: 0;
  }
  #header .col-xl-7 .menu_container.active #mobile_close {
    position: absolute;
    display: block;
    right: 15px;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
  }
  #header .col-xl-7 #mobile_menu {
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
  }

  #page {
    padding-top: 250px;
  }
}
#mobile_menu, #mobile_close {
  display: none;
}
.content a{
	color:#b6aa93!important;
}

#gwiazdki:hover,#gwiazdki_ocen{max-width:240px;margin:30px auto;background:#b6aa93;border-radius:4px;color:#fff;text-align:center;font-size:18px;font-weight:600;line-height:50px;border:2px solid #b6aa93;padding:5px 0;cursor:pointer}
#gwiazdki_ocen:hover{background:transparent;color:#b6aa93}
#gwiazdki{max-width:240px;margin:30px auto;background:transparent;border-radius:4px;color:#b6aa93;text-align:center;font-size:18px;font-weight:600;line-height:50px;border:2px solid #b6aa93;font-family:Roboto;padding:5px 0;cursor:pointer;text-transform:uppercase}
.gwiazdki:after{background:rgba(0,0,0,.5);position:fixed;z-index:9999;top:0;left:0;height:100%;width:100%;content:" ";display:none}
.gwiazdki.active:after{display:block}
#gwiazdki_popup{position:fixed;width:calc(100% - 100px);z-index:9;background:#fff;top:30%;max-width:950px;left:0;right:0;margin:auto;-webkit-box-shadow:0 5px 5px 5px rgba(0,0,0,.05);box-shadow:0 5px 5px 5px rgba(0,0,0,.05);padding:50px;z-index:99999;text-align:center;display:none}
#gwiazdki_popup p{font-size:27px;font-weight:600;margin-bottom:25px}
#gwiazdki_popup .fa-star{font-size:30px;color:#dedddd;margin:0 5px;cursor:pointer}
#gwiazdki_popup .fa-star.active,#gwiazdki_popup .fa-star.active_click{color:#b6aa93}
#gwiazdki_popup_close{position:absolute;top:20px;right:20px;color:#000;cursor:pointer}
#gwiazdki_popup_close .fas{color:#000}
.srednia_ocena_tekst{text-align:center}
.srednia_ocena{text-align:center;margin:15px 0}
.srednia_ocena .fa{margin:0 3px;color:#dedddd;font-size:20px}
.srednia_ocena .fa.active{color:#b6aa93}
.artykul_sponsorowany{
		color: #b6aa93;
	font-weight: bold;
	font-size: 14px;
}

.category .artykul_sponsorowany{
	padding:0 25px;
	margin:0;
}


/* słowniczek */ 
.dictionary-header {
  background: #F7F7F7;
  padding: 64px 0;
  text-align: center;
  margin-bottom: 56px;
}
.dictionary-header h1 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 24px;
}
.dictionary-header .desc {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px;
  font-size: 18px;
  color: #848484;
}
.dictionary-header .index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dictionary-header .index strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 16px;
}
.dictionary-header .index ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dictionary-header .index ul li {
  margin: 0 2px 2px;
}
.dictionary-header .index ul a {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
  color: #4D4949;
  font-weight: bold;
}
.dictionary-header .index ul a:hover {
  background: #4D4949;
  color: #fff;
  text-decoration: none;
}
.dictionary-header.single-def-header {
  margin-bottom: 32px;
  padding: 48px 0;
}
.dictionary-header.single-def-header .back-link {
  position: absolute;
  left: 0;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  color: #16252f;
  letter-spacing: 2px;
}
.dictionary-header.single-def-header .back-link span {
  padding-left: 30px;
  background: url(images/arrow-left-black.svg) left center no-repeat;
  background-size: 14px 14px;
}
@media (max-width: 1024px) {
  .dictionary-header {
    padding: 48px 0;
  }
  .dictionary-header h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .dictionary-header {
    padding: 32px 0;
  }
  .dictionary-header h1 {
    font-size: 27px;
  }
  .dictionary-header.single-def-header .back-link {
    position: static;
    margin-bottom: 16px;
    display: block;
  }
}

.dictionary-definition-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px 40px;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
}
.dictionary-definition-list .index .index-title {
  display: block;
  margin-bottom: 24px;
}
.dictionary-definition-list .index .index-title span {
  display: block;
  width: 55px;
  height: 63px;
  background: #b6aa93;
  font-size: 18px;
  color: white;
  font-weight: 900;
  line-height: 63px;
  text-align: center;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  overflow: hidden;
}
.dictionary-definition-list .index ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.dictionary-definition-list .index ul li {
  margin-bottom: 4px;
}
.dictionary-definition-list .index ul li:last-child {
  margin-bottom: 0;
}
.dictionary-definition-list .index ul a {
  color: #707070;
  font-size: 16px;
  text-decoration: underline;
}
.dictionary-definition-list .index ul a:hover {
  color: #564740;
}
@media (max-width: 768px) {
  .dictionary-definition-list {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 64px 24px;
  }
}
@media (max-width: 450px) {
  .dictionary-definition-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

footer .block_slowniczek {

}