/* = .team
---------------------------------------------------------------------------------------------------*/
.team { width: 80%; margin: 0 auto; padding: 0;text-align: left; }
.team .item { 
	width: 100%; 
	display: flex; 
	position: relative; 
	justify-content: center; 
	/*border-right: 1px solid #d082b277;*/
	border-left: 1px solid #d082b277;
	padding: 5px 0 50px; 
}
.team .item a { border:none;text-align:center; }
.team .item img { width: 90%; max-width: 90%; height: auto; margin: 0px auto 105px;  }
.team .item .itemContent { position: absolute; top: 65%; }
.team .item .itemContent.dalsi { width: 100%; }
.team .item .itemContent.prvy { width: 75%; }
.team p { margin: 0;font-size:14px;text-align:justify;color:#fff; }
.team .item h3 { font-size: 19px;font-weight: 600;text-align:center;color:#FFF;margin:25px 0 0; }
.team .item h4 { font-size: 17px;text-align:center;color:#FFFFFF77;margin:5px 0 0; }

.partner-kategoria { position: relative; width: 100%; top: 0;  }
.partner-kategoria p { font-size: 12px; color: #d082b2 !important;  }

.desktop { display: flex;flex-flow: row wrap;justify-content: flex-start;align-items: center; }
.mobile { display: none !important;}

.team-box { width: 80%;text-align: center;margin: 0 auto;padding: 50px 0 105px; }
.team-box .generalny-logo P { text-align: center;line-height: 4; }
.team-box P { 
	text-align: center;
	line-height: 1.25;
	padding: 15px 25px;
	margin: 0; 
}
.team-box .team-line {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start
}
.team-box .team-line:after {
	content: "";
	position: absolute;
	width: calc(100% + 0px);
	height: 100%;
	border-right: 1px solid #d082b2;
	border-left: 1px solid #d082b2;
	top: 0;
	/*left: -1px;*/
}
.team-box .col { text-align: center; }
.team-box .col A { display: block; }
.team-box IMG { width: 100%; max-width: 100px; }
.team-box .generalny-logo IMG { width: 100%; max-width: 211px; }

.team-line > div, .desktop > div { flex: 0 1 33.333%; }
.team .item a.link::before {
    content: '';
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d082b2;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out;
}
.team .item a.link:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

@media screen and (max-width: 1024px) {
	.team-box { width: 90%; }
	.team-box IMG {
		width: 80%;
		max-width: 100px;
	}
	.team-line > div, .desktop > div {	    flex: 0 1 25%;	}
}

@media screen and (max-width: 768px) {
	.desktop { display: none !important; }
	.mobile { display: block !important; }
	
	.team-line > div, .desktop > div {	    flex: 0 1 33%;	}
	.team-box { width: 80%; }
	.team-box P { font-size: 11px; }
	.team-box .team-line { border: none; }
	.team-box .owl-nav .owl-prev {   left: -55px;	}
	.team-box .owl-nav .owl-next {   right: -55px; }
}

@media screen and (max-width: 768px)  {
	.team-line > div, .desktop > div {  flex: 0 1 50%;	}
}








/*
 /end css hulvire team
 */