@font-face {
    font-family: Intro;
    src: url(/themes/shaketheme/css/fonts/intro.otf);
   }
@font-face {
    font-family: Introin; 
    src: url(/themes/shaketheme/css/fonts/intro_inline.otf); 
   }
#ya-site-form0 .ya-site-suggest-list {background:#fff;}

body {
	margin: 0;
	padding: 0;
	background: url(/images/bottom_background.png) repeat-x bottom #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A19D9A;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight:100;
}

h1 {
	font-size: 24px;
	color:#52237c;
	font-family: Intro, Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-bottom:5px;
}

h2 {
	font-size: 19px;
	font-weight: bold;
	font-family: Intro, Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-bottom:5px;
	color: #000;
}

h3 {
	font-size: 1.6em;
	color: #000;
	margin: 10px 0px 5px 0px;
	font-weight: normal;
	font-family: Intro, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #ee2e24;
}


p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	color: #444444;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #00aeef;
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: url(/images/back_flower.png) no-repeat left bottom;
}

/* Header */

#header {
	margin: 0px;
	background-color: #69D4ED;
	background-image: linear-gradient(to bottom, #69D4ED 0%, #E1F6FB 100%);
	border-bottom: 3px solid #fec324;
}

#header .container {
	text-align: center;
}

#header .container a img {
	padding: 0px 0px;
	width:95%;
	margin-top:5%;
	margin-bottom:3%;
}


#header .container ul{
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}

#header ul{
 	//background: #fec324;
 	width: 100%;
}

#header li{
	display:inline-block;
	background-color: #fec324;
}

#header ul li a{
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none; 
	font-weight: bolder;
	padding-left: 5px;
	padding-right: 5px;
}

#header li:hover{
	background-color: #ff8d00;
}

#header li:hover a{
	text-decoration: underline;
}

/* Menu */
#menu {
	margin: 0px;
	background-color: #fec324;
}

#menu .container{
	text-align:center;
}

#menu ul{
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}

#menu li{
	display:inline;
	background-color: #fec324;
}

#menu a{
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none; 
	padding:0 2%;
	font-weight: bolder;
	letter-spacing: 2px;
}

/* Page */

#page {
	width: 1009px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#page-bgtop {
	padding: 0px 0px 20px 0px;
}
/* Content */



.post {
	padding: 20px 0px 40px 0px;
	color: #444444;
}

.post .title {
	padding: 0px 0px 10px 30px;
	letter-spacing: -.5px;
	color: #333333;
}

.post .entry .news_title a
{
	text-decoration: underline;
}

.post .title a {
	color: #333333;
	border: none;
}

.post p img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px; 
	}

.post .meta {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}

.post .meta .date {
	float: left;
	margin-bottom: 30px;
	padding: 0px 30px 0px 30px;
	font-weight: bold;
	font-style: italic;
}

.post .meta .posted {
	float: left;
	padding: 0px 0px 0px 0px;
}

.post .meta a {
}

.post td {
	padding: 4px 4px 4px 4px;

}



.post h1{
	color:#52237c;
	margin: 5px 0px 5px 0px;
	font-weight: 700;
	font-family: Intro, Arial, Helvetica, sans-serif;
}

.post 

.post p{
	color: #333333;
	margin: 5px 0px 5px 0px;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

.imgintext img{
width:100%;
}

/* Sidebar */

.sectionsidebar ul {
	margin: 0px -20px 0px 0px;
	padding: 0;
	list-style: none;
}

.sectionsidebar li {
	margin: 0;
	padding: 0;
}

.sectionsidebar li p img{
	border: solid 1px #ddd;
}

.sectionsidebar li p img:hover{
	border: solid 1px #ee2e24;
}

.sectionsidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
	margin-top: 0px;
}

.sectionsidebar li li {
	line-height: 35px;
	margin: 10px 30px -10px 50px;
	border-left: none;
}

.sectionsidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

.sectionsidebar li li a {
	padding: 0px 0px 0px 0px;
}

.sectionsidebar li li a:hover {

	padding: 0px 0px -10px 20px;
}

.sectionsidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #000;
	font-family: Intro, Arial, Helvetica, sans-serif;
}

.sectionsidebar p {
	margin: 0 0px;
	padding: 0px 30px 0px 30px;
	text-align: justify;
}

.sectionsidebar a {
	border: none;
	color: #00aeef;
}

.sectionsidebar a:hover {
	text-decoration: underline;
	color: #00aeef;
}

#sidesection1 {
	margin-top: 10px;
	text-align: center;
	margin: 0 auto;
}

#sidesection2list {
	width:100%;
}
	
#sidesection2 {
	width:100%;
}

