/* MIXINS */
/* MIXINS END */
/* RWD */
/* RWD END */
/* KOLORY */
/* KOLORY */
/* PRZYDATNE KLASY */
.cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/* PRZYDATNE KLASY END */
a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
  color: black;
}
a:visited {
  text-decoration: none;
  color: black;
}
a:focus {
  text-decoration: none;
  color: black;
}
html, body {
  font-size: 15px;
}
body {
  font-family: "Montserrat";
  font-weight: 400;
  color: black;
}
h1, h2, h3, h4, h5 {
  font-size: 1rem;
  font-weight: normal;
  color: black;
}
/* BUTTONY */
.button, a.button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: white;
  text-align: center;
  padding: 0 2rem;
  background-color: #479ff3;
  text-transform: uppercase;
  font-size: 0.8rem;
  transition: background 0.3s ease-in-out;
}
.button:hover, a.button:hover {
  background-color: #1786f0;
  color: white;
}
.button.red, a.button.red {
  background-color: #f34747;
}
.button.red:hover, a.button.red:hover {
  background-color: #f01717;
  color: white;
}
.button-download, a.button-download {
  width: 170px;
  padding: 1rem 1rem 1rem 50px;
  background-image: url('../gfx/file.svg');
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 30px auto;
  line-height: 130%;
  height: auto;
  text-align: left;
  font-weight: 600;
}
.button-add, a.button-add {
  height: 50px;
  width: 150px;
  font-family: 'Montserrat';
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  color: white;
  padding: 12px 20px 0 50px;
  text-transform: uppercase;
  font-size: 0.8rem;
  border: none;
  outline: none;
  white-space: normal;
  line-height: 120%;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease-in-out;
  background-image: url('../gfx/add.svg');
  background-color: #f34747;
  margin-left: 5px;
}
.button-add:hover, a.button-add:hover {
  background-color: #f01717;
}
/* BUTTONY END */
/* LINE I OZDOBNIKI */
.blueline {
  height: 1px;
  width: 100%;
  background-color: #479ff3;
}
/* LINE I OZDOBNIKI END */
/* DATA I KOMENTARZ */
.datecomment {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  min-width: 130px;
}
.datecomment-right {
  justify-content: flex-end;
}
.datecomment-date, .datecomment-comment {
  font-size: 0.8rem;
  color: black;
  line-height: 25px;
}
.datecomment-comment {
  height: 25px;
  padding-left: 28px;
  background: url('../gfx/comment-black.svg') no-repeat left center;
  background-size: auto 20px;
  margin-left: 1rem;
}
.datecomment-white .datecomment-date, .datecomment-white .datecomment-comment {
  color: white;
}
.datecomment-white .datecomment-comment {
  background: url('../gfx/comment.svg') no-repeat left center;
  background-size: auto 20px;
}
/* DATA I KOMENTARZ END /
 /* KOMENTARZE NA PODSTRONACH */
