﻿/* Kiboxopoq Style Sheet */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 30%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}

body {
    text-align: center;
	background-color: #000000;
}

.title {
	width: 100%;
	height: 12vw;
	background: url(/web/20230722092600im_/https://cutemodels.org/images/back_gray.gif) 0 100% repeat-x;
	vertical-align: middle;
    font-family: 'Monoton', cursive;
    font-size: 5vw;
    color: #000000;
}


.container {
display: flex;
justify-content: center;
width: 100%;
clear: both;
margin: 0px auto;
background-color: #000000;
}

.col-add {
margin-top: 0;
background-color: #000000;
}


.row {
	text-align: center;
	font-size: 0;
}

.col-add .col {
	background: #777;
	margin: 5px;
	width: 150px;
	display: inline-block;
    position: relative;
    overflow: hidden;

}

.col-add .col img{
	width: 100%;
}

.col .lines {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
  }
  /* All Lines */
  .col:before,
  .col:after,
  .col .lines:before,
  .col .lines:after{
	background-color: #fff;
	content: "";
	position: absolute;
	transition: transform 0.3s;
  }
  /* Top & Bottom Lines */
  .col:before,
  .col:after {
	left: 0;
	width: 100%;
	height: 2px;
  }
  /* Top Line */
  .col:after {
	bottom: auto;
	top: 0;
  }
  
  .col:before {
	bottom: 0;
	top: auto;
  }
  /* Left & Right Lines */
  .col .lines:before,
  .col .lines:after {
	top: 0;
	height: 100%;
	width: 2px;
  }
  /* Left Line */
  .col .lines:before {
	left: 0;
	right: auto;
  }
  /* Right Line */
  .col .lines:after {
	left: auto;
	right: 0;
  }
  .col:hover {
	  position: relative;
	  overflow: hidden;
	  top: 0;
	  left: 0;
	  outline-offset: -2px;
	  outline: 2px solid #ffee00;
  }
  /* Top */
  .col:hover:after {
	transform: translateX(100%);
  }
  /* Bottom */
  .col:hover:before {
	transform: translateX(-100%);
  }
  /* Left */
  .col:hover .lines:before {
	transform: translateY(-100%);
  }
  /* Right */
  .col:hover .lines:after {
	transform: translateY(100%);
  }




.toplist {
flex-grow: 99;
min-width: 360px;
max-width: 800px;
border-top: solid 1px #ffffff;
outline-offset: -2px;
outline: 2px solid #ffffff;
}
.top {
width: 100%;
margin: 0px auto;
border-bottom: 2px solid #ffffff;
}

.top-menu {
height: 40px;
background-color: #1A1B1D;
color: #ffffff;
font-family: 'Archivo Black', sans-serif;
font-weight: bold;
font-size: 18px;
display: table;

}



.top-menu div.cell-rank {
width: 87px;
height: 27px;
vertical-align: middle;
text-align: center;
display: table-cell;
border-right: solid 1px #ffffff;
}



.top-menu div.cell-title {
height: 27px;
vertical-align: middle;
text-align: center;
display: table-cell;
border-right: solid 1px #ffffff;
}



.top-menu div.cell-in {
width: 87px;
height: 27px;
vertical-align: middle;
text-align: center;
display: table-cell;
border-right: solid 1px #ffffff;
}



.top-menu div.cell-out {
width: 87px;
height: 27px;
vertical-align: middle;
text-align: center;
display: table-cell;
}


.item-gutter {
height: 10px;
}



.item {
margin: auto;
color: #ffffff;
font-weight: bold;
font-size: 18px;
display: table;
background-color: #1A1B1D;
}



.item-cell-rank {
width: 87px;
height: 25px;
vertical-align: middle;
text-align: center;
display: table-cell;
font-family: 'Staatliches', sans-serif;
font-size: x-large;
border-right: solid 1px #ffffff;
}



.item-cell-title {
height: 25px;
vertical-align: middle;
text-align: center;
display: table-cell;
border-right: solid 1px #ffffff;
}

.item-title {
display: block;
margin: 3px;
text-align: center;
}

div.item-title a:link {
font-family: 'Staatliches', sans-serif;
font-size: x-large;
color: #ffee00;
text-decoration: none;
}

div.item-title a:hover {
color: #ffffff;
}

div.item-title a:visited {
color: #00ff15;
}

.item-cell-title img {
width: 468px;
height: 60px;
text-align: center;
display: block;
margin: auto;
margin-top: 3px;
}

.item-cell-title br {
display: none;
}

.item-cell-title span.item-descr {
display: block;
margin-bottom: 3px;
margin-top: 3px;
text-align: center;
color: #ffffff;
font-family: 'Vidaloka', sans-serif;
font-size: 16px;
}



.item-cell-in {
width: 87px;
height: 25px;
vertical-align: middle;
text-align: center;
display: table-cell;
font-size: large;
border-right: solid 1px #ffffff;
}



.item-cell-out {
width: 87px;
height: 25px;
vertical-align: middle;
text-align: center;
font-size: large;
display: table-cell;
}




.tab {
display:none;
margin: 0;
background-color: #1A1B1D;
}

.tab .col {
	background: #777;
	margin: 5px;
	width: 145px;
	display: inline-block;
    position: relative;
    overflow: hidden;
	}
.tab .col img{
		width: 100%;
	}
.tab .tcell1 {
	display: inline-block;
}
.tab .tcell2 {
	display: inline-block;
}
.tab .tcell3 {
	display: inline-block;
}
.tab .tcell4 {
	display: inline-block;
}
.tab .tcell5 {
	display: inline-block;
}
.tab .tcell6 {
	display: inline-block;
}

.footer {
width: 100%;
height: 164px;
background-color: #000000;
float: left;
}
.footer a:link {
	color: #ffee00;
	text-decoration: none;
	}
	.footer a:hover {
		color: #ffee00;
		}
		
		.footer a:visited {
		color: #ffee00;
		}



.tab-bank {
display: none;	
}

@media only screen and (max-width: 1600px){
	.col-add .col {
	  width:  170px;
	}
}

@media only screen and (max-width: 1550px){
	.col-add .col {
	  width:  160px;
	}
}

@media only screen and (max-width: 1500px){
	.col-add .col {
	  width:  150px;
	}
}

@media only screen and (max-width: 1450px){
	.col-add .col {
	  width:  140px;
	}
}

@media only screen and (max-width: 1400px){
	.col-add .col {
	  width:  130px;
	}
}

@media only screen and (max-width: 1350px){
	.col-add .col {
	  width:  120px;
	}
}

@media only screen and (max-width: 1300px){
	.col-add .col {
	  width:  170px;
	}
}

@media only screen and (max-width: 1250px){
	.col-add .col {
	  width:  160px;
	}
}

@media only screen and (max-width: 1200px){
	.col-add .col {
	  width:  150px;
	}
}

@media only screen and (max-width: 1150px){
	.col-add .col {
	  width:  140px;
	}
}

@media only screen and (max-width: 1100px){
	.col-add .col {
	  width:  130px;
	}
}

@media only screen and (max-width: 1050px){
	.col-add .col {
	  width:  120px;
	}
}

@media only screen and (max-width: 1000px){
	.col-add {
	  display:none;
	}
	.tab {
	  display:table;
	}
}


@media only screen and (max-width: 750px){
	.item-cell-title img {
		display:none;
	}
}

@media only screen and (max-width: 630px){
	.top-menu div.cell-in {
		display:none;
	}
	.top-menu div.cell-out {
		display:none;
	}
	.item-cell-in {
		display:none;
	}
	.item-cell-out {
		display:none;
	}
	.top-menu div.cell-rank {
		width: 50px;
	}
	.item-cell-rank {
		width: 50px;
	}
}