html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
* {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.clearfix:after,.body_main:after,.media_block:after,.ui-tabs-nav:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
* html .clearfix,html .body_main,* html .media_block,* html .ui-tabs-nav{zoom:1;}
*:first-child+html .clearfix,*:first-child+html .body_main,*:first-child+html .media_block,*:first-child+html .ui-tabs-nav{zoom:1;}
:focus{outline:0;}
body {
    background:#ccc;
    font-family:Arial,sans-serif;
    font-size:13px;
    color:#343434;
    margin:0;
    padding:0;
    line-height:17px;
    min-width:1200px;
    width:auto !important
}
table td,
table td * {vertical-align:top;}
img {vertical-align:top;}
ul {list-style:none;margin:0;padding:0;}
h1,h2,h3,h4 {margin:0;padding:0;}
h4 {text-transform:uppercase;font-size:11px;line-height:14px;}
h4,h5 {font-weight:bold;margin:0 0 7px 0;}
h6 {text-transform:uppercase;font-size:11px;margin-bottom:6px;margin-top:4px;}
a {color:#285cab;color:#0282c5;text-decoration:none;}
a:hover {text-decoration:underline;}
p {margin-bottom:5px;}
hr {color:#efefef;background:#efefef;margin-top:10px;margin-bottom:10px;border:0;border-top:1px solid #eee;}

.button {
    background:linear-gradient(#fdf6b5, #eeba1d);
    border:1px solid #f1cb3c;
    box-shadow:0px 1px 2px #a2a2a2;
    -khtml-border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    color:#545467;
    font-size:12px;
    font-weight:bold;
    margin-top:7px;
    display:inline-block;
    padding:2px 8px 4px;
}
a.button:hover {
    text-decoration:none;
}
.button span {
    padding:2px 0 7px 0;
}

.content_header h3 {
    float:left;
    color:#cf4400;
    font-size:15px;
    font-weight:bold;
    margin-bottom:12px;
    line-height:16px;
}

.pagination {float:right;margin-top:15px;}
.pagination a {
    -khtml-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background:#FFe400;
    width:26px;
    height:26px;
    margin-top:-2px;
    display:inline-block;
    vertical-align:middle;
    position:relative;
}
.pagination a.disabled,
.pagination a.disabled:hover {
    background:#eee;
    cursor:default;
}
.pagination a span {
    background:url(/images/icons/arrows.png) 0 -2px no-repeat;
    display:block;
    width:14px;
    height:14px;
    position:absolute;
    top:6px;
    left:6px;
}
.pagination a.disabled .left { background-position:0 -51px; }
.pagination a .left { background-position:0 -34px; }
.pagination a .right { background-position:0 -2px; }
.pagination a.disabled .right { background-position:0 -19px; }
.pagination a:hover { background:#ffc800; }

ul.bullets li::before {
  content:"\2022";
  color:#777;
  display:inline-block;
  font-weight:bold;
  width:8px;
}

.container {
    width:1100px;
    margin:0 auto;
}

#leaderboard_top {
    width:1100px;
    margin:5px auto;
    text-align:center;
}

#ubar {
    position:absolute;
    top:10px;
    left:20px;
}
#ubar li {
    float:left;
    margin-right:5px;
}
#ubar .ubar_item {
    display:block;
    padding:7px;
    border-radius:50%;
}

#ubar .ubar_item:hover {
    background-color:#bbb;
}
#ubar_favorite.active .ubar_item,
#ubar_recent.active .ubar_item,
#ubar .ubar_item:active {
    background-color:#b3b3b3;
}
#ubar .ubar_item span {
    background-image:url(/images/icons/us_icons.png);
    background-repeat:no-repeat;
    background-position:0 0;
    display:block;
    width:24px;
    height:24px;
}
#ubar a.collection_button span {background-position:0 2px;}
#ubar a.favorite_button span {background-position:0 -30px;}
#ubar a.recent_button span {background-position:0 -61px;}
#ubar a.addgame_button span {background-position:0  -62px;}
#ubar a.favorite_button {position:relative;}
#ubar a.favorite_button i {
    background:#ec4040;
    font-size:8px;
    font-style:normal;
    color:#fff;
    position:absolute;
    top:5px;
    right:1px;
    text-align:center;
    line-height:11px;
    border-radius:2px;
    padding:0px 3px;
}
.ubar_collection {
    width:305px;
    min-height:50px;
    background:#fff;
    padding:10px;
    position:absolute;
    top:50px;
    left:10px;
    z-index:101;
    visibility:hidden;
}
.ubar_favorite {
    width:352px;
    min-height:70px;
    max-height:750px;
    background:#fff;
    padding:10px;
    position:absolute;
    top:50px;
    left:0;
    overflow:hidden;
    overflow-y:auto;
    z-index:101;
    box-shadow:0 6px 20px 0 rgba(117,117,117,.5);
    -moz-box-shadow:0 6px 20px 0 rgba(117,117,117,.5);
    -webkit-box-shadow:0 6px 20px 0 rgba(117,117,117,.5);
    border-radius:6px;
    visibility:hidden;
}
.ubar_recent {
    width:352px;
    min-height:70px;
    background:#fff;
    padding:10px;
    position:absolute;
    top:50px;
    left:40px;
    z-index:101;
    box-shadow:0 6px 20px 0 rgba(117,117,117,.5);
    -moz-box-shadow:0 6px 20px 0 rgba(117,117,117,.5);
    -webkit-box-shadow:0 6px 20px 0 rgba(117,117,117,.5);
    border-radius:6px;
    visibility:hidden;
}
#ubar_favorite.active .ubar_favorite,
#ubar_recent.active .ubar_recent,
#ubar_collection.active .ubar_collection {
    visibility:visible;
}
#ubar .game_list {
    text-align:center;
}
.fav_game_item {
    position:relative;
    display:inline-block;
    width:29%;
    margin:1% 1% 2%;
        text-align:center;
}
.fav_game_img {
    position:relative;
    width:100%;
    max-width:92px;
    min-width:70px;
    margin:0 auto;
}
.fav_game_img img {
    width:100%;
    max-width:92px;
    min-width:70px;
    border-radius:10%;
    -webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.37);
    box-shadow:0 1px 4px 0 rgba(0,0,0,.37);
}
.fav_game_name {
    width:100%;
    height:15px;
    margin-top:5px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.fav_game_name a {
    font-size:13px;
}
.fav_game_name a:hover {
    text-decoration:none;
}
.fav_game_rate {
    margin-top:4px;
}
.fav_game_rate em {
    background:url(/images/icons/redstar.png) no-repeat;
    width:13px;
    height:15px;
    display:inline-block;
    vertical-align:text-bottom;
}
.fav_game_rate span {
    font-size:12px;
    color:#333;
    margin-left:3px;
}
.fav_game_item .delete {
    position:absolute;
    top:-2px;
    right:-2px;
    padding:0px 2px;
    background:#555;
    border-radius:2px;
    color:#fff;
    font-size:9px;
    line-height:12px;
    cursor:pointer;
}
.fav_game_item .delete:hover {
    background:red;
}

#ubar .nofavorite p,
#ubar .norecent p {
    text-align:left!important;
}
#ubar .nofavorite .icon {
    display:inline-block;
    background:url(/images/icons/icons.png) -2px -54px no-repeat;
    width:15px;
    height:15px;
    position:relative;
    top:2px;
}

