.full-manage2 a {
    display: inline-block;
    height: 19px;
    width: 21px;
    background: #797777;
    color: #FFF;
    text-align: center;
    line-height: 19px;
    transition: all 0.3s;
}

/* АВТО ОБЯВ */
.google-auto-placed.ap_container {
    margin: 15px 0px 15px 0px;
    padding: 5px 0px 5px 0px;
}
/* АВТО ОБЯВ */

div#cnt_rb_225529 img {
    margin: 20px 30px 10px 0px;
    padding: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
}
/* БИТАЯ КАРТИНКА В НОВОСТИ КОНЕЦ */
img:before {
    content: url(/uploads/logo.png);
    display: block;
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%;
    border-bottom: 25px solid #e3ecfd;
    margin: 0px 0px -23px -1px;
}

img:after {  
  display: block;
  font-size: 12px;
}
/* БИТАЯ КАРТИНКА В НОВОСТИ КОНЕЦ */

/* target.my--- */ 
.trg-b-container {
    max-width: 100%;
}

.trg-b-promo-wrap {
    max-width: 30%;
}

.trg-b-center-block {
    max-width: 62%;
}

.trg-b-bottom-block {
    max-width: 60%;
}
/* target.my--- */
span.preview__author {
    font-size: 13px;
    margin: -20px 20px 20px 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Calibri";
    color: #940505;
    float: right;
}
span.article__picture-author {
    font-size: 13px;
    margin: -20px 20px 20px 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Calibri";
    color: #940505;
    float: right;
}

span.author {
    font-size: 13px;
    margin: -20px 20px 20px 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Calibri";
    color: #940505;
    float: right;
}

.sb-block2 {
    font: 14px Quote;
    color: rgb(131, 128, 128);
    margin: 5px;
    padding: 5px;
    overflow: hidden;
    height: auto;
    display: block;
    max-height: 100px;
}

h1,
.h1 {
    font-size: 30px
}
h2,
.h2 {
    font-size: 25px
}
h3,
.h3 {
    font-size: 20px
}
h4,
.h4 {
    font-size: 18px
}
h5,
.h5 {
    font-size: 16px
}
h6,
.h6 {
    font-size: 13px
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #bdbdbd;
}
@font-face {
    font-family: "Moscow";
    src: url(../fonts/Moscow.otf)
}
body {
    font-family: "Moscow", serif;
    min-width: 320px;
    font-size: 16px;
    line-height: 1.4;
    color: #222;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
body.layout-white {
    background-color: #fff
}
body.layout-white .page-wrap {
    padding: 0;
    border: none;
    margin: 0 auto
}
body.layout-boxed {
    background-color: #fff
}
body.background {
    background-image: url(/uploads/agrarnaypolitika.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed
}
dt,
dd {
    line-height: 1.5
}
body,
html {
    height: 100%
}
a:hover {
    text-decoration: none;
    color: inherit
}
a {
    color: inherit
}
a:active,
a:focus {
    text-decoration: none;
    color: inherit
}
img {
    max-width: 100%
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.3;
    font-family: "Moscow";
    font-weight: 700
}
iframe {
    width: 100%;
    border: none
}
::selection {
    background: #ca2026;
    color: #fff
}
span.type {
    white-space: nowrap;
    overflow: hidden;
    width: 30em
}
@keyframes blink {
    to {
        opacity: 0
    }
}
.row-fix {
    margin-left: -5px;
    margin-right: -5px
}
.row-fix .col-fix {
    padding-left: 5px;
    padding-right: 5px
}
@keyframes dots {
    0% {
        opacity: .2
    }
    20% {
        opacity: 1
    }
    100% {
        opacity: .2
    }
}
.wrapper {
    max-width: 1265px;
    padding: 0 10px;
    margin: 0 auto;
}
.wrap {
    max-width: 1265px;
    min-height: 500px;
    border: 2px solid #111;
    margin: 50px auto;
    padding: 10px 30px;
    background-color: #fff;
    -moz-transition: transform ease .5s;
    -o-transition: transform ease .5s;
    -webkit-transition: transform ease .5s;
    transition: transform ease .5s;
}
.wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    height: 15px;
    top: -16px;
    background-color: #fff;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    visibility: hidden;
    opacity: 0
}
.wrap:after {
    content: "";
    display: block;
    position: absolute;
    left: 40px;
    right: 40px;
    height: 15px;
    top: -32px;
    background-color: #fff;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    visibility: hidden;
    opacity: 0
}
.header {
    position: relative;
    z-index: 999;
    text-align: center;
    height: 200px;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    top: -200px;
    left: 0;
    right: 0;
    position: absolute
}
.header .logo-wrap {
    height: 150px;
    padding: 50px 0 0
}
.header a.logo img {
    width: 300px
}
.menu-icon {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #111;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 9999;
    color: #fff;
    font-size: 20px;
    cursor: pointer
}
.search-icon {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer
}
.search-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 40px;
    height: 35px;
    border-bottom: 1px solid #fff;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.search-box input {
    width: 100%!important;
    padding: 0!important;
    text-align: center!important;
    line-height: 35px!important;
    border: none!important;
    outline: none;
    text-align: left;
    text-transform: uppercase;
    font-family: "Moscow";
    letter-spacing: 2px;
    font-size: 14px;
    background-color: transparent!important;
    color: #fff
}
.search-box .txt-search::-webkit-input-placeholder {
    color: #FFF;
    font-family: "Moscow"
}


