body {
  font-family: "Montserrat", sans-serif; }

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

h1, h1 a, h1 p {
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
  font-weight: 900; }
  @media only screen and (max-width: 768px) {
    h1, h1 a, h1 p {
      font-size: 25px;
      line-height: 40px; } }

h2, h2 a {
  font-size: 26px;
  line-height: 36px;
  color: #033181;
  font-weight: 600; }
  @media only screen and (max-width: 768px) {
    h2, h2 a {
      font-size: 22px;
      line-height: 28px; } }

h3, h3 a {
  font-size: 22px;
  line-height: 28px; }
  @media only screen and (max-width: 768px) {
    h3, h3 a {
      font-size: 22px; } }

h3 a:hover {
  text-decoration: underline; }

p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000; }
  @media only screen and (max-width: 768px) {
    p {
      font-size: 14px; } }

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

.moreLink {
  font-weight: 500;
  text-transform: capitalize; }

.link {
  font-family: "Montserrat", sans-serif;
  color: #00616a;
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px; }
  .link:hover {
    text-decoration: none;
    color: #00616a; }

.button, .buttonBlack, .buttonPlan {
  text-align: center;
  text-decoration: none;
  width: 300px;
  height: 40px;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  background-color: transparent; }
  .button:active, .buttonBlack:active, .buttonPlan:active {
    outline: none; }

.button {
  border: 1px solid #033181;
  color: #033181;
  background: transparent; }
  .button:hover {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #033181;
    border: 1px solid #033181;
    color: #ffffff;
    text-decoration: none; }

ul {
  list-style-type: none; }

ul li, ol li {
  font-family: "Montserrat", sans-serif;
  font-size: 18px; }
  @media only screen and (max-width: 768px) {
    ul li, ol li {
      font-size: 14px; } }
  ul li a, ol li a {
    font-family: "Montserrat", sans-serif;
    font-size: 18px; }

.container-fluid {
  margin: 0;
  padding: 0; }

input {
  margin: 0 auto;
  border-radius: 0;
  background-color: transparent; }
  input:focus {
    background-color: transparent; }

.wysiwyg ul {
  list-style-type: disc; }
.wysiwyg img {
  max-width: 100%; }

.owl-nav [class*=owl-]:focus {
  outline: none; }
.owl-nav [class*=owl-]:hover {
  background: none !important; }

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

.cookie {
  border: 1px solid;
  border-radius: 11px;
  padding: 19px 42px;
  margin: 0px;
  position: fixed;
  bottom: 23px;
  z-index: 999;
  background-color: #fff;
  width: 500px;
  left: calc(50% - 250px);
  bottom: 50px; }
  .cookie p {
    font-size: 10px !important; }
  @media only screen and (max-width: 768px) {
    .cookie {
      left: 0;
      width: 100%; } }

.ankiety form label {
  font-weight: 700; }
.ankiety form textarea, .ankiety form input, .ankiety form select {
  width: 100%;
  border: 1px solid #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
.ankiety form textarea {
  min-height: 200px; }
.ankiety form .form-group {
  width: 100%;
  margin-bottom: 10px; }
.ankiety form .pretty input, .ankiety form .pretty label, .ankiety form .pretty .state {
  display: inline-block;
  width: 10%; }
.ankiety form .question-title {
  margin-bottom: 10px; }
.ankiety form small {
  margin-top: 10px; }

.ankieta ol {
  margin-top: 10px; }
  .ankieta ol li {
    margin-bottom: 8px; }

.icon:hover img:hover, .icon:hover i:hover, .icon:hover svg:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15); }

.login-register-wrapper {
  padding-top: 150px;
  padding-bottom: 150px; }
  .login-register-wrapper h2 {
    text-align: left;
    padding-left: 15px; }

.scrolled {
  background: url("../images/headerBack.png");
  background-repeat: repeat-x;
  background-size: contain;
  min-height: 100px;
  padding-bottom: 30px;
  z-index: 1200; }

html {
  scroll-behavior: smooth; }

.introBlue, body.blue .introColor {
  background: url("../images/introBlue.png");
  background-repeat: repeat-x;
  background-size: contain;
  padding-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .introBlue, body.blue .introColor {
      background-size: cover; } }

