/*
Base CSS
Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html version: 2.9.0
*/
body {
    /* For breathing room between content and viewport. */
    margin: 10px;
}

h1 {
    /* 18px via YUI Fonts CSS foundation. */
    font-size: 138.5%;
}

h2 {
    /* 16px via YUI Fonts CSS foundation. */
    font-size: 123.1%;
}

h3 {
    /* 14px via YUI Fonts CSS foundation. */
    font-size: 108%;
}

h1, h2, h3 {
    /* Top & bottom margin based on font size. */
    margin: 1em 0;
}

h1, h2, h3, h4, h5, h6, strong, dt {
    /* Bringing boldness back to headers and the strong element. */
    font-weight: bold;
}

optgroup {
    font-weight: normal;
}

abbr, acronym {
    /* Indicating to users that more info is available. */
    border-bottom: 1px dotted #000;
    cursor: help;
}

em {
    /* Bringing italics back to the em element. */
    font-style: italic;
}

del {
    /* Striking deleted phrases. */
    text-decoration: line-through;
}

blockquote, ul, ol, dl {
    /* Giving blockquotes and lists room to breath. */
    margin: 1em;
}

ol, ul, dl {
    /* Bringing lists on to the page with breathing room. */
    margin-left: 2em;
}

ol {
    /* Giving OL's LIs generated numbers. */
    list-style: decimal outside;
}

ul {
    /* Giving UL's LIs generated disc markers. */
    list-style: disc outside;
}

dl dd {
    /* Giving DD default indent. */
    margin-left: 1em;
}

th, td {
    /* Borders and padding to make the table readable. */
    border: 0;
    border: none;
    padding: .5em;
}

th {
    /* Distinguishing table headers from data cells. */
    font-weight: bold;
    text-align: center;
}

caption {
    /* Coordinated margin to match cell's padding. */
    margin-bottom: .5em;
    /* Centered so it doesn't blend in to other content. */
    text-align: center;
}

sup {
    /* to preserve line-height and selector appearance */
    vertical-align: super;
}

sub {
    /* to preserve line-height and selector appearance */
    vertical-align: sub;
}

p, fieldset, table, pre {
    /* So things don't run into each other. */
    margin-bottom: 1em;
}

/* Opera requires 1px of padding to render with contemporary native chrome */
button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
    padding: 1px;
}

/* make IE scale images properly */
/* see http://code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img {
    -ms-interpolation-mode: bicubic;
}

/*
Reset CSS
YUI 3.4.0 (build 3928) Copyright 2011 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/
*/
html {
    color: #000;
    background: #FFF;
}

/*
        TODO test putting a class on HEAD.
                - Fails on FF.
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-spacing: 0;
}

* + html table {
    border-collapse: collapse;
}

fieldset,
img {
    border: 0;
}

/*
        TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

/*
        TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
}

/*to enable resizing for IE*/
input, textarea, select {
    *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

/*
Global Styles
*/
.w160 {
    width: 160px;
}

.w230 {
    width: 230px;
}

.w280 {
    width: 280px;
}

.w330 {
    width: 330px;
}

.w-min {
    min-width: 450px;
}

.w400 {
    width: 400px;
}

.w100p {
    width: 100%;
}

.mb20 {
    margin-bottom: 20px;
}

.flexw {
    max-width: 1210px;
    min-width: 960px;
    width: auto;
}

/*
Start
*/
:focus {
    outline: none;
}

.debug {
    border: 1px solid #f00;
}

a {
    text-decoration: none;
    color: #0067b6;
}

a:visited {
    color: #999;
}

a:hover {
    text-decoration: underline;
    color: #9b0022;
}

body {
    background: #fff url(../images/bg-tban.png) repeat-x 0 -130px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    min-width: 1000px;
}

body.tban-on {
    background-position: 0 0;
}

#tban {
    width: 100%;
    min-width: 1000px;
    display: none;
}

.tban-on #tban {
    display: block;
}

#tban .tban-content {
    width: 960px;
    margin: 0 auto;
    padding: 20px;
    height: 90px;
    overflow: hidden;
}

#main {
    padding: 0 20px;
    margin: 0 auto;
}

/*
Header
*/
#header {
    background: url(../images/bg-header1.png) repeat-x 0 45px;
    z-index: 10;
    position: relative;
}

.top-nav {
    overflow: hidden;
    height: 45px;
}

.nline {
    margin: 0 280px 0 280px;
    padding: 0 0 0 90px;
    background: url(../images/bg-kafanews.png) no-repeat 0 -77px;
    height: 45px;
    position: relative;
}

.nline.empty {
    background: none;
}

.nline.webcam {
    background: url(../../webcams.gif) no-repeat 35px 1px;
}

.nline.kafa20years {
    background: url(../top-info/20years.png) no-repeat;
    background-position: 20px 50%;
}

.nline span {
    height: 16px;
    display: block;
    overflow: hidden;
    padding-top: 16px;
}

.nline .grad {
    position: absolute;
    width: 40px;
    height: 45px;
    right: 0;
    top: 0;
    z-index: 10;
    background: url(../images/bg-grad.png) repeat-y;
}

.top-nav .svers {
    float: left;
}

.svers,
.login {
    margin-top: 14px;
}

.svers a,
.login a {
    color: #3f4e4c;
}

.pda-ver {
    background: url(../images/bg-kafanews.png) no-repeat 0 0;
    padding: 0 5px 0 15px;
    border-right: 2px solid #dedede;
}

.eng-ver {
    background: url(../images/bg-kafanews.png) no-repeat 0 -40px;
    padding-left: 15px;
    line-height: 18px;
    height: 18px;
    display: inline-block;
    text-decoration: underline;
}

.eng-ver:hover {
    text-decoration: none;
}

.top-nav .login {
    float: right;
}

.top-nav .login a {
    text-decoration: underline;
}

.top-nav .login a:hover {
    text-decoration: none;
}

.username {
    padding: 0 5px 0 20px;
    background: url(../images/bg-kafanews.png) no-repeat 0 -131px;
    border-right: 2px solid #dedede;
}

.h-center {
    position: relative;
    height: 46px;
    background: url(../images/bg-header2.jpg) no-repeat;
    padding: 20px 20px 0 20px;
}

A.h-rss-icon,
A.h-rss-icon:hover {
    position: absolute;
    width: 71px;
    height: 28px;
    background: url(../images/rss.png) no-repeat;
    text-indent: -9999px;
    right: 480px;
    top: 20px;
}

.logo {
    width: 178px;
    height: 27px;
    display: block;
    margin-right: 20px;
    float: left;
}

.slogan {
    float: left;
    color: #e0e7eb;
    font-size: 12px;
    line-height: 13px;
    width: 140px;
}

#search {
    float: right;
}

.search-field {
    margin-right: 20px;
    width: 320px;
    padding: 4px;
    color: #3f4e4c;
    height: 16px;
    line-height: 16px;
}

.search-btn {
    height: 26px;
    width: 80px;
    padding: 0;
    margin: 0;
    border: 0;
    border: none;
    background: url(../images/bg-sbtn.png) no-repeat;
    cursor: pointer;
    text-shadow: 1px 1px 1px #fff;
    font-size: 14px;
}

.search-btn:hover {
    background-position: 0 -26px;
}

.search-btn:active {
    background-position: 0 -52px;
}

#nav {
    margin: 0;
    padding: 0;
    height: 42px;
    background: #ccc url(../images/bg-nav.png) repeat-x;
}

#nav tr th {
    background: url(../images/bg-nav.png) no-repeat 0 -42px;
    text-align: center;
}

#nav tr th.feomapia {
    background-image: url(../images/bg-nav-green.png), url(../images/bg-nav-green.png);
    background-position: 0 -42px, top left;
    background-repeat: no-repeat, repeat-x;
}

#nav tr th.last {
    border-right: 1px solid #cecece;
    position: relative;
    display: block;
}

#nav tr th a {
    display: block;
    text-decoration: none;
    font: 14px/42px Verdana, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 0 #fff;
    color: #000;
    transition: all 0.3s ease 0s;
}

#nav tr th.feomapia a {
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

#nav tr th a:hover,
#nav .nav-dropd.active {
    background-color: #838383;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

.nav-dropd {
    background: url(../images/bg-nav-drop.png) no-repeat right 50%;
    padding-right: 30px;
}

.nav-home {
    background: url(../images/bg-nav-home.png) no-repeat 1px 50%;
    padding-left: 30px;
}

.dropd.open {
    display: block;
}

.dropd {
    position: absolute;
    z-index: 1000;
    right: -1px;
    margin: 0;
    padding: 0;
    border: 1px solid #cecece;
    border-top: none;
    background-color: #eee;
    display: none;
}

.dropd li a {
    padding: 0 10px;
    line-height: 24px !important;
}

/*
top-block
*/
.nb1-holder {
    position: relative;
    z-index: 1;
}

.news-block1 {
    margin: 0;
}

.news-block1 td {
    vertical-align: top;
}

#tnew-holder {
    background: #eee url(../images/bg-tnews-lb.png) repeat-y right 0;
}

.tnew-img {
    position: relative;
}

.tnew-img a:hover {
    text-decoration: none;
}

.tnew-img img {
    display: block;
}