.menu-main-inner {
    display: inline-block;
    padding: 1px 2px 10px 10px;
    position: relative;
    min-height: 40px;
    background: #ffffffb3 repeat;
    width: 100%;
}
.menu-main-inner > ul {
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.menu-main-inner.show-search .search-box {
    z-index: 2;
    opacity: 1;
    visibility: visible
}
.menu-main-inner.show-search .search-icon i:before {
    content: "\f00d"
}
.menu-main-inner.show-search > ul {
    opacity: 0;
    visibility: hidden
}
.menu-main {
    position: relative;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    visibility: visible;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: -1
}
.menu-main ul {
    margin: 0;
    position: relative;
    padding: 0;
    height: 40px;
    background-color: #96031f;
}
.menu-main ul li {
    display: inline-block;
    position: relative;
    padding: 0 18px 0 0;
    margin: 3px;
    float: left;
}
.menu-main ul li:before {
    content: "/";
    font-family: "Oswald", serif;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    color: #999;
    text-align: center;
    line-height: 40px;
    font-weight: 300;
    font-size: 20px
}
.menu-main ul li.active > a {
    color: #ca2026
}
.menu-main ul li > a {
    display: block;
    float: left;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 20px
}
.menu-main ul li > a .fa-home {
    margin: 0 10px 0 -10px;
    font-size: 25px
}
.menu-main ul li:hover > a span {
    border-bottom-color: #ca2026;
    border-right-color: #ca2026
}
.menu-main ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}
.menu-main ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.menu-main ul li.mega {
    position: static
}
.menu-main ul .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    height: auto;
    background-color: #fff;
    visibility: hidden;
    z-index: 9999;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    opacity: 0;
    padding: 0;
    margin-top: -10px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.6)
}
.menu-main ul .sub-menu li {
    margin: 0;
    display: block;
    padding: 0;
    border-bottom: 1px solid #eeeeee
}
.menu-main ul .sub-menu li.menu-item-has-children:before {
    display: block;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 10px;
    right: 10px;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.menu-main ul .sub-menu li.menu-item-has-children:hover:before {
    color: #ca2026
}
.menu-main ul .sub-menu li:before {
    display: none
}
.menu-main ul .sub-menu li a {
    display: block;
    line-height: 35px;
    text-align: left;
    text-transform: none;
    padding: 0 20px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #111;
    float: none;
    text-transform: uppercase;
    font-weight: 400
}
.menu-main ul .sub-menu li a:hover {
    color: #ca2026
}
.menu-main ul .sub-menu li:last-child {
    border: none
}
.menu-main ul .sub-menu li .sub-menu {
    top: 0;
    margin-top: 0;
    left: 100%;
    margin-left: 15px
}
.menu-main ul .sub-menu li:hover > a {
    color: #ca2026
}
.menu-main ul .sub-menu li:hover > .sub-menu {
    margin-left: 0
}
.menu-main ul .mega-menu {
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    min-height: 100px;
    margin-top: 15px;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border: 1px solid #999;
    padding: 20px
}
.menu-main ul .mega-menu h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 5px 0 15px
}
.menu-main ul .mega-menu .mega-item .mega-item-img {
    position: relative
}
.menu-main ul .mega-menu .mega-item img {
    width: 100%;
    display: block
}
.menu-main ul .mega-menu .mega-item p {
    margin: 25px 0 5px
}
.menu-main ul .mega-menu .mega-item p a {
    color: #111;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 15px;
    font-family: "Oswald", serif;
    padding: 0;
    line-height: 22px;
    text-transform: none;
    letter-spacing: 0
}
.menu-main ul .mega-menu .mega-item p a:hover {
    color: #ca2026
}
.menu-main ul .mega-menu .meta-post {
    margin: 0;
    font-family: "Lora", serif
}
.menu-main.menu-color ul li.active > a {
    color: #ca2026
}
.menu-main.menu-color ul li:hover > a {
    background-color: #fff;
    color: #ca2026
}
.menu-main.menu-color ul li:hover > a span {
    border-bottom-color: #ca2026;
    border-right-color: #ca2026
}
.menu-right-control {
    float: right;
    height: 46px
}
.menu-right-control .ciz-widget {
    float: left
}
.menu-right-control a {
    float: left;
    width: 40px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    color: #111;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.menu-right-control a.twitter:hover {
    color: #3a92c8
}
.menu-right-control a.facebook:hover {
    color: #3b5998
}
.menu-right-control a.youtube:hover {
    color: #b00
}
.menu-right-control .icon-search {
    cursor: pointer;
    float: left;
    width: 40px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    color: #111;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.menu-right-control .icon-search.show-searchbox {
    color: #ca2026
}
.menu-visible .wrap {
    margin-top: 0
}
.logo-show {
    text-align: center;
    padding: 30px 0
}
.logo-show a {
    display: inline-block
}
.logo-show a img {
    max-width: 100%
}
.menu-show {
    text-align: center;
    visibility: visible;
    opacity: 1;
    max-width: 1100px;
    z-index: 999;
    padding: 0 10px;
    margin: 0 auto 30px
}
.menu-show ul li > a {
    color: #111
}
.menu-show ul li:before {
    display: none
}
.menu-show .search-icon {
    color: #111
}
.menu-show .search-box input {
    color: #111;
    border-bottom: 1px solid #111
}
.middle {
    min-height: 500px;
    padding: 100px 0 0
}
.ciz-post .post-title {
    border-bottom: 2px solid #111;
    margin-top: 0;
    min-height: 89px
}
.post-title {
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-top: 0
}
.post-title:hover {
    border-bottom: 2px solid #ca2026;
    color: #ca2026
}
.post-thumbnail img {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.post-thumbnail:hover img {
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%)
}
.post-thumb {
    position: relative
}
.post-thumb .post-format {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999
}
.post-thumb .post-format i {
    display: block;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 11px
}
.post-thumb .post-format:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
    border-right-color: rgba(0, 0, 0, 0.9);
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.post-thumb:hover .post-format:before {
    border-top-color: #ca2026;
    border-right-color: #ca2026
}
.post-thumb img {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.post-thumb:hover img {
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%)
}
.post-meta {
    font-size: 12px;
    margin: 5px 0 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Calibri"
}
.post-meta a {
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    letter-spacing: 1px
}
.post-meta a:hover {
    color: #ca2026
}
.post-meta em {
    margin: 0 6px;
    text-transform: none;
    font-style: normal
}
.post-meta .post-category a {
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    letter-spacing: 1px
}
.post-meta .post-category a:hover {
    text-decoration: underline;
    color: #111
}
.post-meta .post-author a {
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    letter-spacing: 1px
}
.post-meta .post-author a:hover {
    text-decoration: underline;
    color: #111
}
.post-des p {
    font-size: 16px;
    margin: 10px 0 30px;
    color: #333;
    height: 109px
}
.post-des p a {
    font-family: "Oswald", serif
}
.cols {
    padding: 0 330px 0 0;
    position: relative
}
.cols:before {
    content: "";
    display: block;
    width: 10px;
    background-color: #eeeeee;
    top: 0;
    position: absolute;
    bottom: 0;
    right: 320px
}
.cols .colleft {
    width: 100%;
    min-height: 500px;
    float: left
}
.cols .colright {
    width: 300px;
    float: right;
    margin: 0 -330px 0 0;
    padding: 0;
    min-height: 500px;
}
.sidebar-left .cols {
    padding: 0 0 0 350px;
    position: relative
}
.sidebar-left .cols:before {
    content: "";
    display: block;
    width: 10px;
    background-color: #eeeeee;
    top: 0;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 320px
}
.sidebar-left .cols .colleft {
    width: 100%;
    min-height: 500px;
    float: right
}
.sidebar-left .cols .colright {
    width: 300px;
    float: left;
    margin: 0 0 0 -350px;
    padding: 0;
    min-height: 500px
}
.big-sticky-post {
    margin: -20px -40px 0;
    position: relative;
    text-align: center
}
.big-sticky-post .post-meta {
    position: absolute;
    top: 0;
    left: 20px;
    margin: 0;
    z-index: 999;
    background-color: #111;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    width: 80px;
    height: auto;
    text-transform: uppercase;
    font-family: "Calibri"
}
.big-sticky-post .post-meta .post-category {
    padding: 5px 0 0;
    margin: 5px 0 0;
    display: block;
    border-top: 1px solid #444;
    font-size: 11px;
    font-weight: 300
}
.big-sticky-post .post-meta .post-category a:hover {
    color: #fff
}
.big-sticky-post img {
    width: 100%
}
.big-sticky-post .post-des p {
    height: auto !important;
}
.big-sticky-post h1 {
    text-align: center;
    font-size: 45px;
    margin: 20px 0;
    padding: 5px 15px;
    display: inline-block;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-bottom: 2px solid #111
}
.big-sticky-post h1:hover {
    color: #ca2026;
    border-bottom: 2px solid #ca2026
}
.big-sticky-post .post-des {
    margin-bottom: 50px
}
.big-sticky-post .post-des p {
    margin: 10px 20px;
    color: #333;
    text-align: center;
    font-size: 20px
}
.box-category {
    margin-bottom: 50px
}
.box-category.box-category-fix {
    margin-bottom: 0
}
.category-mid-post .post-thumb {
    margin-bottom: 10px
}
.category-mid-post h2 {
    padding: 5px 0;
    margin: 0;
    border-bottom: 2px solid #111
}
.category-mid-post-two h2 {
    padding: 5px 0;
    margin: 0;
    border-bottom: 2px solid #111;
    font-size:22px;
}
.category-list-post {
    padding: 0
}
.category-list-post li {
    min-height: 110px;
    padding: 20px 0;
    border-top: 1px dotted #111;
    list-style: none
}
.category-list-post li:first-child {
    border: none;
    padding-top: 0;
    min-height: 95px
}
.category-list-post li .post-thumb {
    float: left;
    width: 100px;
    margin: 0 15px 0 0
}
.category-list-post li .post-thumb img {
    width: 100px;
    height: 70px
}
.category-list-post li h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    min-height: 70px;
    align-content: center;
    align-items: center;
    display: flex;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.category-list-post li h3:hover {
    border: none!important
}
.category-list-post.category-list-post-two {
    margin: 0 -15px
}
.category-list-post.category-list-post-two li {
    border: none;
    float: left;
    width: 50%;
    padding: 0 15px;
    min-height: 50px
}
.category-list-post.category-list-post-two li > div {
    border-top: 1px dotted #111;
    padding: 20px 0
}
.category-list-post.category-list-post-two li:nth-child(2) > div {
    border: none
}
.category-list-post.category-list-post-two li:nth-child(1) > div {
    border: none
}
.category-big-post .post-thumb {
    margin-bottom: 10px
}
.category-big-post h2 {
    font-size: 35px;
    padding: 5px 0;
    margin: 0;
    border-bottom: 2px solid #111
}
.three-articles {
    margin: 30px 0 10px
}
.three-articles h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    margin: 10px 0 0 0;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.three-articles h3:hover {
    color: #ca2026
}
.big-page-caption {
    border-bottom: 10px solid #111;
    position: relative;
    padding: 10px 0;
    text-align: center;
    margin: 0 0 60px
}
.big-page-caption p {
    font-size: 110px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    font-family: "Oswald", serif;
    color: #111;
    text-transform: uppercase
}
.paging-outer {
    text-align: center
}
.paging {
    margin: 30px auto 50px;
    display: inline-block;
    background-color: #111;
    text-align: center;
    padding: 2px 5px
}
.paging a {
    display: inline-block;
    margin: 0 4px;
    line-height: 30px;
    font-family: "Oswald", serif;
    font-size: 15px;
    color: #fff;
    min-width: 25px;
    padding: 0 5px;
    text-transform: uppercase
}
.paging a:hover {
    background-color: #000
}
.paging span {
    display: inline-block;
    margin: 0 4px;
    line-height: 30px;
    font-weight: 700;
    background-color: #fff;
    font-size: 15px;
    color: #111;
    min-width: 25px;
    padding: 0 7px;
    text-transform: uppercase
}
.box-trending {
    padding: 0;
    margin-bottom: 50px
}
.box-trending .trending-item {
    margin-bottom: 10px
}
.box-trending h3 {
    font-size: 20px;
    padding: 10px 0;
    margin: 0;
    font-weight: normal
}
.box-trending h3 a {
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.box-trending h3 a:hover {
    color: #ca2026
}
.list-trending {
    padding: 0
}
.list-trending li {
    padding: 15px 0;
    border-top: 1px dotted #111;
    list-style: none
}
.list-trending li .post-thumb {
    float: left;
    width: 80px;
    margin: 0 15px 0 0
}
.list-trending li .post-thumb img {
    width: 80px;
    height: 55px
}
.list-trending li h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    min-height: 55px;
    align-content: center;
    align-items: center;
    display: flex;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.list-trending li h3:hover {
    border: none!important
}
.list-trending.list-tab li {
    min-height: 85px;
    padding: 15px 0;
    border-top: 1px dotted #111;
    list-style: none
}
.list-trending.list-tab li .post-meta {
    margin: 5px 0
}
.list-trending.list-tab li:first-child {
    border: none
}
.list-trending.list-tab li .post-thumb {
    float: left;
    width: 80px;
    margin: 0 15px 0 0
}
.list-trending.list-tab li .post-thumb img {
    width: 80px;
    height: 55px
}
.list-trending.list-tab li h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    min-height: 25px;
    display: block;
    overflow: hidden;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.list-trending.list-tab li h3:hover {
    border: none!important
}
.box-social {
    margin-bottom: 50px
}
.social {
    text-align: center;
    padding: 0;
    min-height: 35px
}
.social a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    margin: 0 9px 10px;
    text-align: center;
    font-size: 15px;
    color: #222;
    position: relative;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.social a:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 2px solid #222;
    opacity: 1;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.social a:hover {
    background-color: #ca2026;
    color: #fff
}
.social a:hover:before {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0
}
.social a.facebook:hover {
    background-color: #3b5998
}
.social a.twitter:hover {
    background-color: #3a92c8
}
.social a.google:hover {
    background-color: #dd4b39
}
.social a.pinterest:hover {
    background-color: #cb2027
}
.social a.youtube:hover {
    background-color: #b00
}
.social-network {
    overflow: hidden
}
.social-network .sn-row {
    margin: 0 -5px
}
.subcribe-box {
    margin-bottom: 58px;
    padding: 2px;
    border: 2px dashed #ccc;
    background-color: #f3f3f3;
    width: 310px;
}
.subcribe-box h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0 0 20px;
    background-color: #fff;
    font-size: 18px
}
.subcribe-box p {
    font-size: 15px;
    margin: 0
}
.subcribe-box p label {
    display: none
}
.subcribe-box input[type="email"] {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    background-color: #fff;
    margin: 20px 0;
    display: block;
    color: #222;
    border: 1px solid #999;
    outline: none
}
.subcribe-box input[type="submit"] {
    height: 40px;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    background-color: #111;
    text-transform: uppercase;
    font-family: "Oswald", serif;
    width: 100%;
    border: none;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.subcribe-box input[type="submit"]:hover {
    background-color: #ca2026
}
.box-facebook {
    margin-bottom: 50px
}
.box-ads {
    margin-bottom: 50px;
    text-align: center
}
.box-ads img {
    max-width: 100%
}
.box-scroll-fix {
    position: relative
}
.box-tab {
    margin-bottom: 50px
}
.tab-caption {
    height: 22px;
    background-color: #111
}
.tab-caption ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.tab-caption ul li {
    float: left;
    width: 50%;
    text-align: center;
    height: 22px
}
.tab-caption ul li a {
    display: block;
    font-family: "Moscow";
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 10px
}
.tab-caption ul li.active a {
    background-color: #ca2026
}
.box-news-by-tags {
    margin-bottom: 50px
}
.box-news-by-tags ul {
    list-style: none;
    padding: 0
}
.box-news-by-tags ul li {
    border-bottom: 1px dotted #111;
    padding: 10px 0 10px 20px;
    position: relative
}
.box-news-by-tags ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 20px;
    left: 4px;
    background-color: #111
}
.box-news-by-tags ul li:last-child {
    border: none
}
.box-news-by-tags ul p {
    margin: 0;
    font-size: 18px
}
.box-news-by-tags ul p a {
    font-weight: 400;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.box-news-by-tags ul p a:hover {
    color: #ca2026
}
.bottom {
    margin: 50px 0 20px;
    border-top: 10px solid #111;
    padding: 50px 0 0;
    position: relative;
    min-height: 100px;
    overflow: hidden
}
.bottom .bottom-inner {
    margin: 0 -20px
}
.bottom .bottom-col {
    float: left;
    width: 33.333%;
    min-height: 100px;
    padding: 0 20px
}
.bottom .bottom-col:nth-child(2) {
    border-left: 2px solid #111;
    border-right: 2px solid #111
}
.col-caption {
    background-color: #111;
    padding: 0 10px;
    text-align: center;
    font-family: "Moscow", serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 20px
}
.recent-post {
    counter-reset: count;
    list-style: none;
    padding: 0
}
.recent-post li {
    border-bottom: 1px dotted #111;
    padding: 10px 0 10px 30px;
    position: relative
}
.recent-post li:before {
    display: block;
    content: counter(count);
    counter-increment: count;
    position: absolute;
    top: 50%;
    text-align: center;
    height: 25px;
    width: 20px;
    font-size: 25px;
    line-height: 25px;
    margin-top: -13px;
    left: 0;
    font-style: italic;
    font-family: serif
}
.recent-post li:first-child {
    padding-top: 0
}
.recent-post li:last-child {
    border: none
}
.recent-post p {
    margin: 0
}
.recent-post p a {
    font-family: "Moscow";
    font-weight: 400
}
.recent-post p a:hover {
    text-decoration: underline
}
.list-tags a {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    margin: 5px 0 0;
    text-transform: uppercase;
    background-color: #eeeeee;
    font-size: 12px;
    font-weight: 300
}
.list-tags a:hover {
    background-color: #111;
    color: #fff
}
.footer {
    text-align: center;
    padding: 10px 0;
    margin: 0 0px;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background: linear-gradient(139deg, #00000085 0%, #1d242399 20%, #b85b0b63 65%);
}
.footer a.logo {
    display: inline-block;
    max-width: 300px;
    padding: 10px
}
.footer .footer-bar {
    padding: 10px 15px
}
.footer .allright {
    text-align: center;
    padding: 20px 0
}
.footer .allright p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    color: #FFF
}
.footer .allright a {
    text-decoration: underline;
}
.footer .allright a:hover {
    text-decoration: none;
}
.footer .social-footer {
    padding: 20px 0;
    text-align: center
}
.footer .social-footer a {
    display: inline-block;
    height: 25px;
    line-height: 28px;
    width: 25px;
    margin: 0 9px;
    text-align: center;
    font-size: 16px;
    transform: rotate(-45deg);
    color: #FFF;
    position: relative;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.footer .social-footer a i {
    transform: rotate(45deg)
}
.footer .social-footer a:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid #fff;
    opacity: 1;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.footer .social-footer a:hover {
    background-color: #ca2026;
    color: #fff
}
.footer .social-footer a:hover:before {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0
}
.footer .social-footer a.facebook:hover {
    background-color: #3b5998
}
.footer .social-footer a.twitter:hover {
    background-color: #3a92c8
}
.footer .social-footer a.google:hover {
    background-color: #dd4b39
}
.footer .social-footer a.pinterest:hover {
    background-color: #cb2027
}
.footer .social-footer a.youtube:hover {
    background-color: #b00
}
.totop {
    border: 2px solid #111;
    width: 65px;
    height: 55px;
    border-bottom: none;
    text-align: center;
    font-family: "Calibri";
    text-transform: uppercase;
    font-weight: 300;
    padding: 5px 0;
    display: block;
    position: fixed;
    bottom: -100px;
    right: 20px;
    font-size: 13px;
    line-height: 20px;
    background-color: #fff;
    cursor: pointer;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.totop em {
    font-style: normal;
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px
}
.totop.show {
    bottom: 0
}
.sitemap {
    text-align: center;
    border-bottom: 1px solid #111;
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald", serif
}
.sitemap .sitemap-inner {
    display: inline-block
}
.sitemap a {
    display: inline-block;
    line-height: 1.4;
    float: left
}
.sitemap a:hover {
    text-decoration: underline
}
.sitemap a i {
    margin: 0 5px 0 0;
    font-size: 20px
}
.sitemap span {
    margin: 0 15px;
    display: inline-block;
    line-height: 1.2;
    float: left
}
.category-item {
    padding: 25px 0;
    border-bottom: 1px dotted #111
}
.category-item:last-child {
    border: none
}
.category-small-item {
    padding: 30px 0;
    border-bottom: 1px dotted #111
}
.category-small-item .post-thumb {
    margin: 5px 0 0
}
.category-small-item .post-thumb img {
    min-height: 40px
}
.category-small-item .category-mid-post-two h2 {
    border-bottom: none!important
}
.category-small-item .category-mid-post-two h2:hover {
    border-bottom: none!important
}
.list-item-category .category-item:first-child {
    padding-top: 0
}
.list-item-category .category-item:last-child {
    border-top: none
}
.detail img{
    margin: 10px 0;
}
.detail-page {
    margin: 50px 0 0
}
.detail-title {
    position: relative;
    padding: 10px 0;
    text-align: center;
    margin: 0
}
.detail-title h1 {
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2;
    text-align: left;
    margin: 0;
    padding: 0 0 10px;
    font-family: "Moscow";
}
.detail-meta {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 0;
    border-top: 1px dashed #8e8e8e;
    border-bottom: 1px dashed #8e8e8e;
}
.detail-meta .post-meta {
    font-size: 14px;
}
.detail-meta .post-meta {
    display: inline-block;
    margin: 0
}
.detail-meta .detai-social {
    display: inline-block
}
.detail-meta .detai-social a {
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.detail-meta .detai-social a.facebook:hover {
    color: #3b5998
}
.detail-meta .detai-social a.twitter:hover {
    color: #3a92c8
}
.detail-meta .detai-social a.google:hover {
    color: #dd4b39
}
.detail-meta .detai-social a.pinterest:hover {
    color: #cb2027
}
.detail-meta .post-dot {
    display: inline-block;
    padding: 0 10px
}
.post-thumbnail {
    margin-bottom: 20px
}
.post-thumbnail.post-thumbnail-large {
    margin-bottom: 30px
}
.post-thumbnail img {
    width: 100%
}
.detail.detail-three-col {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
    margin: 20px 0 0;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    color: #222
}
.detail p {
    margin: 0 0 20px
}
.detail > p:first-child:first-letter {
    font-size: 60px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    width: 40px;
    height: 40px;
    font-weight: 900;
    text-transform: uppercase;
    float: left;
    margin: 10px 10px 0 5px;
    color: #111;
    display: block
}
.detail a {
    color: #ca2026
}
.detail a:hover {
    text-decoration: underline
}
blockquote {
    padding: 70px 20px 20px;
    position: relative;
    border: none;
    margin: 20px auto
}

blockquote p {
    margin: 15px 0;
    font-style: italic;
    font-weight: 300;
    color: #000;
    font-size: 18px
}
blockquote p cite {
    display: block;
    margin: 10px 0;
    color: #333;
    font-size: 14px
}
.detail-bottom {
    border-top: 5px solid #111;
    margin: 30px 0 0;
    position: relative;
    padding: 20px 0 0
}
.detail-bottom:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #111
}
.single-info-tags {
    height: auto !important;
}
.single-info {
    position: relative;
    margin: 50px 0 0;
    background: url(../images/speed.jpg);
    padding: 10px 15px;
    border: 1px solid #e4e4e4;
    color: #4a4a4a;
    margin-bottom: 15px;
}
.single-info .caption {
    font-family: "Moscow";
    padding: 2px 10px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    margin: 0;
    top: -20px;
    text-align: center;
    width: 100%
}
.single-info .caption span {
    display: inline-block;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 0 10px;
    text-transform: uppercase;
    background-color: #fff;
    font-weight: bold;
}
.tags {
    text-align: center
}
.tags a {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-family: "Moscow";
    margin: 3px 2px;
    text-transform: uppercase;
    border: 1px solid #111;
    font-size: 12px;
    font-weight: 300;
    background-color: #111;
    color: #fff
}
.tags a:hover {
    opacity: .8
}
.single-rating {
    height: 60px;
    position: relative
}
.single-rating:before {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #eeeeee
}
.single-rating .rating-item {
    float: left;
    text-align: center;
    width: 50%
}
.single-rating .rating-item strong {
    font-weight: 600;
    font-family: "Oswald", serif;
    font-size: 25px;
    display: block;
    text-align: center
}
.single-rating .rating-item span {
    font-family: "Moscow";
    font-weight: 300;
    font-size: 15px;
}
.related-post {
    margin: 50px 0 0
}
.related-post .post-title {
    font-size: 16px;
    min-height: 73px;
}
.box-detail-caption {
    border-top: 2px solid #111;
    text-align: center;
    padding: 10px 0 20px;
    font-size: 25px
}
.box-detail-caption span {
    font-family: "Moscow";
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.box-comment {
    margin-top: 50px
}
.comments-area {
    margin-top: 50px;
    background: url(../images/speed.jpg);
    padding: 10px 15px;
    border: 1px solid #e4e4e4;
    color: #4a4a4a;
    margin-bottom: 15px;
}
.comments-area .detail-caption {
    border-top: 2px solid #111;
    text-align: center;
    padding: 10px 0 20px;
    font-size: 25px
}
.comment-respond ul {
    padding: 0;
    list-style: none;
}
.comments-area .detail-caption span {
    font-family: "Moscow";
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 25px
}
.comment-reply-title {
    text-align: center;
    font-family: "Moscow";
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: bold;
}
.reply-wrap {
    margin-top: 10px
}
.comment-list {
    padding: 0;
    margin: 0;
    list-style: none
}
.comment {
    list-style: none;
    padding: 30px 0 30px 70px;
    border-top: 1px dashed #d4d4d4;
}
#dle-comments-list > div:first-child > li {
    border-top: 0;
}
.comment .comment-body {
    border-left: 4px solid #eeeeee;
    padding: 0 0 0 15px
}
.comment-list .children .comment {
    border: none
}
.comment .comment-author img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 0 0 -85px;
    border: 5px solid #efefef;
    border-radius: 50px;
}
.comment .comment-author .fn {
    font-size: 15px;
    font-weight: 400;
    font-family: "Moscow"
}
.comment .comment-author .fn a {
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.comment .comment-author .fn a:hover {
    color: #ca2026
}
.comment .comment-author .says {
    display: none
}
.comment .comment-metadata {
    margin: 0 0 10px;
    font-size: 13px;
    color: #999;
    font-family: "Calibri";
    font-weight: 300;
}
.comment .comment-metadata time {
    text-transform: uppercase;
    font-family: "Oswald", serif
}
.comment p.comment-awaiting-moderation {
    color: #999;
    font-style: italic;
    margin: 0
}
.comment .comment-reply-link {
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-family: Moscow;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    background-color: #111;
    padding: 4px 10px;
}
.comment .comment-reply-link:hover {
    background-color: #ca2026
}
.comment .comment-content {
    color: #000;
    font-size: 14px;
}
.comment .comment-content p {
    display: inline-block;
    font-size: 15px
}
.comment .reply {
    display: inline-block;
    padding: 0;
    font-weight: 300;
    margin-top: 7px;
}
.form-submit {
    margin-top: 10px
}
.article-bar {
    border-bottom: 1px solid #111;
    min-height: 40px;
    padding: 5px 0;
    margin-bottom: 50px
}
.article-bar span {
    float: left;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Oswald", serif
}
.article-bar .detai-social {
    float: right
}
.article-bar .detai-social a {
    line-height: 30px;
    float: left;
    margin: 0 0 0 10px;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}
.article-bar .detai-social a:hover {
    color: #ca2026
}
.related {
    padding: 0 0 30px
}
.related .related-caption {
    border-top: 5px solid #111;
    border-bottom: 1px dashed #eeeeee;
    text-align: center;
    padding: 10px 0;
    font-size: 35px;
    font-family: "Oswald", serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
    position: relative
}
.related .related-caption:before {
    display: block;
    width: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #111
}
.related .col-md-4:nth-child(2) .related-item:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 50%;
    height: 60px;
    margin-top: -10px;
    left: -15px;
    background-color: #eeeeee;
    display: block
}
.related .col-md-4:nth-child(2) .related-item:after {
    content: "";
    width: 1px;
    position: absolute;
    top: 50%;
    height: 60px;
    margin-top: -10px;
    right: -15px;
    background-color: #eeeeee;
    display: block
}
.related-item {
    text-align: center;
    padding: 0 10px;
    position: relative
}
.related-item .post-category {
    display: block;
    text-align: center
}
.related-item .post-category a {
    color: #999
}
.related-item h3 {
    margin: 0 0 10px;
    text-transform: uppercase
}
.related-item p {
    text-align: center
}
.tag-news-caption {
    border-top: 10px solid #111;
    position: relative;
    padding: 10px 0;
    margin: 40px 0
}
.tag-news-caption p {
    font-size: 90px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    font-family: "Oswald", serif;
    color: #111;
    text-transform: uppercase
}
.tags-three {
    padding: 0 0 20px;
    margin-bottom: 20px
}
.tags-three .post-thumb {
    margin-bottom: 10px
}
.tags-three .three-item {
    margin-bottom: 20px
}
.bottom-fix {
    border: none!important
}
.about-me {
    text-align: center
}
.about-me .about-img {
    margin: -20px -40px 0
}
.about-me h2 {
    font-family: "Oswald", serif;
    font-size: 30px;
    margin: 20px auto;
    letter-spacing: 2px;
    font-weight: normal
}
.shop-tab {
    margin-top: 30px;
}
.shop-tab .shop-tab-caption ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 40px;
    border-bottom: 1px solid #111
}
.shop-tab .shop-tab-caption ul li {
    float: left
}
.shop-tab .shop-tab-caption ul li a {
    display: block;
    line-height: 40px;
    font-family: "Moscow";
    font-size: 15px;
    padding: 0 20px
}
.shop-tab .shop-tab-caption ul li.active a {
    background-color: #3e3d3d;
    color: #fff
}
.shop-tab .tab-content {
    padding: 15px 0;
}
.shop-tab .tab-content .table tr {
    border: none
}
.shop-tab .tab-content .table tr td {
    border: none
}
.shop-tab .tab-content .table tr:nth-child(odd) {
    background-color: #eeeeee
}
/* === Логин панель === */

.open-login {
    display: block;
    position: fixed;
    top: 50px;
    right: 0;
    background-color: #111;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 9999;
    color: #fff;
    font-size: 20px;
    cursor: pointer
}
.open-login:hover {
    color: #FFF
}
#modal_form {
    width: 300px;
    border: 3px #5f5f5f solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    display: none;
    opacity: 0;
    z-index: 9999
}
#modal_form #modal_close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    background: #565656
}
#overlay {
    z-index: 999;
    position: fixed;
    background-color: #000;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}