.commentblock input {
  width: 100%;
  height: 40px;
  border: 1px solid #dedede;
  padding: 0 1rem;
  font-family: "Montserrat";
  font-size: 0.866rem;
}
.commentblock-top {
  font-size: 0.866rem;
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #dedede;
}
.commentblock-top-number {
  font-weight: 600;
}
.commentblock-top select {
  padding: 2px 10px;
  border: 1px solid #919191;
  outline: none;
}
.commentblock-title {
  font-size: 1.266rem;
  color: #479ff3;
}
.commentblock-comment {
  font-size: 0.866rem;
}
.commentblock-comment-name {
  color: #479ff3;
}
.commentblock-comment-date {
  color: #919191;
}
.commentblock-comment-reply {
  color: #479ff3;
  cursor: pointer;
}
.commentblock-comment-reply:hover {
  text-decoration: underline;
}
.commentblock-comment-bg {
  background-color: #eaeaea;
  border-radius: 5px;
}
.commentblock-comment-picture {
  height: 65px;
  min-width: 65px;
  max-width: 65px;
  background-color: gray;
  border-radius: 5px;
}
.commentblock-comment-text {
  height: 65px;
  overflow: hidden;
}
.commentblock-comment-text-inner {
  height: 46px;
  overflow: hidden;
  color: #787878;
  line-height: 180%;
}
/* KOMENTARZE NA PODSTRONACH END */
/* TOP STRONY */
header {
  background-color: black;
  color: #919191;
}
header #logo img {
  max-height: 95px;
  width: auto;
  max-width: 100%;
}
header #top-panel .top-panel-item {
  border-right: 1px solid #414141;
}
header #top-panel #socialmedia .socialmedia-item {
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
}
header #top-panel #socialmedia .socialmedia-item img {
  height: 25px;
  width: auto;
}
header #top-panel #socialmedia .socialmedia-item:hover {
  opacity: 1;
}
header #top-panel #topaccount a,
header #top-panel #toplogout a {
  transition: color 0.3s ease-in-out;
  color: #919191;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 25px;
}
header #top-panel #topaccount a:hover,
header #top-panel #toplogout a:hover {
  color: white;
}
header #top-panel #topsearch #opensearch {
  height: 25px;
  width: 25px;
  cursor: pointer;
  background: url('../gfx/loupe.svg') no-repeat center center;
  background-size: auto 20px;
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
}
header #top-panel #topsearch #opensearch:hover {
  opacity: 1;
}
header #top-panel #toplangs .lang-active {
  font-size: 0.8rem;
  color: white;
  line-height: 25px;
  font-weight: 500;
  cursor: default;
}
header #top-panel #toplangs .lang-active span {
  color: #919191;
}
header #top-panel #toplangs .langs-list {
  display: none;
  z-index: 2;
  background-color: black;
  width: 62px;
  left: -1rem;
}
header #top-panel #toplangs .langs-list a {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 25px;
  color: #919191;
  transition: color 0.3s ease-in-out;
}
header #top-panel #toplangs .langs-list a:hover {
  color: white;
}
header #top-panel #toplangs:hover .langs-list {
  display: block;
}
@media all and (max-width:767px) {
  header #top-panel {
    flex-wrap: wrap;
  }
  header #top-panel #socialmedia {
    width: 100%;
    border: none;
    margin-bottom: 1rem;
  }
  header #top-panel #top-panel-toggler {
    border: none;
  }
}
@media all and (max-width:420px) {
  header #top-panel #top-panel-langs {
    border: none;
  }
}
/* TOP STRONY END */
/* MENU GŁÓWNE */
.navbar-toggler {
  border: none;
  outline: none;
  position: static;
  cursor: pointer;
}
.navbar-toggler span {
  width: 22px;
  height: 3px;
  background-color: white;
  display: block;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler span:nth-child(2) {
  margin: 4px 0;
  opacity: 0;
}
.navbar-toggler span:first-of-type {
  transform-origin: top left;
  transform: rotate(44deg);
}
.navbar-toggler span:last-of-type {
  transform-origin: bottom left;
  transform: rotate(-44deg);
}
.navbar-toggler.collapsed span {
  background-color: #919191;
}
.navbar-toggler.collapsed span:nth-child(2) {
  opacity: 1;
}
.navbar-toggler.collapsed span:first-of-type {
  transform: rotate(0deg);
}
.navbar-toggler.collapsed span:last-of-type {
  transform: rotate(0deg);
}
.navbar-toggler:focus {
  outline: none;
}
.navbar {
  padding: 1rem 0;
}
.navbar .nav-item {
  margin-right: 1.32rem;
}
.navbar .nav-item .nav-link {
  color: #919191;
  font-size: 0.8rem;
  padding: 5px 0;
  transition: color 0.3s ease-in-out;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar .nav-item .nav-link:hover {
  color: white;
}
.navbar .nav-item.active .nav-link {
  font-weight: 600;
  color: white;
}
.navbar .nav-item:last-of-type {
  margin-right: 0;
}
/* MENU GŁÓWNE END */
/* BANNER TOP */
#top-banner img {
  width: 100%;
  height: auto;
}
/* BANNER TOP END */
/* ŚRÓDBANNER */
.section-banner {
  text-align: center;
}
.section-banner img {
  max-width: 100%;
  height: auto;
}
/* ŚRÓDBANNER */
/* PASEK POLECAMY */
#recommended {
  background-color: #479ff3;
  background-image: url('../gfx/arrows.png');
  background-repeat: no-repeat;
  background-position: right 190px center;
}
#recommended .recommended-left > div {
  color: white;
  font-size: 1.4rem;
}
#recommended .recommended-left-line {
  height: 1px;
  min-width: 50px;
  max-width: 50px;
  background-color: white;
}
#recommended .recommended-left-title {
  font-weight: 600;
}
#recommended .recommended-right-icon img {
  height: 45px;
  width: auto;
}
@media all and (max-width:575px) {
  #recommended .recommended-left {
    flex-wrap: wrap;
  }
  #recommended .recommended-left > div {
    font-size: 1rem;
  }
}
/* PASEK POLECAMY */
/*TYTUŁ SEKCJI */
.section-title {
  font-weight: 800;
  position: relative;
  color: black;
  padding-bottom: 0.866rem;
  margin-bottom: 0.666rem;
  display: block;
  width: 100%;
  line-height: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #479ff3;
  font-size: 1.133rem;
}
.section-title a {
  font-size: 0.733rem;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  color: #479ff3;
  z-index: 1;
  right: 0;
  line-height: 1.333rem;
}
.section-title a span {
  font-weight: bolder;
  margin-left: 5px;
}
.section-title a:hover {
  text-decoration: underline;
}
.section-title-white {
  color: white;
  border-color: white;
}
.section-title-white a {
  color: white;
}
/*TYTUŁ SEKCJI */
/* DUŻY BOX Z TREŚCIĄ */
.bigbox {
  padding-bottom: 48.25%;
  color: white;
  overflow: hidden;
}
.bigbox-overlay, .bigbox-shadow {
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}
.bigbox-overlay {
  background-color: #479ff3;
  z-index: 1;
  opacity: 0;
}
.bigbox-shadow {
  z-index: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(99, 99, 99, 0) 61%, rgba(0, 0, 0, 0.77) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(61%, rgba(99, 99, 99, 0)), color-stop(100%, rgba(0, 0, 0, 0.77)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(99, 99, 99, 0) 61%, rgba(0, 0, 0, 0.77) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(99, 99, 99, 0) 61%, rgba(0, 0, 0, 0.77) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(99, 99, 99, 0) 61%, rgba(0, 0, 0, 0.77) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(99, 99, 99, 0) 61%, rgba(0, 0, 0, 0.77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}
.bigbox-bottom {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 2;
}
.bigbox-bottom h3, .bigbox-bottom h4 {
  font-weight: 300;
  color: white;
}
.bigbox-bottom h3 {
  font-size: 1.4rem;
}
.bigbox-bottom h4 {
  font-size: 1.266rem;
}
.bigbox:hover .bigbox-overlay {
  opacity: 0.3;
}
@media all and (max-width:575px) {
  .bigbox {
    /* height: 250px; */
  }
  .bigbox-bottom h3, .bigbox-bottom h4 {
    font-size: 1rem;
  }
}
/* DUŻY BOX Z TREŚCIĄ */
/* UKŁAD LISTY */
.listbox-item {
  background-color: #f7f7f7;
}
.listbox-item:nth-of-type(even) {
  background-color: white;
}
.listbox-item h3 {
  transition: color 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 25px;
}
.listbox-item-right {
  min-width: 150px;
}
.listbox-item-date, .listbox-item-comment {
  font-size: 0.8rem;
  line-height: 25px;
}
.listbox-item-date {
  margin-left: 5px;
}
.listbox-item-comment {
  height: 25px;
  padding-left: 28px;
  background: url('../gfx/comment-black.svg') no-repeat left center;
  background-size: auto 19px;
  margin-left: 1rem;
}
.listbox-item:hover h3 {
  color: #479ff3;
}
@media all and (max-width:767px) {
  .listbox-item-right {
    min-width: 0px;
  }
  .listbox-item h3 {
    width: 100%;
  }
}
/* UKŁAD LISTY */
/* UKŁAD KAFELKOWY */
.tiles-item-picture {
  padding-bottom: 48.25%;
}
.tiles-item-picture-overlay {
  top: 0;
  left: 0;
  background-color: #479ff3;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.tiles-item h3 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  margin: 1rem 0 0.8rem 0;
  transition: color 0.3s ease-in-out;
}
.tiles-item-subtitle {
  color: #919191;
  font-size: 0.733rem;
}
.tiles-item:hover .tiles-item-picture-overlay {
  opacity: 0.3;
}
.tiles-item:hover h3 {
  color: #479ff3;
}
.tiles-light .tiles-item h3 {
  color: white;
}
.tiles-light .tiles-item:hover h3 {
  color: #bfddfb;
}
/* UKŁAD KAFELKOWY */
/* GALERIA I FILMY */
.movies {
  background-color: white;
  color: black;
}
.movies-row {
  margin-bottom: -1.5rem;
}
.movies h3 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  margin: 1rem 0 0.8rem 0;
}
.movies-video {
  height: 140px;
}
.movies iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.movies h3 {
  color: black;
}
.movies-color {
  background-color: #479ff3;
  color: white;
}
.movies-color h3 {
  color: white;
}
.gallery-row, .videos-row {
  margin-bottom: -1.5rem;
}
.gallery-item-picture, .videos-item-picture {
  height: 140px;
}
.gallery-item-picture-overlay, .videos-item-picture-overlay {
  top: 0;
  left: 0;
  background-color: #479ff3;
  z-index: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}
.gallery-item-picture-icon, .videos-item-picture-icon {
  z-index: 1;
  top: 0;
  left: 0;
}
.gallery-item h3, .videos-item h3 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  margin: 1rem 0 0.8rem 0;
  transition: color 0.3s ease-in-out;
}
.gallery-item-subtitle, .videos-item-subtitle {
  font-size: 0.8rem;
  color: #919191;
}
.gallery-item-subtitle span, .videos-item-subtitle span {
  margin-right: 10px;
}
.gallery-item:hover h3, .videos-item:hover h3 {
  color: #479ff3;
}
.gallery-item-picture-icon {
  background: url('../gfx/picture.svg') no-repeat center center;
  background-size: auto 50px;
}
.gallery-item:hover .gallery-item-picture-overlay {
  opacity: 0.3;
}
.videos-item {
  display: block;
}
.videos-item-picture-icon {
  background: url('../gfx/play.svg') no-repeat center center;
  background-size: auto 50px;
}
.videos-item:hover .videos-item-picture-overlay {
  opacity: 0.3;
}
@media all and (max-width:575px) {
  .movies-video {
    height: 180px;
  }
  .gallery-item-picture {
    height: 180px;
  }
}
/* GALERIA I FILMY END */
/* SILDER Z TREŚCIĄ */
.boxslider .section-title {
  padding-right: 90px;
}
.boxslider-slider {
  position: static;
}
.boxslider-item {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.boxslider-item-picture {
  height: 175px;
  min-width: 200px;
  max-width: 200px;
}
.boxslider-item span {
  font-size: 0.8rem;
  color: #479ff3;
}
.boxslider-item:hover {
  opacity: 0.8;
}
.boxslider .slick-arrow {
  width: 25px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 25px;
  position: absolute;
  cursor: pointer;
  top: 0;
  transition: background 0.3s ease-in-out;
}
.boxslider .slick-arrow.prev {
  background-image: url('../gfx/prev-black.svg');
  right: 35px;
}
.boxslider .slick-arrow.prev:hover {
  background-image: url('../gfx/prev-blue.svg');
}
.boxslider .slick-arrow.next {
  background-image: url('../gfx/next-black.svg');
  right: 0;
}
.boxslider .slick-arrow.next:hover {
  background-image: url('../gfx/next-blue.svg');
}
@media all and (max-width:420px) {
  .boxslider-item {
    flex-wrap: wrap;
  }
  .boxslider-item-picture {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
/* SILDER Z TREŚCIĄ END */
/* OSTATNIE TEMATY / ODPOWIEDZI */
.lastonlist-item-date, .lastonlist-item-user {
  font-size: 0.8rem;
}
.lastonlist-item-user {
  color: #479ff3;
}
.lastonlist-item-bottom {
  font-size: 0.8rem;
  color: #919191;
}
/* OSTATNIE TEMATY / ODPOWIEDZI END */
/* LISTA TREŚCI */
.contentlist-item {
  transition: background 0.3s ease-in-out;
  padding: 2rem 0;
  border-bottom: 1px solid #479ff3;
}

.contentlist-item.fisheries-item {
  border-bottom: none;
}

.contentlist-item.item-promoted {
  border: 4px solid #479ff3;
  margin-bottom: 20px;
  padding: 15px 10px;
  border-radius: 5px;
}

.contentlist-item-separator {
  border-bottom: 1px solid #479ff3;
  margin: 0;
}

.contentlist-item-separator:last-of-type {
  border-bottom: none;
}

.verified-label, .recommended-label {
  height: 32px;
  padding-left: 34px;
  margin-bottom: 1px;
  line-height: 32px;
  text-align: left;
}
.verified-label span, .recommended-label span {
  font-size: 107%;
  padding-left: 3px;
}

.verified-label {
  background: url(../gfx/verified.png) no-repeat left center;
  background-size: auto 32px;
}

.recommended-label {
  background: url(../gfx/recommended.png) no-repeat left center;
  background-size: auto 32px;
}

.rv-labels-container-wrapper {
  position: relative;
}
.rv-labels-container-wrapper .rv-labels-container {
  width: 100%;
  padding-top: 10px;
}
.contentlist-item-picture.rv-labels-container-wrapper {
  min-height: 248px;
  text-align: center;
}

.contentlist-item-picture.rv-labels-container-wrapper img {
  max-height: 65%;
}

.rv-labels-container-wrapper.page-text img {
  max-height: 65%;
}

section#fishery .fisheries-sidenews-link:visited {
  color: inherit;
}


.rv-labels-page-banner-container {
  position: relative;
}

.rv-labels-page-banner-container .rv-labels-container {
  padding: 5px 10px 2px 2px;
  background-color: white;
  position: absolute;
  right: -2px;
  bottom: -2px;
}

@media all and (max-width:991px) {
  .rv-labels-container-wrapper .rv-labels-container {
    bottom: -2px;
    width: auto;
    background-color: white;
    right: -2px;
    padding: 5px 10px 2px 2px;
    position: absolute;
  }
  .contentlist-item-picture.rv-labels-container-wrapper {
    min-height: auto;
    text-align: inherit;
  }
  .contentlist-item-picture.rv-labels-container-wrapper img {
    max-height: 100%;
    width: 100%;
  }
}
.contentlist-item-picture {
  min-width: 210px;
  max-width: 210px;
  min-height: 170px;
  margin-right: 1.5rem;
}
.contentlist-item-right h2 {
  color: #479ff3;
  font-size: 1rem;
  margin-bottom: 1.333rem;
}
.contentlist-item-right-text {
  margin-bottom: 1.333rem;
}
.contentlist-item-right-text p {
  margin: 0;
}
.contentlist-item:last-of-type {
  border: none;
}
.contentlist-item:hover {
  background-color: #f7f7f7;
}
.contentlist-info-item {
  margin-right: 10px;
  margin-bottom: 5px;
  flex-shrink: 0;
}
.contentlist-info-item div, .contentlist-info-item span {
  display: block;
  line-height: 100%;
}
.contentlist-info-item h2 {
  margin-bottom: 0;
  color: #479ff3;
  font-size: 1.6rem;
}
.contentlist-info-item span {
  color: #919191;
  font-size: 0.733rem;
  margin-right: 5px;
}
.contentlist-info-item-title {
  text-transform: uppercase;
  font-size: 0.733rem;
  line-height: 100%;
  margin-right: 8px;
}
.contentlist-info-item-star {
  width: 16px;
  height: 16px;
  background: url('../gfx/star.svg') no-repeat center center;
  background-size: auto 15px;
  margin-right: 3px;
  transform-origin: center;
  transform: rotate(10deg);
}
.contentlist-info-item-star.star-active {
  background: url('../gfx/star-active.svg') no-repeat center center;
  background-size: auto 18px;
}
.contentlist-info-item-comment {
  width: 25px;
  height: 25px;
  background: url('../gfx/comment-black.svg') no-repeat center center;
  background-size: auto 22px;
  margin-right: 5px;
  min-width: 25px;
}
.contentlist-info-item:last-of-type {
  margin-right: 0;
}
@media all and (max-width:991px) {
  .contentlist-item-picture {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
/* LISTA TREŚCI END */
/* LISTA NEWSÓW W SIDEBARZE */
.sidenews-item {
  padding: 1rem 0;
  border-bottom: 1px solid #919191;
  transition: background 0.3s ease-in-out;
}
.sidenews-item h3, .sidenews-item-title {
  font-size: 0.933rem;
  line-height: 140%;
}
.sidenews-item-title {
  color: #479ff3;
}
.sidenews-item-date {
  font-size: 0.8rem;
  color: #919191;
}
.sidenews-item:hover {
  background-color: #f7f7f7;
}
.sidenews-item:last-of-type {
  border: none;
}
/* LISTA NEWSÓW W SIDEBARZE END */
/* MAPA GOOGLE */
#map {
  height: 350px;
  width: 100%;
}
@media all and (max-width:575px) {
  #map {
    height: 250px;
  }
}
/* MAPA GOOGLE END */
/* BREADCRUMBS */
.breadcrumbs-item {
  color: #919191;
  font-size: 0.866rem;
  transition: all 0.3s ease-in-out;
}
.breadcrumbs-item:hover {
  color: #479ff3;
}
.breadcrumbs-item:last-of-type span {
  display: none;
}
/* BREADCRUMBS END */
/* WYSZUKIWARKA NA PODSTRONACH */
.searchpanel {
  width: 100%;
}
.searchpanel-field {
  height: 50px;
  outline: none;
  border: 2px solid #919191;
  border-right: none;
  width: calc(100% - 150px);
  float: left;
  padding: 0 1rem;
  font-family: 'Montserrat';
}
.searchpanel-field:focus {
  border-color: #479ff3;
}
.searchpanel-submit {
  height: 50px;
  width: 150px;
  font-family: 'Montserrat';
  background-color: #479ff3;
  background-image: url('../gfx/loupe.svg');
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-color: #479ff3;
  color: white;
  padding: 0 50px;
  text-transform: uppercase;
  font-size: 0.8rem;
  border: none;
  outline: none;
  white-space: normal;
  line-height: 120%;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease-in-out;
}
.searchpanel-submit:hover {
  background-color: #1786f0;
}
.searchpanel-select {
  width: 100%;
  height: 50px;
  border: 2px solid #eaeaea;
  padding: 0 1rem;
  color: #919191;
  font-family: 'Montserrat';
  cursor: pointer;
}
.searchpanel-select opation {
  color: black;
}
.searchpanel-select:focus {
  outline: none;
}
.searchpanel-advenced .searchpanel-left {
  width: calc(100% - 305px);
  padding: 10px;
  border: 2px solid #919191;
  border-right: none;
  height: 50px;
  background-color: white;
  float: left;
}
.searchpanel-advenced #advenced-options {
  height: 100%;
  color: #919191;
  line-height: 26px;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8em;
  background: url('../gfx/down.svg') no-repeat right center;
  background-size: 8px;
  display: block;
}
.searchpanel-advenced #advenced-options span {
  overflow: hidden;
  display: block;
  width: calc(100% - 20px);
}
.searchpanel-advenced #searchpanel-bg {
  background-color: #eaeaea;
  float: none;
  clear: both;
}
.searchpanel-advenced .searchpanel-field {
  width: 50%;
  height: 100%;
  border: none;
  border-right: 1px solid #eaeaea;
  background: transparent;
}
.searchpanel-advenced .searchpanel-submit {
  float: left;
}
.searchpanel-advenced .searchpanel-submit.add, .searchpanel-advenced a.searchpanel-submit.add {
  color: white;
  padding-top: 12px;
  background-image: url('../gfx/add.svg');
  background-color: #f34747;
  margin-left: 5px;
}
.searchpanel-advenced .searchpanel-submit.add:hover, .searchpanel-advenced a.searchpanel-submit.add:hover {
  background-color: #f01717;
}
@media all and (max-width:991px) {
  .searchpanel-advenced .searchpanel-left {
    float: none;
    width: 100%;
    border-right: 2px solid #919191;
  }
  .searchpanel-advenced .searchpanel-submit.add, .searchpanel-advenced a.searchpanel-submit.add, .searchpanel-advenced .searchpanel-submit {
    margin: 0;
    float: none;
    width: 100%;
    line-height: 50px;
    padding-top: 0;
  }
}
@media all and (max-width:575px) {
  .searchpanel-field {
    width: 100%;
    border-right: 2px solid #919191;
  }
  .searchpanel-submit {
    width: 100%;
  }
}
/* WYSZUKIWARKA NA PODSTRONACH END */
/* STRONICOWANIE */
.paginate-line {
  width: 100%;
  height: 2px;
  background-color: #dedede;
  margin-right: 1rem;
}
.paginate-prev, .paginate-next, .paginate-item {
  width: 36px;
  height: 30px;
  text-align: center;
  padding: 0px 4px;
}
.paginate-prev, .paginate-next {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 10px;
  transition: all 0.3s ease-in-out;
  opacity: 0.3;
}
.paginate-prev:hover, .paginate-next:hover {
  opacity: 0.8;
}
.paginate-prev {
  background-image: url('../gfx/p-prev.svg');
}
.paginate-next {
  background-image: url('../gfx/p-next.svg');
}
.paginate-item {
  font-size: 0.866rem;
  line-height: 29px;
  transition: all 0.3s ease-in-out;
}
.paginate-item.active {
  background-color: #919191;
  color: white;
}
.paginate-item.active:hover {
  background-color: #919191;
}
.paginate-item:hover {
  background-color: #dedede;
}
/* STRONICOWANIE END */
/* PRODUKTY SIDEBAR */
.sideproducts-item > a {
  border-bottom: 1px solid #919191;
}
.sideproducts-item-picture {
  height: 150px;
  background-size: auto 100px;
  transition: background-size 0.3s ease-in-out;
}
.sideproducts-item h3 {
  font-weight: 700;
  line-height: 150%;
  transition: color 0.3s ease-in-out;
  padding: 1rem;
}
.sideproducts-item:hover h3 {
  color: #479ff3;
}
.sideproducts-item:hover .sideproducts-item-picture {
  background-size: auto 120px;
}
@media all and (max-width:767px) {
  .sideproducts-item h3 {
    text-align: center;
  }
}
/* PRODUKTY SIDEBAR END */
/* DODATKOWE INFORMACJE */
.parameters-title {
  color: #919191;
  margin-bottom: 1rem;
}
.parameters-text p {
  margin: 0;
}
/* DODATKOWE INFORMACJE */
/* OPŁATY */
.fees .button-download {
  position: absolute;
  bottom: 0;
  right: 0;
}
.fees .page-text {
  padding-right: 180px;
}
@media all and (max-width:991px) {
  .fees .button-download {
    position: static;
  }
  .fees .page-text {
    padding-right: 0;
  }
}
/* OPŁATY */
/* WYDANIA */
.newedition-arrow {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 12px;
}
.newedition-arrow-prev {
  background-image: url('../gfx/p-prev-blue.svg');
}
.newedition-arrow-prev:hover {
  background-image: url('../gfx/p-prev.svg');
}
.newedition-arrow-next {
  background-image: url('../gfx/p-next-blue.svg');
}
.newedition-arrow-next:hover {
  background-image: url('../gfx/p-next.svg');
}
.newedition-title h2 {
  color: #479ff3;
  font-size: 1.4em;
  font-weight: 600;
}
.newedition-left-inner {
  max-width: 300px;
}
.newedition-left-inner img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width:767px) {
  .newedition-left-inner {
    max-width: 100%;
    width: 100%;
  }
}
.newedition-right-item {
  margin-bottom: 2rem;
}
.newedition-right-item-picture {
  height: 180px;
}
.newedition-right-item h3 {
  font-weight: 700;
  line-height: 150%;
  margin: 1rem 0;
}
.newedition-right-item p {
  line-height: 180%;
  font-weight: 500;
}
.newedition-right-item:last-of-type {
  margin-bottom: 0;
}
/* WYDANIA */
/* PRODUKTY */
.products-item-picture {
  height: 150px;
  background-color: #919191;
}
.products-item-picture-overlay {
  top: 0;
  left: 0;
  background-color: #479ff3;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.products-item-category {
  font-size: 0.8rem;
  color: #919191;
  margin-top: 12px;
}
.products-item h2 {
  font-size: 1.133rem;
  font-weight: 600;
  line-height: 130%;
  margin-top: 8px;
  transition: color 0.3s ease-in-out;
}
.products-item-price {
  color: #f34747;
  font-weight: 700;
}
.products-item-price-big, .products-item-price-gray {
  font-size: 1.266rem;
}
.products-item-price-gray {
  color: #c4c4c4;
  text-decoration: line-through;
}
.products-item:hover .products-item-picture-overlay {
  opacity: 0.3;
}
.products-item:hover h2 {
  color: #479ff3;
}
/* PRODUKTY */
/* SZCZEGÓŁY PRODUKTU */
.productdetails-picture {
  height: 300px;
  display: block;
}
.productdetails-title {
  font-weight: 700;
  font-size: 1.133rem;
  line-height: 130%;
}
.productdetails-options select {
  box-sizing: border-box;
  height: 50px;
  padding: 0 1rem;
  border: 2px solid #c4c4c4;
  color: #c4c4c4;
}
.productdetails-options select:focus {
  outline: none;
}
.productdetails-price {
  font-size: 1.266rem;
  color: #f34747;
  font-weight: 700;
}
.productdetails-price-big, .productdetails-price-gray {
  font-size: 2rem;
}
.productdetails-price-gray {
  color: #c4c4c4;
  text-decoration: line-through;
}
@media all and (max-width:420px) {
  .productdetails .button-add {
    min-width: 100%;
    padding-top: 0;
    line-height: 50px;
  }
  .productdetails-options select {
    width: 100%;
  }
}
/* SZCZEGÓŁY PRODUKTU END */
/* LISTA OGŁOSZEŃ */
.infolist-item {
  border-bottom: 1px solid #479ff3;
}
.infolist-item .row {
  transition: background 0.3s ease-in-out;
  background-color: #f7f7f7;
}
.infolist-item:hover .row {
  background-color: #eaeaea;
}
/* LISTA OGŁOSZEŃ END */
/* SPRZĘT */
.equipmentlist-item {
  border-bottom: 1px solid #479ff3;
}
.equipmentlist-item-picture {
  height: 200px;
  width: 180px;
  background-size: auto 150px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-size 0.3s ease-in-out;
}
.equipmentlist-item-right-text {
  font-weight: 700;
  transition: color 0.3s ease-in-out;
}
.equipmentlist-item:hover .equipmentlist-item-picture {
  background-size: auto 170px;
}
.equipmentlist-item:hover .equipmentlist-item-right-text {
  color: #479ff3 !important;
}
.equipmentlist-item:last-of-type {
  border: none;
}
/* SPRZĘT END */
/* STRONA GŁÓWNA */
#mainpage .news-bottom {
  padding-top: 2rem;
  background-color: #f7f7f7;
}
#mainpage .news-aside {
  width: 280px;
}
#mainpage .news-aside-item {
  display: block;
}
#mainpage .news-aside-item img {
  max-width: 100%;
  height: auto;
}
#mainpage .tips {
  background: #479ff3;
  padding: 1rem;
  margin: 0 -1rem;
}
#mainpage .equipment-left {
  width: calc(100% - 310px);
  float: left;
}
#mainpage .equipment-right {
  width: 280px;
  float: right;
}
#mainpage .equipment-slider-item-picture {
  height: 150px;
  background-size: auto 100px;
  transition: background-size 0.3s ease-in-out;
}
#mainpage .equipment-slider-item h3 {
  font-weight: 700;
  line-height: 150%;
  transition: color 0.3s ease-in-out;
}
#mainpage .equipment-slider-item:hover h3 {
  color: #479ff3;
}
#mainpage .equipment-slider-item:hover .equipment-slider-item-picture {
  background-size: auto 120px;
}
#mainpage .equipment-slider .slick-arrow {
  width: 35px;
  height: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 35px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 17px);
  transition: background 0.3s ease-in-out;
}
#mainpage .equipment-slider .slick-arrow.prev {
  background-image: url('../gfx/prev-black.svg');
  left: -3rem;
}
#mainpage .equipment-slider .slick-arrow.prev:hover {
  background-image: url('../gfx/prev-blue.svg');
}
#mainpage .equipment-slider .slick-arrow.next {
  background-image: url('../gfx/next-black.svg');
  right: -3rem;
}
#mainpage .equipment-slider .slick-arrow.next:hover {
  background-image: url('../gfx/next-blue.svg');
}
@media all and (max-width:767px) {
  #mainpage .equipment-left {
    float: none;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  #mainpage .equipment-right {
    float: none;
    margin: 0 auto 2.5rem auto;
  }
  #mainpage .equipment-right iframe {
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media all and (max-width:420px) {
  #mainpage .equipment-right {
    width: 100%;
  }
}
/* STRONA GŁÓWNA END */
/* PODSTRONY */
.page-left {
  width: calc(100% - 310px);
  float: left;
}
.page-right {
  width: 280px;
  float: right;
}
.page-banner {
  height: 215px;
}
.page-banner-big {
  padding-bottom: 48.25%;
}
@media all and (max-width:575px) {
  .page-banner-big {
    /* height: 240px; */
  }
}
.page-bigtitle {
  font-size: 2rem;
  font-weight: 300;
}
.page-bigtitle-blue {
  color: #479ff3;
}
.page-mediumtitle {
  font-size: 1.226rem;
  font-weight: 600;
}
.page-text {
  line-height: 180%;
}
.page-text-title {
  color: #479ff3;
}
.page-text ol {
  padding-left: 1rem;
}
.page-text iframe {
  max-width: 100% !important;
}
.page-picture {
  width: 200px;
  height: 200px;
  float: left;
  margin: 0 2rem 5px 0;
}
.page-picture-medium {
  width: 300px;
  height: 280px;
}
@media all and (max-width:575px) {
  .page-picture {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }
}
.page-gallery .row {
  margin-left: -2px;
  margin-right: -2px;
}
.page-gallery-item {
  padding-right: 2px !important;
  padding-left: 2px !important;
  padding-bottom: 4px;
}
.page-gallery-item a {
  display: block;
  height: 150px;
  transition: opacity 0.3s ease-in-out;
}
.page-gallery-item a:hover {
  opacity: 0.6;
}
.page-fullvideo iframe {
  width: 100%;
  height: 450px;
}
@media all and (max-width:991px) {
  .page-fullvideo iframe {
    height: 220px;
  }
}
@media all and (max-width:767px) {
  .page-left, .page-right {
    width: 100%;
    float: none;
    margin-bottom: 1.5rem;
  }
}
/* PODSTRONY END */
/* WYSZUKIWARKA GŁÓWNA */
.searchbox {
  background: rgba(0, 0, 0, 0.95);
  height: 100vh;
  display: none;
  z-index: -10000;
}
.searchbox-container {
  height: 100%;
}
.searchbox-container form {
  position: absolute;
  top: calc(50% - 25px);
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.searchbox-container form .input-search {
  border: none;
  height: 50px;
  border-bottom: 1px solid white;
  width: calc(100% - 50px);
  float: left;
  background: none;
  outline: none;
  color: white;
  text-align: center;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
}
.searchbox-container form .input-submit {
  height: 50px;
  width: 50px;
  border: none;
  outline: none;
  border-bottom: 1px solid white;
  background: url('../gfx/loupe.svg') no-repeat center center;
  background-size: auto 30px;
  cursor: pointer;
}
.searchbox-close {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 10001;
  background: url('../gfx/close.svg') no-repeat center center;
  background-size: auto 40px;
  top: 50px;
  right: 10%;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  transform: rotate(0deg);
}
.searchbox-close:hover {
  transform: rotate(90deg);
}
.searchbox.active {
  display: block;
  z-index: 10000;
}
/* WYSZUKIWARKA GŁÓWNA END */
#bottom-banner img {
  width: 100%;
  height: auto;
}
footer {
  background-color: black;
}
footer .footer-nav .nav-item {
  display: inline-block;
}
footer .footer-nav .nav-item .nav-link {
  color: white;
  margin: 0;
  padding: 0 9px 0 5px;
  line-height: 100%;
  border-right: 1px solid white;
  transition: color 0.3s ease-in-out;
  text-transform: uppercase;
}
footer .footer-nav .nav-item:first-of-type .nav-link {
  padding-left: 0;
}
footer .footer-nav .nav-item:last-of-type .nav-link {
  border: none;
}
footer .footer-nav .nav-item:hover .nav-link, footer .footer-nav .nav-item.active .nav-link {
  color: #479ff3;
}
footer .footer-nav .nav-item.active {
  font-weight: 600;
}
footer .footer-logo img {
  max-height: 72px;
  width: auto;
  max-width: 100%;
}
footer .footer-tags {
  color: #414141;
}
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}
.banner-top {
    margin: 1.5rem 0 !important;
}
/* This gets Google to fall into place */
.social {
    /*font-size: 1px;*/
}
/* This gets Facebook to fall into place */
.social iframe {
    vertical-align: middle;
}
/* Set an optional width for your button wrappers */
.social span {
/*    display: inline-block;
    width: 110px;*/
}
/* Adjust the widths individually if you like */
.social .google {
    width: 75px;
}
.page-text img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.button-android {
    background-color: #698f38 !important;
}

