.like {
    cursor: default;
}

#es .es-field-datetime-form .es-field-datetime-buttons > :hover {
    color: #5580be;
}

#es .es-location-buttons > :hover {
    color: #5580be;
}

body #eb .fa {
    font-family: FontAwesome;
}

#es .es-story-mood-buttons > :hover {
    color: #5580be;
}

#eb {
    text-align: left;
    direction: left;
}

#eb *,
#eb :after,
#eb :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 150%;
}

#eb img {
    min-width: 0;
    min-height: 0;
}

#eb a:link {
    text-decoration: none;
}

#eb img {
    vertical-align: middle;
    height: auto;
}

#eb .fd-cf:after,
#eb .fd-cf:before {
    content: ' ';
    display: table;
}

#eb .fd-cf:after {
    clear: both;
}

#eb .clearfix:after,
#eb .clearfix:before {
    content: ' ';
    display: table;
}

#eb .clearfix:after {
    clear: both;
}

#eb .hide {
    display: none !important;
}

#eb .clearfix:after,
#eb .clearfix:before {
    display: table;
    content: '';
    line-height: 0;
}

#eb .clearfix:after {
    clear: both;
}

#eb .hide {
    display: none !important;
}

#eb .reset-heading {
    background: 0 0;
    border: medium none;
    clear: none;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: static;
    width: auto;
}

#eb .comma-seperator {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

#eb .comma-seperator > span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    vertical-align: middle;
}

#eb .comma-seperator > span:after {
    content: ',';
    padding-right: 4px;
}

#eb .comma-seperator > span:last-child:after {
    content: '';
    padding-right: 0;
}

#eb .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#eb .fa-user:before {
    content: '\f007';
}

#eb .fa-close:before {
    content: '\f00d';
}

#eb .fa-clock-o:before {
    content: '\f017';
}

#eb .fa-eye:before {
    content: '\f06e';
}

#eb .fa-folder-open:before {
    content: '\f07c';
}

#eb .fa-comments:before {
    content: '\f086';
}

#eb .eb-template {
    display: none;
}

#eb .eb-loader-o {
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#eb .eb-loader-o.size-lg {
    width: 30px;
    height: 30px;
    top: 15px;
    left: 15px;
}

#eb .eb-loader-o.size-lg:after,
#eb .eb-loader-o.size-lg:before {
    border-width: 8px;
}

#eb .eb-loader-o:after,
#eb .eb-loader-o:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 500rem;
    border: 5px solid rgba(0, 0, 0, 0.1);
}

#eb .eb-loader-o:after {
    -webkit-animation: loader 0.6s linear;
    animation: loader 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-color: rgba(0, 0, 0, 0.1) transparent transparent;
    box-shadow: 0 0 0 1px transparent;
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#eb.eb-image-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99992;
}

#eb.eb-image-popup .eb-loader-o {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    margin-left: -15px;
    margin-right: -15px;
    display: none;
    z-index: 3;
}

#eb .eb-image-popup-header {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    z-index: 2;
}

#eb .eb-image-popup-close-button {
    padding: 16px;
    cursor: pointer;
}

#eb .eb-image-popup-close-button i {
    font-size: 0;
}

#eb .eb-image-popup-close-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#eb .eb-image-popup-close-button i:after,
#eb .eb-image-popup-close-button i:before {
    background: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
}

#eb .eb-image-popup-close-button i:before {
    width: 2px;
    height: 20px;
    left: 50%;
    margin-left: -1px;
}

#eb .eb-image-popup-close-button i:after {
    width: 20px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

#eb .eb-image-popup-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: left;
}

#eb .eb-image-popup-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 2;
    display: none;
    direction: ltr;
}

#eb .eb-image-popup-thumbs {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#eb .eb-image-popup-thumbs:after,
#eb .eb-image-popup-thumbs:before {
    content: ' ';
    display: table;
}

#eb .eb-image-popup-thumbs:after {
    clear: both;
}

#eb .eb-image-popup-thumb {
    width: 120px;
    height: 100px;
    display: table;
    float: left;
    cursor: pointer;
}

#eb .eb-image-popup-thumb div {
    display: table-cell;
    vertical-align: middle;
}

#eb .eb-image-popup-thumb img {
    max-width: 120px;
    max-height: 100px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#eb .eb-image-popup-thumb:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#eb .fd-cf:after,
