
.main-slide-image .slotholder {
	background-color: white;
}

.players-grid {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	flex-wrap: wrap;
}


/* PLAYERS LISTING */
.players-grid .player-grid-item {
	width:33%;
	margin-bottom: 40px;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}

.players-grid .player-grid-item .player-image {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	min-height: 285px;
	width: 70%;
	overflow: hidden;
}

.players-grid .player-grid-item .player-image img {
	max-width: 285px !important;
    max-height: 285px;
    transition: 0.3s ease all;
}
/*.
	PLAYER IMAGE HOVER TRANSITION!
players-grid .player-grid-item .player-image img:hover {
	transform: scale(1.1);
}*/

.players-grid .player-grid-item .player-short-info {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
	-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	padding: 30px 0px 0px 0px;
	width: 90%;
}
.players-grid .player-grid-item .player-short-info h4 {
	margin-right: 10px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #1e2743;
    font-weight: bold;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}
.players-grid .player-grid-item .player-short-info .flags {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}

.players-grid .player-grid-item .player-short-info .flags .flag-item {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}

.players-grid .player-grid-item .player-short-info .flags .flag-item img {
	max-width: 25px !important;
}
.players-grid .player-grid-item .player-pos {
	padding: 0px 0px;	
	align-self: flex-start;
    width: 285px;
    margin: 0 auto;
}
.players-grid .player-grid-item .player-pos span {
	letter-spacing: 0.7px;
}

.players-header {
	margin: 20px 0px;
	color: #17203d;
	text-align: center;
}
.players-header h1 {
	font-size: 42px;
	line-height: 42px;
}

.player-transfer {
	width: 95%;
	-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.player-transfer .transfer-heading h5 {
	margin-bottom: 0px;
	color: #666;
	text-align: center;
}

.player-transfer .transfer-body {

	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
	-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
	
}

.player-transfer .transfer-body .transfer-from .from-name, .player-transfer .transfer-body .transfer-to .to-name {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    font-size: 14px;
    -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}

.player-transfer .transfer-body .transfer-from .from-name img, .player-transfer .transfer-body .transfer-to .to-name img{
	width: 20px;
    margin: 0 5px;
}

.player-transfer .transfer-body .arrow-right {
	margin:0 12px;
}

.player-transfer .transfer-body .arrow-right img {
	width: 20px;
}

.rev_slider >ul, .rev_slider_wrapper >ul, .tp-revslider-mainul >li, .rev_slider >ul >li, .rev_slider >ul >li:before, .tp-revslider-mainul >li:before, .tp-simpleresponsive >ul, .tp-simpleresponsive >ul >li, .tp-simpleresponsive >ul >li:before, .tp-revslider-mainul >li, .tp-simpleresponsive >ul >li {
	top:60px !important;
}


@media only screen and (max-width: 959px) and (min-width: 768px) {
	.players-grid .player-grid-item {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.players-grid .player-grid-item {
		width: 100%;
	}
	.info-boxes .column_attr {
		-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	}
	.contact-info-box {
		width: 80% !important;
		margin: 0 auto;
	}
	.page-id-16 #Footer {
		position: relative;
	}
	.contact-info-box:first-child {
	    border-bottom: 1px dashed #17203d;
	    border-right: none !important;
	}
	.rev_slider >ul, .rev_slider_wrapper >ul, .tp-revslider-mainul >li, .rev_slider >ul >li, .rev_slider >ul >li:before, .tp-revslider-mainul >li:before, .tp-simpleresponsive >ul, .tp-simpleresponsive >ul >li, .tp-simpleresponsive >ul >li:before, .tp-revslider-mainul >li, .tp-simpleresponsive >ul >li {
		top:0px !important;
	}
	#kev, #tania{
		background-image: none!important;
	}
	#tania .mcb-wrap-inner {
		display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
		-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	}
	#tania .mcb-wrap-inner .column_image {
		-webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2;
	}
	#tania .mcb-wrap-inner .column_column {
		-webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1;
	}
}


