html {
    min-height: 100%;
}

body {
    font-family: Glober, Helvetica, Arial, sans-serif;
    color: #aaaaaa;
    word-spacing: 0.1em;
    font-weight: 400;
    background: #ecf0f1;
    min-width: 1200px;
    min-height: 100%;
    position: relative;
    -webkit-font-smoothing: subpixel-antialiased;
}

img {
    vertical-align: bottom;
}

textarea {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: Glober, Helvetica, Arial, sans-serif;
}

strong, b {
    font-weight: bold;
}

u {
    text-decoration: underline;
}

i {
    font-style: italic;
}

:disabled, .disabled {
    opacity: 0.5 !important;
    cursor: default !important;
}

.ext_text_link, .hashtag_link {
    color: #a84d43;
}

.ext_text_link:hover, .hashtag_link:hover {
    text-decoration: underline;
}

.blurred_item {
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    -o-filter: blur(1.5px);
    filter: blur(1.5px);
}

#go_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 30px;
    color: #eaeaea;
    font-weight: 500;
    text-shadow: 0 1px rgba(0, 0, 0, 0.30);
    background-color: #b45151;
    display: none;
    cursor: pointer;
    box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.25);
    z-index: 5000;
}

#go_top:hover {
    background-color: #a34040;
    color: #ffffff;
}

.autoresize {
    max-height: 700px;
}

.selection_dark {
    width: 140px;
    height: 30px;
    background-color: #e2e2e2;
    border: 1px solid #222222;
    font-size: 13px;
    line-height: 30px;
    color: #979899;
    text-transform: uppercase;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0 20px 0 10px;
}

.selection_dark:hover {
    background-color: #fafafa;
}

.selection_dark:after {
    content: '';
    height: 20px;
    width: 20px;
    background: url('../img/controls.png') -25px 0;
    border-left: 1px solid #979899;
    position: absolute;
    right: 0;
    top: 5px;
}

.selection_dark .items {
    position: absolute;
    background: #fafafa;
    box-shadow: inset 0 0 0 1px #979899, 0 0 15px rgba(0, 0, 0, 0.35);
    left: 0;
    top: 100%;
    display: none;
    z-index: 2000;
}

.selection_dark .sel_item {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 10px;
    color: #888888;
    white-space: nowrap;
}

.selection_dark .sel_item.active {
    background: rgba(0, 0, 0, 0.1);
}

.selection_dark .sel_item:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #eaeaea;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

input[type="text"].light, input[type="password"].light, input[type="url"].light, input[type="email"].light {
    height: 20px;
    width: 150px;
    position: relative;
    background-color: #e2e2e2;
    border: 1px solid #222222;
    font-size: 13px;
    line-height: 20px;
    color: #979899;
    cursor: text;
    padding: 5px 8px;
    outline: none;
    box-shadow: none;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
}

input[type="text"].light:hover, input[type="password"].light:hover, input[type="url"].light:hover, input[type="email"].light:hover, input[type="text"].light:focus, input[type="password"].light:focus, input[type="url"].light:focus, input[type="email"].light:focus {
    background-color: #fafafa;
    color: #777777;
}

#modal_centered {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 4000;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

#modal_centered .wrapper {
    width: 720px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-bottom: 100px;
    background-color: #eaeaea;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: auto;
}

.input_title {
    color: #444444;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}

.input_title:first-child {
    margin-top: 0;
    height: 15px;
}

input[type="text"].dark, input[type="password"].dark, input[type="url"].dark, input[type="email"].dark, textarea.dark {
    height: 20px;
    width: 150px;
    position: relative;
    background-color: #f8f8f8;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    border: 1px solid #d3d3d3;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    cursor: text;
    padding: 5px 8px;
    outline: none;
    box-shadow: none;
    resize: none;
}

select.dark {
    height: 32px;
    width: 150px;
    position: relative;
    background-color: #f8f8f8;
    border: 1px solid #d3d3d3;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    cursor: pointer;
    padding: 5px 8px;
    outline: none;
    resize: none;
}

input[type="text"].dark:hover, input[type="password"].dark:hover, input[type="url"].dark:hover, input[type="email"].dark:hover, textarea.dark:hover, input[type="text"].dark:focus, input[type="password"].dark:focus, input[type="url"].dark:focus, input[type="email"].dark:focus, textarea.dark:focus {
    background-color: #ffffff;
    color: #333333;
}

select.dark:hover {
    background-color: #ffffff;
    color: #333333;
}

#profile_configs {
    display: block;
    position: relative;
    overflow: hidden;
    width: 1160px;
    min-height: 350px;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 0 auto 20px;
    background-color: #f9f9f9;
    padding: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.05);
    color: #444444;
}

