/*
	TEAM HOME
*/
.home-team {
	width: 100%;
	margin: 0;
	padding: 50px 0;
	border-top: 1px solid #c0bcbc;
}
	.home-team-cols {
		width: 100%;
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}
		.col-presentation {
			margin: 0;
			background: #f0efef;
			border-radius: 10px;
			padding: 35px;
			position: relative;
			z-index: 1;
			width: 30%;
	        transition: all 0.3s ease-in-out;
	        overflow: hidden;
		}
			.col-presentation .team-title {
				font-size: 45px;
				text-transform: uppercase;
				line-height: 0.9;
				font-family: 'Bebas Neue', cursive;
				font-weight: normal;
				padding-bottom: 15px;
				border-bottom: 2px dashed;
				position: relative;
				z-index: 3;
			}
			.col-presentation .team-text {
				padding-top: 15px;
				font-size: 15px;
				position: relative;
				z-index: 3;
			}
			.col-presentation .team-link {
				display: block;
				position: absolute;
				z-index: 3;
				right: 20px;
				bottom: 20px;
		        transition: all 0.3s ease-in-out;
			}
				.col-presentation .team-link .material-icons {
					color: #787777;
					font-size: 35px;
					line-height: 35px;
				}
        .col-presentation:before {
          content: "";
          position: absolute;
          z-index: 2;
          width: 0;
          height: 100%;
          top: 0;
          bottom: 0;
          left: 0;
          background-color: #333;
          visibility: hidden;
          transition: all 0.3s ease-in-out;
        }
        .col-presentation:hover {
        	padding-left: 20px;
        	padding-right: 50px;
        }
        .col-presentation:hover .team-title,
        .col-presentation:hover .team-text {
        	color: #FFF;
        }
        .col-presentation:hover .team-link {
        	right: 30px;
        }
    	.col-presentation:hover .team-link .material-icons {
    		color: #fccc06;
    	}
        .col-presentation:hover:before {
          visibility: visible;
          width: 100%;
        }
		.col-video {
			margin: 0;
			margin-left: 4%;
			position: relative;
			width: 66%;
			border-radius: 10px;
			overflow: hidden;
		}
		.col-video img {
			width: 100%;
			height: auto;
		}


/*  
		PLAYERS > PRESENTATIONS
*/
.players-wrapper {
	position: relative;
	margin: 20px 0;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}
	.players-wrapper .players-picture {
	    width: 38%;
	    margin: 0 auto;
	    position: relative;
	    max-height: 760px;
	    overflow: hidden;
	    border-radius: 15px;
	}
		.players-wrapper .players-picture img {
		    max-width: 100%;
		    height: auto;		
	        display: block;	
	        width: 100%;
		}
	.players-wrapper .players-infos {
		position: relative;
		margin: 0 auto;
		width: 58%;
		right: 0;
		height: 100%;
		border: 1px solid #F2F2F2;
		padding-left: 25px;
		padding-top: 30px;
	    border-radius: 15px;
	}



	.players-desktop-presentation {
		display: block;
	}
	.players-mobile-presentation {
		display: none;
	}

	.players-wrapper .name {
		z-index: 100;
		margin: 0;
		margin-left: 20px;
		text-align: left;
		font-size: 70px;
		color: #333;
		line-height: 0.9;
		font-family: 'Bebas Neue', cursive;
		font-weight: normal;
		text-transform: uppercase;
	}
	.players-wrapper .infos {
		z-index: 100;
		margin: 20px;
		font-size: 15px;
		text-align: left;
	}
		.players-wrapper .infos .row {
			padding: 5px 0;
			display: flex; display: -webkit-flex; 
			flex-flow: row wrap; -webkit-flex-flow: row wrap;
			justify-content: flex-start; -webkit-justify-content: flex-start;
		}
		.players-wrapper .infos .row .label {
			padding: 0;
			font-weight: normal;
			width: 100%;
		}
		.players-wrapper .infos .row .value {
			margin: 0;
			padding: 0;
			font-weight: bold;
			font-size: 16px;
			font-family: 'Poppins', sans-serif;
		}
		.players-wrapper .infos .row .button {
			color: #f6d300;
			font-size: 14px;
			font-weight: 600;
			text-decoration: underline;
			margin-top: 15px;
			cursor: pointer;
			width: 100%;
		}
		.players-wrapper .infos .flag {
			height: 20px;
			width: auto;
			display: inline-block;
			margin-left: 10px;
		}
	.players-wrapper hr {
		margin: 40px 0;
		width: 100%;
		max-width: 100%;
	}
	.players-wrapper .infos .bt-all-wrap {
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}



/*  PLAYERS > CAROUSEL */
.players-carousel {
}
	.players-carousel .header {
		width: 100%;
		height: 40px;
		line-height: 42px;
		text-align: center;
		background: #d61432;
		font-size: 25px;
		text-transform: uppercase;
		color: #FFF;
		margin-bottom: 45px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		overflow: hidden;
	}
	.players-carousel .bt-more {
		position: absolute;
		top: 60px;
		right: 0px;
		font-size: 15px;
		color: #FFF;
		font-weight: 600;
		text-decoration: underline;
	}

.players-carousel-item {
	height: 480px;
    width: 333px;
	position: relative;
	margin: auto 0;
	opacity: 0.4;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: center; -webkit-justify-content: center;
	transition: all .2s ease-in-out 0s;
}
	.players-carousel-item .picture {
		width: auto;
		height: 280px;
		margin: auto;
	}
		.players-carousel-item .picture img {
			width: auto !important;
			height: 280px;
		}
	.players-carousel-item .name {
		display: none;
		position: absolute;
		top: 0px;
		left: -85px;
		font-size: 28px;
		color: #FFF;
		font-weight: 900;
		line-height: 0.9;
		min-width: 160px;
		transition: all .2s ease-in-out 0s;
		text-transform: uppercase;
	}
		.players-carousel-item .name .team {
			color: #f6d300;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: bold;
			text-align: left;
			margin-left: -15px;
			width: 100%;
			padding-bottom: 7px;
			border-bottom: 1px solid #FFF;
			margin-bottom: 7px;
		}
		.players-carousel-item .name span {
			display: block;
			font-weight: normal;
		}
	.players-carousel-item .position {
		display: none;
		position: absolute;
		bottom: 40px;
		right: -50px;
		font-size: 26px;
		color: #FFF;
		font-weight: 900;
		line-height: 1.0;
		transition: all .2s ease-in-out 0s;
	}
		.players-carousel-item .position span {
			color: #0e0d0d;
			font-size: 12px; 
			display: block;
			font-weight: bold;
		}
	.players-carousel-item .bt-view {
		display: none;
		position: absolute;
		bottom: 0px;
		width: 100%;
		text-align: center;
		color: #FFF;
		font-size: 15px;
		text-transform: uppercase;
		text-decoration: underline;
	}


	.owl-item.active.center .players-carousel-item {
    	width: 333px;
		opacity: 1.0;
	}
		.owl-item.active.center .players-carousel-item .picture {
			width: auto;
			height: 480px;
			margin: auto;
		}
			.owl-item.active.center .players-carousel-item .picture img {
				width: auto !important;
				height: 400px;
			}
		.owl-item.active.center .players-carousel-item .name {
			display: block;
		}
		.owl-item.active.center .players-carousel-item .position {
			display: block;
		}	
		.owl-item.active.center .players-carousel-item .bt-view {
			display: block;
		}