#header {
    height:89px;
    -khtml-border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background:#497200;
    position:relative;
    background:-moz-linear-gradient(top,#679200 0,#679200 25%,#497200 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#499200),color-stop(25%,#679200),color-stop(100%,#2b7200));
    background:-webkit-linear-gradient(top,#679200 0,#679200 25%,#497200 100%);
    background:-o-linear-gradient(top,#679200 0,#679200 25%,#497200 100%);
    background:linear-gradient(to bottom,#679200 0,#679200 25%,#497200 100%);
    z-index:100;
}
.top_header_bar {
    height:22px;
    /*border-bottom:1px solid #54680c;*/
}
.top_header_bar ul {
    float:right;
    margin-right:20px;
}
.top_header_bar ul a {
    color:#fded00;
    font-size:11px;
    line-height:22px;
}
.top_header_bar ul a:hover {
    color:#fff;
}
.top_header_bar .social_buttons {
    float:right;
    color:#fded00;
    color:#fff;
    margin-right:8px;
    line-height:22px;
    font-size:11px;
}
.social_buttons .icon {
    display:inline-block;
    vertical-align:text-bottom;
    width:16px;
    height:16px;
}
.social_buttons .icon_fb {background:url(/images/icons/fb_icon.png);}
.social_buttons .icon_tw {background:url(/images/icons/tw_icon.png);}

.header_main {
    height:67px;
    margin:0;
    background:transparent;
    position:relative;
    /*border-top:1px solid #89a639;*/
}
#header .logo {
    background-image: url(/images/logonew.svg)0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 120px 76px
    width:120px;
    height:76px;
    display:inline-block;
    vertical-align:top;
    position:relative;
    top:-16px;
    margin-left:18px;
    text-indent:-100px;
    z-index:100;
    overflow:hidden;
}
#header .logo:active {
    top:-15px;
}
#header .back {
    display:inline-block;
    width:258px;
    height:125px;
    position:absolute;
    top:-58px;
    left:133px;
}
#header .slider {
    width:161px;
    height:101px;
    position:absolute;
    top:-40px;
    left:175px;
    overflow:hidden;
}
#header .slider a {
    display:inline-block;
    width:162px;
    height:101px;
}