#sidesection2 #sideimg a img, #sidesection7 #sideimg a img, #sidesection8 #sideimg a img, #sidesection9 #sideimg a img,{
	border:1px solid #eee;
	width: 46px;
	height: 61px;
	margin-top:2px;
}

#sidesection2 #sideimg img:hover, #sidesection7 #sideimg img:hover, #sidesection8 #sideimg img:hover, #sidesection9 #sideimg img:hover{
	border:1px solid #18a4d8;
}

#sidesection3 {
	margin-top: 10px;
	text-align: center;
}

#sidesection3 div{
	margin: 0 auto;
}
#sidesection4 {
	margin-top: 10px;
}

#sidesection4 div{
	margin: 0 auto;
	border:1px solid #5b7fa6;
}

#sidesection5 {
	width: 100%;
}

#sidesection5 ul{
	width: 100%;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 0px 0px 90px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer div{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footer ul {
	list-style: none;
	margin-left:0px;
	padding-left:0px;
}

#footer ul li{
	display: inline;
}

#footer ul li a{
	font-size: 14px;
	font-weight: 700;
	margin-left:3%;
	margin-right: 3%;
	text-decoration: underline;
}

#footer ul li a:hover{
	text-decoration: none;
}

#footer .adbottommenu li a{
	color: #A19D9A;
	margin-left:1%;
	margin-right:1%;
	font-size: 12px;
	font-weight: normal;
}

#adbottom {
	width: 100%;
	padding-bottom: 0px;
	padding-bottom: 0px;
}

#adbottom_place1 {
	width: 100%;
	margin: auto;	
	text-align: center;
	margin-bottom: 10px;
}

#adbottom_place2 {
	width: 100%;
	margin: auto;	
	text-align: center;
	margin-bottom: 10px;
}

#kro {
margin-left: 40px;
margin-bottom: 10px;
}

#kro ul{
margin-left: 0;
padding-left: 0;
display: inline;
}

.image {
    position:relative;

}
.image .text{
   position:absolute;
   width: 180px;
   color: #fff; 
   font: 12px/22px Helvetica, Sans-Serif; 
   letter-spacing: 1;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding-left: 10px;
   padding-right: 10px; 
}

.view-light {
float: left;
width: 728px;
}

.indextop10 {
	text-transform:uppercase;
	margin-top:0px;
	background: url(/images/img_title_01.png) no-repeat left ;
	padding: 3px 0 0 30px;
}

.indextop10stars {
	float:right;
	margin-right:0px;
}

.indexgames {
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom: 10px;
	background: url(/images/img_title_02.png) no-repeat left ;
	padding: 3px 0 0 30px;
}

.indexgamesg {
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom: 10px;
	background: url(/images/img_title_02g.jpg) no-repeat left ;
	padding: 3px 0 0 30px;
}

#indexnews{
	text-transform:uppercase;
	background: url(/images/img_title_03.png) no-repeat left ;
	padding: 3px 0 0 30px;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #000;
}

#indexnews a{
	color: #333;
}

.indexnewsitem img {
	width: 120px;
	float:left;
	margin-right:15px;
}

.indexnewsitem h3 {
	margin-top:0px;
	font-size: 1.2em;
}

.indexnewsitem .indexnewsdate {
	color:#808080; 
	margin-bottom:0px;
}

.indexusers {
	text-transform:uppercase;
	background: url(/images/img_title_04.png) no-repeat left ;
	padding: 10px 0 0 33px;
	color:#000;
	font-size:25px;
	font-family: Intro, Arial, Helvetica, sans-serif;
}

.indexrefresh {
	text-transform:uppercase;
	background: url(/images/img_title_05.png) no-repeat left ;
	padding: 3px 0 0 30px;
	color:#000;
	font-size:24px;
	font-family: Intro, Arial, Helvetica, sans-serif;
	line-height: normal;
}

.sidetitle {
	text-transform:uppercase;
	padding: 3px 0 0 0px;
	color:#000;
	font-size:24px;
	font-family: Intro, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: left;
}