#modal_form_head {
    height: 40px;
    background: #5f5f5f;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    background: #565656
}
#modal_close i {
    transition: all .3s
}
#modal_close i:hover {
    color: #cacaca
}
#modal_form_author {
    padding: 10px;
    overflow: hidden;
    background: #f5f5f5;
    border-bottom: 1px solid #dadada
}
#modal_form_foot ul {
    padding-left: 0;
    margin-bottom: 0
}
#modal_form_foot ul li {
    list-style: none;
    padding: 5px 10px;
    border-bottom: 1px solid #dadada;
    transition: all .3s
}
#modal_form_foot ul li:hover {
    background: #d2d2d2
}
#modal_form_foot ul li a {
    font-size: 14px;
    display: block;
    padding: 3px 0
}
#modal_form_foot ul li:nth-child(even) {
    background-color: #f5f5f5
}
#modal_form_foot ul li:nth-child(even):hover {
    background-color: #d2d2d2
}
#modal_form_foot i {
    width: 30px;
    text-align: center
}
#modal_form_foot i.fa.fa-user {
    color: #ff5e3a
}
#modal_form_foot i.fa.fa-newspaper-o {
    color: #66c0c2
}
#modal_form_foot i.fa.fa-star {
    color: #fab318
}
#modal_form_foot i.fa.fa-envelope {
    color: #30828a
}
#modal_form_foot i.fa.fa-gear {
    color: #2a8241
}
#modal_form_foot i.fa.fa-sign-out {
    color: #444444
}
.left-author {
    float: left
}
.left-author img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    margin-right: 10px
}
.right-author {
    overflow: hidden;
    margin-top: 10px
}
.right-author p {
    margin-bottom: 0
}
.right-author p:first-child {
    font-weight: bold
}
.login_form {
    padding: 10px
}
.login_form input[type="text"],
.login_form input[type="password"] {
    height: 30px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px
}
#login_not_save {
    display: inline-block;
    float: left;
    margin-top: 5px
}
.login-soc {
    margin: 8px auto;
    overflow: hidden;
    text-align: center;
    width: 182px
}
.login-soc a {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 5.3px
}
.login-soc a:hover {
    opacity: .7
}
.login-soc1 {
    background: url(../images/login-soc.png) left top no-repeat
}
.login-soc2 {
    background: url(../images/login-soc.png) -25px top no-repeat
}
.login-soc3 {
    background: url(../images/login-soc.png) -50px top no-repeat
}
.login-soc4 {
    background: url(../images/login-soc.png) -75px top no-repeat
}
.login-soc5 {
    background: url(../images/login-soc.png) -100px top no-repeat
}
.login-soc6 {
    background: url(../images/login-soc.png) -125px top no-repeat
}
label {
    font-weight: normal
}
.ellipsis-post {
    color: #ca2026;
    font-weight: bold
}
.ellipsis-post-short{
    font-family: "Moscow" !important;
    font-size: 14px;
    color: #585858;
    font-weight: normal;
    text-decoration: underline;
}
.custom2-image {
    height: 205px;
    width: 100%
}
.related-image {
    height: 130px;
    width: 100%;
}
/* --- Рейтинг новости --- */