#eb .fd-cf:before {
    content: ' ';
    display: table;
}

#eb .fd-cf:after {
    clear: both;
}

:root {
    --mm-line-height: 20px;
    --mm-listitem-size: 44px;
    --mm-navbar-size: 44px;
    --mm-offset-top: 0;
    --mm-offset-right: 0;
    --mm-offset-bottom: 0;
    --mm-offset-left: 0;
    --mm-color-border: rgba(0, 0, 0, 0.1);
    --mm-color-button: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.75);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background: #f3f3f3;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
    --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

:root {
    --mm-iconbar-size: 50px;
}

:root {
    --mm-iconpanel-size: 50px;
}

:root {
    --mm-sidebar-collapsed-size: 50px;
    --mm-sidebar-expanded-size: 440px;
}

#eb .eb-image {
    display: inline-block;
    max-width: 100%;
}

#eb .eb-image-figure {
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

#eb .eb-image-viewport {
    border: 1px solid #ddd;
    border-radius: 2px;
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 0;
    max-width: 100%;
}

#eb .eb-image-viewport:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
}

#eb .eb-image-caption {
    display: block;
    text-align: inherit;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

#eb .eb-image-caption > span {
    display: block;
    padding-top: 10px;
}

#eb .eb-reading-progress {
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: #f5f5f5;
    color: #57b4fc;
}

#eb .eb-reading-progress::-webkit-progress-bar {
    background: #f5f5f5;
}

#eb .eb-reading-progress::-moz-progress-bar {
    background: #57b4fc;
}

#eb .eb-reading-progress::-webkit-progress-value {
    background: #57b4fc;
}

#eb .eb-reading-progress__container {
    width: 100%;
    background-color: #f5f5f5;
    top: 0;
    left: 0;
    height: 5px;
    display: block;
}

#eb .eb-reading-progress__bar {
    width: 50%;
    display: block;
    height: inherit;
    background-color: #57b4fc;
}

#eb .fa:before {
    padding: 0;
    margin: 0;
}

#eb h1,
#eb h2 {
    margin-top: 0;
}

#eb img {
    max-width: none;
}

#eb .text-muted {
    color: #888;
}

#eb .eb-anchor-link {
    height: 1px;
    display: block;
    font-size: 0;
}

#eb .eb-entry-meta {
    margin: 15px 0 20px;
}

#eb .eb-entry-meta > div {
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

#eb .eb-entry-meta > div > span,
#eb .eb-entry-meta > div > time {
    display: inline-block;
    vertical-align: middle;
}

#eb .eb-entry-meta .fa {
    color: #888;
    height: 16px;
}

#eb .eb-entry-meta .fa:before {
    vertical-align: middle;
}

#eb .eb-entry-article img {
    text-align: center;
    max-width: 100%;
    height: auto;
}

#eb .es-post-state {
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#eb .eb-loader-o {
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#eb .eb-loader-o.size-lg {
    width: 60px;
    height: 60px;
    top: 30px;
    left: 30px;
}

#eb .eb-loader-o.size-lg:after,
#eb .eb-loader-o.size-lg:before {
    border-width: 8px;
}

#eb .eb-loader-o:after,
#eb .eb-loader-o:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 500rem;
    border: 5px solid rgba(0, 0, 0, 0.1);
}

#eb .eb-loader-o:after {
    -webkit-animation: loader 0.6s linear;
    animation: loader 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-color: rgba(0, 0, 0, 0.1) transparent transparent;
    box-shadow: 0 0 0 1px transparent;
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#eb .clearfix:after,
#eb .clearfix:before {
    display: table;
    content: '';
    line-height: 0;
}

#eb .clearfix:after {
    clear: both;
}

@supports (-webkit-hyphens: none) {
}

#eb .eb-reading-progress {
    background: #f5f5f5 !important;
    color: #3ab02a !important;
}

#eb .eb-reading-progress::-webkit-progress-bar {
    background: #f5f5f5 !important;
}

#eb .eb-reading-progress__container {
    background-color: #f5f5f5 !important;
}

#eb .eb-reading-progress::-moz-progress-bar {
    background: #3ab02a !important;
}

#eb .eb-reading-progress::-webkit-progress-value {
    background: #3ab02a !important;
}

#eb .eb-reading-progress__bar {
    background: #3ab02a !important;
}

