﻿body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.bodyWrapper {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 20px;
  color: #747474;
  line-height: 18px;
}
.topleft {
  padding: 5px 20px;
  font-size: 14px;
}
.topright {
  font-size: 14px;
}
.topleft a,
.topright a {
  display: inline-block;
  text-decoration: none;
  color: #00458E;
}
a:hover {
  color: black;
}
.dofinansowanie {
  position: relative;
  top: 0px;
}
.tel {
  font-weight: bold;
}
.gap-35 > * {
  margin-left: 30px;
}
.gap-35 > *:first-child {
  margin-left: 0;
}
.top1 {
  margin: 0 auto;
  max-width: 1400px;
}
h1.normal {
  color: #00458E;
  font-size: 30px;
  padding: 0px;
  text-align: center;
  margin: 30px;
  font-weight: 600;
  display: block;
}
.imgyellow {
  background-color: #ffde39;
  width: 50px;
  height: 50px;
  border-radius: 50% 50%;
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
.wartbox {
  text-align: center;
  font-size: 11px;
  background-color: #f5f5f5;
  border: 1px solid #C5C6C6;
  border-radius: 5px;
  padding: 15px 10px 10px 10px;
  height: 100%;
  margin: 0 -7px;
}
.wartbox p {
  display: block;
  margin: 2px;
}
.imgyellow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
h4.black {
  font-size: 14px;
  color: black;
  margin: 15px 10px;
  font-weight: 600;
}
.bggray {
  background-color: #F5F5F5;
  margin-top: 10px;
  position: relative;
  border: 1px solid transparent;
  padding: 3px 0 30px 0;
}
.bgwhite {
  border: 1px solid transparent;
  padding: 3px 0 30px 0;
}
.bgblue {
  border: 1px solid transparent;
  padding: 3px 0 30px 0;
  background-color: #EBF5FF;
}
.bgyellow {
  border: 1px solid transparent;
  padding: 3px 0 30px 0;
  background-color: #FFFCE4;
}
.poleca {
  position: absolute;
  right: 5px;
  top: -50px;
  font-size: 16px;
}
.bold {
  font-weight: 600;
}
.poleca img.marta {
  height: 54px;
}
.poleca img {
  height: 20px;
}
.splideWork .item {
  border: 1px solid #C5C6C6;
  border-radius: 3px;
  background-color: #F5F5F5;
  text-align: center;
}
.splideWork .nazwa p:first-child {
  margin: 10px 0 0 0;
}
.splideWork .nazwa p {
  display: block;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
}
.splideWork .miasto {
  margin: 10px 0 0 0;
  color: #115195;
}
.splideWork a {
  overflow: hidden;
  z-index: 0;
  display: block;
}
.splideWork a:hover > img {
  border-color: #00458E;
  transform: scale(1.1);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.center-btn {
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}
.center-btn .btn-blue {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding: 10px 60px;
  background-color: #00458e;
}
.center-btn .btn-blue:hover {
  background-color: #5e83aa;
}
.bgwhite.poznaj {
  margin-top: 30px;
}
.bgwhite.poznaj .row-poznaj {
  background-color: #00458E;
  color: white;
  font-size: 28px;
  padding: 15px 10px;
}
.bgwhite.poznaj .row-poznaj > div {
  text-align: center;
  padding-right: 10px;
}
.bgwhite.poznaj .bNniebieski {
  background: none;
  background-color: #ffde38 !important;
  color: #00458e !important;
  font-weight: 600 !important;
  border-radius: 2px;
  font-size: 16px;
}
.bgwhite.poznaj .bNniebieski:hover {
  background-color: #A89849 !important;
}
.bgwhite.poznaj .podajMail {
  background-color: white;
}
.bgwhite.poznaj span.podajMail {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bgwhite.poznaj .colpoznaj2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bgwhite.poznaj .formdiv {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.bgwhite.poznaj input.podajMail {
  width: calc(100% - 30px);
}
.bgwhite.poznaj input.podajMail,
.bgwhite.poznaj input.podajMail:hover,
.bgwhite.poznaj input.podajMail:active,
.bgwhite.poznaj input.podajMail:focus {
  border: none;
  color: black;
}
.bgwhite.poznaj .input-with-icon {
  width: 100%;
}
.bgwhite.poznaj input.podajMail::-webkit-input-placeholder {
  /* Chrome, Safari, Edge */
  color: #000000;
}
.bgwhite.poznaj input.podajMail:-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.bgwhite.poznaj input.podajMail::-moz-placeholder {
  /* Firefox 4-18 */
  color: #000000;
}
.bgwhite.poznaj input.podajMail:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000;
}
.bgwhite.poznaj input.podajMail::placeholder {
  /* Standard */
  color: #000000;
}
.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}
.input-with-icon .icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-left: 20px;
}
.input-with-icon input {
  flex: 1;
}
.last h2 {
  color: #00458e;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.lastdiv {
  background-color: white;
  border: 1px solid #D9DADA;
  border-radius: 3px;
  padding: 25px;
}
.splideWork {
  max-height: 600px;
  overflow: hidden;
}
.ficons img {
  height: 29px;
  padding-right: 16px;
}
.fplatnosci img {
  height: 37px;
}
.footer125 {
  padding-bottom: 10px;
}
.footer25 {
  margin: 20px 0 0 0;
  border-top: 1px solid #C5C6C6;
  padding-top: 20px;
}
.footer25 a {
  color: black;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 11px;
  position: relative;
}
.footer25 a:hover {
  color: #00458E;
}
.footer25 img {
  display: block;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.footer25 .linkico {
  padding-left: 25px;
}
.footer25 h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 21px 0;
}
.soferty.top1 {
  box-shadow: 0 1px 0 max(0, calc((100vw - 1400px) / 2)) #E4E5E5;
}
.soferty.top1:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: 1px;
  background-color: #F5F5F5;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.topblue {
  background-color: #00458E;
  height: 116px;
  border-bottom: 1px solid #D1D2D2;
  color: #FEFEFE;
  align-content: center;
  font-size: 31px;
  font-weight: 500;
  margin-bottom: 20px;
}
.topblue img {
  height: 80px;
}
.topblue span {
  position: relative;
  top: 20px;
}
/* end mdsws */
.portal {
  font-size: 14px;
  font-weight: 400;
}
.linia {
  border-bottom: 1px solid #EBECEC;
  padding-bottom: 5px;
  padding-top: 5px;
}
.right {
  text-align: right;
}
.ddcenter {
  text-align: center;
}
.left {
  text-align: left;
}
.linkiGora a {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 30px;
  color: black;
}
.ipointer {
  background-image: url(template/image/ipointer.png);
  padding-left: 25px;
}
.ikoperta {
  background-image: url(template/image/ikoperta.png);
  padding-left: 35px;
}
.linkiGora .btn-cart,
.ischowek {
  background-image: url(template/image/ischowek.png);
  padding-left: 35px;
}
.linkiNormal a {
  color: black;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
}
.infolinia {
  color: #EC691F !important;
  font-size: 30px;
  font-weight: 700;
  background-image: url(template/image/isluchawki.png);
  padding-left: 45px;
}
.znajdz {
  background-image: url(template/image/ilupa.png);
  padding-left: 39px;
  line-height: 43px;
}
@media (max-width: 767px) {
  .portal {
    display: none;
  }
  .linkiNormal {
    text-align: center;
  }
  .linkiNormal a {
    display: inline-block;
    text-align: center;
  }
  .znajdz {
    margin-left: 30px;
  }
}
.odciecie {
  border-top: 2px solid #EBECEC;
  margin-top: 5px;
}
.menutext_wrap .navbar-brand {
  display: none;
}
@media (min-width: 768px) {
  .menutext_wrap .navbar {
    border: 0px;
    font-size: 19px;
    font-weight: 400;
    color: #00458E;
    margin-bottom: 0px;
  }
  .menutext_wrap .navbar-default {
    background-color: white;
    border-color: #e7e7e7;
  }
  .menutext_wrap .navbar-default .navbar-brand {
    color: #00458E;
  }
  .menutext_wrap .navbar-default .navbar-brand:hover,
  .menutext_wrap .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }
  .menutext_wrap .navbar-default .navbar-text {
    color: #00458E;
  }
  .menutext_wrap .navbar-default .navbar-nav > li > a {
    color: #00458E;
    padding: 15px;
  }
  .menutext_wrap .navbar-default .navbar-nav > li > a:hover,
  .menutext_wrap .navbar-default .navbar-nav > li > a:focus {
    color: #EC691F;
    background-color: transparent;
    font-weight: 400;
  }
  .menutext_wrap .navbar-default .navbar-nav > .active > a,
  .menutext_wrap .navbar-default .navbar-nav > .active > a:hover,
  .menutext_wrap .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #EC691F;
  }
  .menutext_wrap .navbar-default .navbar-nav > .disabled > a,
  .menutext_wrap .navbar-default .navbar-nav > .disabled > a:hover,
  .menutext_wrap .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .menutext_wrap .navbar-default .navbar-toggle {
    border-color: #ddd;
  }
  .menutext_wrap .navbar-default .navbar-toggle:hover,
  .menutext_wrap .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
  }
  .menutext_wrap .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
  }
  .menutext_wrap .navbar-default .navbar-collapse,
  .menutext_wrap .navbar-default .navbar-form {
    border-color: #e7e7e7;
  }
  .menutext_wrap .navbar-default .navbar-nav > .open > a,
  .menutext_wrap .navbar-default .navbar-nav > .open > a:hover,
  .menutext_wrap .navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: #EC691F;
  }
  .menutext_wrap .navbar-default .navbar-link {
    color: #777;
  }
  .menutext_wrap .navbar-default .navbar-link:hover {
    color: #333;
  }
  .menutext_wrap .navbar-default .btn-link {
    color: #777;
  }
  .menutext_wrap .navbar-default .btn-link:hover,
  .menutext_wrap .navbar-default .btn-link:focus {
    color: #333;
  }
  .menutext_wrap .navbar-default .btn-link[disabled]:hover,
  .menutext_wrap fieldset[disabled] .navbar-default .btn-link:hover,
  .menutext_wrap .navbar-default .btn-link[disabled]:focus,
  .menutext_wrap fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .menutext_wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .menutext_wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .menutext_wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .menutext_wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .menutext_wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .menutext_wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #EC691F;
  }
  .menutext_wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .menutext_wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .menutext_wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .menutext_wrap .navbar-brand {
    display: block;
  }
}
@media (max-width: 1200px) {
  .menutext_wrap .navbar {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .menutext_wrap .navbar {
    font-size: 12px;
    font-weight: 300;
  }
}
.footerOdstep {
  background-color: #ebecec;
  text-align: center;
}
.footerc {
  background-color: #ebecec;
  text-align: center;
  padding-bottom: 23px;
}
.footerc {
  background-image: url(template/image/StopkaXL.png);
}
.footerc .nagl {
  color: #5B5B5B;
  font-size: 16px;
  margin-top: 35px;
  font-weight: 300;
}
.fiitimag {
  display: inline-block;
  background-color: white;
  border: 2px solid #9D9E9E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  margin-top: 15px;
}
.fiitimag img {
  position: relative;
  top: -6px;
  left: 1px;
}
.fiitimag img.fdom {
  top: -5px;
  left: -9px;
}
.fiitimag img.kontakt {
  top: 1px;
  left: -4px;
}
.footerc .freszta {
  height: 34px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #ACADAD;
  font-size: 9px;
}
.freszta .telefon {
  color: #EC691F;
  font-size: 22px;
  font-weight: 600;
}
.FButton {
  display: inline-block;
  width: 230px;
  background-color: #EC691F;
  color: white;
  cursor: pointer;
  text-align: left;
  padding: 8px 15px;
  font-size: 13px;
  background-image: url(template/image/znaczek.png);
  background-repeat: no-repeat;
  background-position: 205px center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.FButton:hover {
  background-color: #00458E;
  color: white;
  text-decoration: none;
  background-position: 200px center;
}
body .FButtonZobacz {
  width: 90px;
  background-position: 75px center;
  line-height: 15px;
}
.FButtonZobacz:hover {
  background-position: 60px center;
}
.stopka2 {
  margin-top: 25px;
  padding-bottom: 15px;
  text-align: left;
}
.stopka2 .menu {
  padding-left: 20%;
}
.stopka2 .menu a {
  display: block;
  color: black;
  width: 140px;
  border-bottom: 1px solid #BEBFBE;
  line-height: 24px;
}
.footerc .stopka2 .nagl {
  color: black;
  margin-top: 0px;
  font-weight: 600;
}
.footerc .stopka2 .nagl2 {
  color: #EC691F;
}
.stopka2 .menu2 a {
  display: block;
  color: black;
  line-height: 24px;
  padding-left: 20px;
  background-image: url(template/image/znaczek2.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.stopka2 .menu2 a.wyr {
  color: #EC691F;
}
.stopka2 .menu2 a.karty {
  background-image: url(template/image/zkarty.png);
  padding-left: 37px;
  position: relative;
  left: -15px;
}
.stopka2 .menu2 a.vouchery {
  background-image: url(template/image/zvouchery.png);
  padding-left: 37px;
  position: relative;
  left: -15px;
}
.stopka2 .menu2 a.platnosci {
  background-image: url(template/image/zplatnosci.png);
  padding-left: 37px;
  position: relative;
  left: -15px;
}
.footer2 {
  background-color: white;
}
.footer2 .row {
  padding: 15px 5px;
}
.footer2 section {
  margin-top: 15px;
}
.footer1 {
  background-color: white;
  padding-top: 10px;
  font-size: 12px;
}
.footer1 .row a {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 25px;
  color: black;
  font-weight: 300;
}
.footer1 .row a.blog {
  background-image: url(template/image/z24logo.png);
  padding-left: 20px;
}
.footer1 .row a.youTube {
  background-image: url(template/image/zyoutube.png);
  padding-left: 23px;
}
.footer1 .row a.googlePlus {
  background-image: url(template/image/zgplus.png);
  padding-left: 16px;
}
.footer1 .row a.facebook {
  background-image: url(template/image/zfacebook.png);
  padding-left: 17px;
}
.footer1 .row a.ddsoft {
  color: #777;
}
.footer1 .row a.ddsoft:hover {
  color: black;
}
.wow {
  visibility: hidden;
}
.cfloat {
  clear: both;
}
@media (max-width: 1200px) {
  body .footerc {
    background-image: none;
  }
  .stopka2 .menu {
    padding-left: 20px;
  }
}
@media (max-width: 750px) {
  body .stopka2 {
    text-align: left;
  }
  .stopka2 .menu {
    text-align: center;
    padding-left: 0;
  }
  .stopka2 .menu a {
    width: 100%;
  }
  .stopka2 .menu2 a {
    display: inline-block;
    margin-left: 10px;
  }
  .stopka2 .nagl {
    padding-top: 30px;
  }
}
.bodyPomarancz {
  background-color: #FFFDF1;
}
.bodyPomarancz2 {
  background-color: #EC691F;
  color: white;
}
.bodyNiebieski {
  background-color: #EEF8FE;
}
.naglowekStrony {
  padding: 20px 23px !important;
  color: #00458E;
  font-size: 22px;
  font-weight: 400;
  border-top: 3px solid #EC691F;
  background-image: url(template/image/znaczekN.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.owl-carousel .item {
  text-align: center;
  font-size: 14px;
}
.owl-carousel .itemzdjecie {
  width: 90%;
  display: block;
  margin: 2px auto;
}
.owl-carousel .nazwa {
  display: inline-block;
  padding-left: 20px;
  color: #EC691F;
  background-image: url(template/image/znaczek3.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 10px;
  font-weight: 400;
}
.owl-carousel .adres {
  font-weight: 300;
}
.doradcy {
  text-align: center;
  color: black;
  font-size: 25px;
  padding: 10px;
  font-weight: 600;
}
.kolcekMaly,
.kolcekDuzy {
  background-size: cover;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.kolcekMaly:before,
.kolcekDuzy:before {
  background: linear-gradient(to bottom, transparent 65%, #2f2f2f);
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
}
.kolcekDuzy {
  align-items: flex-end;
}
.kolcekMaly:hover,
.kolcekDuzy:hover {
  opacity: 0.9;
}
.kolcekMaly {
  height: 223px;
}
.kolcekDuzy {
  height: 456px;
}
.kolcekDuzy .egzotykan1 {
  position: absolute;
  top: 10%;
  right: 10%;
}
.kolcekDuzy.egzotyka {
  background-position: right center;
}
@media (max-width: 992px) {
  .kolcekDuzy {
    height: 73vw;
    max-height: 560px;
  }
}
@media (max-width: 730px) {
  .kolcekDuzy.egzotyka .klocekWiecej {
    position: relative;
    bottom: -6vw;
  }
}
@media (max-width: 500px) {
  .kolcekDuzy.egzotyka .klocekWiecej {
    position: relative;
    bottom: -10vw;
  }
}
.klocki .col-lg-6,
.klocki .col-md-6,
.klocki .col-sm-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.klocki .cienko {
  font-weight: 300;
  text-shadow: black 0.1em 0.1em 0.1em;
}
.klocki .centercenter {
  display: block;
  width: 100%;
  z-index: 100;
}
.klocki .kolcekDuzy .centercenter {
  margin-bottom: 60px;
}
.klocki {
  margin-bottom: 40px;
  text-align: center;
  font-size: 29px;
  color: white;
  font-weight: 600;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}
.klocekWiecej {
  display: table;
  border: 3px solid white;
  text-align: center;
  margin: 10px auto;
  padding: 7px 40px;
  font-size: 15px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.4);
  color: #EBECEC;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.klocekWiecej:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: #EC691F;
}
.dodajNF {
  font-size: 16px;
}
.newsPlus {
  padding: 14px 20px 11px 20px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
}
.newsPlus .cienki {
  font-weight: 300;
}
.newsPlus .row div {
  text-align: center;
}
.newsPlus input.podajMail {
  display: table-column;
  padding: 6px 6px 6px 70px;
  background-image: url(template/image/fKoperta.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 14px;
  border: 1px solid white;
  color: black;
  width: 100%;
}
input.bNniebieski {
  display: inline-block;
  color: white;
  font-size: 16px;
  line-height: 16px;
  background: linear-gradient(#fff, #008ED3, #fff);
  border: none;
  padding: 9px 0px;
  width: 100%;
}
input.bNniebieski:hover {
  background: linear-gradient(#fff, #00458E, #fff);
}
span.bNniebieski {
  width: 115px;
  font-size: 16px;
}
.dodajNF {
  display: table;
  width: 100%;
}
.odst {
  width: 20px;
}
.DDtableRow {
  display: table-row;
  width: 100%;
}
.DDtableCell {
  display: table-cell;
  vertical-align: top;
}
.DDtable {
  display: table;
  width: 100%;
}
input.podajMail::-webkit-input-placeholder {
  color: #3b3737;
}
input.podajMail::-moz-placeholder {
  /* Firefox 19+ */
  color: #3b3737;
}
input.podajMail:-ms-input-placeholder {
  /* IE 10+ */
  color: #3b3737;
}
input.podajMail::placeholder {
  color: #3b3737;
}
.container .row:first-child div:first-child:empty {
  display: none;
}
.container .row:first-child div.img-container:first-child:empty {
  display: block;
}
.bialy4 .container .row:first-child div:first-child:empty {
  display: block;
}
body .container .msd-hotel-additional .msd-hotel-gallery-image-container .msd-hotel-gallery-image {
  display: block !important;
}
.msd-hotel-gallery-image:hover {
  display: inline-block;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.msd-hotel-gallery-image:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #EC691F;
  opacity: 0.1;
}
.msd-hotel-gallery-image:hover,
.msd-hotel-gallery-image:focus,
.msd-hotel-gallery-image:active {
  color: white;
}
.msd-hotel-gallery-image:hover:before,
.msd-hotel-gallery-image:focus:before,
.msd-hotel-gallery-image:active:before {
  z-index: 0;
}
body .msd-hotel-additional-item-header:hover a,
body .msd-hotel-additional-item-header a:focus {
  color: #EC691F;
}
body .modal-dialog {
  z-index: 20060;
  width: 95%;
  max-width: 1140px;
}
.kontaktForm {
  width: 90%;
  margin: 10px auto;
}
.kontaktForm .klinia {
  display: table-row;
  background-color: #EBECEC;
  padding: 10px;
}
.klinia .opis,
.klinia .opis2,
.klinia .pole {
  display: table-cell;
}
.klinia .pole {
  padding: 5px;
}
.klinia .opis2 {
  padding-right: 10px;
  color: black;
}
.klinia .opis {
  text-align: right;
  padding-right: 10px;
  color: black;
  font-weight: 300;
}
.klinia .pole input,
.klinia .pole select {
  width: 100%;
  padding: 5px;
  font-size: 110%;
}
.klinia .pole select .option:disabled {
  color: #777;
  font-style: italic;
  font-weight: 400;
}
.klinia .pole textarea {
  width: 100%;
  height: 60px;
  padding: 5px;
  font-size: 110%;
}
.kontaktFormOK {
  display: block;
  color: #00458E;
}
.kontaktFormError {
  color: red;
}
.kontaktFormOK,
.kontaktFormError {
  display: block;
  padding: 20px;
  font-size: 110%;
  line-height: 110%;
  font-weight: 600;
  width: 90%;
  background-color: #EBECEC;
  margin: 0px auto;
}
.ddmodalNumer .modal-dialog {
  max-width: 700px;
}
.ddmodalNumer input,
.ddmodalNumer textarea {
  width: 100%;
  padding: 5px;
  margin: 5px;
  border: 1px solid #00458E;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
}
.ddmodalNumer textarea {
  color: #000000;
}
.ddmodalNumer input::-webkit-input-placeholder,
.ddmodalNumer textarea::-webkit-input-placeholder {
  color: #777;
  font-style: italic;
  font-weight: 400;
}
.ddmodalNumer input::-moz-placeholder,
.ddmodalNumer textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
  font-style: italic;
  font-weight: 400;
}
.ddmodalNumer input:-ms-input-placeholder,
.ddmodalNumer textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
  font-style: italic;
  font-weight: 400;
}
.ddmodalNumer input::placeholder,
.ddmodalNumer textarea::placeholder {
  color: #777;
  font-style: italic;
  font-weight: 400;
}
.ddmodalNumer input:focus::-webkit-input-placeholder {
  color: transparent;
}
.ddmodalNumer input:focus:-moz-placeholder {
  color: transparent;
}
.ddmodalNumer input:focus::-moz-placeholder {
  color: transparent;
}
.ddmodalNumer input:focus:-ms-input-placeholder {
  color: transparent;
}
.ddmodalNumer .fopis {
  font-weight: 300;
  font-size: 14px;
}
.ddmodalNumer .znak {
  color: #EC691F;
}
.ddmodalNumer .opisForm {
  padding-bottom: 10px;
}
/*temaplte pracownik*/
.niebieski {
  background-color: #00458e;
  padding-top: 15px;
  color: white;
  background-image: url(template/image/logtlo.png);
  background-position: 98% 85%;
  background-repeat: no-repeat;
}
.niebieski .zdjeciePracownika img {
  width: 100%;
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.15);
}
.niebieski .nazwiskoPracownika {
  font-size: 60px;
  line-height: 1.25;
  text-align: center;
  font-weight: 300;
}
.niebieski .stanowiskoPracownika {
  padding-top: 15px;
  font-size: 26px;
  opacity: 0.7;
  text-align: center;
}
.niebieski .cytat > div > div::before {
  position: absolute;
  top: 4px;
  left: 0px;
  z-index: 0;
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 30px;
  color: #f5d832;
  opacity: 1;
  content: "";
  -webkit-transform: scaleX(-1) rotateY(-180deg);
  transform: scaleX(-1) rotateY(-180deg);
}
.niebieski .cytat > div > div {
  padding: 12px 10px 0px 49px;
  font-style: italic;
  font-size: 20px;
  opacity: 0.6;
}
.niebieski a {
  color: white;
}
.niebieski a:hover {
  color: #EBECEC;
}
@media (max-width: 767px) {
  .niebieski .row {
    position: inherit;
    top: 0px;
  }
  .niebieski {
    background-color: white;
  }
  .niebieski .glowneinfoPrac {
    background-color: #00458e;
  }
  .niebieski .row {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }
  .niebieski .cytat > div > div {
    padding: 12px 10px 0px 69px;
    font-style: italic;
    font-size: 20px;
    opacity: 0.6;
  }
  .niebieski .cytat > div > div::before {
    left: 20px;
  }
}
@media (min-width: 768px) {
  .niebieski .zdjeciePracownika img {
    width: 50%;
  }
  .niebieski .zdjeciePracownika {
    text-align: center;
  }
  .niebieski .row {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }
}
@media (min-width: 992px) {
  .niebieski .zdjeciePracownika img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .niebieski .row {
    padding-top: 0px;
    padding-bottom: 0px;
    top: 20px;
    position: relative;
  }
}
.text-subline {
  position: relative;
  height: 1px;
  padding: 0;
  background: #e5e5e5;
  margin-bottom: 22px;
  border: none;
}
.text-subline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 50px;
  background: #00458e;
}
.bialy1 {
  margin-top: 60px;
}
.naglowek24,
.naglowek25 {
  text-transform: uppercase;
  font-size: 20px;
  color: #b6b6b6;
  font-weight: 600;
  margin-top: 30px;
}
.naglowek25 {
  font-size: 16px;
}
.naglowek25 i {
  color: #EC691F;
  font-size: 25px;
  padding-right: 10px;
  vertical-align: middle;
}
.pracgl,
.naszebiuragl {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.82857;
  text-align: justify;
}
.naszebiuragl {
  text-align: left;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.DDgaleria > div > div {
  margin-top: 15px;
  margin-bottom: 15px;
}
.DDgaleria > div > div > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.DDgaleria img {
  border-radius: 3px;
}
.DDgaleria > div > div > a::after {
  content: " ";
  background-color: #00458e;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.DDgaleria > div > div > a:hover::after {
  opacity: 0.4;
}
.DDgaleria > div > div > a i {
  position: absolute;
  color: white;
  z-index: 2;
  top: -30%;
  left: 45%;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.DDgaleria > div > div > a:hover i {
  top: 45%;
  left: 45%;
}
@media (max-width: 767px) {
  .DDgaleria img {
    width: 100%;
  }
}
body .podcenter {
  width: 100%;
  overflow: hidden;
}
.bezPtop {
  padding-top: 0px;
}
.naszebiuragl p {
  margin-bottom: 0px;
}
.naszebiuragl .text-subline {
  margin-bottom: 16px;
}
body .bezpaddingow {
  padding-left: 7px;
  padding-right: 7px;
}
.naszebiuragl .DDgaleria > div > div {
  padding-left: 7px;
  padding-right: 7px;
}
.naszebiuragl .niebieski .row {
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}
.mapaods {
  margin-top: 30px;
}
.stanowiskoLok {
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #EC691F;
  color: white;
  text-shadow: 1px 1px 2px #888888;
  border-radius: 3px;
}
.naszebiuragl ul {
  padding: 0;
  list-style-type: none;
}
.responsivetlo {
  background-size: contain;
}
body .ukryj {
  display: none;
}
#cookie-consent {
  display: none;
  background-color: #fcdc2f;
  padding: 10px;
  text-align: center;
}
#consent {
  height: 28px;
}
#learn-more {
  display: none;
}
#cookie-consent button {
  background-color: #00458e;
  color: white;
  padding-left: 10px;
}
.DDgaleria .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.DDgaleria .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.customer-photo {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: 32px 35px;
  background-position: center center;
  vertical-align: middle;
  line-height: 32px;
  box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0, 0, 0, 0.2);
  margin-left: 10px;
}
.customer-photoNP {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-size: 45px 45px;
  background-position: center center;
  vertical-align: middle;
  line-height: 45px;
  border: 2px solid #EC691F;
  margin-left: 10px;
  margin-right: 5px;
}
.maxTyt {
  color: white;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 15px;
  line-height: 37px;
}
.podroze {
  padding: 0px;
}
.podroze #gridP {
  width: 100%;
}
.podroze .k-grid {
  border-radius: 0;
  border-width: 0 !important;
  color: black;
}
.podroze .k-grid-header tr[role=row] .k-header {
  padding: 9px 30px;
  text-align: center;
  color: white;
  background-color: #00458E;
}
.podroze .k-grid-header tr[role=row] .k-header a {
  color: white;
  text-decoration: none;
}
.podroze .k-grid-header tr[role=row] td {
  border-width: 0 !important;
}
.podroze .k-grid-header tr[role=row] th {
  height: 19px;
  overflow: hidden;
}
.podroze .k-grid-header th {
  border-width: 0 !important;
}
.podroze .k-grid tr td {
  border-width: 0;
  font-size: 15px;
}
.podroze .k-filter-row .k-dropdown-operator,
.podroze .k-filtercell > span > .k-button {
  right: -3px;
  line-height: 20px;
}
.podroze thead.k-grid-header th.k-header:first-child {
  border-radius: 0;
}
.ompodroze {
  padding: 10px;
  line-height: 18px;
}
.ompodroze a:hover {
  text-decoration: none;
  color: black;
}
.ompodroze .podrozf {
  text-align: center;
}
.ompodroze .mvalue,
.ompodroze .mopis,
.ompodroze .data {
  color: black;
}
.ompodroze .fa {
  color: #EC691F;
}
.ompodroze .k {
  font-size: 16px;
  padding-top: 3px;
  font-weight: 600;
}
.ompodroze .m {
  font-weight: 400;
  font-size: 13px;
  padding-top: 4px;
}
.ompodroze .k,
.ompodroze .m,
.ompodroze .data {
  padding-left: 10px;
}
.ompodroze .data {
  display: block;
  padding-top: 10px;
  font-size: 11px;
}
.ompodroze .ddcrop {
  height: 140px;
  overflow: hidden;
}
.ompodroze .ddcrop img {
  width: 100%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.ompodroze .mvalue {
  display: none;
}
.ompodroze .aright {
  text-align: right;
  padding-top: 20px;
}
.podroz:hover img {
  opacity: 0.8;
}
.vcenter {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .vcenter {
    display: block;
  }
  .ompodroze .podroz {
    padding-bottom: 20px;
  }
  .ompodroze img {
    margin: 5px auto;
  }
  .ompodroze {
    text-align: center;
  }
}
.ddcaptcha {
  padding-left: 5px;
  padding-top: 5px;
}
.enc {
  cursor: pointer;
}
.testTresc .naglowek24 > div {
  display: inline-block;
}
.testTresc .naglowek24 div.miasto {
  display: inline-block;
  padding-left: 40px;
}
.testTresc .naglowek24 div.miasto b {
  color: #00A0E3;
}
.testTresc .naglowek24 i.fa {
  font-size: 32px;
  line-height: 36px;
  position: absolute;
}
.testTresc .naglowek24 a {
  color: #00A0E3;
  font-weight: bold;
}
.ddpotwierdz input[type=checkbox] {
  transform: scale(1.7);
  display: inline-block;
  margin: 10px;
}