.tnew-content {
    padding: 15px 20px 20px 20px;
    overflow: hidden;
}

.tnew-content p {
    margin: 0 0 15px 0;
    color: #3f4e4c;
    text-shadow: 1px 1px 1px #fff;
    font-size: 14px;
}

.tnew-img .timg-head {
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: url(../images/bg-pfon.png);
    text-shadow: 1px 1px 1px #000;
    cursor: pointer;
    width: 380px;
}

.tnew-img a:hover .timg-head {
    color: #ccc;
}

.tn-info {
    height: 20px;
    background: url(../images/bg-tn-info.png) no-repeat;
    color: #dfdfdf;
    font-size: 12px;
    float: left;
    line-height: 20px;
    text-shadow: 1px 1px 1px #666;
}

.tn-info .lb {
    background: url(../images/bg-tn-info-lb.png) no-repeat 100% 0;
    overflow: hidden;
}

.tn-info em {
    font-weight: bold;
    color: #fff;
}

.tn-info .tn-views {
    padding: 0 10px 0 27px;
    border-right: 1px solid #676767;
    background: url(../images/bg-kafanews.png) no-repeat 7px -185px;
    float: left;
}

.tn-info .tn-comments {
    padding: 0 10px 0 25px;
    border-left: 1px solid #9d9d9d;
    background: url(../images/bg-kafanews.png) no-repeat 9px -244px;
    float: left;
    color: #dfdfdf;
}

.tndate-holder {
    font-size: 10px;
    width: 70px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../images/bg-date-tnews.png) no-repeat right 0;
}

.tndate-holder .ntime {
    display: block;
    color: #fff;
}

.tndate-holder .ndate {
    color: #324240;
}

/*

*/
.news-block1 .tab-name {
    height: 50px;
    vertical-align: middle;
    text-align: center;
}

.news-block1 .tab-name.br {
    border-left: 1px solid #f3f3f3;
}

.news-block1 .tab-name a {
    display: block;
    line-height: 48px;
    font-size: 14px;
    color: #e0e7eb;
    background: url(../images/bg-tabs-name.png) repeat-x 0 0;
    border-right: 1px solid #636262;
    border-bottom: 1px solid #727373;
    border-left: 1px solid #969696;
    border-top: 1px solid #727373;
}

.news-block1 .tab-name a:hover {
    color: #000;
    background-position: 0 -50px;
    text-decoration: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #fbfbfb;
    border-top: 1px solid #f3f3f3;
}

.news-block1 .tab-name.selected a {
    font-size: 18px;
    color: #000;
    background-position: 0 -50px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #fbfbfb;
    border-top: 1px solid #f3f3f3;
}

#news-list {
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #ccc;
    background-color: #e7e7e7;
}

#news-list ul li {
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    padding: 9px 10px 10px 10px;
    background: url(../images/bg-tabs-name.png) repeat-x 0 -100px;
    zoom: 1;
    vertical-align: top;
}

#news-list ul li:first-child {
    border-top: 1px solid #ccc;
}

#news-list ul li.last {
    border-bottom: none;
}

#news-list .nlist-head {
    margin-left: 80px;
    color: #0067b6;
    font-size: 14px;
    display: block;
    line-height: 16px;
}

#news-list .nlist-head:hover {
    color: #9b0022;
    text-decoration: none;
}

.ndate-holder {
    font-size: 10px;
    width: 70px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    top: 15px;
    left: 10px;
}

.ntime, .ntime_red {
    display: block;
    background: url(../images/bg-date-nlist.png) no-repeat right 0;
    color: #fff;
}

.ndate {
    color: #324240;
}

/*

*/
#top-side {
    background-color: #ccc;
    /*padding:20px 0 0px 0;*/

}

.rec {
    padding: 5px 20px;
    /*margin-bottom: 39px;*/
    padding-bottom: 0;
    /*padding:0 20px;*/
    /*margin-bottom:20px;*/
    /*	  min-height: 405px;*/
}

.rec img {
    display: block;
}

#mailing {
    height: 46px;
    padding: 20px 20px 0 20px;
    width: 240px;
    background: url(../images/bg-mailing.png) no-repeat;
    position: block;
    right: 0;
    border-top: 1px solid #ddd;
}

#mtext {
    border: 1px solid #676767;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    color: #3f4e4c;
    font-size: 12px;
    width: 130px;
}

#mailing .search-btn {
    float: right;
}

* + html #mailing .search-btn {
    float: none;
}

/*

*/
.archive {
    position: relative;
    height: 36px;
    min-width: 1005px;
    background-color: #e7e7e7;
    padding: 0 34px;
    background: #e7e7e7 url(../images/bg-arhive.png) repeat-x 0 -72px;
}

.archive a {
    color: #0067b6;
}

.al {
    background: url(../images/bg-arhive.png) no-repeat;
    position: absolute;
    width: 34px;
    height: 36px;
    top: 0;
    left: 0;
}

.ar {
    background: url(../images/bg-arhive.png) no-repeat 0 -36px;
    position: absolute;
    width: 34px;
    height: 36px;
    top: 0;
    right: 0;
}

.mholder {
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 174px;
}

.month {
    display: inline-block;
    background: url(../images/bg-arhive2.png) no-repeat right -36px;
    padding: 0 30px 0 0;
    height: 36px;
    line-height: 36px;
}

* + html .month {
    display: inline;
    zoom: 1;
}

.month a {
    text-decoration: underline;
}

.month a:hover {
    text-decoration: none;
    color: #9b0022;
}

.month a.active {
    font-size: 21px;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    cursor: default;
}

.datepicker {
    background: url(../images/bg-arhive2.png) no-repeat;
    height: 36px;
    line-height: 36px;
    width: 144px;
    padding: 0 0 0 30px;
    position: absolute;
    left: 34px;
    top: 0;
}

.datepicker a {
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted #0067B6;
}

.datepicker a:hover {
    color: #9b0022;
    text-decoration: none;
    border-bottom: 1px dotted #9b0022;
}

/*
Mid block
*/
.news-block2 {
    margin: 0;
}

.news-block2 td {
    vertical-align: top;
    background-color: #f9f9f9;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #fff;
}

.news-block2 td.w160 {
    background-color: #eee;
}

.news-block2 td.w280 {
    border-right: 0;
}

.w160 .nb2-list-holder {
    width: 160px;
    overflow: hidden;
    position: relative;
}

.w160 .nb2-list-holder .grad2,
.vsholder .grad2 {
    background: url(../images/bg-grad3.png) repeat-y right 0;
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
}

.w160 .nb2-list {
    width: 330px;
}

/*
        padding:0 20px;
*/
.nb2-head {
    font-size: 18px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    height: 49px;
    padding: 0 15px;
    line-height: 49px;
    background: url(../images/bg-tabs-name.png) repeat-x 0 -100px;
}

.nb2-head-crimea {
    font-size: 18px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    height: 49px;
    padding: 0 10px;
    line-height: 49px;
    background: url(../images/bg-tabs-name.png) repeat-x 0 -100px;
}

.w160 .nb2-head {
    background: url(../images/bg-tabs-name.png) repeat-x 0 -50px;
}

.nb2-head .allnews {
    font-size: 14px;
    color: #b3002a;
    float: right;
}

.accordion .nb2-head .allnews {
    display: none;
}

.nb2-head .allnews a {
    color: #0067b6;
}

.nb2-head .allnews a:hover {
    color: #b3002a;
    text-decoration: none;
}

.nb2-litem {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    overflow: hidden;
}

.nb2-litem.last {
    border-bottom: 0;
    padding: 0 20px;
    line-height: 49px;
    font-size: 14px;
    color: #b3002a;
}

.nb2-litem.last a {
    color: #0067b6;
}

.nb2-litem.last a:hover {
    color: #b3002a;
    text-decoration: none;
}

.headwrap {
    overflow: hidden;
    display: block;
    color: #3f4e4c;
}

.headwrap:hover {
    color: #b3002a;
    text-decoration: none;
}

.headwrap img {
    float: left;
    padding: 0 10px 10px 0;
    margin: 0 10px 0 0;
    width: 180px;
    height: 130px;
}

.headwrap img.fotos {
    background: url(../images/bg-fotos.gif) no-repeat right bottom;
}

.headwrap .nhead {
    font-size: 14px;
    color: #0067b6;
    margin-bottom: 5px;
}

.nb2-litem .leed {
    color: #3f4e4c;
}

.headwrap .ndate-holder,
.vinfo-h .ndate-holder {
    position: static;
    display: block;
    overflow: hidden;
    width: auto;
    margin-bottom: 5px;
}

.headwrap .ndate-holder .ntime,
.vinfo-h .ndate-holder .ntime {
    float: left;
    width: 65px;
}

.headwrap .ndate-holder .ndate,
.vinfo-h .ndate-holder .ndate {
    float: left;
    width: 65px;
    background: url(../images/bg-date-nlist2.png) no-repeat right 0;
}

.kafatwit {
    display: block;
    height: 31px;
    background: url(../images/img-kafatwit.png) no-repeat;
    text-indent: -9999px;
}

.kafatwit:hover {
    background-position: 0 -31px;
}

.lenta {
    padding: 15px 20px 5px 20px;
    width: 240px;
}

