@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext');
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');*/
/*@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900&subset=latin-ext');*/

/*----------------------------------------------------------------------------PODSTAWOWE*/
body{
	font-family: 'Open Sans', sans-serif;
	padding-top: 170px;
  font-size: 14px;

}

@media (max-width: 992px) {
    body{
    text-align:center;
    padding-top: 30px;
  }

}

/*h1,h2,h3,h4,h5 {

  font-family: 'Merriweather', serif;

}*/

/**:focus{
  outline: none !important;
}*/

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

a{
	color: #333;
}

a:focus,a:hover{
	color: #000;
}

p {
    widows: 5;
    orphans: 5;
  }

.p-relative {
	position: relative;
}
.clear{
  clear: both;
}

.die-cache {
  margin-top: 30px;
}

.syl-img-desc{
  padding-top: 10px;
  padding-bottom: 10px;
  /*background: #0B5A82;
  color: #fff;*/
 
  border-bottom: 1px #dfdfdf dotted;
  text-align: left;

}

.pasek-ikon{
  
  position: fixed;
  padding: 10px;
  right: 0;
  background: rgba(76,82,116,0.8);
  color: #fff !important;
  border:1px #333 dotted;
  top:200px;
  z-index: 5;

}
.pasek-ikon a{
  color: #fff;
  margin-bottom: 10px;
}

.pasek-ikon .fa{
  margin-bottom: 5px;
}
/*---------------------------------------------------------------------------BREAK*/

.break15{
  height:15px;
}
.break30{
  height:30px;
}
/*---------------------------------------------------------------------------PAD*/
.t-pad-60{
  padding-top: 60px;
}
.t-pad-30{
  padding-top: 30px;
}
.t-pad-15{
  padding-top: 15px;
}

.lr-pad-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.lr-pad-50 {
  padding-left: 50px;
  padding-right: 50px;
}
/*---------------------------------------------------------------------------LOADER*/

.loader {
  position: fixed;
  z-index: 1000 !important;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top:0px;
}
.fading-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 333px;
  margin: -250px 0 0 -250px;
  background-image: url(../images/l4.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/*---------------------------------------------------------------------------PRALAX*/

.parallax-container{
  padding-top: 100px;
  padding-bottom: 100px;
  height: 400px !important;
}
/*---------------------------------------------------------------------------LOGO*/
.logo-brand{
  /*margin-top: -100px;
  position: absolute;*/
  margin-top: 15px;
  margin-bottom: 15px;
}

.logo-main{
  position: absolute;
  z-index: +1;
  top: 80px; 
  width: 300px;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.5);
} 


.logo-main h1{
  
  font-size: 60px;
  line-height: 30px;
  top: 80px;
  
}
.logo-main h1 small{
  font-size: 16px;
  color: #333;
}

.adress-top {
  padding-top: 90px;
  border-bottom: 1px #dfdfdf solid;
  padding-left: 30px;
  padding-right: 30px;
}
/*---------------------------------------------------------------------------BOOTSTRAP NAVMOD*/
.navbar-default {
    background-color: #fff;
    border-color: #efefef;
   

}