.introRed, body.red .introColor {
  background: url("../images/introRed.png");
  background-repeat: repeat-x;
  background-size: contain;
  padding-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .introRed, body.red .introColor {
      background-size: cover; } }

.introGreen, body.green .introColor {
  background: url("../images/introGreen.png");
  background-repeat: repeat-x;
  background-size: contain;
  padding-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .introGreen, body.green .introColor {
      background-size: cover; } }

.introYellow, body.yellow .introColor {
  background: url("../images/introYellow.png");
  background-repeat: repeat-x;
  background-size: contain;
  padding-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .introYellow, body.yellow .introColor {
      background-size: cover; } }

.introBrown, body.brown .introColor {
  background: url("../images/introBrown.png");
  background-repeat: repeat-x;
  background-size: contain;
  padding-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .introBrown, body.brown .introColor {
      background-size: cover; } }

.blueWave, body.blue .wave {
  background: url("../images/falaBlue.png");
  width: 200px;
  height: 118px; }
  @media only screen and (max-width: 768px) {
    .blueWave, body.blue .wave {
      display: none; } }

.redWave, body.red .wave {
  background: url("../images/falaRed.png");
  width: 200px;
  height: 118px; }
  @media only screen and (max-width: 768px) {
    .redWave, body.red .wave {
      display: none; } }

.yellowWave, body.yellow .wave {
  background: url("../images/falaYellow.png");
  width: 200px;
  height: 118px; }
  @media only screen and (max-width: 768px) {
    .yellowWave, body.yellow .wave {
      display: none; } }

.greenWave, body.green .wave {
  background: url("../images/falaGreen.png");
  width: 200px;
  height: 118px; }
  @media only screen and (max-width: 768px) {
    .greenWave, body.green .wave {
      display: none; } }

.brownWave, body.brown .wave {
  background: url("../images/falaBrown.png");
  width: 200px;
  height: 118px; }
  @media only screen and (max-width: 768px) {
    .brownWave, body.brown .wave {
      display: none; } }

.parallax-window {
  min-height: 400px;
  background: transparent; }

body.blue .colorContainer {
  background: url("../images/headerBack.png");
  background-repeat: repeat-x;
  background-size: contain;
  height: 140px; }