.lenta ul li {
    position: relative;
    margin-bottom: 15px;
}

.lenta-info {
    margin-left: 80px;
}

.lenta-info a {
    font-size: 14px;
    color: #0067b6;
}

.lenta-info a:hover {
    text-decoration: none;
    color: #B3002A;
}

.lenta-info .llink {
    color: #000;
    font-size: 12px;
}

.lenta-info .llink a {
    color: #3f4e4c;
    font-size: 12px;
}

.lenta-info .llink a:hover {
    color: #B3002A;
}

.lenta .ndate-holder {
    top: 5px;
    left: 0;
}

.lenta .ndate-holder .ntime {
    background: url(../images/bg-date-nlist3.png) no-repeat right 0;
}

/*

*/
.crimea {
    padding: 0px 20px 5px 10px;
    width: 300px;
    height: 90px;
    border-bottom: 1px solid #CCC;
}

.crimea ul li {
    position: relative;
    margin-bottom: 5px;
    color: #3F4E4C;
}

.crimea-info {
    margin-left: 100px;
    padding-top: 8px;
}

.crimea-razd {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    color: #585858;
    background: url(../images/bg-nnn-info.png) no-repeat right 0;
    padding: 3px;
    margin-top: 15px;
}

.crimean img {
    float: left;
    padding: 0 5px 5px 0;
    margin: 0 5px 0 0;
    width: 100px;
    height: 75px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.crimea-info a {
    font-size: 12px;
    color: #3F4E4C;
    padding-top: 8px;
}

.crimea-info a:hover {
    text-decoration: none;
    color: #B3002A;
    padding-top: 8px;
}

/*

*/
.videos {
    position: relative;
}

.videos .nb2-head {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 48px;
    line-height: 48px;
    background-position: 0 -50px;
}

.he1 {
    float: left;
}

.pagina {
    font-size: 14px;
    width: 250px;
    height: 25px;
    line-height: 23px;
    margin: -38px auto 0 auto;
    padding: 0 0 12px 0;
    overflow: hidden;
}

.pagholder {
    float: left;
    margin-left: 10px;
}

.pagina .pleft,
.pagina .pright {
    float: left;
    width: 11px;
    height: 21px;
    margin-top: 2px;
}

.pagina .pright {
    background: url(../images/bg-videos-nav.png) no-repeat 0 0;
}

.pagina .pright:hover {
    background: url(../images/bg-videos-nav.png) no-repeat 0 -21px;
}

.pagina .pleft {
    background: url(../images/bg-videos-nav.png) no-repeat 0 -42px;
}

.pagina .pleft:hover {
    background: url(../images/bg-videos-nav.png) no-repeat 0 -63px;
}

.pagholder ul {
    float: left;
    padding: 0 5px;
    line-height: 18px;
}

.pagholder ul li {
    float: left;
}

.pagholder ul li a {
    color: #0067b6;
    display: block;
    padding: 2px 11px 3px 11px;
    margin: 1px;
    height: 18px;
}

.pagholder ul li a:hover {
    text-decoration: none;
    background-color: #7d7d7d;
    color: #fff;
}

.pagholder ul li a.active {
    background-color: #7d7d7d;
    color: #fff;
    border-top: 1px solid #606060;
    border-left: 1px solid #606060;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin: 1px;
    padding: 2px 10px 2px 10px;
}

.vsholder {
    overflow: hidden;
    position: relative;
    background-color: #eee;
}

.vsholder ul {
    white-space: nowrap;
    overflow: hidden;
    width: 1210px;
	position:relative;
}

.vsholder ul li {
    display: inline-block;
    width: 173px;
    height: 228px;
    background: url(../images/bg-vsblock.jpg) no-repeat 0 0;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding: 0;
    border-right: 1px solid #ccc;
    border-left: 1px solid #fff;
    overflow: hidden;
}

* + html .vsholder ul li {
    display: inline;
    zoom: 1;
}

.vsholder ul li.live {
    background: url(../images/bg-vsblock.jpg) no-repeat -173px 0;
}

.avideo {
    display: block;
    width: 99px;
    height: 75px;
    margin: 20px 37px;
    position: relative;
}

.avideo .e-live {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 57px;
    height: 17px;
    background-color: #d60000;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 17px;
}

.vsholder .live .e-live {
    display: block;
}

.vblock-holder .vinfo-h {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #fff;
    white-space: normal;
}

.vinfo-h .vlink {
    margin-bottom: 5px;
    display: block;
    max-height: 64px;
    overflow: hidden;
    line-height: 16px;
}

.vinfo-h .vlink:hover {
    text-decoration: none;
}

/*

*/
.news-block3 {
    position: relative;
}

.news-block3 td {
    vertical-align: top;
}

.news-block3 td.r1,
.news-block3 td.r2,
.news-block3 td.r3,
.news-block3 td.r4 {
    border-right: 1px solid #ccc;
    border-left: 1px solid #fff;
    background-color: #eee;
}

.news-block3 td.r2 {
    background-color: #f9f9f9;
}

.news-block3 td.r4 {
    border-top: 1px solid #ccc;
}

.news-block3 .w280 {
    background-color: #f9f9f9;
    padding: 20px 0 0 0;
}

.news-block3 .nb2-head {
    background-position: 0 -50px;
}

.news-block3 .nb2-head.bg2 {
    background-position: 0 -100px;
}

.r1 .accordion li {
    overflow: hidden;
}

.r1 .accordion .opener {
    display: block;
    color: #0067b6;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    padding: 10px 20px;
}

.r1 .accordion .opener:hover {
    text-decoration: none;
    color: #B3002A;
}

.r1 .accordion .opener.selected {
    color: #B3002A;
    font-size: 14px;
    cursor: default;
}

.r1 .info-box {
    background: url(../images/bg-speech.png) repeat-x;
    overflow: hidden;
}

.r1 .slide {
    border-bottom: 1px solid #ccc;
}

.r1 li:last-child .slide {
    border-bottom: none;
}

.r1 .spfoto span {
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: 30px;
    padding: 0 20px;
}

.r1 .spfoto img {
    display: block;
    margin: 0 auto 45px auto;
}

.r1 .info-box p {
    color: #3f4e4c;
    padding: 0 20px;
    margin: 0 0 15px 0;
}

.w280 .accordion {
    border-top: 1px solid #ccc;
}

.w280 .accordion .opener {
    cursor: pointer;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}

.w280 .accordion .opener:hover {
    background-position: 0 -50px;
}

.w280 .accordion .opener.selected {
    cursor: default;
    background-position: 0 -50px;
}

.w280 .accordion .slide {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}

.w280 .accordion li:last-child .slide {
    border-bottom: none;
}

.w280 .accordion .tn-views,
.w280 .tn-views {
    color: #000;
    padding-left: 18px;
    /*background:url("../images/bg-kafanews.png") no-repeat scroll 0 -304px transparent;*/
    background: url("../images/news-stat.png") no-repeat 0 -14px transparent;

}

.w280 .tn-comment {
    color: #000;
    padding-left: 28px;
    background: url("../images/news-stat.png") no-repeat 14px 3px transparent;
}

.w280 .accordion .tn-comments {
    background: url("../images/bg-kafanews.png") no-repeat scroll 0 -246px transparent;
    color: #000;
    padding-left: 16px;
}

.w280 .accordion .tcomment {
    margin-bottom: 5px;
    width: 160px;
}

.w280 .accordion .tcomment p {
    overflow: hidden;
}

.news-block3 .r4 .nb2-head {
    border-top: 1px solid #fff;
}

.sms-box li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
    color: #3F4E4C;
    overflow: hidden;
}

.sms-box li p {
    margin: 0 0 10px 0;
    overflow: hidden;
}

.sms-box li .ndate-holder {
    position: static;
    width: 140px;
    margin-right: 20px;
    float: left;
}

.sms-box li .ndate,
.sms-box li .ntime {
    width: 70px;
    float: left;
}

.sms-box li .ndate {
    background: url("../images/bg-date-nlist2.png") no-repeat scroll right 0;
}

.sms-box li .sms-tel {
    float: left;
}

.sms-box li .sms-tel em {
    color: #000;
}

.r2 .accordion .opener,
.r3 .accordion .opener {
    display: block;
    color: #0067b6;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    padding: 10px 20px;
}

.r2 .accordion .opener:hover,
.r3 .accordion .opener:hover {
    text-decoration: none;
    color: #B3002A;
}

.r2 .accordion .opener.selected,
.r3 .accordion .opener.selected {
    color: #B3002A;
    font-size: 14px;
    cursor: default;
}

.r2 .accordion .slide,
.r3 .accordion .slide {
    border-bottom: 1px solid #ccc;
    clear: both;
}

.r2 .info-box,
.r3 .info-box {
    padding: 10px 20px;
}

.r2 .info-box img,
.r3 .info-box img {
    display: block;
    margin: 0 0 10px 0;
}

.accordion .info-box .whois {
    display: block;
    margin: 0 0 5px 0;
    color: #000;
}

.r2 .info-box p,
.r3 .info-box p {
    display: block;
    margin: 0 0 5px 0;
    color: #3F4E4C;
}

.r2 .info-box a,
.r3 .info-box a {
    color: #0067B6;
    font-size: 14px;
}

