body {
font-size: 14px;
background-position: top center;
background-repeat: no-repeat;
font-family: 'Montserrat', sans-serif;
font-family: 'Lato', sans-serif;
}

.boxer * {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#boxer-overlay {
z-index: 2000;
}

#boxer {
z-index: 2005;
}

.info-contact .col-1-3 {
min-width: 290px;
}

ul.list {
padding-left: 0;
}

ul.list li {
margin-bottom: 6px;
position: relative;
padding-left: 24px;
}

ul.list li::after {
content: '';
display: block;
width: 6px;
height: 6px;
border-radius: 20px;
background-color:  #327dfe;
position: absolute;
top: 0;
left: 0;
top: 50%;
margin-top: -3px;
}

a {
outline: none !important;
}

.white {
color: white !important;
}

.navy {
color: #354b5e !important;
}

.big-icon {
font-size: 50px;
margin-bottom: 20px;
display: inline-block;
margin-top: 20px;
color: #327dfe;
opacity: 0.5;
}

.shadow {
text-shadow: 1px 1px 1px rgba(0,0,0, 0.3), -1px -1px 1px rgba(0,0,0, 0.05);
}
.bluelight {
color: grey !important;
}

.grey {
color: #1e2e3a;
}

.bg-light {
background-color: #f5f8f9 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Montserrat', sans-serif;
color: #404040;
}

.h1 {
font-size: 90px;
font-weight: 200;
margin-bottom: 20px;
line-height: 120%;
}

.h2 {
font-size: 60px;
font-weight: 300;
margin-bottom: 20px;
line-height: 120%;
}



.h3 {
font-size: 26px;
font-weight: 300;
margin-bottom: 20px;
line-height: 120%;
font-weight: bold;
color: #327dfe;
}

.h4 {
font-size: 20px;
font-weight: 400;
margin-bottom: 20px;
line-height: 120%;
}

.h5 {
font-size: 18px;
font-weight: 600;
margin-bottom: 20px;
line-height: 120%;
}


.h6 {
font-size: 18px;
}

.text-p,.text-p1, .text-p2, .text-p3, .text-p4, .text-p5, .text-p6, .text-p7, .text-p8 {
font-size: 23px;
line-height: 160%;
margin-bottom: 20px;
color: grey;
font-weight: 300;
}

.text-p1 {
margin-bottom: 21px;
}

.text-p2 {
font-size: 19px;
}

.text-p3 {
font-size: 18px;
}

.text-p4 {
font-size: 17px;
}

.text-p5 {
font-size: 16px;
}

.text-p6 {
font-size: 15px;
}

.text-p7 {
font-size: 14px;
}

.text-p8 {
font-size: 13px;
}

.extrastrong {
font-weight: 900 !important;
}

.strong {
font-weight: 700 !important;
}

.stronger {
font-weight: 600 !important;
}

.normal {
font-weight: 400 !important;
}

.tin {
font-weight: 300 !important;
}

.section {
padding-top: 110px;
padding-bottom: 90px;
position: relative;
float: left;
width: 100%;
clear: both;
background-color: white;
}

.row {
display: flex;
flex-wrap: wrap;
width:100%;
float:left;
clear: both;  
justify-content: center;
}

.col {
display: inline-block;
}

.col-1-1 {
width: 100%;
}

.col-1-2 {
width: 50%;
}

.col-1-3 {
width: 33.333%;
}

.col-2-3 {
width: 66.666%;
}

.col-1-4 {
width: 25%;
}

.col-1-5 {
width: 20%;
}

.col-1-6 {
width: 16.666%;
}


.full {
float: left;
width: 100%;
clear: both;
}

.relative {
position: relative;
}

.wrapper-fullhd {
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 1920px;
}

.wrapper {
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 1280px;
padding-left: 24px;
padding-right: 24px;
}     


.field {
float: left;
width: 100%;
height: 50px;
margin-bottom: 20px;
position: relative;
}

.field.textarea {
height: 260px;
}

