#gCenter .cmsHead {
  display: flex;
  justify-content: left;
  align-items: top;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
#gCenter .cmsHead .cmsTitleBox {
  display: flex;
  flex-direction: column;
}
#gCenter .cmsHead .cmsComunity {
  padding-left: 10px;
}
#gCenter .cmsHead .cmsDate {
  padding-left: 10px;
  padding-top: 3px;
  font-size: 12px;
  color: #666;
}
#gCenter .cmsSimpleHead {
  padding-bottom: 15px;
}
#gCenter .cmsCartButton {
  background-color: #022742;
  color: #ccc;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 10px;
}
#gCenter .cmsCartButton.clicked {
  background-color: #E4B543;
  color: #000;
}
#gCenter .cmsButton1 {
  background-color: #E4B543;
  color: #000;
  font-size: 13px;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 10px;
  margin-right: 30px;
}
#gCenter .cmsButton2 {
  background-color: #022742;
  color: #ccc;
  font-size: 13px;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 10px;
  margin-right: 10px;
}
#gCenter .cmsTitle {
  color: #1B3C8B;
  font-size: 16px;
  padding: 0 30px 0 10px;
}
#gCenter #pictures {
  background-color: #ccc;
  border-collapse: collapse;
}
#gCenter #pictures td {
  vertical-align: top;
  border: 2px solid #e5e0ca;
  padding: 5px;
}
#gCenter #pictures td.empty {
  background-color: #e5e0ca;
}
#gCenter ul.pages {
  padding: 1px;
  text-align: center;
  list-style: none;
}
#gCenter ul.pages li {
  margin: 0 3px;
  display: inline;
}
#gCenter ul.pages li.text {
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  #gCenter ul.pages li.text {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  #gCenter ul.pages li.passive {
    display: none;
  }
}
#gCenter ul.pages li.active a {
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 650px) {
  #gCenter ul.pages li.active a {
    display: none;
  }
}
#gCenter ul.pages li.emptyPrev {
  padding-left: 116px;
}
#gCenter ul.pages li.emptyNext {
  padding-left: 100px;
}
#gCenter ul.pages li.prev {
  padding-right: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  #gCenter ul.pages li.prev {
    padding-right: 10px;
  }
}
#gCenter ul.pages li.next {
  padding-left: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  #gCenter ul.pages li.next {
    padding-left: 10px;
  }
}
#gCenter ul.pages li.prev a,
#gCenter ul.pages li.next a {
  font-weight: bold;
  text-decoration: none;
}
#gCenter ul.pages li.prev a span,
#gCenter ul.pages li.next a span {
  padding: 0px 5px;
  text-decoration: underline;
}
#gCenter ul.pages li.prev a span:hover,
#gCenter ul.pages li.next a span:hover {
  text-decoration: none;
}
#pageHeader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #002642;
  border-bottom-left-radius: 10px;
  min-height: 100px;
  margin-bottom: 20px;
}
#pageHeader * {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
#pageHeader > * {
  margin: 15px 0;
}
#pageHeader #cartPlaceholder {
  height: 50px;
}
#pageHeader #cartPlaceholder a {
  color: #eee;
  padding: 0 20px;
}
#pageHeader #cartPlaceholder a:hover {
  text-decoration: underline;
}
#pageHeader #cartPlaceholder img {
  position: relative;
  vertical-align: middle;
  padding-right: 5px;
  top: -3px;
}
#pageHeader .h_logo {
  display: none;
}
#pageHeader .h_button {
  background: #002642 url(../img/search.png) no-repeat 92% 50%;
  color: #eee;
  height: 35px;
  padding-left: 15px;
  padding-right: 40px;
  border-radius: 0 10px 10px 0;
  border: 2px solid #eee;
}
#pageHeader .h_input {
  background-color: #eee;
  height: 35px;
  padding-left: 20px;
  border: none;
  border-radius: 10px 0 0 10px;
}
#pageHeader .h_input:focus {
  outline: none;
}
#pageHeader .h_year {
  display: flex;
  align-items: center;
  background-color: #eee;
  height: 35px;
  padding: 0 20px;
}
#pageHeader .h_brake {
  flex-grow: 1;
}
#pageHeader .h_links {
  padding-left: 20px;
  padding-right: 40px;
}
#pageHeader .h_link {
  padding-right: 40px;
  text-align: right;
  color: #eee;
}
#pageHeader .h_link:hover {
  text-decoration: underline;
}
#pageHeader #menuOpen {
  display: none;
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #eee;
}
@media screen and (max-width: 1000px) {
  #pageHeader .h_brake {
    flex-basis: 100%;
  }
}
#pageMenu {
  background-color: #eee;
  padding-right: 20px;
}
#pageMenu #menuClose {
  display: none;
  position: absolute;
  top: 0px;
  right: 25px;
  font-size: 35px;
  cursor: pointer;
}
#pageMenu .m_logo {
  padding: 30px 20px;
}
#pageMenu .m_agency_box,
#pageMenu .m_offer_box,
#pageMenu .m_shop_box {
  padding: 20px;
  border-radius: 0 10px 10px 0;
  margin-bottom: 30px;
}
#pageMenu .m_agency_box .m_title,
#pageMenu .m_offer_box .m_title,
#pageMenu .m_shop_box .m_title {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 14px;
}
#pageMenu .m_agency_box .m_title a,
#pageMenu .m_offer_box .m_title a,
#pageMenu .m_shop_box .m_title a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
#pageMenu .m_agency_box .m_item,
#pageMenu .m_offer_box .m_item,
#pageMenu .m_shop_box .m_item {
  line-height: 25px;
  text-indent: -10px;
  padding-left: 10px;
}
#pageMenu .m_agency_box .m_item a,
#pageMenu .m_offer_box .m_item a,
#pageMenu .m_shop_box .m_item a {
  font-size: 14px;
  text-decoration: none;
  color: #384A62;
}
#pageMenu .m_agency_box .m_item a:hover,
#pageMenu .m_offer_box .m_item a:hover,
#pageMenu .m_shop_box .m_item a:hover {
  text-decoration: underline;
}
#pageMenu .m_agency_box {
  background-color: #CFD4D9;
  color: #384A62;
}
#pageMenu .m_agency_box .m_item a {
  color: #384A62;
}
#pageMenu .m_offer_box {
  background-color: #b6c8d9;
  color: #384A62;
}
#pageMenu .m_offer_box .m_item a {
  color: #384A62;
}
#pageMenu .m_shop_box {
  background-color: #5C7485;
  color: #EEEEEE;
}
#pageMenu .m_shop_box .m_item a {
  color: #EEEEEE;
}
#pageMenu .m_maciek_box {
  position: relative;
  background-color: #002642;
  border-radius: 0 10px 10px 0;
  margin-bottom: 30px;
}
#pageMenu .m_maciek_box .m_item {
  position: absolute;
  top: -24px;
  z-index: 1;
}
#pageMenu .m_maciek_box .m_title {
  position: relative;
  padding: 50px 15px 15px 0;
  text-align: right;
}
#pageMenu .m_maciek_box .m_title a {
  line-height: 25px;
  font-weight: bold;
  font-size: 14px;
  color: #CFD4D9;
  text-decoration: none;
}
#pageMenu .m_albums_box {
  padding-left: 20px;
  color: #002642;
}
#pageMenu .m_albums_box .m_title {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 14px;
}
#pageFooter {
  background-color: #002642;
  margin-top: 20px;
}
#pageFooter * {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #E4E4E5;
}
#pageFooter .f_wrap {
  display: flex;
  flex-wrap: wrap;
}
#pageFooter .f_wrap > * {
  padding: 30px;
}
#pageFooter .f_logo {
  flex-grow: 1;
  text-align: center;
}
#pageFooter .f_copyright {
  padding: 0 30px 10px 30px;
}
#pageFooter .f_item {
  line-height: 22px;
}
#pageFooter .f_item a {
  text-decoration: none;
}
#pageFooter .f_item a:hover {
  text-decoration: underline;
}
.cmsContent {
  padding: 10px;
  padding-bottom: 0px;
  text-align: justify;
}
.cmsContent * {
  line-height: 1.4;
}
.cmsContent ol {
  padding-inline-start: 40px;
}
.tooltip {
  background-color: #f1eee2;
  font-size: [object Object],[object Object];
  border: 1px solid #a1a8a5;
  padding: 2px;
}
.popup {
  background-color: #f1eee2;
  border: 1px solid #a1a8a5;
  padding: 2px;
}
.button {
  text-decoration: none;
  font-weight: bold;
}
.button:hover {
  font-weight: bold;
  text-decoration: underline;
}
.help {
  text-indent: 0px;
  text-align: justify;
  margin-top: 4px;
}
.error {
  border: 2px solid #ff6666;
  font-weight: bold;
  padding: 4px;
  margin: 0px 0px 8px 0px;
}
.error span {
  color: #ff4444;
}
/* cookie info */
#cookieInfoLayer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: #aaa;
  color: #fff;
  z-index: 10;
}
#cookieInfoLayer .close {
  float: right;
  position: relative;
  right: 3%;
  top: 5px;
  font-size: [object Object],[object Object];
  font-weight: bold;
  color: inherit;
  cursor: pointer;
  padding: 10px;
  border: 1px solid white;
}
#cookieInfoLayer .title {
  font-size: [object Object],[object Object];
  font-weight: bold;
  color: inherit;
}
#cookieInfoLayer .content * {
  color: #fff;
}
/* komunikaty błędów */
.phpError {
  position: relative;
  background-color: white;
  z-index: 100;
  border: 1px dashed red;
  margin-bottom: -1px;
  padding: 4px;
  font-size: [object Object],[object Object];
}
/* jssocials size */
.jssocials {
  font-size: [object Object],[object Object];
}
.mainshare .jssocials-share-link {
  padding: 0.25em 0.6em;
  font-weight: normal;
}
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 19px;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 600px) {
  * {
    font-size: 16px;
  }
}
a {
  color: #1A3B64;
  text-decoration: underline;
}
a:hover {
  color: #1A3B64;
  text-decoration: none;
}
body {
  background-color: #eee;
}
#gTemplate {
  display: grid;
  grid-template-areas: 'gLeft gTop' 'gLeft gCenter' 'gBottom gBottom';
  grid-template-columns: 260px auto;
  grid-template-rows: auto 1fr auto;
}
#gTop {
  grid-area: gTop;
}
#gLeft {
  grid-area: gLeft;
}
#gCenter {
  grid-area: gCenter;
}
#gBottom {
  grid-area: gBottom;
}
.cssgrid #imageContainer .grid {
  display: grid;
  grid-gap: 3px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1065px) {
  .cssgrid #imageContainer .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1520px) {
  .cssgrid #imageContainer .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1895px) {
  .cssgrid #imageContainer .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 2430px) {
  .cssgrid #imageContainer .grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 2885px) {
  .cssgrid #imageContainer .grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.no-cssgrid #imageContainer .grid-cell {
  float: left;
  margin: 0.5%;
  padding: 2%;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .no-cssgrid #imageContainer .grid-cell {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .no-cssgrid #imageContainer .grid-cell {
    width: 20%;
  }
}
.cssgrid #proposalContainer .grid {
  display: grid;
  grid-gap: 3px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1000px) {
  .cssgrid #proposalContainer .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1800px) {
  .cssgrid #proposalContainer .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.no-cssgrid #proposalContainer .grid-cell {
  float: left;
  margin: 0.5%;
  padding: 2%;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .no-cssgrid #proposalContainer .grid-cell {
    width: 45%;
  }
}
#imageContainer .grid-cell,
#proposalContainer .grid-cell {
  position: relative;
  background-color: #dfdfdf;
  padding: 15px;
}
#imageContainer .imageContainer img,
#proposalContainer .imageContainer img {
  max-width: 100%;
  height: auto;
}
#imageContainer .pagerContainer,
#proposalContainer .pagerContainer {
  padding: 10px;
  clear: both;
}
#imageContainer .titleContainerOld,
#proposalContainer .titleContainerOld {
  font-weight: bold;
  padding-bottom: 10px;
}
#imageContainer .titleContainer,
#proposalContainer .titleContainer {
  font-weight: bold;
}
#imageContainer .dateContainer,
#proposalContainer .dateContainer {
  padding-top: 1px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #666;
}
#imageContainer .nameContainer,
#proposalContainer .nameContainer {
  padding-top: 8px;
}
#imageContainer .descContainer,
#proposalContainer .descContainer {
  padding-top: 8px;
}
#imageContainer .descContainer .more,
#proposalContainer .descContainer .more {
  float: right;
  padding-top: 8px;
}
#imageContainer .cartContainer,
#proposalContainer .cartContainer {
  padding-top: 8px;
}
.formContainer input,
.formContainer textarea,
.formContainer select {
  padding: 4px;
  margin: 6px 0;
}
.formContainer .frmlabel {
  text-align: right;
  padding-right: 7px;
  white-space: nowrap;
  width: 10%;
}
.formContainer div.submit a {
  display: block;
  width: 70px;
  padding: 7px 15px;
  margin-top: 20px;
  line-height: 25px;
  background-color: #E8E8E8;
  border: 1px solid #A5A5A5;
  color: #000 !important;
  text-decoration: none;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  white-space: nowrap;
}
.formContainer div.submit a:hover {
  color: #777 !important;
}
.formContainer input[type="text"],
.formContainer textarea {
  width: 100%;
}
@media (max-width: 820px) {
  #gTemplate {
    grid-template-areas: 'gLeft' 'gTop' 'gCenter' 'gBottom';
    grid-template-columns: auto;
  }
  #pageMenu {
    position: absolute;
    transition: 0.5s;
    top: 0;
    left: -330px;
    z-index: 1;
  }
  #pageMenu {
    padding-top: 50px;
  }
  #pageMenu #menuClose {
    display: inline;
  }
  #pageMenu .m_logo {
    display: none;
  }
  #pageHeader #menuOpen {
    display: inline;
  }
  #pageHeader .h_logo {
    display: block;
  }
  #pageHeader .h_links {
    padding: 0 0 10px 40px;
  }
}
@media (max-width: 660px) {
  #pageHeader {
    flex-direction: column;
  }
  #pageHeader .h_input,
  #pageHeader .h_year,
  #pageHeader .h_button {
    border-radius: 10px;
  }
}
.phpError {
  position: relative;
  background-color: white;
  z-index: 100;
  border: 1px dashed red;
  margin-bottom: -1px;
  padding: 4px;
  font-size: 12px;
}
.messageLayer table {
  background-color: #fff;
}
.messageLayer td,
.messageLayer span {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  padding: 2px;
  vertical-align: top;
  line-height: 16px;
}
.messageLayer .bind {
  padding: 0;
  font-style: italic;
  color: #0077ff;
}
.messageLayer .black {
  font-weight: bold;
}
.messageLayer .red {
  color: #f00;
  font-weight: bold;
}