.r2 .info-box a:hover,
.r3 .info-box a:hover {
    color: #B3002A;
    text-decoration: none;
}

/*

*/
/*#footer {
        overflow:hidden;
        width:100%;
        border-top:1px solid #e5e5e5;
        font:11px Verdana, Tahoma, sans-serif;
        color:#666;
        clear:both;
        background:#7d7d7d url(../images/bg-footer.png) repeat-x;
}
#footer .left {
        float:left;
        margin-left:80px;
}
#footer .right {
        float:right;
        margin-right:65px;
}
#footer .counters {
        margin:0 auto;
        display:block;
}*/
/*#footer .ftop {
        font-size:14px;
        line-height:16px;
        color:#000;
        overflow:hidden;
        padding:0 20px;
}
.ftop .osites {
        height:48px;
        width:58%;
        float:left;
        line-height:48px;
}
.ftop .osites a {
        color:#0067b6;
        padding-left:12px;
        background:url(../images/bg-footer-dot.png) no-repeat 0 8px;
}
.ftop .osites a:hover {
        text-decoration:none;;
        color:#9B0022;
}
.ftop .osites a.first {
        padding-left:0;
        background:none;
}
.ftop .askme {
        float:right;
        width:41%;
        height:48px;
        text-align:right;
        line-height:48px;
}
.ftop .askme .fask{
        margin-right:10px;
        color:#3f4e4c;
}
.ftop .askme .fask a {
        color:#0067b6;
        margin-right:13px;
}
.ftop .askme .fup a {
        color:#0067b6;
}
.ftop .askme a:hover {
        text-decoration:none;;
        color:#9B0022;
}
.ftop .askme .fup {
        color:#B50000;
}*/
/*#footer .fbottom {
        font-size:12px;
        height:40px;
        line-height:16px;
        overflow:hidden;
        padding:22px 20px 0 20px;
        color:#fff;
}
.fbottom .copyr {
        float:left;
        width:55%;
}
.fbottom .copyr a {
        padding-left:10px;
        color:#fff;
        text-decoration:underline;
}
.fbottom .copyr a:hover {
        text-decoration:none;
}
.fbottom .counters {
        float:left;
        width:20%;
        position:relative;
        top:-13px;
}
.fbottom .counters span {
        float:left;
}
.fbottom .developers {
        float:right;
        width:22%;
        text-align:right;
}
.fbottom .developers a {
        color:#fff;
        text-decoration:underline;
}
.fbottom .developers a:hover {
        text-decoration:none;
}*/
/*

*/
.cnews #top-side,
.inner #top-side {
    background-color: #F9F9F9;
    padding: 0;
}

.ts-holder {
    background-color: #ccc;
    padding: 20px 0 0 0;
}

.cnews #mailing,
.inner #mailing {
    position: static;
}

.cnews .news-block1 {
    background-color: #eee;
}

.cnews .r6 {
    border-right: 1px solid #ccc;
}

.cnews .nb2-head h1 {
    float: left;
}

/*

*/
.r7 {
    padding-right: 20px;
}

.r7 h1 {
    display: block;
    font-size: 24px;
    margin: 0 0 10px 0;
}

.r7 .ndate-holder {
    position: static;
    overflow: hidden;
    width: auto;
}

.r7 .ndate-holder span {
    float: left;
    width: 70px;
}

.ntags {
    padding: 0 0 0 20px;
    margin: 0 0 0 150px;
    background: url(../images/bg-kafanews.png) no-repeat 0 -357px;
    text-align: left;
}

.ntags a:hover {
    text-decoration: none;
}

.r7 .leed {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.media-box {
    width: 400px;
    overflow: hidden;
    float: left;
    margin: 0 20px 10px 0;
}

.media-box .timg {
    position: relative;
}

.media-box .timg a {
    display: block;
}

.media-box .timg p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    color: #fff;
    background: url("../images/bg-pfon.png") repeat;
    text-shadow: 1px 1px 2px #000;
    width: 360px;
}

.medias {
    padding: 10px 20px;
    background: #7d7d7d url("../images/bg-medias.png") repeat-x;
}

.medias .phview,
.medias .viview {
    padding-left: 20px;
    color: #f9f9f9;
    font-size: 12px;
    display: block;
    line-height: 16px;
    text-shadow: 1px 1px 1px #2D2A2A;
}

.medias .phview {
    background: url("../images/bg-kafanews.png") no-repeat 0 -453px;
    margin-bottom: 5px;
}

.medias .viview {
    background: url("../images/bg-kafanews.png") no-repeat 0 -403px;
}

.meholder {
    overflow: hidden;
    width: 380px;
    position: relative;
    margin-bottom: 5px;
    z-index: 100;
}

.mein {
    white-space: nowrap;
}

.mein a {
    display: inline-block;
    background: url("../images/bg-mein.png") no-repeat;
    width: 98px;
    height: 74px;
    position: relative;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin-right: 2px;
    z-index: 0;
}

.grad4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: url("../images/bg-grad4.png") repeat-y;
}

.mein a.active,
.mein a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mein a img {
    display: block;
    width: 81px;
    height: 60px;
    margin: 5px 0 0 5px;
}

.meplay {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    top: 13px;
    left: 50%;
    margin-left: -24px;
    background: url("../images/bg-kafanews.png") no-repeat 0 -530px;
}

.text-body {
    font-size: 14px;
    margin-bottom: 20px;
}

.text-body p {
    margin: 0 0 15px 0;
}

.text-body a:hover {
    text-decoration: none;
}

.text-body h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.text-body ul,
.text-body ol {
    margin: 0 0 15px 15px;
    padding: 0 0 0 30px;
}

.text-body ul li,
.text-body ol li {
    margin: 0 0 5px 0;
}

.text-body ul li {
    list-style: disc outside;
}

.text-body ol li {
    list-style: decimal outside;
}

.bq {
    background-color: #7d7d7d;
    position: relative;
}

.text-body blockquote {
    color: #fff;
    padding: 5px 90px;
    font-style: italic;
}

.bq-top {
    height: 17px;
    background: url("../images/bg-bq.png") repeat-x;
}

.bq-bottom {
    height: 16px;
    background: url("../images/bg-bq.png") repeat-x 0 -17px;
}

.lq {
    width: 52px;
    height: 42px;
    position: absolute;
    top: 22px;
    left: 20px;
    background: url("../images/bg-bq.png") no-repeat 0 -33px;
}

.rq {
    width: 52px;
    height: 42px;
    position: absolute;
    bottom: 21px;
    right: 20px;
    background: url("../images/bg-bq.png") no-repeat 0 -75px;
}

.clear {
    clear: both;
}

.authors {
    font-size: 14px;
    margin-bottom: 20px;
    color: #b1b1b1;
}

.authors a {
    color: #b1b1b1;
}

.authors a:hover {
    /*text-decoration: none;*/
}

.soc_share {
    float: right;
}

.likes {

}

.news-by-theme {
    background-color: #eee;
    padding: 20px;
}

