@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: white;
  color: #373435;
  
}

.color_1 {
  color: white;
background: white;
}
a {
  font: inherit;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a:active {
  background: transparent;
}

img {
  max-width: 100%;

}
.bgnd {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size:cover;
    height: 44vh;
    max-height: 1000px;
    min-height: 200px;
}

.bgnd-1 {
    background-image: url(../images/banner1.webp);
}

* {
  -webkit-text-size-adjust: none;
}
/*============  Text  =============*/

.text_2 {
  font: 400 24px 'Titillium Web', sans-serif;



}





.text_2f {
  font: 400 21px 'Titillium Web', sans-serif;
color:white;
}
.text_3 {
  font: 300 18px/24px 'Open Sans', sans-serif;
}

.text_3a {
  font: 300 25px/36px 'Open Sans', sans-serif;
}

.text_3b {
  font: 400 14px/14px 'Titillium Web', sans-serif;
}





.text_5 {
  font: 300 19px 'Open Sans', sans-serif;
color: black;
}

.obrazek4 {
filter: alpha(opacity=100); 
-moz-opacity: 1; 
opacity: 1;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
margin-right:25px;
margin-bottom:15px;
margin-top:10px;
border-radius: 3px 3px 3px 3px;


} 


.obrazek4 :hover {
filter: alpha(opacity=40);
-moz-opacity: 0.4; 
opacity: 0.4; 
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
margin-right:25px;
margin-bottom:15px;
margin-top:10px;
border-radius: 3px 3px 3px 3px;


} 

.mobi2 {
  display: none;

}


.text_5a {
  font: 300 20px 'Open Sans', sans-serif;
text-align: center;
color: #202020;
}

.text_o {
  font: 600 19px 'Titillium Web', sans-serif;
color: #e9afdd;
float:right;
margin-right:20px;
}

.text_o1 {
  font: 600 16px 'Titillium Web', sans-serif;
color: gray;
float:right;
}






.text_99x {
  font: 400 14px 'open sans', sans-serif;
color: #898989;
}

.text_99f {
  font: 400 15px 'open sans', sans-serif;
color: white;
}


/*============  Colors  =============*/

.color_3 {
  color: #000000;
}
.color_3 a {
  color: inherit;
}

/*============  Backgrounds  =============*/
.bg_1 {
   background-image:url('../images/bnl.jpg');
background-size:100%;
height:100%;
background-repeat: no-repeat;
}

.bg_1k {
   background-image:url('../images/bnl.jpg');
background-size:150%;
height:150%;
background-repeat: no-repeat;
}

.bg_1b {
  background: #202020;
}





/*============  Floats  =============*/
.put-left {
  float: left;
}
.put-right {
  float: right;
}
/*============  Page  =============*/
.page {
  background: #ffffff;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: #ffffff;
filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
  z-index: 997;
  position: absolute;
border-bottom:1px solid #808080;
width:100%;
}

.brand {
  text-align: center;
}

@media (max-width: 979px) {
  .brand {
    float: none;
  }
}
.nav {
  text-align: right;
}
@media (max-width: 979px) {
  .nav {
    text-align: center;
    float: none;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  display: inline-block;
  margin-right: -10px;
}
.sf-menu > li {
  position: relative;
  float: left;
  font: 400 21px/21px 'Titillium Web';
  text-align: center;


}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 14px 10px 10px;
  color: #202020;

}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {

  color: #c3c2bb;
  text-decoration: none;
}
.sf-menu > li.sfHover > a:after,
.sf-menu > li.current > a:after,
.sf-menu > li > a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 0px;
  background: #000000;
}
.sf-menu > li + li {
  margin-left: 45px;
}
.sf-menu ul {
font: 400 19px/19px 'titillium web', sans-serif;
  position: absolute;
  display: none;
  width: 299px;
  padding: 10px 0;
  text-align: left;
  background: #ffffff;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 8px 8px 11px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 8px 8px 11px 0 rgba(0, 0, 0, 0.6);
border-radius: 5px 5px 5px 5px;
}
.sf-menu ul li {
  display: block;
  position: relative;
  text-transform: none;
}
.sf-menu ul li.sfHover > a,
.sf-menu ul li.current > a,
.sf-menu ul li a:hover {
  background: #e20312;
  color: white;
  text-decoration: none;
border-radius: 5px 5px 5px 5px;
}
.sf-menu ul li + li {
  margin-top: 8px;
}
.sf-menu ul li a {
  display: block;
  padding: 5px 20px;
  color: black;
}




