
/*@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700&subset=latin-ext');
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700&subset=latin-ext');

html,body {
  width:100%;
  height:100%;
  
}

body {

  font-family:'Roboto Condensed','Arial','sans-serif';


  font-size:15px;
  color:#333;
  line-height:1.7;
  font-weight: 300;
  padding-top: 85px;
  font-weight: 400;
  /*position: relative;*/
 
  /*background: url(images/bg.jpg) center bottom no-repeat;
  background-attachment: fixed;*/

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d6d6d+0,ffffff+100 */
  background: #fff;
}

body.startbody{
  padding-top: 0;
}

@media(max-width:992px){

  body {
    padding-top: 90px;
  }

  body.startbody{
    padding-top: 0;
  }

}

.bg-info {
    background-color: #4caf50 !important;
    color: #fff;
}

*:focus{
  outline: none !important;
}

.break-45{
  margin-top: 45px;
}

.break-30{
  margin-top: 30px;
}

.break-15{
  margin-top: 15px;
}


.no-pad{
  padding: 0;
}
.no-margin{
  margin: 0;
}

.clear{
  clear: both;
}

a{
  color: #333;
}

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

p {
    widows: 5;
    orphans: 5;
  }

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

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

.i-t-box .btn{
  margin-bottom: 15px;
}
.img-t-box{
  padding-bottom: 15px;
}

.nav,h1,h2,h3,h4,h5,.media-heading{
  /*font-family:'Ubuntu','Arial','sans-serif';*/
  font-weight: bold;
}

.syl-cookie{
  position: fixed;
  left: 0;
  right: 0;
  background: #aaa;
  top:10%;
  padding: 60px;
  margin: 330px;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  color: #fff;
}

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


#cookie_accept {
  color: #fff !important;
}

@media(max-width: 992px){
  .syl-cookie{
    
    padding: 30px;
    margin: 10px;
    
  }
}

.ajaxloader{
  position:absolute;top:15px;margin-top:-50px;

}

.f-mod{
	/*padding: 15px 5px;*/
	cursor: pointer;
}
/*---------------------------------------------------------------------------CAROUSEL*/
.carousel {
  
 height: 540px;
 /*overflow: hidden;*/
}
.carousel-indicators{
  bottom: 30px ;
  display: none;
}

.carousel-caption{
  bottom: 360px;
}

.carousel-item{
  height: inherit;
 

}
.carousel-item img{
  
    height:540px;
    width:100%;

    object-fit:cover;
    object-position: 50% 50%;
}

.startpage .carousel {
  
 height: auto;
 /*overflow: hidden;*/
}

.startpage .carousel-item img{
  
    height:auto;
    width:100%;

    object-fit:cover;
    object-position: 50% 50%;
}



/*---------------------------------------------------------------------------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;
}
/*------------------------------------------------------------------------NAVBAR*/
.navbar{
	font-size: 18px;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,0.14);
}

.dropdown-menu .nav-link {
  font-size: 80%;
  display: block;
  padding: 3px 15px !important;
}

.navbar-nav li.current{
  /*border-bottom: 3px #4CAF50 solid;*/
  color: #fff;
  background: #4CAF50;
}

.navbar-nav li.current .nav-link{
  color: #333;
}

.navbar-nav li.current > .nav-link{
  color: #fff;
  background: #4CAF50;
}

.navbar-nav li.current:hover > .nav-link{
  color: #4CAF50;
}
/*.navbar-nav li.current .nav-link:hover{
  color: #fff;
  background: #4CAF50;

}*/
.dropdown-menu {
 
  background: #fff;
  border: 0px;
}

.bg-dark {
    background-color: #fff !important;
    color: #333


}

/*@media screen and (min-width: 1024px) { 

  .sidebar-nav {
    padding: 9px 0;
  }

  .dropdown .dropdown-menu{
    display: block;
    left: -20px;
    -webkit-transition:all .35s;
    -moz-transition:all .35s;
    transition:all .35s;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
  }

  .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    left: 0px;
    -webkit-transition:all .35s;
    -moz-transition:all .35s;
    transition:all .35s;

  }

  .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
      margin-top: 0;
  }


}
*/

/*------------------------------------------------------------------------ANIMACJE*/

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

