/*
Theme Name: Kharkov Today
Author: Denys Poroskun
Author URI: https://wordpress.org/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

* {
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

ul, li {

}

ul {

}

nav ul, .ui-tabs ul, nav li, .ui-tabs li {
    margin: 0;
    font-size: 0;
    list-style: none;
}

html,
body,
.wrapper {
    height: 100%;
}

body {
    font-family: 'SegoeUIRegular', sans-serif;
    line-height: 15px;
    font-weight: 100;
    background-color: #fff;
    -webkit-font-smoothing: antialised;
}

a {
    color: #4a4949;
}

.content {
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 90px;
}

a:focus, a:hover {
    color: #4a4949;
    text-decoration: none;
}

/*Header*/
.logo {
    width: 590px;
    margin: 10px auto;
}

.logo .data {
    color: #a7b0b4;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
}

.header-top {
    padding-bottom: 10px;
}

.header-bottom {
    background-color: #0c172c;
}

.header-bottom .current-menu-item {
    background-color: #940B22;
}

.header-bottom a:hover {
    text-decoration: none;
}

.header-bottom li:hover {
    background-color: #940B22;
}

.main-menu li {
    display: inline-block;
    border-right: 1px solid #172a4f;
}

.main-menu li:first-child {
    border-left: 1px solid #172a4f;
}

.main-menu li a {
    display: block;
    padding: 17px 17px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.main-menu li a:focus {
    color: #fff !important;
}

.main-menu li a:hover {
    color: #fff !important;
}

.screen-reader-text, #searchsubmit {
    display: none;
}

#s {
    background: url(img/64_search.png) 10px center no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #223d70;
    background-color: #0c172c;
    width: 266px;
    height: 32px;
    float: right;
    margin-top: 10px;
    padding: 0 30px;
    padding-top: 3px;

}

#s:focus {
    background: #fff;
    padding: 0 10px;
}

#s::-webkit-input-placeholder {

    color: #dbd5d5;
    font-size: 11px;
}

#s::-moz-placeholder {

    color: #dbd5d5;
    font-size: 11px;
}

/* Firefox 19+ */
#s:-moz-placeholder {

    color: #dbd5d5;
    font-size: 11px;
}

/* Firefox 18- */
#s:-ms-input-placeholder {

    color: #dbd5d5;
    font-size: 11px;
}

#s:focus::-webkit-input-placeholder {
    color: transparent
}

#s:focus::-moz-placeholder {
    color: transparent
}

#s:focus:-moz-placeholder {
    color: transparent
}

#s:focus:-ms-input-placeholder {
    color: transparent
}

/*Header*/

/*Home*/

main {
    margin-bottom: 160px;
    padding-top: 28px;
}

main.main {
    margin-bottom: 80px;
}

.title-red {
    border-bottom: 1px solid #940B22;
    margin: 0 0 15px 0;
    clear: both;
}

.title-red h3 {
    display: inline-block;
    text-transform: uppercase;
    padding: 4px 20px 4px 15px;
    color: #fff;
    background-color: #940B22;
    font-size: 15px;
    font-family: 'SegoeUIBold', sans-serif;
    margin: 0;
}

.title-red a {
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 20px 5px 15px;
    color: #fff;
    background-color: #940B22;
    font-size: 15px;
    font-family: 'SegoeUIBold', sans-serif;
    margin: 0;
}

.title-gray {
    border-bottom: 1px solid #940B22;
    margin: 0 0 23px 0;
}

