
.image_classes {
    width:40px;
    height:35px;
}

#id_image_class {
    width:40px;
    height:35px;
}


#searchInput{
margin-bottom:10px;
}

#id_image {

  //  height: 320px;
}

#id_image_flag {
    width:40px;
    height:15px;
}

#id_image_flag1 {
    width:40px;
    height:15px;
}





.logo33_background{
padding:5px;
margin:10px;
width:400px;
height:100%;
}


.logo33{

top:20%;
left:20%;
width:350px;
height:580px;
background-size:100%;
transform:perspective(1000px) rotate(-0deg) skew(0deg) translate(0%,0%);
box-shadow: -80px 80px 80px 80px rgba(0,0,0,0.30);
border-radius:10px;
transition: transform .7s ease-in-out;
	}

.logo33:hover {
  //transform: scale(0.9);
  // transform: scale(1.1) rotate(0deg);

     transform: perspective(1000px) rotateY(15deg);
 //  transform:perspective(1000px) rotate(-0deg) skew(4deg) translate(-10%,10%);
}

.logo33:before{
content:"";
position:absolute;
top:13px;
left:-25px;
width:25px;
height:100%;
background:#262626;
transform: rotate(0deg) skewY(-45deg)
}

.logo33:after{
content:"";
position:absolute;
bottom:-29px;
left:38px;
width:244px;
height:34px;
background:#262626;
transform:rotate(45deg) skewY(-45deg);
}

#id_image{
height:250px
}

.morePlayers{
margin-right:20px;
font-weight: bold;
}

 .circleBoarder{
 border:  1px solid #c0c0c0; border-radius: 15px;
 }
 .records{
 padding-top:10px;
 }


.records-nav {

	list-style: none;
	margin: 0;
	padding: 0px;
	width: 100%;
	display: table;
	table-layout: fixed;
	overflow: hidden
}
.records-nav li {
	display: table-cell;
	*float: left; /* improve IE7 */
	height: 25px;
	text-align: center;
	padding-left: 0px
}



  .elivate a:hover {
		 top: -10px;
	}


