@charset "UTF-8";

@font-face {
  font-family: 'Allura';
  src: url("fonts/Allura-Regular.ttf");
}

@font-face {
  font-family: 'lato';
  src: url("fonts/Lato-Reg.ttf");
}

@font-face {
  font-family: 'lato';
  font-style: italic;
  src: url("fonts/Lato-RegIta.ttf");
}

@font-face {
  font-family: 'lato';
  font-weight: bold;
  src: url("fonts/Lato-Bol.ttf");
}

@font-face {
  font-family: 'lato';
  font-weight: bold;
  font-style: italic;
  src: url("fonts/Lato-BolIta.ttf");
}

@font-face {
  font-family: 'lato';
  font-weight: 900;
  src: url("fonts/Lato-Heavy.ttf");
}

/* ====================================================== PRZYCISKI ============================================ */
.controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.controls .button:last-child {
  margin-right: 0;
}

.button {
  padding: 0 15px;
  margin: 10px 0;
  height: 36px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: inline-flex;
  min-width: 0;
  color: #fff;
  position: relative;
  font-size: 0.85rem;
  letter-spacing: 1px;
  background: #dcb970;
  transition: all 300ms;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  border-bottom: 2px solid #d3a74b;
}

.button.submit-btn {
  min-width: 207px;
}

.button img {
  display: block;
  margin: 0;
  max-height: 36px;
  max-width: 36px;
}

.button.small {
  height: 24px;
}

.button.btn-icon {
  padding-right: 51px;
}

.button.btn-icon span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #d2a547;
}

.button.icon-only {
  padding: 0;
  width: 36px;
}

.button.icon-only.small {
  width: 24px;
}

.button.icon-only img {
  max-height: 100%;
}

.button.alt-button {
  background: none;
  padding: 0;
  color: #333;
  font-weight: 900;
  height: auto;
}

.button.alt-button img {
  margin-left: 10px;
}

.base-color .button,
.base-color .button:hover {
  background: #fff;
  color: #333;
}

/* --- hovery --- */
:hover.button.alt-button {
  background: none;
}

:hover.button {
  text-decoration: none;
  background: #d2a547;
}

/* === COOKIE INFO BUTTON === */
/* ================= FORMULARZE ================ */
label {
  color: #999;
  font-size: 13px;
  text-transform: none;
  margin-top: 10px;
}

span+label {
  margin-top: 0;
}

input,
select,
textarea,
.input-placeholder,
.input-combo,
.select {
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  height: 35px;
}

input {
  min-width: 280px;
}

.submit-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.submit-area .button {
  margin: 0;
}

/* ================= formularze nowe ================ */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  font-style: none;
  opacity: 0.4;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  font-style: none;
  opacity: 0.4;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  font-style: none;
  opacity: 0.4;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  font-style: none;
  opacity: 0.4;
}

.select select {
  margin: 0 !important;
}

/* ----- select ----- */
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: left;
  /*    font:normal 11px/22px Arial, Sans-Serif;*/
  /*    color:black;*/
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  max-width: 420px;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 5px 10px;
  font-weight: normal;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.styledSelect:active,
