@charset "utf-8";
/* --------------------------------------------------------------------------------------------------------- */
.profileBlock{
	position: relative;
	width: 100%;
	min-width: 754px;
	max-width: 1300px;
	margin: 0 auto;
}

.profilePrestige{ position: relative; width: 100%; height: 100px; margin-bottom: 10px; }
.profilePrestige >div>div{ width: 60px; height: 100px; }
.profilePrestige .img{ width: 60px; height: 100px; }
.profilePrestige .img >div{ width: 96%; height: 88%; transition: all 0.2s; }
.profilePrestige .img >div:hover{ width: 100%; height: 100%; transition: all 0.2s; }

/* TOP */
.profileTop{ position: relative; width: 100%; min-height: 100px; }

.profileTop >div:first-child{ position: relative; float: left; }
.profileTop >div:first-child >div:first-child >span:first-child{ float: left; font-size: 70px; font-weight: bold; line-height: 60px; letter-spacing: -0.05em; }
.profileTop >div:first-child >div:first-child >span:last-child{ float: left; padding: 25px 12px 0 12px; }
.profileTop >div:first-child >div:first-child >span:last-child >span:first-child{ font-size: 14px; line-height: 10px; }
.profileTop >div:first-child >div:first-child >span:last-child >span:last-child{ font-size: 20px; }

.profileTop >div:first-child >div:last-child >span:first-child{ font-size: 24px; font-weight: bold; }
.profileTop >div:first-child >div:last-child >span:nth-child(2){ font-weight: bold; }
.profileTop >div:first-child >div:last-child >span:last-child{ text-transform: capitalize; border-bottom: 0; }

.profileTop >div:last-child{ position: relative; float: right; }
.profileTop >div:last-child >div:first-child{ position: relative; float: left; }
.profileTop >div:last-child >div:last-child{ position: relative; float: right; }

.profileTop >div:last-child >div:first-child{ position: relative; float: left; width: 67px; height: 60px; }
.profileTop >div:last-child >div:last-child >div:first-child{ position: relative; float: left; margin: 15px 5px 0 0; font-size: 30px; font-family: 'Arial Black'; letter-spacing: -0.025em; }
.profileTop >div:last-child >div:last-child >div:last-child{ position: relative; float: right; margin: 8px 0 0 0; }
.profileTop >div:last-child >div:last-child >div:last-child >span:first-child{ font-size: 14px; line-height: 10px; }
.profileTop >div:last-child >div:last-child >div:last-child >span:last-child{ font-size: 20px; font-weight: bold; text-transform: uppercase; }

