/***Банер по центру***/
.baner-center {
  display:flex;
  align-items: center;
  justify-content: center;
}
/*Курсор для сайта */
body {cursor: url(../images/cursor/Flying_Lemon_GradientCursor.png), default;}
a {cursor: url(../images/cursor/Flying_Lemon_GradientPointer.png), pointer!important;}
/*Выделение текста */
::-moz-selection{background: #ee931f; color: #fff;} 
::webkit-selection{background: #ee931f; color: #fff;} 
::selection{background: #ee931f; color: #fff;}
/* ----------------- */
/* ----////// Эффект прозрачности /////------- */
#banners a img {
opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=40);
}
#banners a:hover img {
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
/* ----------------- */
/***Кнопка скачать со старого сайта***/
.buttont {
    display: block;
    width: 240px;
    padding: 9px;
    background: #74a20e;
    border-radius: 3px;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    text-decoration: none;
}
.buttont:hover {
    background: #ec911c;
    color: #fff;
}
/***Кнопка скачать со старого сайта***/
/*---Кнопка вверх---*/
#toTop {
    z-index: 2;
    background: #779f00 url(../images/top_arrow.png) no-repeat center;
    width: 50px;
    height: 50px;
    text-indent: -99999px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}
#toTop:hover {
    background-color: #90bd0b;
}
/***Цвет меню верхнего***/
header .menu > li.active > a {
    background: #5a7509 !important;
    color: #fff;
}
nav#main_menu .menu li ul li {
    background: #5a5a5a;
}
/***Комментарии***/
#comments_list .comment .body .avatar {
    float: left;
    padding: 0px;
    border: solid 2px #999;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 15px;
}
#comments_list .comment .content {
    display: table;
    padding: .75em 1em;
    min-height: 25px;
    font-size: .95em;
    background: #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    color: rgba(17, 17, 17, 0.7);
    border: 1px solid#C9C9C9 !important;
}
#comments_list .selected-comment {
    padding-right: 10px;
    box-shadow: 3px 3px 7px 0px #b1b1b1;
}
#comments_list .comment {
    overflow: hidden;
    border-radius: 2px;
    padding: 10px 8px;
    margin: 4px 0;
}
#triangle-left {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 9px solid #e1e1e1;
    border-bottom: 7px solid transparent;
    padding-right: 74px;
    margin-top: 25px;
    position: absolute;
}
#comments_add_link a {
    padding: 8px;
    background-color: #779f00;
    width: 140px;
    color: #f5f0f0;
    font-weight: 900;
    text-shadow: 1px 1px #505050;
    text-align: center;
    background: #779f00;
    border-radius: 2px;
    text-decoration: none;
    border-bottom: dashed 1px #2980b900;
    box-shadow: 1px 1px 4px 0px #8f9090;
    cursor: pointer;
}
#comments_add_link a:hover {
    background: #64820b;
}
#comments_widget #comments_refresh_panel a {
    display: block;
    width: 50px;
    height: 35px;
    background: url(/templates/default/images/icons32/update-black.png) no-repeat center center #d4d4d4;
}
#comments_widget #comments_refresh_panel a:hover {
    background-color: #cacaca;
}
#comments_list .comment .body {
    padding-left: 5px;
}
/***Стиль виджетов***/
#layout .widget > .title, .widget_tabbed .tabs ul, .widget_user_avatar .user_info, .widget_search {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.widget > .body, .widget_tabbed .widgets {
    /*border: 1px solid rgba(0, 0, 0, 0.06);*/
    border-top: none;
    /* -webkit-box-shadow: 0 0 5px 2px rgba(39,39,39,0.30); */
    /* box-shadow: 0 0 5px 2px rgba(39,39,39,0.30); */
    /*background: white;*/
    border: 1px solid #A7A6A6;
    /* padding: 3px; */
    /* padding-bottom: 8px; */
    /* padding-top: 8px; */
    border-radius: 4px;
    -moz-border-radius: 4px;
    /* -webkit-border-radius: 4px; */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    border: medium none;
}
.widget > .title {
    text-shadow: 1px 1px 1px #000;
}
.widget_profiles_list .item .image img, .item-avatar > img {
    display: block;
    border-radius: 50px;
}
/*Стиль тела новости*/
#main_content {
    border-right: 1px solid #eee;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(39,39,39,0.30);
}
aside {
    padding: 15px;
    border-left: 0px solid #eee;
    margin-left: -1px;
}
.field.ft_image.f_photo.left_field {
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-width: 1px;
    box-shadow: 3px 3px 3px rgb(204, 204, 204);
    float: left;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 10px;
    margin-top: 2px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    -moz-border-radius-bottom: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-bottom-radius: 4px;
    border-radius: 4px;
}
.hover_image {
    position: relative;
    display: block;
}
.content_item .ft_image img, .ft_html img {
    display: inline-block;
    margin: 0;
    #width: 100%;
}
.content_item .field .title_left, .content_item .field .title_top, .content_list .field .title_left, .content_list .field .title_top {
    font-weight: bold;
    color: #666;
}
.content_item .field {
    margin-bottom: 5px;
    margin-top: 3px;
    overflow: hidden;
    color: #555;
    box-sizing: border-box;
}
/* Стиль набора картинок */
.second_type_images {
    max-width: 180px;
}
/* Стиль футера */
#layout footer {
    background: #779f00 url(../images/footer-bg-bottom.jpg) repeat-x left bottom;
    display: block;
    padding: 0px 15px;
    color: #fff;
    height: auto;
    padding-bottom: 40px;
}
.footer_top {
    box-shadow: 0 1px 3px rgb(235, 144, 27);
}
footer .footer_middle:before {
    background: rgba(0, 0, 0, 0.09);
}
footer .widget .body {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.35);
}
#layout footer a {
    color: #ecf0f1;
    text-shadow: 1px 1px 1px #000;
}
#layout footer a:hover {
    color: #ed931a;
    text-decoration: none;
}