.mpnull
	{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mpnull table
	{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 728;
	background:#fcfcfc;
}

.mpnull tr
	{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mpnull td
	{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 364px;
}

.mpnull ul
	{
	margin:	0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mpnull li
	{
	margin:	0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
}

.mpnull a
	{
	text-decoration: underline;
}

hr {
	color:#e6e6e6;
	background-color:#e6e6e6;
	border: 0;
	height: 2px;
	margin-top:47px;
	margin-bottom:34px;
}

.crumbs {
color: #a7b7be;
}

.crumbs a{
text-decoration: underline;
color: #a7b7be;
}

.controls {
	font-size:24px;
	font-family: Intro, Arial, Helvetica, sans-serif;
}
.comments {
	font-size:18px;
	font-family: Intro, Arial, Helvetica, sans-serif;
}



#sbmenu {
	margin: 0;
	padding: 0;
	background:#fff;
	width:250px;
}
#sbmenu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
#sbmenu li {
	padding: 10px 0px 10px 0px;
	margin: 0;
}
#sbmenu a {
	display: block;
	margin-right: 1px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: none;
}
#sbmenu a:hover, #sbmenu .current_page_item a {
	background: #e0effa;
	text-decoration: none;
}
#sbmenu li ul{
		background: #e0effa;
		display:none;
		height:auto;
		padding: 0;
		margin: -35px 0px 0px 249px;
		position:absolute;
		z-index:1000;
		width:200px;
		/*top:1em;
		/*left:0;*/
		}
#sbmenu li:hover ul{
		display:block;
		background: #e0effa;
		}
#sbmenu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		font-size: 13px;
		}
#sbsbmenu li li a:hover {
		text-decoration: underline;
		font-size: 13px;
		}
#sbmenu li:hover li a{
		background:#e0effa;
		color: #00aeef;
		font-size: 13px;
		}
#sbmenu li li a:hover{
		background:#e0effa;
		color: #00aeef;
		font-size: 13px;
		text-decoration:underline;
		}
#sbmenu li ul a{
		display:block;
		font-size:13px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 10px;
		text-align:left;
		color: #fff;
		}
#sbmenu .current_page_item a {
}

#content {
/* float: left; */
/* width: 728px;*/
padding: 0px 0px 0px 0px;
/*position: relative;*/
/*z-index: 100;*/
}



.indexcategories {
	float:left;
	width: 25%;
	text-align:center;
	margin 0 auto;
	}
	
.indexcategories div img {
	width: 95%;
	max-width: 120px;
	border:0px;
	}
	
.indexcategories div a{
	font-size: 1em;
	line-height: 1;
	margin-top:5px;
	}

.indexcategories .text{
	height: 35px;
	}
	
	
#vk_groups{
	width:80%;
	}
	
.indexad {
	text-align: center;
	margin-left:auto;
	margin-right: auto
	width: 100%;
	padding-bottom: 10px;
	}	

#gamelistad {
	text-align: center;
	margin-left:auto;
	margin-right: auto
	width: 100%;
	padding: 10px 10px 10px 10px;
	min-width: 300px;
	min-height: 250px;
	}

.gamelistadresp {
	text-align: center;
	margin-left:auto;
	margin-right: auto
	width: 100%;
	}
	
#newslistad {
	text-align: center;
	margin-left:auto;
	margin-right: auto;
	width: 100%;
	padding: 10px 10px 10px 10px;
	min-width: 300px;
	}

.newslistadresp {
	text-align: center;
	margin-left:auto;
	margin-right: auto
	width: 100%;
	}
	
#novilistad {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding: 10px 5% 10px 5%;
	min-width: 300px;
	}

.novilistadresp {
	text-align: center;
	margin-left:auto;
	margin-right: auto
	width: 100%;
	}

