
/*@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto Condensed: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+Condensed&display=swap&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,700i&display=swap&subset=latin-ext');

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

body.defaultsite {
  
  background: url('../images/top_bg2.jpg') no-repeat top center;
}

body {

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


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



}



@media(max-width:992px){

  body {
    padding-top: 50px;
  }

}

.bg-info{
  background: #2E61AC !important;
}

*: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,.media-heading{
  font-family:'Roboto Condensed','Arial','sans-serif';
}

.syl-cookie{
  position: fixed;
  left: 0;
  right: 0;
  background: #83a5d8;
  top:20%;
  padding: 60px;
  margin: 330px;
  z-index: 60;
  -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: 5px 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%;
}


/*---------------------------------------------------------------------------LOADER*/
.loader {
  position: fixed;
  z-index: 9999999 !important;
  width: 100%;
  height: 100%;
  background-color: #2E61AC;
  top:0px;
}
.fading-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  margin: -250px 0 0 -250px;
  background-image: url(../images/rings.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
/*------------------------------------------------------------------------NAVBAR*/
.navbar{
	font-size: 15px;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,0.14);
  border-bottom: 3px #2E61AC solid;
}

.syl_br_top{
  /*border-left: 15px #2E61AC solid;*/
}

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

.navbar-nav li.current{
  border-bottom: 3px #2E61AC solid;
  color: #fff;
  background: #2E61AC;
}

.navbar-nav li.current .nav-link{
  color: #fff;
}
.navbar-nav li.current .nav-link:hover{
  color: #fff;
}
.dropdown-menu {
 
  background: #f8f9fa;;
  border: 0px;

  -webkit-box-shadow: 0px 10px 11px -14px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 10px 11px -14px rgba(0,0,0,0.35);
  box-shadow: 0px 10px 11px -14px rgba(0,0,0,0.35);

  border-radius: 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;
  }

  

}

.navbar-nav li.current .dropdown-menu .nav-link{
  color:#333 !important;
  font-size: 90% !important;
}

.dropdown-menu{
  font-size: 90% !important;
}

/*------------------------------------------------------------------------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%);
}
/*----------------------------------------------------------------------------GAL*/
.syl_effect{
  position: relative;
  /*overflow: hidden;*/
}

.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;
}
/*---------------------------------------------------------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-site{
  padding-top: 60px;
}
.s-bigtext{
  font-size: 200%;
  padding-bottom: 30px;
}
      
.s-normal{
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.s-info {
  background: #2E61AC;
  color:#fff;
  padding-top: 15px;
  font-size: 15px;
  padding-bottom: 8px;
}

.s-info .fa {
  /*background: #2E61AC;*/
  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: #2E61AC;
}


.s-footer{
  background: #F8F9FA;
  font-size: 90%;
  color: rgba(0,0,0,0.4);
  border-top: 1px #EDEDED solid;
}

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

.s-footer b{  

    color: #2E61AC;
  }

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


.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 #2E61AC 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: #2E61AC;
    border-color: #2E61AC;
    border-radius: 0px;

    font-size: 80%;


}

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


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

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

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

.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: #2E61AC;
    color: #fff;
}

a.boxlink {
   
    color: #fff;
}

.art_other .data{

	/*position: absolute;*/
	padding: 5px;
	padding-right: 10px;
	margin: 0px;
	/*background: #f6f6f6; /*#2E61AC;*/
	color: #aaa;
	/*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 #2E61AC 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: #2E61AC;
    margin-bottom: 30px;
    text-align: center;
  }

  .s-footer{
    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 #2E61AC; 
	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;

}
.wyd-header{
  padding-top: 15px;
}

@media(max-width:992px){

  .wyd-header{
    padding-top: 0px;
  }
}

.header{
	position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
.header::before {
    position: absolute;
    content: "";
    margin-left: -25px;
    margin-top: 12px;

    display: block;
    width: 10px;
    height: 10px;
    background-color: #2E61AC;

}
/*-----------------------------------------------------------------------------CARUSEL*/
.carousel-caption {
    /*background-color: rgba(91, 140, 212, 0.71);*/
    background-color: rgba(0, 0, 0, 0.67);
    width: 100%;
    bottom: 0;
    left: 0px;
    text-align: left;
    padding: 70px 40px 50px 40px;
    bottom: 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;
  }
  
  
  
  .navbar-nav li .nav-link {
      background: #efefef;
      padding-left: 15px;
      margin-bottom: 1px;
  }

  .navbar-nav li.current .nav-link {
      background: #2E61AC;
      color: #fff;
      padding-left: 15px;

  }

  .navbar-nav li .nav-link:hover {
      background: #2E61AC;
      color: #fff !important;
      padding-left: 15px;

  }

  .navbar-nav{
    padding-top: 30px;
  }

}

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

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

.data a{
  color: #2E61AC;
}

.datacal{
  text-align: center;
}

.datacal .d-data{
  background: #2E61AC;
  color: #fff;
  font-size: 12px;
}

.datacal .d-godzina{
  
  /*color: #fff;
  font-size: 14px;
  border: #DB8D1A 1px solid;*/

  color: #333;
  font-size: 120%;
  border: #E9E9E9 1px solid;
  border-top: #ddd 3px solid;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;

  background: #fff;

}