.nodisplay{
  display: none !important;
}

.blink{
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*---------------------------------------------------------------------------VIDEO*/

video {
  width: 100%    !important;
  height: auto   !important;
}

/*---------------------------------------------------------------------------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"); 
  filter: gray;
  -webkit-filter: grayscale(100%);*/

  -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:focus, img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.s_gallery:hover img{
  filter: none;
  -webkit-filter: grayscale(0%);
}
.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.8);
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  opacity: 1;
}

@media(max-width:992px){
  .syl-img-adv {
    max-width: 50% !important;
  }
}
/*----------------------------------------------------------------------------GAL*/


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 0px;
    border-bottom: 1px #dfdfdf solid;
    width: 100%;
}

.small-text {
    color: #555;
    font-weight: 300;
}

iframe{
  width: 100%;
  min-height: 510px;
}

#sn_pogoda iframe{
  width: 100%;
  min-height:320px;
}
/*---------------------------------------------------------PAGINACJA*/
.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: #DCE1E7;
  border-color: #DCE1E7;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #b9b9b9;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}


/*---------------------------------------------------------SEKCJE*/
b ,strong{
  font-weight: bold;
}

.s-bigtext{
  font-size: 200%;
  padding-bottom: 30px;
}
      
.s-normal{
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.s-grey{
  background: #f0f0f0;
}

.s-info {
  background: #4CAF50;
  color:#fff;
  padding-top: 25px;
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 25px;	
}

.s-info .fa {
  /*background: #4CAF50;*/
  color:#fff;
  
}

.s-top{
	/*background: url(images/bg.jpg) center center;*/
	/*border-bottom: 13px #026B45 solid;*/
	background: #f2f2f2;
}

.s-topcover{
	margin-top: -50px;
	margin-bottom: -50px;
	padding-top: 50px;
	padding-bottom: 50px;
	/*background: rgba(255,255,255,0.89);*/
	/*background-color: rgba(91, 140, 212, 0.61);*/
	height: 100%;
	width: 100%;
}

.media-heading{
  padding-top: 15px;
}

.s-cnt{
	background: #4CAF50;
}


.s-footer{
  background: #4CAF50;
  color: rgba(255,255,255,0.8);
}

.s-footer a{
  color: rgba(255,255,255,0.8);
}

.s-footer b{  

    color: #fff;
  }

.s-footer ul {
  list-style-type:square;
}

.s-footer h5{
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 5px;
}

.s-footer h5::after {
    content: "";
    margin: 15px 0;
    display: block;
    width: 104px;
    height: 3px;
    background-color: rgba(255,255,255,0.3);
}

.menu-footerlink {
  padding-left: 15px;
}
/*--------------------------------------------------------BUTTONY*/

a .btn-default,
.btn-default,
.btn-default:active,
.btn-default:visited,
.btn-default:focus {
    background: transparent;
    background-color: #fafafa; /*#324027;*/
    border-color: #efefef;
    color: #333;
    font-size: 80%;
    
    /*border-left:  1px #4CAF50 solid;*/

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

	border-radius: 0px;
}

.btn-primary {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
    border-radius: 0px;

    font-size: 80%;


}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    color: #fff;
    background-color: #47a54b;
    border-color: #47a54b;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{
  color: #fff;
  background-color: #47a54b;
  border-color: #47a54b;
}
/*----------------------------------------------------------ARTY*/

.art_other{
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	
}

.art_other .welloon{
	padding: 15px;
	border: 1px #efefef solid;
	background: #f8f9fa;
  height: 100%;

  /*box-shadow: 0 1px 2px .025px rgba(0,0,0,.1);*/
transition: box-shadow .3s;
}

.s-grey .bgleft{
  border-left: 3px #4CAF50 solid;
  padding-left: 15px;
}

.art_other .img-t-box{
	margin: -15px -15px 15px -15px;

}

.art-rightcont{
	padding-bottom: 25px;
}

/*.baner-prawy{
	padding: 15px;
	border: 1px #efefef solid;
	margin-bottom: 15px;
	background: #eee;
}*/

.baner-prawy {
    padding: 15px;
    /*border: 1px #5580c9 solid;*/
    margin-bottom: 15px;
    background: #47a54b;
    color: #fff;

    display: table;
    
    height: 120px;
    width:100%;

}