.title-gray h3 {
    display: inline-block;
    text-transform: uppercase;
    padding: 4px 15px;
    color: #7c7979;
    background: -webkit-linear-gradient(90deg, #ececec 0%, #ffffff 100%);
    background: -moz-linear-gradient(90deg, #ececec 0%, #ffffff 100%);
    background: -o-linear-gradient(90deg, #ececec 0%, #ffffff 100%);
    background: -ms-linear-gradient(90deg, #ececec 0%, #ffffff 100%);
    background: linear-gradient(0deg, #ececec 0%, #ffffff 100%);
    font-size: 15px;
    font-family: 'SegoeUIBold', sans-serif;
    margin: 0;
    width: 100%;
}

.title-gray a {
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 0;
    color: #7c7979;
    background: -webkit-linear-gradient(90deg, #ececec 0%, #ffffff 100%);
    background: -moz-linear-gradient(90deg, #ececec 0%, #ffffff 100%);
    background: -o-linear-gradient(90deg, #ececec 0%, #ffffff 100%);
    background: -ms-linear-gradient(90deg, #ececec 0%, #ffffff 100%);
    background: linear-gradient(0deg, #ececec 0%, #ffffff 100%);
    font-size: 15px;
    font-family: 'SegoeUIBold', sans-serif;
    margin: 0;
    width: 100%;
}
.title-default h3 {
    display: inline-block;
    text-transform: uppercase;
    padding: 4px 15px;
    color: #7c7979;
    font-size: 15px;
    font-family: 'SegoeUIBold', sans-serif;
    margin: 0 0 10px;
    width: 100%;
    border-bottom: 1px solid #940b22;
}

.title-default a {
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 0;
    color: #0c172c;
    font-size: 15px;
    font-family: 'SegoeUIBold', sans-serif;
    margin: 0;
    width: 100%;
}

.more-gray {
    font-size: 12px;
    font-family: 'SegoeUIBold', sans-serif;
}

.main-home img {
    width: 100%;
    height: auto;
}
.size-medium {
	height: 136px !important;
}

.news-block {
    overflow: hidden;
    margin-bottom: 30px;
}

.news-block .title {
    color: #4a4949;
    font-size: 13px;
}

.news-block .title:hover, .news-block .title.big-title:hover,
.news-block .title:focus, .news-block .title.big-title:focus {
    color: #940B22;
}

.active_i_hover {
    color: #940B22;
}

.tabs_hover {
    text-decoration: none;
    background-color: #0c172c;
    height: 32px;
    line-height: 32px;
    color: #fff;
}

.active_i_button {
    color: #fff;
    background-color: #0c172c;
}

.news-block .title.big-title {
    color: #292828;
    font-size: 21px;
    line-height: 25px;
    padding-top: 5px;
    display: inline-block;
}

.entry-content {
    color: #858282;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 16px;
}

.glavnoe .entry-content {
    font-size: 15px;
}

.col-xs-12 {
    margin-bottom: 21px;
}

.glavnoe .col-sm-12 {
    margin-bottom: 15px;
}

.bg-gray {
    background-color: #edf0f1;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.bg-gray a {
    display: inline-block;
    padding-top: 5px;
}

.margin-block {
    margin-bottom: 0px;
}

/*Home*/
/*Category*/
.sticly_cat {
    padding: 21px 0;
    background-color: #edf0f1;
    margin-bottom: 21px;
}

.sticly_cat img {
    height: auto;
    width: 100%;
}

.sticly_cat .title {
    color: #292828;
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 23px;
    display: inline-block;
}

.sticly_cat .title:hover {
    color: #940B22;
}

.sticly_cat .entry-content {
    font-size: 14px;
    line-height: 17px;
}

.line {
    height: 1px;
    background-color: #d7d4d4;
    margin: 21px 0;
    clear: both;
}

.sticly-block .data-post {
    padding: 0 0 10px 0;
}

.sticly-block .data-post {
    padding: 0 0 10px 0;
}

.col-md-18 .data-post {
    padding-bottom: 30px;
}

.col-md-18 .line {
    margin-top: 5px;
}

.cat_block .data-post {
    padding-bottom: 10px;
}

.data-post {
    color: #948f8f;
    font-size: 12px;
    padding: 10px 0 0 0;
}

.col-md-24 .data-post {
    width: 25%;
    display: inline-block;
}

.no-padding {
    padding: 0;
}

.cat_block {
    height: 265px;
    background-color: #edf0f1;
    padding: 10px;
    margin-bottom: 21px;
    position: relative;
    vertical-align: top;
    /*display: table;*/
}

.data-post-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    max-height: 40px;
    overflow: hidden;
}

.name-autor.new {
    display: inline-block;
}

.data-post-post {
    padding-top: 15px;
    max-height: 62px;
    overflow: hidden;
}

.cat_block.newnew {
    height: 156px;
}

.data-post-text {
    position: relative;
    top: 0;
    display: table;
    width: calc(100% - 231px);
    padding-left: 10px;
}

.cat_block a {
    color: #292828;
}

.cat_block a:hover {
    color: #940B22;
}
.cat_block .name-autor a:hover {
    color: #ffffff;
}

.left-margin {
    margin-left: 14px;
}

.rigth-margin {
    margin-right: 14px;
}

.both-margin {
    margin: 0 7px 21px 7px;
}

.both3-margin {
    margin: 0 5px 21px 9px;
}

.cat_block img {
    width: 100%;
    height: 136px !important;
}
.tag_block img {
    width: 100%;
    height: auto !important;
}
.tag_block {
    height: 230px;
    position: relative;
    line-height: 16px;
    overflow: hidden;
}

.data-post-image {
    display: inline-block;
    width: 231px;
    float: left;
}

.nav-links .current {
    display: inline-block;
    padding: 4px 10px;
    background-color: #940B22;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    line-height: 18px;
}

.nav-links a {
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 4px;
    font-size: 21px;
    font-weight: bold;
}

.col-xs-12.pad15:last-child {
    padding-left: 5px;
}

.col-xs-12.pad15:first-child {
    padding-right: 5px;
}

/*Category*/
/*Single*/
.single {
    font-size: 14px;
    padding-top: 10px;
}

.single img, .wp-polls img{
    max-width: 100%;
    height: auto;
}

.single .title {
    color: #292828;
    font-size: 29px;
    line-height: 31px;
    margin: 0;
}

#commentform {
    background-color: #edf0f1;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 45px;
}

#comment {
    width: 100%;
    border: none;
}

#submit, .wp-polls .Buttons {
    border-style: solid;
    border-width: 1px;
    border-color: #c5342d;
    background-color: #940B22;
    box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 50px;
    float: right;
    line-height: 17px;
}
.wp-polls .Buttons{
    float: none;
}
.text_form {
    float: left;
    color: #4a4949;
    font-size: 17px;
}

.text_form span {
    display: block;
    color: #989797;
    font-size: 10px;
}

.kol_click {
    background-color: #e2e2e2;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    margin: 0 0 0 5px;
    padding: 4px 8px;
}

/*Single*/

/*Sidebar*/
.sidebar-block {
    margin-bottom: 30px;
    overflow: hidden;
}

.title-sidebar {
    border-bottom: 1px solid #940B22;
    margin: 0 0 15px 0;
}

.title-sidebar h3 {
    display: inline-block;
    text-transform: uppercase;
    padding: 9px 25px;
    color: #fff;
    background-color: #940B22;
    font-size: 15px;
    font-family: 'SegoeUIBold', sans-serif;
    margin: 0;
}

.row.ui-tabs-nav {
    margin: 0;
}

.ui-tabs li {
    text-align: center;
    border: 1px solid #c0c2c2;
    border-right: none;
    padding: 0;
}

.ui-tabs li:last-child {
    border-right: 1px solid #c0c2c2;
}

.ui-tabs li a {
    color: #c0c2c2;
    font-size: 13px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.ui-tabs li a:hover {
    text-decoration: none;
    background-color: #0c172c;
    height: 32px;
    line-height: 32px;
    color: #fff;
}

.ui-tabs li a:focus {
    text-decoration: none;
    outline: 0;
}

.ui-tabs li:hover {
    border: none;
}

#tabs .ui-tabs-active a, #tabs1 .ui-tabs-active a {
    color: #fff;
    height: 32px;
    line-height: 32px;
}

.ui-tabs .ui-tabs-active {
    background-color: #0c172c;
    border: none;
}

.block-article {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #d7d4d4;
    margin: 10px 0 0;
    overflow: hidden;
}

.block-article .name-autor {
    float: left;
}

.name-autor a {
    color: #ffffff;
    font-size: 13px;
    background-color: #0c172c;
    padding: 2px 5px;
    display: inline-block;
}
.name-autor a:hover{
    text-decoration: underline;
}

.author .name-autor a {
    margin: 5px 0;
}

.title-sidebar-article {
    color: #292828;
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    padding: 5px 0;
    width: 60%;
    padding-top: 10px;
}

.block-article img {
    float: right;
    height: auto;
    width: 40%;
}

.block-article p {
    color: #858282;
    font-size: 13px;
    clear: both;
}

.data-ato {
    color: #948f8f;
    font-size: 12px;
    display: inline-block;
}

.ato {
    color: #292828;
    font-size: 13px;
}

.ato-line {
    border-bottom: 1px solid #d7d4d4;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    overflow: hidden;
}

.ato .row {
    margin: 0;
}

.ato .col-xs-12 {
    padding: 0;
    margin-bottom: 5px;
}

.ato .col-xs-12:last-child {
    padding: 0 0 0 15px;
}

.ato .col-xs-12:first-child {
    padding: 0 15px 0 0;
}

.ato img {
    width: 100%;
    height: auto;
}

.ato .data-post {
    padding-bottom: 10px;
}

.link {
    color: #4a4949;
    font-size: 13px;
    line-height: 16px;
    padding: 12px 0 0;
    color: #4a4949;
    font-size: 13px;
    line-height: 16px;
    padding: 12px 0 0;
}

.link a {
    line-height: 17px;
}

.block-autor img {
    float: left;
    max-width: 100%;
    height: auto;
}

.block-autor {
    background-color: #edf0f1;
    overflow: hidden;
    padding: 10px 0;
    height: 135px;
}

.block-autor .col-xs-14 {
    padding-left: 5px;
    padding-right: 5px;
}

.block-autor .col-xs-10 {
    padding-right: 5px;
    padding-left: 10px;
}

.block-foto {
    background-color: #edf0f1;
    overflow: hidden;
    padding: 15px 15px;
    font-size: 12px;
    height: 235px;
    line-height: 15px;
}

.block-foto .data-post {
    padding: 5px 0;
}

.block-foto img {
    max-width: 100%;
    height: auto;
}

.more {
    display: block;
    text-transform: uppercase;
    color: #787777;
    font-size: 12px;
    text-align: center;
    background-color: #eae9e9;
    font-family: 'SegoeUIBold', sans-serif;
    padding: 10px 0;
    clear: both;
}

.more:hover {
    color: #fff;
    background-color: #0c172c;
}

.kurs {
    color: #6f6c6c;
    font-size: 13px;
}

.kurs span {
    color: #940B22;
    font-size: 15px;
    margin: 0 0px 0 10px;
}

.wp_bannerize {
    margin-bottom: 30px;
}

.wp_bannerize img {
    width: 100%;
    height: auto;
}

.block-autor a.string4 {
    font-size: 12px;
    line-height: 19px;
    display: inline-block;
    height: 80px;
}

a.string4 {
    display: inline-block;
}

.block-autor a.string4:after, a.string4:after {
    content: '';
    position: absolute;
    background: #edf0f1;
    width: 85%;
    height: 15px;
    left: 0;
    margin: 0px 5px;
    bottom: 0;
}

.textwidget iframe {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

/*Sidebar*/

/*Footer*/
footer {
    height: 250px;
    margin-top: -110px;
    background-color: #0c172c;
    padding: 20px 0;
    color: #fff;
}

footer a {
    color: #fff;
}

footer nav a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.footer-menu {
    margin: 0 0 35px 0;
}

.footer-menu ul {
    text-align: center;
}

.footer-menu li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #255e74;
    font-size: 15px;
}

.footer-menu li:last-child {
    border: none;
}

.footer-logo {
    width: 215px;
    height: 20px;
    display: inline-block;
    background: url(img/logo-footer.png) no-repeat;
    margin-bottom: 10px;
}

.copyright {
    font-size: 11px;
}

.share42init {
    margin-top: 10px;
}

/*Footer*/

.clear_float {
    clear: both;
}

.margin-lr {
    margin-left: 15px;
    margin-right: 15px;
}

.bold_f {
    font-family: 'SegoeUIBold', sans-serif;
    color: #4a4949;
}

.red_bold {
    font-family: 'SegoeUIBold', sans-serif;
    color: #940B22;
}

.title.red_bold {
    font-family: 'SegoeUIBold', sans-serif;
    color: #940B22;
}

.margin-bottom15 {
    margin-bottom: 15px;
    overflow: hidden;
}

.margin-bottom21 {
    margin-bottom: 21px;
    overflow: hidden;
}

.margin-top45 {
    margin-top: 45px;
}
.margin-top15 {
    margin-top: 15px;
}

.margin-top25 {
    margin-top: 25px;
}

.margin-top2 {
    margin-top: 2px;
}

.margin-top5 {
    margin-top: 5px !important;;
}

.padding-no {
    padding: 0 !important;
}

.padding-right {
    padding-right: 0;
}

.padding5 {
    padding: 5px 0;
    display: inline-block;
}

.padding10 {
    padding: 10px 0;
}

.padding-top10 {
    padding-top: 10px !important;
}

.padding-top20 {
    padding-top: 20px !important;
}

.margin-bottom27 {
    margin-bottom: 27px;
}

.main-home {
    padding-right: 0;
}

.recom-title {
    margin-top: 10px;
    height: 68px;
    display: inline-block;
    overflow: hidden;
}

.name-autor.font15 {
    font-size: 14px;
    padding: 5px 5px;
}

.news-block .font15 {
    font-size: 15px;
    line-height: 17px;
}

.bg-gray .col-xs-8 {
    padding: 0;
}

.bg-gray .col-xs-16 {
    padding: 0 5px 0 0;
}

.autor-title {
    height: 70px;
    display: inline-block;
    padding-top: 12px !important;
}

.margin-top20 {
    margin-top: 20px;
}

.news {
    font-size: 15px;
    line-height: 20px;
    clear: both;
}

.news p {
    margin-bottom: 15px;
    color: #646161;
}

.news strong {
    color: #4d4b4b;
}

.news .wp-caption {
    color: #858282;
    font-size: 12px;
    max-width: 100% !important;
}

.news .wp-caption p {
    margin-top: 5px;
    margin-bottom: 30px;
}

.news a {
    text-decoration: underline;
}

/*SimplyWorld*/
.news a:hover {
    color: #940B22 !important;
}
.crp_related > ul > li > a:hover {
    color: #fff !important;
}
.wp_bannerize > div {
    margin-bottom: 20px;
}
/*end SimplyWorld*/
.news a:hover {
    color: #fff;
}
.news .sharify-container a:hover{
     color: #fff !important;
}

.comment-form-comment textarea {
    height: 115px;
}

.comment-title {
    margin-bottom: 30px;
    font-size: 17px;
    color: #4a4949;
}

.takzhe {
    overflow: hidden;
    margin-bottom: 20px;
}

.title.color292828 {
    color: #292828;
}

span.down {
    position: relative;
}

.down:after {
    content: "↓";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 30px;
    font-size: 18px;
}

span.up {
    position: relative;
    color: green;
}

.up:after {
    content: "↑";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 30px;
    font-size: 18px;
}

span.equally {
    color: gray;
    position: relative;
}

.news-block .col-xs-24:last-child .bg-gray {
    margin: 0;
}

.news-block .line:last-child {
    display: none;
}

.news-block .line:nth-last-child(2) {
    display: none;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.author-single {
    margin-bottom: 30px;
}

.author-single img {
    width: 100%;
    height: auto;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.font21 {
    font-size: 21px;
    line-height: 23px;
}

.margin-bottom35 {
    margin-bottom: 35px;
}

.margin-bottom25 {
    margin-bottom: 25px;
}

.author-content {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 65px;
}

.author-content p {
    margin-bottom: 22px;
}

.author-avatar {
    margin-bottom: 25px;
    overflow: hidden;
}

.author-avatar img {
    float: left;
    margin-right: 10px;
}

.author-name {
    color: #292828;
    font-size: 29px;
    line-height: 31px;
}

.author-desc {
    color: #948f8f;
    margin-top: 5px;
}
.single .author-name{
    font-size: 0;
    line-height: 0;
}
.single .author-name a{
    font-size: 14px;
    line-height: 16px;
    color: #940b22;
    font-weight: bold;
}
.single .author-name a:hover{
    text-decoration: underline;
}
.single .author-desc{
    font-size: 12px;
}
.link_b {
    background: #ddd none repeat scroll 0 0;
    color: #666;
    font-size: 9px;
    line-height: 11px;
    padding-right: 3px;
    text-align: right;
}
/*--------------------------------------------------------------------------------------------------*/
.block-video {
    position: relative;
    overflow: hidden;
}

.block-video-img {
    width: 100%;
    height: 100%;
    float: right
}
.block-video-img img{
    width: 100%;
    height: auto;
}

.block-video-text {
    background-color: #000;
    padding: 0 5px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
}

#block-video-a {
    color: #fff;
}

#block-video-p {
    font-weight: 600;
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 20px;
    line-height: 22px
}

#glavnoe-img {
    height: 209px;
    overflow: hidden;
}
.panda{
    font-size: 12px;
}
.panda > img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
    border-radius: 10px;
}
.protect{
    font-size: 12px;
}
.protect > img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
    border-radius: 10px;
}
.text-home{
    overflow: hidden;
    padding-bottom: 80px;
}
.home-more{
    display: inline-block;
    float: right;
}
.hide-home{
    display: none;
}
.vortex-container-vote-comment{
    margin: 15px 0;
}
.wp-polls label{
    font-weight: normal;
    vertical-align: text-top;
}

@media only screen and (max-width: 992px) {
    #glavnoe-img {
        height: auto;
        overflow: hidden;
    }

    .data-post-image {
        width: 100%;
    }
}

#statii-img {
    height: 209px;
    overflow: hidden;
}

#life-img {
    height: 209px;
    overflow: hidden;
}