/* First level sub-menu styles
========================================================*/
.sf-menu > li > ul {
  top: 120%;
  left: 50%;
  margin-left: -110px;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu > li > ul > li > ul {
  top: 0px;
  left: 110%;
}


.sf-menu > li > ul > li > ul > li > ul {
  top: 0px;
  left: 110%;
}

@media only screen and (max-width: 767px) {
  nav {
    padding-bottom: 0;
  }
  .sf-menu {
    display: none;
  }
.logo2 {
  display: none;

}


.mobi {
  display: none;

}

.mobi2 {
  display: inline;



}

.bg_1 {
   background-image:url('../images/bnl.jpg');
background-size:650%;
height:650%;
background-repeat: no-repeat;
}

.bg_1k {
   background-image:url('../images/bnl.jpg');
background-size:1100%;
height:1100%;
background-repeat: no-repeat;
}



.text_o {
  font: 600 20px/20px 'Titillium Web', sans-serif;
color: #e9afdd;
float:left;
padding-bottom:20px;
}

 
.text_99c {
  font: 200 12px 'Open Sans', sans-serif;
color: white;
background: #000000;
text-align:center;
width:100%;
height: 22px;
box-shadow:0px 1px 10px #000000;
}
}
@media (max-width: 479px) {
  nav.put-right {
    padding-bottom: 0px;
  }
.text_99c {
  font: 200 12px 'Open Sans', sans-serif;
color: white;
background: #000000;
text-align:center;
width:100%;
height: 36px;
box-shadow:0px 1px 10px #000000;
}

.text_5 {
  font: 300 17px 'Open Sans', sans-serif;
color: black;
}

}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #ffffff;

  border-bottom: 1px solid #808080;
box-shadow:0px 1px 10px gray;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
#header {
  background: #ffffff;
filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
  z-index: 997;
  position: relative;
border-bottom:1px solid #808080;
}
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
}
/*============  Headers  =============*/
.header_1 {
  font: 300 40px/50px 'Open Sans', sans-serif;
}

.header_1a {
  font: 300 50px/50px 'Titillium Web', sans-serif;
text-align: center;
} 