.nbhead {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.news-by-theme ul li {
    overflow: hidden;
    margin-bottom: 10px;
}

.news-by-theme .ndate-holder {
    float: left;
    margin-right: 10px;
}

.news-by-theme .ndate {
    background: url("../images/bg-date-nlist2.png") no-repeat scroll right 0;
}

.news-by-theme ul li a {
    font-size: 14px;
}

.news-by-theme ul li a:hover {
    text-decoration: none;
}

.comments-box {
    background-color: #f9f9f9;
}

.post-com-holder {
    overflow: hidden;
    background-color: #7d7d7d;
    margin-bottom: 15px;
    /*padding-top: 17px;*/
    /*padding-bottom:17px;*/
    color: #FFFFFF;
    font-size: 10pt;
    /*padding-left: 20px;*/
    font-weight: bold;
}

.post-com-info {
    padding: 17px;
}

.post-com-holder a {
    color: #FFFFFF;
    text-decoration: underline;
}

.post-com {
    padding: 0 20px;
    color: #fff;
    overflow: hidden;
}

.fcomhead {
    margin-bottom: 15px;
}

.post-com .ta-holder {
    background-color: #FFF;
    padding: 10px;
    border: 1px solid #3f4e4c;
    border-radius: 3px;
    margin-bottom: 15px;
}

.post-com .btn-holder {
    overflow: hidden;
}

.post-com .search-btn {
    float: right;
}

.post-com textarea {
    border: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    min-height: 50px;
    overflow: auto;
}

.fcomments {
    margin: 0;
    padding: 20px;
}

.fcomments a:hover {
    text-decoration: none;
}

.cform {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.sbtn5 {
    position: absolute;
    right: 3px;
    bottom: -40px;
    font-size: 14px;
}

.fcomments .l1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fcomments ul.l1 li {
    padding: 5px 0;
}

.fcomments .l2 {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

.fcomments ul.l2 li {
    padding: 5px 0;
}

.cuinfo-holder {
    overflow: hidden;
    /*margin-bottom: 20px;*/
}

.new-mes {
    background-color: #EFF2F3;
    border: 1px dotted #E10909;
    padding: 5px;
    margin-right: -5px;
    margin-left: -5px;
}

.uava {
    float: left;
}

.cuinfo {
    /*padding-left: 60px; */
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin-bottom: 5px;
}

.cuinfo-n {
    font-size: 14px;
    margin-right: 10px;
}

.cuinfo a {
    text-decoration: none;
}

.cuinfo-r {
    display: inline;
    margin-right: 10px;
}

.rdown {
    color: #f00 !important;
}

.rup {
    color: #20AE1E !important;
}

.cutext {
    margin: 0 0 5px 0;
    padding-left: 60px;
    width: calc(100% - 65px);
    overflow-wrap: break-word;
}

.cutext a {
    word-break: break-all;
}

.cutext a img {
    max-width: 250px;
    height: auto;
}

.cucont {
    list-style: none;
    margin: 0;
    padding: 0 100px 0 60px;
    position: relative;
    /*min-height: 17px;*/
}

* + html .cucont {
    padding: 0 100px 0 10px;

}

.cucont li {
    display: inline;
    height: 1%;
    margin-right: 10px;
}

.cucont .cudate {
    width: 96px;
    height: 17px;
    background: url("../images/bg-ctime.png") no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.cudate span {
    text-align: center;
    display: inline-block;
    font-size: 10px;
}

.cudate .ctime {
    color: #fff;
    width: 40px;
}

.cudate .cdate {
    color: #3a3a3a;
    width: 56px;
}

#comment_for_add A,
#comment_for_add A:hover {
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    font-size: 12pt;
    text-align: right;
}

/*------*/
HTML *.list-last {
    border-bottom: none;
}

.nrating-holder {
    display: block;
    /*background: url(../images/2x-gray.gif) repeat-x;
        background-position: 0 50%;*/
    height: 24px;
    margin-bottom: 10px;
}

.nrating-holder .rating {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    background: #FFFFFF;
    font-weight: bold;
    color: #8f8f8f;
}

.nrating-holder .rating-holder {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    background: #FFFFFF;
}

.nrating-holder .rating-holder A.rating-minus,
.nrating-holder .rating-holder A.rating-minus:hover,
.nrating-holder .rating-holder A.rating-plus,
.nrating-holder .rating-holder A.rating-plus:hover {
    display: block;
    width: 8px;
    height: 8px;
    background: url(../images/pm.gif) no-repeat;
    background-position: 0 -8px;
    margin-top: 8px;
    float: left;
    text-indent: -9999px;
    margin-left: 5px;
    margin-right: 5px;
}

.nrating-holder .rating-holder A.rating-minus:hover {
    background-position: -8px -8px;
}

.nrating-holder .rating-holder A.rating-plus {
    background-position: 0 0;
}

.nrating-holder .rating-holder A.rating-plus:hover {
    background-position: -8px 0;
}

.nrating-holder .rating-holder SPAN#cur-rating {
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.main-news-stats {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 20px;
    background: url(../images/bg-tn-info.png) no-repeat;
    color: #DFDFDF;
    font-size: 12px;
    line-height: 20px;
    text-shadow: 1px 1px 1px #666;
}

.main-news-stats .main-news-stats-r {
    background: url(../images/bg-tn-info-lb.png) no-repeat 100% 0;
    overflow: hidden;
    padding-right: 8px;
}

.main-news-stats .main-news-stats-r .main-news-stats-looks {
    padding-left: 25px;
    padding-right: 5px;
    background: url(../images/bg-kafanews.png) no-repeat 7px -187px;
}

.main-news-stats .main-news-stats-r .main-news-stats-comms {
    padding-left: 25px;
    background: url(../images/bg-kafanews.png) no-repeat 9px -247px;
}

DIV.rec.sape_link_right {
    width: 280px;
    overflow: hidden;
}

DIV.news-stats {
    text-align: right;
    padding-top: 4px;
}

DIV.news-stats SPAN.news-stats-looks {
    background: url(../images/news-stat.png) no-repeat;
    background-position: 0 -14px;
    font-size: 11px;
    font-weight: bold;
    padding-left: 18px;
    padding-right: 4px;
    color: #515151;
}

DIV.news-stats SPAN.news-stats-comms {
    background: url(../images/news-stat.png) no-repeat;
    background-position: 0 3px;
    font-size: 11px;
    font-weight: bold;
    padding-left: 14px;
    padding-right: 4px;
    color: #515151;
}

DIV.news-stats SPAN.news-stats-comms A,
DIV.news-stats SPAN.news-stats-comms A:hover {
    font-size: 11px;
}

DIV.news-stats SPAN.news-stats-rat {
    background: url(../images/news-stat.png) no-repeat;
    background-position: 0 -29px;
    font-size: 11px;
    font-weight: bold;
    padding-left: 13px;
    padding-right: 4px;
    color: #515151;
}

.text-body STRONG {
    font-weight: bold;
}

.face-book-bg {
    width: 242px;
    height: 340px;
    background: url(../images/facebook-bg.gif) no-repeat;
    background-position: 50% 50%;
}

.dec.zy_link_right {
    font-size: 9px;
    font-weight: normal;
    color: #c3c3c3;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.dec.zy_link_right p {
    border: none !important;
}

.dec.zy_link_right a {
    font-size: 9px;
    font-weight: normal;
    color: #c3c3c3;
}

.dec.zy_link_right a:hover {
    font-size: 9px;
    font-weight: normal;
    color: #c3c3c3;
}

DIV.news-v2-big {
    position: relative;
}

DIV.news-v2-big DIV.tndate-holder {
    z-index: 9;
}

DIV.news-v2-big-stat {
    position: absolute;
    right: 0px;
    top: 15px;
    left: 0px;
    background: url(../images/bg-pfon.png);
    padding-bottom: 6px;
}

DIV.news-v2-big-stat SPAN.news-stats-looks,
DIV.news-v2-big-stat SPAN.news-stats-rat,
DIV.news-v2-big-stat SPAN.news-stats-comms {
    color: #FFF;
}

DIV.news-v2-big-stat SPAN A,
DIV.news-v2-big-stat SPAN A:hover {
    color: #FFF;
}

UL.news-v2-mini {
    margin-left: -20px;
    padding-left: 15px;
    margin-right: -20px;
    margin-top: -15px;
    padding-top: 15px;
    background: #2e2e2e;
}

UL.news-v2-mini LI {
    float: left;
}

UL.news-v2-mini LI A,
UL.news-v2-mini LI A:hover {
    display: block;
    width: 140px;
    height: 100px;
    padding-right: 18px;
    position: relative;
    text-decoration: none;
}

UL.news-v2-mini LI A IMG,
UL.news-v2-mini LI A:hover IMG {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 4px solid #999;
}

UL.news-v2-mini LI A:hover IMG {
    border: 4px solid #FFF;
}

UL.news-v2-mini LI A P,
UL.news-v2-mini LI A:hover P {
    position: absolute;
    left: 0px;
    display: block;
    bottom: -15px;
    width: 140px;
    padding: 4px;
    font-size: 10px;
    color: white;
    text-shadow: 1px 1px 1px black;
    background: url(../images/bg-pfon.png);
    text-decoration: none;
}

UL.news-v2-mini LI A:hover P {
    color: #999;
}

/* -- soc icons */
DIV.soc-icons {
    display: none;
    position: absolute;
}

DIV.soc-icons A,
DIV.soc-icons A:hover {
    display: block;
    float: left;
    background: url(../../img-wsocial.png) no-repeat;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

DIV.soc-icons A.soc-vk,
DIV.soc-icons A.soc-vk:hover {
    background-position: -184px 0px;
}

DIV.soc-icons A.soc-fb,
DIV.soc-icons A.soc-fb:hover {
    background-position: -152px 0px;
}

DIV.soc-icons A.soc-tw,
DIV.soc-icons A.soc-tw:hover {
    background-position: -120px 0px;
}

DIV.kafa-user-head {
    font-size: 14px;
    font-weight: bold;
    color: #3F4E4C;
    padding: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #CCC;
}

DIV.kafa-user-head-no-line {
    font-size: 14px;
    font-weight: bold;
    color: #3F4E4C;
    padding: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

DIV.kafa-user-head SPAN {
    font-size: 16px;
    font-weight: bold;
    color: #0067B6;
}

UL.kafa-user-list {
    list-style: none;
    padding-top: 5px;
}

UL.kafa-user-list > LI {
    display: block;
    height: 60px;
    clear: both;
    padding-left: 10px;
}

UL.kafa-user-list > LI > A,
UL.kafa-user-list > LI > A:hover {
    display: block;
    text-decation: none;
    text-align: left;
    text-decoration: none;
}

UL.kafa-user-list > LI > A > IMG,
UL.kafa-user-list > LI > A:hover > IMG {
    width: 50px;
    height: 50px;
    float: left;
}

UL.kafa-user-list > LI > A > DIV,
UL.kafa-user-list > LI > A:hover > DIV {
    margin-left: 60px;
}

UL.kafa-user-list > LI > A > DIV > SPAN,
UL.kafa-user-list > LI > A:hover > DIV > SPAN {
    display: block;
}

UL.kafa-user-list > LI > A > DIV > DIV,
UL.kafa-user-list > LI > A:hover > DIV > DIV {
    display: block;
    padding-top: 5px;
}

UL.kafa-user-list > LI > A > DIV > DIV > SPAN.stats-rat,
UL.kafa-user-list > LI > A:hover > DIV > DIV > SPAN.stats-rat {
    background: url(../images/news-stat.png) no-repeat;
    background-position: 0 -29px;
    font-size: 11px;
    font-weight: bold;
    padding-left: 13px;
    padding-right: 4px;
    color: #515151;
}

UL.kafa-user-list > LI > A > DIV > DIV > SPAN.stats-comms,
UL.kafa-user-list > LI > A:hover > DIV > DIV > SPAN.stats-comms {
    background: url(../images/news-stat.png) no-repeat;
    background-position: 0 3px;
    font-size: 11px;
    font-weight: bold;
    padding-left: 14px;
    padding-right: 4px;
    color: #515151;
}

.username .new_comments {
    text-decoration: none;
    margin-left: 5px;
    color: green;
}

/* Èíôîðìàöèîííîå îêîøêî */

#parrent-info-popup-win {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.1;
    z-index: 900;
    display: none;
}

#info-popup-win {
    position: fixed;
    top: 30%;
    left: 40%;
    z-index: 999;
    width: 400px;
    height: 210px;
    border: 1px solid #ccc;
    background-color: #fefefe;
    border-radius: 8px;
    display: none;
}

#popup-title {
    text-align: center;
    font: 20px Georgia, verdana, arial, sans-serif;
    line-height: 35px;
    border-bottom: 1px solid #cacaca;
    text-shadow: 1px 1px 0px #fefefe;
}

#popup-txt {
    border-top: 1px solid #efefef;
    padding: 5px 10px;
    font-family: Georgia;
    font-size: 14px;
}

#popup-txt .sn {
    color: #1268c8;
    font-weight: bold;
}

