	#header .header-nav-bar {
		z-index: 1;
        background:#198754!important;
	}



/* Add here all your CSS customizations */
.breadh1{
    position: static!important;
    top:0px!important;
    margin:0px!important;
    padding:0px!important;
   letter-spacing:0px!important;
}


.text-justify{
  text-align:justify;  
}



ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}


.scClass {
  height:650px;
 margin: 0 auto;
  overflow: hidden;
}

.scClass:hover {
  overflow-y: scroll;
}



.scrollbox {
  height:700px;
  overflow: auto;
  visibility: hidden;
}

.scrollbox-content,
.scrollbox:hover,
.scrollbox:focus {
  visibility: visible;
}

.scrollbox_delayed {
  transition: visibility 0.2s;
}

.scrollbox_delayed:hover {
  transition: visibility 0s 0.2s;
}


.text-none{
 text-transform:none!important;   
    
}




.input-success,
.input-success:focus {
  border: 1px solid #4CAF50;
  -webkit-box-shadow: none;
  box-shadow: none;
    
  background:#eff3f6;
}

.input-warning,
.input-warning:focus {
  border: 1px solid #f57c00;
  -webkit-box-shadow: none;
  box-shadow: none; 
    background:yellow; 
}

.input-danger,
.input-danger:focus {
  border: 1px solid #ff5b5b !important;
  -webkit-box-shadow: none;
  box-shadow: none; 
   background:yellow; 
  }

  
  
  html .call-to-action.featured.featured-success {
	border-top-color: #198754;
}

html .call-to-action.call-to-action-success {
	background: #198754;
}

html .call-to-action.with-full-borders-success {
	border-color: #198754;
}

html .call-to-action.call-to-action-success {
	background: #198754;
}

html .call-to-action.call-to-action-success h3,
html .call-to-action.call-to-action-success p {
	color: #FFF;
}


.text-uppercase{
  text-transform: uppercase !important;    
}



.recent-posts .date .hour,
article.post .post-date .hour {
	color: #0088CC;
}


article.post .post-date .hour {
	background: #f7f7f7;
	border-radius: 2px 2px 0 0;
	color: #CCC;
	display: block;
	font-size: 18px;
	font-weight: 900;
	padding: 10px;
    	color: #CCC;
}




.widget-profile-card-1 {
    position: relative;
    margin-bottom: 50px;
}

.widget-profile-card-1 .middle-user {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    bottom: -60px;
}

.widget-profile-card-1 .middle-user img {
    width: 115px;
    border-radius: 50%;
}

.widget-profile-card-1 ~ .card-footer [class*=col-] {
    border-right: 1px solid #fff;
}

.widget-profile-card-1 ~ .card-footer [class*=col-]:last-child {
    border: none;
}

@media only screen and (max-width: 767px) {
    .widget-profile-card-1 ~ .card-footer [class*=col-]:nth-child(2) {
        border: 0;
    }

    .widget-profile-card-1 ~ .card-footer [class*=col-]:last-child {
        margin-top: 10px;
    }
}

.widget-profile-card-2 img.user-img {
    width: 115px;
}

.widget-profile-card-2 a {
    color: #fff;
    transition: all ease-in 0.3s;
}

.widget-profile-card-2 a:hover {
    opacity: 0.7;
}

.widget-profile-card-3 {
    background-image: url("../images/widget/slider5.jpg");
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

.widget-profile-card-3 img {
    width: 120px;
    border-radius: 50%;
}

.profile-card {
    position: relative;
    min-height: 410px;
    overflow: hidden;
}

.profile-card img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.profile-card .card-body {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
}

.profile-card .card-body h3 {
    font-weight: 600;
}

.profile-card ~ .card-footer [class*="col-"] {
    padding: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.57);
}

.profile-card ~ .card-footer [class*="col-"] h4 {
    font-size: 18px;
    font-weight: 600;
}

.profile-card ~ .card-footer [class*="col-"]:last-child {
    border: none;
}

.profile-card ~ .card-footer [class*="col-"] span {
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .profile-card ~ .card-footer [class*="col-"]:nth-child(2) {
        border: none;
    }
}





.dyskusje_cnt{
/*  height: 1010px; overflow: auto;*/
}

.example::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.footer-socialpad{

 padding-bottom:0px;


}

.cursor-pointer{
 cursor:pointer; 
  
}