.header_1b {
  font: 300 40px/50px 'Titillium Web', sans-serif;
text-align: center;
} 
.header_1.indent_1 {
  padding-bottom: 56px;
}
.header_1.indent_2 {
  padding-bottom: 34px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header_1 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .header_1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.header_2 {
  font: 400 34px/34px 'Titillium Web', sans-serif;
}
.header_2.indent_1 {
padding-top: 20px;
  padding-bottom: 20px;
border-bottom: 1px dashed #d5d5d5;
color:#000000;
margin-bottom:25px;
}

.text_99k {
 font: 400 14px/14px 'Titillium Web', sans-serif;
padding-top: 15px;
  padding-bottom: 1px;
border-top: 1px dashed #d5d5d5;
color:#000000;
margin-top:1px;
}


.header_2.indent_1g {
font: 400 28px/28px 'Titillium Web', sans-serif;
padding-top: 1px;
  padding-bottom: 20px;
border-bottom: 1px dashed #d5d5d5;
color:#000000;
width: 100%;

text-align: left;
margin-top:15px;
}






.header_2.indent_1b {
margin-bottom:30px;
}
.header_2.indent_1a {
  padding-bottom: 30px;
text-align: center;
}
.header_2.indent_2 {
  padding-bottom: 12px;
color:#404040; 
 font: 400 28px 'Titillium Web', sans-serif;
}


/*============  Wraps  =============*/

.wrap_os1 {
  padding-top: 10px;
padding-left: 1px;
}

.wrap_os2 {
  padding-bottom: 10px;
padding-left: 1px;
}


.wrap_1 {
  padding-top: 50px;
}
.wrap_2 {
  padding-top: 21px;
}
.wrap_3 {
  padding-bottom: 34px;
}
.wrap_4 {
  padding-bottom: 33px;
}
.wrap_5 {
  padding-bottom: 95px;
}
.wrap_6 {
  padding-bottom: 30px;
}
.wrap_7 {
  padding-top: 82px;
}
.wrap_8 {
  padding-bottom: 18px;
}
.wrap_9 {
  padding-top: 104px;
}
.wrap_10 {
  padding-bottom: 44px;
}
.wrap_11 {
  padding-top: 50px;
}
.wrap_12 {
  padding-bottom: 91px;
}
.wrap_13 {
  padding-top: 42px;
}
.wrap_14 {
  padding-top: 91px;
}
.wrap_15 {
  padding-bottom: 118px;
}
.wrap_16 {
  padding-top: 32px;
}
.wrap_17 {
  padding-top: 50px;
}
.wrap_18 {
  padding-top: 20px;
}
.wrap_19 {
  padding-bottom: 115px;
}
.wrap_20 {
  padding-bottom: 46px;
}
.wrap_25 {
  padding-bottom: 360px;
}
@media (max-width: 767px) {
  .wrap_11,
  .wrap_14,
  .wrap_9,
  .wrap_1,
  .wrap_18 {
    padding-top: 50px;
  }
  .wrap_12,
  .wrap_15,
  .wrap_5,
  .wrap_19 {
    padding-bottom: 50px;
  }
.wrap_os1 {
  padding-top: 24px;
padding-left: 25px;
}

.wrap_os2 {
  padding-bottom: 24px;
padding-left: 25px;
}
}

@media (max-width: 1280px) {
  .img-wrap {
    text-align: center;
  }
.wrap_25 {
  padding-bottom: 250px;
}
}

@media (max-width: 1199px) {
  .img-wrap {
    text-align: center;
  }
.wrap_25 {
  padding-bottom: 200px;
}
}
@media (max-width: 767px) {
  .img-wrap {
    margin-top: 30px;
  }
.wrap_25 {
  padding-bottom: 140px;
}
.text_99k {
display:none;
}
.header_2.indent_1g {
font: 400 22px/22px 'Titillium Web', sans-serif;
padding-top: 1px;
  padding-bottom: 20px;
border-bottom: 1px dashed #d5d5d5;
color:#000000;
width: 100%;


text-align: left;
margin-top:15px;
}
}

@media (max-width: 479px) {

.wrap_25 {
  padding-bottom: 70px;
}
.text_99k {
display:none;
}

.im {
display:none;
}


.obrazek4 {
filter: alpha(opacity=100); 
-moz-opacity: 1; 
opacity: 1;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
margin-left:30px;
margin-right:30px;
margin-top:1px;
margin-bottom:25px;
border-radius: 3px 3px 3px 3px;


} 


.obrazek4 :hover {
filter: alpha(opacity=40);
-moz-opacity: 0.4; 
opacity: 0.4; 
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
margin-left:30px;
margin-right:30px;
margin-top:1px;
margin-bottom:25px;
border-radius: 3px 3px 3px 3px;


} 



.wrap_os1 {
  padding-top: 14px;
padding-left: 15px;
}

.wrap_os2 {
  padding-bottom: 14px;
padding-left: 15px;
}
}
/*============  Butttons  =============*/





.btn_3 {
  display: inline-block;
  padding: 4px 34px 3px 33px;
  font: 300 24px/30px 'titillium Web', sans-serif;
  color: white;
  background: #202020;
border-radius: 4px 4px 4px 4px;
}
.btn_3:hover {
  color: #000000;
  background: #c4c3bc;
  text-decoration: none;
border-radius: 4px 4px 4px 4px;
}


@media (min-width: 768px) and (max-width: 979px) {
  .img_2 {
    width: 108px;
  }
  .img_2 + .img_2 {
    margin-left: 20px;
  }
.text_2z {
  font: 600 16px 'Titillium Web', sans-serif;
color:#000000;
}
}

@media (min-width: 767px) {

.mobil {
display: none;
}
}

/*============  Boxes  =============*/

.box_2 [class^='icon_'] {
  display: inline-block;
  width: 117px;
  height: 117px;
  color: #d9261c;
  border: 1px dashed #d8d8d8;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
text-shadow:0px 3px 4px #d3d3d3;
margin-bottom: 5px;
}


.box_2 .icon_1:before {
  content: '\f044';
  font: 59px/117px 'FontAwesome';
}
.box_2 .icon_2:before {
  content: '\f115';
  font: 55px/117px 'FontAwesome';

}

.box_2 .icon_3:before {
  content: '\f0e6';
  font: 57px/117px 'FontAwesome';
}
.box_2 .icon_4:before {
  content: '\f041';
  font: 51px/117px 'FontAwesome';
}

.box_2 {
  padding: 15px 15px 15px 15px;
  border-bottom: 1px dashed #d8d8d8;
border-top: 1px dashed #d8d8d8;
background: white;
min-height:210px;
transition: all 1s;
}

.box_2:hover {
transition: all 0.4s;
transform: scale(1.2);

}



.box_2k {
  padding: 15px 0px 15px 0px;
  border-bottom: 1px dashed #d8d8d8;
border-top: 1px dashed #d8d8d8;
background: white;
min-height:420px;
transition: all 1s;
}

.box_2k:hover {
transition: all 0.4s;
transform: scale(1.1);

}







.le {

transition: all 1s;
}

.le:hover {
transition: all 0.5s;
transform: scale(1.3);

}


.box_2r {
  padding: 15px 15px 15px 15px;
background: transparent;
min-height:50px;
margin-bottom:1px;
text-align: left;
}








@media (min-width: 980px) and (max-width: 1199px) {
  .box_2 {
    padding: 15px 15px 15px 15px;
min-height:300px;
  }

.box_2k {
  padding: 15px 0px 15px 0px;
  border-bottom: 1px dashed #d8d8d8;
border-top: 1px dashed #d8d8d8;
background: white;
min-height:420px;
transition: all 1s;
}

.box_2k:hover {
transition: all 0.4s;
transform: scale(1.1);

}


  
}
@media (max-width: 979px) {
  .box_2 {
    padding: 15px 15px 15px;
    text-align: center;
min-height:350px;
  }

.box_2k {
  padding: 15px 0px 15px 0px;
  border-bottom: 1px dashed #d8d8d8;
border-top: 1px dashed #d8d8d8;
background: white;
min-height:370px;
transition: all 1s;
}

.box_2k:hover {
transition: all 0.4s;
transform: scale(1.1);

}



}

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

.logo2 {
width: 140px;
padding-top: 3px;

}



.bim {
width:50px;
margin-left:10px;
}

.sf-menu > li {
  position: relative;
  float: left;
  font: 400 19px/19px 'Titillium Web', sans-serif;
  text-align: center;


}

.sf-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 12px 9px 9px;
  color: #202020;

}