.search_bar {
    position:absolute;
    top:0;
    right:14px;
    width:0%;
    min-width:60px;
    height:66px;
    transition: width .1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index:500;
}
.search_submit {
    width:56px;
    height:66px;
    position:absolute;
    right:-2px;
    top:0;
    text-align:center;
    cursor:pointer;
    line-height:66px;
    background:transparent;
    z-index:90;
    border:0;
}
.search_icon {
    display:inline-block;
    position:relative;
    top:3px;
    background:transparent;
}
.search_icon:before {
    content:"";
    background:url(/images/icons/magni_glass2.png) transparent no-repeat 0 0;
    width:21px;
    height:21px;
    display:block;
}
.search_submit:hover .search_icon:before {
    background-position:0 -60px;
}
.search_input {
    position:absolute;
    top:10px;
    right:0;
    display:block;
    width:100%;
    height:40px;
    padding:9px 12px 6px;
    font-size:18px;
    line-height:1.42857143;
    color:#000;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:6px;
    outline:none;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    z-index:10;
    visibility:hidden;
}
.search_bar.sb_open {
    width:720px;
}
.search_bar.sb_open .search_input {
    visibility:visible;
}
.search_bar.sb_open .search_submit:hover .search_icon:before,
.search_bar.sb_open .search_icon:before {
    background-position:0 -30px;
}
.search_bar .search_result {
    width:719px;
    position:absolute;
    top:56px;
    left:0px;
    padding:4px 0;
    z-index:999;
    background:#fff;
    overflow:hidden;
    display:none;
    box-shadow: 0 4px 6px 0 rgba(32,33,36,0.28);
    overflow: hidden;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
}
.search_bar .search_result a {
    display:inline-block;
    height:61px;
    line-height:61px;
    width:100%;
    padding-left:10px;
    color:#333;
    font-size:14px;
    font-weight:bold;
    border-top:1px solid #eee;
    text-decoration:none;
}
.search_bar .search_result a:first-child {
    border:none;
}
.search_bar .search_result a:hover {
    /*color:#477fd3;*/
    color:#fff;
    background:#fb3333;
}
.search_bar .search_result img {
    width:54px;
    float:left;
    margin:3px 15px 3px 0;
    border-radius:5px;
}

#nav_primary {
    display:inline-block;
    vertical-align:top;
    margin-left:215px;
    margin-top:-1px;
}
#nav_primary li {
    display:inline-block;
    margin-right:5px;
}
#nav_primary .menu_label span {
    background-image:url(/images/design/arrows-right.png);
    background-image:url(/images/design/arrows-right-yel.png);
    background-repeat:no-repeat;
    background-position:0 1px;
    width:13px;
    height:10px;
    display:inline-block;
    margin-left:3px;
}
#nav_primary h2 {
    font-size:14px;
    line-height:11px;
    font-weight:bold;
    padding:0px;
    position:relative;
    z-index:200;
}
#nav_primary li {
    margin:0;
    float:left;
    position:relative;
}
#nav_primary .menu_label a {
    height:67px;
    display:block;
    line-height:63px;
    padding:0 6px 0 12px;
    color:#f8dbce;
    color:#fded00;
}
#nav_primary .menu_label a em {
    font-style:normal;
    font-size:12px;
    font-family:sans-serif;
}
#nav_primary li:hover .menu_label a {
    color:#fff;
}
#nav_primary li.favgames:hover .menu_label a {
    background-color:#fff;
    color:#333;
}
#nav_primary li:hover .menu_label a span {
    background-position:0 -10px;
}
#header a {text-decoration:none;}

#content {
    background:rgb(255,255,255,0.5);
    background:transparent;
    padding:0px;
    -khtml-border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-top:5px;
    margin-bottom:10px;
    padding-bottom:5px;
}
#content .content_box {
    padding:10px;
    margin-bottom:5px;
    background:#fff;
    width:100%;
    min-height:50px;
   -khtml-border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}
#main {float:left;width:100%;}

.main_header {font-weight:bold;padding:5px 0px 5px 5px;}

/*==== STYLES FOR THE MAIN COLUMN GRID SYSTEM ====*/
div.col {float:left;margin:0px 3px 0px 2px;min-height:100%;}
div.col.col_first, div.col_p.col_first>div {margin-left:0;}
div.col.col_last, div.col_p.col_last>div {margin-right:0;}

div.col.col_321 {width:321px;}
div.col.col_500 {width:500px;}
div.col.col_560 {width:560px;}
div.col.col_774 {width:774px;}
div.col.col_1100 {width:1100px;}