.rate-type-2-3 {
    text-align: center;
}
.rate-type-2-3 a {
    font-size: 30px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    color: #FFF;
    transition: all 0.3s;
}
.rate-type-2-3 .rating-full {
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #000 !important;
    background: #e8e8e8;
    border-radius: 50px;
    line-height: 43px;
    text-align: center;
}
.rate-type-2-3 .rating-full .ratingtypeplusminus {
    color: #000;
}
.rating-full {
    color: #000 !important;
}
.rate-type-2-3 a:first-child {
    background: #099c09;
}
.rate-type-2-3 a:last-child {
    background: #b10e0e;
}
.rate-type-2-3 a:first-child:hover {
    background: #077907;
}
.rate-type-2-3 a:last-child:hover {
    background: #de1212;
}
/* Attachment */

span.attachment {
    display: block;
    background: #ececec;
    overflow: hidden;
    padding: 0 15px;
    border: 1px solid #d4d4d4;
}
span.attachment a {
    display: inline-block;
    padding: 10px 15px;
    background: #3e3e3e;
    color: #FFF;
    margin: 0 10px;
}
/* Опрос в полной новости */

.poll-fullstory .btn_vote {
    background: #5d5d5d;
    border-radius: 0;
    color: #FFF;
    border: 0;
    padding: 6px 15px;
    transition: all .3s;
    margin: 5px 0;
    width: auto;
    display: inline-block;
}
.poll-fullstory .vote_more {
    text-align: left;
}
/* Новость обновлена */