html {
    font: 300 18px/21px sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #343333;
}

body {
    margin: 0;
}

a {
    background: 0 0;
}

a:active,
a:hover {
    outline: 0;
}

a {
    color: #5b7e26;
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    text-decoration: none;
}

a:hover {
    color: #686868;
    text-decoration: none;
}

b {
    font-weight: 700;
}

small {
    font-size: 80%;
}

img {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

img {
    border: 0;
}

p,
ul {
    margin: 0 0 15px 0;
}

* + p,
* + ul {
    margin-top: 15px;
}

h1,
h2 {
    margin: 0 0 15px 0;
    font-family: sans-serif;
    font-weight: 400;
    color: #474538;
    text-transform: none;
}

* + h2 {
    margin-top: 30px;
}

h1 {
    font-size: 55px;
    line-height: 61px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 44px;
        line-height: 52px;
    }
}

h2 {
    font-size: 44px;
    line-height: 52px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 33px;
        line-height: 45px;
    }
}

ul {
    padding-left: 30px;
}

::-moz-selection {
    background: #77a532;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #77a532;
    color: #fff;
    text-shadow: none;
}

aside,
main {
    display: block;
}

progress {
    vertical-align: baseline;
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: device-width;
    }
}

.uk-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-grid:after,
.uk-grid:before {
    content: '';
    display: block;
    overflow: hidden;
}

.uk-grid:after {
    clear: both;
}

.uk-grid > * {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    margin: 0;
    float: left;
}

.uk-grid > * > :last-child {
    margin-bottom: 0;
}

.uk-grid {
    margin-left: -10px;
}

.uk-grid > * {
    padding-left: 10px;
}

.uk-grid-margin {
    margin-top: 10px;
}

@media (min-width: 1600px) {
    .uk-grid {
        margin-left: -15px;
    }

    .uk-grid > * {
        padding-left: 15px;
    }

    .uk-grid-margin {
        margin-top: 15px;
    }
}

[class*='uk-width'] {
    box-sizing: border-box;
    width: 100%;
}

@media (min-width: 1200px) {
    .uk-width-large-1-4 {
        width: 25%;
    }

    .uk-width-large-3-4 {
        width: 75%;
        background-color: #fff;
        padding: 15px;
    }
}

.uk-panel {
    display: block;
    position: relative;
}

.uk-panel,
.uk-panel:hover {
    text-decoration: none;
}

.uk-panel:after,
.uk-panel:before {
    content: '';
    display: table;
}

.uk-panel:after {
    clear: both;
}

.uk-panel > :not(.uk-panel-title):last-child {
    margin-bottom: 0;
}

.uk-panel-box {
    padding: 20px;
    background: #fff;
    color: #343333;
    overflow: hidden;
    background: #fff url("../img/panel-background.png") 0 0 repeat;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(160, 167, 169, 0.3);
}

.uk-panel-box > .uk-nav-side {
    margin: 0 -20px;
}

.uk-nav,
.uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-nav li > a {
    display: block;
    text-decoration: none;
}

.uk-nav > li > a {
    padding: 8px 0;
}

.uk-nav ul {
    padding-left: 15px;
}

.uk-nav ul a {
    padding: 2px 0;
}

ul.uk-nav-sub {
    padding: 5px 0 5px 10px;
}

.uk-nav-parent-icon > .uk-parent > a:after {
    content: '\f104';
    width: 22px;
    margin-right: -10px;
    float: right;
    font-family: FontAwesome;
    text-align: center;
}

.uk-nav-side > li > a {
    color: #343333;
}

.uk-nav-side > li > a:focus,
.uk-nav-side > li > a:hover {
    background: rgba(0, 0, 0, 0);
    color: #31a212;
    outline: 0;
}

.uk-nav-side ul a {
    color: #9a9a9c;
}

.uk-nav-side ul a:hover {
    color: #343333;
}

.uk-nav.uk-nav-side .uk-nav-sub {
    padding-left: 10px;
    padding-right: 10px;
}

.uk-panel-box .uk-nav-side {
    margin: 0;
}

.uk-subnav > * > :focus,
.uk-subnav > * > :hover {
    color: #31a212;
    text-decoration: none;
}

.uk-subnav-line > :before {
    content: '';
    display: inline-block;
    height: 10px;
    vertical-align: middle;
}