/*==== STYLES FOR INNER GRID SYSTEM, RELATIVELY SIZED COLUMNS ====*/
div.col_p {float:left;}
div.col_p.col_33 {width:33%;}
div.col_p.col_50 {width:50%;}
div.col_p.col_66 {width:66%;}
div.col_p.col_100 {width:100%;}
div.col_p.col_last {width:auto;overflow:hidden;float:none;}
div.col_p>div {margin:0px 3px 0px 2px;}

/*-main page-*/
.main_text img {
    float:left;
    margin-right:10px;
    border-radius:6px;
}
.main_text h1 {
    font-size:18px;
    margin:10px 0 0px;
    text-transform:uppercase;
}
.main_text .sub {
    margin-bottom:5px;
    margin-top:1px;
    color:#777;
}
/*-main page-*/

/*-collections-*/
.collection_header {
    /*border-top-left-radius:6px;   
    border-top-right-radius:6px;*/
    border-radius:6px;
}
#collection_text h1 {
    font-size:18px;
    margin-top:10px;
    text-transform:uppercase;
}
#collection_text p {
    margin-top:8px;
    /*max-height:96px;*/
    overflow:hidden;
}
.collection_list {
    width:305px;
    margin-bottom:7px;
}
.collection_list:last-child {
    margin-bottom:0;
}
.collection_list a {
    display:inline-block;
    background-color:#ddd;
    width:56px;
    height:56px;
    margin-bottom:5px;
    margin-right:2px;
    -khtml-border-radius:10%;
    -moz-border-radius:10%;
    -webkit-border-radius:10%;
    border-radius:10%;
    position:relative;
}
.collection_list a:last-child {
    margin-right:0;
}
.collection_list a:before {
    display:block;
    content:"";
    position:absolute;
    top:0; bottom:0; left:0; right:0;
    opacity:0.5;
    border:1px solid #555;
    -khtml-border-radius:10%;
    -moz-border-radius:10%;
    -webkit-border-radius:10%;
    border-radius:10%;
}
.collection_list a:after {
    content:"";
    background:url(/images/design/shine-sm.png) 0 0 no-repeat;
    width:32px;
    height:56px;
    position:absolute;
    top:0;
    left:0;
}
.collection_list a img {
    -khtml-border-radius:10%;
    -moz-border-radius:1o%;
    -webkit-border-radius:10%;
    border-radius:10%;
}
.collection_item,
.game_item {
    width:102px;
    margin-left:5px;
    margin-bottom:20px;
    text-align:center;
    float:left;
    position:relative;
}
.collection_item .wrap,
.game_item .wrap {
    background-color:#ddd;
    position:relative;
    width:92px;
    height:92px;
    overflow:hidden;
    box-shadow:0px 0px 0px 0px rgba(50,50,50,0.7);
    -khtml-border-radius:10%;
    -moz-border-radius:10%;
    -webkit-border-radius:10%;
    border-radius:10%;
}
.collection_item .wrap:before,
.game_item .wrap:before {
    content:"";
    background:url(/images/design/shine.png) 0 0 no-repeat;
    width:54px;
    height:92px;
    position:absolute;
    top:0;
    left:0;
}
.collection_item {
    height:88px;
}
.collection_item a,
.game_item a {
    display:block;
}
.game_item .title {
    height:32px;
    width:98px;
    overflow:hidden;
    line-height:16px;
    display:block;
    vertical-align:bottom;
}
.collection_item .title {
    overflow:hidden;
    line-height:16px;
}
.game_item .new {
    background:url(/images/design/label_new.png) no-repeat;
    width:56px;
    height:57px;
    position:absolute;
    left:0;
    top:0;
}
.collection_item h2,
.game_item h2 {
    font-size:13px;
    font-weight:normal;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    display:-webkit-box;
    -webkit-box-orient:vertical;
}
.collection_item .img,
.game_item .img {
    margin:3px 0;
}
.collection_item .img img,
.game_item .img img {
    -khtml-border-radius:10%;
    -moz-border-radius:10%;
    -webkit-border-radius:10%;
    border-radius:10%;
}
.game_item .button_wrap,
.game_item .rate {
    width:92px;
}
.game_item .rate em {
    background:url(/images/icons/redstar.png) no-repeat;
    width:13px;
    height:15px;
    display:inline-block;
    vertical-align:text-bottom;
}
.game_item .rate span {
    font-size:12px;
    color:#333;
    margin-left:3px;
}
.game_item .button {
    width:56px;
    margin-top:10px;
}
.collection_item .button {
    width:86px;
    margin-top:6px;
}
.collection_item a:hover,
.game_item a:hover {
    text-decoration:none;
}
.collection_item a .wrap,
.game_item a .wrap {
    -webkit-transition: -webkit-transform .10s ease-out;
    transition: -webkit-transform .10s ease-out;
    transition: transform .10s ease-out;
    transition: transform .10s ease-out,-webkit-transform .10s ease-out;
}
.collection_item a:hover .wrap,
.game_item a:hover .wrap {
    /*-webkit-transform: translateY(-2px);
    transform: translateY(-2px);*/
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}
.collection_item a:hover .button,
.game_item a:hover .button,
.button:hover {
    color:#333;
    background:linear-gradient(#fff9e7, #ffc613);
    border:1px solid #f1ca39;
}
.collection_item a:active .button,
.game_item a:active .button,
.button:active {
    color:#333;
    border:1px solid #d1a709;
    background:#ffc207;
    box-shadow:none;
}
.collcetion_rating {
    width:50%;
    min-height:26px;
    background:#eee;
    margin-top:13px;
    text-align:center;
    padding:5px;
    border-radius:4px;
}
.collcetion_rating .tit {
    color:#666;
    font-size:12px;
    margin-right:5px;
}
.collcetion_rating .star_rating {position:relative;}
.collcetion_rating .star_rating span {float:left;margin-left:5px;font-size:11px;line-height:17px;color:#777;}
.collcetion_rating .star_rating .starbar a {padding:0 !important;}
.collcetion_rating .starbar {position:relative;width:72px;height:14px;margin-top:1px;float:left;}
.collcetion_rating .starbar .outer {width:72px;height:14px;background:url(/images/icons/stars2.png) no-repeat 0px 0px;}
.collcetion_rating .current_rating {position:absolute;width:72px;height:14px;background:url(/images/icons/stars2.png) no-repeat 0px -15px;outline:none;overflow:hidden;text-indent:-1000em;}
.collcetion_rating .starbar .current_rating.user {background-position:0px -15px;}
.collcetion_rating .starbar a {position:absolute;display:block;left:0;top:0;height:14px;}
.collcetion_rating .starbar a:hover {background: url(/images/icons/stars2.png) no-repeat 0px -29px;}
.collcetion_rating .starbar a.s5 {width:72px;}
.collcetion_rating .starbar a.s4 {width:57px;}
.collcetion_rating .starbar a.s3 {width:43px;}
.collcetion_rating .starbar a.s2 {width:28px;}
.collcetion_rating .starbar a.s1 {width:13px;}

.cvoted_mess {position:absolute;font-size:9px;width:96px;padding:1px 2px;background:#ff5454;color:#fff;z-index:100;border-radius:4px;right:-185px;top:-3px;}
.gvoted_mess {
    position:absolute;
    font-size:9px;
    width:96px;
    padding:1px 5px 2px;
    background:#ff5454;
    color:#fff;
    z-index:100;
    border-radius:4px;
    right:-102px;
    top:-2px;
}

.cosim_tit,
.cosim_bull,
.cosim_tip {
    display:inline-block;
    margin-bottom:10px;
}
.cosim_tit {
    text-transform: none;
    font-size: 17px;
    font-weight: 400;
}
.cosim_bull {
    color: #bbb;
}
.cosim_tip {
    color: #bbb;
}
.cosim_list {
    padding:6px 33px 0 33px;
    position:relative;
}
.padlr0 {
    padding:6px 0 0 !important;
}
.cosim_list a {
    margin-right:4px;
    display:inline-block;
    width:56px;
    height:56px;
    border-radius:50%;
    position:relative;
}
.cosim_list a:before {
    content:"";
    background:url(/images/design/shine-sm.png) 0 0 no-repeat;
    width:32px;
    height:56px;
    position:absolute;
    top:0;
    left:0;
}
.cosim_list a:hover {
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.25);
}
.cosim_list img {
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.stick_list_outer {
    overflow: hidden; 
    height:62px;
}
.stick_list {
    width:3800px;
}
.carousel_button {
    border:none;
    border-radius:50%;
    background:#fff;
    box-shadow:0 1px 6px rgba(0,0,0,.3);
    color:gray;
    width:24px;
    height:24px;
    line-height:0;
    padding:0;
    position:absolute;
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    top:50%;
    cursor:pointer;
    z-index:1;
}
.cr_left {
    left:5px;
}
.cr_right {
    right:5px;
}
.carousel_button:hover {
    box-shadow:0 1px 10px rgba(0,0,0,.3);
    color:inherit;
}
/*-collections-*/

/*-game-*/
#floating_game_holder {
    width:100%;
    clear:both;
}
#game_box_wrap {margin:0 auto;}
.game_box {
    background:#5a5a5a;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    padding:8px 10px 6px 10px;
}

.breadcrumbs {
    display:inline-block;
    background:#5a5a5a;
    border-top:1px solid #ccc;
    color:#bbb;
    padding:5px 2px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
}
.game_box_bottom .breadcrumbs {
    display:block;
    padding:5px 10px;
}
.mbc .home_icon {
    background: url(https://pomidor.net/images/icons/home.png) 0 0 no-repeat;
    display:inline-block;
    width:11px;
    height:10px;
    vertical-align:top;
    margin-top:9px;
    margin-left:2px;
}
.breadcrumbs li {
    float:left;
}
.breadcrumbs a {
    color:#fff;
}
.breadcrumbs a:hover {
    color:yellow;
    text-decoration:none;
}
.mbc .breadcrumbs {
    background:transparent;
    border:none;
    color:#333;
}
.mbc .breadcrumbs a {
    color:#333;
    text-decoration:underline;
}
#gameinfo {
    width:326px;
    margin-left:3px;
    float:left;
    background:#dedede;
    overflow:hidden;
}
#gameinfo .info_tabs {
    background-color:#5a5a5a;
    clear:both;
    height:25px;
    list-style:none;
    margin:0;
    width:100%;
    overflow:hidden;
}
#gameinfo .info_tabs li {
    float:left;
    margin-left:1px;
}
#gameinfo .info_tabs li:first-child {
    margin-left:0px;
}
#gameinfo .info_tabs li a {
    background-color:#999;
    color:#fff;
    display:block;
    font:normal 11px Arial, sans-serif;
    margin-top:2px;
    outline:none;
    overflow:hidden;
    padding:6px;
    text-decoration:none;
    text-transform:uppercase;
    white-space:nowrap;
}
#gameinfo .info_tabs li a.active {
    background-color:#dedede;
    color:#222;
    margin-top:0;
    padding:7px 6px;
}
.game_info_wrapper {
    background: url(https://pomidor.net/images/tmp/logobg.png) no-repeat bottom right;
    overflow-y:auto;
}
#rate_info_pane,
#detail_info_pane,
#game_info_pane,
#chat_info_pane {
    font-size:12px;
    padding:0 10px;
    display:none;
}
#rate_info_pane.active,
#detail_info_pane.active,
#game_info_pane.active,
#chat_info_pane.active {
    display:block;
}
.game_info_title {
    color:#444;
    font-weight:bold;
    text-transform:uppercase;
    margin-top:10px;
    margin-bottom:5px;
}
#game_controls,
#game_feature {
    padding:5px;
    background:#f2f2f2;
}
#game_feature ul {
    padding-left: 15px;
    list-style:circle outside;
}
#detail_info_pane p {
    padding:10px 0px;
}

