body {
font-size: 14px;
background-position: top center;
background-repeat: no-repeat;

font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
}

.boxer *, .search input, .button {
-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;
}

.color-white {
color: white !important; 
}

.color-main {
color: #1d2e5c !important;
}

.color-main2 {
color: #36aadf !important;
}

.color-main3 {
color: #376050 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Montserrat', sans-serif;
margin-bottom: 20px;
color: #242424;
text-transform: uppercase;
}

.h1 {
font-size: 60px;
line-height: 120%;
}

.h2 {
font-size: 50px;
line-height: 120%;
}

.h3 {
font-size: 40px;
line-height: 120%;
}

.h4 {
font-size: 30px;
line-height: 120%;
}

.h5 {
font-size: 25px;
line-height: 120%;
}

.h6 {
font-size: 20px;
line-height: 120%;
}

.text-p, .text-p1, .text-p2, .text-p3, .text-p4, .text-p5, .text-p6, .text-p7, .text-p8, .text-p9, .text-p10 {
font-family: 'Open Sans', sans-serif;
margin-bottom: 20px;
color: #9ea2a5;
line-height: 160%;
}

.text-p {
font-size: 25px;
}

.text-p1 {
font-size: 20px;
}

.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;
}

.text-p9 {
font-size: 12px;
}

.text-p10 {
font-size: 11px;
}

.button {
display: inline-block;
padding: 10px;
text-align: center;
font-size: 16px;
line-height: 120%;
background-color: transparent;
margin-bottom: 20px;
text-decoration: none;
border: 1px solid white;
padding-top: 14px;
padding-bottom: 16px;
color: white;
font-weight: 400;
padding-left: 36px;
padding-right: 36px;
}

.button2 {
background-color: #376050;
border-color: #376050;
}

.button.button-black {
border-color: #1d2e5c;
background-color: #1d2e5c;
color: white;
}

.button.small {
padding-left: 24px;
padding-right: 24px;
padding-top: 12px;
padding-bottom: 12px;
font-size: 14px;
}

.font-weight-100 {
font-weight: 100;
}

.font-weight-200 {
font-weight: 200;
}

.font-weight-300 {
font-weight: 300;
}

.font-weight-400 {
font-weight: 400;
}

.font-weight-500 {
font-weight: 500;
}

.font-weight-600 {
font-weight: 600;
}

.font-weight-700 {
font-weight: 700;
}

.font-weight-800 {
font-weight: 800;
}

.font-weight-900 {
font-weight: 900;
}

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

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

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

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

.mobile-nav, .mobile-menu, #preloader {
display: none;
}

.section {
overflow: hidden;
}