.uk-subnav-pill > * > :focus,
.uk-subnav-pill > * > :hover {
    background: #f8f9fb;
    color: #343333;
    text-decoration: none;
    outline: 0;
}

.uk-breadcrumb {
    padding: 0;
    list-style: none;
    font-size: 0.001px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 2px;
}

.uk-breadcrumb a {
    color: #9a9a9c;
}

.uk-breadcrumb a:hover {
    color: #343333;
}

.uk-breadcrumb .uk-active > span {
    color: #343333;
}

.uk-breadcrumb > li {
    font-size: 15px;
    vertical-align: top;
}

.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
    display: inline-block;
}

.uk-breadcrumb > li:nth-child(n + 2):before {
    content: '//';
    display: inline-block;
    margin: 0 15px;
    color: #9a9a9c;
}

.uk-form input[type='checkbox']:not(:disabled),
.uk-form input[type='radio']:not(:disabled) {
    cursor: pointer;
}

.uk-button:not(:disabled) {
    cursor: pointer;
}

.uk-button-group .uk-button:not(:disabled) {
    box-shadow: none;
}

.uk-button-group .uk-button:not(:disabled):active,
.uk-button-group .uk-button:not(:disabled):focus,
.uk-button-group .uk-button:not(:disabled):hover {
    box-shadow: 0 2px 5px 0 rgba(160, 165, 168, 0.3);
}

@font-face {
    font-family: FontAwesome;
    src: url("../fonts/fontawesome-webfont.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
}

[class*='uk-icon-'] {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*='uk-icon-'],
[class*='uk-icon-']:focus,
[class*='uk-icon-']:hover {
    text-decoration: none;
}

.uk-icon-search-plus:before {
    content: '\f00e';
}

.uk-icon-camera:before {
    content: '\f030';
}

.uk-icon-edit:before {
    content: '\f044';
}

.uk-icon-bullhorn:before {
    content: '\f0a1';
}

.uk-icon-paperclip:before {
    content: '\f0c6';
}

.uk-icon-share-alt:before {
    content: '\f1e0';
}

.uk-icon-newspaper-o:before {
    content: '\f1ea';
}

.uk-icon-user-plus:before {
    content: '\f234';
}

.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
    opacity: 0;
}

.uk-container {
    box-sizing: border-box;
    max-width: 1344px;
    padding: 0 25px;
}

@media (min-width: 1600px) {
    .uk-container {
        max-width: 1600px;
        padding: 0 30px;
    }
}

.uk-container:after,
.uk-container:before {
    content: '';
    display: table;
}

.uk-container:after {
    clear: both;
}

.uk-container-center {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .uk-hidden-medium {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .uk-hidden-small {
        display: none !important;
    }
}

.uk-hidden {
    display: none !important;
    visibility: hidden !important;
}

.uk-flex-order-last {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
}

@media print {
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    h2,
    p {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }
}

.uk-dotnav > * > :focus,
.uk-dotnav > * > :hover {
    background: #343333;
    outline: 0;
}

.uk-dotnav > * > :active {
    background: #343333;
}

.uk-dotnav-contrast > * > :focus,
.uk-dotnav-contrast > * > :hover {
    background: #fff;
}

.uk-dotnav-contrast > * > :active {
    background: rgba(255, 255, 255, 0.3);
}

html {
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
    html:not(.uk-touch)
    .tm-slideshow-monday
    .uk-overlay-hover:not(:hover):not(.uk-hover)
    .tm-overlay-panel:not(.uk-ignore) {
        opacity: 0;
    }
}

@media (min-width: 1200px) {
    html {
        background: url("../img/background.jpg") 50% 0 fixed no-repeat;
        background-size: cover;
    }
}

[class*='uk-icon-'] {
    margin-right: 10px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
}

.uk-container {
    padding: 10px;
}

@media (max-width: 768px) {
    .uk-container {
        padding: 5px;
    }
}

h1 {
    font-size: 1.65em !important;
    line-height: 1.2em !important;
}

ul {
    padding-left: 10px;
}

.cenz_wrapper {
    padding: 0 !important;
    position: relative;
    max-width: 600px;
    margin: 0 auto 20px;
}

.cenz_wrapper > div {
    cursor: pointer;
}

.cenz_block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 5px solid red;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
}