.sf-menu > li + li {
  margin-left: 35px;
}

.bg_1 {
   background-image:url('../images/bnl.jpg');
background-size:150%;
height:150%;
background-repeat: no-repeat;
}


.bg_1k {
   background-image:url('../images/bnl.jpg');
background-size:270%;
height:270%;
background-repeat: no-repeat;
}



.text_5 {
  font: 300 19px 'Open Sans', sans-serif;
color: black;
}

.text_99k {
 font: 400 13px/13px 'Titillium Web', sans-serif;
padding-top: 12px;
  padding-bottom: 10px;
border-top: 1px dashed #d5d5d5;
color:#000000;
margin-top:1px;
}

.text_99x {
  font: 400 13px 'open sans', sans-serif;
color: #898989;
}

.header_2 {
  font: 400 30px/30px 'Titillium Web', sans-serif;
}
}





@media (max-width: 479px) {

.itel {
font-size:35px;
}

.mm {
margin-top:-50px;
}
.header_2 {
  font: 400 27px/27px 'Titillium Web', sans-serif;
}

.header_2.indent_1 {
padding-top: 1px;
  padding-bottom: 25px;
border-bottom: 1px dashed #d5d5d5;
color:#000000;
margin-bottom:25px;
}

.header_1a {
  font: 300 65px/65px 'Titillium Web', sans-serif;
text-align: center;
} 

.header_1b {
  font: 300 30px/40px 'Titillium Web', sans-serif;
text-align: center;
} 

.text_99x {
  font: 400 15px 'open sans', sans-serif;
color: #898989;
}

}