.styledSelect.active {
  background-color: #eee;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}

.options li:hover {
  background-color: #39f;
  color: white;
}

.single ul,
.single .submit-area,
.single .button {
  margin: 0;
}

.single {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.single>* {
  margin-right: 10px !important;
}

.single> :last-child {
  margin-right: 0 !important;
}

.single ul {
  flex: 1;
}

.single ul input {
  margin: 0;
  height: 50px;
  box-sizing: border-box;
  display: block;
}

/* --- input type=radio, input type=checkbox --- */
input[type="checkbox"]+label,
input[type="radio"]+label {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  cursor: pointer;
  margin: 10px 0;
}

input[type="checkbox"]+label::before {
  content: '\a0';
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  height: 22px;
  max-width: 22px;
  min-width: 22px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type="checkbox"]:checked+label::before {
  content: '\2713';
  background: #dcb970;
}

input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type="radio"]+label::before {
  content: '\a0';
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 100%;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type="radio"]:checked+label::before {
  content: '\2713';
  background: #dcb970;
}

input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* === wending forms === */
.switch-wrapper {
  overflow: hidden;
  position: relative;
  height: 24px;
  width: 94px;
  box-sizing: border-box;
}

.yes-no-switch {
  margin: 10px 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}

.yes-no-switch>* {
  margin-right: 20px !important;
}

.yes-no-switch> :last-child {
  margin-right: 0 !important;
}

.yes-no-switch .yes,
.yes-no-switch .no {
  position: absolute;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  line-height: 1;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  transition: all 300ms;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.yes-no-switch .yes {
  left: 0;
  right: 50%;
  border-radius: 3px 0 0 3px;
  border-right: none;
}

.yes-no-switch .no {
  right: 0;
  left: 50%;
  border-radius: 0 3px 3px 0;
  border-left: none;
}

.yes-no-switch input+span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #d5d5d5;
}

.yes-no-switch input[value="1"]+span:after,
.yes-no-switch input[value="0"]+span:after {
  display: none;
}

.yes-no-switch input[value="1"]+span span.yes,
.yes-no-switch input[value="0"]+span span.no {
  background: #dcb970;
  border: 1px solid #dcb970;
  color: #fff;
}

/* =============== zestawy pól ============== */
.combo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}

.combo>* {
  margin-right: 20px !important;
}

.combo> :last-child {
  margin-right: 0 !important;
}

.combo input {
  margin: 0;
}

.combo>* {
  margin: 0;
  margin-bottom: 10px;
}

/* ================ Klasy specjalne ============= */
.question {
  overflow: hidden;
}

.question-label {
  display: block;
  margin-top: 20px;
}

span+.question-label {
  margin-top: 0;
}

table {
  width: 100%;
  max-width: 800px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table tr td,
table tr th {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

table tr th {
  background: #d3a74b;
  color: #fff;
}

table tr:nth-child(odd) {
  background: #eee;
}

/* ====== ANIMACJE ======= */
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* ================ BASE =============== */
/* = Czcionki = */
html,
body,
input,
textarea {
  font-family: lato, tahoma, arial, sans-serif;
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}

html,
body {
  color: #666;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: lato, tahoma, arial, sans-serif;
  margin: 3.4rem 0 2.2rem 0;
  text-transform: none;
  line-height: 1.4;
  color: #333;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 3.5rem;
  margin-bottom: 60px;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.9rem;
}

h6 {
  font-size: 0.9rem;
}

h4,
h5,
h6 {
  margin: 1.6rem 0 1rem 0;
}

h1+h3,
.start h2+h3 {
  text-align: left;
  display: inline-block;
  position: relative;
  margin: 0;
  top: -40px;
  background: #dcb970;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.start h2+h3 {
  top: 0;
}

h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}

h1,
h2 {
  position: relative;
  padding-bottom: 10px;
  font-family: Allura, tahoma, arial, sans-serif;
  text-align: center;
}

h2:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 2px;
  background: #dcb970;
}

.start h1,
.start h2 {
  position: relative;
  padding: 0 20px 0;
  font-size: 4.2rem;
  text-transform: none;
}

.mb-header h1:after,
.mb-header h2:after,
.mb-header h1:before,
.mb-header h2:before,
.special-header h1:after,
.special-header h2:after,
.special-header h1:before,
.special-header h2:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100px;
  height: 3px;
  background: #dcb970;
}

.mb-header h1:after,
.mb-header h2:after,
.special-header h1:after,
.special-header h2:after {
  left: 100%;
}

.mb-header h1:before,
.mb-header h2:before,
.special-header h1:before,
.special-header h2:before {
  right: 100%;
}

.photo-section h1,
.photo-section h2 {
  position: static;
}

.photo-section h1:after,
.photo-section h2:after,
.photo-section h1:before,
.photo-section h2:before,
.mods-wrapper h2:after,
.mods-wrapper h2:before {
  display: none;
}

