:root {
	--main-font: "Barlow Condensed";}

* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: var(--main-font),sans-serif;
	font-size: 10px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizelegibility;
	scroll-behavior:smooth;}

a:hover, img:hover, img:not( :hover ), .socialbox_icon:hover, li:hover, input:hover, select:hover, #send_thx:hover {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-ms-transition:     all 0.4s ease;
	-o-transition:      all 0.4s ease;}

::-webkit-scrollbar {
    width: 10px;}
::-webkit-scrollbar-track {
    background: #f1f1f1;}
::-webkit-scrollbar-thumb {
    background: #888;}
::-webkit-scrollbar-thumb:hover {
    background: #555;}

html {
	height: 100%;}

body {
	width: 100%;
	height: 100%;
	background: #fff;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #000;
	text-align: center;
	padding: 0;}

strike {
    font-size: inherit;
	text-decoration: line-through;}
strong {
  font-size: inherit;}

ul#menu {
  position: fixed;
  top: 33px;
  right: 50px;
  list-style-type: none;
  display: flex;
  justify-content: center;}
li {
  display: inline-block;
  text-align: center;}
li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;}
li:hover {
  background: #eee;}

a {
	font-size: inherit;
  color: #666; }
a:hover {
  color: #aaa;}
a:visited {
  color: #aaa;}
  
a.accent {
  text-transform: uppercase; 
  font-size: inherit; 
  display: inline-block; 
  padding: 20px; 
  margin: 10px; 
  background: #dd0077; 
  color: #fff !important; 
  letter-spacing: 2px;}
a.border {
  font-size: inherit; 
  display: inline-block; 
  border: solid 1px #ddd; 
  padding: 20px; 
  margin: 10px;}

b {
  font-size: inherit;
  font-weight: 700;}
.accent {
  font-size: 22px;
  font-weight: 700;}

img#logo {
  max-height: 40vh;
  z-index: 10; 
  top: 150px; 
  left: 150px; 
  margin: 0 !important; 
  max-width: 50vw;
  transition: all 0.0s ease;}
img.data {
  max-width: 30vw;
  max-height: 20vh;
  position: absolute;}
img.left {left: 75px;}
img.right {right: 75px;}

#logobox { 
  width: 100%; 
  text-align: center;}
#logobox img {
  margin: 20px;
  height: 10vh;}

#footer {
  width: 100%;
  padding: 10px 0px;
  background: #fff;
  margin: auto;
  /* position: fixed; */
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
  z-index: 999;}

#socialpane {
	position: relative;
	padding: 100px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	align-items: center;
	text-align: left;
	background: #fff;
	z-index:999;
	margin-top: -50px;}
#socialpane h2 {
	margin: 0 0 20px 0;
}
#socialpane p {
  color: #666;
  text-transform: uppercase;
  margin: 0 0 10px 0;}
#socialpane img {
  margin: 0 10px 0 10px;
  opacity: 1;
  width: 15px;
  vertical-align: middle;}
#socialpane img:hover {
  opacity: 0.2;}
#socialpane a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 10px;
	display: block;
}
.socialpanegrid {
	padding: 0 100px;
}
.totheright {
	text-align: right;
}

#socialcontact {
  display: none;}

.wystawcy_cell {
	padding: 20px;
	margin: 5px;
	background: #fbfbfb;
	text-align: center;
    border: solid 1px #eee;
    cursor: pointer;}
.wystawcy_cell img {
	width: 12px;}
.wystawcy_cell h4 {
	width: 100%; 
    padding: 20px 20px 0 20px; 
    text-transform: uppercase; 
    text-align: center; 
    background: #fdfdfd; 
    font-size: 14px;}
.wystawcy_branza {
    font-style: italic; 
    text-align: center; 
    padding: 0 10px 20px 10px; 
    font-size: 12px}
#wystawca_galeria {
    width: 80%;
    text-align: center;
    margin: 50px auto 0 auto;}
#wystawca_galeria img {
    max-width: 30%;
    max-height: 30vh;
    margin: 5px;}