.datacal {
  
}

/*.top-wyd .dzien{
  color:#DB8D1A
}

.top-wyd .dzien a {
  color: rgba(255,255,255,0.6);
}*/

.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: #DB8D1A;
}
.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, #2E61AC 50%, #DB8D1A 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: #DB8D1A;
  
  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: #DB8D1A;
}

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

  .container {
   max-width: 1400px ;

  }
  
}


.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, #2E61AC 50%, #2E61AC 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, #2E61AC 50%, #2E61AC 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;
    
}
.b-reklama{
  background: #f0f0f0;
  width: 100%;
  position: relative;
  min-height: 285px;
  padding: 45px;
  padding-top: 70px;
}

.b-reklama-l{
  background: #f0f0f0;
  width: 100%;
  position: relative;
  min-height: 25px;
  padding: 45px;
  padding-top: 50px;
  text-align: center;
}

.bp-reklama{
  background: #f0f0f0;
  width: 100%;
  position: relative;
  min-height: 500px;
  padding: 45px;
  padding-top: 50%;
  text-align: center;

}

.r-header{
  font-size: 11px;
}


.top-wyd{
  /*background: #F8F9FA;*/

  background: #F0F0F0;

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

  padding: 15px;
  
  border: 1px #EDEDED solid;
  padding-top: 30px;

  /*border: 1px #2E61AC solid;*/
}

.wyd-part{
  background: #fff;
}

.top-wyd a{
  color: #333;
}

.top-wyd .data a{
  color: #2E61AC;
}

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

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

.orange-wiad{
  padding: 15px;
  padding-top: 30px;
  background: #2E61AC;
  /*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;
  }

.grey-wiad .dbox a{
    color: #2E61AC;
}

.baner-prawy{

    background: #2E61AC;

    background-image: linear-gradient(to right, #2E61AC 50%, #111 50%);  
    background-size: 200% 100%;
    background-repeat: no-repeat;
    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;

    font-size: 90%;
}

/*.s-top .colorek2,.side-bar .colorek2{
  background: #2E61AC;
}*/


.baner-prawy:hover {

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

.art-zajawka{
  color: #777;
  font-size: 90%;
}

.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: #2E61AC;
    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: #2E61AC;
    border-color: #2E61AC;
    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 #2E61AC 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: #2E61AC; /* 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 h3,.maintext h2, .maintext h1{
  color: #333;
}

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


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


  .hiddenbox{
    display: none;
  }

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

  .goup{
    background: #2E61AC;
    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;
    }

  }


  .special-header{

    top:0;
    bottom: 0;
    left: 0;
    /*right: 0;*/
      
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border: 0px solid #000000;

    /*background: #111;
    color: #fff;
    */


    font-size: 80%;
    position: relative;
    /*width: 50%;*/
    padding: 8px 15px;
    text-align: center;

    border: 1px #efefef solid;
    border-bottom: 3px #2E61AC solid;
  }

  .dzien {
    padding-top: 5px;
    position: relative;

  }

  .dzien .fa{
    /*color: #111;*/
    font-size: 12px;
    /*height: 10px;*/
    margin-top: -3px !important;
  }

  .box-pogoda{
    width: 100%;
    display: block;
    padding: 0px;
    padding-left: 30px;
    background: #2E61AC;
    position: relative;
  }


  .box-pogoda iframe{
    min-height: 350px;
    width: 100%;
  }

  .box-pogoda  .fw-item {
      float: left;
      margin: 0 3px;
      text-align: center;
      width: 17% !important;
  }

.b-infobox{
  padding: 8px 15px;
  color: #333;
  font-size: 160%;
  text-align: center;
  padding-top: 0;
}

.imieniny{
  font-size: 12px;
  margin-top: -15px;
}

.tab-box{
  padding-top: 15px;
  padding-bottom: 15px;
  color:#777;
  font-size: 12px;
  text-align: center;
}

.tab-box b,.tab-box strong{
  color: #333;
}

.tag-box{
  float: left;
  padding: 12px;
  
  /*border-bottom: 1px #efefef solid;*/
  margin-right: 5px;
}

.tab-pane{
   border: 1px #efefef solid;
   padding: 15px;
   border-top: 0px;
}

.p-box-cont{
  padding: 15px;
}

.p-box img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
}

.dark-box{
  background: #111;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.h5, h5 {
    font-size: 1.05rem;
}

.black-box{
  background: #111;
  color: rgba(255,255,255,0.6);
  padding: 15px;
  
}

.black-box .a-t-box  hr{
  
  border-bottom: 1px solid rgba(255,255,255,0.1);
  
  
}

.black-box .header,
.black-box h5{
  color: #fff;
}

.black-box .a-t-box {
  background: #111;
  border-color: rgba(255,255,255,0.1);
  padding-bottom: 0;
  margin-bottom: 0;

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


.breadcrumb {
    
  background-color: transparent !important;
   
}

.a-t-box-desc{

  font-size: 80%;
  padding-top: 10px;
}

.a-t-box-desc i{

  color: #2E61AC;
}

.topowy-opis{
  padding: 10px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.topowe-logo{
  margin-top: 35px;
}

.right-art h3, .art-right h3{
  font-size: 140%;
}

.black-box a h3{
	color: #fff;
}