.content {
    padding-top: 30px; /* height of header + navbar*/
	font-family: 'Sen', sans-serif;
}

	body {
		background-color: #191919;
        font-family: 'Sen', sans-serif;
	}
  

h1,h2,h3,h4,h5,h6 {
        font-family: 'Sen', sans-serif;
}
p {

        font-family: 'Sen', sans-serif;
}


html {
    font-size: 18px !important;
} 

p.description {
    font-size: 18px !important;
}

.card-body {
	background-color: #313131 !important;
}

/* *****************************************/
/* SKRYPT ODPOWIEDZIALNY ZA EFEKT MENU     */
/* *****************************************/
    .navbar {
        top: 40px;
		background-image: linear-gradient(to right, #000000, #191919 70%) !important;
		padding-top: 0;
		padding-bottom: 0;
    } 
	
	/*.navbar-nav li:hover .dropdown-menu {
    display: block;
	}
	*/
	

   .dropdown-item{
	   color: #f8f9fa;
	   font-family: 'Sen', sans-serif;
   }
     

  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0;
		background-color: #545454;
			}
	.dropdown-toggle{
		margin-bottom: 0px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0px;
	}

	
	
	
    
    .pagewide {
		background-color: #000000;
		color: #ffffff;
        height: 40px;
		
    }




/* **************************************** */
/* SKRYPT ODPOWIEDZIALNY ZA EFEKT PARALLACY */
/* **************************************** */
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* *********************************************** */
/* KONIEC SKRYPT ODPOWIEDZIALNY ZA EFEKT PARALLACY */
/* *********************************************** */






.wydarzenie_prawa {
  width: 600px;
  height: 400px;
  border-radius: 0px 20px 20px 0px;
  background-color: #545454;
  color: white;
}

.wydarzenie_lewa {
  width: 300px;
  height: 400px;
  border-radius: 20px 0px 0px 20px;
  background-color: #343434;
  color: white;


}

.valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.wydarzenie_data {
  font-size: 40px;
  font-weight: 700;

  
}


.wydarzenie_opis {
  margin: 15px 15px 15px 15px; 
}


.day {
  font-size: 30px;
}






.100wide {
  width: 100% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.collapse_tlo {
  background-color: #191919 !important;
  padding: 0px !important;
}

.card-tlo {
  background-color: #313131 !important;
}



.main-timeline{ font-family: 'Roboto', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 80%;
    padding: 0 0 0 50px;
    margin: 0 0 30px;
    float: left;
}
.main-timeline .timeline-content{
    color: #555;
    background-color: #545454;
    border-radius: 30px;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background: linear-gradient(45deg,#343434,#343434);
    height: 120px;
    width: 120px;
    border-radius: 50% 0 50% 50%;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: -40px;
    top: 50%;
    bottom: -10px;
    z-index: 1;
}
.main-timeline .timeline-icon{
    color: #fff;
    background: linear-gradient(105deg,#343434,#343434);
    font-size: 45px;
    text-align: center;
    line-height: 100px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #fff inset, 0 0 5px #333;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -30px;
    z-index: 1;
}
.main-timeline .inner-content{
    background-color: #545454;
    padding: 15px 30px 15px 130px;
    border-radius: 30px;
}
.main-timeline .title{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.main-timeline .description{
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}



@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 60px 0 0 0;
        float: none;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(-50%);
        left: 50%;
        top: -40px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        transform: translateY(0) translateX(-50%) rotate(135deg);
        left: 50%;
        top: -50px;
    }
    .main-timeline .inner-content,
    .main-timeline .timeline:nth-child(even) .inner-content{
        text-align: center;
        padding: 115px 20px 20px;
    }
}
@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }

/* GALERIA */
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transitiongal {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
 
hr.gold {
  width: 70%;
  height: 1px;
  border-top: 2px solid  linear-gradient(to right, rgba(0,0,0,1), rgba(187,165,61,1), rgba(0,0,0,1));
  margin: 20px auto; /* Wycentrowanie linii */
}

bg-transss {
	background-color: rgba(0, 0, 0, 0) !important;
}
