#lt_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.6;
    opacity: .60;
    filter: alpha(opacity=60);
}

#lt_loading {
    display: none;
    position: fixed;
    color: #ccc;
    top: 30%;
    left: 46%;
    padding: 20px;
    z-index: 1002;
overflow:auto;
}
#data_result{
	width: 86%;
    margin: 0 auto 30px;
}
#athlete-search {
    width: 86%;
    margin: 0 auto;
}
#athlete-search select {
	float: left;
	width: 31.9% !important;
	margin: 0 15px 10px 0px !important;
	padding: 12px 10px!important;
}
#athlete-search form {
    width: 100%;
    margin: 0 auto 30px!important;
}
#athlete-search input {
    padding: 13px 10px !important;
    border-radius: 0!important;
	width: 98%!important;
	border: 1px solid #e1e1e1 !important;
}
#athlete-search #search {
    background-color: #000;
    color: #fff;
    padding: 11px 25px;
    border: 0;
    text-transform: uppercase;
    font-size: 12px;
	cursor: pointer;
}
.infobox #athleteTable td strong img {
    width: 30px;
    position: relative;
    top: 3px;
    margin-left: 20px;
}
.infobox #athleteTable td strong{
	text-align: right;
	display: block;
	position: relative;
	top: 12px;
	font-size: 14px;
	text-transform: uppercase;
	right: 15px;
}
.infobox #athleteTable td strong a{
	color:#000;
}
.infobox #athleteTable .flagbox {
    position: absolute;
    width: 40px;
}

.infobox #athleteTable .progress{
	margin-bottom: 1px;
	overflow: visible;
	position: relative;
	margin-left: 50px;
}
.infobox #athleteTable .progress .gold-strip{
	background-image:url("wp-content/plugins/babysoft-athletes/images/strip/gold-strip.jpg");
	background-size: cover;
	background-repeat: repeat;
}
.infobox {
    width: 70%;
    margin: 0 auto 70px;
}
.infobox #athleteTable .progress .gray-strip{
	background-image:url("wp-content/plugins/babysoft-athletes/images/strip/gray-strip.jpg");
	background-size: cover;
	background-repeat: repeat;
}
.infobox #athleteTable .progress .progress-bar{
    border-radius: 15px;
    box-shadow: none;
    position: relative;
    animation: animate-positive 2s;
	line-height: 20px;
}
.infobox #athleteTable .progress .progress-value{
	line-height: 48px;
	font-size: 15px;
	font-weight: 600;
	color: #1f75c4;
	position: absolute;
	top: -14px;
	right: -54px;
}
.infobox #athleteTable .progress .fa-rocket::before {
    content:none;
}
.infobox #athleteTable{
	width: 90%;
	margin: 0 auto;
}
.infobox #athleteTable td{
	border:0;
	width: 45%;
	padding: 2px 5px;
}
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive{
    0%{ width: 0; }
}
.infobox ul.right-side li img{
	width: 28px;
	border-radius: 50px;
	height: 20px;
	position: relative;
	top: 5px;
	right: 8px;
}
.infobox ul.right-side {
    margin: 50px 0 0 auto;
    padding: 0;
    display: table;
}
.infobox ul.right-side li{
	list-style-type:none;
	text-transform: uppercase;
	font-weight: bold;
}
.player-detail-box{
	width: 95.5%;
	position: relative;
	left: 60px;
}	
#middle-area{
	margin: 220px 0 100px;
}
#black-strip {
    background: url("wp-content/plugins/babysoft-athletes/images/strip/black-strip.jpg");
    color: #fff;
    padding: 0px 0 46px;
    margin: 45px 0 115px;
}
.sports-img img {
    position: absolute;
    width: 55px;
    margin: -82px 240px 0;
    background-color: #eee;
    border-radius: 50px;
    box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.player-detail-img {
    float: left;
    width: 25%;
    margin-top: -30px;
}
.player-detail-width {
	width: 86%;
	margin: 0 auto;
}
.player-detail-title h3{
	text-transform: uppercase;
	font-size: 40px;
	margin: 0;
	color: #cbb37b;
}	
.player-detail-title {
    position: relative;
	top: 50px;
	height: 155px;
}
.player-detail-title span{
	font-size: 20px;
	font-weight: bold;
}
.player-detail-title img{
	position: absolute;
	width: 50px;
	right: 0;
	top: 0;
}
.player-detail-content ul li img{
	width: 25px;
	border-radius: 50px;
	height: 20px;
	position: relative;
	top: 5px;
	right: 8px;
}
.player-detail-content ul {
    margin: 0;
    padding: 0;
}
.player-detail-content ul li{
	list-style-type:none;
	text-transform: uppercase;
	font-weight: bold;
}
.about-content ul{
	margin: 15px 0;
	padding: 0 20px;
}
.about-content ul li {
    margin-bottom: 12px;
    list-style-type: disc;
}
	
	
	
@media (max-width: 767px) {
	#athlete-search {
		width: 90%!important;
	}
	.infobox #athleteTable td {
		width: 50%;
	}
	#data_result{
		width: 90%;
	}
	#athlete-search select {
		float: none;
		width: 100% !important;
		margin:15px 0!important;
		padding: 12px 10px!important;
	}
	.infobox #athleteTable td strong {
		font-size: 7px;
		top: 5px;
		right: 30px;
	}
	.infobox #athleteTable td strong img {
		width: 15px;
		top: 1px;
		margin-left: 5px;
	}
	.infobox #athleteTable .flagbox {
		width: 20px;
	}
	.infobox #athleteTable .progress .progress-value {
		line-height: 36px;
		font-size: 7px;
		right: -24px;
	}
	.infobox #athleteTable .progress .progress-bar {
		line-height: 5px;
	}
	.infobox #athleteTable .infobox .flagbox {
		width: 20px;
		margin-top: -2px;
	}
	.infobox #athleteTable .infobox td {
		width: 40%;
	}
	.infobox #athleteTable .progress {
		margin-left: 25px;
	}
	.sports-img img {
		position: absolute;
		width: 30px;
		margin: -40px 85px 0;
	}
	.player-detail-img {
		float: none;
		width: 40%;
		margin: 0 auto;
	}
	.player-detail-box {
		width: 100%;
		position: relative;
		left: 0;
	}
	.player-detail-title h3 {
		font-size: 20px;
	}
	.player-detail-title span {
		font-size: 12px;
	}
	.player-detail-content ul li img {
		width: 15px;
		height: 13px;
		top: 2px;
		right: 1px;
	}
	.player-detail-title {
		position: relative;
		top: 10px;
		height: 60px;
	}
	.player-detail-title img {
		width: 25px;
	}
	#black-strip {
		padding: 20px 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#athlete-search select {
		width: 30.9% !important;
	}
	#athlete-search input {
		width: 97%!important;
	}
	.player-detail-img {
		width: 30%;
	}
	.player-detail-title {
		position: relative;
		top: 22px;
		height: 80px;
	}
	.player-detail-title span {
		font-size: 14px;
	}
	.player-detail-title h3 {
		font-size: 25px;
	}
	.sports-img img {
		width: 40px;
		margin: -55px 145px 0;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	#athlete-search select {
		width: 30.9% !important;
	}
	#athlete-search input {
		width: 96%!important;
	}
	.player-detail-img {
		width: 36%;
	}
}