.ellipsis{color: #a09c9c}hr{color: #a09c9c;margin-top: 4px;margin-bottom: 8px}.muted-color{color: #a09c9c;font-size: 13px}.ellipsis i{margin-top: 3px;cursor: pointer}.icons i{font-size: 25px}.icons .fa-heart{color: red}.icons .fa-smile-o{color: yellow;font-size: 29px}.rounded-image{border-radius: 50%!important;display: flex;justify-content: center;align-items: center;height: 50px;width: 50px}.name{font-weight: 600}.comment-text{font-size: 12px}


.status small{margin-right: 10px;color: #8a8a8a; font-weight:700;}


.status small:hover{text-decoration:underline;}

.form-control{border-radius:6px}
.comment-input{position: relative;  margin-bottom:5px; }
.fonts{position: absolute;right: 13px;bottom:8px;color: #a09c9c}
.form-control:focus{color: #495057;background-color: #fff;border-color: #8bbafe;outline: 0;box-shadow: none}

.fss-1:hover{
  color:#007bff!important;
}


.likec{
 margin-left:3px; 
 font-size: 12px
}

.new-post{
 min-height:60px!important;
 background:#FEFEFE;
}


.bg-c-blue {
    background-color: #2196f3;
}

.prod-p-card i {
    background-color: #fff!important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 11px 0;
    font-size: 12px!important;
}






/*  allex*/





.postmenu{
font-size:12px!important;
color:#8a8a8a!important;
}

.rodo_message{
      border-top: 1px solid #ccc;
      padding:10px;
  text-align:justify;
font-size:12px!important;
color:#8a8a8a!important;
display:none;
}



.emage{
 position:relative;

}



.txt-gray{
 color:#888!important;
}


#geyboard div{display:block;height:30px;line-height:30px; float:left;

height:30px;text-align:center;background:#e5ffcc;border:1px solid #f9f9f9;-moz-border-radius:5px;-webkit-border-radius:5px;margin:0 3px 3px 0;border-color:#d9ffb2}
#geyboard a:hover{position:relative;top:1px;left:1px;cursor:pointer;border-color:#a5ff4d}



.input_err{

 background:red!important;
 color:#FFF!important;

}



.vis_public{
 color:#00b300!important;
}

     div.tagsinput{border:1px solid #CCC;background:#FFF;padding:5px;width:300px;height:100px;overflow-y:auto}
div.tagsinput span.tag{border:1px solid #a5d24a;-moz-border-radius:2px;-webkit-border-radius:2px;display:block;float:left;padding:5px;text-decoration:none;background:#cde69c;color:#638421;margin-right:5px;margin-bottom:5px;font-family:helvetica;font-size:13px}
div.tagsinput span.tag a{font-weight:bold;color:#82ad2b;text-decoration:none;font-size:11px}
div.tagsinput input{width:80px;margin:0;font-family:helvetica;font-size:13px;border:1px solid transparent;padding:5px;background:transparent;color:#000;outline:0;margin-right:5px;margin-bottom:5px}
div.tagsinput div{display:block;float:left}
.tags_clear{clear:both;width:100%;height:0}



#uwagid{


}


/*

blockquote {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  font-family: "Arimo", sans-serif;
  color: #232323;
  line-height: 36px;
  padding: 0 0 0 75px;
  position: relative;
  margin: 50px 50px;
  z-index: 1; }


  */


blockquote {
    font-size: 14px;
  font-weight: 700;
  font-style: italic;
  font-family: "Arimo", sans-serif;
}

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

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
@media (max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}
.quote-card.blue-card {
  background: #0078FF;
  color: #ffffff!important;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}




.quote-card.blue-card:before, .quote-card.blue-card:after {
  color: #5FAAFF;
}
.quote-card.green-card {
  background: #00970B;
color: #ffffff!important;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.green-card:before, .quote-card.green-card:after {
  color:#59E063 ;
}

.quote-card.red-card {
  background: #F61E32;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.red-card:before, .quote-card.red-card:after {
  color:#F65665 ;
}

.quote-card.yellow-card {
  background: #F9A825;
  color: #222222;
  box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}
.quote-card.yellow-card:before, .quote-card.yellow-card:after {
  color: #FBC02D;
}

.quote-card.blue-card p{
    color: #ffffff;

}

.quote-card.green-card p{
    color: #ffffff;

}

.quote-card.red-card p{
    color: #ffffff;

}

.quote-card.yellow-card p{
  color: #222222;

}
/*
.search_title {
    text-transform: uppercase!important;
}

.search_title:first-letter {
    text-transform: uppercase!important;
}*/

.rp_title{
 padding:20px;
font-size:17px;
font-weight:700;
border-bottom: 1px solid #efefef;
}

.rp_top_border{
border-top: 1px solid #efefef;
}

.rp_marki{



  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;

}


.smallbody{
 font-weight:normal!important;
 font-size: .875em;
}


.text_post_block p{margin-top:15px;}
.text_post_section{margin-top:20px;}
.text_post_section .img_position_left,.img_position_left .f_left{float:left;margin-right:30px;padding-bottom:5px;max-width:360px;}
.text_post_section .img_position_right,.img_position_right .f_right{float:right;margin-right:30px;padding-bottom:5px;max-width:360px;}
/*.img_position_right .f_right{margin-left:30px;padding-bottom:5px;max-width:360px;float:right;}*/
.text_post_section h3{margin-bottom:10px;}
.text_post_section p{margin-top:15px;}
.text_post_section p:first-child,
.text_post_section ul{margin-top:0;}
.text_post_block h3.section_title_small{margin-bottom:0;padding-top:15px;}


.s_space{
padding-left:30px;
color:red;
}



   .ankieta_cnt{
     border-radius: 25px;
 /* border: 1px solid #17a2b8;*/
  /*padding: 20px;*/
/*  width: 200px;
  height: 150px;   */

margin-top:20px;

   }


   .ankieta_cnt span{
position:absolute;
right:40px;
    float:right;
    font-size:13px;
   }

   .panel-title{
     margin-top:0px;

          border-top:0px;
          padding:10px;
  border-bottom: 1px solid #DADADA;
    border-top:0px;

color:#0088CC;
       border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
   }

   .panel-footer{
color:#0088CC;
  border-bottom: 1px solid #DADADA;
/* border-bottom: 1px solid #17a2b8;*/
   }


/*   .panel-body:not(.two-col) { padding:0px }
.glyphicon { margin-right:5px; }
.glyphicon-new-window { margin-left:5px; }
.panel-body .radio,.panel-body .checkbox {margin-top: 0px;margin-bottom: 0px;}
.panel-body .list-group {margin-bottom: 0;}
.margin-bottom-none { margin-bottom: 0; }
.panel-body .radio label,.panel-body .checkbox label { display:block; }*/


.rad-label {
  display: flex;
  align-items: center;

  border-radius: 100px;
  padding: 14px 16px;
  margin: 10px 0;

  cursor: pointer;
  transition: .3s;
}

.rad-label:hover,
.rad-label:focus-within {
  background: hsla(0, 0%, 80%, .14);
}

.rad-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-design {
  width: 22px;
  height: 22px;
  border-radius: 100px;

/*  background: linear-gradient(to right bottom, hsl(154, 97%, 62%), hsl(225, 97%, 62%));*/
/*background: linear-gradient(to right bottom, #33ff99, #3399ff);*/


background: #0088CC;
  position: relative;
}

.rad-design::before {
  content: '';

  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;

  background: hsl(0, 0%, 90%);
  transform: scale(1.1);
  transition: .3s;
}

.rad-input:checked+.rad-design::before {
  transform: scale(0);
}

.rad-text {
  color: hsl(0, 0%, 60%);
  margin-left: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;

  transition: .3s;
}

.rad-input:checked~.rad-text {
  color: hsl(0, 0%, 40%);
}


/* ABS */
/* ====================================================== */
.abs-site-link {
  position: fixed;
  bottom: 40px;
  left: 20px;
  color: hsla(0, 0%, 0%, .5);
  font-size: 16px;
}


.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.adrline{
 /* padding-left:15px;*/
  margin-bottom:10px;
  font-size:16px;
  display:block;
  
}

.iconsep{
 margin-right:7px; 
}

.padress{
 padding:15px;
}

.adrline a{
 color:#8a8a8a;
}


.adrline a:hover{
 color:#008ae6;
}

.text-c-gray{
 color:#8a8a8a;
}

.atphone a, .atmobile a{
 color:#8a8a8a!important;
}


.post-content h3{
 padding-bottom:5px;
 margin-bottom:5px;
}

.liad{
 font-size:14px;
}


.n_trendy{
  
}



.card_text_white{
   color:#ffffff!important;   
}


._4z_b{
background: #4c69ba;
background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
background: -webkit-linear-gradient(#4c69ba, #3b55a0);
border-color: #4c69ba;
-webkit-border-radius: 2px;
color: #fff;
font-family: "Helvetica neue";
-webkit-font-smoothing: antialiased;
text-shadow: 0 -1px 0 #354c8c;
width: 249px!important;
height: 36px!important;
}


.spec_check{
display:inline-block;vertical-align:middle;margin-right:9px;width:22px;height:23px;background:url("../images/checkbox.png") no-repeat!important border:1px solid red;; 
  
}


#reg_accept  + label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    width: 22px;
    height: 23px;
    background: url(../images/checkbox.png) no-repeat;
}






.adv_search_box input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    width: 22px;
    height: 23px;
    background: url("../images/checkbox.png") no-repeat;
}



.wy_list {
  position: relative;
}
  
.wy_list::after {
  content: "\f107";
/*  color: #333;*/
  top: 5px;
  right: 5px;
  position: absolute;
  font-family: "FontAwesome"
}

.wy_list[aria-expanded="true"]::after {
  content: "\f106";
}


.panel-heading-full.panel-heading {
  padding: 0;
}

.panel-heading-full .panel-title {
  padding: 10px 15px;
}

.panel-heading-full .panel-title::after {
  top: 10px;
  right: 15px;
}

.sponsor_title{
 font-size:18px; 
}


.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
/*    left: 67px;*/
  left: 7px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem;
}

.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}
.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
/*    left: 60px;*/
}

.vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff;
}

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}
.badge:empty {
    display: none;
}


.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff;
}

.vertical-timeline-element-content {
    position: relative;
    /*margin-left: 90px;*/
    margin-left: 30px;
    font-size: .8rem;
}

.vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold;
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -90px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #adb5bd;
    font-size: .7619rem;
    white-space: nowrap;
}