.baner-prawy h4{
    font-size: 130%;
}

.baner-prawy .box-h-container{
  display: table-cell;
    vertical-align: middle;
}

a.boxlink {
   
    color: #fff;
}

.art_other .data{

	/*position: absolute;*/
	padding: 5px;
	padding-right: 10px;
	margin: 0px;
	/*background: #f6f6f6; /*#4CAF50;*/
	color: #888;
	/*transform: rotate(-90deg);
	top:38px;
	left: -35px;*/
	margin-bottom: 10px;
}

.dzien {
	margin-bottom: 0;
	padding: 0;
}

.a-t-box{
	
	/*background: #fff;*/
}

.small-h4{
	/*font-size: 140%*/
}

/*.max-col .media-body{
	
	background-color: rgba(91, 140, 212, 0.71);
	color: #fff;
	padding: 15px;
	margin-bottom: 25px;
}

.max-col a{
	
	color: #fff;
	
}*/

.max-col .media-body{
	position: relative;
	padding: 15px;
	margin-bottom: 15px;
	/*background: #fff;
	color: #333;
	
	
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.05);*/

	/*border-left: 6px #4CAF50 solid;*/
}

@media(max-width:992px){
  .media-body{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-wyd .media-body{
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .grey-wiad .media-body,.orange-wiad .media-body{
    padding: 15px;
  }

  .s-top .colorek1{
    margin-top: 30px;
  }

  #sn_pogoda{
    background: #DBB01A;
    margin-bottom: 30px;
    text-align: center;
  }

}
/*.max-col .media-body::after{
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent; 
	border-left: 5px solid #4CAF50; 
	top: 20px;
	left: 0px;
}*/

.max-col a{
	
	color: #333;
	
}

.max-col .data{

	
	color: #bbb;
	
}

.zajawka{
	color: #555;
}

.max-col h4{
	
	border-bottom:1px #efefef solid;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: -15px;
	margin-right: -15px;

}

.header{
	position: relative;
}
.header::after {
    content: "";
    margin: 27px 0;
    display: block;
    width: 104px;
    height: 3px;
    background-color: #4CAF50;
}
/*-----------------------------------------------------------------------------CARUSEL*/
.carousel-caption {
    /*background-color: rgba(91, 140, 212, 0.71);*/
    background-color: rgba(0, 0, 0, 0.31);
    width: 50%;
    left: 0px;
    text-align: left;
    padding: 70px 40px 50px 40px;
    bottom: 0px;
    top:0px;
    height: auto;
    /*display: none;*/
}

/*.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .c-arrow, .carousel-control .c-arrow {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}
*/
.carousel .item img{
  width: 100%;
}

.c-arrow{
  position: absolute;
  top:45%;
  z-index: 99;
  display: inline-block;
  padding: 10px;
  background: #53B11A;
  
  height: 30px;

}

.carousel .item {
  height: auto;
}

.carousel-caption h2 {
    font-weight: bold;
}
.carousel-indicators li {
    display: inline-block;
    width: 42px;
    height: 3px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #eee;
    background-color: #eee;
    border-radius: 0;
}

.carousel-indicators .active {
    width: 42px;
    height: 3px;
    margin: 2;
    background-color: #53B11A;
    border: 1px solid #53B11A;
}

@media(max-width:992px){
  .carousel-caption {
      
      width: 100%;
      left: 0px;
      text-align: left;
      padding: 0px 40px 50px 40px;
      bottom: 0px;

      position: relative !important;
      
  }
  
  .carousel-caption {
      position: relative;
      padding-top: 30px;
      top: 0;
      bottom: 0;
      
      
      
  }
  
  .carousel-caption h2 {
    margin-top: 0;
  }

  .carousel{
    margin-bottom: 30px;

    height: auto;
  }
  
  .carousel .item {
      height: auto;
    }

  .c-arrow{
      position: absolute;
      top:25%;
    }
  .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 25%;
    z-index: 5;
    display: inline-block;
  }
}
.adress-top{
  padding-top: 30px;
  color:#c1c1c1;
  
}