.edit-news {
    margin-top: 20px;
    padding: 10px 15px;
    background: #e4e4e4;
    border: 1px solid #ccc;
    border-left: 3px solid #ca2026;
}
.edit-news i {
    color: #ca2026;
    font-weight: bold;
}
/* Панель новости */

.full-manage {
    display: inline-block;
    float: right;
    margin: 0 0 10px;
    color: #000;
}
.clear {
    clear: both;
}
.full-manage ul {
    list-style: none;
    display: inline;
}
.full-manage a {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #ca2026;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    transition: all 0.3s;
}
.full-manage a:hover {
    background: #a71318;
}
/* Speedbar */

.speedbar {
    background: url(../images/speed.jpg);
    padding: 10px 15px;
    border: 1px solid #e4e4e4;
    color: #4a4a4a;
    margin-bottom: 15px;
}
.speedbar a {
    color: #000;
}
/* Расширенный поиск */

#searchtable td.search > div {
    margin: 0 0 10px 0 !important;
}
#searchtable td.search > div br:first-child {
    display: none;
}
/* Форма добавления комментариев */

.combo_field {
    margin-bottom: 7px;
}
.combo_field input {
    width: 302px !important;
}
/* Рейтинг в комментариях */

.comment-author .rating-news {
    float: right;
}
.comment-author .rating-news .rate-type-2-3 a {
    font-size: 16px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 34px;
    border-radius: 50px;
    color: #FFF;
    transition: all 0.3s;
}
.comment-author .rate-type-2-3 .rating-full {
    font-size: 13px;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #000 !important;
    background: #e8e8e8;
    border-radius: 50px;
    line-height: 33px;
    text-align: center;
}
/* Кратко о пользователе в модальном окне */