.mods-wrapper h2 {
  padding: 0;
  margin-bottom: 1rem;
}

.mods-wrapper h3,
.mods-wrapper h2+h3 {
  position: static;
  top: auto;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  color: #fff;
  margin-bottom: 2rem;
}

a {
  text-decoration: none;
  color: #d3a74b;
}

ul,
ul li {
  list-style: none;
}

ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding-left: 47px;
  min-height: 32px;
  margin-bottom: 15px;
}

ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("graphics/list-style.png") no-repeat center center;
}

q {
  font-style: italic;
  font-size: 1.2em;
  letter-spacing: 2px;
  padding: 0 0.5em;
  margin: 1em 0;
  box-sizing: border-box;
  display: block;
  text-align: center;
}

q span {
  clear: both;
  display: block;
  text-align: right;
  font-size: 0.7em;
  opacity: 0.8;
  text-transform: uppercase;
  margin-top: 15px;
  font-style: normal;
}

/* =============================== Menu Glowne ============================== */
nav {
  margin-right: -12px;
  /* wyrównuje margin ostatniego elementu */
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  transition: all 300ms;
}

nav ul li {
  margin: 0 12px;
  transition: all 300ms;
}

nav ul li a {
  padding: 0;
  font-size: 15px;
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 300ms;
  display: block;
  position: relative;
}

/* --------------- hover ------------------ */
nav ul a:hover,
nav ul li:hover {
  color: #ff9201;
}

nav ul a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: #dcb970;
  transition: all 300ms;
}

nav ul li a:hover:after {
  height: 3px;
}

/* --------------- active ----------------- */
/* --------------- Submenu ---------------- */
nav ul li ul {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  background: #fff;
}

nav ul li ul li a {
  position: relative;
  padding: 0.5em 1em;
}

/* ==============================  ELEMENTY UKŁADOWE ===================================== */
#CANVAS {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#PAGE-SIDE {
  position: fixed;
  top: 0;
  left: 0;
  right: 60%;
  bottom: 0;
  background: #f7f7f7;
  background-image: url("graphics/page-side-back.jpg");
  background-color: #f7f7f7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  overflow: visible;
  z-index: 2;
}

#PAGE-CONTENT {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 40%;
  overflow-y: auto;
}

.container {
  max-width: 1250px;
  padding: 0 100px;
}

.page-section {
  padding: 45px 0 45px 0;
  overflow: hidden;
}

#PAGE-CONTENT .page-section:first-of-type {
  padding-top: 90px;
}

#BOTTOM {
  padding: 90px 0 90px 0;
  margin-top: 45px;
}
.wedding-info li a{
  padding: 0 5px;
}
.start .page-section {
  padding: 100px 0 120px 0;
  position: relative;
}

.login-header {
  background: #f7f7f7;
  padding: 10px 30px;
  text-align: right;
  font-size: 0.9rem;
}

.PAGE {
  background: #fafafa;
  overflow: hidden;
}

.contentblocks .page-section:first-of-type,
.mb-header+.page-section {
  padding-top: 0;
}

.base-color {
  background: #dcb970;
}

.base-color * {
  color: #fff;
}

.base-color input {
  background: none;
  border: 1px solid #fff;
}

.base-color ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}

.base-color ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}

.base-color :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}

.base-color :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-style: none;
  opacity: 0.4;
}

.alt-color {
  background: #f7f7f7;
}

#TOP,
#TOP-MINI,
#TOP-EXTENDED,
#logo {
  transition: all 300ms;
}

#TOP {
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
}

#TOP-EXTENDED,
#TOP-EXTENDED .container {
  height: 50px;
}

#TOP-EXTENDED,
#TOP-MINI {
  padding: 0 65px;
  background: #fff;
}

#TOP-MINI {
  height: 90px;
  border-bottom: 1px solid #ddd;
}

#TOP-EXTENDED .container {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#TOP-EXTENDED .container>* {
  margin-right: 20px !important;
}