.vertical-timeline-element-content .vertical-timeline-element-data {
    display: block;
   /* position: absolute;*/
    left: 10px;
    top: 0;
    padding-right: 10px;
/*    text-align: right;*/
    color: #adb5bd;
    font-size: .7619rem;
    white-space: nowrap;
}

.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both;
}


.text-3{
 font-size:18px; 
}

.text-4{
 font-size:22px; 
  line-height:28px; 
}


/*    @import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic");
    @import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");
    body {
		padding: 60px 0px;
		background-color: rgb(220, 220, 220);
	}*/
    
    .event-list {
		list-style: none;
		font-family: 'Lato', sans-serif;
		margin: 0px;
		padding: 0px;
	}
	.event-list > li {
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		margin: 0px 0px 20px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		/*background-color: rgb(197, 44, 102);*/
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
		/*background-color: rgb(165, 82, 167);*/
	}
	.event-list > li > time > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 56pt;
		font-weight: 100;
		line-height: 1;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 24pt;
		font-weight: 900;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
	}
	.event-list > li > .info > .title {
		font-size: 17pt;
		font-weight: 700;
		margin: 0px;
	}
	.event-list > li > .info > .desc {
		font-size: 13pt;
		font-weight: 300;
		margin: 0px;
	}
	.event-list > li > .info > ul,
	.event-list > li > .socials > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .socials > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .socials > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .event-list > li > .socials > ul > li {    
        padding: 0px;
    }
    .event-list > li > .socials > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .socials > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}

	@media (min-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 120px;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
		/*	background-color: rgb(245, 245, 245);*/
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			height: 120px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 120px;
			text-align: left;
			padding-right: 40px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 0px 10px;
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .socials {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .socials > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .socials > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .socials > ul > li > a {
			display: block;
			width: 40px;
			padding: 7px 0px 9px;
		}
	}

	
			.event-list > li h2, .event-list > li p, .lic a, .event-list > li > .info > ul > li, .event-list > li > .socials > ul > li {
              color:#888888!important;
              
            }
            
            
      /*       
            .addevent{
              background-color:#fff;
              font-family:Arial;
              font-size:14px;
              display:inline-block;
              box-shadow:.25px .75px 2.75px .25px #ddd;
              visibility:visible;
              position:relative;
              cursor:pointer;
            }
            
           .addevent:before{content:"";
              position:absolute;
              width:16px;
              height:16px;
              background-image:url(../images/ev_cal.png);
              background-repeat:no-repeat;
              left:10px;
              top:10px;
            }
            
            .addevent:focus,.addevent:hover{
              background-color:#eee!important;
              
            }
            
            .addevent span{
              display:block;
              line-height:16px;
              padding:10px 12px 10px 32px;
              -webkit-touch-callout:none;
              -webkit-user-select:none;
              -moz-user-select:none;
              -ms-user-select:none;
              user-select:none;
            }*/
            
            
            .cal-clients{
              background-color:#fff;
              width:230px;
              padding:0;
              list-style:none;
              position:absolute;
              top:0;left:0;
              z-index:9999;
              border:1px solid #ddd;
              display:none;
              visibility:hidden;
              opacity:0;
              z-index:2;
              border-radius:2px;
              -webkit-box-shadow:rgba(0,0,0,.4) 0 10px 26px;
              -moz-box-shadow:rgba(0,0,0,.4) 0 10px 26px;
              box-shadow:rgba(0,0,0,.4) 0 10px 26px;
              transform:scale(.98,.98) translateY(5px);
              transition:transform .15s ease;
            }
            
            .cal-clients.is-open{
              display:block;
              opacity:1;
              visibility:visible;
              transform:scale(1,1) translateY(0px);
              z-index:999999!important;
              left:-20px;
              top:-30px
              }
            
            
            
            .cal-clients>li{
              background-repeat:no-repeat;
              background-position:14px;
              padding:10px 14px 10px 36px;
              border-bottom:1px solid #ddd;
              -webkit-touch-callout:none;
              -webkit-user-select:none;
              -moz-user-select:none;
              -ms-user-select:none;
              user-select:none;
              color:#000;
            }
            
            
            .cal-clients>li:last-child{border-bottom:none}
            .cal-clients>li:hover{background-color:#f9f9f9}
            .cal-clients>li.google{background-image:url(../images/ev_google.png)}
            .cal-clients>li.outlook{background-image:url(../images/ev_outlook.png)}
            .cal-clients>li.yahoo{background-image:url(../images/ev_yahoo.png)}
            .cal-clients>li.other{background-image:url(../images/ev_other.png)}
.bs-calltoaction{
    position: relative;
    width:auto;
    padding: 15px 25px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .bs-calltoaction > .row{
        display:table;
        width: calc(100% + 30px);
    }

        .bs-calltoaction > .row > [class^="col-"],
        .bs-calltoaction > .row > [class*=" col-"]{
            float:none;
            display:table-cell;
            vertical-align:middle;
        }

            .cta-contents{
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .cta-title{
                    margin: 0 auto 15px;
                    padding: 0;
                }

                .cta-desc{
                    padding: 0;
                }

                .cta-desc p:last-child{
                    margin-bottom: 0;
                }

            .cta-button{
                padding-top: 10px;
                padding-bottom: 10px;
            }

@media (max-width: 991px){
    .bs-calltoaction > .row{
        display:block;
        width: auto;
    }

        .bs-calltoaction > .row > [class^="col-"],
        .bs-calltoaction > .row > [class*=" col-"]{
            float:none;
            display:block;
            vertical-align:middle;
            position: relative;
        }

        .cta-contents{
            text-align: center;
        }
}



.bs-calltoaction.bs-calltoaction-default{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.bs-calltoaction.bs-calltoaction-primary{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.bs-calltoaction.bs-calltoaction-info{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.bs-calltoaction.bs-calltoaction-success{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.bs-calltoaction.bs-calltoaction-warning{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.bs-calltoaction.bs-calltoaction-danger{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
.bs-calltoaction.bs-calltoaction-info .cta-button .btn,
.bs-calltoaction.bs-calltoaction-success .cta-button .btn,
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn{
    border-color:#fff;
}


.fbstyle{
 display: inline-block; 
 height:100%; 
 width:100%;     
 object-fit: cover; 
}

@media screen and (max-width: 992px) {
  .card-body { padding: 10px 20px 0px; }
}


.button-icon {
  height: 150px;
  width: 150px;
  position: absolute;
  bottom: 0px;
  left: 10px;
}

.autolink{
/*color: var(--bs-gray);*/
color:#777;
 font-weight:bolder;
}

    dfn {
    font-weight: bold;
    color:     var(--bs-primary);
    text-decoration: underline;
    
  }
  
  

.prog_box{
 border-right:1px solid #efefef;  min-height:120px; border-bottom:1px solid #efefef;
 text-align:center;
}


.prog_box2{
 border-right:1px solid #efefef;  min-height:120px;
  border-bottom:1px solid #efefef;
 text-align:center;
}


.prog_box .data, .prog_box2 .data{

    -webkit-font-smoothing: antialiased;
    color: #00afbe;
    text-transform: uppercase;
    font-size: 12px;
    font-weight:700;
    margin:0px;
    padding:0px;
}


.prog_box .dzien, .prog_box2 .dzien{

    -webkit-font-smoothing: antialiased;
    color: #ccc;
    text-transform: uppercase;
    font-size: 11px;

    margin:0px;
    padding:0px;
}


.prog_box .temp, .prog_box2 .temp{

    -webkit-font-smoothing: antialiased;
    color: #f05514;
    text-transform: uppercase;
    font-size: 30px;
    font-weight:700;
    margin:0px;

}





.prog_today{
    background:#ffffe6;
}

.prog_box2:hover {
    background-color: #F5F5F5;
}


.ps-25 {
    padding-left: 0.75rem !important;
}
.pe-25 {
    padding-right: 0.75rem !important;
}


@media (max-width: 575.98px) {
    .prog_box2:nth-child(odd) {
        border-left:1px solid #efefef;
    }
}


.highlight-yellow {
  background-color: rgba(255, 255, 0, 0.5); /* Półprzezroczysty żółty */
}

.highlight-green {
  background-color: rgba(0, 255, 0, 0.5); /* Półprzezroczysty zielony */
}

.highlight-pink {
  background-color: rgba(255, 105, 180, 0.5); /* Półprzezroczysty różowy */
}
  .rate-block {
  font-size: 14px;
  display: flex;
  color: #A1A1A2;
}

.rate-block i.bi,
.rate-block ion-icon,
.rate-block i.icon {
  margin-right: 3px;
}

.rate-block i.bi.active,
.rate-block ion-icon.active,
.rate-block i.icon.active {
  color: #FE9500;
}

.comment-block .rate-block {
  font-size: 14px;
}


.ratings i{

    color:#cecece;
    font-size:32px;
}

.rating-color{
    color:#fbc634 !important;
}


.icon-inactive{
color:		#DCDCDC;
}

.icon-dog-active {
    color: #198754; /* Wartość koloru "text-success" w Bootstrap 5 */
}


.forum-info{
    position: absolute;
    top: 0px;
    right: -10px;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background-color: #ed5348;
    text-align: center;
    line-height: 15px;
    border-radius: 20px;
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}


.bg-pakiet{

    background: #f7ffe6!important;
 
}


.onloadtop, .onloaddown {
  /*  display: none !important;*/
}


.sticky-right {
  position: sticky;
  top: 80px; /* Wartość marginesu do dostosowania do wysokości belki górnego menu */
  height: calc(100vh - 80px); /* Wysokość prawego diva minus wysokość marginesu */
  overflow: auto;
}
.name-label {
  background-color: #f0f0f0;
 /* color: #333;*/
  padding: 2px 5px;
  border-radius: 4px;

}


.sticky {
  position: sticky;
  top: 80px; /* Dostosuj wartość do wysokości belki górnego menu */
 /* z-index: 999; /* Jeśli wymagane */*/
}



/* Bounce Loading */
.bounce-loader-new {
	transition: all 0.2s;
	margin: -9px 0 0 -35px;
	text-align: center;
	width: 70px;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 10000;
}

.bounce-loader-new .bounce1,
.bounce-loader-new .bounce2,
.bounce-loader-new .bounce3 {
	animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
	background-color: #CCC;
	border-radius: 100%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	display: inline-block;
	height: 18px;
	width: 18px;
}

.bounce-loader-new .bounce1 {
	animation-delay: -0.32s;
}

.bounce-loader-new .bounce2 {
	animation-delay: -0.16s;
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0);
	}

	40% {
		transform: scale(1);
	}
}

html.safari.iphone .bounce-loader-new .bounce1,
html.safari.iphone .bounce-loader-new .bounce2,
html.safari.iphone .bounce-loader-new .bounce3 {
	animation: 1.4s ease-in-out infinite bouncedelay;
}


.npbox:nth-child(1), .npbox:nth-child(2) {
  border-top: 1px solid #DADADA;
}


.nutri-score {
    display: flex;
}

.score {
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    line-height: 30px;
}

.score-a {
    background: #00A400;
}

.score-b {
    background: #85BB2F;
}

.score-c {
    background: #FFD300;
}

.score-d {
    background: #FE840E;
}

.score-e {
    background: #E63E11;
}

.rounded-left {
    border-radius: 5px 0 0 5px;
}

.rounded-right {
    border-radius: 0 5px 5px 0;
}

.active-score {
    transform: scale(1.2); /* Zwiększenie elementu o 20% */
    z-index: 1;
    box-shadow: 0 0 10px #fff, /* biały kolor wewnętrznego świecenia */
                0 0 20px #fff; /* biały kolor zewnętrznego świecenia */
    transition: transform 0.3s ease; /* Dodanie płynnego efektu animacji przy zmianie skalowania */
}


.nut-title{

font-size:10px;
text-align:right;
}

.nuts{
width:150px;
text-decoration: none!important;

position:absolute;
bottom:10px;
left:10px;
z-index: 1002;
background:#fff;
}

.nuts a{
  text-decoration: none!important;

}



.nutsimage{
/*width:150px;
text-decoration: none!important;*/

position:absolute;
bottom:-10px;
left:10px;
z-index: 1002;
/*background:#fff;*/
}

/*
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }*/


  .rate-block {
  font-size: 14px;
  display: flex;
  color: #A1A1A2;
}

.rate-block i.bi,
.rate-block ion-icon,
.rate-block i.icon {
  margin-right: 3px;
}

.rate-block i.bi.active,
.rate-block ion-icon.active,
.rate-block i.icon.active {
  color: #FE9500;
}

.comment-block .rate-block {
  font-size: 14px;
}


.ratings i{
    
    color:#cecece;
    font-size:32px;
}

.rating-color{
    color:#fbc634 !important;
}


.text-special{
    
}

  .fullscreen-div {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color:#ffffff;
      transform: translateY(100%);
      transition: transform 0.3s ease-out;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1050; /* Wartość większa niż domyślne modale Bootstrap */
    }

    .fullscreen-div.visible {
      transform: translateY(0);
    }

    .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
  }

   .horizontal-line {
    position: absolute;
    top: calc(10px + 1.5rem); /* Wysokość przycisku "Zamknij" (2.5rem) + odstęp (10px) */
    left: 0;
    width: 100%;
    border: none;
    border-top: 1px solid #dee2e6; /* Kolor i grubość kreski */
  }


    .inner-content {
    position: absolute;
    top: calc(10px + 2.5rem + 50px); /* Wysokość przycisku "Zamknij" (2.5rem) + odstęp (10px) + wysokość kreski (1px) */
    left: 20px; /* Lewy margines */
    right: 20px; /* Prawy margines */
    bottom: 0;
    overflow-y: auto; /* Włącz przewijanie pionowe, jeśli zawartość przekroczy dostępną wysokość */
  }
 .div-title {
    position: absolute;
    top: 15px;
    left: 10px; /* Lewy margines */
    font-size: 1.25rem; /* Wielkość czcionki, na przykład 1.25rem */
    font-weight: bold; /* Pogrubienie tekstu */
  }


    .rounded-half {
            border-radius: 50%;
            width: 80px;
            height: 80px;
        }
        .bottom-sticky {
            position: fixed;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
        }


        .icon-adjustment {
    position: relative;
    top: -15px; /* Przesuń ikonę 10 pikseli do góry */
}

.forum-info{
    position: absolute;
    top: -3px;
    right: -10px;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background-color: #ed5348;
    text-align: center;
    line-height: 15px;
    border-radius: 20px;
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.border-bottom-except-last {
  border-bottom: 1px solid #F5F5F5; /* Zmieniaj wartości według potrzeb */
}

/* Usuń border-bottom dla ostatniego elementu */
.border-bottom-except-last:last-child {
  border-bottom: none;
}




.dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 50%;
    align-self: center;
    border:1px solid #F0F0F0;
}


        .link-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
         
        }
        .link-item {
            flex-basis: 24%;
            margin: 1%;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            border-radius: 10px;
            overflow: hidden;
               margin-bottom:20px;
               background:#FFF;
        }
        .link-item img {
            width: 100%;
            height: auto;
        }
        .link-item h4 {
            padding: 0 10px;
            margin-bottom:0px;
            padding-bottom:0px;
            
        }
        
         .link-item p {
            padding: 0 10px;
            font-size:12px;
            
        }
        
        
        .link-item a {
            color: inherit;
            text-decoration: none;
            font-size:16px;
        }
    .link-item a:hover  {
            color: inherit;
            text-decoration: none;
            font-size:16px;
        }

        
/*        .expandableText {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}*/


.expandable-text {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}



.post_container p, .link-item p{
  color:#777!important;
    line-height: normal!important;
}


.expandable-text{
  color:#777!important;
    line-height: normal!important; 
}


.prodmarka {
    display: block; /* Domyślnie widoczna */
}

.prodlinia {
    display: none; /* Domyślnie ukryta */
}

.product-thumb-info-image:hover .prodmarka {
    display: none; /* Ukryj, gdy jest hover */
}

.product-thumb-info-image:hover .prodlinia {
    display: block; /* Pokaż, gdy jest hover */
}


.hidden {
    display: none;
}


  /* Styl dla małych ekranów */
        .border-bottom-sm {
         border-bottom: 1px solid var(--bs-border-color);

        }

        /* Styl dla średnich i większych ekranów */
        @media (min-width: 768px) {
            .border-right-md {
              border-right: 1px solid var(--bs-border-color);

            }
            .border-bottom-sm {
                border-bottom: none;
            }
        }

            dfn {
    font-weight: bold;
    color: blue;
    text-decoration: underline;
  }

  #fullScreenDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; /* Możesz dostosować tę wartość w zależności od innych elementów na stronie. */
    background-color: rgba(255,255,255,1); /* Ustaw kolor i przezroczystość według uznania. */

    padding:20px;
}

.highlighttr {
    background-color: #e6ffe6!important; /* Właściwość do zmiany */
}


#xoverlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background-color: rgba(255,255,255,0.7);
  z-index: 2;
  cursor: pointer;
}


#moverlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background-color: rgba(255,255,255,0.7);
  z-index: 2;
  cursor: pointer;
}


#xtext {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center;
}


.btn-quaternary {
    background-color: #6c5ce7; /* fioletowy */
    color: #ffffff; /* biały */
    border: none;
}

.btn-quaternary:hover,
.btn-quaternary:focus,
.btn-quaternary:active {
    background-color: #5d4bd9; /* nieco ciemniejszy odcień fioletu dla efektu najechania i aktywacji */
    color: #ffffff; /* biały */
}

.btn-quaternary.disabled,
.btn-quaternary:disabled {
    background-color: #6c5ce7; /* fioletowy */
    color: #ccc; /* jasnoszary kolor tekstu dla wyłączonych przycisków */
}



.custom-badge {
    display: inline-flex;
    border: 1px solid #007bff; /* Kolor badge-primary */
}

.custom-badge .left-part {
    padding: 0.25em 0.75em; /* Domyślne paddingi badge */
    color: #007bff; /* Kolor tekstu badge-primary */
    border-right: 1px solid #007bff; /* Prawa krawędź w kolorze badge-primary */
}

.custom-badge .right-part {
    padding: 0.25em 0.75em; /* Domyślne paddingi badge */
    background-color: #007bff; /* Tło badge-primary */
    color: #ffffff; /* Biały kolor tekstu */
}

.custom-badge2 {
    display: inline-flex;
    border: 1px solid #dc3545; /* Kolor badge-danger */
}

.custom-badge2 .left-part {
    padding: 0.25em 0.75em; /* Domyślne paddingi badge */
    color: #dc3545; /* Kolor tekstu badge-danger */
    border-right: 1px solid #dc3545; /* Prawa krawędź w kolorze badge-danger */
}

.custom-badge2 .right-part {
    padding: 0.25em 0.75em; /* Domyślne paddingi badge */
    background-color: #dc3545; /* Tło badge-danger */
    color: #ffffff; /* Biały kolor tekstu */
}


.no-wrap {
  white-space: nowrap;
}

.fwdevp-skip,
.fwdevp-ads{
  font-family: Roboto, Arial !important;
  border:0px !important;
}