.footer_text {
    background: #639102;
    padding: 0px;
    padding-left: 30px;
    margin: 0 -15px;
    box-shadow: 0 1px 3px rgb(235, 144, 27);
}
/*Стиль ссылок*/
a:hover, a.ajaxlink:hover {
    color: #ec911c;
    text-decoration: none;
}
a, a.ajaxlink {
    will-change: all;
    color: #898f92;
    transition: background 0.15s linear, color 0.15s linear;
}
a {
    color: #898f92;
    text-decoration: none;
}

.content_categories li a {
    color: #ffffff;
    background: #779f00;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
}
.content_categories li a:hover {
    color: #ec911c;
    background: #666;
}
span.dynatree-selected a {
    color: #e08447;
    font-style: italic;
}
/*Торрент*/
.widget_user_trInfo .avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.widget_user_trInfo .user_info {
    overflow: hidden;
    clear: both;
    margin: -15px;
    padding: 6px;
    margin-bottom: 10px;
    background: #779f00;
    background: linear-gradient(#8fbd05, #779f00);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/*отступ левого виджета от контента*/
#widget_pos_left-bottom {
    padding-top: 20px;
}
/*Стили виджетов - цвета*/
#layout .widget .bg_green {
    background: #779f00;
    background: linear-gradient(#8fbd05, #779f00);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
#layout .widget .bg_orang {
    background: #ed921e;
    background: linear-gradient(#ffa028, #ed921e);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

/*Стили кнопок скачать*/
.f_files .value a {
    line-height: 30px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 10px;
    color: #ffffff;
    text-shadow: 0 1px 2px #000;
    background: #74a20e;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 4px 0px #8f9090;
}
.f_files .value a:hover {
    background: #ee931f;
}
.f_files .size .ml-2 {
    padding: 5px 10px;
}

.tFile .futr a {
    color: #ffffff;
    text-shadow: 0 1px 1px #000;
}
.tFile .futr {
    height: 26px;
    line-height: 26px;
    width: 100px;
    overflow: hidden;
    color: #f5f0f0;
    text-shadow: none;
    text-align: center;
    background: #779f00;
    border-radius: 2px;
    box-shadow: 1px 1px 4px 0px #8f9090;
}
.tFile .futr:hover {
    background-color: #6e9007;
}
.content_item .torrent_bar, .content_list_item .torrent_bar {
    margin: 5px 0;
    overflow: unset;
    clear: both;
    font-family: Tahoma, Verdana, Segoe, Helvetica, sans-serif;
}
.tFile dl {
    line-height: 24px;
    overflow: hidden;
    border-top: 1px solid #dedede;
}
.tFile dt {
    width: 142px;
    height: 24px;
    padding: 0 0 0 8px;
    float: left;
    border-right: 1px solid #e0e0e0;
}
.tFile .conts {
    position: relative;
    overflow: hidden;
    border-left: 1px solid #fdfeff;
    border-right: 1px solid #fbfbfb;
    background: #f5f5f5;
    box-shadow: 1px 1px 4px 0px #8f9090;
}
a.tfLink {
    line-height: 30px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 10px;
    padding-left: 35px;
    color: #ffffff;
    text-shadow: 0 1px 2px #000;
    background: #74a20e;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 4px 0px #8f9090;
}
a.tfLink:hover {
    background: #ee931f;
}
.tfLink::before {
    content: "";
    position: absolute;
    /* bottom: 0px; */
    /* right: 0; */
    left: 0px;
    width: 32px;
    height: 27px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABOCAMAAACaL4H6AAAANlBMVEVHcEz///////////////////////////////////////////////////////////////////+GUsxbAAAAEXRSTlMACDhfEql54va+0OwpHUuQA1MzsTEAAALFSURBVFjDtVnbcoUgDJRLuIrA//9szzmdaasJEJHmWXeW7G4Q3LZnpXeVjd7W1xvYW1fd8R/A0dVPgVgILN/A9beiXAd+/AX+VF4HvtsreNjXoecreDXjl4RIu0xjdSSm3nWjSC+VIARrbR7atsAV3Knms/owEOKNNR7uit5woz5yOMsf0rB//goeySApj4zlxtQVpl6Ix9BTr/LDrutwfcdSQYoEeFuenzKVEyRPgDOGBQ6S3TkUeMOCFSRJ9aXmMhEkbDJN9mXsRhykqph9qWoiSITJ6L6M3YiDRDCi+8LYuhSHOt0XGEqaAiMfdF/sPhEkTF2QfWHMRhwkopl0X8ZuJIKEo40ZMN2IG4qpC6iTbgTGS8rVudmIg4RfwqZizkYiI4h6yXUuSEUxpDrcJHVizchl9Aho7Lon6oSNTWFZnUEdj3W809AjgNF1ysZXTRtWZ3idkNRdGlNoqzO8Tq05GsGx+njCkA11IMXY6oT247Z8yIPa9cjqo6+MJqnqLIysPtK0MVG/eQ2tjrQfjfQ/mxmDQy+nh+WBt6zeO07tofLAG1P90/aGH5OvXHDdpgGkqLKPfQIvpv0cYO5CnciA74K3ptd3Zy52FxLcOQ47uB64ht4aTfpzrlQQ0Te3Vpe+AmOj/jFNPuS+S6kMWEeeiJLxrjX0Sgp9hWq0NrreYeF97nT0B2HJda5+vVq29F4aeB8uc5e47GCVPWf4tYoitBa8jXpQjK+n3nTuYxvmLVRvgj7F3sRtSa3h354d7qZP7lz73ZM0mLTdKcNGjt7cvTdjSepiACPv37IWaAX/XSEED9kcMpVtpmhJ/WtmvSppXeZgH56oH0i66DKYltSuuQxuSJrLEnRaUrvkMrjo2cuAB5KGtIQ6LSl3T5g4RbEOSA8kXRSk6cuAB5Iu+qvSGLxrgtSQdE2QWnup+U9J7wXpC1YOwjwqPouUAAAAAElFTkSuQmCC);
    opacity: .35;
    background-size: contain;
}
a.tfMagnetLink {
    line-height: 30px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 10px;
    padding-left: 30px;
    color: #ffffff;
    text-shadow: 0 1px 2px #000;
    background: #74a20e;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 4px 0px #8f9090;
}
a.tfMagnetLink:hover {
    background: #ee931f;
}
.tfMagnetLink::before {
    content: "";
    position: absolute;
    /* bottom: 0px; */
    /* right: 0; */
    left: 165px;
    width: 30px;
    height: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAADFUlEQVR4nO2aSWgUURCGO2pMRA96EA/BHSFBxI2IK4rmorkoesnFiyJkEImg6HhwA9FIcEXEDVxQXPCgHgQPSg5icjJG1IOi4kKMRoj7nk8eqQEZJknNq+7OCPOfBmaor//ueq9eVU8Q5JVXbgoYBSSAc0Az8I5OfQJeAvXAHqASKApySUABsBi4CXSgVzuwFxiZCyYmAY3Y9A3YBRT3lon1wE/C00OgLE4DfYDjRCOXbnPjMnKCaPUZmBm1iXXEo1ZgRJQL+wfx6ZbbEaPYYhuIX8vDNuLqhE+uu9pySgrkfY8Yz4DCMI24iqzVe2A1MDBDnDLgUpZmloVlYnSWtaDHRQqsAn4rY14Py8iaLJ7E8CziJpVxfwFDwzByQQlMeBTWB8rY1WEY0cA+ZloTitgrlUbqwzDyQQG64Rl7MPBdEf8PUGI1olmUxwzxr6DTWqsRt9h60hlD/CqlkUarkTcKyD1D/EHAFwWjAxhrMXI76hwGzqPTJouRQ0pIjYGxRMloDmKANBgYRdJUaTTeksNflTk8xmDmpNLI9sAAuaiEJA2MhUrGE4uRpUpIk4HRTzpDjab6Qoojz+FOzmElY3dggJxWQrYZGPOUjBfebTCwKOoclhPxKyVnli+kEGhTQqYYzOzrJm47cFYK8MHAADmiNFJrYEzPMFK95gYRqVZBWu+3boPwhcxXGnnum8MysXkqE/yqLnr/auFUWHL4tdKM97QQ2CkxMs6CXesrp3Lv9sEF2a80csDAmCgxNncxDElKV9piMTJDaaQF6GvgPHJTGflc4g6laUPCx24wYjFSIIMzjRYYOFskRoPsUshbrzqg3NtAGqRWaeSogTFO+vlWaSXmuDUaioF/IJN7qLp1cifdrKu/gTPMkp5aiJsqptQmR5iK1F0DVsh3lUEuC9gqF5rIdNeAIfIawnswEYuAUjGyo5vfXJVtckCQywKa3CExvYoD0+R9utuCnWYHuSxgo1xoOTDBPR0xlmp978grhmgXrFVSZTvSxqp3gQ3uXxDB/yTgsgy63eIv7e3rySuvIDr9BZpdO5+HVFRYAAAAAElFTkSuQmCC);
    opacity: .45;
    background-size: contain;
}
span.size {
    background: #ee931f;
    display: inline-flex;
    color: #fff;
    padding: 5px;
    box-shadow: 1px 2px 3px #a0a0a0;
    border-radius: 3px;
}
/*Стиль кнопок*/
input.button-submit, input.button {
    padding: 7px 10px;
    line-height: 100%;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
    background: #779f00;
    border: none;
    transition: background ease-in-out .15s;
}
input.button-submit:hover, input.button:hover {
    background: #ec9120;
}

.treilergame {
    padding: 5px;
    background-color: #779f00;
    width: 90px;
    color: #f5f0f0;
    font-weight: 900;
    text-shadow: 1px 1px #505050;
    text-align: center;
    background: #779f00;
    border-radius: 2px;
    text-decoration: none;
    border-bottom: dashed 1px #2980b900;
    box-shadow: 1px 1px 4px 0px #8f9090;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
}
.treilergame:hover {
    background: #ee931f;
}

.flashgame {
    padding: 5px;
    background-color: #779f00;
    #width: 90px;
    color: #f5f0f0;
    font-weight: 900;
    text-shadow: 1px 1px #505050;
    text-align: center;
    background: #779f00;
    border-radius: 2px;
    text-decoration: none;
    border-bottom: dashed 1px #2980b900;
    box-shadow: 1px 1px 4px 0px #8f9090;
    cursor: pointer;
    margin-bottom: 5px;
}
.flashgame:hover {
    background: #ee931f;
}

/*Стиль кнопок сылок*/
a.game_file_url {
    position: relative;
    visibility: hidden;
}
a.game_file_url:hover:after {
    background: #ee931f;
}
a.game_file_url:after {
    content: 'СКАЧАТЬ ПО ССЫЛКЕ';
    visibility: visible;
    display: block;
    position: absolute;
    color: #fff;
    background-color: #717171;
    border-radius: 2px;
    box-shadow: 1px 2px 4px #a0a0a0;
    padding: 5px;
    top: 2px;
}

a.games_download {
    color: #fff;
    background-color: #717171;
    border-radius: 2px;
    box-shadow: 1px 2px 4px #a0a0a0;
    padding: 5px;
    top: 2px;
}
a.games_download:hover {
    background-color: #ee931f;
}

a.files_url {
    position: relative;
    visibility: hidden;
}
a.files_url:hover:after {
    background: #ee931f;
}
a.files_url:after {
    content: 'СКАЧАТЬ';
    visibility: visible;
    display: block;
    position: absolute;
    color: #fff;
    background-color: #717171;
    border-radius: 2px;
    box-shadow: 1px 2px 4px #a0a0a0;
    padding: 5px;
    top: 2px;
}
/*Стиль размера файла*/
.field.f_size_games {
    background: #ee931f;
    display: inline-flex;
    color: #fff;
    margin-top: 10px;
    padding: 5px;
    box-shadow: 1px 2px 3px #a0a0a0;
    border-radius: 3px;
}
.field.f_size_film {
    background: #ee931f;
    display: inline-flex;
    color: #fff;
    padding: 6px;
    box-shadow: 1px 2px 3px #a0a0a0;
    border-radius: 3px;
}

.field.f_size_files {
    background: #ee931f;
    display: inline-flex;
    color: #fff;
    padding: 6px;
    box-shadow: 1px 2px 3px #a0a0a0;
    border-radius: 3px;
}

.field.ft_url.f_file_url.left_field {
    height: 35px;
}

.ft_file .value .size {
    margin-left: 5px;
    font-size: 12px;
    color: #fff;
}
/*Стиль мультизагрузки*/
.filename {
    color: #fff;
    /*background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #779f00;
    box-shadow: 1px 2px 4px #a0a0a0;*/
    padding: 5px;
    margin-top: -7px;
    height: 30px;
}
/*.filename:hover {
    background-color: #fcfcfc;
}*/

.filesize {
    font-size: 12px;
    vertical-align: bottom;
    line-height: 24px;
    background: #ee931f;
    display: inline-flex;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    box-shadow: 1px 2px 3px #a0a0a0;
    border-radius: 3px;
}
/*Стиль форм*/
#wall_widget #wall_add_form, #comments_widget #comments_add_form {
    display: none;
    margin: 15px 0;
    background: #efefef;
    padding: 15px;
    border-radius: 4px;
}
.is_collapse {
    position: relative;
    background: #eeeeee;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
    padding-left: 10px;
}
.gui-panel {
    background: #efefef;
    border: solid 1px #cecece;
    color: #B3C2C9;
    box-sizing: border-box;
    border-radius: 3px;
    clear: both;
}
.filter-panel .filter-link a {
    display: block;
    padding: 7px 5px;
    padding-left: 10px;
    text-decoration: none;
    color: #666;
}
.filter-panel .filter-link a:hover {
    background-color: #ccc;
}
.filter-panel .fields .title {
    color: #779f00;
    text-shadow: 0 1px 1px #fff;
    margin-bottom: 3px;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #779f00;
    color: #fff;
}
/*Стиль переключателя страниц*/
.pagebar_current {
    background-color: #ff9234;
    color: #FFF;
    text-shadow: 1px 1px #555;
    margin: 3px;
    padding: 6px;
    border-radius: 2px;
    box-shadow: 1px 1px 5px #6d6d6d;
}
.pagebar_nav .pagebar_page {
    padding: 6px;
}
.pagebar_page {
    padding: 6px 0;
    margin: 2px;
    padding: 6px;
    background-color: #779f00;
    color: #FFF;
    text-shadow: 1px 1px #555;
    margin: 3px;
    padding: 6px;
    border-radius: 2px;
    box-shadow: 1px 1px 5px #6d6d6d;
}
.pagebar_pages .pagebar_page:hover {
    background: #9ac715;
    text-decoration: none;
    color: #f5f5f5;
}
.pagebar_nav .disabled {
    color: #fbfbfb;
}
/* Стиль споллера */
.spoiler > input + label, .spoiler > .spoiler_body {
    background: #779f00;
    /*background: linear-gradient(#a8cc3b, #779f00);*/
    padding: 5px 10px;
    margin-bottom: 3px;
    overflow: hidden;
    border-radius: 2px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    width: 95%;
    /* height: 26px; */
    box-sizing: border-box;
    display: block;
    border: 2px;
    box-shadow: 1px 1px 4px 0px #8f9090;
}
.spoiler > input + label:hover {
    background: #9abf2a;
}
.spoiler > .spoiler_body {
    border: 1px solid #bdca99;
    border-top: none;
    background-color: transparent;
    color: #4e4e4e;
    text-shadow: 0px 1px 1px #fff;
    background: #fff;
}
/* Страница профиля */
#user_profile .block .content_counts a {
    color: #779f00;
    font-family: fantasy;
    text-shadow: 0px 1px 0px #dcdcdc;
}
#user_profile .block .content_counts li {
    border-bottom: solid 1px #779f00;
}
#user_profile #left_column .block {
    border: solid 0px #779f00;
    border-bottom: none;
    margin-right: 15px;
    min-width: 200px;
    max-width: 250px;
    padding: 10px;
}
#user_profile #left_column .block:last-child {
    border-bottom: solid 1px #779f00;
    background-color: white;
    border: solid 1px #779f00;
    border-radius: 3px;
    box-shadow: 0px 2px 4px #9c9b9b;
    margin-bottom: 5px;
    margin-top: 5px;
}
#wall_widget #entries_list .entry {
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #779f00;
}
#user_profile #information .fieldset .field .title {
    color: #779f00;
}
.tabs-menu > ul {
    border-bottom: solid 1px #779f00;
    height: 33px;
    clear: both;
}
.tabs-menu .tabbed li.active a, .tabs-menu .tabbed li.active a:hover {
    cursor: default;
    color: #8e8e8e;
    border: dashed 2px #779f00;
    border-bottom: none;
    background-color: #FFF;
    margin: 1px 0 0 0;
}
.tabs-menu .tabbed li a:hover {
    background-color: #779f00;
    color: #f1f1f1 !important;
}
.tabs-menu li a .counter {
    color: #779f00;
    font-size: 12px;
    margin-top: -15px;
    border-radius: 2px;
    padding: 2px 5px;
}
h1 span {
    color: #779f00;
}
#user_profile_ratings .block {
    background-color: #779f00;
    color: #FFF;
}
/*Таб меню пользователя? правка кнопки после "ещё" по горизонтали*/
.tabs-menu li.folder > ul li {
    border: none;
    width: 100%;
    float: none;
    white-space: nowrap;
}
/*Стиль разделительной черты*/
#line1 {
    height: 3px;
    padding: 0 0 3px;
    background: url(/templates/boxed/images/linegreen.gif) repeat-x top left;
}
/*Прелоад страницы*/
#p_prldr{
position: fixed;
left: 0;
top: 0;
right:0;
bottom:0;
background: #779f00;
z-index: 30;}