#close-info-popup-win {
    position: absolute;
    top: 6px;
    right: 22px;
    width: 20px;
    height: 20px;
    background: url(http://allkerch.com/skin/media/images/bg-sprite.png) 0px -280px no-repeat;
    cursor: pointer;
}

#footer a {
    color: #fefefe;
    text-decoration: none;
}

#footer ul {
    list-style: none;
}

#footer input, #footer textarea {
    outline: none;
}

#footer textarea {
    overflow-y: auto;
    resize: none;
}

#footer {
    max-width: 1210px;
    width: auto;
    margin: 0 auto;
	position:relative;
}

#footer, #footer_bttm {
    /*font:14px "Trebuchet MS", serif;*/
    color: #fefefe;
}

/*
	ßêîðü (ââåðõ)
*/

#up {
    height: 62px;
    margin: 25px 0px 0;
    background: #4e4e4e url(../images/1.png) repeat-x;
    position: relative;
}

#to-up {
    position: absolute;
    top: 0;
    left: 85%;
    width: 135px;
    height: 100px;
    background: url(../images/up.png) no-repeat;

}

#to-up a {
    text-decoration: none;
    color: #fefefe;
    font-size: 19px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 18px;
    padding-top: 13px;
}

/*
	4 êîëîíêè
 */

/*** ÑÒÀÒÈÑÒÈÊÀ ***/

ul#columns {
    height: 485px;
}

ul#columns > li {
    float: left;
    width: 246px;
    height: 471px;
    margin-left: 32px;
    margin-top: 15px;
    padding: 14px 0 0 17px;
}

.y_title {
    color: #e2e41a;
    font-size: 21px;
    border-bottom: 4px solid #025ba9;
    padding-bottom: 2px;
}

.statistics {
    margin-top: 14px;
}

.show_all {
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 17px;
}

.show_all:hover {
    text-decoration: none;
}

.next {
    margin-top: 33px;
}

.rules {
    padding-top: 6px;
    line-height: 14px;
}

.read_more {
    margin-left: 146px;
    text-decoration: none;
    color: #939598;
}

/*** ÒÎÏ-ÀÊÒÈÂÍÛÕ ***/

.nickname {
    color: #05aeda;
    font-weight: bold;
}

.comments {
    color: #808285;
    font: 12px Arial, sans-serif;
}

ul#active {
    margin-top: 19px;
    margin-bottom: 50px;
    overflow-y: auto;
    height: 185px;
}

ul#active > li {
    margin-top: 10px;
}

#profile {
    margin-left: 8px;
    float: left;
    width: 125px;
}

.ava {
    float: left;
}

.rating1, .rating2, .rating3 {
    width: 58px;
    height: 26px;
    float: left;
    text-align: center;
    /*font: 16px "Trebuchet MS", serif;*/
    font-size: 16px;
    margin-top: 4px;
}

.rating_news {
    width: 108px;
    height: 26px;
    float: left;
    text-align: center;
    font: 12px "Trebuchet MS", serif;
    margin-top: 4px;
}

.rating1 {
    background: url(../images/rating.png) no-repeat;
}

.rating2 {
    background: url(../images/rating_grey.png) no-repeat;

}

.rating3 {
    background: url(../images/rating_red.png) no-repeat;

}

.clear {
    clear: both;
}

.online {
    margin-top: 20px;
    margin-left: 31px;
    color: #696A6C;
    font-size: 13px;
    font-weight: bold;
}

.online_users {
    text-align: right;
    padding: 11px 15px 0px 0px;
    color: #057cb9;
    font-size: 13px;
    font-weight: bold;
    height: 75px;
    overflow: hidden;
}

/*** ÏÎÄÏÑÈÊÀ ***/

ul#subs {
    margin-top: 16px;
}

ul#subs > li {
    margin-bottom: 14px;
}

ul#subs .newspaper {
    background: url(../images/sprites.png) 0px 0px no-repeat;
    height: 40px;
    padding-left: 62px;
    display: block;
    padding-right: 50px;
}

ul#subs .rss {
    background: url(../images/sprites.png) 0px -113px no-repeat;
    height: 40px;
    padding-left: 57px;
    display: inline-block;
    padding-right: 50px;
    padding-top: 12px;
    margin-left: 4px;
}

#form_subscribe {
    padding-left: 60px;
    padding-top: 11px;
}

#mtext {
    width: 117px;
    outline: none;
    margin-top: 3px;
    padding: 2px 3px 2px 4px;
}

#subsub {
    width: 32px;
    height: 24px;
    background: url(../images/subsub.png) no-repeat;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    margin-left: 4px;
}

.box {
    float: left;
}

ul#info {
    margin-top: 15px;
    margin-bottom: 22px;
    font-size: 16px;
}

#bookmark {
    background: url(../images/bookmark.png) no-repeat 0px 0px;
    height: 90px;
    width: 256px;
    margin-left: -35px;
}

#bookmark a {
    float: left;
}

.social {
    padding-top: 16px;
    padding-left: 62px;
}

/*
	Ôîðìà îáðàòíîé ñâÿçè
*/

#feedback {
    margin-top: 29px;
    margin-bottom: 20px;
}

#feedback_user_name, #feedback_user_email {
    width: 146px;
    margin-bottom: 6px;
}

#feedback_user_name, #feedback_user_email, #feedback_user_msg {
    background-color: #e6e7e8;
    padding: 5px;
    border: 1px solid #4e4e4e;
}

#feedback_user_msg {
    margin-bottom: 13px;
}

#fb_sub {
    width: 105px;
    height: 30px;
    background: url(../images/send.png) no-repeat;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}

.facts {
    width: 50px;
    float: left;
}

.inputs {
    margin-left: 72px;
}

#partners {
    background-color: #fff;
    height: 44px;
    margin-left: -17px;
    margin-top: 40px;
}

#plink {
    padding: 8px 0px 0px 15px;
}

#plink a {
    float: left;
}

#dev {
    color: #939598;
    padding-top: 8px;
    font-size: 12px;
}

/*
	Ñàìûé íèç ôóòåðà
 */

#footer_bttm {
    padding: 15px;
    background-color: #232323;
    border-top: 4px solid #4e4e4e;
    clear: both;
}

#copyright {
    font-size: 15px;
    width: 33%;
    float: left;
	padding-top:6px;
}

#counters {
    float: left;
    padding-left: 35px;
}

#counters a {
    margin-left: 10px;
}

.attention {
    font-size: 12px;
    clear: both;
}

#comments-rules-dialog-content p {
    line-height: 16px;
    padding: 5px 0;
}

#main .comments-box strong {
    font-weight: bold;
}

#main .comments-box em {
    font-style: italic;
}

#main .comments-box strong > em, #main .comments-box em > strong {
    font-weight: bold;
    font-style: italic;
}

.fcomments .cutext > img {
    max-width: 300px;
}

.lenta-info strong {
    font-weight: bold;
}

.poll {
    padding: 15px 0;
}

.poll_title {
    font-size: 14px;
    font-weight: bold;
}

.poll ul, .poll_results {
    margin: 15px 10px;
}

.poll ul li {
    padding: 5px 0;
}

