:root {
	--main-font: "Open Sans Condensed";
    --accent-color: #ff0066;
    --accent-color-t: rgba(255,0,100,0.9);
    --accent-color-th: rgba(255,0,100,0.7);
}

* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
    outline: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
	-moz-transition:    all 0.4s ease;
	-ms-transition:     all 0.4s ease;
	-o-transition:      all 0.4s ease;
    }

.noease {
  -webkit-transition: initial;
	-moz-transition:    initial;
	-ms-transition:     initial;
	-o-transition:      initial;}

::-webkit-scrollbar {
    width: 0px;}
::-webkit-scrollbar-track {
    background: #f1f1f1;}
::-webkit-scrollbar-thumb {
    background: #888;}
::-webkit-scrollbar-thumb:hover {
    background: #555;}
    
::placeholder {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: -20px -10px 0 10px;
    color: #111;
    opacity: 0.9;}

html {
	width: 100%;
	height: 100%;
	min-height: 100%;}
body {
	height: 100%;
  min-height: 100%;
	padding: 0 0 0 0;
  overflow: hidden;}
	
a {
  color: inherit;
  display: block;}
.mail {
    font-family: 'open sans', sans-serif;
    display: inline-block;
    margin: 0 20px; 
    font-size: 14px;
    font-weight: 300;}
address {
    margin: 20px 0;}

#bottom_bar {
  font-family: 'open sans',arial,sans-serif;
  font-weight: 900;
  width: 100%;
  height: 70px; 
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;}
  
#menu {
  position: relative;
  height: 100%;
  display: inline-block;}
#menu, #menu li{
	list-style: none;
	padding: 0;
  color: #222;}
#menu li {
    display: block;
    padding: 0 20px;
  font-size: 11px;
  letter-spacing: 2px;
  height: 100%;
  line-height: 70px;
	float: left;
  border-left: solid 1px #fff;
  color: #222;
  text-align: center;
  margin: 0;
  text-transform:uppercase;
  font-weight: 400;}
 
#menu li:hover {
  background: rgba(255,255,255,0.7);}
#menu li span {
  display: inline-block;
  line-height: 12px;
  position: relative;
  top: 5px;}
a[href="#warsztaty"] {
  color: #f00;}
a:hover {
  color: #ccc;}
  
#hook {
    margin: 0 80px !important;}
#logowrap {
  width: 100%; 
  height: 70px; 
  position: absolute;
  /* opacity: 0.2; */
}
  
.head_txt {
  font-family: "open sans", tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 0 20px 0;}
h1 span, h2 span {
    font-family: "open sans", sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #aaa;
    text-transform: lowercase;
    display: block;}
h1 span:before {
   content: "";
   font-size: 14px;
}
b {
    font-weight: 400;}
    
#hashtag {
    margin: 0 0 100px 0 !important;
    text-align: center;
    font-family: "open sans", sans-serif;}
.hashtag {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    background: #f6f6f6;
    text-transform: uppercase;
    font-size: 8px;}

.txts {
  font-family: "open sans", tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-indent: 0px;
  line-height: 30px; 
  margin: auto;
  text-align: justify;
  text-align-last: left;}
.txts a {
    display: inline;
    border-bottom: 1px solid #ddd;}
.imgs {
  font-family: arial, Sans-Serif !important;
  font-size: 9px;
  text-align: center;
  margin: 20px 0 0 0;}
span.pop {
  font-family: inherit;
  font-weight: 400;
  font-size: inherit;
  color: #000;}
span.under {
	text-decoration: underline;}
.text_light {
  color: #009de0;}
#info {
  font-family: 'open sans condensed',arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;}
    
.light  {
  color: #fff !important; }
.dark {
  color:#000 !important;}
  
#forkon input,textarea {
  font-family: 'ubuntu sans',arial,sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 12px;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 15px;
  border: 1px rgba(255,255,255,0.95) solid;
  color: #333;
  background: rgba(255,255,255,0.9);}
#forkon textarea {
  height: 200px;}
#forkon input:focus, #forkon input:hover, #forkon textarea:focus, #forkon textarea:hover {
  background: rgba(255,255,255,0.95);
  border-color: rgba(255,255,255,0.99);}
.divform {
  padding: 3px;
  width: 50%; 
  float: left;}
  

   
#forkon input[type="submit"], #send_thx {
  font-family: 'open sans condensed', arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  margin: 10px 0;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: lowercase;
  color: #fff;
  padding: 5px;
  width: 100%;
  height: 80px;
  background: var(--accent-color-t);
  border: solid 1px;
  border-color: rgba(255,255,255,0.1);
  cursor: pointer;}