.pagesubpages {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.pagesubpages li{
	display: inline-block;
	width: 96px;
	vertical-align: top;
    text-align: center;
    line-height: normal;
    margin: 0 2% 4% 2%;
    
	}
	
.pagesubpages li  img {
	width: 90px;
	padding: 3px 3px;
	border:1px solid #eee;
	}
	
.pagesubpages  li a:hover{
	text-decoration: underline;
	}
	
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(http://fonts.gstatic.com/s/roboto/v15/frNV30OaYdlFRtH2VnZZdhkAz4rYn47Zy2rvigWQf6w.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

.pagegamelist {
	list-style: none;
	margin: 0;
	padding: 0;
	}
		
.pagegamelist li{
	display: inline-block;
	width: 45%;
	vertical-align: top;
    text-align: left;
    line-height: normal;
    position: relative;
	background-color: #fff;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:10px;
	border-radius:3px;
	border:1px solid #cecece;
	}

.pagegamelist li img{
	max-width: 84%;
	margin: 8%;
	border-radius: 10px;
	margin-bottom:13px;
	}

.pagegamelist li .gamenewlabelcontainer{
	max-width: 90%;
	margin: 5%;
	padding: 0;
	position: relative;
	border:1px solid red;
	}
	
.pagegamelist li .gamelabelnewcontainer img{
	max-width: 100%;
	padding:0;
	margin-left:0;
	margin-right: 0;
	margin-top: 13px;
	}
	
.pagegamelist li .gamelabelnewicon{
	background:url(/images/new-orange-f.png) no-repeat;
	width: 52px;
	height: 52px;
	position: relative;
	top: 0;
	float: right;
	margin-top:-79px;
	}
	
.pagegamelist .aroundimg {
	margin:0;
	padding:0;
	border-radius:3px;
	margin-bottom: -5px;
	}
		
.pagegamelist li div{
	margin: 0 15px;
	margin-bottom:10px;
	/* font-family: 'Roboto'; */
	}

.pagegamelist li div a{
	font-size: 16px;
	}	

.pagegamelist li div a:hover{
	text-decoration: underline;
	}

.pagegamelist .pagelistrating {
	margin: 0;
	padding: 0;

	}	
		
.pagegamelist .pagelistrating {
	width: 14px;
	margin: 0;
	padding: 0;
	}
	
.flashnewlist {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
.flashnewlist li{
	display: inline-block;
	width: 160px;
	vertical-align: top;
    text-align: center;
    line-height: normal;
    position: relative;
	background-color: #fff;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:10px;
	border-radius:3px;
	border: 1px solid #ddd;
	}

.flashnewlist li:hover{
	border: 1px solid #555;
	}
	
.flashnewlist li:hover a{
	color: #00aeef;
	}


.flashnewlist li img{
	width: 130px;
	margin: 15px;
	border-radius: 10px;
	margin-bottom:13px;
	}
	
.flashnewlist li div{
	margin: 0 15px;
	margin-bottom:10px;
	/* font-family: 'Roboto'; */
	}

.flashnewlist li div a{
	font-size: 16px;
	color: #555;
	}	
	
.imgcenter {
	text-align: center;
}

.imgcenter img{
	max-width: 100%;
}

.info-under-game .container {
	border: #eee 1px solid;
	width: 46%;
	float: left;
	margin: 20px 0.5% 10px 0.5%;
	padding: 10px 1%;
	height:100px;
	text-align: center;
}

.info-under-game .infoblock {
	display: none;
}


.report_div_text {
	width: 150px;
	float: right;
	margin: 0px 10px 5px 10px;
	border: 1px solid #eee;
	padding: 10px;
	color: #555;
	text-align: center;
}

.twitter-share-button {
	padding-right: 20px;
}


@media screen and (max-width: 600px) {
  .gameratingrow2 {
	display: none;
	}

}

.pagegamelist .btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #30c213;
  font-size: 14px;
  background: #fff;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border: 1px solid #30c213;
}

.pagegamelist .btn:hover {
  background: #30c213;
  text-decoration: none;
  color:#fff;
}

.flashnewlist .btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #30c213;
  font-size: 14px;
  background: #fff;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border: 1px solid #30c213;
}

.flashnewlist .btn:hover {
  background: #30c213;
  text-decoration: none;
  color:#fff;
}


.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #30c213;
  font-size: 14px;
  background: #fff;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border: 1px solid #30c213;
}

.btn:hover {
  background: #30c213;
  text-decoration: none;
  color:#fff;
}

#gameadtop {
	width: 100%;
	text-align: center;
}

#gameadtop .gameadvtop {
	min-width: 320px;
	min-height: 100px;
}

#gamerating {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
	border: #e7e7e7 1px solid;
	border-radius:4px;
}

#gamerating .gameratingstars {
	margin-top:10px;
	margin-bottom: 10px;
	width: 64%;
	text-align: center;
	float: left;
}

.gameratingstars img {
	width: 18%;
	max-width: 66px;
}

#gamerating .gameratingnumbers {
	margin-top:13px;
	margin-bottom: 10px;
	width: 35%;
	text-align: center;
	float: right;
}

.gameratingrow1 {
	color: #000;
	font-size: 16px;
}

#gameadbottom {
	width: 100%;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}

.gameadvbottom {
	width: 300px;
	height: 250px;
}

#gameaddgameslist {
	list-style: none;
	margin-left: -40px;
}

#gameaddgameslist li{
	display: inline-block;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 6px;
	width: 45%;
	margin-right: 2px;
	margin-bottom: 10px;
	font-size: 15px;
	padding: 5px 5px;
	vertical-align: top;
	background-color: #fff;
}

#gameaddgameslist li:hover{
	background-color: #d7f4fe;
}

#gameaddgameslist img{
	max-width: 100%;
	border-radius: 6px;
}

.gamesidetext {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

.siderespgame {
	width: 300px;
	height: 250px;
	margin-left:auto;
	margin-right: auto;
}

.gamecontcontrol {
	border: #eee 1px solid;
	padding-left:10px;
	padding-right:10px;
	width:40%;
	height:120px;
	margin-bottom:10px; 
}

.gamecontvote {
	border: #eee 1px solid;
	padding-left:10px;
	padding-right:10px;
	width:40%;
	height:120px;
	margin-bottom:10px; 
}

#sideadvpage {
	text-align: center;
}