#wystawca_kontakt {
    width: 15vw;
    margin: 30px auto 100px auto;}
#wystawca_logo {
    display: block; 
    width: 10vw; 
    margin: 50px auto 0 auto;}

#forkon {
  margin: 20px auto;
  width: 100%;
	letter-spacing: 2px;}
#forkon input, #forkon textarea, select, option {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  width: 97%;
  height: 40px;
  margin: 3px 1.5px;
  padding: 10px;
  background: rgba(0,0,0,0.1);
  border: solid 1px;
  border-color: rgba(255,255,255,0.1);
  box-shadow: none;
  -moz-box-shadow:none;
  letter-spacing: 1px;}
#forkon textarea {
  height: 150px;}
#forkon input:focus, #forkon input:hover, #forkon select:hover, #forkon textarea:focus, #forkon textarea:hover  {
  background: rgba(0,0,0,0.05);
  border-color: rgba(0,0,0,0.2);}
#forkon input[type=file] {
 border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;  }
#forkon [type="file"] + label {
  background: #ddd;
  border: none;
  border-radius: 5px;
  color: #444;
  cursor: pointer;
  display: inline-block;
    font-family: inherit;
    font-size: inherit;
  font-weight: 300;
  margin-bottom: 1rem;
  outline: none;
  padding: 1rem 50px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
}
#forkon input[type=radio] {
    margin: 0;
    padding: 0;
    height: initial;
    width: auto;
    vertical-align: middle;
    display: inline-block;}
#forkon label {
    margin: 0 5px 0 30px;}

input#important {
	border: solid 1px #111;
	padding: 20px;
	text-align: center;
}
input#important::placeholder {
	color: #000;
	font-weight: bold;
	text-align: center; 
}

    
*:focus {
  outline: 0 !important ;
}
*::-webkit-input-placeholder {color: #111;}
*::-moz-placeholder {color: #111;}
*:-ms-input-placeholder {color: #111;}

#forkon input[type="submit"], #send_thx, #playbutton {
  font-weight: 300;
    align-items: center;
  margin: 3px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 80px;
  color: #fff;
  width: 80%;
  background: #202a3a;
  border: solid 0px;
  border-color: rgba(0,0,0,0.1);}
#send_thx {
	margin: 10px auto !important;}
#send_thx #butinf {
	font-size: 20px !important;
	font-weight: 700;
	line-height: normal;
    padding: 30px 10px;
	width: 100%;
	display: block;
    height: initial;}
#forkon input[type="submit"]:hover,#send_thx:hover {
  background: #ddd;
  color: #111;
  border: solid 0px;
  border-color: rgba(0,0,0,0.3);
  cursor: pointer;}
#forkon input[type="checkbox"] {
  width: 10px;
  height: 10px;}
#send_thx span {
  font-weight: 300;
  display: inline-block;
  position: relative;
  top: -20px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #fff;}
.alert {background: #f00 !important;}
.hide {display: none;}

.half {width: 48% !important;}

#contact_form {
  width: 50vw;
  text-align: center;
  margin: 0 auto;}

#splash {
	background: url('gfx/offwedding-mysiatrzy.jpg'); 
	height: 100vh; 
	background-size: cover; 
	background-position: 50%; 
	overflow: hidden; 
	position: relative;
}
#splash #container {
	position: absolute; 
	top: -150px; 
	height: 100%;
}
#splash #dates {
	position: absolute;
	bottom: 0;
	left: 0;
}
#parallax-photo {
	width: 30vw; 
	height: 160vh; 
	background: url('gfx/photo-2023-1.jpg'); 
	background-size: cover; 
	background-position: 50% 0; 
	position: relative; 
	left: 60vw; 
	top: -120vh; 
	z-index: 99;
}
#date-warsaw {
	position: relative; 
	z-index: 50;
	padding: 0px;
}
#kup-bilet {
	position: relative; 
	z-index: 50;
	width: 20vw;
	padding: 50px;
}
#content-joiner {
	position: relative; 
	padding: 50px;
	width: 100vw; 
	z-index: 90; 
	background: white;
}
.date-img {
	width: 100%;
}
#parallax-date-lodz {
	position: absolute; 
	top: 600px; 
	left: 15vw; 
	z-index: 50; 
}
#parallax-date-wawa {
	position: absolute;
	top: 300px; 
	right: 15vw; 
	z-index: 50; 
	background: none;
}
section.sect {
  width: 100%;
  padding: 0 20px;
  min-height: 100%;
  font-weight: 100;
	line-height: 1;
	z-index: 999;
  text-align: right;}