.poll_link_results {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.poll_results {
    width: 500px;
}

.poll_results p {
    width: 100%;
    padding: 7px 0;
}

.poll_link_results:hover {
    text-decoration: none;
}

.poll_bar {
    display: inline-block;
    background-color: #ccc;
    margin-left: 10px;
    max-width: 400px;
    border-radius: 4px;
}

.poll_info {
    font-size: 90%;
    margin-left: 5px;
}

.poll_results > p > label {
    display: inline-block;
    width: 150px;
}

.update {
    background: none repeat scroll 0 0;
    width: 42px;
    float: right;
    position: fixed;
    top: 220px;
    right: 0;
    text-align: center;
}

.update .tl {
    background: url(../images/bg_update.gif) no-repeat scroll 0 0;
    font-size: 1px;
    height: 9px;
}

.update .bl {
    background: url(../images/bg_update.gif) no-repeat scroll 0 bottom;
    font-size: 1px;
    height: 9px
}

.update .wrapper {
    border-left: 1px solid #dddede;
    background: #fafbfb;
}

.update .update-comments {
    cursor: pointer;
    vertical-align: top;
}

.update .refresh {
    background: #fafbfb;
}

.update .new-comments {
    border-top: 1px solid #ececed;
    color: #3cc600;
    padding-top: 7px;
    margin-top: 3px;
    cursor: pointer;
    background: #fafbfb;
}

.cuinfo-holder.selected {
    background: #E4FBF1;
}

a.comment-edit-link {
    float: right;
}

.banner_after_crimea {
    margin: 10px 0 5px 0;
    width: calc(100% - 20px);
    text-align: center;
	padding-left:10px;
    /*border-bottom:1px solid #ccc;*/
}

.breadcrumb {
    margin-bottom: 20px;
    color: #8f8f8f;
    background-color: #fff;
    padding: 0;
    font-size: 12px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb li > a {
    color: #8f8f8f;
}
.mobile-menu-button{
	display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 23px;
    right: 20px;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 3px;
    box-shadow: 0 0 8px #fff;
}
.mobile-menu-button-line{
	width:100%;
	height:2px;
	background:#fff;
}
.mobile-menu{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0.95);
    z-index: 100;
    left: 0;
    top: 0;
}
.mobile-menu-block{
	display: flex;
    flex-direction: column;
    font-size: 24px;
    line-height: 46px;
    width: 260px;
    margin: 40px 40px;
}
.mobile-menu-block a{
	color:#0067b6;
}
.fcomments{
	max-width:870px;
}
.mobile-close{
	position: absolute;
    top: 40px;
    right: 40px;
    font-size: 30px;
    line-height: 30px;
    border: 1px solid #000;
    padding: 6px 11px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 7px #a0a0a0;
	cursor:pointer;
}

table tr td img.uava{
		width:25px;
	}
	.cutext{
		padding-left:0;
		width:100%;
		margin-top:15px;
		margin-bottom:5px;
	}
	.comment_name_a{
		margin-left:5px;
		font-weight:bold;
	}
	.comment-header .date-time{
		color:#999;
	}
	.cuinfo-r{
		float:right;
		font-size:16px;
		margin-top:-6px;
	}

	.cuinfo-r a{
		font-size:18px;
	}

	.cuinfo-r .rat-cur{
		position: relative;
		top: 2px;
	}
	.cuinfo-r .rdown, .cuinfo-r .rup{
		margin:0 5px;
        font-size:18px;
	}
	.cuinfo{
		margin-top:16px;
	}
	.comment-header{
		padding-top:16px;
	}
	.comment-header .uava{
		margin-top:-5px;
	}
	
.knopka_otvet{
	background: url(../images/bg-sbtn.png) no-repeat;
    /*height: 16px;*/
    font-size: 14px;
    display: block;
    padding: 5px;
    text-shadow: 1px 1px 1px #fff;
    background-size: 100% 300%;
    color: #000;
	text-align:center;
}
.knopka_otvet:hover{
	background-position:center;
	color:#000;
}
.cucont{
		padding-left:0;
	}
.cuinfo{
		margin-top:0;
	}
.cucont{
		display:flex;
		flex-direction:row;
		justify-content:space-between;
		padding:0;
}
.comment-edit-link{
		background: url(../images/bg-sbtn.png) no-repeat;
		height: 18px;
		font-size: 14px;
		display: block;
		padding: 5px 5px;
		text-shadow: 1px 1px 1px #fff;
		background-size: 100% 300%;
		color: #000;
		text-align: center;
		padding: 5px 10px;
}	
.comment-edit-link:hover{
	background-position:center;
	color:#000;
}
.footer_columns{
	background:url(../images/bg.png) repeat;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	padding:30px;
}
.footer_column h3{
	font-size:18px;
	font-weight:bold;
	line-height: 30px;
    margin-bottom: 10px;
}
#footer .footer_column li a, .footer_column li{
	font-size: 14px;
    line-height: 26px;
	color:#999;
	text-shadow:1px 1px 2px #000;
}
#footer .footer_column li a:hover{
	color:#fff;
}
.footer_bttm_tp{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-bottom:10px;
}
#footer_bttm .uptl_container-fixed-left{
	position:relative;
	margin-top:0;
	top:0;
}
#footer_bttm .uptl_container-fixed-left ul{
	display:flex !important;
	flex-direction:row;
	justify-content: space-between;
    width: 100%;
}
.socseti, .counters{
	width:33%;
}
.counters{
	text-align:right;
}
#footer_bttm .socseti .uptl_container-fixed-left{
	width:240px;
	border: none;
    padding: 0;
	left:0 !important;
	margin: 0 auto;
}
.footer_column h3 span{
	display:none;
	font-size:26px;
}
.footer_column h3{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.news-block1 #main-tab-1 .nlist-head img{
	display:none;
}
.news_feodosia_h2_mob{
	display:none;
}
.mob_slide{
	display:none;
}
.sms_otprav{
	padding:15px;
	font-size: 14px;
    color: #b3002a;
	line-height:32px;
}
.vverh{
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display:none;
	background: url(../../images/vverh.png);
	background-size: 100% 100%;
	z-index: 99;
	cursor: pointer;
	webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;	
}
.vverh:hover{
	-webkit-transform: scale(1.1);
	transform:scale(1.1);
}
.ndate-mob{
	display:none !important;
}
.login_h1{
	text-align:center;
	font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}
.form_login_container{
	width:230px;
	margin:0 auto;
}
.form_login_stroka{
	display:flex;
	flex-direction:row;
	justify-content:center;
	margin-bottom:10px;
}
.form_login_stroka label{
	width:100px;
	padding-top:8px;
}
.form_login_stroka label.zapomnit{
	width: 192px;
    padding-left: 62px;
}
.form_login_stroka input[type='text'], .form_login_stroka input[type='password']{
	width:192px;
	height:16px;
	padding:4px;
}
.form_login_container input.sbtn2{
	height: 26px;
    width: 80px;
    padding: 0;
    margin: 0;
    border: 0;
    border: none;
    background: url(../images/bg-sbtn.png) no-repeat;
    cursor: pointer;
    text-shadow: 1px 1px 1px #fff;
    font-size: 14px;
	margin: 0 84px 10px;
    display: block;
}

.main_news_banner_mobile{
    display:none;
}