.settings_title {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 26px;
    color: #222222;
    text-shadow: 0 1px #ffffff;
    margin: 0 0 10px 0;
}

#config_block_selector {
    display: block;
    position: relative;
    width: 100%;
    height: 24px;
    border-bottom: 2px solid #bebebe;
    margin-top: 5px;
}

#config_block_selector .selector_item {
    display: block;
    position: relative;
    float: left;
    font-size: 13px;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    line-height: 24px;
    padding: 0 15px;
    opacity: 0.6;
    cursor: pointer;
}

#config_block_selector .selector_item:hover {
    opacity: 1;
    color: #555555;
    border-bottom: 2px solid #888888;
}

#config_block_selector .selector_item.active, #config_block_selector .selector_item.active:hover {
    display: block;
    position: relative;
    opacity: 1;
    color: #555555;
    border-bottom: 2px solid #c0392b;
}

#configs_warpper {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

#configs_warpper .moving_block {
    overflow: hidden;
    position: relative;
}

#configs_warpper .config_block_item {
    overflow: hidden;
    width: 1160px;
    float: left;
}

.config_block_item .current_avatar {
    width: 250px;
    height: 250px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.config_block_item .current_avatar img {
    width: 250px;
    height: 250px;
    vertical-align: bottom;
}

.config_block_item .current_banner {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.config_block_item .current_banner img {
    max-width: 720px;
    max-height: 250px;
    vertical-align: bottom;
}

.config_block_item .current_avatar:hover .delete_avatar + img, .config_block_item .current_banner:hover .delete_banner + img {
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    -o-filter: blur(1.5px);
    filter: blur(1.5px);
}

.config_block_item .current_avatar .delete_avatar, .config_block_item .current_banner .delete_banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    line-height: 250px;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.15);
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
    display: none;
    cursor: pointer;
}

.config_block_item .current_banner .delete_banner {
    line-height: 206px;
}

.config_block_item .current_avatar:hover .delete_avatar, .config_block_item .current_banner:hover .delete_banner {
    display: block;
}

.config_block_item .add_form_error {
    float: left;
}

.config_block_item .file_selection {
    display: block;
    position: relative;
    width: 400px;
    float: left;
    margin-right: 20px;
}

.config_block_item .file_selection .filename {
    width: 230px;
    height: 32px;
    float: left;
    line-height: 32px;
    font-size: 13px;
    display: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.config_block_item .file_selection .filename > span {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    height: 32px;
}

.config_block_item input[type='text'], .config_block_item input[type='email'], .config_block_item input[type='url'], .config_block_item input[type='password'], .config_block_item textarea {
    height: 20px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    cursor: text;
    padding: 5px 8px;
    outline: none;
    box-shadow: none;
    resize: none;
    text-overflow: ellipsis;
    width: 382px;
}

.config_block_item input[type='text']:hover, .config_block_item input[type='email']:hover, .config_block_item input[type='url']:hover, .config_block_item input[type='password']:hover, .config_block_item textarea:hover,
.config_block_item input[type='text']:focus, .config_block_item input[type='email']:focus, .config_block_item input[type='url']:focus, .config_block_item input[type='password']:focus, .config_block_item textarea:focus {
    background-color: #ffffff;
    color: #333333;
}

.config_block_item .file_restrictions {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: auto;
    line-height: normal;
}

#avatar_upload_preview {
    width: 0px;
    height: 250px;
    position: relative;
    overflow: hidden;
    float: left;
    max-width: 520px;
}