section.right {
	width: 60vw;
}

  .blocktext {
  color: #000;
  font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
  font-weight: 300;
  width: 40vw;
	margin: 30px auto 0 auto;
  padding: 0 0 0 0;
	line-height: 2;
  text-align: left;
  vertical-align: top;
  }
.blocktext strong {
  font-size: inherit;
  font-weight: 500;
}
#article-text {
	margin: 30px 0 30px 0;
}
#article-text ul {
	list-style-position: inside;
	color: #000;
	font-family: quicksand, sans-serif;
	font-size: 20px;
	font-weight: 400;
	width: 40vw;
	margin: 30px auto 0 auto;
	padding: 0 0 0 0;
	line-height: 2;
	text-align: left;
	text-align-last: initial;
}
#article-text li {
	color: #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	display: list-item;
	text-align: left;
}


.forfiter {
	text-align: justify;}
img.forfiter {
	max-width: 1200px;
}
.leftext {
    text-align-last: left;}
.forfiter a {
	font-size: inherit;
	border-bottom: 1px solid #ddd;}
.gallery {
    text-align-last: left;
    margin: 10px auto 50px auto;}
.lookimg {
    display: block;
    margin: 10px auto;}
 #look_movie {
  width: 100%;
  height: 700px;
  margin: 25px 0 0 0;}

.site_block {
    width: 100%;
    text-align: justify;
    text-align-last: center;
    padding: 20px;}


#about > p {
	font-size: 16px;
  	color: #333;
	z-index: 3;}
#about_photo {
	background: url('gfx/bg_about.jpg');
	background-position: 50% 50%;
	background-size: cover;
	float: left;
	width: 60%;
	height: 100%;
	z-index: 3;}

#instagram {
  width: 100%;
  height: 450px;
  margin: 0 0 0 0;
  z-index: 7;
  position: relative;}
.instafeed {
	display: inline;
	width: 150px;
	opacity: 0.5;
	margin: 20px 10px;}
.instafeed:hover {
	opacity: 1;}
.socialbox {
  width: 600px;
  height: 300px;
  margin: -20px 0 0 580px;
  position: relative;
  z-index: 3;}
.socialbox_quote {
  display: inline-block;
  width: 60%;
  height: 100%;
  background: rgba(20,130,170,0.9);
  position: absolute;
  top: 0;
  left: 0;}
.socialbox_img {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;}
.socialbox_icon {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 105px;
  left: 60%;
  margin: 0 0 0 -35px;}
.socialbox_icon:hover {
  opacity: 0.5;}
.infobox {
  max-width: 300px;
  color: #fff;
  padding: 30px 30px 40px 60px;
  font-size: 16px;}

#contact_box {
	width: 20vw;
	margin: 30px auto;
	text-align: center;}
.contact_list {
	font-size: 14px;
	line-height: 26px;}
.contact_list a {
	font-size: inherit;
	border-bottom: 1px solid #aaa;}

#contact {
  width: 100%;
  position: relative;
  background: #fff;
  text-align: center;
  padding: 0 0 100px 0;}

#contact_block {
  width: 50%;
  margin: auto;
  background: rgba(255,255,255,0.8);
  padding: 30px 50px 50px 50px;
	text-align: center;
  z-index: 3;}
h1, h2 {
	font-size: 50px;
	text-transform: uppercase;
	display: block;
	font-family: inherit;
	font-weight: 400;
	text-align: center;
	color: #000;
	position: relative;
	z-index: 9;
	margin: 30px 0 0 0;}	