#dleprofilepopup {
    padding: 0;
    border: 0;
}
.userinfo-popup {
    position: relative;
}
.userinfo-popup img {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50px;
    border: 3px solid #f5f5f5;
    padding: 3px;
    width: 70px;
    height: 70px;
}
.userinfo-popup ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.userinfo-popup ul li {
    padding: 5px 10px;
}
.userinfo-popup ul li:nth-child(odd) {
    background: rgb(245, 245, 245);
}
.userinfo-popup ul li:nth-child(even) {
    background: #fff;
}
.dle-popup-userprofile .ui-dialog-buttonpane {
    background: #e2e2e2;
    border-top: 2px solid #c1c1c1;
}
.ui-dialog-buttonset button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 3px;
    cursor: pointer;
    height: 33px;
    line-height: 22px;
    outline: none;
    background-color: #ca2026;
    color: #fff;
    font-size: 14px;
    border: 0 none;
    padding: 7px 22px;
    text-decoration: none!important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.ui-dialog-buttonset button:hover {
    background-color: #111111;
}
/* Информационный блок */

.berrors {
    padding: 15px;
    border: 2px dashed #f3b9b9;
    background: #ffe6e6;
}
.berrors a {
    text-decoration: underline;
}
.berrors a:hover {
    text-decoration: none;
}
/* Профиль пользователя */