/* CONTACT PAGE */
.info-boxes .column_attr {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.contact-info-box {
	padding: 20px;
    text-align: center;
    width: 300px;
    background: #f1f1f1;
}
.contact-info-box a {
	text-decoration: underline;
}
.contact-info-box a:hover {
	text-decoration: none;
}
.contact-info-box:first-child {
    border-right: 1px dashed #17203d;
}


/* SINGLE PLAYER PAGE */
.player-section .player-info {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;

}

.player-section .player-info .info-bio {
	-webkit-box-flex: 1; -moz-box-flex: 1; width: $2%; -webkit-flex: 1; -ms-flex: 1; flex: 1;
    width: 33%;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
    align-items: flex-start;
}
.player-section .player-info .info-desc {
	-webkit-box-flex: 3; -moz-box-flex: 3; width: $2%; -webkit-flex: 3; -ms-flex: 3; flex: 3;
    width: 67%;
    padding-left: 30px;
}

.player-section .player-info .info-desc .desc-flags {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
	margin-bottom: 15px;
}
.player-section .player-info .info-desc .desc-desc {
	margin-bottom: 15px;
}
.player-section .player-info .info-desc .desc-desc p:first-child {
	margin-bottom: 5px;
}
.player-section .player-info .info-desc .desc-desc p:last-child {
	margin-bottom: 0px;
}
.player-section .player-info .info-desc .desc-flags p {
	margin:0px 10px 0px 0px;
}
.player-section .player-info .info-desc .desc-flags .desc-flags-inner {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}
.player-section .player-info .info-desc .desc-flags .desc-flags-inner img {
	width: 25px;
}
.player-section .player-info .info-desc .desc-flags .desc-flags-inner img:not(:last-child) {
	margin-right: 7px;
}

.player-section .player-info .info-bio .bio-img {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}

.player-section .player-info .info-bio .bio-details {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
    -webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    width: 260px;
}

.player-section .player-info .info-bio .bio-img img {
	width: 260px;
}

.player-section .player-info .info-bio .bio-details h4 {
	text-transform: uppercase;
    margin: 20px 0px 10px 0px;
}

.player-section .player-info .info-bio .bio-details .detail-row {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-ms-flex-pack: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	border-bottom: 1px dashed #ccc;
}
.player-section .player-info .info-bio .bio-details .detail-row p {
	font-size: 14px;
	margin-bottom: 0px;
}
.player-section .player-info .info-bio .bio-details .detail-row p:first-child{
	font-weight: bold;
}

.player-section .player-career h4 {
	text-transform: uppercase;
    margin: 50px 0px 10px 0px;
}
.player-section .player-career table tr {
	transition: all 0.35s ease;
}
.player-section .player-career table tr th {
	color: #1e2743;
    background: #ccc;
}
.player-section .player-career table tr:nth-child(odd) {
	background:white;
}
.player-section .player-career table tr:nth-child(even) {
	background:#f1f1f1;
}
.player-section .player-career table tr:hover {
	background: #1e2743;
	color: white;
}

/* ABOUT US PAGE */
.about-navigation {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
}
.about-navigation .about-nav-item {
	background: #f1f1f1;
    padding: 10px 20px;
    text-decoration: underline;
    transition: all 0.35s ease;
}

.about-navigation .about-nav-item:hover {
    text-decoration: none;
}

#kev {
	background-position: 60% 0% !important;
}
#Action_bar .social {
	display: flex;
}

#Action_bar .social .instagram {
	order: 1;
}
#Action_bar .social .linkedin {
	order: 2;
}

#Action_bar .social .twitter {
	order: 3;
}


.player-image {
	position: relative;
}
.hover-me .player-image .player-image-after-hover {
	opacity: 0;
	position: absolute;
}
.hover-me .player-image-after-hover{
	transition: opacity 0.3s;
}
.hover-me .player-image:hover .player-image-before-hover {
	opacity: 0;
}
.hover-me .player-image:hover .player-image-after-hover {
	opacity: 1;
}
.no-hover .player-image-after-hover {
	display: none;
}


.page-id-16 #Wrapper {
	min-height: 100vh;
}

.page-id-16 #Footer {
	position: fixed;
    width: 100%;
    bottom: 0px;
}
.player-image img:first-child{
	width:285px;
}
.is-sticky{
	height: 120px!important;
	opacity: 1!important;
}
.logo-sticky{
	max-height: 90px!important;
}
#Top_bar.is-sticky .menu_wrapper .menu > li {
	padding-top: 25px!important;
}
#Top_bar .menu > li > a:after{
    height: 1px!important;
}
#Top_bar.is-sticky .menu_wrapper .menu > li > a{
	padding-bottom: 5px!important;
}
#Action_bar .social{
	float: right;
}
.responsive-menu-toggle{
	color: #fff!important;
}
#tania{
	background-position: 62% -6% !important;
}

.slider-text {
	color: #17203d;
	font-size: 26px;
	line-height: 30px;
}

@media only screen and (max-width: 767px) and (min-width: 480px){
	#kev{
		background-position: 60% 100% !important;
	}
	#tania{
		background-position: -120% -5% !important;
	}
	#Action_bar > .container{
		padding: 0!important;
		max-width: 100%!important;
	}
	#Action_bar .container .social{
		float: right;
	}
}
@media only screen and (max-width: 480px){
	#Action_bar > .container{
		padding: 0!important;
	}
	#Action_bar .container .social{
		float: right;
	}
	#kev{
		background-position: 60% 100% !important;
	}
	#tania{
		background-position: -112% -5% !important;
	}
}


@media only screen and (max-width: 1239px) and (min-width: 980px){
	#Top_bar .menu_wrapper{
		margin-top: -120px;
	}
	#logo .logo-main{
		margin-bottom: 0px;
	}
	#Content{
		padding-top: 200px;
	}
	#tania{
		background-position: 81% -3% !important;
	}
}

@media only screen and (max-width: 979px) and (min-width:768px){
	#tania{
	    background-position: 85% -3% !important;

	    background-size: 30% !important;
	}
}

@media only screen and (min-width: 1240px) and (max-width: 1700px) {
	#tania{
	    background-position: 68% -6% !important;

	    background-size: 20% !important;
	}
}

#tania .image_wrapper img{
	max-width: 345px!important;
}

/*Contact form css*/
.contact-form-row-1 {
	display: flex;
}

.contact-form-name, .contact-form-email {
	flex: 1;
}

.contact-form-name {
	padding-right: 2%;
}

.contact-form-email {
	padding-left: 2%;
}
/*Ends here!*/
