.ch-item {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
	margin-bottom:20px;
}

.ch-info-wrap{
	
	display:block;
	width: 180px;
	height: 180px;
	border-radius: 50%;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	top: 20px;
	left: 20px;
	background: #00dacb url(../img/bg.jpg);
	box-shadow: 
		0 0 0 5px rgba(0,218,203,0.9), 
		inset 0 0 3px rgba(115,114, 23, 0.9);

}
.evtr-no-bio {
	display: block !important;
}
.ch-info-wrap-yellow{
	
	display:block;
	width: 180px;
	height: 180px;
	border-radius: 50%;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	top: 20px;
	left: 20px;
	background: #00dacb url(../img/bg.jpg);
	box-shadow: 
		0 0 0 5px rgba(238,234,12,0.9), 
		inset 0 0 3px rgba(115,114, 23, 0.9);

}
.ch-info{
	display:block;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	
	background: #00dacb;
}
.ch-info .ch-info-back-yellow {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	
	background: #eeea0c;
}

.ch-img-1 { 
	background-image: url(../img/speakers/bill.jpg);
}

.ch-img-2 { 
	background-image: url(../img/speakers/popek.jpg);
}

.ch-img-3 { 
	background-image: url(../img/speakers/shakira.jpg);
}
.ch-img-4 { 
	background-image: url(../img/speakers/shakira.jpg);
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 90px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}


.speakerwys {
	min-height: 370px;
}

	
		
li.evtr-speaker {
	list-style-type: none;
	width: 20% !important;
	float: left;
	min-height: 370px;
	padding-right: 15px;
padding-left: 15px;
}   

@media (max-width:991px){
	li.evtr-speaker {
	list-style-type: none;
	width: 30% !important;
float: left !important;
	min-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 25px !important; 
}  
}

@media (max-width:530px){
	li.evtr-speaker {
	list-style-type: none;
	width: 100% !important;
float: left !important;
	min-height: 370px;
	padding-right: 15px;
padding-left: 15px;
}  
}

.evtr-first-name {
	
	font-size: 15px;
	font-weight: 700;
 	
}

.evtr-last-name:after {
    content: '\A';
    white-space: pre;
}


.evtr-last-name {
	
	font-size: 15px;
	font-weight: 700;
 	
}

img.evtr-photo {
	display: block !important;
	max-width: 100%;
	height: auto !important;
	margin-bottom: 15px;
	width: 100% !important;
	/*border: 4px solid #1b75ba !important;*/
	border: 14px solid transparent !important;
	
}


.evtr-photo {
	margin-bottom: 15px;
	border-radius: 50%;
	-webkit-filter: grayscale(1);
  filter: grayscale(1);
		opacity: 1;
		-webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
	background: url(../img/circle.png) no-repeat center center;

}
@media (max-width: 990px){
	.evtr-photo {
		background: none;
	}
}
/*
.evtr-photo:hover {
-webkit-animation-name: rotate;
  -webkit-animation-duration:4s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-name: rotate;
  -moz-animation-duration:4s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
}

@-webkit-keyframes rotate {
  from {-webkit-transform:rotate(0deg);}
  to {  -webkit-transform:rotate(360deg);}
}

@-moz-keyframes rotate {
  from {-moz-transform:rotate(0deg);}
  to {  -moz-transform:rotate(360deg);}
}
*/

.evtr-photo:hover {
	margin-bottom: 15px;
	border-radius: 50%;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1 !important;
	-webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}


.popup_name {
	
	float: left!important;
	font-size: 28px;
	margin-bottom: 0px!important;
	
	
}


p.popup_lastname {
	color:#00a0a0;
	float: left!important;
	font-size: 28px;
	font-weight: 700!important;
	margin: 0px!important;
	float: left;
}

p.popup_name:after {
    
  content: " ";
  white-space: pre;
}

.evtr-logo {
	display: none !important;
}





.img_speaker_popup {
	margin-bottom: 10px;
}

p.evtr-company_1 {
	display: block;
	float: left;
	border-top: 1px solid  #626262!important;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	
}
span.evtr-company {
	border-bottom: 0px solid #ccc !important;
	border-top: 1px solid #90b8d7 !important;
	padding: 7px 0px 7px 0px !important;
	display: block !important;
	margin-top: 10px !important;
	color: white;
	font-weight: 300 !important;
	font-size: 16px;
		
}
.eventory-speakers {
	margin-left: -30px;
	
}
p.evtr-bio {
	display: none !important;
}
p.niepoczebne {
    display: none;
}
p.nazwisko {
	font-size:21px;
	color: white;
	text-align: center !important;
	font-weight: 400;
}

li.evtr-no-photo {
	display: block!important;
}
.evtr-position {
	display: none;
}