#avatar_upload_preview img {
    width: auto;
    height: 250px;
    vertical-align: bottom;
}

#banner_upload_preview {
    width: 0px;
    height: 250px;
    position: relative;
    overflow: hidden;
    float: left;
    max-width: 720px;
}

#banner_upload_preview img {
    width: auto;
    height: 250px;
    vertical-align: bottom;
}

.file_selection input[type="submit"] {
    margin-top: 10px;
    float: left;
    display: none;
}

.config_block_item select {
    border: 1px solid #dddddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    background-color: #ffffff;
    color: #333333;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    outline-color: #16a085;
    padding: 3px 5px;
    box-sizing: border-box;
    line-height: 28px;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.config_line {
    display: block;
    position: relative;
    overflow: hidden;
}

.config_controlls {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 13px;
    line-height: 20px;
}

.config_controlls input[type="checkbox"] {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.config_controlls input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: middle;
    min-width: 90px;
}

.config_line + .config_line {
    margin-top: 10px;
}

.config_line .config_title {
    display: inline-block;
    height: 100%;
    font-weight: bold;
    font-size: 13px;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    margin-right: 10px;
    width: 220px;
    text-align: right;
}

#feed_config input[type="submit"] {
    margin-left: 70px;
    margin-top: 20px;
}

/*--ШАПКА--*/
#top_bar {
    width: 100%;
    height: 8px;
    position: relative;
    background-color: #282828;
    box-shadow: 0 1px rgba(255, 255, 255, 0.35);
    z-index: 2000;
}

#top_bar .main {
    width: 1200px;
    height: 34px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background-color: #282828;
    box-shadow: 0 1px rgba(255, 255, 255, 0.35);
    z-index: 2000;
}

#top_bar .links a, #top_bar .welcome a {
    height: 34px;
    float: left;
    padding: 0 10px;
    display: block;
}

#top_bar .links a:hover, #top_bar .welcome a:hover {
    color: #b45151;
    text-shadow: 0 0 10px rgba(255, 90, 90, 0.65);
}

#top_bar .links a:active, #top_bar .welcome a:active {
    color: #e66969;
}

#top_bar .links .wt_CDK {
    color: #da6767;
}

#top_bar .links .live_rules {
    color: #26a69a;
}

#top_bar .links .live_rules:hover {
    color: #4db6ac;
    text-shadow: 0 0 10px #80cbc4;
}

.links {
    height: 34px;
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 34px;
    margin-left: 10px;
}

.service {
    height: 34px;
    position: relative;
    float: right;
    font-size: 13px;
    line-height: 34px;
    margin-right: 10px;
}

.service .welcome, #lang, #logout {
    float: right;
}

#lang {
    margin: 0 10px;
    cursor: pointer;
    position: relative;
    z-index: 4000;
}

#lang > span:after {
    content: "";
    height: 7px;
    width: 12px;
    background: url('../img/controls.png');
    display: inline-block;
    margin-left: 6px;
}

#lang .current_lang {
    height: 9px;
    width: 14px;
    margin-top: 13px;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

#lang .current_lang.ru {
    background: url('../img/controls.png') 0 -7px;
}

#lang .current_lang.en {
    background: url('../img/controls.png') 0 -16px;
}

#lang .current_lang.pl {
    background: url('../img/controls.png') 0 -25px;
}

#lang .current_lang.de {
    background: url('../img/controls.png') 0 -34px;
}

#lang .current_lang.cz {
    background: url('../img/controls.png') 0 -43px;
}

#lang .current_lang.fr {
    background: url('../img/controls.png') 0 -52px;
}

#lang .choise {
    position: absolute;
    top: 34px;
    right: -10px;
    width: 120px;
    background-color: #282828;
    border: 1px solid #000000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
    display: none;
    z-index: 4000;
}

#lang:hover .choise {
    display: block;
}

#lang .choise a {
    display: block;
    position: relative;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #303030;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

#lang .choise a:hover {
    background-color: rgba(255, 255, 255, 0.04);
    color: #eaeaea;
}