.newslinks1{
	width: 100%;
	text-align: center;
	font-size: 1.6em;
	color: #000;
	margin: 10px 0px 5px 0px;
	font-weight: normal;
	font-family: Intro, Arial, Helvetica, sans-serif;
}
.newslinks2{
	width: 100%;
	text-align: center;
	font-size: 1.6em;
	color: #000;
	margin: 10px 0px 5px 0px;
	font-weight: normal;
	font-family: Intro, Arial, Helvetica, sans-serif;
}
.newslinks3{
	width: 100%;
	text-align: center;
	font-size: 1.6em;
	color: #000;
	margin: 10px 0px 5px 0px;
	font-weight: normal;
	font-family: Intro, Arial, Helvetica, sans-serif;
}

.newsbanner {
	width: 100%;
}

#novinkipager {
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;
}
#novinkipager .yiiPager li {
	padding: 0px 3px;
}

#novinkipager .yiiPager li a{
	font-size: 15px;
	padding: 3px 6px;
}

#gamespager {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#gamespager .yiiPager li {
	padding: 0px 3px;
}

#gamespager .yiiPager li a{
	font-size: 15px;
	padding: 3px 6px;
}

a.firefox-download-link {
    width: 297px;
    background-color: #73a729;
    background-image: linear-gradient(to bottom, #81bb2e, #649323);
    border-radius: 6px;
    box-shadow: inset 0 -2px 0 #416114, 0 1px 3px rgba(0, 0, 0, .3);
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 12px 0px 6px 0px;
    font-size: 197%;
    text-decoration: none;
}

.firefox-download-icon {
    background: transparent url('/images/ff-logo.png') no-repeat 0 0;
    display: inline-block;
    height: 37px;
    margin-right: 10px;
    vertical-align: middle;
    width: 37px;
    position: relative;
    bottom: 3px;
}

#playlistsfeed {
	margin: 0;
	padding: 0;
}

#playlistsfeed li {
	margin: 0;
	padding: 0;
	width: 31%;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 1%;
	text-align: center;
	vertical-align: top;
}

#playlistsfeed li img{
	width: 100%;
}

#playlistsfeed li:hover img{
	opacity: 0.85;
}

#playlistsfeed li:hover a{
	text-decoration: underline;
}

#playlistsitemsfeed {
	margin: 15px 0px 15px 0px;
	padding: 0;
}

#playlistsitemsfeed li {
	margin: 0;
	padding: 2% 2%;
	width: 27%;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 1%;
	text-align: left;
	vertical-align: top;
	border:1px solid #eee;
	line-height: normal;
}

#playlistsitemsfeed li img{
	width: 100%;
	border-radius: 10px;
}

#playlistsitemsfeed li a:hover{
	text-decoration: underline;
}

#playlistsitemsfeed li a:hover img{
	opacity: 0.85;
}

#searchonpage{
	width: 100%;
	color: #7b539c;
	background: url(/images/searchback.jpg) no-repeat center top;
	border: 1px solid #00aeef;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: 'Intro', sans-serif;
	font-size: 22px;
	line-height: 1.4;
}

#searchgamelist .ya-site-form__input-text{
	height: 30px !important;
}
	
.ya-site-form__submit {
	background: #fff;
	border-radius: 15px;
	height: 30px;
	padding-left:15px;
	padding-right:15px;
	cursor: pointer;
	border: 1px solid  #30c213;
}

.ya-site-suggest-list {
	background: #fff;
}

#uptotop{
	position:fixed;
	bottom:40px;
	right:30px;
	z-index:2000;
}

#comtitle {
	font-size: 18px;
	color: #00aeef;
	margin: 10px 0 5px 0;
}

#socialbuttonsdiv{
	text-align: center;
}

#socialbuttonsul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

#socialbuttonsul li{
	display: inline-block;
}

#ok_shareWidget {
	margin: 0 20px 0 -20px;	
}

.fb-like {
	margin-right: 20px;
	position:relative;
	top:-7px;
}

.bg-danger {
	text-align: center;
	background: #ffcfcf;
	color: #e40000;
	font-size: 16px;
	padding: 7px;
	margin-bottom: 10px;
}


#gamebuttons {
	display: none;
}

.undergame {
	float: left;
	//height: 50px;
	text-align: center;
	border: 1px solid #eee;
}

.gamearrows {
	width: 49%;
	padding: 15px 0;
}

.gameacontrols {
	width: 27.5%;
	display: none;
}

#gameaddgameslist_opt {
	list-style: none;
	padding: 0;
	margin: 0;
}

