body {
    background-color: #f1f2f6;
    color:#111111;
    font-family: "Times New Roman", Times, serif !important;
    font-size: 16px;
}
.rstrip {
    /*width: 100%;*/
    opacity: 0.5;
    /*position: absolute;*/
}
.rainbow-bg-tb {
    background: -moz-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet);
    background: -webkit-gradient(linear,  left top,  left bottom,
    color-stop(0%, rgba(255, 0, 0, 1)),
    color-stop(15%, rgba(255, 255, 0, 1)),
    color-stop(30%, rgba(0, 255, 0, 1)),
    color-stop(50%, rgba(0, 255, 255, 1)),
    color-stop(65%, rgba(0, 0, 255, 1)),
    color-stop(80%, rgba(255, 0, 255, 1)),
    color-stop(100%, rgba(255, 0, 0, 1)));
    background: -o-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet);
    background: -ms-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet);
}
.rainbow-bg-bt {
    background: -moz-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet);
    background: -webkit-gradient(linear,  left bottom,  left top,
    color-stop(0%, rgba(255, 0, 0, 1)),
    color-stop(15%, rgba(255, 255, 0, 1)),
    color-stop(30%, rgba(0, 255, 0, 1)),
    color-stop(50%, rgba(0, 255, 255, 1)),
    color-stop(65%, rgba(0, 0, 255, 1)),
    color-stop(80%, rgba(255, 0, 255, 1)),
    color-stop(100%, rgba(255, 0, 0, 1)));
    background: -o-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet);
    background: -ms-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet);
}
.rainbow-bg-rl {
    background: -moz-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet);
    background: -webkit-gradient(linear, right center, left center, from(red), color-stop(14%, orange), color-stop(28%, yellow), color-stop(42%, green), color-stop(56%, blue), color-stop(70%, indigo), to(violet));
    background: -o-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet);
    background: -ms-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet);
}
.rainbow-bg-lr {
    background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
    background: -webkit-gradient(linear, left center, right center, from(red), color-stop(14%, orange), color-stop(28%, yellow), color-stop(42%, green), color-stop(56%, blue), color-stop(70%, indigo), to(violet));
    background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
    background: -ms-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
}
.hidden-top {
    display: none;
}
.docs-header {
    background: none;
}
div.soclinks {
    text-align: center;
}
ul.hblist {
    font-size: 22px;
    width: 100%;
    text-align: center;
}
ul.hblist li {
    width: 24px;
    float: none;
    margin: 0 auto;
    display: inline-block;
}
ul.hblist a {
    text-align: center;
}

