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


.display-desktop {display:inline;}

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

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

.iw-inner {
  max-width:1040px;
  margin: 0 auto;
  padding: 30px 0;
}

img {max-width:100%;}

h1, h2 {font-size: 38px; font-family: 'Montserrat', sans-serif; font-weight:400; padding:20px 0 0 0;}

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: 'Montserrat', 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-red i {padding-left: 8px;
  -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;
}
a.cta-red:hover i {padding-left: 18px;
  -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-redtoptech {
  display: block;
  width: 280px;
  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: 300px 14px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', 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-redtoptech: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: 240px 14px;
}





a.cta-statut {
  display: block;
  width: 240px;
  margin: 20px auto 0 auto;
  border: none;
  padding: 14px 0 12px 0;
  font-size: 14px;
  background: #ed1c24 url('../img/sygnet-white.png') no-repeat;
  background-position: 260px 14px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', 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-statut:hover {
  color: #fff;
  text-decoration: none;
  padding: 14px 30px 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: 190px 14px;
}


/* MENU */

.menu {
  height:auto;
  overflow:auto;
  background: #fff;
  color:#000;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  border-bottom: 1px solid #e2e2e2;
}


.menu .logo-iw {
  float: left;
  margin-top: 10px;
  margin-right: 40px;
  margin-left: 20px;  
  max-width: 200px;
}

.menu li a {
  display:block;
  float:left;
  padding: 38px 16px 36px 16px;
  color:#000;
  text-decoration: none;
  font-size:13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  -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;
}

.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 */

.vid-top {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 470px;
  background: rgba(0, 67, 98, 0.05) url('../img/bg.png') repeat-x center center;
}

.vid-top .title {
  padding: 0;
  margin: 70px 0 0 20px;
  padding: 0 0 40px 0;
  font-size:44px;
  font-weight:200;
  line-height: 110%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}

.vid-top .opis {
  padding: 0;
  margin: 30px 500px 0 20px;
  padding: 0;  
  font-size:20px;
  font-weight:200;
  line-height: 150%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.vid-top__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

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

.s-filary .title {font-size: 20px; font-weight: 500; text-transform: uppercase; letter-spacing: 5px; text-align: center; padding: 0 0 20px 0; background: url('../img/title-bottom-bg.png') no-repeat center bottom; }

.s-filary .filar {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
  text-transform: uppercase;
  background: url('../img/title-bottom-bg.png') no-repeat center bottom;   
}
.s-filary .filar p.filarno {
  width: 100%;
  text-align: center;
  padding: 0 0 10px 0;
  font-size: 50px;
  font-weight: 800;  
  color: #eb1c23;
}

.s-onas {
background: #808080 url('../img/sekcja-o-fundacji-bg.jpg') no-repeat center center fixed;
min-height: 100px;
padding: 30px 0 40px 0;
}

.s-onas .title {
  padding: 0;
  margin: 10px 0 0 20px;
  padding: 0 0 40px 0;
  font-size:44px;
  font-weight:200;
  line-height: 110%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}

.s-onas .opis {
  padding: 0;
  margin: 30px 20px 0 20px;
  padding: 0;  
  font-size:15px;
  font-weight:300;
  line-height: 180%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

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

.s-obszary .title {font-size: 20px; line-height: 28px; text-transform: uppercase; font-weight: 400; text-align: center; padding: 30px 0 60px 0; background: url('../img/title-bottom-bg.png') no-repeat center bottom; }

.s-obszary .obszar {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 0;
  text-transform: uppercase;
}

.s-projekty {margin:20px auto 40px auto; padding:0 0 20px 0; border-top: 1px solid #C0C0C0; overflow:auto;}
.s-projekty .title {
  padding: 0;
  margin: 30px 0 0 10px;
  padding: 0 0 40px 0;
  font-size:44px;
  font-weight:200;
  line-height: 110%;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  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: 'Montserrat', sans-serif;
  text-align: left;
}
.s-projekty .opis-m {
  padding: 0;
  margin: 30px 20px 0 10px;
  padding: 0;  
  font-size:13px;
  font-weight:400;
  line-height: 160%;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-align: justify;
}
.s-projekty .opis span {
  padding: 0;
  padding: 0;  
  font-size:28px;
  font-weight:700;
  line-height: 120%;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  text-transform:uppercase;
}

.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-wizja {
background: #808080 url('../img/sekcja-wizja-bg.jpg') no-repeat center bottom;
min-height: 620px;
padding: 30px 0;
}

.s-wizja .title {
  padding: 0;
  margin: 10px 20px 0 20px;
  padding: 0 0 40px 0;
  font-size:44px;
  font-weight:200;
  line-height: 110%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: right;
  background: url('../img/title-bottom-bg.png') no-repeat right bottom;  
}

.s-wizja .opis {
  padding: 0;
  margin: 30px 20px 0 20px;
  padding: 0;  
  font-size:14px;
  font-weight:300;
  line-height: 180%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: right;
}

.s-wizja .margin1 {margin-left: 350px;}
.s-wizja .margin2 {margin-left: 550px;}

.s-oferta {
background: #808080 url('../img/sekcja-oferta-bg.jpg') no-repeat center bottom;
min-height: 650px;
padding: 70px 0 30px 0;
}

.s-oferta .title {
  padding: 0;
  margin: 10px 20px 0 20px;
  padding: 0 0 40px 0;
  font-size:44px;
  font-weight:200;
  line-height: 110%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}

.s-oferta .opis {
  padding: 0;
  margin: 30px 20px 0 20px;
  padding: 0 500px 0 0;  
  font-size:15px;
  font-weight:300;
  line-height: 180%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.s-oferta a.ofertalink {
  display: block;
  float: left;
  width: 150px;
  font-size: 12px;
  line-height: 14px;
  margin: 25px 0 0 12px;
  padding: 10px 15px 14px 15px;
  color: #fff;
  font-weight:400;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #ed1c24;
  -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-oferta a.ofertalink:hover {
  background: #b7060d;
  box-shadow: 0px 0 35px #d6d6d6;
  -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-oferta a.ofertalink img {display: block; margin: 0 auto; padding: 0 0 5px 0;}


.s-zespol {
background: #ffffff;
min-height: 300px;
padding: 30px 0 10px 0;
}

.s-zespol .title {
  padding: 0;
  margin: 10px 20px 0 20px;
  padding: 0 0 10px 0;
  font-size:44px;
  font-weight:200;
  line-height: 110%;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.s-zespol .subtitle {
  padding: 0;
  margin: 10px 20px 0 20px;
  padding: 0 0 40px 0;
  font-size:18px;
  font-weight:300;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 110%;
  color: #000;
  font-family: 'Montserrat', 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 20px;
  padding: 0;  
  font-size:16px;
  font-weight:400;
  line-height: 180%;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.s-wspolpraca {
background: #ffffff;
min-height: 300px;
padding: 10px 0 30px 0;
}

.s-wspolpraca .title {
  padding: 0;
  margin: 10px 0 0 20px;
  padding: 0 0 40px 0;
  font-size:44px;
  font-weight:200;
  line-height: 110%;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}

.s-wspolpraca .subtitle {
  padding: 0;
  margin: 20px 20px 0 20px;
  padding: 0 0 40px 0;
  font-size:18px;
  font-weight:400;
  line-height: 140%;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}

.s-wspolpraca .opis {
  padding: 0;
  margin: 30px 20px 0 20px;
  padding: 0;  
  font-size:20px;
  font-weight:300;
  line-height: 140%;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.s-statut {
background: #808080 url('../img/sekcja-statut-bg.jpg') no-repeat center top;
min-height: 80px;
padding: 100px 0;
}

.s-statut .title {
  padding: 0;
  margin: 10px 20px 0 20px;
  padding: 0 0 40px 0;
  font-size:44px;
  font-weight:200;
  line-height: 110%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  background: url('../img/title-bottom-bg.png') no-repeat center bottom;    
}

.s-statut .opis {
  padding: 0;
  margin: 30px 20px 0 20px;
  padding: 0;  
  font-size:22px;
  font-weight:200;
  line-height: 150%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.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: #808080 url('../img/sekcja-kontakt.jpg') no-repeat center top;
min-height: 100px;
padding: 30px 0;
}

.s-kontakt .title {
  padding: 0;
  margin: 10px 0 0 20px;
  padding: 0 0 40px 0;
  font-size:44px;
  font-weight:200;
  line-height: 110%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}

.s-kontakt .opis {
  padding: 0;
  margin: 0 20px 0 20px;
  padding: 0;  
  font-size:15px;
  font-weight:400;
  line-height: 150%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.s-kontakt .opis .leftborder {border-left: 3px solid #ED1C24; padding: 10px 0 10px 15px}

.s-kontakt a.sm {font-size: 60px; color:#fff; text-decoration: none; display: block; float: left; margin: 35px 20px 0 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;
}
.s-kontakt a.sm:hover {color:#ED1C24; text-decoration: none;
  -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 {padding:20px 0 20px 0;}

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

.s-aktualnosci .projekt {
  text-align: center;
  margin: 20px 0 10px 0;
  padding: 20px 25px 15px 25px;
  box-shadow: 0px 8px 25px #d6d6d6;
}

.s-aktualnosci .projekt .projekt-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

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

.s-aktualnosci .projekt button {
  display: block;
  width: 160px;
  margin: 16px auto;
  border: none;
  padding: 14px 0 12px 0;
  font-size: 12px;
  background: #ed1c24;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', 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;
}

.section-top-bg {background: #FFFFFF url('../img/section-top-bg.jpg') no-repeat center top;}


/* 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: 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: 'Montserrat', 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-redtoptech {
  margin: 20px auto 0 auto;
}

.iw-inner {
  max-width:90%;
  margin: 0 auto;
}

/* MENU */

.menu .logo-iw {
	  float: none;
	  padding-right: 0px;
	  padding-top: 10px;
	  margin-right: 10px !important;
}

/* SECTIONS */

.vid-top {
  position: static;
  overflow: hidden;
  height: auto;
  background-image: url('../img/bg.png'), url('../video/video.jpg');
  background-position: center center, center center;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
}

.vid-top .title {
  padding: 0;
  margin: 30px 0 0 0;
  padding: 0 0 40px 0;
  font-size:36px;
  font-weight:200;
  line-height: 110%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: url('../img/title-bottom-bg.png') no-repeat center bottom;  
}

.vid-top .opis {
  padding: 0;
  margin: 30px 20px 10px 20px;
  padding: 0;  
  font-size:16px;
  font-weight:300;
  line-height: 150%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.vid-top__video {
  display: none
}

.s-onas {
background: #808080 url('../img/bg-mobile.jpg') no-repeat center center; background-size: cover;
}

.s-obszary .obszar {
  font-size: 14px;
  line-height: 18px;
}
.s-obszary .obszar img {width:120px; height: 137px;}

.s-wizja {
background: #808080 url('../img/bg-mobile.jpg') no-repeat center center; background-size: cover;
min-height: 200px;
}

.s-wizja .title {
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}

.s-wizja .opis {
  padding: 0;
  margin: 30px 20px 0 20px;
  padding: 0;  
  font-size:14px;
  font-weight:400;
  line-height: 180%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.s-oferta {
background: #808080 url('../img/bg-mobile.jpg') no-repeat center center; background-size: cover;
padding: 30px 0;
}

.s-oferta .title {
  text-align: center;
  background: url('../img/title-bottom-bg.png') no-repeat center bottom;  
}

.s-oferta .opis {
  padding: 0;
  margin: 30px 20px 30px 20px;
  padding: 0;  
  font-size:15px;
  font-weight:300;
  line-height: 180%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.s-oferta a.ofertalink {
  display: block;
  float: left;
  width: 29%;
  font-size: 16px;
  line-height: 18px;
  margin: 0 2%;
  padding: 22px 26px 18px 26px;
  border-radius: 0;
}

.s-statut {
background: #808080 url('../img/bg-mobile.jpg') no-repeat center center; background-size: cover;
padding: 30px 0;
}

.s-kontakt {
background: #808080 url('../img/bg-mobile.jpg') no-repeat center center; background-size: cover;
}

}

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

.display-desktop {display:none;}

h1, h2 {text-align: center;}

a.cta-blue {
  width: 80% !important;
  padding: 16px 30px;
}



/* MENU */

.menu {
  height:auto;
  overflow:auto;
}

.menu .logo-iw {
	  float: right;
	  margin: 5px 5px 0 0 !important;
	  text-align:center; 
	  max-width: 170px;	 
}

.menu li a {
  display:block;
  float:left;
  width:100%;
  padding: 20px 10px;
  color:#000;
  text-decoration: none;
  font-size:18px;
  -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 a.rwd-bar {
	  display:block;
	  float:left;
	  color:#000;
	  text-align: center;
	  text-decoration: none;
	  font-size:20px;
	  margin:36px 0 0 15px;
	  padding: 0;
}

.s-obszary .obszar {
  font-size: 18px;
  line-height: 24px;
}
.s-obszary .obszar img {width:122px; height: 139px;}

.s-oferta a.ofertalink {
  display: block;
  float: none;
  width: 380px;
  font-size: 16px;
  line-height: 18px;
  margin: 14px auto 0 auto;
  padding: 22px 0 18px 0;
  border-radius: 30px;
}

.s-oferta a.ofertalink img {display: none;}


}

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