/* BOT */
.profileBot{ position: relative; width: 100%; min-height: 100px; }
.profileBot >div{ float: left; width: 31%; margin: 0 1%; display: flex; border: 1px solid #fff; }
.profileBot >div>div:first-child{ float: left; width: 10%; font-size: 2vw; font-family: 'Arial Black'; line-height: 1em; text-align: center; padding: 1%; margin-right: 5%; background-color: #b7b7b7; }
.profileBot >div>div:last-child{ float: left; width: 90%; font-size: 14px; line-height: 20px; text-transform: uppercase; }
.profileBot >div .left{ float: left; width: 50%; font-weight: bold; text-align: right; padding-right: 1%; }
.profileBot >div .right{ float: right; width: 50%; font-weight: normal; padding-left: 1%; }



/* --------------------------------------------------------------------------------------------------------- */
.slotBlock{ width: 754px; height: 525px; position: relative; margin: 0 auto; }
.slotBlock >div{ position: absolute; }
.slotBlock >div>a{
	position: absolute;
	display: block;

	-moz-box-shadow: 0 0 8px black;
	-webkit-box-shadow: 0 0 8px black;
	box-shadow: 0 0 8px black;
}

.slotBlock .sm{ width: 49px; height: 49px; }
.slotBlock .lg{ width: 49px; height: 107px; }

.slotBlock span{ position: absolute; left: 0; top: 0; }

.slotBlock .sm span{ width: 49px; height: 49px; background: url(/_core/_img/_spk/_slot/img.slots1.png) no-repeat; }
.slotBlock .sm:hover span{ background-color: rgba(255, 255, 255, 0.2); }

.slotBlock .lg span{ width: 49px; height: 107px; background: url(/_core/_img/_spk/_slot/img.slots2.png) no-repeat; }
.slotBlock .lg:hover span{ background-color: rgba(255, 255, 255, 0.2); }

.slotBlock .slot-rarity-0 span{ background-position:    0px 0; }
.slotBlock .slot-rarity-1 span{ background-position:  -98px 0; }
.slotBlock .slot-rarity-2 span{ background-position: -147px 0; }
.slotBlock .slot-rarity-3 span{ background-position: -196px 0; }
.slotBlock .slot-rarity-4 span{ background-position: -245px 0; }
.slotBlock .slot-rarity-5 span{ background-position: -294px 0; }
.slotBlock .slot-rarity-6 span{ background-position: -343px 0; }
.slotBlock .slot-rarity-7 span{ background-position: -392px 0; }
.slotBlock .slot-rarity-8 span{ background-position: -392px 0; }
.slotBlock .slot-rarity-9 span{ background-position: -392px 0; }
.slotBlock .slot-rarity-10 span{ background-position: -392px 0; }

/* *************************** LEFT OUTER **************************** */
.slotBlock .slot-00 { left: 116px; top: 0; }
.slotBlock .slot-01 { left: 116px; top: 58px; }
.slotBlock .slot-02 { left: 116px; top: 116px; }
.slotBlock .slot-03 { left: 116px; top: 174px; }
.slotBlock .slot-04 { left: 58px; top: 174px; }
.slotBlock .slot-05 { left: 0px; top: 174px; }
.slotBlock .slot-06 { left: 116px; top: 232px; }
.slotBlock .slot-07 { left: 58px; top: 232px; }
.slotBlock .slot-08 { left: 116px; top: 290px; }
.slotBlock .slot-09 { left: 116px; top: 348px; }
.slotBlock .slot-10 { left: 116px; top: 406px; }
/* *************************** LEFT INNER **************************** */
.slotBlock .slot-11 { left: 174px; top: 0px; }
.slotBlock .slot-12 { left: 174px; top: 58px; }
.slotBlock .slot-13 { left: 174px; top: 116px; }
.slotBlock .slot-14 { left: 174px; top: 174px; }
.slotBlock .slot-15 { left: 174px; top: 232px; }
.slotBlock .slot-16 { left: 174px; top: 348px; }
/* *************************** RIGHT INNER **************************** */
.slotBlock .slot-17 { right: 232px; top: 0px; }
.slotBlock .slot-18 { right: 232px; top: 58px; }
.slotBlock .slot-19 { right: 232px; top: 116px; }
.slotBlock .slot-20 { right: 232px; top: 174px; }
.slotBlock .slot-21 { right: 232px; top: 232px; }
.slotBlock .slot-22 { right: 232px; top: 290px; }
.slotBlock .slot-23 { right: 232px; top: 406px; }
/* *************************** RIGHT OUTER **************************** */
.slotBlock .slot-24 { right: 174px; top: 0; }
.slotBlock .slot-25 { right: 174px; top: 58px; }
.slotBlock .slot-26 { right: 174px; top: 116px; }
.slotBlock .slot-27 { right: 174px; top: 174px; }
.slotBlock .slot-28 { right: 116px; top: 174px; }
.slotBlock .slot-29 { right: 58px; top: 174px; }
.slotBlock .slot-30 { right: 174px; top: 232px; }
.slotBlock .slot-31 { right: 116px; top: 232px; }
.slotBlock .slot-32 { right: 174px; top: 290px; }
.slotBlock .slot-33 { right: 174px; top: 348px; }
.slotBlock .slot-34 { right: 174px; top: 406px; }
/* ****************************** UNDER ******************************* */
.slotBlock .slot-35 { left: 290px; bottom: 58px; }
.slotBlock .slot-36 { left: 348px; bottom: 58px; }
.slotBlock .slot-37 { left: 406px; bottom: 58px; }

.slotTT{
	position: absolute;
	min-width: 100px;
	max-width: 400px;
	width: auto;
	height: auto;

	font-size: 12px;
	line-height: 18px;
	padding: 10px;

	background: url(/_core/_img/_spk/_slot/img.pix.90.png) 0 0 repeat;

	border: 1px solid #353837;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: #000 0 0 15px;
	-webkit-box-shadow: #000 0 0 15px;
	box-shadow: #000 0 0 15px;
}
.slotTT .title{ font-size: 16px; line-height: 4px; }
.slotTT .sub{ font-size: 11px; line-height: 24px; }
.slotTT .desc{ font-size: 12px; color: #ffbf36; }
.slotTT .req{ font-size: 12px; color: #fb1f31; }
.slotTT .tag{ min-width: 200px; text-align: right; }