#lang .choise a span {
    position: relative;
    display: inline-block;
    margin-left: 40px;
}

#lang .choise a span:before {
    content: "";
    height: 9px;
    width: 14px;
    position: absolute;
    left: -20px;
    top: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

#lang .choise a span.ru:before {
    background: url('../img/controls.png') 0 -7px;
}

#lang .choise a span.en:before {
    background: url('../img/controls.png') 0 -16px;
}

#lang .choise a span.pl:before {
    background: url('../img/controls.png') 0 -25px;
}

#lang .choise a span.de:before {
    background: url('../img/controls.png') 0 -34px;
}

#lang .choise a span.cz:before {
    background: url('../img/controls.png') 0 -43px;
}

#lang .choise a span.fr:before {
    background: url('../img/controls.png') 0 -52px;
}

#logout {
    width: 25px !important;
    height: 34px !important;
    border-left: 1px solid #303030;
    border-right: 1px solid #000000;
    box-shadow: 0 1px rgba(180, 81, 81, 0.8);
    cursor: pointer;
    background: #191919;
    position: relative;
    display: block !important;
    padding: 0 !important;
    float: right !important;
}

#logout:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 7px;
    width: 11px;
    height: 12px;
    background: url('../img/controls.png') -14px 0;
}

#logout:hover {
    background-color: rgba(255, 255, 255, 0.02);
}

#logout:hover:after {
    background-position: -14px -12px;
}

#logout:active {
    background-color: transparent;
}

body > header {
    display: block;
    position: relative;
    width: 100%;
    height: 250px;
    border-bottom: 1px solid #ffffff;
    background: url('../img/header_3840.jpg') center top;
    z-index: 1
}

@media screen and (max-width: 1920px) {
    body > header {
        background: url('../img/header_1920.jpg') center top;
    }
}

@media screen and (max-width: 1280px) {
    body > header {
        background: url('../img/header_1280.jpg') center top;
    }
}

header > .wrapper {
    width: 1200px;
    height: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
}

#wt_logo {
    width: 296px;
    height: 200px;
    position: absolute;
    top: 38px;
    left: 50px;
    display: block;
}

.play_free {
    width: 204px;
    height: 64px;
    padding: 45px 55px;
    background: url('../img/play_free_button.png') 0 0;
    font-weight: 900;
    color: #eaeaea;
    display: block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 58px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 255, 240, 0.15);
}

.play_free:hover {
    background-position: 0 -154px;
    color: #ffffff;
}

.play_free span {
    width: 200px;
    height: 56px;
    font-size: 26px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/*--ШАПКА--*/

/*--ФУТЕР--*/
#no_js_msg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

#no_js_msg span {
    width: 650px;
    height: 90px;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    background-color: #eaeaea;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.2);
}

body > footer {
    width: 100%;
    display: none;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #929292;
    background: #282828 url('../img/footer_bg.png') repeat-x top;
    padding: 20px 0;
}

