body{
	    font-family: tahoma;
    font-size: 17px;
    color: rgb(50,50,50);
}

h1{
	color: rgb(100,100,100);
    font-size:49px;
}

h2{
	color: rgb(100,100,100);
	font-size:35px;
}

.top-menu{
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:10;
	background: -moz-linear-gradient(top, rgb(60, 60,60) 0%, rgb(80,80,80) 40%, rgb(100,100,100) 60%, rgb(125,125,125) 100%);
    background: -webkit-linear-gradient(top, rgb(60, 60,60) 0%, rgb(80,80,80) 40%, rgb(100,100,100) 60%, rgb(125,125,125) 100%);
    background: -o-linear-gradient(top, rgb(60, 60,60) 0%, rgb(80,80,80) 40%, rgb(100,100,100) 60%, rgb(125,125,125) 100%);
    background: -ms-linear-gradient(top, rgb(60, 60,60) 0%, rgb(80,80,80) 40%, rgb(100,100,100) 60%, rgb(125,125,125) 100%);
    background: linear-gradient(top, rgb(60, 60,60) 0%, rgb(80,80,80) 40%, rgb(100,100,100) 60%, rgb(125,125,125) 100%);
    box-shadow: 0 0 5px 2px rgb(60,60,60);
    
	
}

.top-menu .menu{
	width:1000px;
	margin: auto;
	
}
.top-menu .menu .item{
	width:800px;
height:42px;
	
}

.top-menu .menu a {
	    padding: 8px 30px 10px 30px;
    color: rgb(170,170,170);
    font-size: 21px;
    line-height: 40px;
    text-decoration: none;
	}
	.top-menu .menu a:hover {
	 padding: 8px 30px 10px 30px;
	color: rgb(230,230,230);
	font-size:21px;
	line-height: 40px;
	}

.logo{
width:100%;
height:200px;
background-image: url("/pic/logo.png");
background-position: center center;
background-repeat: no-repeat;
}
.logo-games{
    width: 100%;
    height: 150px;
    background-image: url("/img/logo/logo450.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -35px;
    left:0px;
}


.page{
	position:relative;
	    padding: 20px 25px;
	display: flex;
	min-height:600px;
	width:850px;
	    margin: 90px auto 80px auto;
	
	background: -moz-linear-gradient(top, rgb(240, 240,240) 0%, rgb(245,245,245) 40%, rgb(245,245,245) 60%, rgb(250,250,250) 100%);
    background: -webkit-linear-gradient(top, rgb(240, 240,240) 0%, rgb(245,245,245) 40%, rgb(245,245,245) 60%, rgb(250,250,250) 100%);
    background: -o-linear-gradient(top, rgb(60, 60,60) 0%, rgb(80,80,80) 40%, rgb(100,100,100) 60%, rgb(125,125,125) 100%);
    background: -ms-linear-gradient(top, rgb(240, 240,240) 0%, rgb(245,245,245) 40%, rgb(245,245,245) 60%, rgb(250,250,250) 100%);
    background: linear-gradient(top, rgb(240, 240,240) 0%, rgb(245,245,245) 40%, rgb(245,245,245) 60%, rgb(250,250,250) 100%);
    box-shadow: inset 0px 0px 3px 0px rgb(200,200,200);
    

	
}

.footer{
	margin:auto;
	text-align:center;
	border-top: 3px solid rgb(50,50,50);
	width:800px;
	padding: 10px 0px;
}

.games{
	margin-top:130px;
	text-align:center;
	width:100%;
}

.games > .item{
	    width: 220px;
    display: inline-block;
    height: 390px;
    background-color: rgb(255,255,255);
    margin: 15px;
    padding: 10px;

}
.games > .item:hover{
	 transition-property: transform;
    transition-duration: 0.2s;
-webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
        }
        
       
        
.games > .item > .small-pic{
width:200px;
height:200px;
background-size:cover;
background-repeat:no-repeat;
background-position:center;
position:relative;
}

.games > .item > .small-pic > .name{
	opacity:0;
background-color: rgba(50,50,50,0.8);
    font-size: 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 5px 5px 3px 5px;
    color: rgb(240,240,240);
    text-align: left;
}
 .games > .item:hover > .small-pic >  .name{
	         transition-property: opacity;
    transition-duration: 0.5s;
opacity: 1;
        }

.games > .item > .short-desc{
	    border-left: 4px solid rgb(190,190,190);
    margin: 10px 0px 10px 0px;
    padding-left: 5px;
    height: 90px;
    font-size: 13px;
    text-align: left;
}

.img{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}

.vk50{
	width:50px;
	height: 50px;
	background-image: url('/img/icon/vk50.png');
	margin:5px;
}
.ok50{
	width:50px;
	height: 50px;
	background-image: url('/img/icon/ok50.png');
	margin:5px;
}
.fb50{
	width:50px;
	height: 50px;
	background-image: url('/img/icon/fb50.png');
	margin:5px;
}
.vk32{
	width:32px;
	height: 32px;
	background-image: url('/img/icon/vk50.png');
	margin:5px;
}
.ok32{
	width:32px;
	height: 32px;
	background-image: url('/img/icon/ok50.png');
	margin:5px;
}
.fb32{
	width:32px;
	height: 32px;
	background-image: url('/img/icon/fb50.png');
	margin:5px;
}


.btn-grey{
	background: -moz-linear-gradient(top, rgb(170, 170,170) 0%, rgb(190,190,190) 40%, rgb(210,210,210) 60%, rgb(230,230,230) 100%);
    background: -webkit-linear-gradient(top, rgb(170, 170,170) 0%, rgb(190,190,190) 40%, rgb(210,210,210) 60%, rgb(230,230,230) 100%);
    background: -o-linear-gradient(top, rgb(170, 170,170) 0%, rgb(190,190,190) 40%, rgb(210,210,210) 60%, rgb(230,230,230) 100%);
    background: -ms-linear-gradient(top, rgb(170, 170,170) 0%, rgb(190,190,190) 40%, rgb(210,210,210) 60%, rgb(230,230,230) 100%);
    background: linear-gradient(top, rgb(170, 170,170) 0%, rgb(190,190,190) 40%, rgb(210,210,210) 60%, rgb(230,230,230) 100%);
    color: rgb(80,80,80);
    font-weight: 800;
    text-shadow: 0px 0px 1px rgb(250,250,250);

}

.btn-grey:hover{
	cursor:pointer;
	
	}
	
	.collage{
		margin: 40px 0px;
	}
	
	.collage > img{
		opacity: 0;
		width: 35px;
		height:35px;
		}

	.collage > .loaded{
		       transition-property: opacity;
    transition-duration: 5s;
		opacity: 1;
		}
		
		.stat{
			margin:35px 0px 50px 0px;
		}
		
		.stat > div{
			width:260px;
			text-align:center;
			display:inline-block;
			font-size:15px;
			height:120px;
		}
		.stat > div > img{
			height:75px;
			width:75px;
		}
	