.rate-pi {
    background: #fdba22;
    padding: 2px 5px;
    color: #FFF !important;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}
.info-pi .rate-t1 .rating {
    display: inline-block !important;
    height: 17px;
}
.img-pi {
    float: left;
}
.info-pi li a {
    color: #ca2026;
    transition: all 0.3s;
}
.info-pi li a:hover {
    color: #000;
}
.img-pi img {
    border: 1px solid #bdbdbd;
    border-radius: 50px;
    margin-right: 10px;
    padding: 3px;
}
.info-pi {
    overflow: hidden;
}
.info-pi ul {
    list-style: none;
    padding-left: 0;
    border: 1px solid #eaeaea;
}
.info-pi ul li {
    padding: 5px 15px;
}
.info-pi ul li:nth-child(even) {
    background: #FFF;
}
.info-pi ul li:nth-child(odd) {
    background: #f3f3f3;
}
.info-pi ul li span:first-child {
    font-weight: bold;
}
.profile-info {
    margin-bottom: 10px;
}
.ui-form {
    padding: 0;
    list-style: none;
}
.ui-form label {
    margin-bottom: 3px;
    width: 100%;
}
.ui-form input[type="checkbox"] {
    margin-left: 0;
}
.pm-pi a:first-letter {
    text-transform: uppercase;
}
.pm-pi {
    float: right !important;
    background: #ca2026;
    color: #FFF;
    transition: all 0.3s;
}
.pm-pi:hover {
    background: #981217;
}
/* Форма регистрации */

.regtext {
    margin-bottom: 10px;
}
/* Форма добавления новостей */

.admin_checkboxs label {
    width: auto;
}
#vk_groups iframe #page_wrap #main > div {
    width: 100% !important;
}
/* Дополнения к шаблону */
#comment-editor label {
    width: auto;
}
.comment-respond{
    margin-top:35px;
}
.dropcap p {
    height: auto;
}
.not_save_label {
    float: left;
}
.login_not_save_div {
    overflow: hidden;
}
.ciz-post .post-des a {
    font-family: "Moscow";
    font-size: 14px;
    color: #585858;
    font-weight: normal;
    text-decoration: underline;
}
.ciz-post .post-des a:hover {
    text-decoration: none;
}
/* Offline */