.navbar-default ul{
   font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar {
	
    position: absolute;

    min-height: 30px;
    margin-bottom: 0px;
    border: 0px solid transparent;

    /*border-bottom: 3px solid #dfdfdf;*/
}

.navbar-default li.current a{
  font-weight: 900;
  color: #333;
}

.navbar-default ul {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.czarny_blok{
  padding: 50px;
  padding-bottom: 15px;
  background: #111;
  color: #bbb;
  position: absolute;
  z-index: 111;
  top: 0px;
  margin-top: -120px;
  text-align: center;


}
.czarny_blok b{
  color: #fff;
}
.navbar-default a {
    
    
    border-top: 3px #fff solid;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #fff;
    border-top: 3px #333 solid;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #333;
    border-top: 3px #333 solid;
}
.navbar-inverse {
  color: #fff !important;
}

/*----------------------------------------------------------------------LISTAFOOTER*/
.footer-menu{
  
  padding-left: 0;
  margin-left: 15px;
}

.footer-menu li{
  
  /*display: inline;*/
  padding-left: 15px;
  padding-right: 15px;
  
}

.footer-menu a{
  color: #fff;
}

/*----------------------------------------------------------------------COLOR*/
.color-box-main{
	background:#fafafa;
  	height:0px;
}
/*-----------------------------------------------------------------------SEKCJE*/
.s-normal{
  padding-top: 50px;
  padding-bottom: 50px;
  /*border-bottom: 1px #dfdfdf dotted;*/
  color:#333;
}


.s-logo {
  height: 0px;

}
.s-top{
  height: auto;
  position: relative;
  overflow: hidden;
  /*border-top:  3px #4D5375 solid;*/
  max-height: 600px;
  
}

/*@media (min-width: 1920px){
  .s-top{

    height: 750px;
    position: relative;
    overflow: hidden;
        
  }
}
@media (max-width: 992px){
  .s-top{

    height: 250px;
    position: relative;
    overflow: hidden;
        
  }
}

@media (max-width: 1366px){
  .s-top{

    height: 450px;
    position: relative;
    overflow: hidden;
        
  }
}*/
.s-topdef{
  height: 50px;
  background: #4D5375;
}

.s-wykonanie{
  background: #fff;
  color: #888;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top:  1px #dfdfdf solid;
}

.s-wykonanie a{
  
  color: #333;
  

}

.s-left{
  background: #4D5376#4D5376;
  color: #fff;
  
}

.s-left a{
  color: #fff;
}

.s-right{

}

/*.s-bottom{
  background: #434343; 
  color: #333;
  background-image: url(../images/pat1.png);
  border-bottom: 1px #dfdfdf solid;
}*/
.s-bottom {
    background: #4a536f;
    color: #fff;
    
    border-bottom: 1px #dfdfdf solid;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f324b+0,4a536f+50,2f324b+100 */
  background: rgb(47,50,75); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(47,50,75,1) 0%, rgba(74,83,111,1) 50%, rgba(47,50,75,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(47,50,75,1) 0%,rgba(74,83,111,1) 50%,rgba(47,50,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(47,50,75,1) 0%,rgba(74,83,111,1) 50%,rgba(47,50,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f324b', endColorstr='#2f324b',GradientType=1 ); /* IE6-9 */
  }
.s-smenu{
  color: #fff;
  background: #2F324B;
  padding-top: 30px;
  padding-bottom: 30px;
}

.s-object{
  color: #fff;
  background: #4A536F;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f324b+0,4a536f+50,2f324b+100 */
background: rgb(47,50,75); /* Old browsers */
background: -moz-linear-gradient(left, rgba(47,50,75,1) 0%, rgba(74,83,111,1) 50%, rgba(47,50,75,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(47,50,75,1) 0%,rgba(74,83,111,1) 50%,rgba(47,50,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(47,50,75,1) 0%,rgba(74,83,111,1) 50%,rgba(47,50,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f324b', endColorstr='#2f324b',GradientType=1 ); /* IE6-9 */
 
}
.s-object a{
  color:#fff;

}
.s-bottom a{
  color:#fff;

}
.s-block1{

}
.s-bottom h3{
  padding-bottom: 15px;
  border-bottom:  1px #222 solid;
  margin-bottom: 15px;
  font-weight: bold ;
}

.s-bottom h4{
  padding-bottom: 15px;
  border-bottom:  1px #5e6680 solid;
  margin-bottom: 15px;
  font-weight: bold ;
}

@media (max-width: 992px) {
    .s-bottom h4{
      margin-top: 50px;
    }
  

}
.s-galeria{
  background: #efefef;
  text-align: center;
  padding-top: 50px;
}

.s-galeria h3{
  padding-bottom: 50px;
}

.s-galeria h4{
  padding-bottom: 50px;
}
.ico-link{
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 50px;
}

.s-grey{
  clear: both;
  background: #efefef;
  background-image: url(../images/pat1.png);
  border-top: 1px #dfdfdf solid;
  min-height: 15px;
}
/*-------------------------------------------------------------------------BOXY*/
.o-box{
  text-align: center;
  background: #515A77;
  padding: 30px;
  height: 300px;
  padding-top: 80px;
  border-bottom: 6px #44496F solid;


}

.o-box1{
  background-image: url(../images/ob1.jpg);
}
.o-box2{
  background-image: url(../images/ob2.jpg);
}


.top-box{
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.box-h-container .fa{
  
  -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-h-container:hover .fa{
  animation-name: tada; 
    animation-duration: 1s; 
    color: #F7FF4E;

    animation-iteration-count: 1;
    animation-timing-function: linear;

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

}


.z-art{
  opacity: 0;
  height: 0px;

 
  margin-top: -20px;
  

  /*animation-name: fadeOutDown; */
    animation-duration: 0.5s; 
    animation-iteration-count: 1;

  overflow: hidden;
  -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;
  
}

.biglist:hover .z-art {
  
  height: 90px;
  color: #F4FD4E;
  
  margin-top: 5px;
  
  animation-name: fadeIn; 
     opacity: 1;
    animation-duration: 0.5s; 
    animation-iteration-count: 1;
    color: #F7FF4E;
    -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;

}

.biglist h3,.biglist .i-t-box{
  -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-header b{
  font-size: 24px;
}

.k-r .s-bgef-cont {
  padding: 15px;
  border-right: 1px #dfdfdf solid;
}

.k-l .s-bgef-cont {
  padding: 15px;
  border-left: 1px #4BBCDC solid;
}

.material{
  border: 6px #fff solid;
 
}


@media (max-width: 992px) {
  .material{
    border: 6px #fff solid;
    margin-bottom: 30px;
  }

}

.k-l .btn-special {
  border: 1px #4BBCDC solid;
  margin-top: 15px;

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

.k-l .btn-special:hover{
  padding-left: 50px;
  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;
}

.k-r .btn-special {
  border: 1px #dfdfdf solid;
  margin-top: 15px;

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

.k-r .btn-special:hover{
  padding-right: 50px;
  color: #333;

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

/*GAL*/
.syl_effect{
  position: relative;
  
    
  overflow: hidden;
}



.cmeff{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;

  -moz-transition: all 1.3s;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;

}

.cmeff h4{
  display: block;
  margin-top: 30%;
  margin-left: auto;
  margin-right: auto;
  
}

.cmeff .lupa{
  position: absolute;
  margin-top: 30%;
  left: 50%;
  margin-left: -12px;

}

.syl_effect:hover .cmeff {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
/*-------------------------------------------------------------------------ART*/
h2.nag-box {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: bold !important;
  /*letter-spacing: 3px;*/
}
.biglist  {
  position: relative;
}
.biglist h3{
  margin-bottom: 15px;
}

.biglist h3 small{
  color: #aaa;
}

.small-text .fa{
  margin-right: 10px;
}



.art-zajawka{
  color:#777;

}
.relatywna  {
  position: relative;
}

.admn-links a{
  padding-right: 15px;
 }

.admn-links {
  margin-bottom: 30px;
  padding-top: 10px;
  border-top: 1px #dfdfdf dotted;
}

.s-block1 .admn-links a{
   color: #aaa;

}

.s-slider .admn-links a{
   color: #fff;
}

.s-slider .admn-links{
   border-color: #319EC5;
}

h3.kalendar-nag{
  font-size: 20px !important;
}
.kalendar-zajawka{
  color: #777 !important;
}

.breadcrumb {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    background: #fff;
    border-bottom: 3px #dfdfdf solid;
    
}
.i-t-box{
  position: relative;
  border-bottom: 6px #4D5376 solid;
  overflow: hidden;
}
.a-t-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 12px 12px;
    font-family: Roboto Condensed,Arial,sans-serif;
    color: #fff !important;
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAH0CAYAAAD8PUeXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGJJREFUeNrszdsKQFAUhOF9EBJJEiVJkiTv/3hb/41S2wto1sXXzNwsE0IwnAUHHhJIIYMcCiihghoaaKGDHgYYYYIZFlhhgx0OOOHisXvwYN9bDPuVYtUIIYQQQvyGW4ABAHGOCPH+MDigAAAAAElFTkSuQmCC) repeat-x 0 0;*/
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.6) 48px,rgba(0,0,0,.6));
    text-shadow: 1px 1px 2px rgba(0,0,0,.75);
}

.a-t-box a{
  color:#fff;
}

.a-t-box .art-zajawka{
  color:#fff;

}

.tag-btn{
  background: #transparent;
  border: none;
  border-bottom: 1px solid #dfdfdf;
}
/*------------------------------------------------------------------------ANIMACJE*/

.hiding{
  opacity:0;
}
.showing { 
  opacity: 1;
}

/*-------------------------------------------------------FOOTER*/

img.lp{
  margin: 5px;
  /*border: 1px #dfdfdf solid;*/
}

.footer-menu {
  list-style-type: none;

}

.footer-menu li{
  display: inline;
}
/*-------------------------------------------------------POGODA*/

.fw-item {
  float: left;
  margin: 0 3px;
  text-align: center;
  width: 18%;
}

#sn-pogoda {
  background: #4AA93B;
  width: 100% !important;
  
}
.inpl-weather-main{
  background: #4AA93B;
  width: 100% !important;
}
/*-----------------------------------------------------------------------DATEPICKER GREEN*/
.datepicker{
  border: 1px #dfdfdf solid;
  
} 
/*
.datepicker table tr td.active:active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active {
   background-color: #33A13A;
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #87A720;
}


.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #87A720;
    cursor: pointer;
    color: #fff;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #87A720;
}

@media(max-width: 992px){
  .datepicker table{
    margin: 0px auto;
    float: none;
  }
}*/

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #4A536F;
    cursor: pointer;
    color: #fff;
}
.datepicker table tr td.active:active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active {
   background-color: #4A536F;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted.focus:active, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.focus:active, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #4A536F;
    border-color: #4A536F;
}


/*---------------------------------------------------POPUP*/
.popinfo{

  display: none;
  top:15%;
  z-index: 999999;
  position: fixed;
  width:500px;
  left:50%;
  margin-left: -250px;
  padding: 30px;

  background: #fff;
  text-align:center;
  border: 6px #dfdfdf solid;
  color: #333;
}

.popinfo a{
  color:#333;
}
/*---------------------------------------------------CIASTECZKA*/
.syl-cookie{
  padding: 30px;
  background:rgba(0,0,0,0.8);
  color: #fff;
  position: fixed;
  top:30%;
  z-index: 200;
}

.syl-cookie a{
  color:#fff;
}

#cookie_accept{
  background:#333;
  color:#fff; 
} 
/*----------------------------------------------------KARUZELA*/
.glyphicon-chevron-right {
    position: absolute;
    top: 30% !important;
    z-index: 5;
    display: inline-block;
}
.glyphicon-chevron-left {
    position: absolute;
    top: 30% !important;
    z-index: 5;
    display: inline-block;
}
.carousel img {
    width: 100%;

}
.carousel-caption2 {
    
    left: 0;
    right: 0;
    padding-bottom: 30px;
    background: rgba(0,0,0,0.5);
    
    
    
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(47,50,75,0.65) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(47,50,75,0.65) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(47,50,75,0.65) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    
    color: #fff;
    padding: 3px;
    top: 0%;
    width: 100%;
    height: 45px;

}

/*-----------------------------------------------------SOCIAL*/
.tooltip-social{
  /*padding-top: 15px;*/

}

.social-list{
  list-style-type: none;
}
.social-list li{
  display: inline;
   

}

.social-list li a{
  
  padding: 5px;
  line-height: 65px;
  

}
/*-------------------------------------------------------GREY*/
img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */

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

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/*------------------------------------------------------PAGINACAJA*/

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #4d5376;
    border-color: #4a5370;
}

.cn-res{
  position: absolute;
  padding: 15px;
  background: #353953;
  color: #fff;
  z-index: 999;
  text-align: left;
  font-size:  12px;
  width: 300px;
  margin-left: -15px;
  -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;

}
.cn-box:hover .cn-res{
  display: block;
  margin-left: 0;
  opacity: 1;
  -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;
  
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    color: #2f324b;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
/*----------------------------------------------------------------DATA*/
/*.data {
  margin-bottom: 0px;
}
.data h3{
  margin:0px;
  position: relative;
  background: #4A536F;
  color: #fff;
  padding: 10px 15px 10px 15px;
  width:250px;
  font-size: 14px;
}

.data h3::after{
  content: "";
  width: 0; height: 0; 
  
  border-top: 36px solid #fff; border-left: 36px solid transparent; 
  position: absolute;
  z-index: +1;
  top:0px;
  right:0px;
}*/

#box-carousel .carousel-control.right {
    right: -50px;
    left: auto;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}

#box-carousel .carousel-control.left {
    right: auto;
    left: -50px;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}

@media(max-width: 992px){
  #box-carousel .carousel-control.left {
    left: 10px;
  }

  #box-carousel .carousel-control.right {
    right: 10px;
    }
}

/*----------------------------------------------------------------------FORMA*/
.regularform input,.regularform textarea {
  margin-bottom:15px;
  padding:15px;
  border:1px solid #ddd;
  font-size:13px;
}
.regularform input[type=submit] {
  border:0;
}
.regularform textarea {
  height:150px;
}
.regularform input.norightborder {
  border-right:0;
}

.done {
  display:none;
}

.error{background: #FFA07A;}
/*----------------------------------------------------------------------TABSY*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #4a526f;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.rezlink{
  color:#fff;  
}

.rezlink:hover{
  color:rgb(72,81,108);
}

.download_cont{
  padding-top: 15px;
  padding-bottom: 30px;
}

.facebook-link a{
  color: #3C5A9A;
}

.instagram-link a{
  color: #F49764;
}

.youtube-link a{
  color: #FE0000;
}

.jakosc_powietrza{
  padding: 15px;
  border:1px #dfdfdf solid;
  background:#39a0db;
  margin-top: 30px;
  color: #fff;
}

.jakosc_powietrza a, .jakosc_powietrza small{
  color: #fff;
}

.jakosc-img{
  margin-right: 30px;
  max-width: 150px;
}

/*MODAL*/
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 350px;
    overflow-y: auto;
}

iframe {
  width: 100% !important;
  min-height: 420px;
  height: auto !important;*/
}


.carousel {
    margin-top: 0px; 
}
.navbar {
    position:absolute;
    top:0px;
    z-index:10;
    background:#fff;
    width:100%;
}

@media(max-width: 992px){
  .navbar {
    position:relative;
    top:0px;
    z-index:10;
    background:#fff;
    width:100%;
    clear:both;
  }
}

.f-mod{
  font-weight: bold;
  cursor: pointer;
  margin-right: 8px;
}