.sub-h1 {
  font-size: 24px;
  letter-spacing: 0.2px;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
  /* text-transform: lowercase; */
  color: #000;
  position: relative;
  z-index: 9;}
h2 {
	display: block;
	padding: 0;
	font-size: 18px;
	margin: 30px auto 0 auto;
	color: #000;
	text-transform: uppercase;
    line-height: 1;
	font-weight: 500;}
h2 span { display: initial;}    

	
#contact_photo {
	background: url('gfx/bg_contact.jpg');
	background-position: 50% 50%;
	background-size: cover;
	float: left;
	width: 60%;
	height: 100%;
	z-index: 3;}
#contact_katalog {
	background: url('gfx/bg_catalog.jpg');
	background-position: 50% 50%;
	background-size: cover;
	width: 100%;
	height: 40%;
	z-index: 3;}

#cntct_head {
  font-size: 18px;
  font-weight: 500;
  color: #222;}

#cntct_lead {
  font-family: var(--main-font),tahoma,sans;
  font-size: 14px;
  font-weight: 300;
  color: #555;}

#cntct_mail {
  font-family: var(--main-font),tahoma,sans;
  font-weight: 100 !important;
  font-size: 13px !important;
  color: #666 !important;
  margin: 15px 0 0 0 !important;
  text-transform: initial !important;
  letter-spacing: initial !important;}
#cntct_mail a {
  font-family: inherit;
  vertical-align: top;
  color: #666;}
#cntct_mail a[href^="mailto:"] {
  font-size: 20px;}
#cntct_mail a[href^="tel:"] {
  font-size: 16px;}
#cntct_mail a:hover {
  color: #aaa;}

.quote {
  width: 70%;
  margin: 50px 0 0 10%;
  color: #000;
  font-size: 18px;
  border-right: solid 5px rgba(0,0,0,0.2);
  text-align: right;
  padding: 10px 20px 30px 0px;}
.quote_signature {
  margin: -20px 0 0 40%;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;}

#offer_logo {
  position: relative;
  margin-top: 30px;
  z-index: 30;}
.offer_list {
  width: 40%;
  margin: 20px auto;
  line-height: 32px;}
.offer_list li {
  display: list-item;
  text-align: left;
  position: relative;
  margin: 0 0 6px 0;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #666;}
li.sublist {
	font-size: 14px;}
li.sublist ul {
	font-size: 14px;}
li.sublist ul li {
	list-style-type: none;}
li.sublist ul li:before {
	content: '- ';}
.offer_list li a, li.sublist ul li a {
	display: inline;
	text-transform: initial;
	font-size: inherit;
	letter-spacing: initial;
	padding: 0;
	border-bottom: 1px solid #ddd;}

#offer_social {
  padding: 30px 0;
  text-align: center;
  clear: both;}
#offer_social img {
  margin: 0 7%;
  width: 16px;}
#offer_social a:hover {
  opacity: 0.3;}
.offer_tab {
  width: 100%;
  padding: 50px 0;}
.offer_title {
  width: 100%;
  text-transform: uppercase;
  text-align: center !important;
  font-family: "encode sans condensed";
  font-size: 24px !important;
  color: rgba(180,0,80,1) !important;
  font-weight: 400;}
.offer_price {
  width: 100%;
  font-size: 24px;
  color: #f00;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 70px 0;}
.offer_text {
  width: 100%;
  background: #eee;
  padding: 80px 0 100px 0;
  clear: both;}
.offer_text p {
  width: 40%;
  font-size: 16px;
  color: #696969;
  line-height: 30px;
  text-align: justify;
  margin: 20px auto 0 auto;}
.offer_text a {
	border-bottom: 1px solid #ddd;}
.offer_imgset {
  width: 50%;
  height: 50%;
  float: left;
  background-size: cover !important;
  border-style: solid;
  border-color: #fff;}
sub {
  margin: 0 0 0 3px;
  vertical-align: baseline;}
.bigger {
  font-size: 24px;}


#media {
  width: 100%;
  min-height: 150px;
  background: #fff;
  z-index: 99;
  text-align: center;
  padding: 20px;}
#media img {
    image-rendering: crisp-edges;
  max-width: 130px;
  max-height: 40px;
  filter: grayscale(100%);
  margin: 20px 20px 0 20px;
  vertical-align: middle;}

#regulamin_head {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  width: 600px;
  margin: auto;
  padding: 30px 0 30px 0;
  text-align: center;
  background: rgba(255,255,255,0.7);}
