@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;400;500;600;700;800;900&display=swap');



.display-desktop {display:inline;}
@media screen and (max-width: 768px) {
	.display-desktop {display:none;}
}

.iw-container {
  width:100%;
  height:100%;
}

.iw-section {
  width:100%;
  height:auto;
  font-family: 'Exo 2', sans-serif;
  font-weight:400;
  color:#000;
  font-size:16px;
}

.iw-inner {
  max-width:1040px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 1020px) {
	.iw-inner {
	  max-width:90%;
	  margin: 0 auto;
	}
}

img {max-width:100%;}

h1, h2 {font-size: 38px; font-family: 'Exo 2', sans-serif; font-weight:400; padding:20px 0 0 0;}
@media screen and (max-width: 768px) {
	h1, h2 {text-align: center;}
}

a.cta-redtop {
  display: block;
  width: 180px;
  margin: 20px 0 0 20px;
  border: none;
  padding: 14px 0 12px 0;
  font-size: 14px;
  background: #ed1c24 url('../img/sygnet-white.png') no-repeat;
  background-position: 200px 14px;
  text-align: center;
  color: #fff;
  font-family: 'Exo 2', sans-serif;  
  font-weight:700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 13px 0px 13px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.cta-redtop:hover {
  color: #fff;
  text-decoration: none;
  padding: 14px 15px 12px 0;  
  border-radius: 0 13px 0 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: 130px 14px;
}

@media screen and (max-width: 1020px) {

	a.cta-redtop {
	  display: block;
	  width: 180px;
	  margin: 30px auto 10px auto;
	  border: none;
	  padding: 14px 0 12px 0;
	  font-size: 14px;
	  background: #ed1c24 url('../img/sygnet-white.png') no-repeat;
	  background-position: 200px 14px;
	  text-align: center;
	  color: #fff;
	  font-family: 'Exo 2', sans-serif;  
	  font-weight:700;
	  text-decoration: none;
	  text-transform: uppercase;
	  border-radius: 13px 0px 13px 0px;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}

}







/* MENU */

.menu {
  height:auto;
  overflow:auto;
  background: #fff;
  color:#000;
  font-family: 'Exo 2', sans-serif;
  font-weight:400;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
	.menu {
	  height:auto;
	  overflow:auto;
	}
}

.menu .logo-evtwin {
  float: left;
  margin-top: 10px;
  margin-right: 40px;
  margin-left: 20px;  
  max-width: 200px;
}
@media screen and (max-width: 1020px) {
	.menu .logo-evtwin {
	  float: none;
	  padding-right: 0px;
	  padding-top: 10px;
	  margin-right: 10px !important;
	}
}
@media screen and (max-width: 768px) {
	.menu .logo-evtwin {
	  float: right;
	  margin: 5px 5px 0 0 !important;
	  text-align:center; 
	  max-width: 170px;	  
	}
}


.menu .wcag {
  float: right;
  margin: 24px 0 0 30px; 
}
.menu .wcag button.contrast {font-size: 18px; float:left; display:block; margin: 5px 10px 0 10px; padding:10px 14px; color:#fff; background:#000;}
.menu .wcag .plussize1 {font-size: 18px; float:left; display:block; margin: 8px 12px 0 12px; padding:10px 0; color:#000; background:#fff;}
.menu .wcag .plussize2 {font-size: 16px; float:left; display:block; margin: 7px 12px 0 12px; padding:12px 0 10px 0; color:#000; background:#fff;}
.menu .wcag .plussize3 {font-size: 14px; float:left; display:block; margin: 6px 12px 0 12px; padding:13px 0 10px 0; color:#000; background:#fff;}

@media screen and (max-width: 1020px) {
.menu .wcag {
  margin: 0;  
}	
}	
@media screen and (max-width: 768px) {
.menu .wcag {
  margin: 10px 0 30px 0; 
  float:left;
  width:185px;
  clear:both;
  overflow: auto;
}		
}	
.menu .topline {display:none;}
@media screen and (max-width: 768px) {
	.menu .topline {float:left; width:96%; margin-top:10px; margin-bottom:10px; margin-left:2%; border-top: 1px solid #5e6b70; display:block;}	
}

.menu li a {
  display:block;
  float:left;
  padding: 38px 16px 36px 16px;
  color:#000;
  text-decoration: none;
  font-size:15px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu li a:hover {
  background: #ed1c24;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1020px) {
	.menu li a {
	  padding: 15px 16px 15px 16px;
	}
}
@media screen and (max-width: 768px) {
	.menu li a {
	  display:block;
	  float:left;
	  width:100%;
	  padding: 20px 10px;
	  color:#000;
	  text-decoration: none;
	  font-size:24px;
	  text-align:left;	  
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}
}

.submenu {
  color:#000;
  width: 100px;
}

.submenu li a {
  display:block;
  float:none;
  padding: 15px 25px;
  color:#313131;
  text-decoration: none;
  font-size:16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.submenu li a:hover {
  background: #f7f7f7;
  color:#313131;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* SECTIONS */


.s-top {
background: #243541 url('../img/sekcja-top-bg.jpg') no-repeat center bottom;
min-height: 600px;
padding: 30px 0;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
@media screen and (max-width: 1020px) {
	.s-top {
	background: #243541 url('../img/sekcja-top-bg-md.jpg') no-repeat center bottom;
	}
}
@media screen and (max-width: 768px) {
	.s-top {
	min-height: 330px;
	background: #243541 url('../img/sekcja-top-bg-sm.jpg') no-repeat center bottom;
	padding: 30px 0 380px 0;
	image-rendering: pixelated;
	-ms-interpolation-mode: bicubic;	
	}
}

.s-top .title {
  margin: 25px 20px 0 20px;
  padding: 0 0 40px 0;
  font-size:40px;
  font-weight:100;
  line-height: 110%;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}
@media screen and (max-width: 1020px) {
	.s-top .title {
	  margin: 5px 20px 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.s-top .title {
		font-size:32px;
		padding: 0 0 40px 0;
	}
}

.s-top .title span {font-weight:700;}

.s-top .title img {max-width:380px;}

.s-top .opis {
  margin: 30px 20px 0 20px;
  padding: 0;  
  font-size:21px;
  font-weight:200;
  line-height: 130%;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
}
@media screen and (max-width: 1020px) {
	.s-top .opis {
	  font-size:18px;
	}	
}


.s-projekty {margin:0 auto 40px auto; padding:0 0 20px 0; overflow:auto;}
.s-projekty .title {
  padding: 0;
  margin: 30px 0 0 10px;
  padding: 0 0 40px 0;
  font-size:84px;
  letter-spacing: -3px;
  font-weight:100;
  line-height: 110%;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}
.s-projekty .opis {
  padding: 0;
  margin: 30px 20px 0 10px;
  padding: 0;  
  font-size:15px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
}
.s-projekty .opis-m {
  padding: 0;
  margin: 30px 20px 0 10px;
  padding: 0;  
  font-size:14px;
  font-weight:400;
  line-height: 160%;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  text-align: justify;
}
.s-projekty .opis span {
  padding: 0;
  padding: 0;  
  font-size:26px;
  font-weight:200;
  line-height: 120%;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
}

.s-projekty .logo {
  width: 1000px;
  margin: 40px auto;
  padding:0;
}
.s-projekty .logo .logo-box {width:21%; float:left; margin:0 2%;}

@media screen and (max-width: 1000px) {
.s-projekty .logo {
  width: 100%;
  margin: 40px auto;
  padding:0;
}
}
@media screen and (max-width: 768px) {
.s-projekty .logo .logo-box {width:46%; float:left; margin:0 2%;}
}

.s-projekty img.projekt-logo {display:block; margin: 0 auto; float: none; clear: both; max-width: 80%;}
@media screen and (max-width: 768px) {
.s-projekty img.projekt-logo {display:block; margin: 0 auto; float: none; clear: both; max-width: 70%;}
}


.s-konsorcjum {
background: #243541 url('../img/sekcja-konsorcjum-bg.jpg') no-repeat center bottom; background-size:cover;
min-height: 600px;
padding: 40px 0 50px 0;
}
@media screen and (max-width: 1000px) {
.s-konsorcjum {
background: #243541 url('../img/bg-md.jpg') no-repeat center bottom; background-size:cover;
}	
}
.s-konsorcjum .title {
  padding: 0;
  margin: 0 0 0 10px;
  padding: 0 0 40px 0;
  font-size:58px;
  letter-spacing: -2px;
  font-weight:100;
  line-height: 110%;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom; 
}
.s-konsorcjum .opis {
  padding: 0 20px;
  margin: 30px 10px 0 10px; 
  font-size:15px;
  font-weight:400;
  line-height: 180%;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
  border-left: 2px solid #FF0000;
}

.s-konsorcjum .opis a.web {
margin: 18px 0 0 0;
display:table;
font-size:18px;
font-weight:400;
text-decoration:none;
color:#fff;
}
.s-konsorcjum .opis a.web i {
padding-left:6px;
font-size:14px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.s-konsorcjum .opis a.web:hover i {
padding-left:11px;
color:#FF0000;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.s-konsorcjum img.logo {display:block; float:none; clear: both; max-width:320px; margin: 40px 0 20px 10px;}
@media screen and (max-width: 768px) {
	.s-konsorcjum img.logo {max-width:90%;}	
}



.s-aktualnosci {padding:20px 0 20px 0;}

.s-aktualnosci .title {
  padding: 0;
  margin: 0 0 30px 10px;
  padding: 0 0 40px 0;
  font-size:58px;
  letter-spacing: -2px;
  font-weight:200;
  line-height: 110%;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom; 
}

.s-aktualnosci .projekt {
  text-align: center;
  margin: 20px 0 10px 0;
  padding: 25px 25px 15px 25px;
  box-shadow: 0px 8px 25px #d6d6d6;
  position: relative;
  height:440px;
}
@media screen and (max-width: 1000px) {
.s-aktualnosci .projekt {	
  height:460px;
}	
}
@media screen and (max-width: 768px) {
.s-aktualnosci .projekt {
  height:auto;
  position: static;  
}		
}


.s-aktualnosci .projekt .projekt-title {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  padding-top:10px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.s-aktualnosci .projekt p {
  text-align: left;
  font-size: 14px;
  line-height:140%;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}

.s-aktualnosci .projekt button {
  position: absolute;
  bottom: 12px;
  display: block;
  width: 160px;
  margin: 16px 0;
  border: none;
  padding: 14px 0 12px 0;
  font-size: 12px;
  background: #ed1c24;
  text-align: center;
  color: #fff;
  font-family: 'Exo 2', sans-serif;  
  font-weight:500;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 13px 0px 13px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s-aktualnosci .projekt button:hover {
  border-radius: 0px 13px 0px 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 15px #d6d6d6;
}
@media screen and (max-width: 768px) {
.s-aktualnosci .projekt button {
  position: static;   
}		
}



.s-zespol {margin:0 auto 40px auto; padding:50px 0 20px 0; overflow:auto;}
.s-zespol .title {
  padding: 0;
  margin: 0 0 0 10px;
  padding: 0 0 40px 0;
  font-size:58px;
  letter-spacing: -2px;
  font-weight:200;
  line-height: 110%;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom; 
}
.s-zespol .opis {
  padding: 0;
  margin: 30px 20px 0 10px;
  padding: 0;  
  font-size:20px;
  font-weight:400;
  line-height: 120%;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
}

.s-zespol .opis ul {margin:0; padding:15px 0 20px 6px;}
.s-zespol .opis ul li {list-style-type:none; font-size:15px; line-height: 17px; color:#000; padding: 6px 0 6px 14px; border-left: 2px solid #FF0000;}

.s-zespol .opis span {
  padding: 0;
  padding: 0;  
  font-size:26px;
  font-weight:700;
  line-height: 120%;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
}










.s-partnerzy {padding:20px 0 20px 0;}

.s-partnerzy .title {font-size: 44px; text-transform: uppercase; font-weight: 200; text-align: center; padding: 30px 0 60px 0; background: url('../img/title-bottom-bg.png') no-repeat center bottom; }

.s-partnerzy .partner {
  text-align: center;
}






.s-kontakt {
background: #243541 url('../img/sekcja-kontakt-bg.jpg') no-repeat center bottom; background-size:cover;
min-height: 600px;
padding: 40px 0 50px 0;
}
@media screen and (max-width: 1000px) {
.s-kontakt {
background: #243541 url('../img/bg-md.jpg') no-repeat center bottom; background-size:cover;
}	
}
.s-kontakt .title {
  padding: 0;
  margin: 0 0 0 10px;
  padding: 0 0 40px 0;
  font-size:58px;
  letter-spacing: -2px;
  font-weight:100;
  line-height: 110%;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom; 
}
.s-kontakt img.logo1 {display:block; float:none; clear: both; max-width:220px; margin-top: 0; margin-left: 35px;}
.s-kontakt img.logo2 {display:block; float:none; clear: both; max-width:240px; margin-top: -15px; margin-left: 35px;}
@media screen and (max-width: 768px) {
	.s-kontakt img.logo1 {max-width:220px; margin-top: 0; margin-left: 0; margin-bottom: 10px;}
	.s-kontakt img.logo2 {max-width:240px; margin-top: -15px; margin-left: 0;}
}
.s-kontakt .opis {
  padding: 30px 10px;
  margin: 30px 10px 0 10px; 
  font-size:14px;
  font-weight:400;
  line-height: 140%;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
  background-color:rgba(0,0,0,0.3);
  border-radius: 30px 0;
}
@media screen and (max-width: 768px) {
.s-kontakt .opis {
  padding: 30px 0;
  background: none;
}
}	
	
.s-kontakt .opis .specjalista {
  line-height: 150%;
  text-align: left; 
  padding:0 0 15px 30px;
  font-weight:200;
  font-size:32px;
}
@media screen and (max-width: 768px) {
.s-kontakt .opis .specjalista {
  line-height: 110%;
  text-align: left; 
  padding:0 0 5px 0;
  font-weight:200;
  font-size:36px;
}
}

.s-kontakt .opis .etykieta {
  line-height: 130%;
  text-align: right; 
  border-right: 1px solid #FF0000; 
  padding:10px 15px 10px 0;
  font-size:13px;
}
@media screen and (max-width: 768px) {
.s-kontakt .opis .etykieta {
  line-height: 100%;
  text-align: left; 
  border-right: none; 
  padding:0 0 0 0;
  font-size:14px;
}
}

.s-kontakt .opis .wartosc {
  line-height: 130%;
  text-align: left; 
  padding:10px 10px 10px 10px;
  font-weight:700;  
}
@media screen and (max-width: 768px) {
.s-kontakt .opis .wartosc {
  line-height: 100%;
  text-align: left; 
  padding:0 0 15px 0;
  border-bottom: 1px solid #FF0000;   
  font-weight:700; 
  font-size:16px;  
}	
}

.s-kontakt .opis ul {margin:0; padding:15px 0 20px 6px;}
.s-kontakt .opis ul li {list-style-type:none; font-size:16px; line-height: 18px; color:#fff; padding: 6px 0 6px 0}

.s-kontakt .opis a.web {
margin: 18px 0 0 0;
display:table;
font-size:18px;
font-weight:400;
text-decoration:none;
color:#fff;
}
.s-kontakt .opis a.web i {
padding-left:6px;
font-size:14px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.s-kontakt .opis a.web:hover i {
padding-left:11px;
color:#FF0000;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}




/* POWRÓT DO GÓRY */

.tothetop {
  position:fixed;
  bottom:10px;
  right:10px;
  width:80px;
  height:80px;
}

.tothetop a {
  display:block;
  width:80px;
  height:80px;
  background: url('../img/tothetopimg.png') no-repeat center center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tothetop a:hover {
  opacity: 1.0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



@media screen and (max-width: 768px) {
	.menu a.rwd-bar {
	  display:block;
	  float:left;
	  color:#000;
	  text-align: center;
	  text-decoration: none;
	  font-size:26px;
	  margin:37px 0 0 15px;
	  padding: 0;
	}
}




/* DARK MODE */
.dark-mode .iw-container {background:#000;}

.dark-mode .iw-section {border-top: 1px solid #FFFFFF;}



.dark-mode .menu {
  background: #000;
  color:#fff;
  border-bottom: 0;
}

.dark-mode .menu .logo-evtwin img {
  filter: invert(100%) hue-rotate(180deg) saturate(800%);
}


.dark-mode .menu .wcag {
  float: right;
  margin: 24px 0 0 30px; 
}
.dark-mode .menu .wcag button.contrast {color:#000; background:#fff;}
.dark-mode .menu .wcag .plussize1 {font-size: 18px; float:left; display:block; margin: 8px 12px 0 12px; padding:10px 0; color:#fff; background:#000;}
.dark-mode .menu .wcag .plussize2 {font-size: 16px; float:left; display:block; margin: 7px 12px 0 12px; padding:12px 0 10px 0; color:#fff; background:#000;}
.dark-mode .menu .wcag .plussize3 {font-size: 14px; float:left; display:block; margin: 6px 12px 0 12px; padding:13px 0 10px 0; color:#fff; background:#000;}
	
@media screen and (max-width: 1020px) {
.dark-mode .menu .wcag {
  margin: 0;  
}	
}	
@media screen and (max-width: 768px) {
.dark-mode .menu .wcag {
  margin: 10px 0 30px 0; 
  float:left;
  width:170px;
  clear:both;
  overflow: auto;
}		
}
	
.dark-mode .menu li a {
  color:#fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}
.dark-mode .menu li a:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
	.dark-mode .menu li a {
	  color:#fff;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}
}

@media screen and (max-width: 768px) {
	.dark-mode .menu a.rwd-bar {
	  color:#fff;
	}
}


.dark-mode .submenu li a {
  color:#fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dark-mode .submenu li a:hover {
  background: #000;
  color:#fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.dark-mode .s-top {
background: #000 url('../img/sekcja-top-bg-dark.jpg') no-repeat center bottom;
min-height: 600px;
padding: 30px 0;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
@media screen and (max-width: 1020px) {
	.dark-mode .s-top {
	background: #000 url('../img/sekcja-top-bg-md-dark.jpg') no-repeat center bottom;
	}
}
@media screen and (max-width: 768px) {
	.dark-mode .s-top {
	min-height: 330px;
	background: #000 url('../img/sekcja-top-bg-sm-dark.jpg') no-repeat center bottom;
	padding: 30px 0 380px 0;
	image-rendering: pixelated;
	-ms-interpolation-mode: bicubic;	
	}
}

.dark-mode .s-projekty {background:#000; margin:0 auto 0 auto; padding:0 0 30px 0; overflow:auto;}
.dark-mode .s-projekty .title {
  color: #fff;
}
.dark-mode .s-projekty .opis {
  color: #fff;
}
.dark-mode .s-projekty .opis-m {
  color: #fff;
}
.dark-mode .s-projekty .opis span {
  color: #fff;
}

.dark-mode .s-projekty .logo .logo-box img {filter: invert(100%) grayscale(100%);}

.dark-mode .s-konsorcjum {
background: #000;
}
@media screen and (max-width: 1000px) {
.dark-mode .s-konsorcjum {
background: #000;
}	
}


.dark-mode .s-zespol {background: #000;}
.dark-mode .s-zespol img {filter: invert(100%) grayscale(100%);}
.dark-mode .s-zespol .title {
  color: #fff;
}
.dark-mode .s-zespol .opis {
  color: #fff;
}

.dark-mode .s-zespol .opis ul li {color: #fff;}

.dark-mode .s-zespol .opis span {
  padding: 0;
  padding: 0;  
  font-size:26px;
  font-weight:700;
  line-height: 120%;
  color: #000;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
}


.dark-mode .s-aktualnosci .title {
  color: #fff;
}

.dark-mode .s-aktualnosci .projekt {
  background:#000;
  box-shadow: none;
  border: 1px solid #FFFFFF;
  border-radius:12px;
}

.dark-mode .s-aktualnosci .projekt .projekt-title {
  color: #fff;
}

.dark-mode .s-aktualnosci .projekt p {
  color: #fff;
}

.dark-mode .s-aktualnosci .projekt button {
  border: 2px solid #FFFFFF;
  background: #000;
  color: #fff;
}
.s-aktualnosci .projekt button:hover {
  box-shadow: none;
}



.dark-mode .s-kontakt {
background: #000;
}
@media screen and (max-width: 1000px) {
.dark-mode .s-kontakt {
background: #000;
}	
}
.dark-mode .s-kontakt .title {
  color: #fff;
}
.dark-mode .s-kontakt .opis {
  padding: 30px 0;
  margin: 30px 0 0 0; 
  color: #fff;
  background-color:#000;
}

.dark-mode .overlay {
  background-color: rgba(0, 0, 0, 0.85); }

.dark-mode .modal {
  background: #000;
  border: 1px solid #fff;
  color: #fff; }

.dark-mode .modal-header {
  border-bottom: 1px solid #fff; }



/* TXT++ */


.txtplusplus .menu li a {
  font-size:20px;
}
@media screen and (max-width: 768px) {
	.txtplusplus .menu li a {
	  font-size:32px;
	}
}

.txtplusplus .s-top .title {
  margin: 0 20px 0 20px;
  padding: 0 0 20px 0;
}

.txtplusplus .s-top .opis {
  margin: 10px 20px 0 20px;
  font-size:25px;
}
@media screen and (max-width: 1020px) {
	.txtplusplus .s-top .opis {
	  font-size:25px;
	}	
}

.txtplusplus .s-projekty .opis {
  font-size:20px;
}
.txtplusplus .s-projekty .opis-m {
  font-size:18px;
}
.txtplusplus .s-projekty .opis span {
  font-size:32px;
}

.txtplusplus .s-konsorcjum .title {
  font-size:78px;
}

.txtplusplus .s-konsorcjum .opis {
  font-size:20px;
}

.txtplusplus .s-konsorcjum .opis a.web {
font-size:24px;
}
.txtplusplus .s-konsorcjum .opis a.web i {
font-size:18px;
}

.txtplusplus .s-zespol .title {
  font-size:78px;
}
.txtplusplus .s-zespol .opis {
  font-size:28px;
}

.txtplusplus .s-zespol .opis ul li {font-size:20px; line-height: 26px; padding: 10px 0 10px 14px; }

.txtplusplus .s-zespol .opis span {
  font-size:36px;
}

.txtplusplus .s-kontakt .title {
  font-size:78px;
}
.txtplusplus .s-kontakt .opis {
  font-size:19px;
}
	
.txtplusplus .s-kontakt .opis .specjalista {
  font-size:50px;
}
@media screen and (max-width: 768px) {
.txtplusplus .s-kontakt .opis .specjalista {
  font-size:46px;
}
}

.txtplusplus .s-kontakt .opis .etykieta {
  font-size:19px;
}
@media screen and (max-width: 768px) {
.txtplusplus .s-kontakt .opis .etykieta {
  font-size:20px;
}
}

@media screen and (max-width: 768px) {
.txtplusplus .s-kontakt .opis .wartosc {
  font-size:22px;  
}	
}

.txtplusplus .s-kontakt .opis ul li {font-size:22px; line-height: 28px;}

.txtplusplus .s-kontakt .opis a.web {
font-size:26px;
}
.txtplusplus .s-kontakt .opis a.web i {
font-size:22px;
}

.txtplusplus .s-aktualnosci .projekt {
  min-height:540px;
}

.txtplusplus .s-aktualnosci .projekt .projekt-title {
  font-size: 26px;
  height:42px;
}

.txtplusplus .s-aktualnosci .projekt p {
  font-size: 18px;
}

.txtplusplus .s-aktualnosci .projekt button {
  width: 200px;
  font-size: 18px;
}

.txtplusplus .modal-header {
  font-size: 46px;
  line-height:50px;
}

.txtplusplus .modal-body {
  font-size: 21px;
  line-height: 27px;  
}






/* TXT+ */


.txtplus .menu li a {
  font-size:17px;
}
@media screen and (max-width: 768px) {
	.txtplus .menu li a {
	  font-size:27px;
	}
}

.txtplus .s-top .title {
  margin: 25px 20px 0 20px;
  padding: 0 0 40px 0;
}

.txtplus .s-top .opis {
  margin: 30px 20px 0 20px;
  font-size:22px;
}
@media screen and (max-width: 1020px) {
	.txtplus .s-top .opis {
	  font-size:22px;
	}	
}

.txtplus .s-projekty .opis {
  font-size:18px;
}
.txtplus .s-projekty .opis-m {
  font-size:16px;
}
.txtplus .s-projekty .opis span {
  font-size:28px;
}

.txtplus .s-konsorcjum .title {
  font-size:68px;
}

.txtplus .s-konsorcjum .opis {
  font-size:18px;
}

.txtplus .s-konsorcjum .opis a.web {
font-size:21px;
}
.txtplus .s-konsorcjum .opis a.web i {
font-size:16px;
}

.txtplus .s-zespol .title {
  font-size:68px;
}
.txtplus .s-zespol .opis {
  font-size:24px;
}

.txtplus .s-zespol .opis ul li {font-size:20px; line-height: 26px; padding: 10px 0 10px 14px; }

.txtplus .s-zespol .opis span {
  font-size:28px;
}

.txtplus .s-kontakt .title {
  font-size:68px;
}
.txtplus .s-kontakt .opis {
  font-size:16px;
}
	
.txtplus .s-kontakt .opis .specjalista {
  font-size:42px;
}
@media screen and (max-width: 768px) {
.txtplus .s-kontakt .opis .specjalista {
  font-size:42px;
}
}

.txtplus .s-kontakt .opis .etykieta {
  font-size:17px;
}
@media screen and (max-width: 768px) {
.txtplus .s-kontakt .opis .etykieta {
  font-size:18px;
}
}

@media screen and (max-width: 768px) {
.txtplus .s-kontakt .opis .wartosc {
  font-size:18px;  
}	
}

.txtplus .s-kontakt .opis ul li {font-size:22px; line-height: 28px;}

.txtplus .s-kontakt .opis a.web {
font-size:22px;
}
.txtplus .s-kontakt .opis a.web i {
font-size:18px;
}

.txtplus .s-aktualnosci .projekt {
  min-height:500px;
}

.txtplus .s-aktualnosci .projekt .projekt-title {
  font-size: 23px;
  height:38px;
}

.txtplus .s-aktualnosci .projekt p {
  font-size: 16px;
}

.txtplus .s-aktualnosci .projekt button {
  width: 190px;
  font-size: 16px;
}

.txtplus .modal-header {
  font-size: 36px;
  line-height:44px;
}

.txtplus .modal-body {
  font-size: 18px;
  line-height: 25px;  
}












#scroll-to-top{
	display:none;
	position:fixed;
	bottom:15px;
	right:20px;
	opacity:0.8;
}
#scroll-to-top:hover{
	opacity:1;
}
