li,
ul,
p,
a,
h1,
h2,
h3,
h4 {
 list-style: none;
 margin: 0;
 padding: 0;
 text-decoration: none;
}

.searchform input,
.menu2 *, 
.mine_news, 
.mine_news a,
.mine_news_img,
.rbgame,
.rbnews li,
.game1 .game_img:before,
.game_card:hover:after,
.gam1, .gam2:after,
a.btn, .searchform,
.md-button,
.soon_box,
.newgame *,
.bannerb,
.imgbg:after {-webkit-transition: all 0.14s; -moz-transition: all 0.14s; -ms-transition: all 0.14s; -o-transition: all 0.14s; transition: all 0.14s;}
.soon_box ul li:after, .tg_ul li:after {content: ""; display: table; clear: both;}


a {
 color:#000;
}

img {
 max-width: 100%;
}


body {
 background: #f6f6f6; margin:0; padding: 0; font-family: 'Roboto', sans-serif; font-size: 12px;
}


/*flex & size */
.cont_size,.cont_size2,.mine_size {
 margin: 0 auto; 
 position: relative;
}

.mine_size {max-width: 1187px; margin-top:20px;}
.cont_size {max-width: 1020px; width:100%;}
.cont_size2 {max-width: 985px; width:100%;}
.cont_size3 {max-width: 690px; width:100%;}

.cont_margin {margin-top:95px;}