#TOP-EXTENDED .container> :last-child {
  margin-right: 0 !important;
}

#TOP-MINI .container {
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* ---  ELEMENTY TOP --- */
#logo {
  position: absolute;
  left: 0;
  max-width: 300px;
  height: 140px;
  padding: 10px 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#logo img {
  max-height: 100%;
  max-width: 100%;
}

#TOP.sticked {
  height: 50px;
}

#TOP.sticked #TOP-EXTENDED {
  height: 0;
}

#TOP.sticked #logo {
  height: 50px;
  transition: all 150ms;
}

#TOP.sticked #TOP-MINI {
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#TOP.sticked nav {
  height: 50px;
}

#BOTTOM {
  background: #f7f7f7;
}

#FOOT {
  height: 55px;
  border-top: 1px solid #ccc;
  color: #999 !important;
}

#FOOT .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

#FOOT .container>* {
  margin-right: 20px !important;
}

#FOOT .container> :last-child {
  margin-right: 0 !important;
}

#FOOT .container .links {
  flex: 1;
}

/* === zestawy modułów === */
.mods-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.mods-wrapper>* {
  margin-right: 40px !important;
}

.mods-wrapper> :last-child {
  margin-right: 0 !important;
}

.mods-wrapper>* {
  flex: 1;
}

.mods-wrapper .contact_data {
  align-self: flex-end;
}

.header-mods {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.header-mods>* {
  margin-right: 20px !important;
}

.header-mods> :last-child {
  margin-right: 0 !important;
}

.links a {
  color: #999;
  text-transform: uppercase;
}

.header-mods .social_links>span {
  display: none;
}

/* === STRONA GŁÓWNA SEKCJE === */
.contact-section-icon {
  min-height: 50px;
}

.contact-section-icon,
.contact-section-icon>div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.contact-section-icon>*,
.contact-section-icon>div>* {
  margin-right: 20px !important;
}

.contact-section-icon> :last-child,
.contact-section-icon>div> :last-child {
  margin-right: 0 !important;
}

.contact-section-icon>div {
  flex: 1;
}

.contact-section-icon span,
.contact-section-icon strong {
  display: block;
}

.contact-section-icon .content {
  margin-top: 3px;
  font-size: 1.2em;
  line-height: 1.2;
}

.contact-section-icon * {
  color: #666;
}

.base-color .contact-section-icon * {
  color: #fff;
}

.mods-wrapper .contact-section-icon {
  align-items: flex-end;
}

/* ========= PAGE-SIDE ============ */
#PAGE-SIDE .slide {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#PAGE-SIDE .content {
  padding-bottom: 180px;
}

#PAGE-SIDE .wedding-names {
  background-image: url("graphics/and-icon.png");
  background-color: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto;
  margin-bottom: 3em;
  text-align: center;
}

#PAGE-SIDE .wedding-names h3 {
  font-family: Allura, tahoma, arial, sans-serif;
  font-size: 2.6rem;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1;
}

.guest-names {
  font-family: Allura, tahoma, arial, sans-serif;
  font-size: 2.6rem;
  margin: 0;
  margin-bottom: 50px;
  line-height: 1;
  text-align: center;
}

#PAGE-SIDE .photo-frame {
  padding: 15px 15px 50px 15px;
  background: linear-gradient(45deg, #fff, #faf5eb);
  position: relative;
  display: inline-block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

#PAGE-SIDE .photo-frame img {
  display: block;
  max-width: 200px;
  max-height: 200px;
}

#PAGE-SIDE .photo-frame .name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: Allura, tahoma, arial, sans-serif;
  font-size: 2rem;
}

#PAGE-SIDE .photo1 {
  transform: rotate(0deg);
  z-index: 2;
  transition: all 1s;
}

#PAGE-SIDE .photo2 {
  transform: rotate(0deg);
  z-index: 1;
  transition: all 1s;
}

.side-date-box-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.side-date-box-wrapper>div {
  float: left;
  margin-right: 15px;
}