body > footer .wrapper {
    width: 1200px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.fast_links, .socials {
    width: 291px;
    float: left;
    display: block;
    margin-right: 12px
}

.socials {
    margin: 0;
}

.fast_links .block_title, .socials .block_title {
    border-top: 1px solid #1c1c1c;
    box-shadow: inset 0 1px #303030;
    width: 100%;
    font-size: 20px;
    color: #b45151;
    padding: 15px 0;
    text-transform: uppercase;
}

.fast_links .fast_links_item {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    min-width: 145px;
    color: #aaaaaa;
    text-transform: uppercase;
    display: block;
    float: left;
    cursor: pointer;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.fast_links .fast_links_item:hover {
    color: #ffffff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 255, 255, 0.7);
}

.fast_links .fast_links_item:active {
    color: #b45151;
}

.socials .social_item {
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px 15px 0 0;
    cursor: pointer;
    float: left;
}

.socials .social_item.rss {
    background: url('../img/controls.png') -60px 0;
}

.socials .social_item.vk {
    background: url('../img/controls.png') -100px 0;
}

.socials .social_item.gp {
    background: url('../img/controls.png') -140px 0;
}

.socials .social_item.fb {
    background: url('../img/controls.png') -180px 0;
}

.socials .social_item.tt {
    background: url('../img/controls.png') -220px 0;
}

.socials .social_item.yt {
    background: url('../img/controls.png') -279px 0;
}

.socials .social_item.rss:hover {
    background-position: -60px -40px;
}

.socials .social_item.vk:hover {
    background-position: -100px -40px;
}

.socials .social_item.gp:hover {
    background-position: -140px -40px;
}

.socials .social_item.fb:hover {
    background-position: -180px -40px;
}

.socials .social_item.tt:hover {
    background-position: -220px -40px;
}

.socials .social_item.yt:hover {
    background-position: -279px -40px;
}

.socials .social_item.rss:active {
    background-position: -60px -80px;
}

.socials .social_item.vk:active {
    background-position: -100px -80px;
}

.socials .social_item.gp:active {
    background-position: -140px -80px;
}

.socials .social_item.fb:active {
    background-position: -180px -80px;
}

.socials .social_item.tt:active {
    background-position: -220px -80px;
}

.socials .social_item.yt:active {
    background-position: -279px -80px;
}

.credits {
    margin-top: 30px;
    width: 100%;
    float: left;
}

.age_restriction {
    color: #929292;
    width: 100%;
    height: 18px;
    float: left;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}

.credits > span {
    display: block;
    font-size: 12px;
    text-align: justify;
    word-spacing: 0.05em;
    margin-top: 15px;
    float: left;
}

#profile_configs + footer, #staticPage + footer {
    margin-top: 30px;
}

/*--ФУТЕР--*/

/*--ПЛАШКА МЕНЮ--*/
header + menu {
    margin-top: 20px;
}

menu {
    height: 80px;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin: 50px 0 0;
    z-index: 1500;
}

menu .bg {
    height: 80px;
    width: 1200px;
    background: url('../img/menu_bg.jpg') repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

menu.sticked {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 3000;
}

menu .filters {
    height: 30px;
    width: 1200px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

menu .filters .filter_item {
    height: 29px;
    float: left;
    display: block;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 29px;
    border-right: 1px solid #000000;
    border-left: 1px solid #303030;
}

menu .filters .filter_item:hover {
    color: #eeeeee;
    background-color: rgba(0, 0, 0, 0.1);
}

menu .filters .filter_item:active {
    color: #ffffff;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.05);
}

menu .filters .filter_item:first-child, menu .filters .filter_item:first-child:active {
    border-left: none;
}

menu .filters .filter_item:last-child, menu .filters .filter_item:last-child:active {
    border-right: none;
}

menu .filters .filter_item.active {
    color: #ffffff;
    background-color: #b45151;
}

menu .filters .filter_item.active:hover {
    background-color: #a34040;
}

menu .filters .sandbox_item {
    height: 29px;
    float: right;
    display: block;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    padding: 0 20px;
    font-size: 12px;
    background-color: rgba(46, 204, 113, 0.15);
    text-transform: uppercase;
    line-height: 29px;
    border-left: 1px solid #303030;
    box-shadow: -1px 0 #000000;
}

menu .filters .sandbox_item:hover {
    color: #ffffff;
    background-color: rgba(46, 204, 113, 0.25);
}

menu .filters .sandbox_item.active {
    color: #ffffff;
    font-weight: 600;
    background-color: rgba(46, 204, 113, 1);
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    box-shadow: 0 0 15px rgba(46, 204, 113, 0.75);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#sort_selection {
    float: right;
    margin-top: 9px;
    margin-right: 25px;
    display: block;
}

menu .navigation {
    height: 50px;
    width: 1200px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.nav_item {
    height: 50px;
    display: block;
    float: left;
    cursor: pointer;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.nav_item:first-child {
    margin-left: 20px;
}

.nav_item:hover {
    background-color: rgba(255, 255, 255, 0.04);
    color: #eaeaea;
    box-shadow: inset 0 -2px #b45151;
}

.nav_item.active {
    background-color: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 -2px #b45151;
}

.nav_item:active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.08);
}

.nav_item div {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    border-right: 1px solid #000000;
    box-shadow: 1px 0 #303030;
    position: relative;
}

.nav_item div span {
    margin: 0 20px;
    position: relative;
}

.nav_item .notifications {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 9px;
    line-height: 16px;
    color: #ffffff;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 8px;
    text-align: center;
    background: #b45151;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -14px;
    z-index: 3100;
}

.nav_item .notifications.left {
    left: -8px;
}

.nav_item .notifications.right {
    right: -8px;
}

.nav_item .notifications.green {
    background: #43a047;
}

.nav_item .notifications.red {
    background: #dd2c00;
}

.nav_profile:before {
    content: "";
    width: 17px;
    height: 16px;
    position: relative;
    display: inline-block;
    top: 2px;
    margin-right: 6px;
    background: url('../img/controls.png') -39px -61px;
}

.nav_item:hover .nav_profile:before {
    background-position: -39px -77px;
}

.nav_item:active .nav_profile:before {
    background-position: -39px -93px;
}

.nav_subscribes:before {
    content: "";
    width: 20px;
    height: 16px;
    position: relative;
    display: inline-block;
    top: 2px;
    margin-right: 6px;
    background: url('../img/controls.png') -19px -61px;
}

.nav_item:hover .nav_subscribes:before {
    background-position: -19px -77px;
}

.nav_item:active .nav_subscribes:before {
    background-position: -19px -93px;
}

.nav_watch_later:before {
    content: "";
    width: 19px;
    height: 16px;
    position: relative;
    display: inline-block;
    top: 2px;
    margin-right: 6px;
    background: url('../img/controls.png') 0 -61px;
}

.nav_item:hover .nav_watch_later:before {
    background-position: 0 -77px;
}

.nav_item:active .nav_watch_later:before {
    background-position: 0 -93px;
}

#search {
    width: 260px;
    height: 32px;
    margin-right: 25px;
    margin-top: 9px;
    display: block;
    float: right;
    position: relative;
}

#search input[type="text"] {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    width: 220px;
    padding: 5px 8px 5px 30px;
    outline: none;
    box-shadow: none;
    text-overflow: ellipsis;
}

#search input[type="submit"] {
    position: absolute;
    top: 8px;
    left: 8px;
    border: none;
    outline: none;
    background-color: transparent;
    width: 16px;
    height: 16px;
    background: url('../img/controls.png') -14px -24px;
    cursor: pointer;
}