section#forum a:not(.btn):not(.button):not(.breadcrumbs-item):not(.d-block),
section#forum a:focus,
section#forum a:hover,
section#forum a:visited,
section#fishery a:not(.btn):not(.button):not(.breadcrumbs-item):not(.d-block),
section#fishery a:focus,
section#fishery a:hover,
section#fishery a:visited,
section#contest a:not(.btn):not(.button):not(.breadcrumbs-item):not(.d-block),
section#contest a:focus,
section#contest a:hover,
section#contest a:visited,
article#equipment a:not(.btn):not(.button):not(.breadcrumbs-item):not(.d-block),
article#equipment a:focus,
article#equipment a:hover,
article#equipment a:visited,
.map-info-link {
    color: #479ff3;
}

div#recommended a {
    color: #ffffff;
}

.border-orange {
    padding: 25px;
    border: solid 3px #ff9900;
    margin-bottom: 25px;
    margin-top: 20px;
    display: block;
}

.border-orange h4 {
    color: #ff9900;
}
.border-orange img {
    max-width: 100%;
}
.border-orange ul {
    margin-left: 14px;
}

.social-bar {
	background: #479ff3;
	box-shadow: 0 1px 8px -1px rgba(52, 65, 108, 0.25);
	top: 365px;
	left: 0px;
	padding: 12px 15px 12px 17px;
	position: fixed;
	z-index: 1;
}
@media (max-width: 768px) {
	.social-bar {
		display: none;
	}
}
.social-bar .social-bar-link {
	background: url('../img/social-icons.png');
	display: block;
	width: 20px;
}
@media (max-width: 768px) {
	.social-bar .social-bar-link {
		display: none;
	}
}
.social-bar .social-bar-link:not(:last-child) {
	margin-bottom: 15px;
}
.social-bar .social-bar-link[data-website="facebook"] {
	background-position: 0 0;
	height: 18px;
}
.social-bar .social-bar-link[data-website="facebook"]:hover {
	background-position: -20px 0;
}
.social-bar .social-bar-link[data-website="youtube"] {
	background-position: 0 -28px;
	height: 17px;
}
.social-bar .social-bar-link[data-website="youtube"]:hover {
	background-position: -20px -28px;
}
.social-bar .social-bar-link[data-website="google-play"] {
	background-position: 0 -53px;
	height: 22px;
}
.social-bar .social-bar-link[data-website="google-play"]:hover {
	background-position: -20px -53px;
}
.social-bar .social-bar-link[data-website="apple-store"] {
	background-position: 0 -87px;
	height: 22px;
}
.social-bar .social-bar-link[data-website="apple-store"]:hover {
	background-position: -20px -87px;
}
.social-bar .social-bar-link[data-website="instagram"] {
	background-position: 0px -118px;
	height: 18px;
}
.social-bar .social-bar-link[data-website="instagram"]:hover {
	background-position: -20px -118px;
}
.social-bar .social-bar-link[data-website="messenger"] {
	background-position: 0px -140px;
	height: 20px;
}
.social-bar .social-bar-link[data-website="messenger"]:hover {
	background-position: -20px -140px;
}
.social-bar .social-bar-label {
	display: none;
}
#eucookielaw {
    display: none;
    position: fixed;
    bottom: 0px;
    z-index: 3001;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}
#eucookielaw p {
	margin-top: 1rem;
	margin-bottom: 0;
}
#eucookielaw span.button {
	cursor: pointer;
}
/* AKTUALNOSCI LINKI */
.page-text.styled-links a, .page-text.styled-links a:visited {
  color: #3a88fe;
  text-decoration: underline;
}
.h-140 {
  height: 140px;
}
.h-auto {
  height: auto;
}