@media(max-width:992px){
    .adress-top{
      display: none;
    }
    .nav img.responsive{
      margin-left: auto;
      margin-right: auto;
    }
  }

  .container {
   max-width: 1400px ;
}

.top-wiad .rshd{
  /*border: 1px #efefef solid;*/
  background: #F2F2F2;
}

.top-wiad .media-body{
  padding-bottom: 0px;
}
.data {
  color: #aaa;
}

.data a{
  color: #4CAF50;
}

.datacal{
  text-align: center;
}

.datacal .d-data{
  background: #4CAF50;
  color: #fff;
  font-size: 10px;
}

.datacal .d-godzina{
  
  color: #333;
  font-size: 14px;
  border:#dedede 1px solid;
}

.datacal {
  
}

.smalllist{
  padding-bottom: 10px;
}
/*----------------------------------------------------------------------------MENU BOCZNE*/
.menu-boczne {
  width: 100%;
  /*max-width: 600px;*/
  background: #fff;
  /*margin: 4em auto;*/
  /*box-shadow: 0 4px 40px #dfdfdf;*/
  list-style-type: none;
  padding-left: 0;
  background: #449D48;
}
.menu-boczne ul {
  /* by default hide all sub menus */
  display: none;
  list-style-type: none;
  padding-left: 0;
}
.menu-boczne li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*border-left: 3px #E31E24 solid;*/
  margin-bottom: 1px;

  background-image: linear-gradient(to left, #4CAF50 50%, #449D48 50%);  
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  
  -webkit-transition: background 0.25s ease-out;  
  -moz-transition: background 0.25s ease-out;  
  -o-transition: background 0.25s ease-out;  
  transition: background 0.25s ease-out;
}

.menu-boczne li:hover{
  background-position: bottom left;
   -webkit-transition: background 0.25s ease-out;  
    -moz-transition: background 0.25s ease-out;  
    -o-transition: background 0.25s ease-out;  
    transition: background 0.25s ease-out;
}
.menu-boczne li > ul > li{
  
  border-left: 0px;
}
.menu-boczne input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.menu-boczne label, .menu-boczne a {
  position: relative;
  display: block;
  padding: 18px 18px 18px 34px;
  /*background: #fafafa;*/
  
  color: #fff;
  font-size: 1.2rem;
}
.no-touch .menu-boczne label:hover, .no-touch .menu-boczne a:hover {
  /*background: #eee;*/
}
.menu-boczne label::before {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-boczne label {
  cursor: pointer;

  margin-bottom: 0;
}
.menu-boczne label::before {
  background-image: url(../images/cd-icons.svg);
  background-repeat: no-repeat;
}
.menu-boczne label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.menu-boczne label::after {
  /* folder icons */
  left: 41px;
  background-position: -16px 0;
}
.menu-boczne a::after {
  /* image icon */
  left: 36px;
  background: url(../images/cd-icons.svg) no-repeat -48px 0;
}
.menu-boczne input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-boczne input[type=checkbox]:checked + label + ul,
.menu-boczne input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}

.menu-boczne ul label,
.menu-boczne ul a {
  background: #45A14A;
  
  padding-left: 32px;
  border:0px;

}

.no-touch .menu-boczne ul label:hover, .no-touch
.menu-boczne ul a:hover {
  background: #eee;
}

.menu-boczne ul a:hover {
  background: #449D48;
}

.menu-boczne > li:last-of-type > label,
.menu-boczne > li:last-of-type > a,
.menu-boczne > li > ul > li:last-of-type label,
.menu-boczne > li > ul > li:last-of-type a {
  box-shadow: none;
}
.menu-boczne ul label::before {
  left: 36px;
}

.menu-boczne ul ul label,
.menu-boczne ul ul a {
  padding-left: 50px;
}
.menu-boczne ul ul label::before {
  left: 54px;
}

.menu-boczne ul ul ul label,
.menu-boczne ul ul ul a {
  padding-left: 50px;
}
.menu-boczne ul ul ul label::before {
  left: 72px;
}