#search input[type="submit"]:hover {
    background-position: -14px -40px;
}

#search .clear {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url('../img/controls.png') -30px -24px;
    cursor: pointer;
    display: none;
}

#search .clear:hover {
    background-position: -30px -40px;
}

#search > #input_offer {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 3000;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .5);
    overflow: hidden;
}

#search > #input_offer .offer_item {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    box-sizing: border-box;
    padding: 7px 10px;
    color: #444;
    cursor: pointer;
}

#search > #input_offer .offer_item + .offer_item {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

#search > #input_offer .offer_item:hover, #search > #input_offer .offer_item.active {
    background: #ECEFF1;
}

#search > #input_offer .offer_item .name {
    display: block;
    position: relative;
    font-family: "Noto sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    height: 18px;
}

#search > #input_offer .offer_item .info {
    height: 12px;
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    line-height: 12px;
    padding: 0;
}

#search > #input_offer .offer_item .info .info_item {
    display: block;
    position: relative;
    float: left;
    font-weight: 700;
    margin-right: 5px;
}

#search > #input_offer .offer_item .info .info_item span {
    font-weight: 400;
}

.button1 {
    width: 150px;
    height: 32px;
    color: #eaeaea;
    text-shadow: 0 1px rgba(0, 0, 0, 0.30);
    background-color: #b45151;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
}

.button1:hover {
    background-color: #a34040;
    color: #ffffff;
}

.button1:active {
    background-color: #954343;
}

#add_content {
    float: right;
    margin-right: 20px;
    margin-top: 8px;
    border: 1px solid #1e1e1e;
    position: relative;
}