#game_descr p {
    font-size:14px;
    line-height:19px;
    padding:10px 50px;
    margin-bottom:0px;
}
#game_descr .quote2 {
    float:right;
}
#game_controls li {
    font-size:12px;
    margin:2px 0 1px;
    min-height:5px;
}
#game_controls kbd {
    display:inline-block;
    padding:0px 4px;
    font-family:Arial,sans-serif;
    font-size:10px;
    line-height:13px;
    color:#242729;
    text-shadow:0 1px 0 #fff;
    background-color:#e1e3e5;
    border:1px solid #adb3b9;
    border-radius:3px;
    margin-right:1px;
    white-space:nowrap;
    font-weight:bold;
    text-align:center;
    cursor:default;
}
.highlighted {
    -webkit-animation:highlight-shake 400ms 1 ease-in-out forwards;
    animation:highlight-shake 400ms 1 ease-in-out forwards;
    box-shadow:0 0 12px #77b0c8;
    outline:3px solid #77b0c8;
}

.game_title h1 {
    color:#333;
    font-size:17px;
    font-weight:normal;
    margin:15px 20px;
}
#quicklinks li {
    float:left;
    line-height:15px;
    margin:2px 14px 0 0;
    color:#eee;
    font-size:12px;
}
#quicklinks li a {
    color:#eee;
    font-size:12px;
    padding:0 0 0 20px;
}
#quicklinks li a:hover {
    color:#ccc;
    text-decoration:none;
}
.quickicon {background:transparent url(/images/icons/icons.png) no-repeat 0 0;}
    .cinematic_link {background-position: 0 -1px;}
    .instructions {background-position: 0 -18px;height:15px;}
    .favorite {background-position:0 -54px;height:15px;}
    .favorited {background-position:0 -90px;
}
#quicklinks li.game_flag {
    float:right;
    background-position:0 -73px;
    margin-right:0;
}
#noflash {
    padding:12px;
    background:#b3b3b3;
    text-align:center;
    margin:0 auto;
    border-radius:4px;
}
#gameloader {
    background:#000;
}
#gameloader .loader_box {
    width:120px;
    height:87px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    text-align:center
}
#gameloader img {
    width:120px;
}
#gameloader p {
    font-size:12px;
    color:#ccc;
    margin-left:14px;
}
body .prestitial-running iframe,
body .prestitial-running object,
body .prestitial-running embed {
    position:absolute;
    top:-3000px
}

