html, body, * {
    margin: 0;
    padding: 0;
}
body {
    background: url(../images/bg-wool-dark.png);
    background-repeat: repeat;
    font-family: sans-serif;
    font-size: 16px;
	font-weight: bold;
    min-width: 1024px;
	color: #acacac;
}

#blink {
	-webkit-animation: blink 1s linear infinite; 
	animation: blink 1s linear infinite; 
	font-weight: bold; 
	color: color: #0000FF; 
}

@-webkit-keyframes blink {
    0% { color: #0000FF; }
	50% { color: #FF0000; }
	100% { color: #0000FF; }
}

@keyframes blink {  
    0% { color: #FFDA01; }
	50% { color: #FFFFFF; }
	100% { color: #FFDA01; } 
}

#blink1 {
	-webkit-animation: blink1 1s linear infinite; 
	animation: blink1 1s linear infinite; 
	font-weight: bold; 
	color: color: #000000; 
}

@-webkit-keyframes blink1 {
    0% { color: #008B00; }
	50% { color: #FFDA01; }
	100% { color: #008B00; }
}

@keyframes blink1 {  
    0% { color: #008B00; }
	50% { color: #FFDA01; }
	100% { color: #008B00; } 
}

#blink2 {
	-webkit-animation: blink2 1s linear infinite; 
	animation: blink2 1s linear infinite; 
	font-weight: bold; 
	color: color: #000000; 
}

@-webkit-keyframes blink2 {
    0% { color: #FFDA01; }
	50% { color: #008B00; }
	100% { color: #FFDA01; }
}

@keyframes blink2 {  
    0% { color: #FFDA01; }
	50% { color: #008B00; }
	100% { color: #FFDA01; } 
}

.block4 {
padding-bottom:20px; /*отступ снизу*/
width:100%; /*указываем общую ширину блока с колонками*/
text-align:justify; /*выравнивание текста внутри колонок*/
column-count: 4; /*количество колонок, на которое хотим разбить текст*/
-moz-column-count: 4; /*для мозилы*/
-webkit-column-count: 4; /*для webkit браузеров*/
column-gap: 10px; /*отступ между колонками*/
-moz-column-gap: 10px;
-webkit-column-gap: 10px;
column-rule: 1px solid #000; /*если требуется по дизайну, разделяем колонки линией*/
-moz-column-rule: 1px solid #000;
-webkit-column-rule: 1px solid #000;
}

.notte {
    background-color: #FFFFFF;
    border: 5px solid #ffffff;
    opacity: 0.8;
    border-radius: 15px;
    width: auto;
    height: auto;
    float: left;
}


.collo1 {
    background-color: #000000;
    border: 5px solid #ffffff;
    opacity: 0.8;
    border-radius: 15px;
    width: 25%;
    min-width: 200px;
    min-height: 400px;
    height: auto;
    float: left;
}

.collo2 {
    background-color: #000000;
    border: 5px solid #ffffff;
    opacity: 0.8;
    border-radius: 15px;
    width: 25%;
    min-width: 200px;    
    min-height: 400px;
    height: auto;
    float: left;
}

.collo3 {
    background-color: #000000;
    border: 5px solid #ffffff;
    opacity: 0.8;
    border-radius: 15px;
    width: 25%;
    min-width: 200px;
    min-height: 400px;
    height: auto;
    float: left;
}

.collo4 {
    background-color: #000000;
    border: 5px solid #ffffff;
    opacity: 0.8;
    border-radius: 15px;
    width: 25%;
    min-width: 200px;
    min-height: 400px;
    height: auto;
    float: left;
}

#catitle {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #ffd40b;
    text-shadow: 0 1px 1px #949494;
    margin-top: 10px;   
}

#catitle_login {
	-webkit-animation: blink1 1s linear infinite; 
	animation: blink1 1s linear infinite; 
    font-weight: bold;
    text-align: center;
    color: #ffd40b;
    text-shadow: 0 1px 1px #949494;
   
}

#catitle1 {
    font-size: 10px;        
    text-align: center;
}

#catitle a {
    color: #ffd40b;
    text-shadow: 0 1px 1px #949494;
}

#login_menu {
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.img-size-main img {
    max-width: 640px;
    height=auto;
    float:top;
    margin: 0px 0px 0px 0;
    border:0;
    border-radius: 0px;
}

.img-size-skin img {
    width: 256px;
    height=auto;
    float:top;
    margin: 0px 0px 0px 0;
    border:0;
    border-radius: 0px;
}

input.span2 {
	width: 180px;
    height: 30px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px; 
    color: black;
}
textarea.span2 {
	width: 126px;
}
.span2.uneditable-input {
	width: 126px;
}
input.span1 {
	width: 46px;
}
textarea.span1 {
	width: 46px;
}

div {
	
}

.pouring {
	-webkit-animation: ani infinite 2s linear;
	animation: ani infinite 2s linear;
}

@keyframes ani {
    0% {
        color: hsla(0, 0%, 100%, 0.8);
    }
    50% {
        color: orange;
    }
    100% {
        color: hsla(0, 0%, 100%, 0.8);
    }
}



.container {
	padding-top: 50pt;
    padding-left: 0px;
    padding-right: 0px;	
}

.row {
	background: rgb(0 0 0 / 0.3);
}

.monitoring .box .server {
    font-weight: 700;
}

.monitoring .progress {
    height: 7px !important;
    margin-bottom: 0px !important;
}

/**
 * Custom CSS
 */
 
.news {
    margin-bottom: 25px;
}

.news .box .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.news .img img {
    max-height: 100px;
}

.shortstory {
    background-color: black;
    opacity: .9;
    border-top: 1px solid;	background-color: #000000;
	min-height: 240px;
}

.shortstory img {
	max-width: 220px;
	padding-left: 15px;
	padding-top: 30px;
}

.shortstory span {
}

.footer_container {
    background-color: #1a1a1a;
    padding: 10px 0 20px;
    margin-left: 0;
    margin-right: 0;
}

.pagination a {
    color: white;
    height: 54px;
    width: 53px;
    padding: 0px;
    margin: 0px;
    text-shadow: 0px 0px 0px #5a113c;
    background: #333333;
    display: table-cell;
    vertical-align: middle;
    line-height: 54px;
    border: 1px solid #000000;
    text-decoration: none;
}

.pagination a:hover  {
	background: #222222;	
}

.floatingmenu {
	width: 224px;
}

.fixmenu{
    position: fixed;
    top: 0px;
	}
.fixtop{position:initial;top:0px;}
.fixbottom{}

#cap {
	border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
#cap h1 {
	overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; max-width: 580px;
}
#cap .lure {
	overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; max-width: 580px;
}
#cap div {
	color: rgb(132, 132, 132);
}
#cap .lure {
	padding-top: 5px; padding-left: 5px; max-height: 17px;
}
#cap img {
	margin-left: 10px; float: right;
}
#cap ul {
	line-height: 32px; font-size: 14px; margin-top: 20px; float: left; position: relative;
}
#cap .right {
	line-height: 32px; font-size: 14px; margin-top: 20px; float: left; position: relative;
}
.prhead#cap ul {
	height: 32px; float: none;
}
#cap li {
	padding: 7px 20px 8px; top: 1px; line-height: normal; margin-right: 5px; border-bottom-color: transparent; border-bottom-width: 1px; border-bottom-style: solid; float: left; display: block; position: relative; cursor: pointer;
}
#cap .right a {
	padding: 7px 20px 8px; top: 1px; line-height: normal; margin-right: 5px; border-bottom-color: transparent; border-bottom-width: 1px; border-bottom-style: solid; float: left; display: block; position: relative; cursor: pointer;
}
#cap li:hover {
	color: rgb(255, 255, 255); text-decoration: none; border-bottom-color: rgb(64, 107, 155); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(87, 123, 179);
}
#cap li.current {
	color: rgb(255, 255, 255); text-decoration: none; border-bottom-color: rgb(64, 107, 155); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(87, 123, 179);
}
#cap .right {
	padding-top: 0px; padding-right: 5px; margin-top: 20px; float: right;
}
#cap .right input[type='text'] {
	border-color: rgb(204, 204, 204); color: rgb(85, 85, 85); margin-right: 0px;
}
#cap .right input[name='player'] {
	width: 120px;
}
#cap .right a {
	background: rgb(255, 187, 0); border-color: rgb(187, 187, 187); color: rgb(255, 255, 255);
}
#cap .right a:hover {
	background: rgb(238, 170, 0); border-color: rgb(170, 170, 170); text-decoration: none;
}
.counts{
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	width: 200px;
	margin: 25 auto;
	bottom: 0px;;
	-webkit-transition: all 0.35s ease-out;
	   -moz-transition: all 0.35s ease-out;
		-ms-transition: all 0.35s ease-out;
		 -o-transition: all 0.35s ease-out;
			transition: all 0.35s ease-out;
}
.page + .counts{
	position: relative;
}
.counts a{
	margin-left: 5px;
	padding: 0;
	opacity: 0.3;
	float: left;
}
.counts a:hover{
	opacity: 1;
}
.counts .copy{
	color: white;
	font-size: 12px;
	opacity: 0.6;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}
.counts:hover .copy{
	text-shadow: 0px 0px 3px black;
	opacity: 1;
}
.counts .copy a {
	float: none;
	margin-left: 0;
	color: #fff;
	opacity: 1;
}
