* {
  box-sizing: border-box;
  
  /*border: 1px solid gray;*/
}

.clearfix	{
	padding: 0px;
	padding-top: 24px;
	margin: 0px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.center1200 {width:100%;}

.col-faq img {
	max-width: 100%;
	height: auto;
	padding: 16 0 16 0; }

body { 	background-color: #101010;}

p {
	font-family: "Space Mono", courier;
	font-weight: regular;
	line-height: 22px;
	font-size: 13px;
	color: #bbbbbb;
}

b {
	color: #eeeeee;
	font-weight: bold;
	letter-spacing: 0.5px;
}

ol, ul {
	font-family: "Space Mono", courier;
	font-weight: regular;
	line-height: 22px;
	font-size: 13px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	color: #bbbbbb;
}

ol li {
	color: white;
	font-weight: bold;
}
ol li span	{
	color: #bbbbbb;
	font-weight: 400;
}


ul {
	list-style-type: square;
}

li	{
	margin: 0.75em 0;
}

a	{
	color: #b8002a;
	text-decoration: none;
}

a:hover	{
	color: #b8002a;
	text-decoration: underline;
}

::-moz-selection { /* Code for Firefox */
  color: black;
  background: #b8002a;
}

::selection {
  color: black;
  background: #b8002a;
}

/*div {
	font-family: "SpaceMono", Verdana;
	line-height: 1.5em;
	font-size: 12px;
	color: #bbbbbb;
	
}*/

h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-size: 26px;
	color: #eeeeee;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 36px;
	letter-spacing:0.75px;
	/*border: 1px solid red;*/
}

h2 {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: #eeeeee;
	line-height: 30px;
	margin-top: 0px;
	letter-spacing:0.5px;
	/*border: 1px solid red;*/
}

h2.lista {
	margin-bottom: 1em;
}

h3 {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #dddddd;
	line-height: 24px;
	letter-spacing:0.5px;
}

#linia-menu	{
	margin: 1 16 16 16;
	border: 1px solid #666666;
}

hr {
	margin: 2em 0;
	border: 1px solid #666666;
}

.header {
	width:100%; 
	height:85px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-2-menu {width: 16.66%;}
.col-3 {width: 25%; }
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%; }
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%; }
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}



[class*="col-"] {
  float: left;
  padding: 16px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}
.row-about::after {
  content: "";
  clear: both;
  display: table;
}

.row-about {
	width: 66.66%;
	position: relative;
	margin: auto;
}

/* OPIS / FAQ / DŁUGIE TEKSTY */

.row-faq::after {
  content: "";
  clear: both;
  display: table;
}

.row-faq {
	width: 50%;
	position: relative;
	margin: auto;
}

ul.lista-pytan	{
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 200;
	color: #dddddd;
	line-height: 30px;
	/*margin:	1.5em 0;*/
	letter-spacing:0.3px;
	list-style-type: square;
}

.lista-pytan li	{
	margin:	0.5em 0;
}

.boks
{
	display:inline;
	float:left;
	margin-right:10px;
	margin-top:8px;
	width:12px;
	height:12px;
	background-color:#b8002a;
}

.boks2
{
	display:inline;
	float:left;
	margin-right:11px;
	margin-top:11px;
	width:16px;
	height:16px;
	background-color:#b8002a;
}

p.cytat {
	margin: 1.75em 0 1.75em 40px;
	
	font-family: "Poppins", sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: 500;
	color: #dddddd;
	letter-spacing:0.5px;
	line-height: 26px;
}

.kontakt {
	display: block;
	text-align: center;
	line-height: 2em;
}

/* GALERIA */
.galeria	{
	margin: 8px;
}
.row-galeria {
	width: 100%;
	position: relative;
}

.row-galeria::after {
  content: "";
  clear: both;
  display: table;
}

.col-grafiki {
	width: 20%;
	padding: 8px;
	position: relative;
	display: block;
}

.col-grafiki img {
	width: 100%;
	height: auto;
	display: block;
}

.col-grafiki .overlay-galeria {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: black; /*#008CBA;*/
  background-clip: content-box;
}

.col-grafiki:hover .overlay-galeria {
  opacity: 0.85;
}

.tekst-galeria {
	padding: 32px;
	/*margin-top: 0px;
	letter-spacing:0.3px;
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	background: none;*/
}


/* PRZYCISKI NASTEPNY / POPRZEDNI / HOME */

.col-przycisk-previous {width: 25%;}
.col-przycisk-home {width: 33.3%;}
.col-przycisk-next {width: 25%;}