body.blue .intro .flower {
  width: 49%;
  height: 130%;
  background: url("../images/flower.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1; }

body.red .colorContainer {
  background: url("../images/headerBackRed.png");
  background-repeat: repeat-x;
  background-size: contain;
  height: 140px; }
body.red .flower {
  width: 30%;
  height: 50%;
  background: url("../images/gwiazda.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 5px; }
body.red .pictureText .childRow:hover .textContainer {
  border-color: #b30716 !important; }

body.yellow .colorContainer {
  background: url("../images/headerBackYellow.png");
  background-repeat: repeat-x;
  background-size: contain;
  height: 140px; }
body.yellow .flower {
  width: 30%;
  height: 50%;
  background: url("../images/kogut.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 5px; }
body.yellow header {
  background: red !important; }
  body.yellow header .navbar .navbar-nav .nav-link {
    color: #000000 !important; }
body.yellow .pictureText .childRow:hover .textContainer {
  border-color: #eacd31 !important; }

body.green .colorContainer {
  background: url("../images/headerBackGreen.png");
  background-repeat: repeat-x;
  background-size: contain;
  height: 140px; }
body.green .flower {
  background: url("../images/zielnej.png");
  bottom: 5px;
  width: 34%;
  height: 84%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: -40px; }
body.green .pictureText .childRow:hover .textContainer {
  border-color: #8EBC00 !important; }

body.brown .colorContainer {
  background: url("../images/headerBackBrown.png");
  background-repeat: repeat-x;
  background-size: contain;
  height: 140px; }
body.brown .flower {
  width: 34%;
  height: 80%;
  background: url("../images/dom.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 5px; }
body.brown .pictureText .childRow:hover .textContainer {
  border-color: #77301F !important; }

.navbar.red {
  background: url("../images/headerBackRed.png");
  background-repeat: repeat-x;
  background-size: contain; }
  @media only screen and (max-width: 992px) {
    .navbar.red {
      background-size: cover; } }

.navbar.green {
  background: url("../images/headerBackGreen.png");
  background-repeat: repeat-x;
  background-size: contain; }
  @media only screen and (max-width: 992px) {
    .navbar.green {
      background-size: cover; } }

.navbar.brown {
  background: url("../images/headerBackBrown.png");
  background-repeat: repeat-x;
  background-size: contain; }
  @media only screen and (max-width: 992px) {
    .navbar.brown {
      background-size: cover; } }

.navbar.yellow {
  background: url("../images/headerBackYellow.png");
  background-repeat: repeat-x;
  background-size: contain; }
  @media only screen and (max-width: 992px) {
    .navbar.yellow {
      background-size: cover; } }

.navbar.blue {
  background: url("../images/headerBack.png");
  background-repeat: repeat-x;
  background-size: contain; }
  @media only screen and (max-width: 992px) {
    .navbar.blue {
      background-size: cover; } }

body.wcag {
  background: #000000 !important;
  color: #ff0 !important; }
  body.wcag h1 {
    color: #ffffff; }
  body.wcag .navbar {
    background-color: #000000 !important; }
    body.wcag .navbar .fa {
      color: #f00; }
  body.wcag img {
    -webkit-filter: grayscale(100%) contrast(150%);
    filter: grayscale(100%) contrast(150%); }
    body.wcag img:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
  body.wcag h1, body.wcag h2, body.wcag h3, body.wcag h4, body.wcag h5, body.wcag h6 {
    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 .footerContact, body.wcag .footerLogos {
    background-color: #000000; }
  body.wcag .button {
    color: #ff0 !important;
    border-color: #ff0 !important; }
    body.wcag .button:hover {
      background-color: #00f !important;
      color: #ff0 !important; }
  body.wcag .navbar {
    background: none !important;
    background-color: #000000 !important; }
    body.wcag .navbar .fa {
      color: #f00 !important; }
  body.wcag .colorContainer {
    display: none !important; }
  body.wcag .desc .accordion .card .card-body {
    background: #000000 !important; }
  body.wcag .pictureText .childRow .imgContainer {
    filter: grayscale(1); }
    body.wcag .pictureText .childRow .imgContainer:hover {
      filter: none; }
  body.wcag .introColor {
    background: none; }
  body.wcag footer .topFooter .catalogContainer {
    background: #000000; }
    body.wcag footer .topFooter .catalogContainer span {
      color: #f00 !important; }
  body.wcag .cookie {
    background: #000000 !important;
    color: #ffffff !important; }
    body.wcag .cookie .button {
      color: #ffffff !important;
      border-color: #ffffff !important; }
    body.wcag .cookie a {
      color: #ffffff !important; }

header nav {
  min-height: 100px;
  color: #ffffff;
  background: url("../images/headerBack.png");
  background-repeat: repeat-x;
  background-size: contain;
  min-height: 101px;
  padding-bottom: 30px;
  z-index: 99; }
  header nav .navbar-nav .navLinks {
    width: 100%;
    min-width: 470px;
    max-width: 500px; }
    header nav .navbar-nav .navLinks .navLink a {
      width: 100%;
      color: #ffffff;
      text-decoration: none;
      border-bottom: solid 4px rgba(255, 255, 255, 0.1);
      padding: 10px 0;
      font-size: 14px;
      font-weight: 600;
      height: 100%;
      display: flex;
      align-items: flex-end; }
      header nav .navbar-nav .navLinks .navLink a:hover {
        border-color: #ffffff; }
      header nav .navbar-nav .navLinks .navLink a:first-letter {
        text-transform: uppercase; }
    header nav .navbar-nav .navLinks .navLink .active {
      border-color: #ffffff; }
  header nav .navbar-nav .navSocials {
    padding-top: 25px;
    margin-left: 50px;
    width: 250px; }
    header nav .navbar-nav .navSocials .socialLink a {
      color: #ffffff;
      font-size: 25px;
      line-height: 30px;
      display: block;
      padding: 2px;
      text-decoration: none; }
      header nav .navbar-nav .navSocials .socialLink a i {
        font-size: 26px;
        color: #ffffff; }
      header nav .navbar-nav .navSocials .socialLink a:hover {
        font-size: 28px; }
    header nav .navbar-nav .navSocials .socialLink .wcagFontSize {
      width: 30px; }
    header nav .navbar-nav .navSocials .searcher {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background: rgba(255, 255, 255, 0.1);
      width: 60px;
      height: 60px;
      display: flex;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center; }
      header nav .navbar-nav .navSocials .searcher i {
        font-size: 25px;
        color: #ffffff; }
      @media only screen and (max-width: 768px) {
        header nav .navbar-nav .navSocials .searcher {
          display: none; } }
    header nav .navbar-nav .navSocials .searchbox {
      overflow: hidden;
      position: absolute;
      background: #ffffff;
      width: 0;
      height: 60px;
      right: 114px;
      top: 0;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      -webkit-transition: width 0.3s;
      -moz-transition: width 0.3s;
      -ms-transition: width 0.3s;
      -o-transition: width 0.3s;
      transition: width 0.3s; }
      header nav .navbar-nav .navSocials .searchbox form {
        display: none;
        opacity: 0; }
        header nav .navbar-nav .navSocials .searchbox form i {
          color: #033181;
          font-size: 30px;
          padding-left: 20px;
          padding-top: 14px; }
        header nav .navbar-nav .navSocials .searchbox form input {
          height: 58px;
          border: 0; }
      @media only screen and (max-width: 992px) {
        header nav .navbar-nav .navSocials .searchbox {
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none;
          margin-top: 20px;
          display: block;
          position: static;
          max-width: 100%;
          max-height: 50px;
          width: 100%; }
          header nav .navbar-nav .navSocials .searchbox form {
            display: block;
            opacity: 1; }
            header nav .navbar-nav .navSocials .searchbox form input {
              max-height: 50px; }
            header nav .navbar-nav .navSocials .searchbox form i {
              padding-top: 15px;
              padding-left: 10px;
              font-size: 20px; } }
    header nav .navbar-nav .navSocials .show {
      display: block;
      width: 660px; }
      header nav .navbar-nav .navSocials .show form {
        display: block;
        opacity: 1; }

.intro {
  margin-top: 100px;
  position: relative; }
  .intro .topSide {
    position: relative;
    z-index: 10;
    margin-top: -200px; }
    .intro .topSide h1 {
      margin-top: 250px;
      z-index: 90;
      position: relative; }
  .intro .bottomSide {
    position: relative;
    z-index: 9;
    min-height: 900px;
    margin-top: -30px; }
  .intro .flower {
    position: absolute;
    top: 100px;
    right: 0;
    max-width: 50%;
    z-index: 100; }
  .intro .wave {
    position: absolute;
    z-index: 40;
    bottom: 100px;
    left: 50%;
    margin-left: -100px; }
  .intro .links .link {
    text-decoration: none; }
    .intro .links .link a {
      display: block;
      padding-bottom: 20px;
      font-size: 20px;
      color: #ffffff;
      text-decoration: none;
      border-bottom: 4px solid rgba(255, 255, 255, 0.1); }
      .intro .links .link a:hover {
        border-color: #ffffff; }
  .intro .nav-tabs {
    margin-top: 30px;
    border: 0; }
    .intro .nav-tabs .nav-item {
      width: 23%;
      margin-right: 1%; }
      .intro .nav-tabs .nav-item .nav-link {
        color: #ffffff;
        text-decoration: none;
        padding-bottom: 0;
        padding-left: 0;
        border-bottom: 6px solid rgba(255, 255, 255, 0.1); }
        .intro .nav-tabs .nav-item .nav-link:hover {
          border: 1px solid transparent;
          border-bottom: 6px solid rgba(255, 255, 255, 0.1); }
        .intro .nav-tabs .nav-item .nav-link p {
          color: #ffffff;
          font-size: 16px;
          font-weight: 500; }
      .intro .nav-tabs .nav-item .nav-link.active {
        background: transparent;
        border: 0;
        border-bottom: 6px solid #ffffff; }
    .intro .nav-tabs .nav-item.active .nav-link {
      background: transparent;
      border: 0;
      border-bottom: 6px solid #ffffff; }

.pictureText {
  margin-top: 100px; }
  .pictureText .childRow .imgContainer {
    margin: 0 auto 30px;
    width: 352px;
    height: 352px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .pictureText .childRow .imgContainer img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      z-index: 50; }
  .pictureText .childRow .wave {
    position: absolute;
    z-index: 52;
    top: 50px;
    left: 20px; }
  .pictureText .childRow .wave.even {
    left: initial;
    right: 20px; }
  .pictureText .childRow .textContainer {
    border-bottom: 6px solid rgba(3, 49, 129, 0.1);
    padding-bottom: 20px; }
    .pictureText .childRow .textContainer h3, .pictureText .childRow .textContainer h3 a {
      font-size: 30px;
      font-weight: 600;
      color: #033181;
      margin-bottom: 30px;
      text-decoration: none; }
      .pictureText .childRow .textContainer h3:hover, .pictureText .childRow .textContainer h3 a:hover {
        text-decoration: underline; }
    .pictureText .childRow .textContainer .wysiwyg {
      padding-bottom: 30px; }
      .pictureText .childRow .textContainer .wysiwyg p {
        font-weight: 500; }
  .pictureText .childRow:hover .imgContainer {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .pictureText .childRow:hover .textContainer {
    border-color: #b30716; }

.searchList {
  margin-top: 180px; }

.textOnRight {
  padding-top: 130px;
  position: relative; }
  .textOnRight h2 {
    margin-bottom: 60px; }
  .textOnRight .wysiwyg {
    margin-bottom: 60px; }
  .textOnRight .flower {
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 10;
    max-width: 40vw; }
    @media only screen and (max-width: 768px) {
      .textOnRight .flower {
        display: none; } }
  .textOnRight .wave {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -120px;
    z-index: 999; }
  .textOnRight .wysiwyg {
    margin-bottom: 60px; }

.traditions {
  margin-top: 100px;
  position: relative; }
  .traditions h2 {
    margin-bottom: 60px; }
  .traditions .tradition {
    margin: 20px 0;
    position: static; }
    .traditions .tradition a {
      font-size: 16px;
      line-height: 22px; }
    .traditions .tradition .imgContainer {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      overflow: hidden; }
      .traditions .tradition .imgContainer img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        height: 100%; }
    .traditions .tradition:first-of-type .imgContainer {
      display: block !important;
      position: absolute;
      right: -500px;
      top: 50px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      width: 440px;
      height: 440px; }
    .traditions .tradition:nth-of-type(1) .h3:hover {
      border-color: #b30716; }
    .traditions .tradition:nth-of-type(2) .h3:hover {
      border-color: #eacd31; }
    .traditions .tradition:nth-of-type(3) .h3:hover {
      border-color: #8EBC00; }
    .traditions .tradition:nth-of-type(4) .h3:hover {
      border-color: #77301F; }
    .traditions .tradition:hover .imgContainer {
      display: block !important;
      position: absolute;
      right: -500px;
      top: 50px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      width: 440px;
      height: 440px; }
    .traditions .tradition .h3 {
      border-bottom: 6px solid rgba(3, 49, 129, 0.1); }
      .traditions .tradition .h3:hover {
        border-color: #033181; }
        .traditions .tradition .h3:hover a {
          text-decoration: none; }
      .traditions .tradition .h3 a {
        display: block;
        font-weight: 500;
        padding-bottom: 20px;
        text-decoration: none; }
        .traditions .tradition .h3 a p {
          color: #033181;
          font-weight: 500; }
  .traditions .wave {
    position: absolute;
    right: 338px;
    top: 20px;
    width: 246px;
    height: 253px; }
  .traditions .wave {
    position: absolute;
    right: 338px;
    top: 20px;
    width: 246px;
    height: 253px; }
    @media only screen and (max-width: 992px) {
      .traditions .wave {
        top: 40px; } }

footer {
  margin-top: 150px;
  background: url("../images/footerBg.png");
  position: relative;
  min-height: 600px;
  background-repeat: repeat-x;
  background-size: contain; }
  footer .catalogContainer {
    width: 350px;
    height: 350px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #e5eaf2;
    padding: 77px; }
    footer .catalogContainer:hover {
      background: #033181; }
      footer .catalogContainer:hover .h3 a {
        color: #ffffff; }
      footer .catalogContainer:hover span {
        color: #ffffff; }
    footer .catalogContainer .h3 {
      line-height: 34px; }
      footer .catalogContainer .h3 a {
        line-height: 34px;
        font-size: 30px;
        color: #033181;
        text-decoration: underline; }
        footer .catalogContainer .h3 a:hover {
          text-decoration: none; }
      footer .catalogContainer .h3 span {
        color: #033181; }
    footer .catalogContainer .catalog {
      position: absolute;
      bottom: -50%;
      right: 70px;
      max-width: 100%; }
    footer .catalogContainer .catalogContainer {
      max-width: 100%; }
  footer .topFooter .topLogos {
    padding-top: 70px;
    text-align: center; }
    footer .topFooter .topLogos img {
      max-width: 100%; }
  footer .bottomLogos {
    margin-top: 130px; }
    footer .bottomLogos .footerText {
      margin-top: 30px; }
      footer .bottomLogos .footerText p {
        color: #ffffff;
        font-size: 12px; }
    footer .bottomLogos .footerLinks ul {
      padding-left: 0; }
      footer .bottomLogos .footerLinks ul li a {
        font-size: 14px;
        color: #ffffff;
        text-decoration: underline; }
        footer .bottomLogos .footerLinks ul li a:hover {
          text-decoration: none; }
    footer .bottomLogos .social {
      color: white;
      font-size: 14px; }
      footer .bottomLogos .social a {
        margin-left: 20px; }
        footer .bottomLogos .social a i {
          font-size: 20px;
          color: #ffffff; }
    footer .bottomLogos .goTop a {
      width: 70px;
      height: 70px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background: rgba(255, 255, 255, 0.1);
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none; }
      footer .bottomLogos .goTop a i {
        color: #ffffff;
        font-size: 20px; }

.desc {
  margin-bottom: 100px; }
  .desc .blueContainer {
    width: 100%;
    height: 130px;
    background: url("../images/headerBack.png");
    background-repeat: repeat-x;
    background-size: contain;
    min-height: 150px;
    position: absolute;
    top: 0; }
  .desc .photoContainer {
    margin-bottom: 50px;
    min-height: 600px;
    overflow: hidden;
    position: relative;
    z-index: -1;
    margin-top: -20px; }
    .desc .photoContainer img {
      width: auto;
      display: block;
      max-width: 100%;
      margin: auto; }
  .desc h2 {
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 20px; }
  .desc .imgContainer {
    margin-top: 50px;
    max-height: 300px;
    min-height: 300px; }
    .desc .imgContainer a {
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      .desc .imgContainer a img {
        max-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        min-width: 100%;
        height: 100%;
        width: auto; }
        @media only screen and (max-width: 992px) {
          .desc .imgContainer a img {
            max-height: initial; } }
  .desc h1 {
    color: #000000;
    margin-bottom: 70px; }
  .desc .pictDesc {
    max-width: 100%;
    font-size: 14px;
    padding: 5px 5px 10px 5px; }
  @media only screen and (max-width: 992px) {
    .desc .youtube-embed-wrapper {
      min-height: 450px;
      padding: 0 !important; }
      .desc .youtube-embed-wrapper iframe {
        min-height: 350px;
        margin: 0 !important; } }
  @media only screen and (max-width: 768px) {
    .desc .youtube-embed-wrapper {
      min-height: 300px;
      padding: 0;
      padding-top: 0 !important;
      padding-bottom: 30px !important; }
      .desc .youtube-embed-wrapper iframe {
        min-height: 300px;
        margin: 0 auto !important; } }
  .desc .wysiwyg h2 {
    margin-top: 30px; }
  .desc .wysiwyg ul {
    margin: 50px 0;
    list-style: none;
    padding-left: 0; }
    .desc .wysiwyg ul li {
      margin-bottom: 20px;
      line-height: 24px;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      padding-left: 20px; }
      .desc .wysiwyg ul li:before {
        display: inline-block;
        content: "";
        background: #033181;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        margin-left: -1.3em;
        /* same as padding-left set on li */
        margin-right: 5px; }
      .desc .wysiwyg ul li ul {
        margin: 15px 0; }
        .desc .wysiwyg ul li ul li {
          margin-left: 5%; }
          .desc .wysiwyg ul li ul li:before {
            background: transparent;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            content: "\f10c";
            /* FontAwesome Unicode */
            font: normal normal normal 14px/1 FontAwesome;
            display: inline-block;
            margin-left: -1.3em;
            /* same as padding-left set on li */
            width: 13px;
            /* same as padding-left set on li */ }
  .desc .wysiwyg ol {
    margin: 50px 0;
    list-style: none;
    counter-reset: item;
    padding-left: 0; }
    .desc .wysiwyg ol li {
      margin-bottom: 20px;
      line-height: 24px;
      font-family: "Montserrat", sans-serif;
      font-size: 18px; }
      .desc .wysiwyg ol li:before {
        content: counter(item) ". ";
        counter-increment: item;
        background: #e5eaf2;
        color: #033181;
        width: 75px;
        height: 75px;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        display: flex;
        justify-content: center;
        align-items: center;
        display: inline-flex;
        margin-right: 20px; }
  .desc .wysiwyg img {
    display: block;
    margin: 50px auto 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .desc .wysiwyg iframe {
    display: block;
    margin: 30px auto 0; }
  .desc .wysiwyg blockquote {
    font-weight: 600;
    font-size: 18px;
    margin-left: 30%;
    position: relative;
    display: flex;
    justify-content: flex-end; }
    .desc .wysiwyg blockquote:before {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f10d";
      display: inline-block;
      padding-right: 3px;
      vertical-align: top;
      font-weight: 900;
      color: #033181;
      font-size: 30px; }
    .desc .wysiwyg blockquote:after {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f10d";
      display: inline-block;
      padding-right: 3px;
      vertical-align: top;
      font-weight: 900;
      color: #033181;
      font-size: 30px;
      position: absolute;
      right: 0;
      bottom: 0;
      transform: rotate(180deg); }
    .desc .wysiwyg blockquote p {
      display: inline-block;
      padding-left: 30px;
      padding-right: 40px;
      font-weight: 500;
      font-style: italic; }
    .desc .wysiwyg blockquote span {
      font-size: 14px;
      font-style: normal;
      padding-left: 30px; }
    @media only screen and (max-width: 992px) {
      .desc .wysiwyg blockquote {
        margin-left: 0; } }
  .desc .accordion {
    margin-top: 50px; }
    .desc .accordion H2 {
      margin-top: 0; }
      .desc .accordion H2 button {
        color: #ffffff;
        width: 100%;
        font-weight: 600; }
    .desc .accordion .card {
      -webkit-border-radius: 30px !important;
      -moz-border-radius: 30px !important;
      border-radius: 30px !important;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      .desc .accordion .card img {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        max-height: initial;
        min-width: initial; }
      .desc .accordion .card .imgContainer {
        overflow: hidden; }
        .desc .accordion .card .imgContainer a {
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box; }
      .desc .accordion .card blockquote {
        font-weight: 600;
        font-size: 18px;
        margin-left: 30%;
        position: relative;
        display: flex;
        justify-content: flex-end; }
        .desc .accordion .card blockquote:before {
          font: normal normal normal 14px/1 FontAwesome;
          content: "\f10d";
          display: inline-block;
          padding-right: 3px;
          vertical-align: top;
          font-weight: 900;
          color: #033181;
          font-size: 30px; }
        .desc .accordion .card blockquote:after {
          font: normal normal normal 14px/1 FontAwesome;
          content: "\f10d";
          display: inline-block;
          padding-right: 3px;
          vertical-align: top;
          font-weight: 900;
          color: #033181;
          font-size: 30px;
          position: absolute;
          right: 0;
          bottom: 0;
          transform: rotate(180deg); }
        .desc .accordion .card blockquote p {
          display: inline-block;
          padding-left: 30px;
          padding-right: 40px;
          font-weight: 500;
          font-style: italic; }
        .desc .accordion .card blockquote span {
          font-size: 14px;
          font-style: normal;
          padding-left: 30px; }
        @media only screen and (max-width: 992px) {
          .desc .accordion .card blockquote {
            margin-left: 0; } }
      .desc .accordion .card ul {
        margin: 50px 0;
        list-style: none;
        padding-left: 0; }
        .desc .accordion .card ul li {
          margin-bottom: 20px;
          line-height: 24px;
          font-family: "Montserrat", sans-serif;
          font-size: 18px; }
          .desc .accordion .card ul li:before {
            display: inline-block;
            content: "";
            background: #033181;
            width: 16px;
            height: 16px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            margin-right: 20px; }
      .desc .accordion .card ol {
        margin: 50px 0;
        list-style: none;
        counter-reset: item;
        padding-left: 0; }
        .desc .accordion .card ol li {
          margin-bottom: 20px;
          line-height: 24px;
          font-family: "Montserrat", sans-serif;
          font-size: 18px; }
          .desc .accordion .card ol li:before {
            content: counter(item) ". ";
            counter-increment: item;
            background: #e5eaf2;
            color: #033181;
            width: 75px;
            height: 75px;
            display: inline-block;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            display: flex;
            justify-content: center;
            align-items: center;
            display: inline-flex;
            margin-right: 20px; }
    .desc .accordion .card-body {
      padding-bottom: 30px; }
    .desc .accordion .card-header {
      background: #033181;
      padding: 0; }
  .desc .galleryContainer {
    display: flex;
    justify-content: center; }
  @media only screen and (max-width: 992px) {
    .desc p iframe {
      height: 300px !important;
      margin: 0 auto !important; } }

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .desc .wysiwyg table td {
    padding: 0 10px; }

  .traditions .tradition .imgContainer {
    width: 300px;
    height: 300px;
    right: -400px; }
  .traditions .tradition:first-of-type .imgContainer {
    width: 300px;
    height: 300px;
    right: -400px; } }
@media only screen and (max-width: 992px) {
  header .socialLink {
    text-align: center; }
  header .navbar {
    max-width: 100vw;
    background: #033181; }
    header .navbar .navbar-collapse {
      max-width: 100%; }
    header .navbar .navbar-nav .navSocials {
      margin-left: 0;
      width: 100%; }
    header .navbar .navbar-nav .searcher {
      margin: 20px auto; }

  .intro .bottomSide {
    min-height: 0; }
    .intro .bottomSide .parallax-window {
      max-height: 600px; }
  .intro .nav-tabs .nav-item {
    display: block;
    width: 100%; }

  .traditions .tradition:first-of-type .imgContainer {
    display: inline-block !important;
    position: relative !important;
    margin: auto;
    max-width: 45%;
    margin-top: 0;
    overflow: hidden;
    width: 150px;
    height: 150px;
    top: 50px;
    right: initial; }
  .traditions .tradition .h3 {
    display: inline-block;
    width: 50%; }
  .traditions .tradition .imgContainer {
    display: inline-block !important;
    position: relative !important;
    margin: auto;
    max-width: 45%;
    margin-top: 0;
    overflow: hidden;
    width: 150px;
    height: 150px;
    top: 50px; }
  .traditions .tradition:hover .imgContainer {
    display: inline-block !important;
    position: relative !important;
    margin: auto;
    max-width: 45%;
    margin-top: 0;
    overflow: hidden;
    width: 150px;
    height: 150px;
    top: 50px;
    right: initial; }

  footer {
    max-width: 100vw; }
    footer .catalogContainer {
      position: static; }
      footer .catalogContainer .catalog {
        position: static; }
    footer .topLogos {
      margin-top: 80px; }
      footer .topLogos a img {
        margin-bottom: 30px; }
    footer .bottomLogos {
      margin-top: 20px; }
      footer .bottomLogos img {
        max-width: 100%; }
      footer .bottomLogos .goTop a {
        margin: auto; }
      footer .bottomLogos .social {
        text-align: center;
        margin: 20px auto; }

  .desc {
    margin-top: 50px; }
    .desc img {
      max-width: 100% !important;
      height: auto !important; }
    .desc iframe {
      height: 100% !important; }
    .desc h2 {
      font-size: 22px !important;
      margin: 0; }
    .desc table {
      width: 100% !important; }
      .desc table tr {
        display: table;
        width: 100%; }
        .desc table tr td {
          display: table-row;
          width: 100% !important; }
          .desc table tr td img {
            width: 100% !important; }
          .desc table tr td p {
            width: 100% !important; }
    .desc .wysiwyg blockquote {
      display: block;
      width: 100%;
      margin-left: 0; }
    .desc iframe {
      width: 100% !important;
      position: static !important; } }
.zoombox .zoombox_title {
  bottom: 20px;
  top: auto;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6); }

#myTabContent {
  margin-top: -450px; }
  #myTabContent .tab-pane {
    padding-top: 550px; }

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