.cont_bg {background: #fff; padding: 25px; position: relative; top: -50px; box-shadow: 0 0 20px rgba(0,0,0,0.1); z-index: 123;}

.minepanel {height: 60px; padding-top: 20px; display: block;}

.flex0,
.flex1,
.flex2,
.gamepage #allEntries,.newspage #allEntries {display: -webkit-flex; display: -ms-flexbox; display: flex; display: -ms-flexbox; align-content: flex-start}

.flex1 {-webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap;}
.flex2, .gamepage #allEntries, .newspage #allEntries {-webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; justify-content: space-between;}


/* head*/
header {
 background: #4caf50;
 height: 60px;
 position:fixed;
 top:0;
 left:0;
 right:0;
 z-index:9999;
 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.leftmenu {
 color: #fff;
 align-items: center;
 display: inline-flex;
}

.lhead {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-basis: 25.05%;
 -ms-flex-preferred-size: 25.05%;
 flex-basis: 25.05%;
 height: 100%;
 box-sizing: border-box;
 padding-left: 35px;
 line-height: 60px; 
}

.chead {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-flex-basis: 49.9%;
 -ms-flex-preferred-size: 49.9%;
 flex-basis: 49.9%;
}

.rhead {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-justify-content: flex-end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 -webkit-flex-basis: 25.05%;
 -ms-flex-preferred-size: 25.05%;
 flex-basis: 25.05%;
 box-sizing: border-box;
 padding-right: 35px;
 height: 60px;
}

.logo {
 font-size: 18px;
 color: #fff;
 padding-left:15px;
 font-weight:900;
}

#search {
 float: left;
}

.search_icon input:focus { 
 color:#000;
}

.search_icon { 
 position: absolute;
 padding: 0 15px;
 line-height:46px;
 color:#fff;
 
}

div.searchform {
 z-index: 20;
 width: 100%;
}


div.searchform input {
 border: none;
 outline: none;
 text-align: center;
 color: rgba(255, 255, 255, 0.7);
 font-weight:300;
 font-size: 15px;
 width: 100%;
 height: auto;
 padding: 0 10px;
 background:rgba(255, 255, 255, 0.25);
 transition: background 0.2s;
 border-radius: 3px;
 line-height: 46px;
 margin-bottom: 0;
 box-sizing: border-box;
}

div.searchform input:hover {
 background: rgba(0, 0, 0, 0.25);
 
}

div.searchform input:focus {
 
 background: #fff;
 color: #000;
}

.singin {
 float: left;
}

.profile {
 margin: 0 10px;
}

.profile img {
 width: 32px;
 height: 32px;
 border-radius: 50%;
}

.p-menu {
 position: absolute;
 top: 60px;
 right: 20px;
 z-index: 1000;
 font-size: 14px;
 text-align: left;
 background-color: #fff;
 border-radius: 4px;
 box-shadow: 0 3px 18px rgba(0, 0, 0, .25);
 -webkit-transition: all 0.2s ease;
 opacity:0;
 -webkit-transform-origin: right top 0px; 
 -webkit-transform: scale(0); 
}

.p-menu ul {
 min-width: 160px;
 padding: 5px 0;
 margin: 2px 0 0;
 list-style: none;
 position:relative;
}

.p-menu.active {
 opacity:1;
 -webkit-transform-origin: right top 0px; 
 -webkit-transform: scale(1); 
}

.p-menu li {
 color:#666;
 margin: 0;
 padding: 5px 0 5px 15px;
 height: 24px;
 list-style: none;
 opacity: 0; 
 transform: translateY(0px);
}

.p-menu li {
 -webkit-transition: all 0.3s ease;
 transform: translateY(-30%);
}

.p-menu.active li {
 opacity: 1; 
 transform: translateY(0px);
}


.lhead .mdi,
.rhead .mdi {
 padding: 0 10px;
 height: 64px;
 display: table-cell;
 vertical-align: middle;
}
.rhead a {
 display: block;
}


/* side */
.left {float:left;}
.right {float:right;}


.rightb {width: 280px;}

div.cnt_bl {display: table-cell; vertical-align: top; width: 700px; }
div.rgt_bl {display: table-cell; vertical-align: top; width: 300px; box-sizing: border-box;}


@media (max-width: 1020px) {
 .cnt_bl { width: 720px !important;}
}

.lft_bl .lft_img {margin-bottom:10px; position:relative;}
.lft_bl .lft_img img {width:100%;}
.lft_bl .btn-floating {position:absolute; bottom:-20px; right:20px;}

.lft_bl .btn {margin:10px 0; display:block;}
.lft_bl ul.flex1 > li {margin-right:0;}


.rating span {font-size:18px !important; color: #000 !important; margin-right:20px;}
.rating span p {font-size:15px; color:#969696; display: inline-block;}

/*right side*/

.tg_title {font-weight:900;font-size: 17px; }


.newgame ul li {
 height: 54px;
 border-bottom: 1px solid #e6e6e6;
 position: relative;
 margin-bottom: 12px;
 padding-bottom: 12px;
 box-sizing: content-box;
}

.newgame ul li:last-child {
 border-bottom:none;
 margin-bottom: -12px;
}


.newgame2 {
 padding-left: 68px;
}

.newgame2 p {
 font-size: 14px;
 display: block;
 width: 100%;
 white-space: nowrap;
 overflow: hidden;
}

.newgame2 span {
 font-size: 10px;
 position: absolute;
 bottom: 12px;
 background: rgb(176, 190, 197);
 padding: 2px 8px;
 border-radius: 15px;
 color:#fff;
 display:flex;
 iteam-align:center;
}

.newgame2 span:last-child { 
 right: 0;
 background: rgb(102, 187, 106);
}

.newgame2 i {
 font-size:16px;
 padding-right:5px;
}

.newgame_img {
 height: 54px;
 width: 54px;
 overflow: hidden;
 position:absolute;
 left:0px;
 border-radius:2px;
}

.newgame2 span.databl {
 left: 68px;
 background: rgb(251, 233, 231);
 color: #9c8582;
 padding: 4px 10px;
 font-size: 11px;
 display:table;
}

/*-----------*/

/* center all */

.moduleh1 {
 font-size:22px;
 font-weight:600;
 margin-bottom:22px;
}

hr {
 border: none;
 background: #e8e8e8;
 height: 1px !important;
}


.hrblock {
 width: 125% !important;
}

.hrtitle {
 margin-bottom: 24px;
 position: relative;
 margin-left: -20px;
 width: calc(100% + 40px);
}

.rb_game ul {
 padding-top: 5px;
}

.rb_game li {
 padding: 2px 0;
 
}

.rb_game p {
 font-size: 14px;
}

.rb_game span a {
 font-size: 11px;
 color:#79797d;
 display: block;
}


.tg_img {
 width: 42px;
 height: 42px;
 overflow: hidden;
 float: left;
 margin-right: 15px;
 border-radius: 50%;
}

.inf_news {
 padding:15px 0;
 border-bottom:1px solid #ececec;
}

.inf_news li {
 padding-left:55px;
}

.inf_news_img {
 width:40px;
 height:40px;
 float:left;
 border-radius:2px;
}

/* h1-h6 */
.h1-m1 {
 font-size: 26px;
 font-weight: 300;
}

.h1-gm {
 margin:0;
 padding: 0 0 10px 0;
 font-size: 23px;
 font-weight: bold;
 color: #000;
}

.moduleh1 {
 font-size:22px;
 font-weight:600;
 margin-bottom:22px;
}

/* game style */

.catgam {
 height: 285px;
 background: #fff;
 padding: 20px;
 box-sizing: border-box;
 position: relative;
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
 margin-bottom: 20px;
 display: flex;
 overflow:hidden;
 border-radius: 2px;
}

.catgam ul { 
 font-size: 11px;
 text-transform: uppercase;
 padding: 20px 0 20px 20px;
}

.catgam ul li { 
 display: inline-block;
 vertical-align: top;
 width: 115px;
 height: 25px;
}

.catgam ul li span { 
 padding-left: 5px;
 color: #868686;
}

.catgamt {
 font-size: 18px;
 padding-left: 15px;
 font-weight: 600;
}


.catimg {
 width: 140px;
 height: 192px;
 position: relative;
 z-index: 88;
 box-shadow: 0 1px 6px rgba(0,0,0,0.4);
}

.catgama {
 font-size: 12px;
 font-weight: 300;
 background: #f7f7f7;
 color: #8c8c8c;
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 padding:10px 20px 20px 180px;
 height: 80px;
}

.catgama article {
 max-height: 82px;
 overflow: hidden;
}

.catgamd a {
 margin-top: 10px;
 background: #43a047;
 padding: 10px;
 font-size: 13px;
 color: #fff;
 text-align: center;
 box-shadow: 0 2px 4px rgba(0,0,0,0.1);
 display: block;
 z-index: 77;
 position: relative;
}

/* cat page style */
.cat_descr1 {position: relative; background:#fff; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12); border: 1px solid #e9e9e9; margin-bottom:10px; }
.cat_descr2 {padding:10px 30px;}
.cat_descr2 p {padding-top: 10px; padding-bottom: 5px;margin-top: 15px; border-top: 1px solid #e8e8e8; font-weight: 500; font-size: 14px;}
.cat_descr2 h1 {font-size: 23px; font-weight: 500;margin-top: 5px;margin-bottom: 5px;}

#cat_text { margin-top: 10px; padding-top:10px; border-top:1px solid #e8e8e8; font-size: 14px; overflow:hidden; text-overflow: ellipsis; max-height: 100px;}
#cat_text a {color: #229aee;}
#cat_text a:hover {color: #8cd0ff;}
#cat_text.open { max-height: 1000px; transition: max-height 0.7s;}
#show_more { cursor: pointer; color: #2196F3; font-weight: 500;}
/* ---- */

.flex_block,
.catsTableI tbody {display:flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; justify-content: space-between;}

.pdng-40 {padding-top:40px;}
.descr_block {margin-top:-40px;}
.module-title {
 margin: 0 5px 15px;

}

.module-title h1 {
 font-weight:300;
 margin: 0;
 padding: 0;
 font-size: 24px; 
}


.mine_link {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 88;
}


.gam1 {max-width: 160px; height: 330px; position: relative; background: #fff; overflow:hidden;border-radius: 2px;-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05),0 2px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05),0 2px 2px rgba(0, 0, 0, 0.05); margin: 12px 5px;}
.gam1 .flex0 > * {margin-right:20px;}
.gam_img {width:185px;}

.gam2:after, .imgbg:after {content:""; position: absolute; left:0; right:0; top: 0; bottom: 0; background: rgba(0,0,0,0);}
.gam2 {position: relative; overflow:hidden;width:auto;}
.gam2 img {height:245px;}
.gam1:hover .gam2:after {background: rgba(0,0,0,.4);}
.gam1:hover .gam2 span {opacity:1;}


.gam2i {position:absolute; top:10px; left:10px; z-index: 55;}
.gam2i i {width:10px;height:10px; display:inline-block; border-radius:50%; background:#FFC107;}
.gam2i p {visibility:hidden;position: absolute; left:-1px; white-space: nowrap; padding:1px 10px; border-radius:2px; background: #FFC107; color:#fff; text-transform:uppercase; font-size:12px; display:inline-block;}
.gam1:hover .gam2i p {visibility:visible;}
.gam2i i.red { background:red;}
.gam2i i.blue { background:blue;}


.gam3 p {font-size: 16px; font-weight:300; overflow: hidden;white-space: nowrap; position:relative; display: block;}
.gam3 p:after, .gam_cat:after {content:""; position:absolute; right:0; top:0; height:22px; width: 45px;
 background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#fff)); 
 background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),#fff);
 background: linear-gradient(to right,rgba(255,255,255,0),#fff);
}
.gam3 {margin: 7px 10px;}
.gam_cat {font-size: 13px; font-weight:300; color:#616161;white-space: nowrap;position: relative; overflow: hidden; display:block; }


.gam4 {position:absolute; bottom:12px; left:10px; right:10px;}
.gam4 > .size {position: absolute; right:0; bottom:-4px; font-size:13px; color:#4caf50;}

/*Rating*/
.u-star-rating {
 list-style:none;
 margin:0px;padding:0px;width:60px;height:10px;position:relative;background: url('http://torrent-igri.com/stargrey.png') top left repeat-x;
}
.u-star-rating li {padding:0px;margin:0px;float:left;}
.u-star-rating li a {display:block;width:12px;height: 10px;line-height:10px;text-decoration:none;text-indent:-9000px;z-index:20;position:absolute;padding: 0px;overflow:hidden;}
.u-star-rating li a:hover {background: url('/20.png') left center;z-index:2;left:0px;border:none;}
.u-star-rating a.u-one-star{left:0px;}
.u-star-rating a.u-one-star:hover{width:12px;}
.u-star-rating a.u-two-stars{left:12px;}
.u-star-rating a.u-two-stars:hover{width:24px;}
.u-star-rating a.u-three-stars{left:24px;}
.u-star-rating a.u-three-stars:hover{width:36px;}
.u-star-rating a.u-four-stars{left:36px;}
.u-star-rating a.u-four-stars:hover{width:48px;}
.u-star-rating a.u-five-stars{left:48px;}
.u-star-rating a.u-five-stars:hover{width:60px;}
.u-star-rating li.u-current-rating{top:0 !important; left:0 !important;margin:0 !important;padding:0 !important;outline:none;background: url('http://torrent-igri.com/stargrey.png') left bottom;position: absolute;height:10px !important;line-height:10px !important;display:block;text-indent:-9000px;z-index:1;} 



#important .owl-stage-outer {
 margin:60px auto 0;
 padding: 7px 0;
}

.tranding {
 position: relative;
 float: left;
 display: block;
 height: 270px;
 width: 100%;
 overflow: hidden;
 font-size:13px;
 border-radius:2px;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.tranding p {
 position:absolute;
 bottom:0;
 left:0;
 right:0;
 padding:50px 20px 25px 20px;
 background:linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
 color:#fff;
 font-weight: 500;
 font-size: 17px;
 text-align: center; 
}

.tranding span {
 position:absolute;
 top:20px;
 right:20px;
 padding:5px 10px;
 background: rgba(0, 0, 0, 0.6);
 border-radius:20px;
 color:#fff;
}

.trandingbg {
 width: 100%;
 height: 100%;
 background-size: cover;
 background-position: center;
}



.gamepage .gam1 {width:240px; height: 440px;}
.gamepage .gam2 {height: 345px;}


.newspage .gam1 {width:100%; height: auto;}






/* news */
.news_card .card-image { height: 200px;}
.news_card .card-image img { height: auto;}
.news_card .card-content p { padding-bottom: 10px; font-size: 14px}
.news_card .card-content p span { padding-left: 15px; color: #9e9e9e;}
.news_card .card-content p a { font-weight: 500; color: #2196f3;}
.news_card .btn-floating, .newspage .btn-floating { top:170px !important;}


.newspage_card {position:relative; padding:0 !important;}
.newspage_img {min-width: 255px; height: 210px; overflow: hidden;}
.newspage_img img {min-width: 290px; height: 100%;}
.newspage_info_data {color:#2196F3; margin-bottom:5px; display: flex;}
.newspage_info_data i {margin-right:10px;}
.newspage_info {padding:20px;}
.newspage_info h2 {font-size: 18px; font-weight: 500;}
.newspage_info > p {font-size: 14px; margin-top:15px; height:104px; overflow: hidden;}

.gamepage_img {min-width: 170px; max-width: 170px; height: 240px; position:relative;}
.gamepage_img img {width:100%; height:100%;}
.newspage_card:hover .imgbg:after {background: rgba(0,0,0,.4);}

.newspage_info span {margin-top: -2px; text-transform: uppercase; font-size: 9px; background: #4caf50; padding: 0 8px; color:#fff; margin-left:6px; border-radius: 22px; display: inline-block; line-height: 23px; height: 23px;}
.newspage_info span.red {}

/* game card2 */

#card2 .owl-item {
 padding-bottom:30px; 
}

#card2 .owl-stage {
 margin-left: -358px;
}

.card2 {
 height: 235px;
 background-size:cover;
 position: relative;
 border-radius: 2px;
}

.card2 div { 
 position: absolute;
 top: 30px;
 left: 40px;
}

.card2 a {
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
}

.card2 p {
 color: #fff;
 font-size: 20px;
 font-weight: 800;
 display:block;
 padding-bottom:10px;
}

.card2 span {
 color:rgba(255,255,255,.6);
 font-size:14px
}

.card2 .btn-floating {
 line-height: 56px;
 font-weight: 500;
 font-size: 16px;
}


.card2:before {
 content: "";
 background: rgba(0,0,0,.5);
 position: absolute;
 left: 0;
 width: 100%;
 height: 100%;
 border-radius: 2px;
}


.txtst { 
 background: #f5f7fb;
 padding: 25px;
 border-radius: 4px;
 margin: 10px 0;
 font-size: 13px;
}

.block {
 background: #fff;
 border-radius:2px;
 padding:20px;
 margin-bottom: 15px;
 width: 100%;
 box-sizing: border-box;
 -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05),0 2px 2px rgba(0, 0, 0, 0.05);
 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05),0 2px 2px rgba(0, 0, 0, 0.05);
 position:relative;
}

.block > .tabs, .tg_title {
 background: #f5f5f5;
 margin: -20px -20px 10px -20px;
 padding: 16px 24px;
 width: calc(100% + 40px);
 height: auto;
 overflow: hidden;
 border-bottom: 1px solid #ececec;
}

.block > .tabs .indicator { display:none;}


.bltab a {font-size: 17px; color:#9e9e9e;}
.bltab a.active {color:#000;}
.pdng1 {
 padding:15px 25px;
 box-sizing:border-box;
}

.pdng2 { 
 padding:15px 50px;
 box-sizing:border-box;
}


/* soon game page*/
.soon_block2 {height: 48px; padding:0 0 0 60px; position:relative; box-sizing: border-box; margin-bottom: 4px;}
.soon_block2 p {font-size: 15px; display: table-cell; height: 48px; vertical-align: middle;}
.soon_block2 span {color:#43a047;font-size: 14px;align-items: center;position: absolute;right: 20px;top: 14px;bottom: 0;}
.soon_block2_img {width: 48px;height: 48px;overflow:hidden;position:absolute;left: 0;top: 0;border-radius: 3px;}

.soon_block2:hover {box-shadow: 0 1px 4px rgba(205,214,230,.7);}
.soon_block2:hover .soon_block2_img:before {content:""; position:absolute; width:100%; height:100%; background:rgba(0,0,0,.5)}




.eRating {
 background: none;
 border: none;
 outline:none;
}

a.entAllCats {
 text-transform: uppercase;
 font-size: 9px;
 color: #4caf50;
 padding: 4px 8px;
 border: 1px solid rgba(76, 175, 80, 0.4);
 border-radius: 22px;
 display: inline-block;
 margin-bottom: 5px;
}
a.entAllCats:hover {
 color: #229aee;
 border:1px solid #229aee;
}


.news_block {
 padding-top: 20px;
}
.news_block_title {
 background: #e8e8e8;
 padding: 8px;
 font-size: 16px;
 border-top: 1px solid #dcdcdc;
}
.news_block_link {
 background: #f5f5f5;
 padding: 8px;
 list-style: none;
}



.uRelatedEntry { list-style: none }




.info {
 padding-left: 115px !important;
}

.info a {
 color:#229aee;
}

.info p {
 position: absolute;
 color: #505050;
 right: 0;
 left: 160px;
 background: #fff;
 padding: 0 0 5px 5px;
 height: 14px;
}

.info li:first-child {
 margin-top: 0;
}

.info li {
 border-bottom: 1px dotted #9e9e9e;
 height: 14px;
 position: relative;
 margin-top: 16px;
}

.info span {
 color: #000000;
 background: #fff;
 position: absolute;
 left: 0;
 padding: 0 5px 5px 0;
 font-size: 12px;
}


.dwnload {
 margin-top:5px;
}

.dwinf h2 {
 font-size: 1.2rem;
}

.dwinf i {
 font-size: 22px;
 width: 41px;
 height: 44px;
 align-items: center;
 display: grid;
}

.dwinf li span {
 font-size:10px;
 text-transform:uppercase;
 color:#828282;
 display:block;
 font-weight: 400; 
}


.dwinf .btn-large {
 height: 54px;
 line-height: 54px;
}


.dwinf li {
 font-size: 13px;
 color: #313131;
 font-weight: 500;
 width: 135px;
 padding: 8px 15px;
 text-align: center;
 border: 1px solid #eee;
 border-radius: 2px;
 line-height: 18px;
 background:#fbfbfb
}


.vidad {
 cursor: pointer;
}




/* Head */


.logoimg { margin-left: 122px }
.main_menu {
 position: relative;
 display: inline-block;
 vertical-align: top;
 margin-left: 14px;
}
.main_menu_item {
 position: relative;
 margin-left: -1px;
 display: inline-block;
 vertical-align: top;
}
.menu_img_white { display: none }
.menu_link a {
 font-size: 20px;
 padding: 7px 21px 0px;
 display: block;
 text-align: center;
}
.separator {
 position: absolute;
 top: 7px;
 right: 0px;
}


.gcont {
 height: 125px;
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 background: rgba(0, 0, 0, 0.6);
 padding-top: 275px;
 box-sizing: content-box;
}

.gcont h1 {
 font-size: 27px;
 font-weight: 400;
 color: #fff;
 margin-bottom: 10px; 
}

.gcont .entAllCat {
 display: block;
 margin: -2px 0 0 100px;
 color: transparent;
}

.gposter {
 width: 95px;
 height: 134px;
 float: left;
}

.gamet {
 padding: 0 0 0 auto;
 float: left;
}

.gamet h1 { color: #000 }

.update {
 background: rgba(48, 149, 52, 0.1);
 color: #309534;
 line-height: 48px;
 border-radius: 3px;
 margin-bottom: 15px;
}

.update i {
 float: left;
 font-size: 24px;
 line-height: 48px;
 padding: 0 15px;
}

.update span {
 font-size:15px;
 font-weight:500;
}

.update div span {
 color:#505050;
 font-size: 15px;
 padding: 2px 0 10px;
 display: block;
 font-weight:400;
}

.messageh {
 color:#262626;
 font-size: 14px;
 padding-bottom: 15px;
 line-height: 1.8;
 margin-bottom: 5px;
}

.messageh > ul li::before, .spec2 li::before, .faq2 li::before {background: #4caf50;content: ""; border-radius: 50%; width: 6px; height: 6px; margin-right: 10px; display: block; position: absolute; left: 0; top: 8px;}
.messageh > ul li { padding-left: 20px; position: relative;}


.messageh > ul br { display: none;}
.messageh > h2 {margin:0;}

.messageh .spec li {
 display:block;
 line-height: 10px;
 border-bottom: 0px solid #f1f1f1;
}


.messageh .spec li span {
 display: inline-block;
 width: 245px;
 font-weight:500;
}

.spec2title {color: #4caf50;font-size: 15px; text-transform: uppercase; margin-bottom: 10px; display: block;}
.faq2title {color: #f44336;font-size: 15px; text-transform: uppercase; margin-bottom: 10px; display: block;}

.messageh .spec2, .faq2 {margin-top:10px; padding:10px 20px; background:#f3f3f3;}
.messageh .spec2 li, .faq2 li {position: relative; padding-left: 20px;}
.messageh .spec2 li span {display: inline-block; width: 120px; font-weight:500;}
.messageh .spec2 br, .faq2 br { display: none;}

.faq2 li::before { background: #f44336 !important;}



.messageh iframe { width: 100%; }

.ginfo {
 background: #f1f1f1;
 border-radius: 4px;
 padding: 3px;
}
.b__event_top 
.gameimg {
 padding-top: 20px;
 padding-left: 15px;
}
.gameimg img {
 width: 240px;
 height: 330;
 float: left;
}

.rb_game ul {
 padding-top: 5px;
}

.rb_game li {
 padding: 6px 0 !important;
}

.rb_game li:first-child {
 border-top: none;
}

.rb_game li:hover p a {
 color: #2196F3;
}

.rb_game span a {
 font-size: 11px;
 color:#79797d;
 display: block;
}

.rb_game_img {
 width: 42px;
 height: 42px;
 overflow: hidden;
 float: left;
 margin-right: 15px;
 border-radius: 50%;
}


/* podborki*/
.catsTableI tbody tr {
 display: flex;
 width: 32.5%;
}

.catsTdI li span {
 height: 245px;
 background-size: cover;
 
 display: flex;
 align-items: center;
 padding: 0 30px;
 text-align: left;
 font-size: 20px;
 justify-content: center;
 position: relative;
}

.catsTdI li span:after {content:""; position: absolute; left:0; right:0; top: 0; bottom: 0; background: rgba(0,0,0,0.4);}

.catsTdI li span p {
 position: relative;
 z-index:999;
}

.catsTdI {
 background: #fff;
 margin-bottom: 20px;
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
 border-radius: 2px;
}

.catsTdI:hover {
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.catsTdI article {
 padding: 15px 24px;
 font-size: 13px;
}

.img_news a {
 float: left;
 display: inline-block;
 margin: 0 14px 5px 0;
 padding: 3px;
 background: #f1f1f1;
 border: 1px solid #DDE1E2;
}
/* InStuff */
.games_info {
 margin: 10px 0 20px 0px;
 font: 13px/30px Arial;
 border-top: 1px solid #eee;
}
.line_gray {
 border-bottom: 1px solid #eee;
 clear: both;
}
.games_info span {
 font: 13px/30px Arial;
 color: #488ac6;
}
.games_info em {
 width: 100px;
 float: left;
 color: #3d3d3d;
 list-style: none;
}
.games_info span a {
 font: 11px/30px Arial;
 color: #488ac6;
 text-decoration: underline;
 cursor: pointer;
 overflow: hidden;
}
.games_info span a:hover {
 color: #488ac6;
 text-decoration: underline;
}
/* Спойлер */
.uSpoilerButton {
 width: 100%;
 color: #000;
 background: #e0e0e0;
 padding: 12px;
 text-align: left;
 border: none;
 outline: 0;
 font-size: 15px;
 margin:0;
 
 font-weight: 500;
}

.uSpoilerButton:hover {
 background:#d3d3d3;
}


.uSpoilerText {
 padding: 20px;
 background: #e0e0e0;
 text-align: left;
 
}
/* ----------------------- */
.screens {
 float: left;
 padding: 3px;
}
.screens img { width: 170px }
.infogame_title {
 font-size: 14px;
 text-transform: uppercase;
 font-weight: bold;
}
.infogame_title p {
 padding: 8px;
 border-bottom: 1px solid #e4e4e4;
}
/* Скачать торрент */
.download {
 float: left;
 padding-bottom: 13px;
 display: block;
}
.download a {
 background: #61a412;
 padding: 13px;
 color: #fff;
 font-weight: 700;
 text-shadow: 1px 1px 2px #4a8306;
 border-left: 1px solid #73b601;
}
.download a:hover {
 background: #68ac18;
 color: #fff;
}
.download span {
 font-size: 13px;
 background: #5c9f0e;
 padding: 13px;
 color: #fff;
 font-weight: 700;
 text-shadow: 1px 1px 2px #4a8306;
 border-right: 1px solid #458810;
}
.nofile {
 float: left;
 padding-bottom: 15px;
 display: block;
}
.nofile a {
 background: #e94337;
 padding: 12px;
 color: #fff;
 font-weight: 700;
 text-shadow: 1px 1px 2px #cf2f24;
 border-left: 1px solid #fa574b;
}
.nofile a:hover {
 background: #e03a2e;
 color: #fff;
}
.file_name {
 float: left;
 padding-bottom: 15px;
 padding-right: 20px;
}
.file_name span {
 background: #f9f9f9;
 padding: 13px 10px 13px 10px;
 color: #3d3d3d;
 font-weight: 700;
 text-shadow: 1px 1px 2px #fff;
 text-transform: uppercase;
 width: 300px;
 border-right: 1px solid #f1f1f1;
}
.xfile_name {
 float: left;
 padding-bottom: 15px;
 padding-right: 20px;
 width: 347px;
}
.xfile_name a {
 background: #f5e8e7;
 padding: 13px;
 color: #e94337;
 font-weight: 700;
 text-shadow: 1px 1px 2px #fff;
 text-transform: uppercase;
 overflow: hidden;
}
.xfile_name a span { width: 300px }
.xfile_name a:hover {
 background: #f2e2e1;
 color: #e94337;
}
.game_rat { padding: 76px 0 0 70px }
.rating_cont { padding: 17px 13px 6px }
.rating_cont span {
 padding-top: 10px;
 float: left;
 font: 28px/32px Arial;
 font-weight: bold;
}
.rating_cont .item {
 padding: 6px 0;
 position: relative;
 z-index: 10;
}
.box_shadow {
 -webkit-box-shadow: 0px 3px 3px #C4C4C4;
 -moz-box-shadow: 0px 3px 3px #C4C4C4;
 box-shadow: 0px 3px 3px #C4C4C4;
}

.topgame {
 margin-bottom: 20px;
}

a.eTag { 
 margin-left: 10px;
 text-transform: uppercase;
 color: #2196F3;
 font-size: 13px;
}

a.eTag:first-child { 
 margin-left: 0;
}


.newsmtop {
 position:relative;
 width:100%;
}

.newsmtop ul {
 font-size:14px;
 color:#90a4ae;
 padding:5px 0;
}

.newsmtop ul a {
 color:#90a4ae;
}

.newsmtop h1 {
 font-size:29px;
 font-weight:500;
}

.newsmtop img {
 min-width: calc(100% + 40px);
 margin: auto;
 margin-left: -20px;
}

.newsm {
 font-size: 16px;
 line-height: 1.85; 
 padding: 25px;
}

.newsm a {
 color: #4caf50;
}

.newsm iframe {
 width:100%;
}


.lft_news {
 padding:25px;
}

.lft_news li {
 display:block; 
 padding-bottom:25px;
}

.lft_news li a {
 font-size:14px;
 font-family:'Roboto Slab', serif;
}

.lft_news li a:hover {
 color:#03a9f4;
}

.lft_news li span {
 color: #BDBDBD;
 display: block;
 padding-top: 6px;
}

.othergame {
 margin:20px 0;
}

.othergame > p {
 background: #ffe8e8;
 padding: 20px;
 display: block;
 border-radius: 3px;
 color: #b37777;
}

.catSortLink {
 background: #f5f5f5;
 padding: 6px 10px;
 color: #999999;
 border-radius: 25px;
 height: 23px;
}

.catSortLink.darr {
 background: #dcf9dd;
 color: #4ea752;
}

.catSortLink.uarr {
 background: #fbe9e7;
 color: #ad8d8a;
}

/* Page Selector Style */
.catPages1,
.pagesBlockuz1,
.pagesBlockuz2 {
 display: block;
 margin: 10px 0 30px;

}

.catPages1 a:link,
.pagesBlockuz1 a:link,
.pagesBlockuz2 a:link,
.catPages1 a:visited,
.pagesBlockuz1 a:visited,
.pagesBlockuz2 a:visited,
.catPages1 a:active,
.pagesBlockuz1 a:active,
.pagesBlockuz2 a:active {
 background: #ffffff;
 padding: 10px;
 font-weight: bold;
 border-radius: 2px;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
 margin: 0 3px;
}

.catPages1 a:hover,
.pagesBlockuz1 a:hover,
.pagesBlockuz2 a:hover,
.catPages1 a:hover,
.pagesBlockuz1 a:hover,
.pagesBlockuz2 a:hover {
 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

/* ----------------------- */
.inf_bg {
 width: 190px;
 height: 370px;
}
.inf_img img {
 width: 190px;
 height: 300px;
}
.inf_link {
 background: #fff;
 width: 190px;
 height: 60px;
 box-shadow: 0 1px 3px #dde4e6;
 padding: 5px;
 box-sizing: border-box;
}
.inf_link a {
 font-weight: bold;
 color: #131313;
 display: block;
 font: 16px/18px;
 height: 60px;
 text-decoration: none;
 padding: 3px 0 0 5px;
}
.inf_link a:hover {
 color: #000;
 display: block;
 text-decoration: none;
}
.inf_img img {
 width: 190px;
 height: 300px;
 display: block;
 margin: 0 auto;
 margin-top: 10px;
}
.download {
 color: #fff;
 text-indent: 10px;
 float: left;
 font: 10px/18px 'PT Sans Caption', sans-serif;
 margin: 0 0 0 19px;
}
.size {
 color: #fff;
 text-indent: 20px;
 float: left;
 font: 10px/18px 'PT Sans Caption', sans-serif;
}
.information {
 margin: -25px 0 0 0px;
 background: url(http://torrent-igri.com/anonce1.png);
 width: 190px;
 height: 25px;
 display: block;
 overflow: hidden;
 position: relative;
}


.img_url {
 margin: 20px 0;
 display: flex;
 flex-wrap: wrap;
 flex-direction: row;
 justify-content: flex-start;
}

.img_url .ulightbox, .treiler {width: 215px; height:135px; margin-bottom: 7px;}
.img_url a { margin-right:7px;}
.img_url img {height:100%; width:100%;}
.img_url *:nth-child(3n+3) {margin-right:0 !important}

.treiler {background:#292929;color:#d2d2d2; }
.treiler:hover {background:#1b1b1b;color:#fff;}
.treiler span {text-transform:uppercase;line-height: 132px; text-align: center; display: block;}


.comment_over {margin-top: 20px; background:#ececec; padding: 20px; border-radius: 3px;}
.comment {display: block;width:100%;position: relative;}
.comment_avatar {display:inline-block;vertical-align:top;width:64px;height:64px;overflow:hidden;border-radius:50%;margin-right: 20px;}
.comment_avatar img { width: 64px; }
.comment_message {display: block;vertical-align:top;margin-top: 15px;}
.comment_rate {position: absolute;top: 0;right: 0;width:80px;}
.comment_top {font-size:17px;line-height:20px;display: inline-block;}
.comment_top a {text-decoration:none;color:#6c6c6c}
.comment_top .comm_time {display:block; font-size:12px;color:#9c9c9c;margin-top: 8px;}
.comment_message_in {font-size:15px}
.comment_message_in img {width:auto; display: inline;}

.comment_over:hover .comment_answer_button a {display:inline-block}
.comment_over:hover .c_rate_plus a, .comment_over:hover .c_rate_minus a {display:block}
.comment_answer_button {margin-top:10px;height:24px}
.comment_answer_button a {display:none;color:#666;font-size:13px;text-decoration:none;background:#efefef;padding:3px 10px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px}
.comment_answer_button a:hover {color:#1d1d1d;text-decoration:none;background:#eaeaea;}
.c_minus, .c_ziro, .c_plus {width:38px;padding:3px 0px;font-size:13px;text-align:center;font-weight:bold;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px}
.c_minus {background:#ffcccc;color:#cc0000}
.c_ziro {background:#cccccc;color:#FFF}
.c_plus {background:#ccffcc;color:#009900}
.c_rate_t {display:table;height:24px}
.c_rate_plus {display:table-cell;vertical-align:top;width:22px;}
.c_rate_minus {display:table-cell;vertical-align:top;width:22px;}
.c_rate_count {display:table-cell;vertical-align:top;width:46px;padding-left:3px;text-align:center}
.c_rate_plus a {width:18px;height:18px;display:none;color:rgba(0,0,0,0);font-size:0px;background:url('http://torrent-igri.com/like.png');margin-top:3px;opacity:0.5;position:absolute}
.c_rate_minus a {width:18px;height:18px;display:none;color:rgba(0,0,0,0);font-size:0px;background:url('http://torrent-igri.com/unlike.png');margin-top:3px;margin-left:-5px;opacity:0.5;position:absolute}
.c_rate_plus a:hover, .c_rate_minus a:hover {opacity:1}



/* search page */
.search_card {
margin-bottom:10px;
}

.search_img {
 min-width: 100px;
 max-width: 100px;
 height: 140px;
 position: relative;
 margin-right: 20px;
}

.search_img img {
 width:100%;
 height:100%;
}

.search_inf {padding:10px 0;}



.bannerin {widrh:700px; height:165px; display:block; position:relative;margin-bottom:15px;}
.bannerb {position: absolute; bottom: 30px; left: 40px; background: linear-gradient(to left,#673AB7,#9162e4); padding: 15px 20px;
 border-radius: 4px; color: #fff; font-size: 14px;}
.bannerb:hover { background: linear-gradient(to left,#673AB7,#9162e4); bottom: 35px; box-shadow: 0 2px 17px #000;}





/***********/

.download-container {
 padding: 20px 0px;
 margin: -20px -20px;
 text-align: center;
 background: #efead4;
}

.download-container a {
 color: white !important; /* Р В¦Р Р†Р ВµРЎвЂљ РЎРѓРЎРѓРЎвЂ№Р В»Р С•Р С” */
 text-decoration: none;
 }
.download-container a:visited {
 color: #eee; /* Р В¦Р Р†Р ВµРЎвЂљ Р С—Р С•РЎРѓР ВµРЎвЂ°Р ВµР Р…Р Р…РЎвЂ№РЎвЂ¦ РЎРѓРЎРѓРЎвЂ№Р В»Р С•Р С” */
 text-decoration: none;
 }
.download-container a:hover {
 color: #cecece; /* Р В¦Р Р†Р ВµРЎвЂљ Р С—Р С•РЎРѓР ВµРЎвЂ°Р ВµР Р…Р Р…РЎвЂ№РЎвЂ¦ РЎРѓРЎРѓРЎвЂ№Р В»Р С•Р С” */
 text-decoration: none;
 }
.download-container a:active {
 color: #ffff00; /* Р В¦Р Р†Р ВµРЎвЂљ Р В°Р С”РЎвЂљР С‘Р Р†Р Р…РЎвЂ№РЎвЂ¦ РЎРѓРЎРѓРЎвЂ№Р В»Р С•Р С” */
 text-decoration: none;
 }


.download-title {
 font-family:arial, "Trebuchet MS", helvetica, sans-serif;
 font-size:19px;
 border-bottom:1px solid #eee;
 margin-bottom:5px;
 padding-bottom:5px;
 color: #444;
 font-weight:normal;
}

.download-password{
 font-family:arial, "Trebuchet MS", helvetica, sans-serif;
 font-size:25px;
 color: red;
 margin:5px;
}


.download-container h6 {
 font-family:arial, "Trebuchet MS", helvetica, sans-serif;
 font-size:15px;
 color: #6f6f6f;
}

.download-container .button {
 position: relative;
 display: inline-block;
 height: 40px;
 line-height: 35px;
 padding: 0 124px;
 font-size: 20px;
 color: white;
 text-align: center;
 text-decoration: none;
 text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
 background-clip: padding-box;
 border: 1px solid;
 border-radius: 2px;
 cursor: pointer;
 -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
 box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
}
.download-container .button:before {
 content: '';
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 pointer-events: none;
 background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
 background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
 background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
 background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}
.download-container .button:hover:before {
 background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
 background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
 background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
 background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
}
.download-container .button:active {
 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.download-container .button:active:before {
 content: none;
}

.download-container .button-green {
 background: #5ca934;
 border-color: #478228 #478228 #3c6f22;
 background-image: -webkit-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
 background-image: -moz-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
 background-image: -o-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
 background-image: linear-gradient(to bottom, #69c03b, #5ca934 66%, #54992f);
}
.download-container .button-green:active {
 background: #5ca934;
 border-color: #3c6f22 #478228 #478228;
}

.download-container .button-red {
 background: #d5452f;
 border-color: #ae3623 #ae3623 #992f1f;
 background-image: -webkit-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
 background-image: -moz-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
 background-image: -o-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
 background-image: linear-gradient(to bottom, #da5c48, #d5452f 66%, #c73d28);
}
.download-container .button-red:active {
 background: #d5452f;
 border-color: #992f1f #ae3623 #ae3623;
}

.download-container .button-blue {
 background: #1097e6;
 border-color: #0d78b6 #0d78b6 #0b689e;
 background-image: -webkit-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
 background-image: -moz-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
 background-image: -o-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
 background-image: linear-gradient(to bottom, #25a5f0, #1097e6 66%, #0f8ad3);
}
.download-container .button-blue:active {
 background: #1097e6;
 border-color: #0b689e #0d78b6 #0d78b6;
}

.download-container .button-orange {
 background: #f4902a;
 border-color: #df770c #df770c #c76a0a;
 background-image: -webkit-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
 background-image: -moz-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
 background-image: -o-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
 background-image: linear-gradient(to bottom, #f69f47, #f4902a 66%, #f38617);
}
.download-container .button-orange:active {
 background: #f4902a;
 border-color: #c76a0a #df770c #df770c;
}

.download-container .button-pink {
 background: #e8367f;
 border-color: #d31865 #d31865 #bc165a;
 background-image: -webkit-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
 background-image: -moz-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
 background-image: -o-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
 background-image: linear-gradient(to bottom, #eb5190, #e8367f 66%, #e62473);
}
.download-container .button-pink:active {
 background: #e8367f;
 border-color: #bc165a #d31865 #d31865;
}

.download-container .button-gray {
 background: #47494f;
 border-color: #2f3034 #2f3034 #232427;
 background-image: -webkit-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
 background-image: -moz-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
 background-image: -o-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
 background-image: linear-gradient(to bottom, #55585f, #47494f 66%, #3d3f44);
}
.download-container .button-gray:active {
 background: #47494f;
 border-color: #232427 #2f3034 #2f3034;
}

.download-container .button-darkblue {
 background: #3b5ca0;
 border-color: #2d477b #2d477b #263c68;
 background-image: -webkit-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
 background-image: -moz-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
 background-image: -o-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
 background-image: linear-gradient(to bottom, #4369b6, #3b5ca0 66%, #365391);
}
.download-container .button-darkblue:active {
 background: #3b5ca0;
 border-color: #263c68 #2d477b #2d477b;
}

.download-container .button-purple {
 background: #9966cb;
 border-color: #8040be #8040be #733aab;
 background-image: -webkit-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
 background-image: -moz-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
 background-image: -o-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
 background-image: linear-gradient(to bottom, #a87dd3, #9966cb 66%, #8f57c6);
}
.download-container .button-purple:active {
 background: #9966cb;
 border-color: #733aab #8040be #8040be;
}