@media(max-width:1280px){
	.w280{
		display:none;
	}
	.tr_feodosia_crimea{
		width:100%;
	}
	.w330, .w3302{
		width: 50%;
	}
	table{
		width:100% !important;
	}
	table tr td{
		width:50% !important;
	}
	table tr .glavnaya_novost img{
		width:100%;
		height:auto;
	}
	.glavnaya_novost .tnew-img{
		height:100%;
	}
	.glavnaya_novost .tnew-img a{
		
	}
	.cutext a img {
		width:auto !important;
	}
	.rekl_td img{
		width: 100% !important;
	}
	.rekl_div{
		width:100% !important;
	}
	.cycle-fade{
		width:100% !important;
	}
	.vsholder{
		overflow:scroll;
	}
	.crimea{
		width:calc(100% - 30px);
	}
	img{
		max-width:100%;
	}
	#wrap{
		width:calc(100% - 30px) !important;
	}
	.soc_share{
		display:none;
	}
	.news-block3 tr td{
		width:33% !important;
	}
	.news-v2-big .timg-head{
		width: calc(100% - 20px) !important;
	}
}
@media(max-width:1000px){
	#header{
		width: 100%;
	}
	#nav.w100p{
		display:none;
	}
	body{
		min-width:320px;
	}
	.flexw{
		min-width:300px;
		width:100%;
	}
	#footer{
		width: 100%;
	}
	#footer_bttm{
		width: calc(100% - 30px);
	}
	ul#columns > li{
		width:calc(50% - 50px);
	}
	ins{
		max-width:100%;
		width:100% !important;
		overflow:hidden;
	}
	.news-block1 .r7{
		width:100% !important;
		display:block;
	}
	.r7 .media-box .timg{
		width:100% !important;
	}
	.fcomments{
		width:100% !important;
		padding:0;
	}
	table, tbody, tr{
		display:block;
	}
	.h-center{
		display:flex;
		flex-direction:column;
		background-size:100% 100%;
		height:auto;
		position:relative;
	}
	.h-center-left{
		margin:0 0;
	}
	.h-center #search{
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.h-center #search, .h-center .h-center-left{
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.h-center .h-center-left a{
		position:relative;
	}
	.mobile-menu-button{
		display:flex;
	}
	#search_form{
		display:none;
	}
	#main{
		padding:0;
	}
	.r7 .media-box{
		max-width:400px;
	}
	.r7{
		padding-right:0;
	}
	.h-center-left .slogan{
		display:none;
	}
	.nb1-holder.mb20 ol{
		margin-bottom:10px;
	}

	.ntags{
		background:none;
	}
	.likes{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		height:70px;
	}
	.news-by-theme .ntime{
		display:none;
	}
	#comment_form_div b{
		display:block;
	}
	.logo{
		height: 22px;
		margin-top: 5px;
	}
	.nrating-holder{
		margin-bottom: 22px;
	}
	.nrating-holder .rating{
		padding-top:3px;
	}
	.nrating-holder .rating-holder a.rating-minus, .nrating-holder .rating-holder a.rating-plus{
		text-indent: 0;
		background: none;
		margin-top: 0;
		font-size: 28px;
		font-weight: bold;
		width: 30px;
		text-align: center;
		height: 30px;
		color: #999;
	}
	.nrating-holder .rating-holder span#cur-rating{
		padding-top: 3px;
		font-size: 22px;
	}
	.post-com{
		padding: 0 5px;
	}
	.post-com .search-btn{
		float:left;
		margin-top:5px;
	}
	#update.update{
		display:none;
	}
	.comment_href{
		display:none;
	}
	.comment-answer-link{
		display:none;
	}
	#to-up{
		margin: 0 auto;
		left: auto;
		position: relative;
	}
	#to-up a{
		padding-top:33px;
	}
	.footer_columns{
		flex-direction:column;
		padding-top: 45px;
	}
	.footer_bttm_tp{
		flex-direction:column;
	}
	.footer_bttm_tp #copyright, .footer_bttm_tp .socseti, .footer_bttm_tp .counters{
		width:100%;
		text-align:left;	
	}
	.footer_bttm_tp #copyright, .footer_bttm_tp .socseti{
		margin-bottom:10px;
	}
	#footer_bttm .socseti .uptl_container-fixed-left{
		margin:0;
	}
	.footer_column{
		margin-bottom:15px;
	}
	.footer_column h3 span{
		display:block;
	}
	.footer_column h3{
		background: url(../../images/bg-pixel.png) bottom repeat-x;
		padding-bottom: 3px;
	}
	#footer ul{
		overflow: hidden;
	}
	#news-list .nlist-head{
		overflow:hidden;
	}
	.top-nav .login{
		margin-right:10px;
	}
	.ndate-mob{
		display:flex !important;
	}
	.ndate-pc{
		display:none !important;
	}
	.news_img{
		float:left;
		padding: 0 10px 10px 0;
		margin: 0;
		position:relative;
	}
	.news_img img{
		float:none;
		margin:0;
		padding:0;
	}
	.nb2-litem{
		padding:10px;
	}
	.nb2-head{
		padding: 0 10px;
	}
	.crimea ul li{
		margin-bottom:0;
	}
	.crimea{
		padding-bottom:0;
	}
	.nb2-litem.last{
		padding:0 10px;
	}
	.ndate-holder{
		top:10px;
	}
	.tnew-img .timg-head{
		width:calc(100% - 20px) !important;
	}
	.r2 .accordion .opener, .r3 .accordion .opener{
		padding:10px;
	}
	#news-body-box table{
		overflow-x:scroll;
	}
	#news-body-box table tbody{
		width:680px;
	}
	#news-body-box table tr{
		display:flex;
	}
	#news-body-box table tr td{
		height:auto !important;
		margin-right:10px;
	}
}
@media(max-width:750px){
	.crimea{
		height:120px;
	}
	#news-list ul li{
		height:100px;
	}
	.r7 .media-box{
		width:520px !important;
	}
	.main_last_comments{
		display:none;
	}
	.news-block3 tr td{
		width:100% !important;
	}
	
}
@media(max-width:639px){
	div.news-stats{
		text-align: left;
		margin-left: 140px;
	}
	.glavnaya_novost{
		padding: 0px 0px 0 10px;
		margin-left: -10px;
		width: calc(100% + 2px) !important;
	}
	.glavnaya_novost .news-stats{
		margin-left: 0;
		text-align: right;
		padding-right: 10px;
	}
	.headwrap{
		position:relative;
	}
	.headwrap .ndate-holder{
		bottom: 0 !important;
		left:0 !important;
	}
	.headwrap .ndate-holder .ntime, .vinfo-h .ndate-holder .ntime{
		width: 66px;
	}
	.headwrap .news_img .ndate-holder .ntime, .vinfo-h .ndate-holder .ntime{
		width: 65px;
	}
	
	.crimea .news-stats{
		text-align:right;
	}
	table tr td{
		width:100% !important;
		display:block;
	}
	#tnew-holder{
		display:block;
		height:auto !important;
	}
	#tnew-holder a img{
		height:auto;
	}
	#tnew-holder a .timg-head{
		width:calc(100% - 20px) !important;
	}
	ul#columns > li{
		width:calc(100% - 50px);
	}
	.h-center #search{
		flex-direction:column;
		margin:auto;
	}
	.h-center .h-center-left{
		flex-direction:column;
	}
	.h-center #search div{
		display:flex;
		flex-direction:column;
	}
	.h-center #search .search-field{
		margin-bottom:20px;
	}
	.h-center #search .search-btn{
		margin: 0 auto 25px;
	}
	.photo-media-box{
		width:100% !important;
	}
	.media-box .timg p{
		width: calc(100% - 50px);
		display: block;
	}
	.r7 h1{
		font-size:22px;
	}
	.r7 .media-box .timg{
		width:100% !important;
	}
	.media-box-table{
		width:100% !important;
	}
	.news-block1 #main-tab-1 li{
		position:relative;
	}
	.news-block1 #main-tab-1 .nlist-head img{
		display:block;
		height:100%;
		width:auto;
		float:left;
		margin-right:10px;
		margin-top:2px;
	}
	.news-block1 #main-tab-1 li a{
		height:100%;
		margin-left:0;
	}
	.tr_feodosia_crimea .nb2-litem{
		position:relative;
	}
	.news-block1 #main-tab-1 li  .ndate-holder, .tr_feodosia_crimea .nb2-litem .ndate-holder{
		position: absolute;
		bottom: 10px;
		left: 10px;
		height: 17px;
		top: auto;
		display:flex;
		flex-direction:row;
		width:132px;
	}
	.news-block1 #main-tab-1 li  .ndate-holder span{
		width:50%;
		display:block;
	}
	.news-block1 #main-tab-1 li  .ndate-holder .ndate{
		background:#fff url(../images/bg-tban.png) repeat-x 0 -113px;
	}
	.news-block1 #main-tab-1 li .news-stats{
		margin-top:-20px;
	}
	.main_banners_1{
		display:none;
	}

    .main_news_banner_mobile{
        display:block;
    }

	.news_feodosia_h2_mob{
		display:block;
	}
	.news_feodosia_h2_pc{
		display:none !important;
	}
	.headwrap img{
		width:130px;
		height:auto;
	}
	.crimea{
		height:auto;
	}
	.gazeta_banner{
		width:100% !important;
	}
	table tr.two_banners td{
		width:50% !important;
		display:table-cell;
	}
	table tr.two_banners td ins{
		width:100%;
		margin-left:0 !important;
	}
	ins{
		margin-left:0 !important;
	}
	.main_last_img{
		display:none;
	}
	.pc_slide{
		display:none;
	}
	.mob_slide{
		display:block;
	}
	.pc_nevid{
		display:none;
	}
	.gazeta_banner a{
		padding: 0 10px;
		width: calc(100% - 20px);
		display: block;
	}
	.gazeta_banner img{
		width:100%;
	}
	.r2 .accordion .opener, .r3 .accordion .opener{
		padding:10px;
	}
	.sms-box li{
		padding:10px;
		width:calc(100% - 20px);
	}
	.sms_otprav span{
		float:none !important; 
	}
	.breadcrumb, #news-body h1, #news-body .ndate-holder, #news-body .nrating-holder, #news-body strong, #news-body .text-body, #news-body .authors, #news-body .likes, #news-body .fcomments{
		width:calc(100% - 20px) !important;
		padding-left:10px;
	}

    #news-body .fcomments {
        padding-top:10px;
    }

	#news-body .news-by-theme .ndate-holder{
		padding-left:0;
		width:70px !important;
	}
	.media-box{
		float:none;
	}
	#news-body .media-box{
		width:calc(100% - 20px) !important;
		max-width: 400px;
	}
}
@media(max-width:450px){
	.h-center #search .search-field{
		width:280px;
	}
	.r7 .media-box{
		width:280px !important;
	}
	p{
		overflow:hidden;
	}
}

h2 a {
    color: #0067b6;
}

h2 a:visited {
    /*color:#0067b6;*/
    color: #0067b6;
}

.kfsp-button {
    background: url("/skin/ex24.png") no-repeat;
    width:45px;
    height:45px;
    float:left;
}
.kfsp-button-vk {
    background-position:-88px 0;
    margin-right:5px;
}
.soc_share A {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
}

div.main_tags {
    height: 42px;
    padding: 15px 0 0 20px;
}

div.main_tags a {
    white-space: nowrap;
    font-size: 1.125rem;
    margin-right: 15px;
    font-family: Akrobat;
    font-weight: bold;
    text-transform: uppercase;
}

div.main_tags a:visited {
    color: #0067b6;
}