#gameaddgameslist_opt li{
	display: inline-block;
	width: 19%;
	//border: 1px solid red;
	padding: 0;
	margin: 0;
}

#gameaddgameslist_opt li img{
	width: 100%;
}

.lf {
	margin: 0 0.5% 0 1%;
}

.rg {
	margin: 0 1% 0px 0.5%;
}

.simple-tooltip {
	width: 41px;
}

#gameadmiddle {
	display: block;
}

#gameadbottom {
	display: none;
}

#gameadmiddle {
	margin-top:0px;
}

#gamebotcat {
	margin-top: 20px;
}

#gamebotwid {
	margin-top: 15px;
}

#gamebotcat .simple-tooltip {
	border: 1px solid #eee;
}

#gamebotcat .simple-tooltip:hover {
	border: 1px solid #22a3ff;
}

#gcontleft {
	float: left;
	width: 60%;
}

#searchongamepage {
	display: none;
	width: 300px;
}

#igropedialist {
	padding: 0;
	margin: 0;
	list-style: none;
}

#igropedialist li{
	width:100%;
	margin-right: 0;
	margin-bottom: 10px;
	display: inline-block;
}

#igropedialist li img{
	width:100%;
}

#igropedialist li .ipediacontainer{
	position: relative;
	text-align: center;
	//border: 1px solid #fff;
	margin: 0;
}

#igropedialist li .ipediacontainer .ipediatitle{
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0%;
	right: 0%;
	color: #fff;
	font-size: 21px;
	background: rgba(0, 0, 0, 0.7);
	padding-bottom: 11px;
	padding-top: 11px;
}

#igropedialist li .ipediacontainer:hover .ipediatitle{
	background: rgba(0, 0, 0, 1);
	color: #00aeef;
}

.ipediacontainer img {
	border: none;
}

#ipediaoglavlenie .title{
	color: #313131;
	font-size: 18px;
	font-family: Intro, Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

#ipediaoglavlenie ul{
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
}

#ipediaoglavlenie ul a:hover{
	text-decoration: underline;
}

#ipediaoglavlenie ul li ul{
	margin: 0 20px;
	padding: 0;
	list-style: none;
	font-size: 16px;
}

.lastli {
	height: 206px;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
}

.lastli a{
	display: block;
	padding-top: 70px;
}

.lastli a:hover{
	text-decoration: underline;
}

#galleryimgslist {
	list-style: none;
	margin: 0;
	padding: 0;
}

#galleryimgslist li{
	width: 24%;
	margin-right: 0.5%;
	display: inline-block;
}

#galleryimgslist li img{
	width: 100%;
	border-radius: 4px;
}

#igropedia_avt {
	display: none;
}

#igropedia_avt img{
	width:100%;
}

.ipimgcaption{
	text-align: center;
	margin: 5px auto 20px auto;
	max-width: 600px;
	color: #4a4a4a;
	font-size: 15px;
	line-height: normal;
}

.menu-last-li {
	background-color: #ff7800 !important;
	padding-bottom: 0px !important;
	color: #fff !important;
}

.menu-last-li a{
	color: #fff !important;
}

.indexcategories div a:hover {
	text-decoration: underline;
}

.sectionsidebar {
	width: 98%;
	margin: 0;
	padding: 0 1%;
}

.sectioncontant {
	width: 98%;
	margin: 0;
	padding: 0 1%;	
}


@media (min-width: 450px) {
	#header {
	border-bottom: 5px solid #fec324;
	}
	
	#header .container li{
	padding:3px 6px 2px 6px;
	}
	
		
	#header .container li a{
	font-size: 12px;
	}
	
	.indexcategories {
	width: 19%;
	margin-right: 1%;
	}
	
	.indexcategories div a img:hover {
		opacity: 0.85;
	}
	
	.pagesubpages a img:hover{
		opacity: 0.85;
	}

	.pagegamelist li{
	width: 30%;
	margin-left:1%;
	margin-right:1%;
	}
	
	.flashnewlist li{
	width: 30%;
	}

	.flashnewlist li img{
	max-width: 84%;
	margin: 8%;
	}
	
	.gamecontcontrol {
	width:94%;
	float:left;
	}

	.gamecontvote {
	width:94%;
	float:right;
	}
	
	#gameaddgameslist li{
	width: 21%;
	}
	
	.newslinks1{
	width: 32%;
	float: left;
	text-align: left;
	}
	.newslinks2{
	width: 32%;
	float: left;
	text-align: center;
	}
	.newslinks3{
	width: 32%;
	float: left;
	text-align: right;
	}
	
	#gameadtop {
	width: 100%;
	text-align: center;
	}

	#gameadtop .gameadvtop {
	width: 100%;
	}
	
	.gameadvbottom {
	width: 336px;
	height: 280px;
	}
	
	#gameaddgameslist_opt li{
	width: 9%;
	}
	
	#gamebuttons {
	display: block;
	}
	
	#igropedialist li{
	width:48.5%;
	margin-right: 1%;
	}
	
}