.field input, .field textarea {
border: none;
width: 100%;
height: 100%;
display: block;
position: absolute;
z-index: 1;
background-color: transparent;
border: 1px solid #99c2e6;
padding: 12px;
color: grey;
font-size: 18px;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
background-color: rgba(255,255,255, 0.1);
resize: none;
padding-left: 24px;
padding-right: 24px;
text-align: center;
border-width: 2px;
border-color: white;
color: white;
}

.field input:focus, .field textarea:focus {
background-color: rgba(255,255,255, 0.1);
}

 .checkbox .box {
display: block;
width: 14px;
height: 14px;
border: 1px solid #40c78d;
position: absolute;
z-index: 1;
top: 3px;
left: 0;
background-color: #e0f1f9;
}

.button {
display: inline-block;
min-width: 220px;
min-height: 60px;
line-height: 140%;
outline: none;
border: none;
text-decoration: none;
text-transform: capitalize;
color: white;
font-weight: 300;
font-size: 14px;
padding-left: 32px;
padding-right: 32px;
background-color: transparent;
border: 2px solid #6da8db;
font-family: 'Montserrat', sans-serif;
text-align: center;
margin-top: 10px;
padding-top: 16px;
padding-bottom: 16px;
color: #6da8db;
font-weight: 600;

border-color: #327dfe;
background-color: #327dfe;
color: white;
border-radius: 50px;
}

.white-button {
color: white;
border-color: white;
background-color: transparent;
}

.button.fill {
background-color: #99c2e6;
border-color: #99c2e6;
color: white;
}

.button:hover {
background-color: #005dfe;
border-color: #005dfe;
color: white;
}

.button::after {
content: ' ';
display: block;
float: right;
margin-top: 20px;
margin-left: 22px;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 6px;
border-color: transparent transparent transparent white;
display: none;
}

.button.button-white:hover {
background-color: white;
border-color: white;
color: #fd3c3d;
}

.text-center {
text-align: center;
}

.text-left {
text-align: left;
}

.text-right {
text-align: right;
}

.to-right {
float: right;
}

.to-left {
float: left;
}

.line-height-120 {
line-height: 120%;
}

.line-height-140 {
line-height: 140%;
}

.line-height-160 {
line-height: 160%;
}

header.section {
background-color: #8ac8fd;
background-color: #6da8db;
padding: 0;
position: fixed;
top: 0;
left: 0;
z-index: 100;
position: absolute;
}

header .bottom {
background-color: white;
}

header .bottom .logo, header .bottom .social {
width: 20%;
}

header .bottom .logo {
font-family: 'Montserrat', sans-serif;
font-size: 22px;
font-weight: 300;
color: #354b5e;
line-height: 60px;
height: 100px;
display: flex;
padding-top: 6px;
padding-bottom: 6px;
}

header .bottom .logo span {
display: inline-block;
line-height: 60px;
position: relative;
z-index: 2;
}

header .bottom .logo img {
opacity: 0.8;
}

header .bottom .logo span.ti {
color: #6da8db;
font-size: 40px;
display: inline-block;
z-index: 1;
margin-left: -16px;
margin-right: -12px;
opacity: 0.3;
}

header .bottom .menu {
width: 80%;
}

header .bottom .menu ul {
float: right;
width: 100%;
display: flex;
justify-content: flex-end;
margin-right: -12px;
}

header .bottom .menu ul li {
display: inline-block;
margin-left: 22px;
margin-right: 22px;
}

header .bottom .menu ul li a {
display: block;
height: 100px;
line-height: 100px;
color: grey;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
font-weight: 500;
text-decoration: none;
position: relative;
padding-left: 12px;
padding-right: 12px;
}

header .bottom .menu ul li a::after {
content: ' ';
display: block;
position: absolute;
z-index: 1;
width: 100%;
height: 4px;
background-color: #327dfe;
bottom: 0;
left: 0;
opacity: 0;
}

header .bottom .menu ul li.active a {
color: #404040;
}

header .bottom .menu ul li.active a::after, header .bottom .menu ul li a:hover::after {
opacity: 1;
}

header  .social, header .top .to-left, header .top .to-right {
text-align: right;
line-height: 60px;
color: white;
font-size: 18px;
font-weight: 400;
text-shadow: 1px 1px 1px rgba(0,0,0, 0.3);
}

