@font-face {
  font-family: calibri;
  src: url(../fonts/Calibri.ttf); }
h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

h1 {
  font-size: 40px;
  color: #ffffff;
  font-family: "calibri";
  text-align: left; }
  @media only screen and (max-width: 1500px) {
    h1 {
      font-size: 30px; } }
  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 19px; } }

a {
  color: #333;
  font-size: 12px;
  text-decoration: none;
  font-family: "calibri";
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.8px; }
  a:hover {
    text-decoration: underline;
    color: #333; }

h1 a {
  font-size: inherit; }

h2, h2 a {
  font-size: 19px;
  color: #333;
  font-family: "calibri";
  font-weight: 700 !important;
  margin: 0;
  margin-bottom: -4px; }

h3, h3 a {
  font-size: 16px;
  color: #333;
  font-family: "calibri"; }
  @media only screen and (max-width: 1500px) {
    h3, h3 a {
      font-size: 18px; } }

header a, footer a, .sectionTitle a, .socialMenu a {
  text-transform: uppercase; }

.button, .moreButt {
  text-transform: uppercase; }

.buttonContainer {
  text-align: center;
  padding: 0;
  padding-top: 15px; }

.button {
  display: inline-block;
  height: 40px;
  width: 200px;
  border: 1px solid #333;
  font-size: 18px;
  color: #333;
  font-family: "calibri";
  text-align: center;
  text-decoration: none;
  line-height: 42px;
  background: transparent; }
  .button:hover {
    background-color: #333;
    color: white; }

.buttoncookie {
  width: 200px;
  height: 30px;
  font-size: 14px;
  line-height: 32px; }

p {
  font-size: 15px;
  color: #000000;
  font-family: "calibri"; }

img {
  max-width: 100%; }

.fa {
  font-family: FontAwesome;
  color: #000000;
  font-size: 19px; }
  .fa:hover {
    transform: scale(1.2);
    transition: transform 0.2s ease-in-out; }

.fa-chevron-right {
  padding: 0 5px 0 0;
  color: #333;
  font-size: 8px;
  display: inline-block; }
  .fa-chevron-right:hover {
    transform: none; }

.moreButt {
  font-size: 10px; }

ul {
  list-style-type: none; }

.owl-prev:hover,
.owl-next:hover {
  background: none !important; }

.owl-prev:hover img {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s; }

.owl-next:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s; }

