@charset "UTF-8";
/* ===== KONFIGURACJA ===== */
/* ==== KONFIGURACJA END ==== */
a {
  text-decoration: none;
  color: #004152; }
  a:hover {
    color: #004152;
    text-decoration: none; }
  a:visited {
    color: #004152;
    text-decoration: none; }
  a:focus {
    color: #004152;
    text-decoration: none; }

body {
  color: #004152;
  font-family: "Montserrat", "Verdana", sans-serif;
  font-size: 16px;
  font-weight: 300; }

h1, h2, h3, h4, h5 {
  font-size: 1em;
  color: #004152;
  margin: 0;
  padding: 0; }

/* 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 */
/* BOOTSTRAP OVERVRITES */
.alert {
  font-size: 0.8em;
  border-radius: 0; }

.popover {
  border-color: #D40000; }

.popover.bs-tether-element-attached-right::before,
.popover.popover-left::before {
  border-left-color: #D40000; }

.popover.bs-tether-element-attached-left::before,
.popover.popover-right::before {
  border-right-color: #D40000; }

/* BOOTSTRAP OVERVRITES */
/* linia */
.line {
  height: 1px;
  width: 100%;
  background-color: #004152; }
  .line.light {
    background-color: #b4b3b3; }

/* PRZYCISK-LINK */
.button-link, a.button-link {
  font-weight: 700;
  background-color: #004152;
  display: inline-block;
  padding: 0px 20px 0 30px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: white;
  font-size: 0.687em;
  border-radius: 20px;
  transition: background 0.3s ease-in-out;
  letter-spacing: 1px; }
  .button-link span, a.button-link span {
    margin-left: 15px; }
  .button-link.shadow, a.button-link.shadow {
    -webkit-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.3); }
  .button-link:hover, a.button-link:hover {
    background-color: #026984; }
	
/* PRZYCISK-LINK END */
/* HEADER */
header {
  padding: 5px 0;
  min-height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  background-color: transparent;
  transition: background 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast; background: url("../gfx/menu.jpg") center center; background-size:100% 100%; }
  header.fixed-header {
    background: url("../gfx/menu.jpg") center center; background-size:100% 100%; }

/* HEADER END */
/* SLIDER */
.mainbanner {
  position: relative;
  z-index: 1;
  margin-bottom: 70px; }
  .mainbanner .item {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    height: 40vw;
    max-height: 660px;
    min-height: 180px;
    overflow: hidden;
    image-rendering: -webkit-optimize-contrast;
    display: block; }
    .mainbanner .item .container {
      height: 100%; }
    .mainbanner .item .item-text {
      color: #fff; font-weight:600;
      position: absolute;
      bottom: 25%;
      opacity: 1;
      font-family: "Montserrat", "Verdana", sans-serif !important; }
      .mainbanner .item .item-text .big {
        font-size: 1.25em;
        line-height: 145%;
        font-weight: 300;
        font-style: italic; }
        .mainbanner .item .item-text .big p {
          margin-bottom: 0; }
      .mainbanner .item .item-text .small {
        font-size: 1.8em; }
        .mainbanner .item .item-text .small p {
          margin-bottom: 0; }
    .mainbanner .item .item-text.right {
      left: auto;
      right: 0; }
      .mainbanner .item .item-text.right p {
        margin: 0; }
    .mainbanner .item .item-text.center {
      width: 100%;
      text-align: center; }
  .mainbanner .slick-arrow {
    position: absolute;
    z-index: 2;
    top: calc(50% - 40px);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 80px;
    color: white;
    text-shadow: 1px 1px 2px black;
    transition: color 0.3s ease-in-out; }
    .mainbanner .slick-arrow:hover {
      color: #004152; }
  .mainbanner .slick-arrow.next {
    right: 60px; }
  .mainbanner .slick-arrow.prev {
    left: 60px; }
  .mainbanner .slick-dots {
    position: absolute;
    text-align: center;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    margin: 0;
    cursor: pointer; }
    .mainbanner .slick-dots li {
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 10px;
      border-radius: 5px;
      background-color: #004152;
      border: 2px solid transparent;
      margin: 0 4px;
      transition: opacity 0.3s ease-in-out; }
      .mainbanner .slick-dots li button {
        display: none; }
      .mainbanner .slick-dots li:hover {
        background-color: white; }
    .mainbanner .slick-dots li.slick-active {
      background-color: transparent;
      border-color: #004152;
      width: 16px;
      height: 16px;
      border-radius: 8px; }
  .mainbanner_line-top {
    width: 1px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: white; }
  .mainbanner_line-bottom {
    width: 1px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    margin: auto;
    background-color: #004152; }

/* SLIDER END */
/* MENU G┼ü├ôWNE */
.navbar {
  font-family: "Montserrat", "Verdana", sans-serif;
  font-weight: 500;
  z-index: 2000; }
  .navbar .navbar-toggler {
    z-index: 2;
    border: none;
    outline: none;
    top: 17px;
    cursor: pointer; }
    .navbar .navbar-toggler span {
      width: 22px;
      height: 3px;
      background-color: #b4b3b3;
      display: block;
      transition: all 0.3s ease-in-out; }
    .navbar .navbar-toggler span:nth-child(2) {
      margin: 4px 0;
      opacity: 0; }
    .navbar .navbar-toggler span:first-of-type {
      transform-origin: top left;
      transform: rotate(44deg); }
    .navbar .navbar-toggler span:last-of-type {
      transform-origin: bottom left;
      transform: rotate(-44deg); }
  .navbar .navbar-toggler.collapsed span {
    background-color: white; }
  .navbar .navbar-toggler.collapsed span:nth-child(2) {
    opacity: 1; }
  .navbar .navbar-toggler.collapsed span:first-of-type {
    transform: rotate(0deg); }
  .navbar .navbar-toggler.collapsed span:last-of-type {
    transform: rotate(0deg); }
  .navbar .navbar-brand img {
    height: 45px; }
  .navbar .nav-item .nav-link {
    color: white;
    padding: 10px 0 10px 0;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
    font-size: 0.687em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    align-items: center;
    display: flex; }
    .navbar .nav-item .nav-link span {
      display: block; }
    .navbar .nav-item .nav-link span.fa {
      padding: 0 20px;
      font-size: 9px;
      color: white; }
    .navbar .nav-item .nav-link.active {
      color: #b4b3b3; }
  .navbar .nav-item .nav-link:hover {
    color: #b4b3b3; }
  .navbar .nav-item:last-of-type .nav-link span.fa {
    display: none; }
  .navbar .dropdown-menu {
    text-align: center;
    background-color: #b4b3b3;
    border-radius: 0;
    border: none;
    left: auto; }
    .navbar .dropdown-menu .dropdown-item {
      color: white;
      font-size: 0.76em;
      padding: 5px 30px 5px 10px; }
    .navbar .dropdown-menu .dropdown-item:hover {
      background-color: #3e3d37; }
    .navbar .dropdown-menu .dropdown-item.active {
      background-color: #3e3d37; }

/* MENU G┼ü├ôWNE END */
/* PODSTRONY */
.page-sections {
  font-size: 1em;
  text-align: left; }
  .page-sections .full-container .row {
    margin-left: 0;
    margin-right: 0; }
  .page-sections .full-container .col-section {
    padding-left: 0;
    padding-right: 0; }
  .page-sections img {
    max-width: 100%;
    height: auto; }
  .page-sections .col-picture {
    display: block;
    margin: 0 20px 10px 0;
    float: left; }
    .page-sections .col-picture img {
      max-width: 100%;
      height: auto; }
  .page-sections .col-picture.left {
    float: left;
    margin: 0 20px 10px 0; }
  .page-sections .col-picture.right {
    float: right;
    margin: 0 0 10px 20px; }
  .page-sections .col-picture.center {
    width: 100%;
    text-align: center; }
  .page-sections .text {
    line-height: 180%; }

.pages {
  min-height: 90vh; }
  .pages .page-title {
    display: block;
    padding: 50px 0;
    font-size: 2.25em;
    text-align: center;
    font-weight: 400; }
  .pages .page-banner {
    height: 20vw;
    max-height: 330px;
    min-height: 120px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    margin-bottom: 80px; }
    .pages .page-banner_line-top {
      width: 1px;
      height: 60px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background-color: white; }
    .pages .page-banner_line-bottom {
      width: 1px;
      height: 60px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -60px;
      margin: auto;
      background-color: #004152; }
  .pages .element:nth-of-type(even) {
    background-color: transparent; }
  .pages .page-sections {
    padding-bottom: 50px; }

.page-main-picture img {
  width: 35%;
  height: auto;
  float: left;
  margin: 5px 30px 5px 0; }

.page-text {
  font-family: "Montserrat", "Verdana", sans-serif;
  line-height: 160%; }
  .page-text a {
    color: blue; }
  .page-text a:hover {
    text-decoration: underline; }
  .page-text p {
    margin-bottom: 1em; }
  .page-text table {
    max-width: 100% !important; }
  .page-text img {
    max-width: 100%; }

#mainpage .page-sections .element {
  padding: 50px 0; }
#mainpage .page-sections .col-picture-top {
  height: 400px;
  width: 75%;
  margin-bottom: 50px; }
#mainpage .page-sections .col-picture-right {
  float: right;
  width: 35%; }
  #mainpage .page-sections .col-picture-right img {
    max-width: 100%;
    height: auto; }
  #mainpage .page-sections .col-picture-right.push-top {
    margin-top: -160px; }
#mainpage .page-sections .section-title {
  line-height: 100%;
  margin-bottom: 50px; }
  #mainpage .page-sections .section-title .line {
    height: 1px;
    background-color: #b4b3b3;
    max-width: 80px;
    min-width: 80px;
    margin-right: 30px; }
  #mainpage .page-sections .section-title h2 {
    font-size: 2.25em; }
#mainpage .page-sections .mainpage-text {
  float: left;
  width: 60%;
  line-height: 160%; }
  #mainpage .page-sections .mainpage-text.full-size {
    width: 100%; }

/* PODSTRONY END */
/* MODU┼üY PODSTRON */
.module .title {
  margin-bottom: 20px; }
  .module .title .line {
    background-color: #858585;
    min-width: 60px;
    max-width: 60px;
    width: auto; }
  .module .title h2 {
    font-size: 1.687em;
    color: #004152;
    margin: 0 60px 0 20px; }
    .module .title h2.big-text {
      font-size: 2.25em; }

.modules.even .module:nth-last-of-type(even) {
  background-color: white; }

.modules.odd .module:nth-last-of-type(odd) {
  background-color: white; }

.modules .module:first-of-type {
  padding-top: 0 !important; }

/* MODU┼üY PODSTRON END */
/* GALERIA W PODSTRONACH */
.photos .item {
  height: 180px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 1; }
  .photos .item .overlay {
    background-color: #004152;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s ease-in-out; }
  .photos .item:hover .overlay {
    opacity: 0.6; }

/* GALERIA W PODSTRONACH END */
/* FILMY */
.module.movies .item iframe {
  height: 500px; }

/* FILMY END */
/* PLIKI DO POBRANIA */
.files .item {
  cursor: pointer; }
  .files .item a {
    transition: all 0.3s ease-in-out; }
    .files .item a .icon {
      transition: color 0.3s ease-in-out;
      font-size: 34px; }
    .files .item a .ext {
      line-height: 100%;
      font-weight: 400;
      font-size: 7px;
      display: inline-block;
      text-align: center;
      position: absolute;
      top: 15px;
      right: -10px;
      background-color: #004152;
      color: white;
      width: 28px;
      padding: 3px 0;
      border-radius: 2px;
      text-transform: uppercase;
      transition: background-color 0.3s ease-in-out; }
    .files .item a p {
      transition: color 0.3s ease-in-out;
      font-size: 0.7em;
      line-height: 120%;
      margin: 0; }
  .files .item:hover a p {
    color: #b4b3b3; }
  .files .item:hover a .icon {
    color: #b4b3b3; }
  .files .item:hover a .ext {
    background-color: #b4b3b3; }

/* PLIKI DO POBRANIA END */
/* FORMULARZ */
.form input:not(.submit), .form textarea {
  height: 44px;
  border: 4px solid #f3f3f3;
  padding: 0 10px;
  width: 100%;
  outline: none;
  transition: all 0.3s ease-in-out; }
  .form input:not(.submit):focus, .form textarea:focus {
    border-color: #d9d9d9; }
.form textarea {
  padding: 10px;
  height: 200px;
  resize: none;
  outline: none; }
.form .submit {
  background-color: #d9d9d9;
  color: white;
  width: 100%;
  height: 44px;
  border: none;
  outline: none;
  font-size: 0.96em;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .form .submit:hover {
    background-color: #474747; }

/* FORMULARZ */
/* MAPA */
.map {
  height: 560px;
  width: 100%;
  position: relative;
  box-sizing: border-box; }
  .map .infow-container {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    font-size: 0.9em; }
    .map .infow-container p {
      margin: 0 0 5px 0; }
    .map .infow-container .title {
      font-size: 1.2em;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 10px; }

.map-info-data {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 140px;
  left: 10%;
  min-width: 260px;
  max-width: 320px;
  height: 280px;
  box-sizing: border-box;
  padding: 50px 30px;
  -webkit-box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 5px 5px 35px 0px rgba(0, 0, 0, 0.27); }
  .map-info-data .info-data-title {
    font-size: 1.2em;
    font-weight: bold; }
  .map-info-data .fa {
    color: #004152; }
  .map-info-data .fa-map-marker {
    font-size: 1.3em; }
  .map-info-data .fa-phone {
    font-size: 1.3em;
    margin-top: 2px; }
  .map-info-data .fa-envelope {
    margin-top: 3px; }
  .map-info-data a:hover {
    color: #004152; }

.map-search-container {
  width: 400px;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  background-color: white;
  -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2); }
  .map-search-container .search-input {
    height: 45px;
    flex: 1;
    background-color: white;
    border: none;
    padding: 0 20px;
    outline: none;
    font-family: "Montserrat", "Verdana", sans-serif;
    font-weight: 300; }
  .map-search-container .submit-map-search {
    font-family: "Montserrat", "Verdana", sans-serif;
    font-weight: 300;
    height: 45px;
    background-color: #004152;
    border: none;
    outline: none;
    color: white;
    width: 180px;
    cursor: pointer;
    transition: 0.3s ease-in-out; }
    .map-search-container .submit-map-search:hover {
      background-color: #026984; }

.directionsPanel {
  height: 600px;
  max-width: 30%;
  min-width: 30%;
  background-color: white;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 0.75em;
  padding: 0 10px;
  display: block;
  box-sizing: border-box; }
  .directionsPanel.hidden {
    max-width: 0;
    min-width: 0;
    display: none; }

/* MAPA END */
/* ┼ÜR├ôDBANNER */
.middlebanner {
  line-height: 180%; }
  .middlebanner_content-top {
    color: white;
    font-style: italic;
    font-size: 1.25em; }
  .middlebanner_content-bottom {
    color: #b4b3b3;
    font-size: 0.875em;
    line-height: 160%; }
  .middlebanner_line {
    width: 165px;
    display: inline-block;
    height: 1px;
    background-color: white; }
  .middlebanner p {
    margin: 0; }

/* ┼ÜR├ôDBANNER END */
/* KAFELKI */
.tiles section {
  word-wrap: break-word;
  transition: background 0.3s ease-in-out; }
  .tiles section > a {
    padding: 65px 45px;
    overflow: hidden; }
  .tiles section:hover {
    background-color: #f3f3f3; }
  .tiles section h3 {
    padding: 0 92px 0 20px; }
.tiles .row:nth-of-type(odd) section:nth-of-type(odd) {
  background-color: #f8f8f8; }
  .tiles .row:nth-of-type(odd) section:nth-of-type(odd):hover {
    background-color: #f3f3f3; }
.tiles .row:nth-of-type(even) section:nth-of-type(even) {
  background-color: #f8f8f8; }
  .tiles .row:nth-of-type(even) section:nth-of-type(even):hover {
    background-color: #f3f3f3; }
.tiles_icon {
  width: 72px;
  height: auto;
  image-rendering: -webkit-optimize-contrast; }
.tiles_title {
  text-transform: uppercase; }

/* KAFELKI */
/* KONTAKTY */
.contact_item_title {
  font-size: 1.5em;
  font-weight: 400; }
.contact_item_text {
  line-height: 180%; }
  .contact_item_text p {
    margin: 0; }

/* KONTAKTY END */
/* STOPKA */
footer {
  font-size: 0.812em;
  font-weight: 400; }

/* STOPKA END */
/* MENU W STOPCE */
#footer-menu {
  background-color: #004152; }
  #footer-menu a {
    text-decoration: none;
    color: white; }
    #footer-menu a:hover {
      color: white;
      text-decoration: none; }
    #footer-menu a:visited {
      color: white;
      text-decoration: none; }
    #footer-menu a:focus {
      color: white;
      text-decoration: none; }
  #footer-menu a {
    font-size: 0.687em;
    letter-spacing: 1px; }
    #footer-menu a.active {
      color: #b4b3b3; }

/* MENU W STOPCE END */
/* SPO┼üECZNO┼ÜCI */
#socialmedia {
  position: absolute;
  top: 25px;
  right: 5%; }
  #socialmedia .social_item {
    opacity: .5;
    transition: all 0.3s ease-in-out; }
    #socialmedia .social_item img {
      height: 16px;
      width: auto; }
    #socialmedia .social_item:hover {
      opacity: 1; }

/* SPO┼üECZNO┼ÜCI END */
/* STRONICOWANIE */
.pagination {
  text-align: center;
  margin: 40px 0;
  display: block;
  width: 100%;
  font-size: 0.9em; }
  .pagination a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    color: silver;
    border: 2px solid silver;
    margin-right: 5px;
    transition: all 0.2s ease-in-out; }
    .pagination a:hover {
      border-color: #004152; }
    .pagination a span {
      display: block;
      font-size: 0.9em;
      line-height: 22px; }
  .pagination p {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #004152;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #004152;
    margin-right: 5px; }
    .pagination p span {
      display: block;
      font-size: 0.9em;
      cursor: default;
      line-height: 22px; }
  .pagination .next-page {
    background: url("../gfx/page-next.png") no-repeat center center, silver;
    border-color: silver; }
    .pagination .next-page:hover {
      background-color: #004152; }
  .pagination .prev-page {
    background: url("../gfx/page-prev.png") no-repeat center center, silver;
    border-color: silver; }
    .pagination .prev-page:hover {
      background-color: #004152; }
  .pagination .current-page {
    margin-bottom: 0; }

/* STRONICOWANIE END */
/* COOKIES */
#cookieInfo {
  font-size: 11px;
  width: 100%;
  position: fixed;
  right: 0px;
  left: 0;
  margin: auto;
  bottom: 0px;
  background-color: #f1f1f1;
  color: black;
  box-sizing: border-box;
  padding: 10px 20px;
  z-index: 5000;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.4); }
  #cookieInfo .top {
    line-height: 150%;
    font-size: 1em;
    text-align: justify; }
    #cookieInfo .top a {
      font-weight: bold; }
  #cookieInfo .bottom {
    text-align: right;
    margin-top: 10px; }
    #cookieInfo .bottom .cookieClose {
      display: inline-block;
      padding: 8px 25px;
      background-color: #004152;
      font-size: 0.9em;
      font-weight: bold;
      cursor: pointer;
      color: white;
      transition: all 0.3s ease-in-out; }
      #cookieInfo .bottom .cookieClose:hover {
        background-color: #3e3d37; }

/* COOKIES END */
/* MEDIA QUERIES */
@media all and (max-width: 1199px) {
  .mainbanner .item .item-text {
    bottom: 40px; }

  .tiles .row:nth-of-type(odd) section:nth-of-type(odd) {
    background-color: white; }
    .tiles .row:nth-of-type(odd) section:nth-of-type(odd):hover {
      background-color: #f3f3f3; }
  .tiles .row:nth-of-type(odd) section:nth-of-type(3n+1) {
    background-color: #f8f8f8; }
  .tiles .row:nth-of-type(even) section:nth-of-type(even) {
    background-color: white; }
    .tiles .row:nth-of-type(even) section:nth-of-type(even):hover {
      background-color: #f3f3f3; }
  .tiles .row:nth-of-type(even) section:nth-of-type(3n-2) {
    background-color: #f8f8f8; } }
@media all and (max-width: 991px) {
  header {
    padding: 0;
    background-color: #004152; }

  body {
    padding-top: 55px; }

  .menu-container {
    padding: 0 !important; }

  .navbar .nav-item .nav-link span:first-of-type {
    order: 1; }

  .navbar .nav-item .nav-link span.fa {
    order: 0;
    padding: 0 15px 0 0; }

  .navbar .nav-item:last-of-type .nav-link span.fa {
    display: block;
    order: 0; }

  .navbar .navbar-brand img {
    height: 30px; }

  .navbar-collapse {
    padding: 0 15px 10px 15px;
    margin-top: 10px;
    margin-bottom: -10px; }

  .navbar-brand {
    margin-left: 20px; }

  .tiles .row:nth-of-type(odd) section:nth-of-type(odd) {
    background-color: white; }
    .tiles .row:nth-of-type(odd) section:nth-of-type(odd):hover {
      background-color: #f3f3f3; }
  .tiles .row:nth-of-type(odd) section:nth-of-type(even) {
    background-color: #f8f8f8 !important; }
  .tiles .row:nth-of-type(even) section:nth-of-type(even) {
    background-color: white; }
    .tiles .row:nth-of-type(even) section:nth-of-type(even):hover {
      background-color: #f3f3f3; }
  .tiles .row:nth-of-type(even) section:nth-of-type(2n-1) {
    background-color: white; }
  .tiles section:nth-of-type(even) {
    background-color: #f8f8f8 !important; }

  #mainpage .page-sections .col-picture-right {
    display: none;
    width: 100%;
    margin-top: 0 !important; }

  #mainpage .page-sections .mainpage-text {
    width: 100% !important; }

  #mainpage .page-sections .col-picture-top {
    height: 200px;
    width: 100%; } }
@media all and (max-width: 767px) {
  .module.movies .item iframe {
    height: 300px; } }
@media all and (max-width: 575px) {
  #mainpage .page-sections .section-title .line {
    min-width: 20px;
    max-width: 20px; }

  #mainpage .page-sections .section-title h2 {
    font-size: 1.5em; }

  .middlebanner_content-top {
    font-size: 1em;
    line-height: 130%; }

  .middlebanner_content-bottom {
    font-size: 0.75em; }

  .map-search-container {
    width: 60%;
    flex-wrap: wrap; }

  .map-search-container .search-input {
    height: 35px;
    font-size: 0.75em;
    min-width: 100%;
    text-align: center; }

  .map-search-container .submit-map-search {
    height: 35px;
    font-size: 0.75em;
    min-width: 100%; }

  .module .title h2 {
    font-size: 1.25em;
    margin: 0 20px 0 20px; }

  .module .title .line {
    min-width: 30px;
    max-width: 30px; }

  .module .title h2.big-text {
    font-size: 1.25em; }

  .pages .page-sections {
    padding-bottom: 0px; }

  .contact_item_text {
    font-size: 1em !important; }

  #mainpage .page-sections .element {
    padding: 20px 0; }

  .tiles section h3 {
    padding: 0 20px 0 20px; }

  .tiles section > a {
    padding: 40px 20px; } }
@media all and (max-width: 420px) {
  .photos .item {
    height: 140px; }

  .module.movies .item iframe {
    height: 200px; }

  #cookieInfo {
    flex-wrap: wrap; }
    #cookieInfo .top {
      min-width: 100%;
      max-width: 100%; } }
/* MEDIA QUERIES END */

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