


@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,400,400i,500,700,900&display=swap&subset=latin-ext');

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

body {

  font-family:'Poppins','Arial','sans-serif';
 

  font-size:14px;
  color:#333;
  line-height:1.7;
  font-weight: 300;
  padding-top: 55px;
  font-weight: 300;


}

#tresc_cm {
  min-height: 640px;

}

body.startbody{
  
  /*background: url(images/bg3.jpg) 60% 8% no-repeat;*/
}

@media(max-width:992px){

  body {
    padding-top: 90px;

    text-align: center;
  }

  body.startbody{
    padding-top: 0;
  }

}


*: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:'Ubuntu','Arial','sans-serif';

}

h1,h2,h3,h4,h5{
  font-weight: 200;

}

h1 small{
  letter-spacing: .6rem
}

.syl-cookie{
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  top:20%;
  padding: 30px;
  margin: 30px;
  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);
}

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

.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: 15px;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,0.14);
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;

}
.nav-link{
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.navbar-nav li {
  position: relative;
  display: table-cell; 
  position: relative; 
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  /*letter-spacing: 0.15em;*/
  
  display: inline-block;
  padding: 15px 20px;
  position: relative;
}
.nav-link:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #249CDB;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-link:hover:after { 
  width: 100%; 
  left: 0; 
}

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

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


}

.navbar-nav:hover:after {
    background: rgb(255, 125, 54);
    height: 2px;
}


@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%);
}
/*----------------------------------------------------------------------------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 #fafafa 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*/
.s-middle{
  
  min-height: 400px;
}

.s-middlebottom{
  background: #E7E7E7;
  background-size: cover;
  min-height: 200px;
  color: #5f5f5f;
  font-size: 14px;
  /*! border-top: 3px #e0e0e0 solid; */
}

.s-middlebottom .fa{
  
  color: #555;
}

b ,strong{
  font-weight: bold;
}


.s-middlebottom b , .s-middlebottom strong{
  font-weight: bold;
  color: #333 !important;

}

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

.s-info {
  background: #249CDB;
  color:#fff;
  padding-top: 15px;
  font-size: 15px;
}

.s-info .fa {
  
  color:#fff;
  
}

.s-top{
	background: #f2f2f2;
}



.s-topcover{
	margin-top: -50px;
	margin-bottom: -50px;
	padding-top: 50px;
	padding-bottom: 50px;
	height: 100%;
	width: 100%;
}

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

.s-cnt{
	background: #249CDB;
}


.s-footer{
  background: #333;
  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;
}


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

  
  -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: #249CDB;
    border-color: #249CDB;
    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;
}


a .btn-box, .btn-box, .btn-box:active, .btn-box:visited, .btn-box:focus {
    background: #b2b2b2;
        background-color: rgb(178, 178, 178);
    background-color: #b2b2b2;
    border-color: #c5c5c5;
    color: #fbfbfb;
    font-size: 80%;
    -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;
    border-width: 3px;
}
/*----------------------------------------------------------ARTY*/

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



.art_other .welloon{
	padding: 15px;
	/*border: 3px #efefef solid;*/
	background: #fff;
  height: 100%;

  -webkit-box-shadow: 0px 0px 9px -4px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 0px 9px -4px rgba(0,0,0,0.18);
  box-shadow: 0px 0px 9px -4px rgba(0,0,0,0.18);
}

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

}

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



.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; /*#249CDB;*/
	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{
	position: relative;
	padding: 15px;
	margin-bottom: 15px;
	
}

@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 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: #249CDB;
}
/*-----------------------------------------------------------------------------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: #249CDB;
}

.datacal{
  text-align: center;
}

.datacal .d-data{
  background: #249CDB;
  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, #005CA9 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 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;
  }
  
}


.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, #005CA9 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: #249CDB;
  color: #fff;
  padding: 15px;
}

.grey-wiad{
  padding: 15px;
  padding-top: 30px;
  background: #DBB01A;
  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-middlebottom .nag-box {
  
  color: #111;
  font-weight: 200;
}


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


/*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: #249CDB; /* 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: #249CDB;*/
  letter-spacing: 0.2px;
  font-weight: 500;
  /*background: #249CDB;*/
  
  /*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;
}

.top-mainbox{
  padding-top: 80px;
  padding-bottom: 160px;
  
}

.top-logo{
  padding-top: 30px;
}

.top-mainbox h1{
  
  font-size: 450%;
  line-height: 40%;
  font-weight: 600;
}

.cytat-box{
  background: #f08400;
  font-size: 150%;
  color:#fff;
  padding: 30px;
  margin-top: -120px;

}

.social-box{
  padding-left: 15px;
}

.box-tv{
  padding: 15px;
  background: #F18700;
  color: #fff;
}

.s-bottom{
  background: #f0f0f0;
}

.s-bottom .header{
  color:#333;
}

.s-bottom .header::after {
    content: "";
    margin: 27px 0;
    display: block;
    width: 104px;
    height: 3px;
    background-color: #F18700;
}


.topdesc{
  position: absolute;
  font-size: 130%;
  color: #fff;
  z-index: 888;
  padding-top: 220px;
}

.topdesc h1{
  font-size: 360%;
  font-weight: 900;
  line-height: 90%;
}

.topdesc h1 small{
  font-size: 40%;
  font-weight: 300;
  line-height: 50%;
}



.circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  line-height: 12px;
  text-align: center;
  background: #1098EE;
  padding-top:15px;
}

.cena{
  font-size: 24px;
  color:#fff;
}
.sztuka{
  font-size: 12px;
}

.opis{
  font-size: 16px;
}

.koleczka .col-md-4{
  padding-bottom: 30px;
}


@media(max-width:992px){

  .circle {
  margin-left: auto;
  margin-right: auto;
    
  }

  .topdesc h1{
    /*position: relative;
    background: #1C9EEA;*/
    font-size: 140%;
    text-align: center;
    right: 0;
    left: 0;
  }

  .topdesc{
    
    text-align: center;
    right: 0;
    left: 0;
    padding-top: 80px;
  }

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

  .s-footer h3 {
    font-size: 150%;
  }

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

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

  .navbar-collapse{
    padding-bottom: 15px;
  }

  .navbar-light .navbar-toggler {
      border: none;
  }

  .perfoto{
    width: 100%;
  }
}
/*.kolorek_0{
  background: #32A3E0;
}

.kolorek_1{
  background: #157BE0;
}
.kolorek_2{
  background: #0355C5
}
.kolorek_3{
  background: #062F98;
}
.kolorek_4{
  background: #0B2A7B;
}
.kolorek_5{
  background: #0D2050;
}
*/