.title-sidebar-author {
    display: none;
}

.title-sidebar-article-author {
    color: #292828;
    display: inline-block;
    font-size: 12px;
    line-height: 13px;
    padding: 5px 0;
    width: 65%;
    padding-top: 8px;
}

.autor-name {
    color: #ffffff;
    font-size: 10px;
    background-color: #162135;
    padding: 1px 5px;
    display: inline-block;
}

.round {
    width: 75px;
    height: 75px;
    border: 3px solid #162135;

    -moz-border-radius: 100px; /* Firefox */
    -webkit-border-radius: 100px; /* Safari, Chrome */
    -khtml-border-radius: 100px; /* KHTML */
    border-radius: 100px; /* CSS3 */
    behavior: url(border-radius.htc); /*IE */
}

.bx-wrapper {
    margin-top: 25px;
}

/* social icons inline */
/*---------------------*/
ul.social-share {
    margin: -13px 0px 0px 15px;
    padding: 0;
}

ul.social-share li {
    display: inline;
    padding: 4px;
}

/*---------------------*/

/* off display share buttons on the head*/
@media only screen and (max-width: 1200px) {
    .social-share {
        display: none;
    }

    .logo-share {
        margin: 0px 0px -25px 0px;
    }
}

/*---------------------*/
.big_bu_menu a {
    color: #940B22;
}

