@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;600;700;800&family=Exo+2:ital,wght@1,800&display=swap');

.display-desktop {display:inline;}

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

.tr-section {
  width:100%;
  height:auto;
  font-family: 'Baloo Tamma 2', Tahoma, cursive;
  font-weight:400;
  color:#000;
  font-size:16px;
}

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

img {max-width:100%;}

h1, h2 {font-size: 38px; font-family: 'Baloo Tamma 2', Tahoma, cursive; font-weight:400; padding:20px 0 0 0;}

a.cta-border {
  display: block;
  width: 240px;
  margin: 16px 0 0 0;
  border: 2px solid #FFFFFF;
  padding: 14px 0 12px 0;
  font-size: 14px;
  background-position: 200px 14px;
  text-align: center;
  color: #fff;
  font-family: 'Baloo Tamma 2', Tahoma, cursive;  
  font-weight:700;
  text-decoration: none;
  border-radius: 30px;
  -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-border 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-border:hover {
  color: #175e52;
  padding: 14px 0 12px 7px;  
  background:#fff;
  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;
}
a.cta-border:hover i {padding-left: 15px;
  color: #175e52;
  -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: 'Baloo Tamma 2', Tahoma, cursive;
  font-weight:400;
  border-bottom: 1px solid #e2e2e2;
}

.menu .logo-iw {
  float: left;
  margin-right: 50px;
  margin-left: 20px;  
}

.menu li a {
  display:block;
  float:left;
  padding: 46px 22px 36px 22px;
  color:#000;
  text-decoration: none;
  font-size:18px;
  font-weight: 500;
  -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: #DC143C;
  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;
}

.menu li .tel {
  display:block;
  float:left;
  padding: 42px 10px 36px 22px;
  color:#000;
  text-decoration: none;
  font-size:22px;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
}
.menu li .tel i {
  padding-right: 8px;
}

/* SECTIONS */

.s-top {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  padding: 70px 0 110px 0;
  
  background-image: url('../img/top-bottom-img.png'), url('../img/bg.png'), url('../img/sekcja-top.jpg');
  background-position: center bottom, center bottom, center center;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-size: auto, auto, cover;

}

.s-top .title {
  padding: 0;
  margin: 16px 0 0 0;
  padding: 0;
  font-size:76px;
  font-weight:800;
  line-height: 80%;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  text-align: left;
}

.s-top .subtitle {
  padding: 0;
  margin: 25px 0 10px 0;
  padding: 0;
  font-size:30px;
  font-weight:400;
  line-height: 80%;
  color: #fff;
  font-family: 'Baloo Tamma 2', Tahoma, cursive;
  text-transform: uppercase;
  text-align: left;
}

.s-top .opis {
  padding: 0;
  margin: 0 240px 0 0;
  padding: 0;  
  font-size:18px;
  font-weight:400;
  line-height: 120%;
  color: #fff;
  font-family: 'Baloo Tamma 2', Tahoma, cursive;
  text-align: left;
}

.s-onas {
background: #fff;
min-height: 100px;
padding: 0;
}

.s-onas .title {
  padding: 0;
  margin: 0 0 0 20px;
  padding: 0 0 30px 0;
  font-size:76px;
  font-weight:400;
  line-height: 110%;
  color: #000;
  font-family: 'Baloo Tamma 2', Tahoma, cursive;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}

.s-onas .opis {
  padding: 0;
  margin: 30px 50px 0 20px;
  padding: 0;  
  font-size:18px;
  font-weight:400;
  line-height: 180%;
  color: #000;
  font-family: 'Baloo Tamma 2', Tahoma, cursive;
  text-align: left;
}

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

.s-realizacje .title {font-size: 34px; line-height: 30px; font-weight: 400; text-align: center; padding: 0 0 50px 0; background: url('../img/title-bottom-bg.png') no-repeat center bottom; }

.s-realizacje .punkt {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 30px 0 0 0;
}

.s-naszenosniki {
background: #f5f5f5 url('../img/snow.png') repeat;
min-height: 620px;
padding: 30px 0;
font-family: 'Baloo Tamma 2', Tahoma, cursive;
}

.s-naszenosniki .title {
  padding: 0;
  margin: 20px 20px 0 20px;
  padding: 0 0 40px 0;
  font-size:50px;
  font-weight:400;
  line-height: 110%;
  color: #000;
  font-family: 'Baloo Tamma 2', Tahoma, cursive;
  text-align: center;
  background: url('../img/title-bottom-bg.png') no-repeat center bottom;  
}

.s-naszenosniki .opis {
  padding: 0;
  margin: 30px 20px 0 20px;
  padding: 0;  
  font-size:14px;
  font-weight:400;
  line-height: 180%;
  color: #fff;
  font-family: 'Baloo Tamma 2', Tahoma, cursive;
  text-align: center;
}

.s-naszenosniki .nosnik {
color:#000;
background: #fff url('../img/karta-bg.png') no-repeat right top;
overflow: auto;
padding: 35px 25px 25px 25px;
box-shadow: 0px 5px 20px 10px #d5d5d5;
margin: 25px auto 0 auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s
}
.s-naszenosniki .nosnik:hover {
color:#fff;
background: #4e5157 url('../img/karta-bg.png') no-repeat right top;	
box-shadow: 0px 15px 30px 10px #d5d5d5;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.s-naszenosniki .nosnik .opis-k {
font-size:20px;
font-weight:400;
padding: 7px 0 0 0;
}

.s-naszenosniki .nosnik .opis-k strong {letter-spacing:0px; font-weight:800;font-size:14px; text-transform:uppercase;}
.s-naszenosniki .nosnik .opis-k span {display: inline-block; padding-left:25px;}
.s-naszenosniki .nosnik .opis-k span.wymiar {font-size:16px; display: inline; padding-left:0;}
.s-naszenosniki .nosnik .opis-k i {display: inline-block; width:25px; text-align: center; font-size:15px;}

.s-naszenosniki .nosnik button {
font-family: 'Baloo Tamma 2', Tahoma, cursive;
display: block;
color: #fff;
background: #DC143C;
font-weight: 600;
font-size: 16px;
margin: 25px auto 0 auto;
width: 160px;
border-radius: 30px;
padding-left:20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.s-naszenosniki .nosnik button:hover {
padding-left:70px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.s-naszenosniki .nosnik .modal .modal-body .opis-d {
color:#000;
font-size:20px;
font-weight:400;
padding: 0 0 10px 0;
font-family: 'Baloo Tamma 2', Tahoma, cursive;
}
.s-naszenosniki .nosnik .modal .modal-body .opis-d strong {letter-spacing:0px; font-weight:800;font-size:16px; text-transform:uppercase;}
.s-naszenosniki .nosnik .modal .modal-body .opis-d span {display: inline-block; padding-left:50px;}
.s-naszenosniki .nosnik .modal .modal-body .opis-d span.wymiar {font-size:20px; display: inline; padding-left:0;}
.s-naszenosniki .nosnik .modal .modal-body .opis-d i {display: inline-block; width:50px; text-align: center; font-size:18px;}
.s-naszenosniki .nosnik .modal .modal-body .mapka {padding-top: 20px; border-top: 1px solid #C0C0C0; margin-top: 20px;}

.s-naszenosniki .nosnik .modal .modal-body img.foto {display:block; border-radius: 0px; margin-top:15px; border: 1px solid #e0e0e0;}

.s-naszenosniki .nosnik .modal .modal-body .kontakt {font-weight:400;font-size:16px; padding: 15px 0 0 0;}
.s-naszenosniki .nosnik .modal .modal-body .kontakt i {display: inline-block; width: 30px; text-align: center;}


.s-partnerzy {
background: #fff;
min-height: 100px;
padding: 30px 0;
font-family: 'Baloo Tamma 2', Tahoma, cursive;
}

.s-partnerzy .title {
  padding: 0;
  margin: 20px 20px 0 20px;
  padding: 0 0 40px 0;
  font-size:50px;
  font-weight:400;
  line-height: 110%;
  color: #000;
  font-family: 'Baloo Tamma 2', Tahoma, cursive;
  text-align: center;
  background: url('../img/title-bottom-bg.png') no-repeat center bottom;  
}



.s-kontakt {
background: #2c6a5f url('../img/sekcja-kontakt.jpg') no-repeat center top;
min-height: 100px;
padding: 30px 0 20px 0;
}

.s-kontakt .title {
  padding: 0;
  margin: 10px 0 0 20px;
  padding: 0 0 40px 0;
  font-size:70px;
  font-weight:400;
  line-height: 110%;
  color: #fff;
  font-family: 'Baloo Tamma 2', Tahoma, cursive;
  text-align: left;
  background: url('../img/title-bottom-bg.png') no-repeat left bottom;  
}

.s-kontakt .opis {
  padding: 0;
  margin: 20px 20px 0 20px;
  padding: 0;  
  font-size:20px;
  font-weight:400;
  line-height: 150%;
  color: #fff;
  font-family: 'Baloo Tamma 2', Tahoma, cursive;
  text-align: left;
}

.s-kontakt .opis .leftborder {border-left: 1px dotted #fff; padding: 10px 0 10px 15px}

.s-kontakt .opis i {
  width:20px;
  text-align: left;
  display:inline-block
}


/* 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) {

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

/* MENU */

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

/* SECTIONS */

.s-top .title {
  font-size:46px;
}

.s-top .opis {
  padding: 0;
  margin: 0 80px 0 0;
  padding: 0;  
  font-size:18px;
  font-weight:400;
  line-height: 120%;
  color: #fff;
  font-family: 'Baloo Tamma 2', Tahoma, cursive;
  text-align: left;
}

.s-onas .opis span {
  display: inline-block; font-size: 28px !important; line-height: 34px !important; padding-bottom: 20px;
}



}

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

.display-desktop {display:none;}

h1, h2 {text-align: center;}


/* MENU */

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

.menu .logo-iw {
  float: none;
  padding-right: 0px;
  text-align: center;
  margin-right: 0px;  
}

.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;
  color:#000;
  text-decoration: none;
  font-size:20px;
  margin:10px;
}

.s-kontakt {
background: #2c6a5f url('../img/bg-mobile.jpg') no-repeat left top;
}


}

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