.row {
width: calc(100% + 30px);
min-height: 20px;
margin-left: -15px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

.col {
width: 100%;
display: inline-block;
margin-left: 15px;
margin-right: 15px;
}

.col-1-1, .col-2-2, .col-3-3, .col-4-4, .col-5-5 {
max-width: calc(100% - 30px);
}

.col-3-4 {
max-width: calc(75% - 30px);
}

.col-2-3 {
max-width: calc(66.666% - 30px);
}

.col-1-2, .col-2-4 {
max-width: calc(50% - 30px);
}

.col-1-3 {
max-width: calc(33.333% - 30px);
}


.col-1-4 {
max-width: calc(25% - 30px);
}

.col-1-5 {
max-width: calc(20% - 30px);
}

.col-2-5 {
max-width: calc(40% - 30px);
}

.col-3-5 {
max-width: calc(60% - 30px);
}

.col-4-5 {
max-width: calc(80% - 30px);
}

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

.full.half {
width: 50%;
margin-left: auto;
margin-right: auto;
float: none;
}

.relative {
position: relative;
}

/* top */

.header .row {
margin: 0;
width: 100%;
}

.header .col {
margin: 0;
width: 100%;
}

.header .top {
padding-top: 10px;
padding-bottom: 10px;
}

.header .col.logo {
max-width: 300px;
}

.header .col.logo img {
float: left;
}


.header .col-right {
max-width: calc(100% - 300px)
}

.header .col.tel {
display: block;
float: right;
max-width: none;
width: auto;
}

.col.tel .icon, .col.hours .icon {
float: left;
width: 40px;
height: 40px;
background-color: #36aadf;
text-align: center;
font-size: 18px;
line-height: 40px;
color: white;
border-radius: 1000px;
}

.col.tel .text, .col.hours .text {
float: left;
width: calc(100% - 40px);
height: 40px;
padding: 12px;
}

.text-p-custom {
font-size: 13px;
margin-top: -10px;
color: #9ea2a5;
font-weight: 500;
margin-bottom: 4px;
}

.text-p-custom-big {
font-size: 18px;
font-weight: 700;
color: #1e1e1f;
}

.header .col.hours {
display: block;
float: right;
max-width: none;
width: auto;
margin-right: 10px;
}

.header .bottom {
background-color: #1d2e5c;
}

.header .bottom ul, .header .bottom ul li {
display: block;
float: left;
}

.header .bottom ul li a {
display: block;
color: white;
font-size: 15px;
text-decoration: none;
padding: 20px;
font-weight: 600;
text-transform: uppercase;
padding-top: 0;
padding-bottom: 0;
height: 60px;
line-height: 60px;
}

.header .bottom ul li.active a {
background: rgba(255,255,255, 0.1);
}

.footer {
background-color: #1d2e5c;
padding-top: 120px;
padding-bottom: 0;
}


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

.footer .links-list span {
font-size: 10px;
}

.footer .row {
align-items: flex-start;
justify-content: center;
}

.footer h3 {
font-size: 22px;
color: white;
font-weight: 700;
margin-bottom: 30px;
}


.footer .text-p a, .footer .text-p {
text-decoration: none;
color: white;
font-weight: 300;
}

.footer .text-p a span, .footer .text-p span {
opacity: 0.5;
}

.footer .text-p {
font-size: 16px;
line-height: 200%;
}

.footer .text-p span {
width: 20px;
display: inline-block;
}

.color-transparet {
color: transparent !important;
}

.footer .bottom {
background-color: #192952;
margin-top: 60px;
padding-top: 20px;
padding-bottom: 20px;
}

.footer .bottom .text-p {
margin: 0;
}

.hr {
display: inline-block;
width: 30px;
height: 2px;
background-color: white;
margin-bottom: 30px;
}

.row.v-top {
align-items: flex-start;
}


/* home */

.home {
overflow: hidden;
}

.home .wrapper {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}

.home .slide .wrapper {
max-width: 1200px;	
padding-left: 15px;
padding-right: 15px;
}	

.slider-controler {
width: 100%;
height: auto;
max-height: 660px;
}

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

.flex {
display: flex !important;
align-items: center;
justify-content: center;
}

.slider {
position: absolute;
width: 100% !important;
height: 100% !important;
top: 0;
left: 0;
background-color: black;
}

.home .slide {
overflow: hidden;
display: flex !important;
align-items: center;
justify-content: center;
height: 100% !important; 
}

.slide::after {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
background-color: rgba(0,0,0, 0.5);
z-index: 1;
top: 0;
left: 0;
opacity: 0;

-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}

.active::after {
opacity: 1;
transition-delay: 0.3s;
}


.slide img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
  filter: blur(10px);
}

.slide.active img {
opacity: 1;
  filter: blur(0px);
}

.slide .anim1, .slide .anim2, .slide .anim3 {
opacity: 0;
transition-delay: 0s;
-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;
}

.slide.active .anim1 {
opacity: 1;
transition-delay: 0.6s;
}

.slide.active .anim2 {
opacity: 1;
transition-delay: 1.2s;
}

.slide.active .anim3 {
opacity: 1;
transition-delay: 1.8s;
}


.home .bx-wrapper, .home .bx-viewport {
position: absolute !important;
width: 100% !important;
height: 100% !important;
}

.bx-next, .bx-prev {
position: absolute;
z-index: 100;
display: block;
height: 40px;
width: 40px;
top: 50%;
left: 60px;
margin-top: -20px;
text-align: center;
font-size: 20px;
color: white;
text-decoration: none;
line-height: 40px;
border: 1px solid white;
border-color: rgba(255,255,255, 0.5);
}

.bx-next {
left: auto;
right: 60px;
}

input, textarea {
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
top: 0;
left: 0;
border: none;
outline: none;
background: transparent;
padding: 16px;
font-size: 14px;
resize: none;
}



.search {
position: relative;
float: right;
width: 300px;
height: 40px;
margin-top: 10px;
}

.search input {
color: white;
padding-right: 50px;
}

.search input:focus {
background: rgba(255,255,255,0.1);
}

.search .icon {
display: block;
width: 30px;
height: 30px;
color: white;
position: absolute;
z-index: 1;
top: 5px;
right: 10px;
text-align: center;
line-height: 30px;
font-size: 22px;
}

.section.boxes {
z-index: 999;
position: relative;
overflow: visible;
}

.section.boxes .col-1-4 {
min-height: 220px;
background-color: #36aadf;
margin-top: -110px;
padding: 20px;
padding-bottom: 0;
}

.section.boxes .col-1-4 img, img.icon {
height: 70px;
width: auto;
margin-bottom: 30px;
margin-top: 20px;
} 

img.icon {
width: 100%;
height: auto;
max-width: 80px;
}

