#home-team {
	width: 100%;
	background: #fff;
}

#home-team .content{
	width: 100%;
	box-shadow: 0px -2px 40px #161616;
}

#home-team .paok-logo {
	position: absolute;
	z-index: 10;
	right: 5px;
	margin-top: 10px;
}

#home-team .paok-logo > img {
	width: 125px
}

#home-team .player-box {
    filter: drop-shadow(0px 5px 5px #00000080);
}

#home-team .slider-container {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0 15px 15px 15px;
	width: 100%;
	background: #ffffff;
	height: 650px;
	max-width: 1150px;
}

#home-team .slider-container .carousel {
	margin: 0 auto;
	padding: 25px 60px;
	overflow: hidden;
	position: relative;
	height: 100%;
}

#home-team .slider-container .carousel .mask {
	overflow: hidden;
	width: 100%;
	height: 100% !important;
}

#home-team .slider-container .carousel .mask .slideset {
	float: left;
	width: 100% !important;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	height: 100%;
}

#home-team .content .slideset .slide {
	width: 200px;
	padding: 0 10px;
	height: 100%;
}

#home-team .slideset .slide .box {
	overflow: hidden;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	line-height: 12px;
	height: 100%;
}

#home-team .slideset .slide .box .player-link{
	display: block;
	overflow: hidden;
	height: 100%;
	cursor: pointer;
}

#home-team .slideset .slide .box .player-link:hover{
	text-decoration: none;
	outline: 0;
}

#home-team .img-player {
	padding: 0 5px;
	overflow: hidden;
	height: 250px;
	width: 100%;
	position: relative;
	z-index: 1;
}

#home-team .img-player img {
	display: block;
	margin: 0 auto;
	height: 100%;
	width: auto;
}

#home-team .player-info {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 254px;
    background-image: url('/media/com_paokbc/images/team_default.png');
	clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0% 80%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0% 80%);
	background-size: 173%;
    background-position: center;
    background-color: #fff;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
}

#home-team .player-info .player-name {
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#home-team .player-info .player-position {
	font-size: 13px;
	color: #fff;
	display: block;
	font-weight: 300;
	text-shadow: 1px 1px 1px #000;
}


#home-team .player-info .social-icon-container {
	position: absolute;
	bottom: 5rem;
	width:100%;
	text-align: center;
}

#home-team .player-info .info-container {
	padding: 15px;
}

#home-team .social-icon-container .player-social-icon {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 100px;
    display: inline-block;
    width: 30px;
    text-align: center;
    margin: 6px;
}

#home-team .social-icon-container .player-social-icon:hover {
	box-shadow: 2px 2px 10px #fff;
}

#home-team .social-icon-container .player-social-icon i {
    color: #fff;
    font-size: 18px;
}



#home-team .btn-wrap {
	overflow: hidden;
	text-align: center;
}

#home-team .btn-wrap .btn {
	padding: 10px 25px;
	min-width: 333px;
}

#home-team .btn:hover {
	background: #fff;
	color: #000;
}

#home-team .page-title {
	width: 100%;
	height: 110px;
}

#home-team .page-title .left {
	float: left;
	background: #000;
	height: 100%;
	transform: skew(79deg,0);
	position: relative;
	left: -25%;
}

#home-team .page-title .center {
	position: relative;
	text-align: center;
	color: #000;
	font-size: 25px;
	margin-top: 50px;
}

#home-team .page-title .right {
	float: right;
	background: #000;
	height: 100%;
	transform: skew(-79deg,0);
	position: relative;
	right: -25%;
}

#home-team .btn-prev i, #home-team .btn-next i {
    color: #000000;
}

#home-team .btn-prev i:hover, #home-team .btn-next i:hover {
    color: #b99f6e;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

#home-team .player-box:hover {
    filter: drop-shadow(0px 10px 10px #000) !important;
}


@media only screen and (max-width: 710px) {
	#home-team .page-title .left {
		transform: skew(70deg,0);
	}
	
	#home-team .page-title .right {
		transform: skew(-70deg,0);
	}
}

@media only screen and (max-width: 510px) {
	
	#home-team .page-title {
		height: 90px;
	}
	
	#home-team .social-icon-container .player-social-icon i {
		font-size: 30px;
	}
	
	#home-team .social-icon-container .player-social-icon {
		width: 45px;
	}
	
	
} 