.contpre small{font-size:25px;}

.contpre{
width: 250px;
height: 100px;
position: absolute;
left: 50%;top: 48%;
margin-left:-125px;
margin-top:-75px;
color:#fff;
font-size:40px;
letter-spacing:-2px;
text-align:center;
line-height:35px;}

#p_prldr .svg_anm {
position: absolute;
width: 41px;
height: 41px;
background: url(/templates/boxed/images/pufffpreload.svg) center center no-repeat;
background-size:41px;
margin: -16px 0 0 -16px;}
/*Отсутсвие плеера*/
.otsutstvie {
    color: #737373;
    font-size: 30px;
    height: 120px;
    text-align: center;
    line-height: 35px;
    background: url(/templates/boxed/images/errorfilm.gif) center center no-repeat;
}
/*Качество видео*/
.films_list_autolink {
    background: #779f00;
    padding: 2px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-shadow: 0px 1px 3px #6f6f6f;
}
/*Платформа игры*/
.games_list_autolink {
    background: #779f00;
    padding: 2px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-shadow: 0px 1px 3px #6f6f6f;
}
/*Стиль мультивыбор*/
.ft_listbitmask > .value > ul.multiple_tags_list li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 6px;
    color: #779f00;
    background: #f5f5f5;
    border: dashed 1px #989796;
    border-radius: 3px;
}
.ft_listbitmask > .value > ul.multiple_tags_list li > a:hover {
    background: #ee931f;
    border-radius: 3px;
    color: #fff;
}
/*Стиль списка меню*/
main aside .menu li:hover, main aside .menu li.active, .is_three_columns .menu li:hover, .is_three_columns .menu li.active, main section .menu li:hover, main section .menu li.active {
    position: relative;
    z-index: 2;
    cursor: default;
    background: #f9e3c7;
}
/*Стиль меню категорий*/
a.itemcatsp {
    /* font: 12px/12px 'Tahoma'; */
    /* color: #494949; */
    background: #fbfbfb;
    /* margin: 0; */
    display: block;
    padding: 3px;
    border-bottom: solid 1px;
}
/*Стиль уведомлений*/
main aside .menu .counter, .is_three_columns .menu .counter, main section .menu .counter {
    float: right;
    padding: 0px 7px;
    background: #ec911c;
    border-radius: 50px;
    font-size: 11px;
    color: white;
}
/*Стиль страницы поиска*/
.pills-menu-small li.active {
    background: #779f00;
    color: #FFF;
}
#search_results_list .item {
    margin-bottom: 15px;
    clear: both;
    overflow: hidden;
    border: 2px dashed #779f00;
    background: #f7fde6;
    padding: 5px;
}
/*Подписаться*/
.subscribe, .unsubscribe {
    background-color: #ee931f;
    color: #fff !important;
    padding: 4px 10px;
    text-decoration: none;
    border-radius: 2px;
}
.subscribe:hover,.unsubscribe:hover{
    background-color:#779f00;
    color:#fff;
    text-decoration:none
}
.unsubscribe{
    background-color:#bdc3c7;
}
.unsubscribe:hover{
    background-color:#95a5a6;
}
/*Стиль флеш игр*/
#.ft_flashurl {
#    display: none;
#}
#.ft_flashfile {
#    display: none;
#}
/***Скроллинг***/
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:6px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#32312e;
box-shadow:0px 0px 3px #000 inset;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 3px;
border-radius: 3px;
background-color:#ee931f;
box-shadow:0px 1px 1px #f8a030 inset;
background-image:url('/templates/boxed/images/scrollbar.png');
background-position:center;
background-repeat:no-repeat;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:7px;
height:0px
}