.pictureOverlay {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0; }
  .pictureOverlay .textoverlay {
    padding: 30px 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #FFF;
    display: block; }
    .pictureOverlay .textoverlay h3 {
      color: #ffffff; }
    .pictureOverlay .textoverlay p {
      color: #ffffff;
      width: 50%;
      font-size: 18px;
      line-height: 18px; }
    .pictureOverlay .textoverlay a {
      color: #ffffff; }
  .pictureOverlay:hover {
    opacity: 1;
    cursor: pointer; }

.container-fluid {
  padding: 0; }

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto; }

.wysiwyg ol, .wysiwyg ul {
  margin: 15px 5px !important; }
  .wysiwyg ol li, .wysiwyg ul li {
    font-size: 15px;
    font-family: "calibri"; }
.wysiwyg ul {
  list-style: initial !important;
  line-height: 25px; }

.calendar .layer {
  display: none; }
.calendar .layer.active {
  display: block;
  position: absolute;
  left: 15%;
  background-color: #f3f3f3b8;
  width: 72%;
  text-align: center;
  height: 100%;
  z-index: 9;
  padding-top: 10%; }
  .calendar .layer.active i {
    font-size: 150px;
    color: #ababab; }
.calendar .calendarChild .imgContainer {
  overflow: hidden; }
  .calendar .calendarChild .imgContainer img {
    width: 100%;
    height: auto !important; }
.calendar .kalendar {
  position: relative;
  margin: 30px;
  text-align: center;
  font-weight: 100;
  font-family: "calibri"; }
  .calendar .kalendar .ui-datepicker-title {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    font-weight: 100; }
  .calendar .kalendar .ui-datepicker-month, .calendar .kalendar .ui-datepicker-year {
    font-weight: 700; }
  .calendar .kalendar .ui-state-active {
    font-weight: bold; }
  .calendar .kalendar .ui-datepicker-today {
    border: 2px solid #000; }
  .calendar .kalendar table {
    width: 100%;
    border: 1px solid #e5e5e5; }
    .calendar .kalendar table th {
      border-right: 1px solid #e5e5e5;
      font-weight: 100;
      font-size: 14px; }
      .calendar .kalendar table th:last-child {
        border-right: 0; }
    .calendar .kalendar table td {
      border: 1px solid #e5e5e5; }
      .calendar .kalendar table td a {
        font-weight: 100; }
  .calendar .kalendar .ui-datepicker-next, .calendar .kalendar .ui-datepicker-prev {
    position: absolute;
    top: 6px; }
    .calendar .kalendar .ui-datepicker-next:hover, .calendar .kalendar .ui-datepicker-prev:hover {
      cursor: pointer; }
  .calendar .kalendar .ui-datepicker-prev {
    left: 14px; }
  .calendar .kalendar .ui-datepicker-next {
    right: 14px; }
.calendar .kalendarz {
  font-family: "calibri"; }
  .calendar .kalendarz h1 {
    color: #000000;
    padding-left: 30px;
    font-size: 19px; }
  .calendar .kalendarz form {
    margin: 30px; }
    .calendar .kalendarz form label {
      font-size: 12px; }
    .calendar .kalendarz form select {
      border: 1px solid #e5e5e5;
      border-radius: 0; }
      .calendar .kalendarz form select option {
        font-size: 12px; }
      .calendar .kalendarz form select .selected {
        font-size: 12px; }
    .calendar .kalendarz form input {
      border: 1px solid #e5e5e5;
      border-radius: 0; }
      .calendar .kalendarz form input::placeholder {
        font-size: 12px; }
.calendar .calendarChild {
  margin: 30px 0; }
  .calendar .calendarChild .imgContainer {
    height: 250px; }
    .calendar .calendarChild .imgContainer img {
      height: 100%; }

.container-fluid {
  margin-top: 82px; }

.desc-carousel {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: -24px; }
  .desc-carousel img {
    width: auto;
    height: auto !important; }
  .desc-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: 45%;
    width: 100%; }
    .desc-carousel .owl-nav img {
      height: 30px !important; }
    .desc-carousel .owl-nav .owl-next {
      right: 50px;
      position: absolute; }
    .desc-carousel .owl-nav .owl-prev {
      left: 50px;
      position: absolute; }

main {
  overflow: hidden; }

section {
  padding-bottom: 30px; }
  section .sectionTitle {
    margin: 0;
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 30px; }
    section .sectionTitle h2 {
      font-weight: 700 !important; }
  @media only screen and (max-width: 992px) {
    section {
      text-align: center; } }

.news .sectionTitle {
  margin-bottom: 15px; }
.news .photoDesc {
  font-size: 12px;
  font-style: italic;
  padding-top: 5px; }
.news .newsRow {
  margin: 0; }
.news .newsCol {
  padding: 15px 20px; }
  .news .newsCol .imgContainer a {
    display: block;
    height: 320px;
    overflow: hidden; }
    .news .newsCol .imgContainer a img {
      height: 100%;
      max-width: initial; }
  .news .newsCol h3, .news .newsCol h3 a {
    font-weight: 700 !important; }
  .news .newsCol p {
    margin-bottom: 0; }
    @media only screen and (max-width: 1500px) {
      .news .newsCol p {
        font-size: 16px; } }
  .news .newsCol img {
    padding-left: 10px; }

.expo .fa-chevron-right {
  color: #ffffff; }
.expo .owl-carousel {
  padding-top: 0; }
  .expo .owl-carousel .owl-item img {
    display: block;
    width: auto;
    min-width: 100%;
    height: 730px; }
  .expo .owl-carousel .owl-prev,
  .expo .owl-carousel .owl-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%); }
  .expo .owl-carousel .owl-prev {
    left: 15%; }
  .expo .owl-carousel .owl-next {
    right: 15%; }
  .expo .owl-carousel .owl-dots {
    display: none; }

.gallery {
  padding: 0; }
  .gallery .fa-chevron-right {
    color: #ffffff; }
  .gallery .row {
    padding: 0 30px; }
  .gallery .pictureContainer {
    position: relative;
    margin-top: 0;
    max-height: 25vw;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .gallery .pictureContainer {
        max-height: 25vw; } }
  .gallery img {
    padding: 0;
    width: 100%; }
  .gallery .galleryChild {
    padding: 0 15px 30px; }

header .navbar {
  padding: 0 30px;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  height: 80px; }
  header .navbar .dropdown-toggle:after {
    display: none; }
  header .navbar .searchBar {
    margin-right: -10px;
    margin-top: 2px; }
    header .navbar .searchBar .fa {
      font-size: 18px !important; }
  header .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: -2px; }
    header .navbar .dropdown:hover > .dropdown-menu .dropdown-item {
      padding: 5px 15px; }
      header .navbar .dropdown:hover > .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
        color: #adadae; }
  header .navbar .langs a:last-child {
    margin-left: 10px; }
  header .navbar .navbar-brand {
    max-height: 100%;
    height: 100%;
    margin: 0; }
    header .navbar .navbar-brand .logo {
      height: 100%; }
  header .navbar .panel-footer {
    max-height: 90vh;
    z-index: 9999;
    overflow-y: scroll;
    position: absolute;
    width: 500px;
    text-align: left; }
    header .navbar .panel-footer a {
      color: #000000; }
  header .navbar .navRight {
    margin-left: 30px; }
    header .navbar .navRight li {
      padding-left: 0;
      padding-right: 0; }
      header .navbar .navRight li a {
        padding: 0 15px; }
      @media only screen and (max-width: 1200px) {
        header .navbar .navRight li {
          padding-left: 10px; } }
  header .navbar .logoRight {
    margin-bottom: 2px; }
  header .navbar .navLeft {
    padding-right: 0;
    margin-right: 30px;
    margin-left: 0 !important; }
    header .navbar .navLeft li {
      padding: 0px;
      padding-left: 20px; }
      @media only screen and (max-width: 1200px) {
        header .navbar .navLeft li {
          padding: 0px 5px; } }
      header .navbar .navLeft li a {
        font-size: 16px;
        display: inline-block;
        padding-top: 4px; }
      header .navbar .navLeft li .fa {
        font-size: 16px; }
      header .navbar .navLeft li .form-inline .btn {
        padding-top: 2px; }
      header .navbar .navLeft li:first-child {
        padding-left: 0; }
@media only screen and (max-width: 992px) {
  header .navbar-collapse {
    border-bottom: 1px solid #e5e5e5;
    text-align: center; }
    header .navbar-collapse form {
      justify-content: center; }
    header .navbar-collapse .navbar-nav li {
      padding: 5px 0px; } }

.text {
  padding-bottom: 30px; }
  .text h1 {
    font-size: 19px;
    color: #000000 !important;
    padding-left: 15px; }
  .text h2 {
    padding-left: 15px; }
  .text .img-container {
    position: relative;
    height: 300px;
    margin-left: -50px; }
    .text .img-container img {
      position: absolute;
      left: -9999px;
      right: -9999px;
      top: -9999px;
      bottom: -9999px;
      margin: auto;
      height: 100%;
      width: 75%; }
  .text .row {
    margin: 0; }
  .text .publicationChild {
    margin-bottom: 30px; }

.intro {
  padding-bottom: 0;
  margin-top: -2px; }
  .intro .fa-chevron-right {
    color: #ffffff; }
  .intro a {
    color: white; }
  .intro .title {
    text-decoration: none;
    text-transform: none; }
  .intro .owl-stage-outer {
    max-height: 100vh; }
  .intro .owl-carousel {
    margin-bottom: -42px; }
    .intro .owl-carousel .owl-item {
      overflow: hidden; }
    .intro .owl-carousel .owl-nav {
      margin: 0; }
    .intro .owl-carousel .owl-prev,
    .intro .owl-carousel .owl-next {
      position: absolute;
      z-index: 10;
      top: 45%;
      transform: translateY(-50%); }
      @media only screen and (max-width: 992px) {
        .intro .owl-carousel .owl-prev,
        .intro .owl-carousel .owl-next {
          top: 60%; } }
      @media only screen and (max-width: 768px) {
        .intro .owl-carousel .owl-prev,
        .intro .owl-carousel .owl-next {
          top: 80%; } }
    .intro .owl-carousel .owl-prev {
      left: 50px; }
    .intro .owl-carousel .owl-next {
      right: 50px; }
    .intro .owl-carousel .owl-dots {
      position: relative;
      bottom: 100px; }
      .intro .owl-carousel .owl-dots span {
        width: 25px !important;
        height: 25px !important;
        background: none !important;
        border: 2px solid #ffffff; }
      .intro .owl-carousel .owl-dots .active span {
        background: #ffffff !important; }
      @media only screen and (max-width: 992px) {
        .intro .owl-carousel .owl-dots {
          bottom: 50px; } }
    .intro .owl-carousel .introRow {
      background-color: #3a3a3a; }
      .intro .owl-carousel .introRow .introPicture {
        padding: 0; }
      .intro .owl-carousel .introRow .introText {
        padding-left: 20px;
        padding-right: 30px;
        text-align: left; }
        .intro .owl-carousel .introRow .introText p {
          margin-bottom: 0;
          color: white; }
        .intro .owl-carousel .introRow .introText a {
          font-size: 12px;
          margin-bottom: 40px; }

.backroudCover {
  height: 300px;
  background-size: cover !important;
  background-position: center center !important; }

.author {
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 12px;
  display: block; }

.socialMenu {
  padding: 30px 200px; }
  .socialMenu .socialIcons .fa {
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    width: 35px;
    height: 35px;
    background: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .socialMenu ul {
    margin: 0;
    padding-top: 7px; }
    .socialMenu ul li {
      display: inline-block;
      padding: 0 20px; }
      .socialMenu ul li a {
        font-size: 12px;
        font-weight: 700; }
  @media only screen and (max-width: 992px) {
    .socialMenu {
      padding: 0; }
      .socialMenu ul {
        text-align: center; }
        .socialMenu ul li {
          display: block; } }

.desc {
  margin: 0 auto; }
  .desc h1 {
    color: #000000 !important; }
  .desc .descContent {
    margin: 0 30px;
    margin-bottom: 30px; }
    .desc .descContent .content {
      overflow: hidden; }
  .desc .descChild {
    margin-bottom: 30px; }
  .desc date {
    font-size: 12px; }
  .desc .galleryGrid {
    max-height: 230px;
    overflow: hidden;
    margin-bottom: 30px;
    height: 230px; }
    .desc .galleryGrid a {
      position: relative;
      display: block;
      min-height: 230px;
      width: 100%; }
      .desc .galleryGrid a img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%); }
  .desc .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 30px; }
    .desc .breadcrumb a {
      text-transform: none;
      font-weight: 500; }
    .desc .breadcrumb .active {
      padding-top: 6px;
      color: #333;
      font-size: 12px; }
  .desc h1 {
    color: #000000;
    font-size: 19px;
    margin: 0 0 0 0;
    text-align: left; }
  .desc picture {
    display: block;
    margin: 30px auto;
    text-align: center; }
  .desc .wysiwyg {
    margin: 0; }
    .desc .wysiwyg p {
      margin-bottom: 0; }
  .desc .imgContainer {
    margin-bottom: 30px; }
    .desc .imgContainer img {
      min-width: 100%;
      width: 100%;
      max-width: 100%; }
    .desc .imgContainer .photoDesc {
      font-size: 12px;
      font-style: italic;
      padding-top: 10px; }
  .desc .desc-carousel {
    margin-top: 30px;
    margin-bottom: 20px; }
    .desc .desc-carousel img {
      width: auto;
      height: auto !important; }
    .desc .desc-carousel .owl-nav {
      display: block !important;
      position: absolute;
      top: 45%;
      width: 100%; }
      .desc .desc-carousel .owl-nav img {
        height: 30px !important; }
      .desc .desc-carousel .owl-nav .owl-next {
        right: 50px;
        position: absolute; }
      .desc .desc-carousel .owl-nav .owl-prev {
        left: 50px;
        position: absolute; }
    .desc .desc-carousel .item {
      width: 450px;
      height: 320px;
      position: relative; }
      .desc .desc-carousel .item a {
        position: relative;
        width: 100%;
        height: 90%;
        display: block;
        overflow: hidden; }
        .desc .desc-carousel .item a img {
          position: absolute;
          width: 100%; }
      .desc .desc-carousel .item p {
        position: absolute;
        bottom: 0;
        margin-bottom: -20px;
        height: 50px;
        font-size: 12px;
        font-style: italic; }

footer {
  background-color: #ffffff;
  padding: 0;
  overflow: hidden;
  padding-bottom: 15px; }
  footer .footerLinks {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px; }
    footer .footerLinks ul {
      margin-bottom: 0; }
      footer .footerLinks ul li {
        display: inline-block;
        border-right: 1px solid #e5e5e5;
        padding: 15px;
        font-size: 12px;
        line-height: 12px; }
        footer .footerLinks ul li a {
          font-size: 12px; }
        footer .footerLinks ul li:last-child {
          border: 0; }
  footer .footerFin {
    margin-top: 10px; }
    footer .footerFin span {
      font-size: 16px;
      padding-top: 20px; }
    footer .footerFin img {
      margin-right: 30px;
      margin-top: 5px; }
    footer .footerFin p {
      font-size: 12px;
      display: inline-block; }
    footer .footerFin .footerText {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-left: 40px; }
      footer .footerFin .footerText img {
        max-width: 5vw; }
      footer .footerFin .footerText p {
        margin-bottom: 0;
        text-align: left;
        margin-right: 30px; }
      @media only screen and (max-width: 992px) {
        footer .footerFin .footerText {
          flex-direction: column;
          text-align: center; }
          footer .footerFin .footerText img {
            max-width: 100%; }
          footer .footerFin .footerText p {
            margin: 10px auto; } }
    footer .footerFin .flags {
      padding-right: 40px; }
      @media only screen and (max-width: 992px) {
        footer .footerFin .flags img {
          max-width: 100%; } }
  @media only screen and (max-width: 992px) {
    footer {
      text-align: center; }
      footer .footerLinks {
        padding: 20px;
        text-align: center; }
        footer .footerLinks ul li {
          display: block;
          width: 100%; } }

.login-register-wrapper {
  padding: 200px 0; }

.history h1 {
  font-size: 19px;
  color: #000000;
  margin-left: 30px; }
.history hr {
  width: 100%;
  display: block;
  margin: 30px auto; }
.history .historyChild h3 {
  margin-bottom: 30px;
  font-size: 19px; }
.history hr:last-child {
  display: none; }
.history .desc-carousel {
  margin: 30px; }
.history p {
  margin-bottom: 0; }

.shop h1 {
  font-size: 19px;
  color: #000000;
  padding-left: 15px; }
.shop .publicationText {
  position: relative;
  padding-bottom: 20px; }
  .shop .publicationText .order {
    position: absolute;
    bottom: 0;
    left: 15px;
    margin-bottom: 0;
    color: #333; }

.desc .imgContainer img, .shop .imgContainer img {
  position: relative; }
.desc .wcagToRead .wcagText, .shop .wcagToRead .wcagText {
  position: absolute;
  top: 0;
  color: #ffffff;
  font-size: 0;
  z-index: -20; }
.desc .wcagToRead .readText, .shop .wcagToRead .readText {
  position: absolute !important;
  top: 10px;
  left: 25px;
  background: #f00;
  color: #ffffff;
  padding: 5px;
  width: 30px !important;
  height: 30px !important; }
.desc .wcagToRead audio, .shop .wcagToRead audio {
  position: absolute;
  top: 0;
  left: 70px; }

.shop .photoDesc {
  font-size: 12px;
  font-style: italic;
  padding-top: 10px; }

@media only screen and (min-width: 1200px) {
  .translate_wrapper {
    top: 10px !important;
    right: 230px !important;
    z-index: 1031;
    height: 80px; }

  .navLeft {
    margin-right: 150px !important; } }
body.wcag {
  background: #000000 !important;
  color: #ff0 !important; }
  body.wcag .navbar, body.wcag footer {
    background-color: #000000 !important; }
  body.wcag .fa {
    color: #f00 !important; }
    body.wcag .fa:hover {
      color: #ffffff !important; }
  body.wcag form {
    border: 1px solid #f00; }
    body.wcag form ::placeholder {
      color: #00f; }
    body.wcag form input {
      color: #00f; }
  body.wcag h2, body.wcag h3, body.wcag h4, body.wcag h5, body.wcag h6 {
    color: #ffffff !important; }
  body.wcag h1, body.wcag h2 {
    color: #ffffff !important; }
  body.wcag p {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    color: #ff0 !important; }
  body.wcag a {
    color: #f00 !important; }
    body.wcag a:hover {
      color: #ffffff !important; }
  body.wcag .button {
    color: #ff0 !important;
    border-color: #ff0 !important; }
    body.wcag .button:hover {
      background-color: #00f !important;
      color: #ff0 !important; }

.breadcrumb li {
  display: block;
  width: 100%;
  font-size: 16px !important;
  font-weight: 700; }
  .breadcrumb li a {
    font-weight: 700; }
    .breadcrumb li a:after {
      content: "";
      margin: 0 4px;
      display: inline-block; }
  .breadcrumb li:last-child {
    display: none; }

@media only screen and (max-width: 992px) {
  .socialMenu ul {
    padding: 0; }
    .socialMenu ul li {
      padding: 0; }
  .socialMenu .socialIcons {
    padding: 20px 0;
    text-align: center; } }
@media only screen and (max-width: 768px) {
  img {
    max-width: 100%; }

  header .navbar {
    padding: 0; }
    header .navbar .navbar-brand .logo {
      width: 150px;
      height: auto !important;
      display: block;
      margin-top: 10px; }
    header .navbar .logoRight {
      width: 100px;
      margin-right: 10px;
      display: block; }
    header .navbar .navbar-collapse {
      background: #ffffff;
      width: 100%; }
    header .navbar .navLeft {
      margin-right: 0;
      padding-right: 0; }
      header .navbar .navLeft .btn {
        margin: auto; }
    header .navbar .navRight {
      margin-left: 0; }

  .descContent .imgContainer img {
    max-width: 100%; }
  .descContent table tr td {
    display: block;
    width: 100% !important;
    margin-bottom: 20px; }

  .wysiwyg {
    margin: 0 15px; }

  .socialMenu ul {
    padding: 0; }
    .socialMenu ul li {
      padding: 0; }
  .socialMenu .socialIcons {
    padding: 20px 0;
    text-align: center; }

  .expo .owl-carousel .owl-item img {
    height: 430px; }

  footer .footerLogo {
    margin-bottom: 20px; }
  footer .footerLinks .linkList {
    padding-left: 0; }
  footer .footerLinks .row div {
    border: 0; }
  footer .footerFin img {
    max-width: 23%; } }
.state {
  display: inline-block;
  margin-right: 15px; }

.ankietaTitle {
  width: 100%;
  text-align: center; }

.pretty {
  display: inline-block; }

.question textarea {
  width: 300%;
  min-height: 100px; }
.question label {
  font-size: 14px;
  font-family: "calibri";
  color: #333; }
.question small {
  width: 300%; }

.custom-popup {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
  position: fixed;
  width: 50%;
  margin: 30px 25%;
  bottom: 23px;
  z-index: 999;
  background-color: #fff; }
  .custom-popup p {
    font-size: 14px !important; }
  @media only screen and (max-width: 768px) {
    .custom-popup {
      width: 100%;
      margin: auto; } }

.alertBox {
  top: 87px;
  bottom: auto; }

.alertClose {
  position: absolute;
  right: 5px;
  top: 5px; }
  .alertClose i {
    color: #000000;
    font-size: 14px; }

.buttonPooll {
  width: 20%;
  margin: 30px auto;
  display: block; }

.ankieta h2 {
  font-size: 19px;
  margin-bottom: 15px;
  text-transform: capitalize; }
.ankieta ol {
  font-size: 16px;
  color: #333;
  font-weight: 700; }
  .ankieta ol li {
    font-size: inherit;
    margin-bottom: 10px; }
    .ankieta ol li a {
      font-size: inherit; }

.question-title {
  font-weight: 700; }

.newsletter input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e5e5e5; }
.newsletter form {
  margin-bottom: 30px; }
  .newsletter form .form-check {
    width: 100%;
    margin-left: 15px; }
    .newsletter form .form-check label {
      font-size: 12px; }

.product-item {
  margin-bottom: 30px; }
  .product-item .add-to-cart-wrapper {
    margin-top: 30px; }

.shop {
  margin-top: 120px; }
  .shop .leftMenu hr {
    width: 80%; }
  .shop .leftMenu .form-inline {
    padding-left: 30px;
    margin: 30px 0; }
    .shop .leftMenu .form-inline input {
      max-height: 30px; }
    .shop .leftMenu .form-inline label {
      font-size: 15px;
      color: #333;
      font-family: "calibri";
      font-weight: 700; }
  .shop .leftMenu h1 {
    padding-left: 30px; }
  .shop .leftMenu ul {
    padding-left: 30px; }
  .shop .leftMenu h3 {
    padding-left: 30px; }
  .shop .productList {
    background: #f9f9f9;
    padding: 30px; }
  .shop .quichBasket {
    padding: 30px;
    padding-right: 100px; }
    .shop .quichBasket h3 {
      text-align: center;
      display: inline-block;
      padding-right: 30px; }
    .shop .quichBasket ul li {
      font-size: 15px;
      color: #333;
      font-family: "calibri";
      font-weight: 700; }
  .shop .image-scaling {
    display: inline-block;
    width: auto;
    margin-bottom: 30px; }
  .shop .big-image img {
    max-width: 450px; }
  .shop h1 {
    padding-left: 30px; }
  .shop .product-price {
    margin-bottom: 30px;
    font-weight: 700; }
  .shop .product-line-img {
    max-height: 100px; }
  .shop .producLiscHeader {
    margin-bottom: 30px;
    font-weight: 700; }
  .shop .delivery-price {
    display: inline-block; }
  .shop .list-style {
    padding-left: 0; }
  .shop .product-quantity-wrapper {
    font-size: 14px;
    font-weight: 700;
    color: #333; }
  .shop .checkMarkRules {
    padding: 30px 20px;
    color: #333;
    font-size: 12px;
    text-decoration: none; }
  .shop .deliveryOptions {
    margin-left: 70px; }
  .shop .backroudCover {
    margin-bottom: 0; }
  .shop .add-to-cart-wrapper {
    position: absolute;
    bottom: 0;
    display: block;
    width: 80%;
    margin-left: -8px; }
    .shop .add-to-cart-wrapper a {
      position: absolute;
      bottom: 0;
      line-height: 19px;
      width: 100%;
      max-width: 100%; }
      @media only screen and (max-width: 1700px) {
        .shop .add-to-cart-wrapper a {
          max-width: 180px; } }
      @media only screen and (max-width: 1500px) {
        .shop .add-to-cart-wrapper a {
          max-width: 150px;
          font-size: 14px; } }
      @media only screen and (max-width: 1200px) {
        .shop .add-to-cart-wrapper a {
          max-width: 120px;
          font-size: 10px; } }
      @media only screen and (max-width: 992px) {
        .shop .add-to-cart-wrapper a {
          max-width: 100%;
          width: 100%;
          position: static;
          font-size: 10px; } }
    @media only screen and (max-width: 768px) {
      .shop .add-to-cart-wrapper {
        position: static;
        width: 100%; } }
  .shop .form-group {
    width: 46%;
    margin-left: 2%; }
    .shop .form-group input {
      width: 100% !important;
      padding: 6px !important; }
  .shop .product-content {
    padding-bottom: 10px; }
  .shop .product-content.contentToRead {
    padding-bottom: 10px; }
  .shop .product-item .row {
    margin-left: 15px; }
  .shop .product-item .add-to-cart-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center; }

.product-popup-content {
  margin-bottom: 30px;
  margin-top: 30px; }

/* initial styling after what input has executed but before any interaction */
[data-whatinput="initial"] :focus {
  outline: 2px dotted black; }

/* mouse */
[data-whatinput="mouse"] :focus {
  outline-color: red; }

/* keyboard */
[data-whatinput="keyboard"] :focus {
  outline: 2px solid orange; }

/* touch */
[data-whatinput="touch"] :focus {
  outline-color: blue; }

/*# sourceMappingURL=main.css.map */