@media (min-width: 600px) {
	
	h1 {
	font-size: 29px;
	margin-top:15px;
	margin-bottom:5px;
	}
	
	.container {
	margin: auto;
	width: 100%;
	}
	
	#pagecontent .container {
	max-width: 900px;
	}

	
	#header {
	height:150px;
	background-image: linear-gradient(to bottom, #69D4ED 0%, #E1F6FB 100%);
	border-bottom: 7px solid #fec324;
	} 
	
	#header .container {
	background: url(/images/background_monsters.jpg) no-repeat center top;
	text-align: center;
	}

	#header .container a img {
	width:535px;
	margin-left:-10px;
	margin-top:25px;
	margin-bottom:10px;
	}
	
	#header ul {
	background: none;
	margin-top:-10px;
	}
	
	#header li{
	padding:3px 10px 2px 10px;
	letter-spacing: 2px;
	}
	
	
	#vk_groups{
	width:100%;
	}
	
	#pagecontent {
	margin-top:10px;
	}
				
	.indexcategories {
	width: 19%;
	margin-right: 1%;
	}
	
	.indexnewsitem img {
	width: 120px;
	float:left;
	margin-right:15px;
	}

	.indexnewsitem h3 {
	margin-top:0px;
	font-size:1.6em;
	}

	.indexnewsitem .indexnewsdate {
	color:#808080; 
	margin-bottom:5px;
	}
	
	#sidesection4 #vk_groups{
	border: none;
	margin-top: 20px;
	}
			
	#sidesection2 #sideimg{
	margin: 0;
	}
	
	#sidesection2 #sideimg a img, #sidesection7 #sideimg a img, #sidesection8 #sideimg a img, #sidesection9 #sideimg a img{
	border:1px solid #eee;
	width: 41px;
	height: 55px;
	margin-top:2px;
	margin: 0;
	}
	
	.imgintext img{
	width:inherit;
	}
	
	.imgintext {
	text-align: center;
	}
	
	.indextop10stars {
	margin-right:10px;
	}
			
	#gamelistad {
	width: 45%;
	min-height: 200px;
	max-height: 300px;
	}
	
	.gamelistadresp {
	width:100%;
	min-height: 200px;
	max-height: 300px;;
	}
	
	#newslistad {
	width: 45%;
	min-height: 200px;
	max-height: 300px;
	}
	
	.newslistadresp {
	width:100%;
	min-height: 200px;
	max-height: 300px;;
	}
	
	
	#adbottom {
	display: inline;
	padding-bottom: 0px;
	padding-bottom: 0px;
	}

	#adbottom_place1 {
	float: left;
	padding: 0px;
	width: 49%;
	}

	#adbottom_place2 {
	float: right;
	padding: 0px;	
	width: 49%;
	}
	
	.pagesubpages li{
    margin: 0 10px 10px 10px;
    border: none;
	}
	
	.pagegamelist li{
	margin-left:5px;
	margin-right:5px;
	}
		
	.pagegamelist .aroundimg {
	margin:0;
	padding:0;
	border-radius:3px;
	margin-bottom: 50px;
	}
	
	.flashnewlist {
	text-align: left;
	}
		
	.aroundimg:hover {
	background-color: #d7f4fe;
	}
		
	.gamesidetext {
	text-align: left;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	}

	.gamecontcontrol {
	width:45%;
	}

	.gamecontvote {
	width:45%;
	}
	
	#sideadvgame {
	width: 160px;
	height: 600px;
	margin-left: 40px;
	}
	
	.siderespgame {
	width: 160px;
	height: 600px;
	}
	
	#playlistsitemsfeed li {
	width: 19%;
	}

	#gameadmiddle {
	display: none;
	}
	
	#gameadbottom {
	display: block;
	}
	
	.gamearrows {
	width: 20%;
	}

	.gameacontrols {
	display: block;
	}
}