.side-date-box-wrapper>div:last-child {
  margin-right: 0;
}

/* --- zmiana contentu --- */
#PAGE-SIDE .content {
  padding-bottom: 150px;
}

#PAGE-SIDE .slide1 {
  bottom: 0;
  transition: all 1s;
}

#PAGE-SIDE .slide2 {
  bottom: -300%;
  transition: all 1s;
}

.slide #PAGE-SIDE .slide1 {
  top: -300%;
}

.slide #PAGE-SIDE .slide2 {
  bottom: 0;
}

.slide #PAGE-SIDE .photo1 {
  transform: rotate(-15deg);
  transition-delay: 400ms;
}

.slide #PAGE-SIDE .photo2 {
  transform: rotate(5deg);
  transition-delay: 400ms;
}

/* ==== PAGE CONTENT ==== */
.nice-accordion {
  margin-top: 20px;
}

.nice-accordion .nice-accordion-content {
  overflow: hidden;
  margin: -20px -30px 10px -30px;
  padding: 20px 30px 0 30px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #ddd;
  height: 0;
  opacity: 0;
  transition: all 300ms;
}

.nice-accordion.active .nice-accordion-content {
  height: auto;
  padding: 20px 30px 20px 30px;
  opacity: 1;
}

.nice-accordion-header {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #dcb970;
  padding: 0 52px 0 15px;
  height: 36px;
  position: relative;
  border-radius: 3px;
  color: #fff;
  background: #dcb970;
  z-index: 1;
  max-width: 205px;
  letter-spacing: 1px;
  font-size: 0.85rem;
  border-bottom: 2px solid #d3a74b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nice-accordion-header:hover {
  background: #d3a74b;
}

.nice-accordion.active .nice-accordion-header {
  background: #fff;
  color: inherit;
  max-width: 100%;
  border: 1px solid #dcb970;
  justify-content: flex-start;
}

.nice-accordion-header:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  background-image: url(icons/btn-plus.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #d3a74b;
}

.nice-accordion.active .nice-accordion-header:after {
  background-image: url(icons/btn-minus.png);
}

.wedding-place {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.wedding-place>* {
  margin-right: 20px !important;
}

.wedding-place> :last-child {
  margin-right: 0 !important;
}

.wedding-place h3 {
  margin-bottom: 5px;
}

.wedding-place h3+span {
  margin-bottom: 15px;
  display: block;
}

.wedding-place .content {
  flex: 1;
}

.wedding-place .controls {
  align-self: flex-end;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
}

.wedding-place .add-content {
  width: 100%;
  padding-left: 110px;
  padding-top: 40px;
  margin-left: 20px;
}

.date-box {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  width: 110px;
  height: 150px;
  display: inline-block;
  background: #fff;
}

.date-box .date-icon,
.date-box .date-time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0 15px 0;
  box-sizing: border-box;
  position: relative;
}

.date-box .date-icon:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #e4e4e4;
}

.date-box .date-icon img {
  max-width: 100%;
  max-height: 100%;
}

.date-box span {
  display: block;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: bold;
}

.date-box span.time {
  color: #999;
}

.icon-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 8px;
  line-height: 1.2;
}

.icon-text>* {
  margin-right: 10px !important;
}

.icon-text> :last-child {
  margin-right: 0 !important;
}

.icon-text img {
  max-height: 21px;
}

.contact-section .columns>div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.contact-section .columns>div>div {
  margin-bottom: 10px;
}

.circle-wrapper {
  position: relative;
  width: 155px;
  height: 155px;
  border-radius: 100%;
  background: #d3a74b;
}

.circle-wrapper .circle {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 100%;
  background: #dcb970;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.circle-wrapper .circle img {
  width: 100%;
}

.contact-section .contact-name {
  font-family: Allura, tahoma, arial, sans-serif;
  font-size: 2.5rem;
  text-align: center;
}

.contact-section .contact-tel {
  font-size: 1.1rem;
  text-align: center;
}