@media only screen and (min-width: 600px) {
  .menu-boczne label, .menu-boczne a {
    padding: 8px 8px 8px 8px;
    font-size: 1em;
  }
  .menu-boczne label::before {
    left: 24px;
  }
  
  .menu-boczne ul label,
  .menu-boczne ul a {
    padding-left: 106px;
  }
  .menu-boczne ul label::before {
    left: 48px;
  }
  
  .menu-boczne ul ul label,
  .menu-boczne ul ul a {
    padding-left: 130px;
  }
  .menu-boczne ul ul label::before {
    left: 72px;
  }
  
  .menu-boczne ul ul ul label,
  .menu-boczne ul ul ul a {
    padding-left: 154px;
  }
  .menu-boczne ul ul ul label::before {
    left: 96px;
  }
  
}


.menu-boczne.anim label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.ico-box .fa{
  color:rgba(255,255,255,0.8);
}

.ico-box{
  padding: 15px;
  background: #f2f2f2;
  text-align: center;
  
  background-image: linear-gradient(to left, #DB651A 50%, #DBB01A 50%);  
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  
  -webkit-transition: background 0.25s ease-out;  
  -moz-transition: background 0.25s ease-out;  
  -o-transition: background 0.25s ease-out;  
  transition: background 0.25s ease-out;
  margin-bottom: 30px;
}

.ico-box:hover{
  
  
  
 background-position: bottom left;
  
  
  -webkit-transition: background 0.25s ease-out;  
  -moz-transition: background 0.25s ease-out;  
  -o-transition: background 0.25s ease-out;  
  transition: background 0.25s ease-out;
  
}


.ico-box-g .fa{
  color:rgba(255,255,255,0.8);
}

.ico-box-g{
  padding: 15px;
  background: #f2f2f2;
  text-align: center;
  
  background-image: linear-gradient(to left, #4CAF50 50%, #47A54B 50%);  
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  
  -webkit-transition: background 0.25s ease-out;  
  -moz-transition: background 0.25s ease-out;  
  -o-transition: background 0.25s ease-out;  
  transition: background 0.25s ease-out;
  margin-bottom: 30px;
}

.ico-box-g:hover{
  
  
  
 background-position: bottom left;
  
  
  -webkit-transition: background 0.25s ease-out;  
  -moz-transition: background 0.25s ease-out;  
  -o-transition: background 0.25s ease-out;  
  transition: background 0.25s ease-out;
  
}

.top-search{
  background: #f8f9fa;
  padding: 15px;

  border: 1px #ededed solid;
}

.top-search .input-group {
    width: 100%;
}

.top-search button {
    cursor:pointer;
    border-radius: 0;

}

.top-search input {
    
    border-radius: 0;
    
}

.top-wyd{
  background: #f8f9fa;
  padding-top: 25px;

  border: 1px #ededed solid;
}

.top-wydhead{
  /*text-align: center;*/
  background: #4CAF50;
  color: #fff;
  padding: 15px;
}

.grey-wiad{
  padding: 15px;
  padding-top: 30px;
  background: #4CAF50;
  padding-bottom: 0px;
  margin-bottom: 30px;
  color:rgba(255,255,255,0.8);
}

.orange-wiad{
  padding: 15px;
  padding-top: 30px;
  background: #DB651A;
  /*background: #1A7CDB;*/

  padding-bottom: 0px;
  margin-bottom: 30px;
  color:rgba(255,255,255,0.8);
}

.grey-wiad a,.orange-wiad a{
  
  color:rgba(255,255,255,0.9);
}

.grey-wiad .data, .orange-wiad .data{
  
  color:rgba(255,255,255,0.4);
}

.grey-wiad .zajawka,.orange-wiad .zajawka{
  
  color:rgba(255,255,255,0.6);
}

.grey-wiad img,.orange-wiad img{
    margin-top: -30px;
  }

.s-top .colorek1 ,.side-bar .colorek1{
  background: #DB651A;
}

.s-top .colorek2,.side-bar .colorek2{
  background: #DBB01A;
}

.art-zajawka{
  color: #777;
}

.side-bar .a-t-box{
  padding-bottom: 15px;
  /*background: #EFEFEF;*/
  border-bottom: 1px solid #efefef;
  min-height: 120px;

}

.nag-box small{
  font-size: 70%;
  padding-bottom: 30px;

}

.nag-box {
  
  padding-bottom: 30px;

}

.s-footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid rgba(255, 255, 255,0.2);
}


/*DATAPICKER*/
.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:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #db651a;
    border-color: #f8f9fa;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #47a54b;
    border-color: #47a54b;
    border-radius: 0px;
}