.cenz_year {
    font-size: 60px;
    font-weight: bold;
    font-family: sans-serif;
    border-radius: 50%;
    border: 15px solid red;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    margin-top: 20px;
}

.cenz_click {
    font-size: 40px !important;
    font-weight: bold;
    margin-top: 0;
    display: block !important;
}

img.cenz_img {
    position: relative;
    max-width: 600px;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
}

@media (max-width: 430px) {
    .cenz_block {
        padding: 10%;
    }
}

@media (max-width: 380px) {
    .cenz_block {
        padding: 6%;
    }
}

@media (max-width: 350px) {
    .cenz_block {
        padding: 2%;
    }
}

@media (max-width: 340px) {
    .cenz_img {
        height: 100%;
        width: 100%;
    }
}

body * :not(i) {
    font-family: sans-serif !important;
}

#title-107 {
    margin-bottom: 30px !important;
    font-size: 36px !important;
    font-weight: 700;
    color: #000;
    line-height: 1.2em;
}

p {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

@media all and (max-width: 1000px) {
    #title-107 {
        font-size: 30px !important;
    }
}

.article-image {
    max-width: 100% !important;
}

.img-style {
    margin-bottom: 30px !important;
    border-radius: 10px;
}

.comsomol {
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px 10px 10px;
    background: #eee;
}

.comsomol p {
    word-break: break-word;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.45;
    font-feature-settings: 'tnum', 'lnum';
}

.comsomol .picture {
    margin: 10px auto;
    text-align: center;
    max-width: 800px;
}

.eb-entry-article ul {
    padding-left: 50px;
}

.eb-entry-article ul li {
    margin-bottom: 15px;
}

h2 {
    font-size: 34px;
    line-height: 36px;
}

.uk-breadcrumb > li:nth-child(n + 2):before {
    margin: 0 5px;
}

.uk-breadcrumb > li {
    font-size: 12px;
}

.uk-breadcrumb .uk-active > span,
.uk-breadcrumb > li {
    display: inline !important;
}

@media (max-width: 1200px) {
    .tm-sidebar-a {
        display: none !important;
    }
}

html {
    line-height: 24px !important;
}

html,
body,
h1,
h2 {
    font-family: sans-serif !important;
}

.cenz_wrapper {
    margin-bottom: 10px !important;
}

.blue-block {
    margin-bottom: 30px;
    padding: 35px 35px 35px 5px;
    background: #c4eeff;
    border-radius: 10px;
}

.vk-comment-city {
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px !important;
    line-height: 140% !important;
    color: #808080;
}

.like__count,
.dislike__count {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 140% !important;
    color: #828282;
}

.like-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.like {
    margin-right: 15px;
}

.dislike,
.like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.dislike img,
.like img {
    margin-bottom: 0 !important;
}

.vk-comment-text img {
    margin-bottom: 0 !important;
}

.vk-comment-load {
    margin-bottom: 50px;
    position: relative;
}

.vk-comment-name {
    color: #2c2d2e;
    font-weight: bold;
    margin-left: 59px;
    margin-bottom: 10px;
    font-size: 20px !important;
    line-height: 140% !important;
}

.vk-avatar img {
    width: 95px !important;
    height: 95px !important;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    border-radius: 100%;
}

.vk-comment-text p {
    font-weight: 400 !important;
    margin-bottom: 30px;
}

.vk-comment-text {
    margin-left: 115px;
}

.bo-ra {
    width: 100%;
    max-width: 328px !important;
    border-radius: 10px;
}

.comments__title {
    margin-bottom: 30px;
}

.text24 {
    position: relative;
    margin: 0 0 30px;
    padding-left: 70px;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
}

.text24::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background-image: url("../img/before.svg");
    background-size: contain;
}

@media (max-width: 660px) {
    .answer {
        padding-left: 0;
    }

    .vk-comment-text {
        margin-left: 0 !important;
    }

    .vk-comment-load {
        margin-bottom: 30px !important;
    }

    .text24 {
        padding-left: 52px;
    }

    .text24::before {
        width: 37px;
        height: 37px;
    }
}

.uk-link,
a {
    color: #5b7e26;
    text-decoration: none;
    cursor: pointer;
}

[scroll="goScrollToForm"] {
    cursor: pointer;
}

.cenz_wrapper--comm {
    margin: 0;
}

.cenz_wrapper--comm .cenz_block {
    margin: 0;
}