#regulamin {
  width: 600px;
  margin: auto;
  padding: 0 0 100px 0;
  background: rgba(255,255,255,0.95);}
#regulamin ol {
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -10px;
  padding: 20px;}
#regulamin span {
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0 0 0;
}
#regulamin ol li {
  font-size: 14px;
  font-weight: 100;
  display: list-item;
  padding: 5px;
  text-align: left;}
#forkon p {
  padding: 0 0 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 20px 0 10px 0;}
.opisu {
    margin: 10px 0 10px 0 !important;
	text-transform: initial !important;
	letter-spacing: 1px !important;
	font-size: 16px !important;
	color: #666;}
span.checkbox {
  display: inline-block;
  vertical-align: bottom;
  line-height: 24px;
  font-size: 14px;
  padding: 0 10px 0 30px;
  margin: 20px 0;}
span.checkbox a {
  font-size: inherit;
  text-decoration: underline;}
.checkbox.alert {
  background: rgba(255,0,0,0.6);
  color: #fff;}
.checkbox.alert a {
  color: inherit;
}

#regulamin_show {
  width: 100%;
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
z-index: 9999;}

#check {
  width: 100%;
  background: rgba(255,255,255,0.8);
  padding: 20px;
  display: table;}
#check .row {
  display: table-row;}
#check .row:hover {
	background-color: #fafafa;}
#check .cell {
  display: table-cell;
  padding: 10px;}
#check .sent {color: #eee;}
a:visited {color: initial;}

#offwedding_iframe {
  display: block;
  width: 100%;
  height:  100vh;}
#iframe-play {
	position:absolute;
  top:50%;width:100%;text-align:center;
  margin:0 auto;
  color: white;
  font-size: 72px;
  cursor: pointer;}

#rejestracja {
  width: 100%;
  height: 100%;
  position: absolute;}

.wystawcy_table {
	width: 60vw;
	display: grid;
	margin: auto;
	grid-template-columns: repeat(3,1fr);
	align-items: center;}

.gallery_table {
	width: 60vw;
	display: grid;
	margin: auto;
	grid-template-columns: repeat(1,1fr);
	align-items: center;}
.gallery_row {
	display: table-row;}
.gallery_cell {
	border-style: solid;
	border-color: #fff;
	border-width: 5px 5px 40px 5px;
	background: #f5f5f5;
	width: 20vw;
	min-height: 25vw;}
#art-grid {
	display: grid;
	margin: auto;
	grid-template-columns: repeat(3,1fr);
	align-items: center;}
#por-grid {
	display: grid;
	margin: auto;
	grid-template-columns: repeat(3,1fr);
	align-items: center;}

.pinterest {
	width: 25px;
	height: 25px;
	position: absolute;
	cursor: pointer;}
.pinterest img {
	width: 25px;}

.ispick {
	background: #efefef;}
.unconfirmed {
	background: #f00 !important;}

#menubar {
	width: 100%;
	/* padding: 20px 0; */
	background: #fff;
	position: fixed;
	z-index: 999;
	text-transform: capitalize;
	text-align: center;
	letter-spacing: 0.5px;
	display: grid;
	grid-template-columns: repeat(5,1fr);
	align-items: center;}
#menubar a {
    font-family: 'Barlow Condensed';
	text-transform: uppercase;
	display: inline-block;
	/* margin: 0 20px; */
	padding: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #666;}
#menubar a:hover {
	color: #ddd;}

#cta_button {
	color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 600;
	font-size: 10vw;
	text-transform: uppercase;
	display: inline-block;
  margin: auto;
  text-align: center;}