#add_content .add_container {
    position: absolute;
    display: none;
    top: 100%;
    width: 302px;
    right: -1px;
    background-color: #282828;
    border: 1px solid #000000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
    z-index: 1200;
}

#add_content .add_container .add_item {
    display: block;
    width: 150px;
    float: left;
    position: relative;
    text-align: left;
    text-indent: 20px;
    font-size: 14px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #303030;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

#add_content .add_container .add_item:nth-child(2n) {
    border-left: 1px solid #303030;
}

#add_content .add_container .add_item:nth-child(2n+1) {
    border-right: 1px solid #000000;
}

#add_content .add_container .add_item:hover {
    background-color: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 255, 255, 0.65);
}

#add_content.banned {
    background: #664646;
}

#add_content .ban_notification {
    display: none;
    opacity: 0;
    width: 230%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1200;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    word-spacing: normal;
    background: #fafafa;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    font-size: 11px;
    color: #444444;
    text-shadow: 0 1px #ffffff;
    line-height: normal;
    padding: 5px 10px;
    text-transform: none;
}

#add_content .ban_notification .message b {
    font-weight: bold;
}

#add_content .ban_notification .reason {
    margin-top: 2px;
}

#add_content .ban_notification .reason i {
    font-style: italic;
}

#add_content .ban_notification .disagree {
    margin-top: 3px;
    opacity: 0.8;
}

/*--ПЛАШКА МЕНЮ--*/

/*ФИД*/
main {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
    display: block;
}

menu.sticked + #posts_restrictions {
    margin: 80px auto 0 !important;
}

menu.sticked + main {
    margin: 80px auto 30px !important;
}

menu.sticked + #feed_controls {
    margin: 100px auto 0 !important;
}

menu.sticked + #profile {
    margin: 130px auto 0 !important;
}

main .items {
    width: 100%;
}

#nothing_found.users_subscribes, #nothing_found.tags_subscribes {
    padding: 50px 0px 10px;
}

#offer_subscribe {
    display: block;
    padding: 10px 10px 50px;
    color: #444444;
    font-weight: 500;
}

#offer_subscribe .user_link, #offer_subscribe .tag_link {
    text-decoration: underline;
    color: #a84d43;
}

/*--ФИД--*/

/*--МЕССЕДЖБОКС--*/
#messagebox {
}

#messagebox .title {
    padding: 10px;
    background: rgba(0, 0, 0, 0.1);
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 600;
    position: relative;
}

#messagebox .title #lb_close {
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    background: url('../img/controls.png') 0 -142px;
}

#messagebox .title #lb_close:hover {
    background-position: 0 -152px;
}

#messagebox .text {
    padding: 10px;
    color: #444444;
    font-size: 14px;
    position: relative;
}

#messagebox .text {
    position: relative;
    display: block;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    box-sizing: border-box;
    width: calc(100% - 40px);
    margin: 20px;
    background: rgba(0, 0, 0, .05);
}

#messagebox .text span {
    font-weight: bold;
}

/*--МЕССЕДЖБОКС--*/

/*--ЧЕРНОЕ ВСПЛЫВАЮЩЕЕ ОКОШКО--*/
.popup_black {
    display: none;
    position: absolute;
    bottom: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, .7);
    padding: 10px 15px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    text-shadow: 0px 1px 0px #262626;
    z-index: 2000;
    cursor: pointer;
}

.popup_black.right {
    right: 0;
}

.popup_black.left {
    left: 0;
}

.popup_black > .top {
    color: #ffffff;
    direction: ltr;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 11px;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 3px;
}

.popup_black > .content {
}

.popup_black > .content .rater_table {
    white-space: nowrap;
}

.popup_black > .content .rater_table .rated {
    display: inline-block;
    clear: both;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 3px;
}

.popup_black > .content .rater_table .rated + .rated {
    margin-left: 1px;
}

.popup_black > .content .rater_table .rated img {
    width: 30px;
    vertical-align: bottom;
}

.popup_black > .bottom {
}