@media (min-width: 760px) {	
	.pagegamelist li{
	width: 22%;
	margin-left:5px;
	margin-right:5px;
	}
		
	.pagegamelist .aroundimg {
	margin:0;
	padding:0;
	border-radius:3px;
	margin-bottom: 5px;
	}
	
	.flashnewlist li{
	width: 23%;
	}
	
	.indexcategories {
	width: 14%;
	margin-right: 0;
	}
	
	.mpnull50{
	width: 48%;
	float:left;
	}
	
	#gameadtop .gameadvtop {
	width: 728px;
	height: 90px;
	}
	
	.gameratingstars img {
	margin-left:2px;
	margin-right:2px;
	}
	
	
	#gamebotcat {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 65%;
	}
	
	#gamebotwid {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 33%;
	}
	
	#gameaddgameslist_opt li img {
		border: 1px solid #fff;
	}
	
	#gameaddgameslist_opt li img:hover {
		border: 1px solid #00bbff;
	}
	
	#igropedia_avt {
	display: block;
	width: 280px;
	float: right;
	border: 1px solid #eee;
	padding: 10px;
	margin-right: 10px;
	border-radius: 4px;
	margin-bottom: 15px;
	}
	
	#sidesection1 {
	margin-top: 20px;
	}
	
	.info-under-game .container {
	width: 21%;
	margin: 20px 0.5% 10px 0.5%;
	}

	.info-under-game .infoblock {
	display: block;
	}
	
	.info-under-game .infoblock span {
	font-size: 1.4em;
	margin: 0px 0px 0px 0px;
	color: #000;
	margin-bottom: 10px !important;
	display: block;
	}
	
	.sectionsidebar {
	float: left;
	width: 23%;
	margin: 0;
	padding: 0 0;
	margin-right: 1%;
	}

	.sectioncontant {
	float: left;
	width: 76%;
	margin: 0;
	padding: 0 0;	
	}
	
}
	
@media (min-width: 900px) {
	.pagegamelist li{
	width: 160px;
	margin-left:5px;
	margin-right:5px;
	}
		
	.pagegamelist .aroundimg {
	margin:0;
	padding:0;
	border-radius:3px;
	margin-bottom: 5px;
	}
	
	.pagegamelist li img{
	width: 130px;
	}
	
	.indexcategories {
	display: inline;
	width: 104px;
	text-align:center;
	margin-bottom:10px;
	margin-right: 0;
	}
	
	.indexcategories div img {
	width:90px;
	height:120px;
	border:0px;
	}
	
	.indexcategories div {
	font-size: 1em;
	line-height: 1;
	}
	
	.indexcategories .text{
	height: 25px;
	margin-top:4px;
	}
	
	.gamecontcontrol {
	width:46%;
	}

	.gamecontvote {
	width:46%;
	}
	
	#gameaddgameslist li{
	width: 140px;
	margin-right: 15px;
	}
	
	#gameaddgameslist img{
	width: 140px;
	border-radius: 6px;
	}
	
	.indexad {
	width: 728px;
	height: 90px;
	}
		
	#gamelistad {
	width: 728px;
	height: 90px;
	margin-left:-10px;
	min-height: 50px;
	}
	
	.gamelistadresp {
	width: 728px;
	height: 90px;
	}
	
	#newslistad {
	width: 728px;
	height: 90px;
	margin-left:-10px;
	min-height: 50px;
	}
	
	.newslistadresp {
	width: 728px;
	height: 90px;
	}
	
	#novilistad {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0 0 0 0;
	min-width: 300px;
	}
	
	.gameadvbottom {
	width: 600px;
	height: 300px;
	}
	
	.gameratingstars img {
	margin-left:9px;
	margin-right:9px;
	}
	
	#playlistsfeed li {
	width: 32%;
	margin-right: 1%;
	}
	
	#igropedia_avt {
	width: 394px;
	}

	.sectionsidebar {
	width: 160px;
	margin-right: 10px;
	}

	.sectioncontant {
	float: left;
	width: 730px;
	}
	
}

@media (min-width: 1040px) {	
	.container {
	margin: auto;
	width: 100%;
	}
	
	#pagecontent .container {
	max-width: 1040px;
	}
	
	#sideadvgame {
	width: 300px;
	height: 600px;
	}
	
	.siderespgame {
	width: 300px;
	height: 600px;
	}
	
	#searchongamepage{
	display: block;
	float: right;
	}
	
	#gameadtop {
	width: 730px;	
	}
	
	.li_img_130_height {
	height: 130px;
	}
	
	#header .container li{
	padding:4px 6px 2px 6px;
	}
	
	#header .container li a{
	font-size: 14px;
	}
	
	#header .container a img {
	margin-bottom:3px;
	}
	
	.menu-last-li {
	padding-bottom: 2px !important;
	}
	
	.pagegamelist li {
	width: 24%;
	margin-left: 0;
	margin-right: 0;	
	}
	
	.pagegamelist li a img {
	width: 100%;	
	}
	
	#gamerating {
	margin-top: 20px;
	}
	
	.sectionsidebar {
	width: 300px;
	margin-right: 10px;
	}

	.sectioncontant {
	float: left;
	width: 730px;
	}
}
/*
     */
/*
*/