ul.hblist a, ul.hblist i {
    border-radius: 2px;
}
ul.hblist i {
    padding: 1px;
    min-width: 24px;
}
ul.hblist .facebook a {
    /*    width: 24px;
        height: 24px;*/
    padding: 1px 3px 0 9px;
    background-color: #3b5998;
}
ul.hblist .facebook i {
    min-width: 0;
    font-size: 21px;
}
ul.hblist .apple i {
    background-color: #030303;
}
ul.hblist .android i {
    background-color: #89bf45;
}
ul.hblist .rss i {
    background-color: #f19c25;
}
ul.hblist .twitter i {
    background-color: #0fa7ea;
}
ul.hblist .gplus i {
    background-color: #cd443c;
}
ul.hblist .youtube i {
    background-color: #cd443c;
}
.btn-menu {
    color: #434A54;
    background-color: #bfbfbf;
    /*font-size: 1.2em;*/
    text-transform: uppercase;
    font-weight: bolder;
    /*border-radius: 0;*/
}
/*.btn-menu.current:after {
    content: ' ';
    display: block;
    height: 2px;
    background-color: red;
}*/
.navigation-header>div:after {
    content: ' ';
    display: block;
    height: 3px;
    margin-top: 2px;
    background-color: #434A54;
}
.navigation-header>div.current:after {
    background-color: #fff;
}
.mb4 {
    display: block;
    clear: both;
    height: 4px;
}
.mb10 {
    display: block;
    clear: both;
    height: 10px;
}
.docs-header {
    padding-top: 0;
}
.docs-header  .topic {
    padding: 20px 0px 20px 0;
}
.main .main .content {
    background-color: #fff;
    padding-top: 7px;
    margin-bottom: 14px;
}
.panel.main-actual .nav, .panel.main-actual .nav a {
    color: #111111;
}
.panel.main-actual .nav li a img {
    float: left;
    margin: 0 8px 4px 0;
}
.panel.main-actual .tab-content {
    padding: 0;
}
.panel.main-actual .tab-content .content, .panel.main-actual .nav {
    max-width: 50%;
    margin: 0;
}
.panel.main-actual .tab-content .content {
    /*display: inline;*/
    position: relative;
}
.panel.main-actual .tab-content .content p {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 1em;
    color: white;
    font-weight: bolder;
    background-color: gray;
    background-color: rgba(50,50,50,0.8);
    margin: 0;
    overflow: hidden;
    font-size: 1em;
}
.row.main-actual .strip {
    width: 100%;
    height: 26px;
    opacity: 0.6;
}
.row.main-actual>div {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
.row.main-actual>div:first-child {
    padding-right: 0;
}
.row.main-actual .label {
    font-size: 1.3em;
    color: #0B859C;
    text-transform: uppercase;
    padding-left: 2em;
    padding-right: 2em;
}
.panel-strip>.panel-heading {
    color: white;
    background-color: #434a54;
    border-color: #e6e9ed;
}
.panel-strip .pull-right {
    padding-left: .6em;
}
.panel-strip .pull-left {
    padding-right: .6em;
}
.panel-strip h4 a {
    color: inherit;
}
.panel-strip h4 a:hover {
    /*color: #3bafda;*/
    text-decoration: underline;
}
.panel-strip h6.author {
    color: #E9573F;
}
.panel-strip i.date {
    color: #656D78;
    font-style: normal;
}
.panel-strip.opinions img, .panel-strip.news img  {
    max-width: 100%;
    min-width: 48px;
}
.panel-strip.opinions .body>a>span {
    color: #434A54;
    font-weight: bold;
}
.panel-strip.news li>.date {
    min-height: 2em;
}
.panel-strip.news .body {
    float: none;
}
.panel-strip.news .body a {
    color: #111111;
}
.panel-content .panel-body>h1 {
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.panel-content p.info {
    font-size: 90%;
    line-height: 1.42857;
    color: #777;
}
.media-body .edit-panel {
    position: absolute;
    right: 50px;
}
.editable .media-body .edit-panel {
    display: none;
    transition: all linear 0.3s;
}
.editable:hover .media-body .edit-panel {
    display: block;
}
.editable:hover {
    background: #e2e2e2;
}
h4>a,h3>a,h2>a,h1>a {
    color: inherit;
}
.edit-panel-panel {
    transition: all linear 0.2s;
    left: 0;
    right: 0;
    padding: 0 2em 0 2em;
    height: 30px;
    position: absolute;
    opacity: 0.1;
}
.edit-panel-panel:hover {
    opacity: 1;
}
div>.edit-panel-inline {
    display: none;
}
div:hover>.edit-panel-inline {
    display: inline-block;
}
.edit-panel-inline .btn {
    font-size: .7em;
}
input.file {
    height: auto;
}
.calendar .days .unit a b {
    color: #fff;
}
.text-muted2 {
    opacity: 0.3;
}
.hide-hover .hidden-hover {
    display: none;
}
.hide-hover:hover .hidden-hover {
    display: initial;
}
.row.navigation-header {
    padding-top: 1.1em;
}
h4.media-heading {
    color: #111111;
}
.content .media-list .media-body p {
    color: #111111;
}
.logo a img {
    margin: 0 auto;
}
.row .footer-logo {
    float: none;
    width: auto;
}
.navigation-header .btn.active {
    background-color: #6983AC;
}
#vkshare0 td a {
    height: auto !important;
}
.fb-share-button.fb_iframe_widget {
    font-size: 14px !important;
    line-height: normal;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.soclinks ul li.vk a {
    background-color: #6383A8;
    border-radius: 3px;
}
.soclinks ul li.facebook a {
    height: 24px;
}
.soclinks ul li.facebook a i {
    padding-top: 0;
}

.soclinks ul li.ok a i {
    background: #cf6700;
    background: -webkit-linear-gradient(top,#f59944 0,#ff6e03 100%);
    background: linear-gradient(to bottom,#f59944 0,#ff6e03 100%);
}

.cse .gsc-control-cse, .gsc-control-cse {
    background-color: inherit !important;
    border: none !important;
}
.gsc-control-cse  .gsc-search-box-tools .gsc-search-box td.gsc-input>div {
    height: 28px;
}
.gsc-control-cse > div > form > table.gsc-search-box > tbody > tr > td.gsc-search-button > input {
    height: 26px;
    background-image: url('//www.google.com/uds/css/v2/search_box_icon.png');
    background-repeat: no-repeat;
    background-position: 50%;
}
.gsc-control-cse .gsc-input-box  td.gsib_a > input {
    color: black;
}

@media screen and (min-width: 1024px) {
    .share-buttons>div {
        width: auto;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (min-width: 769px) {
    .toggle_header_navigation {
        display: block !important;
        height: auto !important;
    }
}
@media screen and (max-width: 768px) {
    .docs-header .soclinks {
        margin-top: 6px;
        padding-left: 37px;
    }
    .docs-header .topic {
        padding-bottom: 0;
    }
    .navigation-header>div:after {
        background-color: transparent;
    }
}
.docs-header .navbar-toggle .icon-bar {
    background: #fff;
    width: 44px;
    height: 3px;
}
.docs-header .navbar-toggle.collapsed .icon-bar {
    background: #d4d4d4;
}
.docs-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

#side_scroll {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100px;
    opacity: 0.1;
    background: #E1E7ED;
}
#side_scroll:hover {
    opacity: 0.5;
}
#side_scroll>a {
    display: block;
    width: 100%;
    height: 100%;
}
#side_scroll:hover>a {
}
#side_scroll>a>i {
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -12px;
}
@media screen and (max-width: 1359px){
    #side_scroll {
        width: 40px;
    }
}
@media screen and (max-width: 1046px){
    #side_scroll {
        display: none;
    }
}
.views_count {
    display: none !important;
}
.topic .lang_selector_widget_container {
    position: absolute;
    right: 30px;
    z-index: 2;
    top: -14px;
}
.topic .lang_selector_widget_container a {
    color: #1e347b73;
    text-decoration: none;
    font-family: sans-serif;
    margin-left: 5px;
    font-size: 12px;
}
img.f-fa {
    padding: 1px;
    min-width: 24px;
    border-radius: 2px;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 22px;
}
ul.hblist.soclinks {
    vertical-align: middle;
}
ul.hblist.soclinks li {
    vertical-align: middle;
}