/*--ЧЕРНОЕ ВСПЛЫВАЮЩЕЕ ОКОШКО--*/

#posts_restrictions {
    width: 1200px;
    margin: 20px auto 0;
    box-sizing: border-box;
    padding: 0 10px;
    color: #555555;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
    vertical-align: middle;
}

#posts_restrictions select {
    border: 1px solid #dddddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    background-color: #ffffff;
    color: #333333;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    outline-color: #16a085;
    box-sizing: border-box;
    text-overflow: ellipsis;
    padding: 0 2px;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
    margin-top: -2px;
}

#posts_restrictions a {
    color: #a84d43;
}

#posts_restrictions a:hover {
    text-decoration: underline;
}

/*--Всплывающее уведомление--*/
#popup_element_placeholder {
    display: block;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    margin-left: 2px;
}

.popup_notification {
    display: none;
    position: relative;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    padding: 10px 15px 10px 10px;
    margin-bottom: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    font-family: tahoma, sans-serif;
}

.popup_notification .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.popup_notification .message {
}

/*--Всплывающее уведомление--*/

.jcrop-holder {
    direction: ltr;
    text-align: left;
    -ms-touch-action: none
}

.jcrop-hline, .jcrop-vline {
    background: #fff url(Jcrop.gif);
    font-size: 0;
    position: absolute
}

.jcrop-vline {
    height: 100%;
    width: 1px !important
}

.jcrop-vline.right {
    right: 0
}

.jcrop-hline {
    height: 1px !important;
    width: 100%
}

.jcrop-hline.bottom {
    bottom: 0
}

.jcrop-tracker {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.jcrop-handle {
    background-color: #333;
    border: 1px #eee solid;
    width: 7px;
    height: 7px;
    font-size: 1px
}

.jcrop-handle.ord-n {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 0
}

.jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -4px
}

.jcrop-handle.ord-e {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 50%
}

.jcrop-handle.ord-w {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%
}

.jcrop-handle.ord-nw {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 0
}

.jcrop-handle.ord-ne {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 0
}

.jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -4px;
    margin-right: -4px;
    right: 0
}

.jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
    margin-left: -4px
}

.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%
}

.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px
}

.jcrop-dragbar.ord-n {
    margin-top: -4px
}

.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px
}

.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0
}

.jcrop-dragbar.ord-w {
    margin-left: -4px
}

.jcrop-light .jcrop-hline, .jcrop-light .jcrop-vline {
    background: #fff;
    filter: alpha(opacity=70) !important;
    opacity: .7 !important
}

.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-color: #fff;
    border-radius: 3px
}

.jcrop-dark .jcrop-hline, .jcrop-dark .jcrop-vline {
    background: #000;
    filter: alpha(opacity=70) !important;
    opacity: .7 !important
}

.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    border-color: #000;
    border-radius: 3px
}

.solid-line .jcrop-hline, .solid-line .jcrop-vline {
    background: #fff
}

.jcrop-holder img, img.jcrop-preview {
    max-width: none
}

@media screen and (max-width: 1199px) {
    body {
        min-width: 897px;
    }

    #top_bar .main,
    body > footer .wrapper,
    menu .bg,
    menu .filters,
    menu .navigation,
    main.feed,
    #profile,
    header > .wrapper,
    #feed_controls .wrapper,
    #controls_wrap .wrapper,
    #announce_block .wrapper,
    #posts_restrictions,
    #static_page {
        width: 897px !important;
    }

    .fast_links {
        width: 287px;
    }

    .feed.updates .update_item .top .status {
        font-size: 13px !important;
    }

    .feed.updates .update_item .top .status .date {
        font-size: 12px !important;
    }

    menu .filters .filter_item {
        font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
        font-size: 10px;
        padding: 0 15px;
    }

    #search {
        width: 180px;
        margin-right: 10px;
    }

    #search input[type="text"] {
        width: 140px;
    }

    #sort_selection {
        width: 120px;
        margin-right: 10px;
        font-size: 11px;
    }

    .fast_links + .socials {
        margin-top: 20px;
    }
}