::-webkit-scrollbar{
width: 15px;
}

/* ----------------- */
/***Рейтинг***/
.rating_label {
    float: left;
    margin: 5px 10px 0 0;
    font-size: 14px;
    color: #656565;
    font-weight: bold;
}
/* ----------------- */
/***В избранное***/
.bar_item.bi_favorite {
    float: right;
    margin: 0 0px 0 0;
    display: inline-flex;
    font-size: 11px;
    color: #7f8c8d;
    font-weight: bold;
}
.favorites_label {
    margin: 2px 5px 0 0;
    font-size: 11px;
}
/* ----------------- */
/* форум */
.category-table-header tr {
    background: #779f00 repeat scroll 0 0;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    height: 36px;
}
.threads-table-header tr {
    background: #ee931f repeat scroll 0 0;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    height: 36px;
}
.new_thread_button a {
    display: inline-block;
    padding: 7px 12px;
    background-color: #779f00;
    color: #fff;
}
.post-links {
    margin-left: 10px;
    float: right;
    opacity: 1;
    filter: 'alpha(opacity=40)';
}
.category.category-as-folder, .category.is_first_parent {
    background: #ecf0f1 repeat scroll 0 0;
    border: 1px solid #c9ced2;
    color: #09161b;
    font-size: 1.3rem;
    font-weight: bold;
    height: 36px;
    position: relative;
}
.category.category-as-folder a, .category.is_first_parent a {
    color: #727272;
}
.thread-info {
    height: 2rem;
    line-height: 2.8rem;
}
.thread-info-date {
    font-size: 1rem;
}
.thread-link a {
    font-size: 1.5rem;
    text-decoration: none;
}
.last-post-date {
    font-size: 1.1rem;
}
.last-post-user {
    font-size: 1.1rem;
}
.threads-table-stats-title {
    font-size: 1.1rem;
    font-weight: bold;
}
.threads-table-stats-count {
    font-size: 1.1rem;
}
.posts-table-header {
    font-size: 0.9em;
    background: #2d2828 none repeat scroll 0 0;
    color: #fff;
    padding: 8px;
}
.post-user-groups {
    margin: 4px 10px;
    border-top: solid 1px #ee931f;
    border-bottom: solid 1px #ee931f;
    padding: 7px;
    font-size: 1.2rem;
}
.forum_rss_icon .rss_icon {
    display: inline;
    overflow: hidden;
    font-size: 1.5rem;
    vertical-align: top;
    padding: 1px;
}
.post-user-avatar img, .post-user-avatar-mobile img, .post-user-avatar .default_avatar, .post-user-avatar-mobile .default_avatar {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
/* ----------------- */
/* Поправки шаблона после обновления 2.13.0*/
.img-thumbnail {
    padding: 0px;
    line-height: 0;
    background-color: #fffafa00;
    border: 0px;
    border-radius: 3px;
    /* -webkit-transition: all .2s ease-in-out; */
    /* -o-transition: all .2s ease-in-out; */
    /* transition: all .2s ease-in-out; */
    /* display: inline-block; */
    /* max-width: 100%; */
    /* height: auto; */
}
/* Кнопка купить игру */
.buttonbuy {
    line-height: 15px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 15px;
    color: #ffffff;
    text-shadow: 0 1px 2px #000;
    background: #779f00f2;
}
.buttonbuy:hover {
    background: #88a827;
    color: #ffffff;
}
.gamebuy {
    position: absolute;
    margin-top: -26px;
    left: 148px;
}
.buttbuy {
    line-height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 15px;
    color: #ffffff;
    text-shadow: 0 1px 2px #000;
    background: #779f00f2;
    display: inline-block;
}
.buttbuy:hover {
    background: #88a827;
    color: #ffffff;
}
/* Таблица покупки игр */
.buy-table{
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.buy-tr{
  display: table-row;
}
.buy-td {
    display: table-cell;
    text-align: center;
    border: none;
    border-bottom: 1px dashed #ccc;
    vertical-align: middle;
}
.buy-td:not(.no-p){
  padding: 4px;
}

/* Выключить свет */
.shortstory iframe,.shortstory object,.dark-video {position:relative;z-index:29;}
#dark-block {position:fixed;top:0;left:0;background:rgba(0,0,0,0.9);z-index:28;width:100%;height:100%;display:none;}
/*стили плавающей иконки*/
img#switch-on {position:fixed;top:30px;left:15px;z-index:999;cursor:pointer;}
img#switch-off {position:fixed;top:30px;left:15px;z-index:999;cursor:pointer;display:none;}
/*стили обычной кнопки*/
a#switch-on {position:relative;}
a#switch-off {position:relative;z-index:999;display:none;}
a[id^="switch"] {display: inline-block;
    margin: 0 0 -1px;
    padding: 10px 4px;
    font-weight: 600;
    text-align: center;
    color: #779f00;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;}
a[id^="switch"]:hover {opacity:0.7;}
/*Таб меню пользователя? правка кнопки после "ещё" по горизонтали*/
.tabs-menu li.folder > ul li {
    border: none;
    width: 100%;
    float: none;
    white-space: nowrap;
}

/*Кнопки доюавдения коментариев и т.д.*/
input.button-submit, button.button, input.button {
    padding: 7px 10px;
    line-height: 100%;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
    background: #779f00;
    border: none;
    transition: background ease-in-out .15s;
}
input.button-submit:hover, button.button:hover, input.button:hover {
    background: #84b000;
}
/*Правим уровень из за паутины на z-index 1*/
#layout{
	position: relative;
    z-index: 1;
}