.big_bu_menu a:before {
    font-size: 25px;
}

.big_bu_menu {
    text-align: center;
    padding: 5px;
}
.p_video{
    background: url(img/video.png) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.p_foto{
    background: url(img/foto.png) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.p_reklama{
    background: url(img/reklama.png) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.p_nedelya{
    background: url(img/kharkiv.png) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.p_blog{
    background: url(img/blog.png) no-repeat;
    width: 29px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
}
.title-sidebar h3 a{
    color: #fff;
}
.counter img{
    vertical-align: bottom;
}
.link_b a:hover{
    text-decoration: underline;
    color: #666;
}

@media only screen and (max-width: 1200px) {
    .big_bu_menu + .row {
        display: none;
    }
    .main-menu li {
        border: medium none;
        display: block;
        text-align: center;
    }
    #s {
    float: none;
    margin-bottom: 15px;
    width: 100%;
}
}

@media only screen and (max-width: 992px) {
	.cat_block img {
    height: auto !important;
	}
	.size-medium {
    height: auto !important;
	}
    .main-home {
        padding-right: 15px;
    }

    .copyright {
        text-align: center;
    }
    .counter{
        margin: 0;
    }
    footer {
        height: 480px;
        text-align: center;
    }

    .footer_soc {
        text-align: center;
        clear: both;
    }

    .footer-menu {
        margin: 0 0 20px 0;
    }

    #s {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .main-menu li {
        display: block;
        text-align: center;
        border: none;
    }

    .main-menu li:first-child {
        border: none
    }

    .cat_block {
        height: auto;
    }

    .rigth-margin {
        margin-right: 0;
    }

    .both-margin {
        margin-left: 0;
        margin-right: 0;
    }

    .left-margin {
        margin-left: 0;
    }

    a.string4:after {
        display: none;
    }

    .bg-gray a {
        display: inline;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .bg-gray a.recom-title {
        display: inline-block;
    }

    .block-foto {
        height: auto;
    }

    .block-foto img {
        width: 100%;
    }

    .block-autor img {
        width: 100%;
        height: auto;
    }

    .block-autor {
        height: auto;
    }

    .none {
        display: none;
    }

    .footer-menu li {
        display: block;
        border: none;
        padding: 5px 0;
    }

    .wp_bannerize {
        display: none;
    }

    .big_bu_menu + .row {
        display: none;
    }

    .col-md-7.main-home > div:last-child {
        margin-bottom: -15px;
    }

    .glavnoe > div:nth-of-type(1) {
        display: block;
    }

    .glavnoe > div:nth-of-type(2) {
        display: block;
    }

    .glavnoe > div {
        display: none;
    }


    .ato > .row > .ato-line:nth-of-type(1) {
        display: block;
    }

    .ato > .row > .ato-line {
        display: none;
    }

    .name-autor {
        margin-bottom: 15px;
    }
    aside{
        margin-bottom: 80px;
    }
    .link_b {
        display: none;
    }

    .cat_block.newnew {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    #submit {
        display: inline-block;
        float: none;
        margin-top: 20px;
    }

    .form-submit {
        text-align: center;
    }

    .text_form {
        text-align: center;
        float: none;
    }
    .author-img{
        margin-bottom: 10px;
        overflow: hidden;
        width: 100%;
    }
    .cat_block img {
    height: auto !important;
	}
	.size-medium {
    height: auto !important;
	}

}

@media (max-width: 992px){

    .data-post-text {
        width: 100%;
        padding: 0;
    }

    footer a:not(.autor-title):active,
    main a:not(.autor-title):active {
        /*content: ' ';*/
        /*display: table;*/
        /*z-index: 9999;*/
        /*position: absolute;*/
        /*width: 100%;*/
        /*height: 100%;*/
        /*top: 0;*/
        background-color: rgba(169, 170, 174, 0.5);
    }

    a.more:active {
        background-color: #0c172c!important;
    }

    main input#submit:active{
        border-color: rgba(169, 170, 174, 0.5);
        background-color: rgba(169, 170, 174, 0.5);
    }

    a.autor-title {
        position: relative;
        z-index: 9999999;
    }
}

div.acc {
    content: '';
    display: block;
    z-index: 9999;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(169, 170, 174, 0.5);
}
.breadcrumb ol{
    list-style: none;
}
.breadcrumb{
    background: none;
    padding: 0;
    margin-bottom: 10px;
}
.breadcrumb li{
    display: inline-block;
}
.right{
    float: right;
}
.inline-block{
    display: inline-block;
}
.padding-10{
    padding: 10px;
}
.prev-a{
    padding-left: 25px;
    margin-top: 10px;
}
.prev-a:before{
    content: "<";
    position: relative;
    left: -10px;
}
.next-a{
    padding-right: 25px;
    margin-top: 10px;
}
.next-a:after{
    content: ">";
    position: relative;
    right: -10px;
}
.comment-author{
    margin-bottom: 10px;
}
.commentlist p{
    line-height: 20px;
}

.block-video-text a {
    background-color: transparent;
    display: block
}


.block-video-text a:active {
    background-color: transparent!important;
}

#block-video-a {
    color: #fff;
    z-index: 9999;
    position: relative;
}
.similar_p > img {
    height: 136px !important;
}

/*@media screen and (max-width: 680px) {
    .cat_block.newnew {
        height: 520px;
    }
}

@media screen and (max-width: 480px) {
    .cat_block.newnew {
        height: 420px;
    }
}

@media screen and (max-width: 320px) {
    .cat_block.newnew {
        height: 360px;
    }
}*/

@media only screen and (max-width: 800px) {
    .more-text-a {
        display: none;
    }
}

.pagination {
    display: block;
    text-align: center;
}