#send_thx a {
  font-family: inherit;}
  
#forkon input[type="submit"]:hover,#send_thx:hover {
  background: var(--accent-color-th);
  border: solid 1px;
  border-color: rgba(255,255,255,0.1);}
#send_thx span {
 font-family: 'open sans condensed',arial,sans-serif;
  font-weight: 300;
  display: inline-block;
  position: relative; 
  top: -20px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #fff;}  
  
address, address a{
  font-family: 'ubuntu sans',arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;}
address a:hover {
  color: rgba(255,255,255,0.7);}
.cntct_txt {
  font-family: 'ubuntu sans',arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
  
.content_box {  
  position: relative; 
  z-index:99;
  margin: 0 auto 0 auto !important;
  display: grid;
  grid-template-columns: repeat(2,1fr);}
#contact_form {
  width: 500px; 
  margin: 50px auto;
  text-align: center;}
  
#thx_info {
  font-family: 'open sans condensed', arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  margin: 100px 0;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: lowercase;
  color: #fff;
  padding: 5px;
  width: 100%;
  height: 80px;
  background: var(--accent-color-t);
  border: solid 1px;
  border-color: rgba(255,255,255,0.1);}
  
#splash {
  position: absolute; 
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background: url('gfx/bg.jpg');
  background-size: cover;}
#grain {
	position: fixed;
	z-index: 50;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: url('gfx/grain.png');
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;}
  
.circle {
  position: absolute;
  top: -75px;
  left: 50%;
	border-radius: 50%;
	width: 150px;
	height: 150px;
  margin: 0 -75px;
  z-index: 999;
  background: #fff;
  text-align: center;
  cursor: pointer;}
.circle h1 {
  font-family: 'Lobster', cursive;
  font-size: 20px;
  color: #333;
  line-height: 180px;}

.gapper {
  width: 100%; 
  height: 20px; 
  background: #fff;
  position: absolute; 
  top: -10px;}
  
#seo {
  position: absolute;
  width: 100%; 
  height: 15px; 
  background: #111;}
#seo h1 {  
  font-family: 'open sans', sans-serif;
  font-weight: 300;
  font-size: 9px;
  color: #aaa;}
  
.bigger {
	font-family: 'open sans condensed';
	font-size: 100px;
	text-transform: uppercase;
	font-weight: 700;
	color: #999;}


#logos {
  width: 35%; 
  margin: 0 auto; 
  text-align: center;}
#logos a {
  display: inline;}
#logos a:hover {
  opacity: 0.5;}
  
.sentence {
  color: #aaa;
  font-family: 'Ubuntu Sans';
  font-weight: 300;
  font-size: 20px;
  margin: 100px auto;
  padding: 30px 0;  
  width: 40vw;
  text-align: center;
  line-height: 1.6;}
  
.cntct_box {
  font-family: 'ubuntu sans', arial, sans-serif;
  font-weight: 700;
  display: block !important;
  width: 50%;
  margin: 20px auto;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center !important;
  text-transform: uppercase;
  color: #fff !important;
  padding: 20px;
  background: #ff0066 !important;
  cursor: pointer;}
.lightbox {
    color: #fff;
    border-color: rgba(255,255,255,1) !important;}
.fixed {
    position: fixed; 
    top: 0; 
    z-index: -1; 
    left: 50vw;}

.textlink {
    display: inline;
    font-weight: 400;
    border-bottom: solid 1px #666 !important;}

.boxes {
	width: 50%;
	/* min-height: 100vh; */
	float: left;
}
.boxess {
	float: left;
}
.boxbg {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}

.txtbox {
	margin: 10% auto 10% auto;
	width: 75%;}

.sticky {
  position: sticky; 
  top: 70px;
}

#whitelogo {
    margin: 20vh 0 10vh 0; 
    width: 10vw; 
    height: auto;}
#contactlogo {
	margin: 20px auto;
  width: 20vw;
  max-width: 250px;}

/* .content_box:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;} */

#swrap {
    height: 100vh;
    overflow-y: scroll;
    scrollbar-color: #aaa #fafafa;
    scrollbar-width: thin;}
    
.backfixed { 
    /* position: fixed; 
    right: 0;
    top: 0; */
    height: 100%;}
    
.q {
    margin: 20px 0 5px 0;
    font-family: 'open sans condensed',sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-indent: 0px;
    line-height: 30px; 
    text-align: left;}
.a {
  font-family: "open sans", tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-indent: 0px;
  line-height: 30px; 
  text-align: left;}
  