@media (max-width: 979px) {
  .box_2 {
    padding: 15px 15px 15px;
    text-align: center;
min-height:320px;
  }

.mm {
margin-top:-50px;
}

}
/*============  Lists  =============*/


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

.text_99a {
  font: 300 20px 'Open Sans', sans-serif;
color: #0e5972;
text-align:center;
padding-bottom: 20px;
}
.text_2 {
  font: 400 23px 'Titillium Web', sans-serif;
}
.text_2x {
  font: 600 17px 'Titillium Web', sans-serif;
color:#000000
}
.text_99f {
  font: 400 13px 'open sans', sans-serif;
color: white;

}

}
@media (min-width: 480px) and (max-width: 767px) {

.text_99a {
  font: 300 20px 'Open Sans', sans-serif;
color: #0e5972;
text-align:center;
padding-bottom: 20px;
}

}
@media (max-width: 479px) {

.text_99a {
  font: 300 20px 'Open Sans', sans-serif;
color: #0e5972;
text-align:center;
padding-bottom: 20px;
}


}

@media (max-width: 767px) {

.box_2:hover {
transition: all 0.4s;
transform: scale(1);

}
}




/*========================================================
                    FOOTER styles
=========================================================*/
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}


/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #d9261c;
  width: 40px;
  height: 43px;
  font-size: 63px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  text-decoration: none;
  color: #818081;
}
#toTop:active {
  background: transparent;
}

}











.obrazek3 {
filter: alpha(opacity=100); 
-moz-opacity: 1; 
opacity: 1;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
  border-radius: 4px 4px 4px 4px;


} 


.obrazek3 :hover {
filter: alpha(opacity=40);
-moz-opacity: 0.4; 
opacity: 0.4; 
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
  border-radius: 4px 4px 4px 4px;

} 




#lista-uslugi ul {
  list-style: none;
  padding: 0;
  font: 300 19px 'Open Sans', sans-serif;
color: #000000;
}
#lista-uslugi li {
  padding-left: 3.0em;
padding-top: 1.2em;
  font: 300 18px 'Open Sans', sans-serif;
color: black;
}
#lista-uslugi li:before {
  content: "\f058"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.1em; /* same as padding-left set on li */
  width: 1.1em; /* same as padding-left set on li */
 color:#d9261c;
}

#lista-uslugi li li:before {
  content: "\f0c8"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
 color:#171544;
font-size: 11px;
}


#cookieinfo * {
    margin: 0px;
    padding: 0px;

}

#cookieinfo {
    position: fixed;
    font-size: 13px;
    font-family: 'Titillium Web';
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334;
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #c0c0c0;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    border-radius: 7px;
    line-height: 22px;
    font-size: 14px;
    color: white;
    text-align: center;
    text-decoration: none;
padding-left: 4px;
padding-right: 4px;
    
}

#cookieinfo a:hover {
    background-color: #d9261c;

}



/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #d9261c;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}