.related .game_item {margin-right:10px;}
.related_button_prev {float:left;}
.related_button_next {float:right;}
.related_button_prev,
.related_button_next {width:30px;text-align:center;}
.related_button_prev button,
.related_button_next button {
    background-image:url(/images/icons/rotatorarrows.png);
    background-color:transparent;
    border:none;
    width:16px;
    height:22px;
    margin-top:67px;
    text-align:center;
    cursor:pointer;
}
.related_button_prev button {background-position:32px -24px;}
.related_button_next button {background-position:-16px 0;}
.related_button_prev button:hover {background-position:-32px -24px;}
.related_button_next button:hover {background-position:16px 0;}
.related_button_prev button:active,
.related_button_next button:active {margin-top:68px;}
.related_wrapper {overflow:hidden;position:relative;text-align:center;}
.related_items {width:10000px;position:relative;}

#quicklinks {position:relative;}
#quicklinks .quick_star_rating span {float:left;margin-right:5px;}
#quicklinks .starbar a {padding:0 !important;}
.starbar {position:relative;width:65px;height:12px;float:left;}
.starbar .outer {width:65px;height:12px;background:url(/images/icons/stars.png) no-repeat 0px 0px;}
.current_rating {position:absolute;width:65px;height:12px;background:url(/images/icons/stars.png) no-repeat 0px -13px;outline:none;overflow:hidden;text-indent:-1000em;}
.starbar .current_rating.user {background-position:0px -13px;}
.starbar a {position:absolute;display:block;left:0;top:0;height:12px;}
.starbar a:hover {background: url(/images/icons/stars.png) no-repeat 0px -26px;}
.starbar a.s5 {width:65px;}
.starbar a.s4 {width:52px;}
.starbar a.s3 {width:39px;}
.starbar a.s2 {width:26px;}
.starbar a.s1 {width:13px;}
.spinner {
    display:inline-block;
    width:16px;
    height:16px;
    margin:0;
    background:transparent url(/images/tmp/spinner.gif) no-repeat 0 0;
    text-indent:-9999px;
}
.spinner_inverse {
    background-position:0 0;
    position:absolute;
    top:1px;
}