[class*="col-przycisk"] {
	padding: 8px;
}
[class*="col-przycisk"] .button b {
	color: #b8002a;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

[class*="col-przycisk"] .button:hover b {color: white;}

[class*="col-przycisk"] .button {
	display: block;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 16px;
	background-color: #111111;
	box-shadow: none;
	/*border: 1px solid #b8002a;*/
	color: #b8002a;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 200;
	letter-spacing:0.5px;
	font-size; 
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

[class*="col-przycisk"] .button:hover {
	text-shadow: 1px 1px 2px black;
	background-color: #b8002a;
	text-decoration: none;
	color: white;
}

/* ------------------------------------- ****************/


/*tresc normalnej notki (case study)*/

.col-fota-lewo {width: 58.33%;}
.col-podpis-waski {width: 25%;}
.col-fota-lewo img {width: 100%;}

.col-full-ilustracja {width: 83.33%;}
.col-full-ilustracja img {width: 100%;}


.col-dwa {width: 16.66%}
.col-geba-about {width: 58.33%;}
.col-geba-about img {width: 100%;}
.col-geba-opis {
	width: 41.66%;
	margin-top: 1em;
	}
/*
.col-dwa {width: 16.66%}
.col-geba-about {width: 33.33%;}
.col-geba-about img {width: 100%;}
.col-geba-opis {width: 33.33%;}
*/

/* MENU */


.logo {
  height: 100%;
  position: relative;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.col-logo {
	width: 45%;
	/*height: 38px;*/
	padding-left:45px;
	padding-right:30px;
	padding-top:25px;
	padding-bottom:20px;
	
}

.col-logo img {
	max-height: 38px;
	/*max-width: 45%;*/
	/*display: inline;
	vertical-align: middle;*/
	}

.col-menu {
	width: 38.33%;
	height: 85px;
	padding-right: 0px;
	padding-left: 0px;
}


.header .row{background-color: #101010;}

/* MENU DOLNE - FOOTER */

.col-footer {
	width: 83.33%;
	padding: 0px;
}

.col-copyright {
	width: 100%;
	padding: 0px;
	padding-left: 16px;
	text-align: center;
}

.col-copyright p {
	font-size: 10px;
}

.col-menu_dolne {
	width:66.66%; 
	padding: 0px;
}

.col-menu_dolne ul 
{
	padding: 0px;
	text-align: right;
	font-size:12px;
	letter-spacing: 0.75px;
	font-family:Poppins;
	text-transform:uppercase;	
	font-weight: regular;
	margin-top: 0px;
}

.col-menu_dolne li 
{
	text-indent:0px;
	display: inline; 
	margin:0;
	padding:0;
}

.col-menu_dolne li a 
{
	padding: 0px 18px 0px 18px;
	text-decoration: none;
	font-weight: bold;
}
	
.col-menu_dolne li a:hover 
{
	text-decoration:underline;
}

@media only screen and (min-width:1441px) {
	.col-menu .topnav .language{
	display: none;
	}
}

@media only screen and (max-width: 1440px) and (min-width:1001px) {
  [class*="fota-lewo"] {
    width: 66.67%;
  }
    [class*="podpis-waski"] {
    width: 33.33%;
  }
  [class*="col-2"] {display: none;}
  .row-galeria {width: 100%;}
  /*.row-galeria .col-grafiki { width: 25%;}*/
  .col-logo {width: 45%;}
  .col-menu {width: 55%;}
  
  .col-full-ilustracja {width: 100%;}
  
  .row-about {width: 100%;}
  
  .row-faq {width: 75%;}
  .col-faq {
	  width: 100%;
	  padding: 16px 30px;
	}
	
	.col-przycisk-previous{width: 33.33%;}
	.col-przycisk-home{width: 33.33%;}
	.col-przycisk-next{width: 33.33%;}
	
	.col-footer{width: 100%;}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  [class*="fota-lewo"] {
    width: 60%;
  }
    [class*="podpis-waski"] {
    width: 40%;
  }
  [class*="col-2"] {display: none;}
  .row-galeria {width: 100%;}
  /*.row-galeria .col-grafiki { width: 33.33%;}*/
  .col-logo {width: 45%;}
  .col-menu {width: 55%;}
  
  .col-full-ilustracja {width: 100%;}

  .col-menu .topnav .language{
	display: block;
	}  
	
  .row-about {width: 100%;}
  .col-geba-about {width: 100%;}
  .col-geba-opis {
	  width: 100%;
	  padding: 16px 30px;
	}
	
  .row-faq {width: 100%;}
  .col-faq {
	  width: 100%;
	  padding: 16px 30px;
	}
	
	.col-przycisk-previous{width: 33.33%;}
	.col-przycisk-home{width: 33.33%;}
	.col-przycisk-next{width: 33.33%;}
	
	.col-footer{width: 100%;}
}


@media only screen and (max-width: 768px) {
  [class*="fota-lewo"] {
    width: 100%;
	padding-bottom: 4px;
  }
    [class*="podpis-waski"] {
    width: 100%;
	padding: 16px 30px;
  }
  [class*="col-2"] {display: none;}
  
  .col-logo {width: 45%; padding-left: 30px;}
  .col-menu {width: 55%;}
  .row-galeria {width: 100%;}
  /*.row-galeria .col-grafiki { width: 100%;}*/
  
  .col-full-ilustracja {width: 100%;}
  
  .col-logo img {max-width: 100%;}
  .logo img {width: initial;}
  
  .row-about {width: 100%;}
  .col-geba-about {width: 100%;}
  .col-geba-opis {
	  width: 100%;
	  padding: 16px 30px;
	}
	
  .row-faq {width: 100%;}
  .col-faq {
	  width: 100%;
	  padding: 16px 30px;
	}
	
	.col-przycisk-previous{width: 33.33%;}
	.col-przycisk-home{width: 33.33%;}
	.col-przycisk-next{width: 33.33%;}
	[class*="col-przycisk"] .button {
		padding: 16px 8px;
		font-size: 12px;
		}
	
	.col-footer { width: 100%; }
	.col-copyright { width: 100%;}
	.col-menu_dolne {display: none;}
	
	.kontakt {font-size: 16px;}
	
	/*
	.col-menu_dolne { width: 100%; }
	.col-menu_dolne li a {padding: 0px 8px 0px 8px;}
	*/
	
	h1 {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 200;
	color: #eeeeee;
	line-height: 30px;
	/*margin-top: 0px;*/
	letter-spacing:0.5px;
	}
	
	.boks2 {
		margin-right:10px;
		margin-top:5px;
		/*width:12px;
		height:12px;*/
	}
}

@media only screen and (min-width:1441px) {
	.row-galeria .col-grafiki-zestaw { width: 25%;}
}

@media only screen and (max-width: 1440px) and (min-width:1201px) {
	.row-galeria .col-grafiki { width: 25%;}
	.row-galeria .col-grafiki-zestaw { width: 33.33%;}
}

@media only screen and (max-width: 1200px) and (min-width:1001px) {
	.row-galeria .col-grafiki { width: 33.33%;}
	.row-galeria .col-grafiki-zestaw { width: 50%;}
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.row-galeria .col-grafiki { width: 50%;}
	.row-galeria .col-grafiki-zestaw { width: 50%;}
}

@media only screen and (max-width: 768px) {
	.row-galeria .col-grafiki { width: 100%;}
	.row-galeria .col-grafiki-zestaw { width: 100%;}
}

.col-grafiki-zestaw {
	width: 20%;
	padding: 8px;
	position: relative;
	display: block;
}

.col-grafiki-zestaw img {
	width: 100%;
	height: auto;
	display: block;
}

/* poniżej menu */


.topnav {
  overflow: hidden;
}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 20px;
  /*font-family: "Titillium", Verdana;*/
  font-family: "Poppins", sans-serif;
  line-height:24px;
  background-color: #101010;
  position: relative;
  z-index: 1000;
  /*height: 54px;*/
  	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

.language {
	height: 54px;
}


.przycisk
{
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	text-align: center;
	
	color: #b8002a;
	text-shadow: 1px 1px 2px black;
	background-color: #64071C;
	text-decoration: none;
	color: white;
	outline: 1;
}

.przycisk:hover {
	color: white;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	background-color: #b8002a;
	text-decoration:none;
}
	

.col-menu .topnav img	{
	height: 15px;
	transform: translateY(5px);
	box-shadow: 1px 1px 3px #010101;
}

.col-2-menu .topnav img	{
	height: 15px;
	transform: translateY(5px);
	box-shadow: 1px 1px 3px #010101;
}

.topnav a:hover {
  color: #101010;
  text-shadow: 1px 1px 2px black;
	background-color: #b8002a;
	text-decoration: none;
	color: white;
	outline: 0;
}

.topnav a:hover i {
	background-color: #b8002a;
	color: white;
}
	
.topnav a.active {
  text-decoration: underline;
  color: white;
  outline: 0;
}

.topnav .icon {
  display: none;
  outline: 0;
}

.topnav {
  background-color: #101010;
}

@media screen and (max-width: 768px) {
  .topnav a/*:not(:first-child)*/ {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	padding-top:18px;
	height: 54px;
  }
}

@media screen and (max-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	height: 54px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	height: 54px;
  }
}



/* fonty */

@font-face {
    font-family: 'Titillium';
    src: url('type/TitilliumText22L005-webfont.eot');
    src: url('type/TitilliumText22L005-webfont.eot?iefix') format('eot'),
         url('type/TitilliumText22L005-webfont.woff') format('woff'),
         url('type/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('type/TitilliumText22L005-webfont.svg#webfontPWC81Gzt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: SpaceMono;
  src: url('type/SpaceMono-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: SpaceMono;
  src: url('type/SpaceMono-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}