@charset "utf-8";
/* CSS Document */

p.evtr-bio {display: none;	}

p.niepoczebne {display: none;}

li.evtr-speaker {
	   width: 244px;
    background: white;
	margin-left: 9px;
	margin-right: 9px;
    min-height: 280px;
	display: inline-grid;
	cursor: pointer;
	margin-bottom: 18px;
}

img.evtr-photo{
	
	 border-radius: 50%;
	width: auto!important;
	
	height: auto!important;
	
	max-width: 100%!important;
    
	
}

ul {
    padding: 0;
    list-style-type: none;
}

.eventory-speakers {
	margin-left: -70px;
}

img.evtr-photo:hover { 

	}
.eventory-speakers {
	max-width: 100%;
	margin: auto;
}

li.evtr-speaker a {
	  text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: #d91c56;
}

.nazwisko {
      text-decoration: none;
	
	padding-top: 15px;
	font-size: 17px;
	color: #000;
font-weight: 400;
font-family: 'Lato', sans-serif;
	text-transform: uppercase;
    
    padding-bottom: 15px;
    background-position: bottom;
		
	}
p.nazwisko  {
	margin: 0px !important;
}
.evtr-company {
	font-weight: 300;
font-family: 'Lato', sans-serif;
	color: black;
	font-size: 16px;
	padding-top: 10px;
padding-bottom: 10px;

border-top: 1px solid #ababab !important;
	position: relative !important;
top: 0px !important;
width: 100% !important;
	
}
.evtr-position {
	display: none !important;
	 font-size: 0.9em;
    color: #8e8e8e;
	display: none;
}


@media (max-width: 992px){
	
	li.evtr-speaker {
	    width: 30%;
		min-height: auto!important;
    
}
	
}
@media (max-width: 586px){
	
	li.evtr-speaker {
	    width: 80%;
		
    
}
	.eventory-speakers {
	
}
}

li.evtr-speaker:nth-of-type(1) , 
li.evtr-speaker:nth-of-type(2) ,
li.evtr-speaker:nth-of-type(3) ,
li.evtr-speaker:nth-of-type(4)
{
	display: inline-flex !important;
}
li.evtr-speaker {
	display: none;
}

div.prelegenci_2 li.evtr-speaker:nth-of-type(3),
div.prelegenci_2 li.evtr-speaker:nth-of-type(4),
div.prelegenci_2 li.evtr-speaker:nth-of-type(7)
{display: inline-flex !important;}

div.prelegenci_2 li.evtr-speaker {
	display: none !important;
}

div.prelegenci_1 li.evtr-speaker:nth-of-type(1),
div.prelegenci_1 li.evtr-speaker:nth-of-type(2)
{display: inline-flex !important;}

div.prelegenci_1 li.evtr-speaker {
	display: none !important;
}