.bar{
	transition: 0.5s;
	border-radius: 100%;
	border: 5px solid orange;
	background: gainsboro;
	width:170px;
	display: inline-block;
	margin: 15;
}
.bar:hover{
	transform: rotate(360deg);
	transition-timing-function: ease-in-out;
	transition: 1s;
	background: #202020;
}
#puh:hover ~ #puhi{
	transition-timing-function: ease-in-out;
	transition: 1s;
	display:block;
}
#korp:hover ~ #korpi{
	transition-timing-function: ease-in-out;
	transition: 1s;
	display:block;
}
#kras:hover ~ #krasi{
	transition-timing-function: ease-in-out;
	transition: 1s;
	display:block;
}
#mod:hover ~ #modi{
	transition-timing-function: ease-in-out;
	transition: 1s;
	display:block;
}
.bar img{
	border-radius: 100%;

}
.bar img:hover{
	border-radius: 100%;
}
#puhi,#korpi,#krasi,#modi{
	display:none;
}
.modi{
	margin: 0 5% 0 5%;
}
.resistance {
    background: url(http://ratings.tankionline.com/img/resistance/resistance_icon_background.png) center center no-repeat transparent;
    width: 34px;
    height: 34px;
    position: relative;
    float: left;
}
.resistances {
    position: absolute;
    width: 100%;
    height: 106px;
}
.image {
    text-align: center;
    display: inline-flex;
	vertical-align: middle;
    padding: 3px 0px;
    position: relative;
}

.resistance div {
  width: 32px;
  height: 32px;
}
.resistances-wrapper.count4 {
  width: 136px;
}
.resistances-wrapper.count3 {
  width: 102px;
}
.resistances-wrapper.count2 {
  width: 68px;
}
.resistances-wrapper.count1 {
  width: 30px;
}
.resistances-wrapper {
    height: 34px;
    margin: 35px auto 0;
}
.resistance .all_resistance {
  background: url(http://ratings.tankionline.com/img/resistance/all_resistance.png) center center no-repeat transparent;
}
.resistance .firebird_resistance {
  background: url(http://ratings.tankionline.com/img/resistance/firebird_resistance.png) center center no-repeat transparent;
}
.resistance .freeze_resistance {
  background: url(http://ratings.tankionline.com/img/resistance/freeze_resistance.png) center center no-repeat transparent;
}
.resistance .shotgun_resistance {
  background: url(http://ratings.tankionline.com/img/resistance/hammer_resistance.png) center center no-repeat transparent;
}
.resistance .isis_resistance {
  background: url(http://ratings.tankionline.com/img/resistance/isis_resistance.png) center center no-repeat transparent;
}
.resistance .mine_resistance {
  background: url(http://ratings.tankionline.com/img/resistance/mine_resistance.png) center center no-repeat transparent;
}
.resistance .railgun_resistance {
  background: url(http://ratings.tankionline.com/img/resistance/railgun_resistance.png) center center no-repeat transparent;
}
.resistance .ricochet_resistance {
  background: url(http://ratings.tankionline.com/img/resistance/ricochet_resistance.png) center center no-repeat transparent;
}
.resistance .shaft_resistance {
  background: url(http://ratings.tankionline.com/img/resistance/shaft_resistance.png) center center no-repeat transparent;
}
.resistance .smoky_resistance {
  background: url(http://ratings.tankionline.com/img/resistance/smoky_resistance.png) center center no-repeat transparent;
}
.resistance .thunder_resistance {
  background: url(http://ratings.tankionline.com/img/resistance/thunder_resistance.png) center center no-repeat transparent;
}
.resistance .twins_resistance {
  background: url(http://ratings.tankionline.com/img/resistance/twins_resistance.png) center center no-repeat transparent;
}
.resistance .machine_gun_resistance {
  background: url(http://ratings.tankionline.com/img/resistance/vulcan_resistance.png) center center no-repeat transparent;
}
.resistance .rocket_launcher_resistance {
    background: url(http://ratings.tankionline.com/img/resistance/rocket_launcher_resistance.png) center center no-repeat transparent;
}
.resistance .artillery_resistance {
    background: url(http://ratings.tankionline.com/img/resistance/artillery_resistance.png) center center no-repeat transparent;
}