.cinematic_mode .cinematic_overlay {
    background:#000;
    opacity:0.70;
    filter:alpha(opacity=70);
    bottom:0;
    left:0;
    position:fixed;
    right:0;
    top:0;
    z-index:1000002;
}
.cinematic_mode #gamecode {
    height:auto !important;
    padding:0 0 20px;
    position:absolute;
    z-index:1000005;
}
.cinematic_mode #gamefile {
    border:30px solid #000 !important;
    border-radius:6px;
    left:0 !important;
    margin:0;
    position:relative !important;
    top:0 !important;
    -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
    box-shadow:0 5px 15px rgba(0,0,0,.5);
}
#cinematic_close_link {
    background:url(/images/icons/icons.png) no-repeat 0 -115px transparent;
    display:block;
    width:26px;
    height:26px;
    position:absolute;
    right:-35px;
    top:0px;
    font-size:0;
}
#cinematic_close_link:hover {
    background-position:0px -144px;
}

.lazyloaded {
    transition:all 0.1s ease-in-out;
    -webkit-transition:all 0.1s ease-in-out;
    -moz-transition:all 0.1s ease-in-out;
    -o-transition:all 0.1s ease-in-out;
}

/*-game-*/

.main_header a:hover {text-decoration:underline;}
.subtle {color:#787878;}
.hide a .tpd-tooltip {
    -webkit-border-radius: 8px;
    background-color:#f32424;
    border-radius: 8px;
    -moz-border-radius:8px;
    color:#fff;
    display:inline-block;
    font-size:14px;
    left:0;
    padding:11px 12px;
    position:absolute;
    text-align: center;
    top:-48px;
    white-space:nowrap;
    z-index: 9999
}
.tpd-triangle {
    border-bottom-style:solid;
    border-left-color:transparent;
    border-left-style:solid;
    height:0;
    left:0;
    position:absolute;
    top:0;
    width:0
}

/*-help-*/
.holders ul {
    padding-left:20px;
}
.holders li {
    list-style-type:disc;
}
.holders p {
    margin-top:2px;
    margin-bottom:8px;
}
/*-help-*/

/*-search-*/
.search_results_header {
    margin-bottom:10px;
}
.search_results_header h1 {
    text-transform:uppercase;
    font-size:18px;
    font-weight:normal;
    line-height:30px;
}
#search_results h2 {
    text-transform:uppercase;
    font-size:14px;
    line-height:22px;
    margin-top:10px;
    margin-bottom:10px;
}
.results_ul li {
    border-bottom:1px solid #d6d6d6;
    margin-bottom:10px;
    padding-bottom:10px;
}
.results_ul li:last-child {
    border-bottom:none;
}
.results_ul .img {
    width:10%;
    display:inline-block;
    vertical-align:middle;
}
.results_ul .img img {
    border-radius:10%;
}
.results_ul .details {
    width:80%;
    display:inline-block;
    vertical-align:middle;
}
.results_ul .details .name {
    font-size:15px;
    font-weight:bold;
    color:#000;
}
#collection_results {
    background:#f7f7e4;;
    border-radius:6px;
}
#collection_results .results_ul .img {
    width:7%;
    display:inline-block;
    vertical-align:middle;
}
.results_ul .details p {
    height:30px;
    overflow:hidden;
}
.results_ul .details .name:hover {
    color:#53bbf1;
    text-decoration:none;
}
/*-search-*/