.body-offline .wrap {
    min-height: auto;
    text-align: center;
}
/* Расширенный поиск */

.search legend {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    width: auto;
    padding: 0 10px;
    border-bottom: 0;
}
.search fieldset {
    padding: 10px;
    border: 1px solid #c7c7c7;
    margin: 0 10px 15px 0 !important;
}
.search fieldset input[type="text"] {
    width: 100%;
}
/* Персональные сообщения */

.pm_progress_bar {
    width: 100%;
    background: #dedede;
    border-radius: 5px;
    height: 20px;
    margin: 5px 0;
}
.pm_progress_bar span {
    background: #ca2026;
    border-radius: 5px;
    text-indent: -9999px;
    color: #ca2026;
    height: 20px;
}
.pm_status_content {
    padding: 15px;
    background: #f3f3f3;
    border: 3px dashed #bdbdbd;
    margin-bottom: 15px;
}
.href-log a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    height: 33px;
    line-height: 22px;
    outline: none;
    background-color: #ca2026;
    color: #fff;
    font-size: 14px;
    border: 0 none;
    padding: 7px 22px;
    text-decoration: none!important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right: 1%;
}
.href-log {
    text-align: center;
}
.href-log a:hover {
    background-color: #111111
}
.pm-form label.pm-form-label,
.pm-form input[type="text"] {
    display: block;
}
.pm-form label.pm-form-label {
    margin-bottom: 3px;
}
.pm-form input[type="text"] {
    margin-bottom: 10px;
}
.ava-pm {
    float: left;
    margin-right: 15px;
}
.ava-pm img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 3px solid #d8d8d8;
    padding: 3px;
}
.text-pm {
    overflow: hidden;
    padding-left: 15px;
    border-left: 3px solid #d8d8d8;
}
.text-pm h4 {
    margin: 0 0 5px 0;
}
.info-us-pm {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 0;
    border-bottom: 3px dashed #d8d8d8;
    border-top: 3px dashed #d8d8d8;
}
.info-us-pm i {
    margin-right: 5px;
    font-size: 15px;
}
.text-pm .reply {
    display: inline-block;
    padding: 0;
    font-weight: 300;
    margin-top: 7px;
}
.text-pm .pm-link {
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-family: Moscow;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    background-color: #111;
    padding: 4px 10px;
}
.text-pm .pm-link:hover {
    background-color: #ca2026;
}
.buttons-pm {
    text-align: right;
}