#cta_button:hover {
	background: rgba(0,0,0,0.5);
	color: rgba(255,255,255,0.5);}

#workshop {
	text-align: center;}
#workshop h1 {
	font-size: 20px;
	text-align: center;
	margin: 50px auto 10px auto;
	text-transform: uppercase;}
#workshop p {
	width: 80%;
	font-size: 16px;
	margin: 20px auto;
	line-height: 28px;}
#workshop a {
	font-size: inherit;}
#workshop a.under {
	font-size: inherit;
	border-bottom: 1px #aaa solid;}
#workshop #media a {
	border: 0;}
#workshop i {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;}
#workshop .name {
	font-size: 20px;}
#workshop #book {
	width: 40%;
    margin: 0 auto;
	text-align: center;}
#workshop #forkon p {
	text-transform: uppercase;
	margin: 10px auto 5px auto;
	letter-spacing: 4px;
	font-size: 12px;}
#workshop p.name {
	width: 100%;
	background: #666;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 5px;
	font-size: 13px;
	font-weight: 700;
	margin: 0;}
#workshop p.topic {
	margin: 0 0 30px 0;
	width: 100%;
	vertical-align: middle;
	background: #fcfcfc;
	padding: 10px 20px;
	text-align: justify;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 12px;}
#workshop p.about {
	width: 100%;
	padding: 30px;
	text-align: justify;}

#workshop .lineup {
	text-align: center;}
.timetable {
	line-height: normal;
	text-align: center;}
.date {
    display: inline-block;
	font-size: 18px;
	font-weight: 700;}
.time {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 0 0;}
#workshop #send_away {
  font-weight: 300;
  display: inline-block;
  font-size: 16px;
  line-height: 70px !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ddd;
  padding: 5px;
  width: 100%;
  height: 200px;
	text-align: center;}
#workshop #menu {
	display: flex;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 50px;
	background: #fff;}
#workshop #menu a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 20px;}
#workshop #aboutus {
	width: 50%;
	margin: auto;
	text-align: center;}
#workshop #aboutus img {
	width: 200px;
	border-radius: 50%;}
#workshop #aboutus div {
	display: inline-block;
	margin: 20px 30px;}
#workshop #showcase {
	width: 75%;
	margin: auto;}
#workshop #showcase img {
	border: solid #fff 1px;
	width: 25%}
    
.article_thumbnail {
    height: 300px; 
    border: solid 1px #ddd; 
    position: relative; 
    cursor: pointer;}
.article_title {
    background: rgba(0,0,0,0.5); 
    padding: 10px; 
    font-size: 18px; 
    line-height: 10px; 
    text-transform: uppercase; 
    font-weight: 700; 
    color: #fff; 
    position: absolute; 
    bottom: 0; 
    width: 100%;}
.article_title span {
  font-size: 11px; 
  text-transform: initial; 
  font-weight: 100;
  letter-spacing: 1px;}
    
section.author {
    margin: 30px auto; 
    border: 1px solid #eee; 
    padding: 20px; 
    width: 30%;}
section.author .blocktext {
  width: 100%;
  text-align: justify;
  font-size: 14px;
  padding: 0 5%;
  margin: 0;}
section.author #links a {
  font-size: 16px;
  letter-spacing: 2px;
}
section.author #links a img {
  margin: 10px; 
  height: 15px;
}   
#tooltip {
	width: 400px;
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	text-align: justify;
	margin: 10px auto;
	display: none;}
    
.gallery_box {
    height: 50vh; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    margin: 20px 0;
    cursor: pointer;}
.gallery_overlay {
    padding: 20px; 
    border: 1px solid rgba(255,255,255,0.8); 
    color: #fff; 
    font-size: 24px; 
    background-color: rgba(0,0,0,0.5);
	font-weight: 600;
	text-transform: uppercase;}