header .top .to-right a {
color: white;
}

header  .social span, header .top .to-left span, header .top .to-right span {
display: inline-block;
width: 26px;
text-align: left;
}

header  .social {
line-height: 24px;
float: right;
}

 header .top .to-left {
 margin-right: 24px; 
 }

 header .top .to-left, header .top .to-right {
height: 46px;
line-height: 46px; 
font-weight: 400;
 }

header .top .to-left span, header .top .to-right span {

}

header .bottom .social a {
color: white;
text-decoration: none;
margin-left: 12px;
}

.section.home {
height: auto;
background-color: white;
position: relative;
padding: 0;
}

.section.home .slider {

height: 100% !important;
}

.section.home .slider .slide, .section.home .bx-wrapper, .section.home .bx-wrapper .bx-viewport {
height: 100% !important;
width: 100% !important;
position: absolute !important;
left: 0;
top: 0;
}

.section.home .bx-controls-direction, .section.home .bx-pager {
display: none;
}

.section.home  .slide {
text-align: center;

}

.section.home .slider  img {
opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section.home.small-height {
height: 360px;
}

.section.home.small-height .absolute {
padding-top: 100px;
}

.section.home .slider, .absolute {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.section.home .absolute {
z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center
  text-align: center;
  padding-top: 80px;
}

.section.home .h1, .section.home .h3 {
margin-bottom: 0;
}

.section.home .h3.margin {
margin-bottom: 20px;
}

.section.home .h3 {
position: relative;
z-index: 2;
}

.section.home .text-p {
margin-top: 40px;
margin-bottom: 40px;
font-weight: 300;
}



.hr {
display: inline-block;
width: 60px;
height: 3px;
background-color: #6da8db;
margin-top: 20px;
margin-bottom: 20px;
}

.section .col img {
max-width: 100%;
}

.section.dark {
background-color: #181a1f;
}

.box {
width: 33.333%;
height: 480px;
background-color: black;
padding: 40px;
position: relative;
text-align: center;
display: flex;
align-items: center;
justify-content: center;

}

.box .button {
width: calc(100% - 80px);
position: absolute;
z-index: 3;
bottom: 20px;
left: 40px;
}

.box span {
display: block;
}

.box {
overflow: hidden;
}

.box  img {
    opacity: 0.1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.box .full {
position: relative;
z-index: 2;
}

.margin-bottom {
margin-bottom: 30px;
}

.section.dark-lighter {
background-color: #2b2e35;
}

footer.section {
overflow: hidden;
padding-bottom: 0;
}

footer .h3 {
color: #404040;
font-size: 24px;
font-weight: 500;
text-shadow: none;
color: #327dfe;
opacity: 0.9;
}


footer .hr {
margin-top: 0;
margin-bottom: 30px;
background-color: grey;
height: 2px;
opacity: 0.3;
}

footer .row {
width: calc(100% + 48px);
margin-left: -24px;
}

footer .col-2-4 {
width: 40%;
padding-left: 24px;
padding-right: 24px;
}

footer .col-1-4 {
width: 30%;
}

footer .links-list {
width: 50%;
float: left;
}

footer .col-1-4, footer .col-1-1 {
padding-left: 24px;
padding-right: 24px;
}

footer a {
color: grey;
text-decoration: none;
text-shadow: none;
font-weight: 300;
}

footer a:hover {
color: #1e2e3a;
}

footer .text-p {
line-height: 180%;
font-weight: 400;
color: gray;
text-shadow: none;
opacity: 1;
font-size: 17px;
font-weight: 300;
}

footer .text-p span {
display: inline-block;
width: 36px;
color: #327dfe;
text-shadow: none !important;
opacity: 0.5;
}

footer .text-p a span {
width: 22px;
font-size: 10px;
}

footer .text-p span.tranparent {
opacity: 0;
}

footer .bottom {
margin-top: 90px;
padding-bottom: 20px;
opacity: 1;
}

footer .bottom .text-p {
margin-bottom: 0;
width: 100%;
display: block;
float: left;
padding-top: 20px;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
text-align: left;
}

footer .bottom .text-p i {
margin-right: 12px;
font-weight: 400;
}

footer .bottom .text-p strong {
text-transform: uppercase;
font-weight: 900;
margin-right: 12px;
}

footer .logo {
float: left;
}

.breadcrumb {
display: block;
float: left;
}

.breadcrumb li {
display: block;
float: left;
color: white;
margin-right: 16px;
font-size: 16px;
}

.breadcrumb a {
color: white;
text-decoration: none;
}

.breadcrumb li span {
font-size: 12px;
color: white;
opacity:  0.7;
}

p.h4 {
line-height: 160%;
}

.map {
height: 600px;
position: relative;
background-color: white;
}

.map iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.form {
display: inline-block;
width: 100%;
max-width: 600px;
margin-top: 60px;
}

.section.home.small-height img {
opacity: 1;
}

.box .h4 {
text-transform: uppercase;
}

.section .grid {
float: left;
width: 100%;
display: grid;
grid-template-columns: 52% 48%;
}

.section .grid .left {
padding-right: 20px;
}

.section .grid .right {
padding-left: 20px;
}

.section .grid img {
margin-bottom: 20px;
}

.has-icon {
padding-left: 36px;
position: relative;
}

.has-icon.small-padding {
padding-left: 22px;
}

.has-icon .icon {
position: absolute;
display: block;
top: 5px;
left: 0;
}

.has-icon .icon.text {
top: 0;
}

.img.responsive {
width: 100%;
height: auto;
margin-bottom: 20px;
}

.bg-red {
padding: 30px;
background-color: #fd3c3d;
padding-bottom: 10px;
position: relative;
padding-right: 50%;
margin-bottom: 20px;
}

.img-absolute {
top: 30px;
right: 30px;
position: absolute;

}

.img-to-right {
float: right;
margin-bottom: 20px;
}

.image-inside {
padding-left: 100px;
position: relative;
}

.image-inside img {
position: absolute;
top: 0;
left: 0;
width: 80px;
}

.img-smaller {
width: 70%;
margin-left: 15%;
}

.img-half {
width: 50%;
margin-left: 25%;
}

.row-6-colums, .row-4-colums, .row-3-colums {
float: left;
width: calc(100% + 20px);
display: flex;
flex-wrap: wrap;
margin-left: -10px;
}

.row-6-colums .col {
width: calc(16.666% - 20px);
margin-left: 10px;
margin-right: 10px;
}

.row-4-colums .col {
width: calc(25% - 20px);
margin-left: 10px;
margin-right: 10px;
}

.row-3-colums .col {
width: calc(33.333% - 20px);
margin-left: 10px;
margin-right: 10px;
}

.row-6-colums .col .text-p {
display: block;
width: 100%;
min-height: 80px;
}

img.responsive {
margin-bottom: 20px;
}

.small-margin-bottom {
margin-bottom: 10px;
}

.section.aboutus img {
border: 15px solid #f5f8f9;
}

.section.aboutus .col-1-3 {
padding-right: 24px;
width: 40%;
}

.section.aboutus .col-2-3 {
padding-left: 24px;
width: 60%;
}

.gallery {
overflow: hidden;
}

.gallery .grid {
grid-template-columns: 25% 25% 25% 25%;
width: calc(100% + 24px);
margin-left: -12px;
margin-bottom: 0;
}

.gallery .grid .grid-item {
width: 100%;
padding-left: 12px;
padding-right: 12px;
}

.boxer {
float: left;
width: 100%;
position: relative;
margin-bottom: 24px;
text-decoration: none;
}

.section .boxer img {
border: 15px solid #f5f8f9;
margin: 0;
}

.boxer .shade {
display: block;
width: calc(100% - 10px);
height: calc(100% - 10px);
top: 5px;
left: 5px;
position: absolute;
z-index: 1;
background: transparent;
background-color: #327dfe;
opacity: 0;
}

.boxer:hover .shade {
opacity: 0.8;
}

.boxer .icon {
width: 40px;
height: 40px;
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
line-height: 40px;
text-align: center;
margin-left: -20px;
margin-top: -20px;
color: white;
text-decoration: none;
font-size: 30px;
opacity: 0;
}

.boxer:hover .icon {
opacity: 1;
}

.section.paralax {
min-height: 400px;
background: url(../img/paralax.jpg);
background-position: top center;
background-attachment: fixed;
background-size: cover;
}

.section.contact {
background: url(../img/paralax2.jpg);
background-position: top center;
background-attachment: fixed;
background-size: cover;
}

.section .col-1-3 {

}

.section.paralax .h3 {
opacity: 0.9;
}

.section.paralax .shade, .section.contact .shade, .shade {
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
opacity: 0.4;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+60,ffffff+100 */
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 60%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 60%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,1) 60%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */


/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#186cfe+0,005dfe+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(24,108,254,1) 0%, rgba(0,93,254,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(24,108,254,1) 0%,rgba(0,93,254,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(24,108,254,1) 0%,rgba(0,93,254,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186cfe', endColorstr='#00005dfe',GradientType=1 ); /* IE6-9 */



}

.section.home .shade {
opacity: 0.8;
}

.section.home .h1 {
text-transform: uppercase;
color: #404040;
font-size: 26px;
font-weight: 700;
margin-bottom: 10px;
margin-top: -10px;
}

.section.home .logo-img {
height: 340px;
margin-top: -20px;
opacity: 1;
}

.section.home.small-height .shade, .section.paralax .shade {
opacity: 0.9;
}

.section.paralax .wrapper, .section.contact .wrapper {
position: relative;
z-index: 2;
}

.section.paralax .slider2 {
position: relative;
}

.section.paralax .slide .flex, .section.contact .flex {
min-height: 240px;
width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 160px;
  padding-right: 160px;
}

.bx-wrapper {
position: relative;
}

.bx-pager {
width: 100%;
height: 20px;
position: absolute;
bottom: 0;
z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -10px;
}

.bx-pager a {
display: inline-block;
width: 16px;
height: 16px;
border: 1px solid white;
font-size: 0;
text-indent: -9999px;
margin-left: 3px;
margin-right: 3px;
border-radius: 100px;
opacity: 0.5;
}

.bx-pager a.active {
background-color: white;
opacity: 1;
}

.bx-prev, .bx-next {
display: block;
text-decoration: none;
z-index: 100;
width: 60px;
height: 60px;
border: 1px solid white;
color: white;
font-size: 16px;
line-height: 57px;
margin-top: -60px;
border-radius: 100px;
}

.bx-prev:hover, .bx-next:hover {
background-color: white;
color: #6da8db;
}

.bx-prev {
position: absolute;
top: 50%;
left: 0;
}

.bx-next {
position: absolute;
top: 50%;
right: 0;
}

.icon-inside {
position: relative;
padding-left: 60px;
padding-top: 0;
width: 100%;
min-height: 40px;
line-height: 140%;
display: flex;
align-items: center;
}

.offerlist .col-1-2 .col {
width: 100%;
}

.offerlist .col-1-2.left {
padding-right: 24px;
}

.offerlist .col-1-2.right {
padding-left: 24px;
}

.icon-inside .icon {
display: inline-block;
width: 40px;
height: 40px;
background-color: white;
position: absolute;
top: 0;
left: 0;
text-align: center;
line-height: 40px;
border-radius: 100px;
background-color: #327dfe;
color: white !important;
top: 50%;
margin-top: -20px;
opacity: 1;
}

.row.padding {
padding-top: 60px;
padding-bottom: 40px;
width: calc(100% + 48px);
margin-left: -24px;
}

.section.contact .shade {
opacity: 1;
}

.row.padding .col {

padding-left: 24px;
padding-right: 24px;
}

.contact .padding {
padding-left: 200px;
padding-right: 200px;
}

#podziekowanie {
display: none;
}

label.error {
display: block;
background-color: red;
color: white;
font-size: 12px;
width: 100%;
text-align: center;
margin-top: -20px;
height: 20px;
line-height: 20px;
}

#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: white;
    display: none;
}

#preloader span {
    color: #6da8db;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    animation: zoominoutsinglefeatured 1s infinite;

}



@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}