.contact-section .contact-tel a {
  color: inherit;
}

/* ======================= PODSTRONY ========================= */
.breadcrumps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0.8rem;
  margin: 0;
  color: #9f9f9f;
  height: 60px;
  text-transform: uppercase;
}

.breadcrumps a {
  color: #9f9f9f;
}

.breadcrumps a:hover {
  color: #3aac4d;
}

.breadcrumps img {
  height: 10px;
  margin: 0 5px;
}

#HEADER-IMAGE {
  min-height: 350px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  background-image: url("graphics/header-image.jpg");
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#HEADER-IMAGE .caption {
  padding-bottom: 40px;
}

#HEADER-NO-IMAGE {
  height: 141px;
  background: #fafafa;
}

.lead {
  padding-bottom: 40px;
  font-size: 1.2rem;
  color: #333;
}

.lead p {
  margin: 0;
}

.text-wrapper {
  overflow: hidden;
  max-width: 850px;
}

/* ======================= STRONA PRODUKTU ========================= */
.lead-content {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.lead-content>* {
  margin-right: 40px !important;
}

.lead-content> :last-child {
  margin-right: 0 !important;
}

.lead-content>* {
  flex: 1;
}

.lead-content .image img {
  width: 100%;
  display: block;
}

.lead-content .lead {
  position: relative;
  padding-bottom: 3rem;
}

.price-section {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.price-section .button {
  margin: 0;
}

.product-price {
  text-align: right;
  padding-bottom: 1rem;
}

.product-price .price {
  color: #d3a74b;
  font-size: 2rem;
}

.lead-content h1 {
  font-size: 1.9rem;
  color: #666;
}

.page-content {
  padding-top: 50px;
}

/* ======================= STRONA KONTAKTU ========================= */
.bigger {
  font-size: 1.4rem;
}

/* === Photo section === */
.photo-section {
  padding-bottom: 45%;
}

.ps-image {
  z-index: 0;
  background: #f7f7f7;
}

.ps-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4) !important;
  z-index: 1;
}

.ps-image>* {
  position: relative;
  z-index: 2;
}

.ps-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}

.caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 160px;
}

.caption h1,
.caption h2 {
  background: #dcb970;
  color: #fff;
  padding: 20px 50px;
  font-size: 3.5rem;
  margin: 0;
}

#HEADER-IMAGE .caption h1,
#HEADER-IMAGE .caption h2 {
  font-size: 2.1rem;
}

.add-2 {
  background: #fff;
  margin-top: -18px;
  padding: 10px 20px;
  display: inline-block;
}

.add-2>* {
  margin: 0;
}

.text-1 {
  color: #fff;
  padding-top: 40px;
  font-size: 1.2rem;
  text-align: center;
}

.text-1 p {
  margin: 0;
}

/* === CARD === */
.card {
  margin-bottom: 60px;
  padding-bottom: 3rem;
  min-height: 0;
  position: relative;
  display: block;
  vertical-align: top;
}

.card .content {
  padding-top: 20px;
}

.card .content h3 {
  margin-bottom: 20px;
}

.card .thb .img-placeholder {
  padding-bottom: 61%;
}

.card .controls {
  text-align: right;
}

/* === MULTIBLOKI === */
/* -- ogolne -- */
.mb-header,
.special-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 60px;
}

.mb-header>*,
.special-header>* {
  margin: 0;
}

.mb-footer .button {
  margin: 0;
}

.mb-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mb-footer>* {
  margin-right: 20px !important;
}

.mb-footer> :last-child {
  margin-right: 0 !important;
}

/* -- icon card - icon tile - icon-pointer-- */
.icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.icon-tile {
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}

.icon-tile .content {
  padding-left: 20px;
  margin-bottom: 0;
  min-width: 120px;
  overflow: hidden;
}

.icon-tile .content h3 {
  margin-bottom: 10px;
}

.icon-pointer .content {
  text-transform: uppercase;
}

/* -- logo-box -- */
div[data-grid="logo-box"] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