.gallery_overlay a {
	color: #fff;
}
.gallery_overlay a:hover {
	color: #aaa;
}
.add_image {
    margin: 10px 0;}    
.add_image img {
    width: 80px; 
    vertical-align: middle;
    margin: 0 5px 0 0;}

.credits {
    font-family: quicksand, sans-serif;
    display: block;
    margin-top: -10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;}

#countdown { color: inherit;}
.countdown-light {color: #fff;}
.countdown-dark {color: #000;}
.countdown-header {text-transform: uppercase; font-size: 20px; margin: 20px auto 0px auto !important; }
.countdown-header .accent {color: #a0002e;}
.countdown-block {display: inline-block; text-align: center; padding: 10px;}
.countdown-digits {font-size: 28px; font-weight: 400;}
.countdown-text {text-transform: uppercase; font-size: 11px;}

#form_div {
    width: 40%; 
    margin: 50px auto;}
#account_banner {
    width: 40%;}
    
#materials a {
    color: #111;
    border-bottom: solid 1px #333;}
#materials a:hover {
    color: #888;
    border-bottom: solid 1px #ddd;}
    
#popup {
  width: 100vw; 
  height: 100vh; 
  display: flex; 
  position: fixed; 
  inset: 0px; 
  padding: 20px; 
  background: rgba(0,0,0,0.9); 
  -moz-box-align: start; 
  align-items: flex-start;  
  z-index: 8888;}
#popup-bg {
  width: 100vw; 
  height: 100vh; 
  background: rgba(0,0,0,0.8); 
  position: absolute; 
  top:0; 
  left: 0;}
#popup-content {
  background: #fff; 
  margin: auto; 
  z-index: 9999; 
  padding: 30px 50px;}
#popup-content h2 {
  font-size: 24px;
  letter-spacing: 3px; 
  padding: 10px;}
#popup p, label {
  font-size: 14px; 
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 0 0 10px 0;}
input.newsletter {
  display: block;
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #ddd;
  color: #333;
  margin: 10px auto;
  padding: 10px;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 2px;}
::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  letter-spacing: 2px;}
label {
  font-size: 12px;
  cursor: pointer;}
.in-alert {
  border: solid 1px #f00 !important;}
  
.meble_table {
display: table; 
border-collapse: separate; 
border-spacing: 5px; 
margin: auto;}

.meble_row {
display: table-row;}

.meble_cell{
display: table-cell; 
border:1px; 
padding: 20px; 
background: #fafafa; 
margin: 5px;
}
.meble_cell span {
  display: inline-block;
  font-size: 12px; ;
  padding: 5px 0;}
.meble_cell input {
  background: #fff !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center;}

#pakiety div {
  font-size: 18px;
  padding: 20px 0 30px 0;
  margin: 5px 0;
  border: 1px solid #fff;
}
#pakiety div:hover {
    border: 1px solid #eee;
}
#pakiety div.selected {
    background: #fafafa;
}

#pakiety span {
  display: inline-block;
  width: 60%;
  letter-spacing: 1px;
  font-size: 14px;
  color: #666
}
#pakiety input[type="checkbox"] {
  margin: 0 15px 0 0;
  letter-spacing: 1px;
}

#pakiety strong {
  font-weight: 500;
  color: #000;
}

#comments {
	margin: 30px auto;
	padding: 20px;
	width: 30%;
}

#comments .title {
	margin: 20px 0 20px 0;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
}

.comment_name {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	text-align: right;
	display: block;
	width: 100%;
}

.comment_body {
	margin: 20px 0 0 0;
	font-weight: 300;
	font-size: 18px;
}

.grayscale {
	filter: grayscale(100%);
}

#photo-org {
	background: url('/gfx/offwedding-organizatorzy.jpg'); 
	background-size: cover; 
	background-position: top center; 
	width: 60vw; 
	height: 80vh; 
	margin: 50px auto;
}

#buyticket {
  width: 20%;
  margin: 40% auto 0 auto;
}

.eveneaframe {
  width: 40vw;
}

#iFrameResizer0 {
  width: 40vw
}