.b-calendar{
  margin-top: 5px;
  border: #efefef 1px solid;
}

.datepicker th:hover ,.datepicker td:hover {
   
    border-radius: 0px;
}

.w-databox{
  font-size: 130%;
  background: #F8F9FA;
  /*color: #fff;*/
  padding: 15px;
  margin-bottom: 30px;
  border: 1px #ededed solid;
  border-left: 3px #47A54B solid;

}


.side-bar ul{
  padding-top: 15px;
  padding-bottom: 15px;
  list-style-type:none;
  padding-left: 15px;
  list-style-color:green;
}

.side-bar ul li::before {
  content: "■";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #4CAF50; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.maintext {
  /*color: #888;*/
}

.maintext b,.maintext strong, .maintext a{
  color: #202020;
  letter-spacing: 0.2px;
  font-weight: 600;
  /*background: #4CAF50;*/
  
  /*padding:8px 15px 8px 15px;*/
}


#sn_pogoda{
    background: #DBB01A;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }


  .hiddenbox{
    display: none;
  }

  .unhidebox{
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .goup{
    background: #47A54B;
    color: #fff;
    position: fixed;

    top:60%;
    right: 10px;  
    padding: 5px 15px;
    display: none;

    cursor: pointer;
    z-index: 99;
  }

  .goup .fa{
    color: #fff;
  }

  .s-cnt .baner-prawy:hover{
    -webkit-box-shadow: 0px 0px 11px 6px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 11px 6px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 11px 6px rgba(0,0,0,0.12);

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

.side-bar .art-right .syl-img-res-art{
      max-height: 94px;
      width: 45%;

      overflow: hidden;
      object-fit:cover;
      object-position: 50% 0%;
  }

  @media(min-width:772px){

    

    .img-t-box {
      max-height: 182px;
      overflow: hidden;
    } 
    

    .startlist-imag{
      max-height: 82px;
      overflow: hidden;
    }

    .grey-wiad .startlist-imag, .orange-wiad .startlist-imag{
      max-height: 358px;
      overflow: hidden;
      margin-top: -30px;
    }

  }

  .top-slider .carousel-caption{
    display: none;
  }


  .sliderhead {
    position: absolute;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    top: 420px;
    width: 100%;
    
    z-index: 888  ;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.1);
    line-height: 30px;
    text-align: center;
  }

  .brand-logo{
    margin-right: 30px;
    line-height: 30px;
  }

  .sliderhead h1{
    font-size: 460%;
    
  }
  .sliderhead p{
    font-size: 120%;
    
  }

.linkbox{
  /*background: rgba(0,0,0,0.4);*/
  padding: 20px;
}

.sliderhead a{
  color: #fff !important;
}

.sliderhead .colorek-red{
  background: #ff2121;
}

.sliderhead .colorek-1{
  background: #4CAF50;
}

.sliderhead .colorek-2{
  background: #DBB01A;
}

.sliderhead .colorek-3{
  background: #DB651A;
}

.sliderhead .colorek-4{
  background: #4C4DAF;
}


#parallax1 {
  background:url(../images/parallax.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
  min-height: 300px;
    
  color: #fff;
  text-align: center;
  padding-top: 190px;
  padding-bottom: 190px;
}

.p-box{
	margin-bottom: 15px;
	border: 1px #efefef solid;
}

.s-info .fa{
  margin-top: -5px;
}

.socialfloat{
  background:#4CAF50;
  padding: 15px;
  position: fixed;
  z-index: 1999;
  right: 0px;
  width: 55px;
  display: none;
  margin-right: 10px;

}
.socialfloat .fa{
  color: #fff;
}
.menu-boczne a:hover{
  text-decoration: none;
}

.latajacybox{
  position: sticky;
  top: 120px;
}

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

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

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

  .s-info ul{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .s-info [class*=col]{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sliderhead {

     
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 520px;
      width: 100%;
      z-index: 888;
      color: #fff;
      text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.1);
      line-height: 30px;
      text-align: center;

  }

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

  .socialfloat{
    background:#4CAF50;
    padding: 15px;
    position: fixed;
    z-index: 19;
    right: 0px;
    width: 55px;
    display: none;
    margin-right: 10px;
    top:120px;

  }

  .startpage .carousel {
    
   height: auto;
   /*overflow: hidden;*/
  }

  .startpage .carousel-item img{
    
      height:100%;
      width:auto;

      object-fit:cover;
      object-position: 50% 50%;
  }

  .startpage .linkbox{
    margin-bottom: 30px;
    opacity: 1
  }

  .s-footer [class*='col-']{
	 padding-bottom: 50px
  }

  .s-footer ul {
  	list-style-type: none;
  }

  .s-footer h5::after {
      content: "";
      margin: 15px 45%;
      display: block;
      width: 10%;
      height: 3px;
      background-color: rgba(255,255,255,0.3);
  }

  .header::after {
      content: "";
      margin: 15px 45%;
      display: block;
      width: 10%;
      height: 3px;
      background-color: #4CAF50;
  }

  .nag-box{
  	margin-top: 40px;
  }


}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(76, 175, 80);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color:#333;text-transform:capitalize;display: block !important;}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #333;background: #f8f9fa;outline: 0;}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background: #f8f9fa;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #efefef;}
.mainmenu .collapse ul ul ul > li:hover > a{/*background: #f8f9fa;*/}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#efefef;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#ebebeb;/*background:#f8f9fa*/}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#f8f9fa}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;/*left:-100%*/;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 767px) {
.mainmenu .dropdown-menu {text-align: center !important;}
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}