/*-about-*/
.about_list {
    margin:0 0 10px 30px;
}
.about_list li {
    list-style: disc;
    display: list-item;
    margin-bottom: 0;
}
/*-about-*/

#footer {
    position:relative;
    height:54px;
    margin:0 auto 20px auto;
    color:#5e941b;
    text-align:center;
    -khtml-border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background:#568103;
    background:-moz-linear-gradient(top,#568103 0,#1f3600 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#568103),color-stop(100%,#1f3600));
    background:-webkit-linear-gradient(top,#568103 0,#1f3600 100%);
    background:-o-linear-gradient(top,#568103 0,#1f3600 100%);
    background:-ms-linear-gradient(top,#568103 0,#1f3600 100%);
    background:linear-gradient(to bottom,#568103 0,#1f3600 100%);
}
#footer .nav {
    color:#839656;
    padding-top:12px;
}
#footer .nav a {
    font-size:12px;
    color:#fded00;
}
#footer .nav a:hover {
    color:#fff;
}
#footer .copyright {
    line-height:15px;
}
#footer .copyright,
#footer .copyright a {
    font-size:11px;
    color:#839656;
}
#footer a {text-decoration:none;}
#footer .gtt {
    position:absolute;
    top:-18px;
    right:20px;
}
#footer .gtt:active {
    top:-17px;
}

/*dialog popup*/
.modalDialog {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0, 0, 0, 0.7);
    z-index:99999;
    display:none
}
.modalDialog:target {
    display:block
}
.modalDialog>div {
    width:500px;
    position:relative;
    margin:5% auto;
    padding:17px 20px 20px;
    border-radius:10px;
    background:#fff;
}
.modalDialog ul li {
    list-style:disc;
    display:list-item;
    margin-bottom:2px;
}
.modalDialog .close {
    color:#7f7f7f;
    position:absolute;
    right:10px;
    top:10px;
    font-size:18px;
    font-weight:700
}
.modalDialog .close:hover {
    color:#333;
    cursor:pointer;
    text-decoration:none;
}
.modalDialog .close i {
    font-style:normal;
}
.button_report {
    font-size:16px;
    font-weight:700;
    text-decoration:underline;
    cursor:pointer;
    display:inline;
    color:#e13332;
}

/*message*/
#sitemessage {
    background-color:#fdffeb;
    color:#333;
    margin:10px auto;
    padding:0.7em 10px 0.6em;
    width:922px;
    border-radius:6px;
}
#sitemessage .inner {
    padding:5px 5px 1px;
}
#sitemessage img {
    float:left;
    margin-right:20px;
}
#sitemessage .message_block {
    margin-left:60px;
}
#sitemessage h2 {
    font-size:18px;
    margin-bottom:5px;
}
#sitemessage p {
    font-size:13px;
}
#sitemessage p a {
    text-decoration:underline;
}
@media (max-width: 1300px) {
    #ubar {left:5px;}
    #ubar li {float:none;}
}
/*
@media screen and (max-width:775px) {
    .container, #leaderboard_top {width:auto !important;margin:0 5px;}
    #header {height:60px;}
    #header .header_main {margin:0;}
    #header .logo {width:101px;height:37px;top:13px;margin-left:12px;background:transparent url(/images/logo-mob.png) no-repeat 0 0;}
    #header .logo:active {top:14px;}
    #nav_primary,.top_header_bar, #header .image {display:none;}
    .header_main {border-top:0;}
    #header .back,
    #header .slider {display:none;}
    .search_bar,
    .search_submit {height:60px;}
    .search_input {width:28%;height:36px;top:15px;font-size:16px;}
    #ubar {display:none;}

    .collection_list {width:100%;}

    div.col {width:100% !important;margin:0;}
    div.col.col_last {margin-top:5px;}

    iframe, textarea, input, button, submit, select, video, object, embed {max-width: 100%!important;}
} 
*/