.ctawrap {
    display: block;
    width: 30vw;
    margin: 0 0 0 200px;
    padding: 30px;
    background: var(--accent-color);}
.ctamain {
    color: #fff; 
    font-size: 30px; 
    font-family: 'Ubuntu Sans',tahoma; 
    font-weight: 100;
    text-align: left; 
    line-height: 40px; 
    margin: 0;}
.ctatext {
    color: #fff; 
    font-size: 18px; 
    font-family: 'Ubuntu Sans',tahoma; 
    font-weight: 300;
    text-align: left;  
    margin: 0;}
    
.accent {
    color: var(--accent-color);}
.accent_box {
    color: #fff !important;
    background: var(--accent-color);}
    
.slider_txt {
    margin: 10px;
    padding: 20px;
    font-family: 'Ubuntu Sans',tahoma; 
    font-style: italic;
    font-weight: 100;}
    
h2, h3 {
    font-family: "open sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: 000;
    margin: 30px 0 0 0;
    display: block;}
.rich {
    padding: 0;
    margin: 0 0 0 20px;;
    font-family: 'open sans',sans-serif;
    list-style-position: outside;
    counter-reset: item;}
.rich, .rich li{
    padding: 0;
    color: #222;}
.rich li {
    padding: 5px 0;
    font-size: 14px;
    margin: 0;
    list-style-type: none;}
.rich li a{
    padding: 0 0 0 5px;
    display: inline-block;}
.rich li:before {
    display: inline-block;
    content: counter(item) ". ";
    counter-increment: item;
    color: #000;
    font-weight: 700;}
    
.publication {
  font-family: "open sans", sans-serif;
  font-size: 9px;
  color: #aaa;
  text-align: center;
  text-transform: uppercase;}
  
.logosp {
  width: 20%;
  margin: 20px;
  vertical-align: middle;}


#offer {
  font-family: 'Ubuntu Sans',tahoma; 
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-color: #aaa #fafafa;
  scrollbar-width: thin;
  height: 100vh;
}
.margine {
    margin: 20px auto;
}
.offer_header {
    background: #fff !important;}
.offer_header_p {
    margin: 30px 0 !important;
    line-height: initial !important;
    color: #000 !important;}
#offer_logo {
    max-width: 150px;
    position: relative;
    z-index: 30;}
.offer_list {
  width: 40%; 
  margin: 20px auto; 
  line-height: 32px;}
.half {}
.offer_list li {
  position: relative; 
  margin: 0 0 6px 0; 
  padding: 0 0 0 10px; 
  font-size: 14px; 
  color: #666;}
#offer_social {
  padding: 30px 0; 
  text-align: center;
  clear: both;}
#offer_social a {
  display: inline-block;
  margin: 0 7%;}
#offer_social a img {
  width: 16px;
}
#offer_social a:hover {
  opacity: 0.3;}
.offer_tab {
  width: 60%;
  padding: 50px 0;
  margin: auto;}
.offer_tab_half {
  width: 60%;
  padding: 50px 0;
  margin: auto;}
.offer_title {
  width: 100%; 
  text-transform: uppercase; 
  text-align: center; 
  font-size: 18px; 
  color: #0f7864; 
  font-weight: 500;}
.offer_price {
  width: 100%; 
  font-size: 18px; 
  color: #0f7864; 
  text-transform: uppercase; 
  text-align: center;
  margin: 0 0 70px 0;
  font-weight: 700;}
.offer_tabhead {
  width: 100%; 
  background: #ffb400;}
.offer_tabhead p {
  width: 100%;
  font-size: 20px; 
  color: #fff; 
  line-height: 100px; 
  text-transform: uppercase; 
  text-align: center;}
.offer_text {
  width: 100%;
  background: #eee; 
  padding: 100px 20%;
  clear: both;}
.offer_text p {
  width: 60%; 
  font-size: 16px; 
  color: #696969; 
  line-height: 26px; 
  text-align: justify; 
  margin: auto;}

.offer_text p:first-letter {
  font-size: initial;}
.offer_imgset {
  width: 50%; 
  height: 50%; 
  float: left;
  background-size: cover !important;
  background-position: center;
  border-style: solid;
  border-color: #fff;}
#offer_footer {
  width: 100%;
  background: #eee; 
  text-align: center; 
  padding: 50px 0 150px 0;
}
#offer_footer a {
  font-size: 20px;
  color: #aaa;
  font-weight: 700;
}

.centerbox {
  width: 40vw;
  text-align: justify;
  text-align-last: center;
}