.navbar{
    padding-left: 15px;
    padding-right: 15px;
  }
}



.submenusite 
{

  list-style-type: none;
  padding-left: 0;

}

.submenusite li
{
  display: block;
  background:#f5f5f5;
  margin-bottom: 10px;
  padding: 8px 15px;
  border-left:3px #f5f5f5 solid; 

  -webkit-transition:all .35s;
  -moz-transition:all .35s;
  transition:all .35s;
  
}

.submenusite li:hover
{
  border-left:3px #4CAF50 solid; 
  background:#fafafa;
  padding-left: 30px;

  -webkit-transition:all .35s;
  -moz-transition:all .35s;
  transition:all .35s;
}

.submenusite li a
{
  /*font-size: 120%;*/
  display: block;
  text-decoration: none;
  
}

.submenusite li.aktywny{
  background: #0FA99F;
  color: #fff;
  border-left:3px #4CAF50; solid; 
}

.submenusite li.aktywny a{
  
  color: #fff;
   
}

.licontent .submenusite 
{

  font-size: 120%;
  display: inline;
  /*width: 50%;*/



}

.licontent  .submenusite li
{
  /*width: 50%;*/
  /*display: inline;*/
}

/*.clspec-porabka,.clspec-czernichow,.clspec-bujakow,.clspec-kobiernice{
	padding: 15px !important;
	font-size: 140%;
	font-weight: 600;

}

.clspec-porabka .img-t-box,.clspec-czernichow .img-t-box,.clspec-bujakow .img-t-box,.clspec-kobiernice .img-t-box{
	margin: -15px;
	margin-bottom: 15px !important;


}

.clspec-porabka:hover,.clspec-czernichow:hover,.clspec-bujakow:hover,.clspec-kobiernice:hover{
	border-left: 3px #fff solid !important;;
}*/


ul [class*='clspec-']{
	padding: 15px !important;
	font-size: 140%;
	font-weight: 600;

}

ul [class*='clspec-'] .img-t-box{
	margin: -15px;
	margin-bottom: 15px !important;


}

ul [class*='clspec-']:hover{
	border-left: 3px #fff solid !important;;
}


.img-t-box .list-social-icons{
  position: absolute;
}

.bigfont{
  font-size: 390%;
  line-height: 40px;
}

.bigfont small{
  font-size: 30%;
  line-height: 20px;
  color: #4CAF50;
}

.mediumfont{
  font-size: 290%;
  line-height: 40px;
}

.mediumfont small{
  font-size: 50%;
  line-height: 20px;
  color: #4CAF50;
}

.s-info-big{
  
  background:#fff;

  color:#333;
}