div[data-grid="logo-box"]>div {
  flex-basis: 180px;
}

.logo-box .thb {
  filter: grayscale(100%);
  opacity: 0.6;
}

/* -- icon-card-lux -- */
.icon-lux-wrapper {
  position: relative;
  background-color: #f7f7f7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  z-index: 0;
}

.icon-lux-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 1;
}

.icon-lux-wrapper>* {
  position: relative;
  z-index: 2;
}

.icon-lux-wrapper .icon-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}

.icon-round {
  position: relative;
  width: 100px;
  height: 100px;
  background: #dcb970;
  border-radius: 50%;
  margin-bottom: 20px;
}

.icon-round .thb {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.icon-lux-wrapper h3 {
  background: #dcb970;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.icon-lux-wrapper .content {
  color: #fff;
}

.icon-lux-wrapper div[data-grid="icon-card"] {
  position: relative;
  top: -50px;
}

.icon-card-lux {
  position: relative;
}

.mb-header .text1 {
  text-align: center;
  padding: 40px 0;
}

.content_block .mb-header .text1 {
  text-align: left;
  padding-top: 0;
}

.mb-header .text1 p {
  margin: 0;
}

.icon-card-lux .mb-footer {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  z-index: 1;
}

/* --- social links --- */
.social_links {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.social_links>* {
  margin-right: 20px !important;
}

.social_links> :last-child {
  margin-right: 0 !important;
}

.social-icon {
  /* Wygląd ikonki portalu społecznościowego */
  display: block;
  width: 20px;
  height: 20px;
  background: #999;
  border-radius: 3px;
}

/* --------------- Columns ------------------- */
.columns-x2,
.columns-x3,
.columns-x4,
.columns-x5,
.columns-x6,
.columns-x7,
.columns-x8 {
  margin-left: -20px;
  margin-right: -20px;
}

.columns-x2>div,
.columns-x3>div,
.columns-x4>div,
.columns-x5>div,
.columns-x6>div,
.columns-x7>div,
.columns-x8>div {
  padding-left: 20px;
  padding-right: 20px;
}

.card .controls {
  left: 20px;
  right: 20px;
}

/* --------------- Specjalne ustawienia CONTENT BLOKÓW --------------- */
.content-block.white {
  background: #fff;
}

.content-block.color {
  background: #dcb970;
  color: #dcb970 !important;
}

.content-block.color a {
  color: #fff !important;
}

.content-block.color h2,
.content-block.color h3,
.content-block.color h4,
.content-block.color h5 {
  color: #dcb970 !important;
}

.content-block .text1 {
  text-align: left;
}

/* === animacje onscreen === */
.icon-tile.onscreen,
.icon-card.onscreen,
.card.onscreen {
  animation-name: fadeInUp;
  animation-duration: 1s;
}

/* === elementy dodatkowe === */
.arrow-absolute {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -90px;
  text-transform: uppercase;
  color: #fff;
  width: 180px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.arrow-absolute>* {
  display: block;
  padding-bottom: 10px;
}

div.line {
  width: 1px;
  height: 12px;
  background: #999;
}

div.hr {
  height: 1px;
  background: #fff;
  background: linear-gradient(90deg, #fff 20%, #ddd);
}

*.hidden {
  display: none;
}

.yes-no-switch input+span {
  transition: all 300ms;
}

.yes-no-switch input.disabled+span {
  opacity: 0;
  width: 0;
  margin-right: 0 !important;
  filter: grayscale(100%);
  position: relative;
}

.yes-no-switch input.disabled+span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(221, 221, 221, 0.5);
  cursor: default;
}

.personal-questions {
  margin-top: -10px;
  margin-bottom: 5px;
}

.question {
  border-bottom: 1px solid #ddd;
}

.switch-wrapper {
  margin-right: 15px !important;
}

.personal-questions .switch-wrapper+span {
  font-size: 0.9em;
  color: #999;
}

.combo>.question,
.combo.question,
.question.textarea-1 {
  border: 0;
}