.section.padding {
padding-top: 80px;
padding-bottom: 80px;
}

.bg-light {
background-color: #f2f2f2;
}

.grid-colums-3 {
display: grid;
grid-template-columns: 33.333% 33.333% 33.333%;
width: 100%;
margin-bottom: 20px;
}

.grid-colums-3 .item {
background-color: pink;
width: 100%;
border: 1px solid black;
}

.icon-in {
position: relative;
padding-left: 30px;
}

.icon-in .icon {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}

.row.padding {
padding-top: 20px;
padding-bottom: 40px;
}

.paralax {
background: url(../img/paralax.jpg);
background-position: center center;
background-size: cover;
background-attachment: fixed;
position: relative;
}

.paralax .wrapper {
position: relative;
z-index: 3;
}

.shade {
position: absolute;
z-index: 0;
width: 100%;
height: 100%;
background-color: #1d2e5c;
background-color: #376050;
opacity: 0.9;
top: 0;
left: 0;
}

.paralax .bx-wrapper, .paralax .bx-viewport {
position: relative !important;
}

.paralax .bx-wrapper {
padding-bottom: 20px;
}

.paralax .bx-next {
right: -80px;
}

.paralax .bx-prev {
left: -80px;
}

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

.bx-pager-link {
width: 22px;
height: 22px;
display: inline-block;
margin-left: 3px;
margin-right: 3px;
color: transparent;
text-indent: -9999px;
background-color: rgba(255,255,255, 0.5);
border-radius: 100px;
}

.bx-pager-link.active {
background-color: rgba(255,255,255, 1);
}

.row .col .last {
margin-bottom: 0;
}

.section.top {
max-height: 300px;
overflow: hidden;
position: relative;
} 

.section.top img, img.fit {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.section.top img {
position: relative;
z-index: 0;
}

.section.top .shade {
opacity: 0.9;
background-color: #36aadf;
}

.bredcrumb {
display: block;
width: 100%;
float: left;
}

.bredcrumb li {
display: block;
float: left;
margin-right: 12px;
color: white;
font-size: 14px;
}

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

.bredcrumb li a:hover {
text-decoration: underline;
}

.bredcrumb li .icon {
font-size: 12px;
opacity: 0.5;
}

.grid {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.grid-item {
position: relative;
float: left;
width: 100%;
overflow: hidden;
padding: 15px;

}

.boxer {
position: relative;
float: left;
width: 100%;
overflow: hidden;
}

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

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

.boxer .shade {
z-index: 3;
opacity: 0;
}

.boxer:hover .shade {
z-index: 3;
opacity: 0.7;
}

.grid-item img {
width: 100%;
}

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

.map {
height: 400px;
position: relative;
}

#podziekowanie {
display: none;
}

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

.form {
float: left;
width: 100%;
padding-left: 100px;
padding-right: 100px;
}

.field.textarea {
height: 220px;
}

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

}

.contact.paralax .shade {
opacity: 0.8;
}

.contact.paralax .button {
background-color: rgba(255,255,255, 0.1);
}

.form input, .form textarea {
text-align: center;
color: white;
background-color: rgba(255,255,255, 0.1);
border: 1px solid white;
}

label.error {
position: absolute;
z-index: 3;
top: -30px;
right: 0;
font-size: 12px;
color: white;
background-color: red;
width: 100%;
text-align: center;
height: 30px;
line-height: 30px;
font-weight: bold;
}

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

#preloader span {
position: absolute;
width: 40px;
height: 40px;
text-align: center;
top: 50%;
left: 50%;
text-align: center;
line-height: 40px;
font-size: 30px;
margin-top: -20px;
margin-left: -20px;
    animation: zoominoutsinglefeatured 1s infinite ;
}

.big-icon {
display: inline-block;
width: 80px;
height: 80px;
background-color: #36aadf;
margin-top: 40px;
margin-bottom: 20px;
line-height: 80px;
text-align: center;
border-radius: 1000px;
color: white;
font-size: 25px;
}

.shade.shade-blue {
background-color: #36aadf;
opacity: 0.9;
}

.bg-light .hr {
background-color: grey;
}

.col-1-1.slider3wraper .bx-viewport {
width: calc(100% + 24px) !important;
padding: 12px;
margin-left: -12px;
}

.slider3 {
width: 100%;
}
 
.slider3 .logo {
height: 120px;
background-color: white;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
padding: 24px;
box-shadow: 1px 1px 10px rgba(0,0,0, 0.2);
}

.slider3 .logo img {
width: 100%;
}

.checkbox {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  margin-bottom: 18px;
  text-align: left;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  border-radius: 0px;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.5);
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #36aadf !important;
}

.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}


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

