@import "colorbox.css";
.fs1 {
  /*  16 px */
  font-size: 16px;
  font-size: 1rem;
}
.fs2 {
  /* 18 px */
  font-size: 18px;
  font-size: 1.125rem;
}
.fs3 {
  /* 22 px */
  font-size: 22px;
  font-size: 1.375rem;
}
.fs4 {
  /* 40 px */
  font-size: 40px;
  font-size: 2.5rem;
}
.fs5 {
  /* 70 px */
  font-size: 70px;
  font-size: 4.375rem;
}
.grid2cols {
  margin-left: auto;
  margin-right: auto;
}
.grid2cols:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.grid2cols .col {
  width: 100%;
  margin: 0 auto 2% auto;
  position: relative;
}
@media only screen and (min-width: 1210px) {
  .grid2cols .col {
    float: left;
    margin: 0 4% 0% 0;
    width: 48%;
  }
  .grid2cols .col:last-of-type {
    margin-right: 0px;
  }
}
.grid5cols_fixed {
  width: 90%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1210px) {
  .grid5cols_fixed {
    width: 1220px;
  }
}
.grid5cols_fixed .col {
  width: 230px;
  margin: 20px 5px;
  display: inline-block;
}
.grid_golden_flex {
  max-width: 100%;
  width: 100%;
  margin: 0px auto;
}
.grid_golden_flex .col_big,
.grid_golden_flex .col_small {
  overflow: hidden;
}
@media only screen and (min-width: 801px) {
  .grid_golden_flex {
    width: 85%;
  }
}
@media only screen and (min-width: 1210px) {
  .grid_golden_flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    /*default */
    flex-wrap: nowrap;
    /* this grid is for one orow so no wrapping */
    justify-content: flex-start;
    /*default */
    align-items: stretch;
    /*default */
  }
  .grid_golden_flex .col_big {
    width: 61.8%;
  }
  .grid_golden_flex .col_small {
    width: 38.2%;
    margin: 0px;
  }
}
html {
  font-size: 14px;
}
@media only screen and (min-width: 801px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1210px) {
  html {
    font-size: 16px;
  }
}
body {
  padding: 0px;
  margin: 0px;
  font-family: "Lato";
}
header {
  background-color: #235894;
  top: 0px;
  z-index: 153;
  position: relative;
  overflow: hidden;
}
header .content {
  position: relative;
  text-align: center;
}
header .flags {
  display: inline-block;
  padding-bottom: 10px;
}
header .flags .flag {
  margin-left: 10px;
}
@media only screen and (min-width: 801px) {
  header .flags {
    position: absolute;
    right: 0px;
    top: 4px;
  }
}
@media only screen and (min-width: 1210px) {
  header .flags {
    top: 31px;
  }
}
@media only screen and (min-width: 801px) {
  header {
    height: 97px;
  }
}
header h1 {
  color: #fff;
  text-align: center;
  position: static;
  margin-top: 0px;
  padding-top: 13px;
}
@media only screen and (min-width: 801px) {
  header h1 {
    padding-top: 48px;
    font-size: 22px;
    text-align: right;
  }
}
@media only screen and (min-width: 1210px) {
  header h1 {
    padding-top: 33px;
    font-size: 35px;
    text-align: center;
  }
}
header .logo_top {
  height: 87px;
  width: auto;
  margin-top: 5px;
  display: inline-block;
}
@media only screen and (min-width: 801px) {
  header .logo_top {
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
  }
}
ul li {
  margin-top: 0.5em;
}
ul.plus {
  padding-left: 0px;
  list-style: none;
}
ul.plus li {
  position: relative;
  color: #ede8e2;
  padding-left: 1.5em;
  /*  16 px */
  font-size: 16px;
  font-size: 1rem;
}
ul.plus li:after {
  content: "•";
  position: absolute;
  left: 0px;
  top: 0px;
}
.top_nav {
  background-color: #fff;
  top: 97px;
  z-index: 154;
  text-align: center;
  padding: 10px 0px;
}
.top_nav .content {
  display: inline-block;
}
.top_nav.affix {
  position: fixed;
  width: 100%;
  top: 0px;
  box-shadow: 3px 0px 11px rgba(0, 0, 0, 0.4);
}
.top_nav a {
  font-size: 12px;
  font-family: inherit;
  color: #3c3c3c;
  text-transform: uppercase;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  margin: 0px 5px;
}
.top_nav a:first-of-type {
  margin-left: 0px;
}
.top_nav a:last-of-type {
  margin-right: 0px;
}
@media only screen and (min-width: 801px) {
  .top_nav .content {
    display: inline-block;
  }
  .top_nav a {
    font-size: 13px;
    margin: 0px 9px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1210px) {
  .top_nav {
    display: block;
    padding: 0px 0px;
    height: 61px;
  }
  .top_nav .content {
    display: block;
  }
  .top_nav a {
    font-size: 18px;
    margin: 0px 22px;
    line-height: 60px;
  }
}
.content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 1210px) {
  .content {
    width: 1200px;
  }
}
.content_sm {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media only screen and (min-width: 801px) {
  .content_sm.ultra_narrow {
    width: 450px;
  }
}
@media only screen and (min-width: 1210px) {
  .content_sm {
    width: 845px;
  }
}
.color_tan_dark {
  color: #ede8e2 !important;
}
.color_violet {
  color: #6b87b6;
}
.responsive {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.responsive_hw {
  max-width: 100%;
  height: auto;
  max-height: 95%;
  width: auto;
}
.responsive_force {
  width: 100%;
  display: block;
  height: auto;
}
.blue_bar {
  /*background-color: rgb(35, 88, 148);*/
  background-color: #235894;
  color: #ffffff;
  line-height: 2.727;
  text-align: center;
}
@media only screen and (min-width: 801px) {
  .blue_bar {
    height: 68px;
    font-size: 22px;
  }
}
footer {
  background-color: #235894;
  text-align: center;
}
footer p {
  color: #3c98ff;
}
footer nav {
  display: inline-block;
  margin-top: 4em;
  padding-bottom: 1em;
  border-bottom: 1px solid #3c98ff;
  margin-bottom: 2em;
}
footer nav a {
  display: inline-block;
  /* 18 px */
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 1em;
  margin-left: 1em;
}
footer a {
  color: #3c98ff;
  text-decoration: none;
}
.background_violet {
  background-color: #6b87b6;
  color: #fff;
}
.background_violet p,
.background_violet h2,
.background_violet h3 {
  color: #fff;
}
.background_violet a {
  color: #cce4ff;
  text-decoration: none;
}
.background_violet a:hover {
  color: #fff;
}
a {
  color: #265b9c;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  color: #3776ea;
}
.background_white_transp {
  background-color: rgba(255, 255, 255, 0.322);
}
.gradient_blue {
  background-image: -moz-linear-gradient(90deg, #2f75c5 0%, #245c9b 100%);
  background-image: -webkit-linear-gradient(90deg, #2f75c5 0%, #245c9b 100%);
  background-image: -ms-linear-gradient(90deg, #2f75c5 0%, #245c9b 100%);
}
.margin_top_intersection {
  margin-top: 8px;
}
.margin_std_l {
  margin-left: 0.5rem;
}
@media only screen and (min-width: 801px) {
  .margin_std_l {
    margin-left: 3rem;
  }
}
.margin_std_t {
  margin-top: 3rem;
}
.margin_std_b {
  margin-bottom: 3rem;
}
.padding_std_b {
  padding-bottom: 3rem;
}
.padding_std_t {
  padding-top: 3rem;
}
.padding_std_lr {
  padding-left: 3rem;
  padding-right: 3rem;
}
.only_media_large {
  display: none;
}
@media only screen and (min-width: 1210px) {
  .only_media_large {
    display: block;
  }
}
.float_right {
  float: right;
}
.clear_after:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.button {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0px -1px 0px 0px rgba(61, 152, 255, 0.5);
  font-size: 18px;
  text-transform: uppercase;
  line-height: 2.6;
  margin: 0px 20px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0.5px 0.866px 0px rgba(48, 120, 202, 0.75);
}
.button:hover {
  color: #cce4ff;
}
.doubleleading {
  line-height: 2em;
}
.panel_overlay {
  /*left:50%;
	margin-left: -25%;
	*/
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0%;
  width: 90%;
}
@media only screen and (min-width: 1210px) {
  .panel_overlay {
    position: absolute;
    width: 1200px;
  }
}
.blue_transparent_wrapper {
  background-color: rgba(218, 222, 225, 0.3);
  padding: 30px 20px;
  color: #000;
}
@media only screen and (min-width: 1210px) {
  .blue_transparent_wrapper {
    padding: 3rem;
  }
}
.inline_logo {
  display: inline-block;
  height: 1.3em;
  position: relative;
  top: 0.3em;
}
.left {
  text-align: left;
}
.icon {
  padding-left: 1em;
  line-height: 1em;
  position: relative;
  text-align: left;
}
.icon .icon_image {
  width: 1em;
  height: 2em;
  display: block;
  position: absolute;
  left: -1em;
  top: 0px;
  background-repeat: no-repeat;
  background-position: 0% 10%;
  background-size: 1em auto ;
}
.icon.lh2 {
  line-height: 2em;
}
.icon.lh2 .icon_image {
  width: 2em;
  height: 2em;
  left: 0em;
}
@media only screen and (min-width: 1210px) {
  .icon {
    padding-left: 3em;
    line-height: 3em;
  }
  .icon .icon_image {
    width: 3em;
    height: 3em;
    display: block;
    position: absolute;
    left: -1em;
    top: 0px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
.relative {
  position: relative;
}
.bg_tan_light {
  background-color: #f7f6f4;
}
.bg_tan_dark {
  background-color: #ede8e2;
}
.std_padding_tb {
  padding-top: 40px;
  padding-bottom: 75px;
}
.std_padding_t {
  padding-top: 40px;
}
h1 {
  font-family: "Fondamento";
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  /* 22 px */
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Fondamento";
  color: #265b9c;
  text-align: center;
  width: 87.8%;
  /*border-bottom: 1px solid #817e7b;*/
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 801px) {
  h2 {
    /* 40 px */
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1210px) {
  h2 {
    width: 1054px;
    /* 70 px */
    font-size: 70px;
    font-size: 4.375rem;
  }
}
h2.white_text {
  border-bottom: none;
}
h3 {
  font-family: "Fondamento";
  /* 40 px */
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 0px;
  margin-bottom: 0px;
}
.row.big_photo {
  clear: both;
  width: 100%;
  text-align: center;
}
.row.big_photo:after {
  clear: both;
  width: 100%;
  display: table;
}
.white_text {
  color: #fff;
  text-shadow: 3.5px 6px 24px rgba(84, 102, 134, 0.7);
}
.center {
  text-align: center;
}
img {
  max-width: 100%;
}
figure {
  display: inline-block;
}
@media only screen and (min-width: 801px) {
  figure {
    width: 400px;
    margin: 0px 5px;
  }
}
figure p {
  font-size: 18px;
}
figure .dsc,
figure .ems {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
figure .p-name {
  /* 22 px */
  font-size: 22px;
  font-size: 1.375rem;
  color: #3c3c3c;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: center;
  margin: 0px;
}
figure .p-name .przydomek {
  display: block;
  /* 18 px */
  font-size: 18px;
  font-size: 1.125rem;
}
.h-card figcaption p {
  margin: 5px;
  line-height: 20px;
}
.h-card figcaption p.dsc {
  margin: 0px;
  line-height: 19px;
  font-size: 15px;
}
.h-card figcaption p:nth-child(4) {
  min-height: 50px;
}
.big_photo {
  margin-top: 32px;
}
.std_padding_tb.margin_top_intersection h2 {
  margin-bottom: 20px;
}
.masonry_col_width,
.mcol {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .masonry_col_width,
  .mcol {
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .masonry_col_width,
  .mcol {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1600px) {
  .masonry_col_width,
  .mcol {
    width: 25%;
  }
}
.mcol {
  width: 100%;
  padding: 2px;
  box-sizing: border-box;
}
.mcol a {
  line-height: 0px;
  display: block;
}
@media only screen and (min-width: 500px) {
  .mcol {
    width: 48%;
  }
}
@media only screen and (min-width: 1000px) {
  .mcol {
    width: 32%;
  }
}
@media only screen and (min-width: 1600px) {
  .mcol {
    width: 25%;
  }
}
