::-moz-selection {
    background-color: #198539;
    color: #fff;
}
::selection {
    background-color: #198539;
    color: #fff;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer !important;
}
a:hover {
    color: #000;
}
img {
    max-width: 100%;
}
button {
    cursor: pointer;
    outline: none;
    background: transparent;
    border: 0;
    padding: 0;
}
button.alm-load-more-btn {
    display: none;
}
.alm-listing,
.alm-preloaded {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body {
    margin: 0;
}
main {
    display: block;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
figure {
    margin: 0;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
.main-header {
    padding-top: 15px;
}
@media (max-width: 578px) {
    .main-header {
        padding-bottom: 0;
    }
}
.main-header .container {
    padding-bottom: 20px;
}
@media (max-width: 578px) {
    .main-header .container {
        padding-bottom: 0;
    }
}
.main-header .container .container-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.main-header .container .container-header,
.main-header .container .container-header .header-search-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .main-header .container .container-header .header-search-sm {
        display: none;
    }
}
.main-header .container .container-header .header-search-sm .header-sm {
    right: 0;
}
@media (max-width: 720px) {
    .news {
        padding: 10% 0;
    }
}
@media (min-width: 720px) {
    .news {
        padding: 1% 0;
    }
}
.news .news-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.news .news-sidebar .news-sidebar__item {
    color: #4b4b4b;
    font-family: Fira Sans, sans-serif;
    border: 1px solid #e5e5e5;
    position: relative;
    height: 30%;
    margin-bottom: 6%;
    padding: 3%;
}
.news .news-sidebar .news-sidebar__item:last-of-type {
    margin-bottom: 0;
}
.news .news-sidebar .news-sidebar__item:hover {
    border-color: #198539;
    cursor: pointer;
    text-decoration: none;
}
.news .news-sidebar .news-sidebar__item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.news .news-sidebar .news-sidebar__item .news-sidebar__category {
    display: inline;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    margin-left: 5px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
@media (max-width: 720px) {
    .news .news-sidebar .news-sidebar__item .news-sidebar__category {
        font-size: 14px;
    }
}
@media (min-width: 720px) {
    .news .news-sidebar .news-sidebar__item .news-sidebar__category {
        font-size: 12px;
    }
}
@media (min-width: 960px) {
    .news .news-sidebar .news-sidebar__item .news-sidebar__category {
        font-size: 14px;
    }
}
.news .news-sidebar .news-sidebar__item .news-sidebar__title {
    font-weight: 300;
    margin: 2% 0;
}
@media (max-width: 720px) {
    .news .news-sidebar .news-sidebar__item .news-sidebar__title {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (min-width: 720px) {
    .news .news-sidebar .news-sidebar__item .news-sidebar__title {
        font-size: 12px;
        line-height: 14px;
    }
}
@media (min-width: 960px) {
    .news .news-sidebar .news-sidebar__item .news-sidebar__title {
        font-size: 14px;
        line-height: 16px;
    }
}
.news .news-sidebar .news-sidebar__item .news-sidebar__title a {
    color: #4b4b4b;
    text-decoration: none;
}
.news .news-sidebar .news-sidebar__item .news-sidebar__arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 5%;
}
.news .separate-title .news-title-date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 0 15px;
}
.news .separate-title .news-title-date h1 {
    color: #198539;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}
@media (max-width: 720px) {
    .news .separate-title .news-title-date h1 {
        display: block;
        margin: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background-color: #fff;
        padding: 10% 15% 0;
        line-height: inherit;
    }
}
@media (min-width: 720px) {
    .news .separate-title .news-title-date h1 {
        display: inline;
        padding: 0;
    }
}
.news .separate-title .news-title-date .news-date {
    color: #4b4b4b;
    font-family: Fira Sans, sans-serif;
    font-weight: 300;
}
@media (max-width: 720px) {
    .news .separate-title .news-title-date .news-date {
        font-size: 10px;
    }
}
@media (min-width: 720px) {
    .news .separate-title .news-title-date .news-date {
        font-size: 14px;
    }
}
.topnews {
    background-color: grey;
}
.img-post .thumbnail {
    background-position: 50%;
    background-size: cover;
}
@media (max-width: 720px) {
    .img-post .thumbnail {
        height: 260px;
    }
}
@media (min-width: 720px) {
    .img-post .thumbnail {
        height: 280px;
    }
}
@media (min-width: 960px) {
    .img-post .thumbnail {
        height: 400px;
    }
}
.post-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}
#header-news {
    padding-bottom: 1%;
}
@media (max-width: 720px) {
    #header-news {
        padding-top: 20%;
    }
}
@media (min-width: 720px) {
    #header-news {
        padding-top: 5%;
    }
}
@media (min-width: 960px) {
    #header-news {
        padding-top: 3%;
    }
}
#thumbnail-video,
#thumbnail-wywiady {
    display: none;
}
@media (max-width: 578px) {
    .main-nav {
        border: 0 !important;
    }
}
.main-nav .main-nav__xs {
    background-color: #198539;
    color: #fff;
    margin-bottom: 10px !important;
}
.main-nav .main-nav__xs div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}
.main-nav .main-nav__xs div h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}
.main-nav .main-nav__xs div svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}
@media (max-width: 720px) {
    .header-logo img {
        width: 100%;
        padding: 2% 5%;
    }
    .header-search-sm {
        width: 100%;
        display: block;
        margin-top: 5%;
    }
    .search-top {
        width: 100%;
    }
    .main-nav .menu {
        display: none;
    }
}
@media (min-width: 720px) {
    .header-search-sm {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .search-top {
        width: 55%;
    }
    .main-nav .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 960px) {
    .header-search-sm {
        width: 45%;
    }
}
footer.footer {
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 2%;
    margin-top: 3%;
}
footer.footer .search form {
    width: 70%;
}
@media (max-width: 960px) {
    footer.footer .search form {
        width: 100%;
    }
}
footer.footer hr {
    margin: 5% 0 2%;
}
footer.footer .footer-title-small {
    padding-left: 24px;
    line-height: inherit;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
footer.footer .first-row {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 4% 0 2%;
}
footer.footer .first-row .footer-text {
    font-size: 14px;
    font-weight: 300;
    padding-left: 10%;
}
@media (max-width: 960px) {
    footer.footer .first-row .footer-text {
        padding: 0;
        text-align: center;
    }
}
footer.footer .footer-title {
    text-transform: uppercase;
    font-family: Fira Sans, sans-serif;
}
@media (max-width: 720px) {
    footer.footer .footer-title {
        font-size: 18px;
    }
}
@media (min-width: 720px) {
    footer.footer .footer-title {
        font-size: 14px;
    }
}
@media (min-width: 960px) {
    footer.footer .footer-title {
        font-size: 18px;
    }
}
@media (max-width: 960px) {
    footer.footer .footer-title {
        margin-top: 15px;
    }
}
footer.footer .footer-title .green-square {
    margin-right: 10px;
}
footer.footer .footer-menu {
    list-style: none;
    padding: 0;
}
footer.footer .footer-menu .menu-item-has-children a {
    line-height: inherit;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
@media (max-width: 720px) {
    footer.footer .footer-menu .menu-item-has-children a {
        padding-left: 24px;
    }
}
@media (min-width: 720px) {
    footer.footer .footer-menu .menu-item-has-children a {
        padding-left: 0;
    }
}
@media (min-width: 960px) {
    footer.footer .footer-menu .menu-item-has-children a {
        padding-left: 24px;
    }
}
footer.footer .footer-menu .menu-item-has-children a:hover {
    text-decoration: none;
    color: #198539;
}
footer.footer .footer-menu .menu-item-has-children .sub-menu {
    list-style: none;
    padding: 0;
}
footer.footer .footer-menu .menu-item-has-children .sub-menu a {
    font-weight: 200;
    font-size: 14px;
    white-space: nowrap;
}
footer.footer .footer-menu .menu-item-has-children .sub-menu a:hover {
    text-decoration: none;
    color: #198539;
}
footer.footer .contact {
    list-style: none;
    padding-left: 24px;
}
footer.footer .contact .contact-item {
    font-size: 14px;
    font-weight: 300;
}
@media (max-width: 720px) {
    footer.footer .footer-newsletter {
        margin-left: 0;
        width: 100%;
    }
}
@media (min-width: 720px) {
    footer.footer .footer-newsletter {
        margin-left: 0;
        width: 100%;
    }
}
@media (min-width: 960px) {
    footer.footer .footer-newsletter {
        margin-left: 24px;
        width: 110%;
    }
}
footer.footer .footer-newsletter .search-input {
    width: 70%;
}
@media (max-width: 960px) {
    footer.footer .footer-newsletter .search-input {
        width: 100%;
    }
}
footer.footer .footer-newsletter .search-icon {
    width: 30%;
}
footer.footer .footer-newsletter .search-icon button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
footer.footer .footer-newsletter .search-icon button a {
    color: #fff;
    font-size: 14px;
}
footer.footer .footer-newsletter .search-icon button a:hover {
    text-decoration: none;
}
footer.footer .footer-menu-right ul {
    list-style: none;
    padding: 0;
}
footer.footer .footer-menu-right ul a {
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width: 720px) {
    footer.footer .footer-menu-right ul a {
        font-size: 14px;
    }
}
@media (min-width: 720px) {
    footer.footer .footer-menu-right ul a {
        font-size: 12px;
    }
}
@media (min-width: 960px) {
    footer.footer .footer-menu-right ul a {
        font-size: 14px;
    }
}
footer.footer .footer-menu-right ul a:hover {
    color: #198539;
    text-decoration: none;
}
footer.footer .credit,
footer.footer .privacy {
    font-size: 14px;
    font-weight: 300;
}
@media (max-width: 960px) {
    footer.footer .credit,
    footer.footer .privacy {
        text-align: center;
        margin-top: 10px;
    }
}
footer.footer .privacy {
    text-align: center;
}
footer.footer .privacy a:hover {
    text-decoration: none;
    color: #198539;
}
@media (max-width: 720px) {
    footer.footer .sm {
        padding: 0;
    }
}
footer.footer .sm .sm-list {
    right: 0;
}
@media (max-width: 720px) {
    footer.footer .sm .sm-list {
        width: 100%;
        background-color: #f1f1f1;
        position: unset;
        margin: 0;
        padding: 10% 0;
    }
}
@media (min-width: 720px) {
    footer.footer .sm .sm-list {
        position: absolute;
    }
}
#footer-center-column {
    padding: 0 5%;
}
@media (max-width: 960px) {
    #footer-center-column {
        padding: 0 15px;
    }
}
@media (max-width: 720px) {
    .footer-logo {
        padding: 15px 0;
    }
}
.topnews {
    padding: 4% 0;
    background-color: transparent;
}
@media (max-width: 720px) {
    .topnews {
        padding: 10% 0;
    }
}
@media (min-width: 720px) {
    .topnews {
        padding: 4% 0;
    }
}
.topnews .topnews-article .topnews-img {
    width: 100%;
}
@media (max-width: 720px) {
    .topnews .topnews-article .topnews-img {
        height: 160px;
    }
}
@media (min-width: 720px) {
    .topnews .topnews-article .topnews-img {
        height: 120px;
    }
}
@media (min-width: 960px) {
    .topnews .topnews-article .topnews-img {
        height: 160px;
    }
}
@media (max-width: 720px) {
    .topnews .topnews-article .topnews-img-center {
        margin: 4% 0 8%;
        height: 160px;
    }
}
@media (min-width: 720px) {
    .topnews .topnews-article .topnews-img-center {
        margin: 0;
        height: 240px;
    }
}
@media (min-width: 960px) {
    .topnews .topnews-article .topnews-img-center {
        margin: 0;
        height: 340px;
    }
}
.topnews .topnews-article a {
    text-decoration: none;
}
@media (max-width: 720px) {
    .news-container {
        padding: 15% 0 1%;
    }
}
@media (min-width: 720px) {
    .news-container {
        padding: 5% 0 1%;
    }
}
.news-container .news-img {
    width: 100%;
}
@media (max-width: 720px) {
    .news-container .news-img {
        height: 160px;
    }
}
@media (min-width: 720px) {
    .news-container .news-img {
        height: 140px;
    }
}
@media (min-width: 960px) {
    .news-container .news-img {
        height: 222px;
    }
}
.news-container .title-list {
    margin-top: 5%;
}
@media (max-width: 720px) {
    .news-categories .row {
        margin-top: 8%;
    }
}
.news-categories article .content__wrapper {
    min-height: 150px;
}
@media (max-width: 720px) {
    .news-categories .news-article {
        margin: 10% 0;
    }
}
@media (min-width: 720px) {
    .news-categories .news-article {
        margin: 15% 0;
    }
}
@media (min-width: 960px) {
    .news-categories .news-article {
        margin: 10% 0;
    }
}
@media (max-width: 720px) {
    .news-categories .news-article .news-img {
        height: 222px;
    }
}
@media (min-width: 720px) {
    .news-categories .news-article .news-img {
        height: 160px;
    }
}
@media (min-width: 960px) {
    .news-categories .news-article .news-img {
        height: 222px;
    }
}
.news-categories .title-list {
    padding: 0;
}
@media (max-width: 960px) {
    .news-categories .title-list {
        margin-bottom: 50px;
    }
}
.news-categories .title-list .title-list-item {
    padding: 5% 0;
}
.news-categories .button-center {
    padding-bottom: 3%;
}
@media (max-width: 720px) {
    .categories-left .row {
        margin-top: 0;
    }
}
@media (min-width: 720px) {
    .categories-left .row {
        margin-top: 2%;
    }
}
@media (min-width: 960px) {
    .categories-left .row {
        margin-top: 0;
    }
}
.categories-left .title-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.categories-left .row {
    margin-bottom: 4%;
}
.categories-left .separate-bar-container {
    padding: 0 0 4%;
}
.single-post .single-post-article .single-post-header {
    margin-bottom: 3%;
    padding-top: 0;
}
@media (max-width: 720px) {
    .single-post .single-post-article .single-post-header {
        margin-bottom: 8%;
    }
}
.single-post .single-post-article .single-post-header .single-post-thumbnail {
    height: 400px;
    position: relative;
    z-index: 10;
    background-position: 50%;
    background-size: cover;
}
.single-post .single-post-article .single-post-header .single-post-thumbnail .gradient {
    z-index: -10;
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, hsla(0, 0%, 100%, 0)), to(#fff));
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff);
}
.single-post .single-post-article .single-post-header .single-post-thumbnail .single-post-nav {
    padding: 15px;
}
.single-post .single-post-article .single-post-header .single-post-thumbnail .single-post-nav nav {
    padding: 0;
}
.single-post .single-post-article .single-post-header .single-post-thumbnail .single-post-thumbnail-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.single-post
    .single-post-article
    .single-post-header
    .single-post-thumbnail
    .single-post-thumbnail-bottom
    .single-post-category {
    background-color: #198539;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    padding: 0 1%;
    margin-left: -10px;
}
.single-post
    .single-post-article
    .single-post-header
    .single-post-thumbnail
    .single-post-thumbnail-bottom
    .single-post-title {
    background-color: #198539;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    padding: 1%;
    max-width: 80%;
}
@media (max-width: 720px) {
    .single-post
        .single-post-article
        .single-post-header
        .single-post-thumbnail
        .single-post-thumbnail-bottom
        .single-post-title {
        margin: 3% 0 3% -2%;
        font-size: 22px;
    }
}
@media (min-width: 720px) {
    .single-post
        .single-post-article
        .single-post-header
        .single-post-thumbnail
        .single-post-thumbnail-bottom
        .single-post-title {
        margin: 3% 0 3% -2%;
        font-size: 24px;
        line-height: 34px;
    }
}
@media (min-width: 960px) {
    .single-post
        .single-post-article
        .single-post-header
        .single-post-thumbnail
        .single-post-thumbnail-bottom
        .single-post-title {
        margin: 1% 0 0 -2%;
        font-size: 34px;
        line-height: 38px;
    }
}
.single-post
    .single-post-article
    .single-post-header
    .single-post-thumbnail
    .single-post-thumbnail-bottom
    .single-post-date {
    background-color: #fff;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1% 0 2% 2%;
    line-height: inherit;
    padding: 0 1%;
    font-weight: 500;
}
@media (max-width: 720px) {
    .single-post .single-post-main .green-square {
        position: absolute;
        margin: 6% 1% 1%;
    }
}
.single-post .single-post-sidebar .single-post-sidebar-list {
    list-style: none;
    padding: 0;
    margin-top: 20%;
}
@media (max-width: 720px) {
    .single-post .single-post-sidebar .single-post-sidebar-list .list-category {
        line-height: 20px;
        font-size: 18px;
    }
    .single-post .single-post-sidebar .single-post-sidebar-list .list-p,
    .single-post .single-post-sidebar .single-post-sidebar-list .list-title {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (min-width: 720px) {
    .single-post .single-post-sidebar .single-post-sidebar-list .list-category {
        font-size: 16px;
        line-height: 18px;
    }
    .single-post .single-post-sidebar .single-post-sidebar-list .list-title {
        font-size: 14px;
        line-height: 18px;
    }
    .single-post .single-post-sidebar .single-post-sidebar-list .list-p {
        font-size: 12px;
        line-height: 16px;
    }
}
@media (min-width: 960px) {
    .single-post .single-post-sidebar .single-post-sidebar-list .list-category {
        line-height: 18px;
        font-size: 14px;
    }
    .single-post .single-post-sidebar .single-post-sidebar-list .list-p,
    .single-post .single-post-sidebar .single-post-sidebar-list .list-title {
        font-size: 14px;
        line-height: 22px;
    }
}
.single-post .single-post-sidebar .single-post-sidebar-list .list-category {
    background-color: #198539;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 2%;
}
.single-post .single-post-sidebar .single-post-sidebar-list .list-category a,
.single-post .single-post-sidebar .single-post-sidebar-list .list-category a:hover {
    color: #fff;
    text-decoration: none;
}
.single-post .single-post-sidebar .single-post-sidebar-list .list-title {
    padding-right: 5%;
    margin: 5% 0;
}
.single-post .single-post-sidebar .single-post-sidebar-list .list-title a:hover {
    color: #000;
    text-decoration: none;
}
.single-post .single-post-sidebar .single-post-sidebar-list .list-p {
    font-weight: 300;
    color: #828282;
}
.single-post .single-post-sidebar .single-post-sidebar-list .list-p a:hover {
    color: #828282;
    text-decoration: none;
}
.single-post .single-post-sidebar .list-hr {
    width: 50%;
    margin: 15% auto;
}
.single-post .single-post-sidebar .list-hr:last-of-type {
    display: none;
}
@media (max-width: 720px) {
    .single-post .single-post-main .sm-list {
        margin: 0;
    }
}
.single-post .single-post-main .post-content a {
    color: #198539;
    font-weight: 600;
}
.single-post .single-post-main .post-content p {
    font-size: 18px;
    font-weight: 300;
}
.single-post .single-post-main .post-content h4 {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}
.single-post .single-post-main .post-content h4:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #198539;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.single-post .single-post-main .post-content blockquote {
    padding: 2% 10%;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    position: relative;
}
@media (max-width: 720px) {
    .single-post .single-post-main .post-content blockquote {
        padding: 5% 10%;
    }
}
.single-post .single-post-main .post-content blockquote:before {
    content: ",,";
    position: absolute;
    left: -1px;
    color: #198539;
    top: 0;
    left: 0;
}
@media (max-width: 720px) {
    .single-post .single-post-main .post-content blockquote:before {
        font-size: 40px;
        margin: -0.5% 3%;
    }
}
@media (min-width: 720px) {
    .single-post .single-post-main .post-content blockquote:before {
        font-size: 42px;
        margin: 0 5%;
    }
}
@media (min-width: 960px) {
    .single-post .single-post-main .post-content blockquote:before {
        font-size: 48px;
        margin: 0.5% 6%;
    }
}
.single-post .single-post-main .post-content img {
    max-width: 100%;
    height: auto;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover;
}
.single-post .single-post-footer-container {
    padding: 2%;
    font-size: 14px;
}
.single-post .single-post-footer-container .single-post-footer {
    text-align: right;
    font-style: italic;
}
.single-post .single-post-footer-container .single-post-footer-quote {
    color: #198539;
    line-height: 20px;
    font-weight: 300;
}
.single-post .single-post-footer-container .single-post-footer-author {
    padding: 0;
    font-size: 14px;
    margin: 0;
    line-height: 14px;
}
.single-post .single-post-footer-container .single-post-footer-date {
    font-weight: 300;
}
.single-post .single-post-footer-container .single-post-footer-sm {
    text-align: left;
    margin-bottom: 5%;
}
.single-post .single-post-footer-container .single-post-footer-title {
    font-size: 14px;
    line-height: 28px;
    font-style: normal;
    text-transform: uppercase;
    color: #a0a0a0;
    margin: 0;
}
@media (max-width: 578px) {
    .single-post .single-post-footer-container .single-post-footer-title {
        text-align: center;
    }
}
.single-post .single-post-footer-container .single-post-footer-tags {
    text-align: left;
}
@media (max-width: 578px) {
    .single-post .single-post-footer-container .single-post-footer-tags {
        margin-top: 15px;
    }
}
.single-post .single-post-footer-container .single-post-footer-comments {
    text-align: left;
    margin-top: 3%;
}
.single-post .single-post-footer-container .single-post-footer-comments input {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 1.5% 2%;
    border-radius: 5px;
    color: #000;
}
.single-post .single-post-footer-container .single-post-footer-comments .single-post-footer-title {
    margin-bottom: 1%;
}
.single-post .single-post-footer-container .single-post-footer-comments .single-post-footer-buttons {
    width: 100%;
    text-align: right;
    margin: 1% 0;
}
.single-post .single-post-footer-container .single-post-footer-comments .single-post-footer-buttons button {
    padding: 1% 2%;
    border-radius: 5px;
}
.single-post .single-post-footer-container .single-post-footer-comments .single-post-footer-buttons .button-cancel a,
.single-post
    .single-post-footer-container
    .single-post-footer-comments
    .single-post-footer-buttons
    .button-cancel
    a:hover {
    text-decoration: none;
    color: #828282;
}
.single-post .single-post-footer-container .single-post-footer-comments .single-post-footer-buttons .button-active {
    background-color: #198539;
}
.single-post .single-post-footer-container .single-post-footer-comments .single-post-footer-buttons .button-active a {
    text-decoration: none;
    color: #fff;
}
.tag-list {
    list-style: none;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 578px) {
    .tag-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.tag-list .tag-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    background-color: #f1f1f1;
    margin: 1% 1% 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}
.tag-list .tag-item:hover {
    background-color: #d9d9d9;
}
.tag-list .tag-item a {
    text-align: center;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    white-space: nowrap;
    font-size: 14px;
}
@media (max-width: 720px) {
    .tag-list .tag-item a {
        font-size: 12px;
    }
}
.tag-list .tag-item a:hover {
    text-decoration: none;
    color: #000;
}
.comments-list {
    list-style: none;
}
.comments-list .comments-content .comments-title {
    font-size: 14px;
    display: inline-block;
    margin: 0 1%;
}
.comments-list .comments-content .comments-date {
    color: #828282;
    font-style: italic;
}
.comments-list .comments-content .button-gray {
    background-color: #f1f1f1;
    border: 1px solid #d9d9d9;
    padding: 1% 2%;
    border-radius: 5px;
    display: block;
    margin: 2% 0;
}
.comments-list .comments-content .comments-more {
    color: #198539;
}
.comments-list .comments-content .comments-more:hover {
    text-decoration: none;
    color: #198539;
}
.single-post-article .single-post-newsletter {
    background-color: #f1f1f1;
    border: 1px solid #d9d9d9;
    margin-top: 5%;
    border-radius: 5px;
    padding: 2% 2% 5%;
}
@media (max-width: 720px) {
    .single-post-article .single-post-newsletter {
        margin: 5% 2%;
        padding: 7% 3%;
    }
    .single-post-article .single-post-newsletter .single-post-newsletter-header h1 {
        font-size: 16px;
    }
    .single-post-article .single-post-newsletter .single-post-newsletter-text {
        font-size: 14px;
        line-height: 20px;
    }
    .single-post-article .single-post-newsletter .single-post-newsletter-form {
        display: block;
    }
    .single-post-article .single-post-newsletter .single-post-newsletter-form .newsletter-input {
        width: 100%;
        border-radius: 5px;
        padding: 4%;
        margin-bottom: 2%;
    }
    .single-post-article .single-post-newsletter .single-post-newsletter-form .newsletter-button {
        width: 100%;
        border-radius: 5px;
        padding: 4%;
    }
}
.single-post-article .single-post-newsletter-header h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 3%;
}
.single-post-article .single-post-newsletter-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.single-post-article .single-post-newsletter-form .newsletter-input {
    width: 85%;
    padding: 1.5% 2%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #d9d9d9;
}
.single-post-article .single-post-newsletter-form .newsletter-button {
    width: 15%;
    background-color: #198539;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.single-post-article .single-post-newsletter-form .newsletter-button a {
    text-decoration: none;
}
.single-post-article .single-post-newsletter-form .newsletter-button a:hover {
    text-decoration: none;
    color: #fff;
}
.comment-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.comment-list footer.comment-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 578px) {
    .comment-list footer.comment-meta {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}
.comment-list footer.comment-meta b.fn {
    position: relative;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px 0 20px;
}
.comment-list footer.comment-meta b.fn:before {
    content: "";
    background-color: #198539;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 4px;
}
.comment-list footer.comment-meta .says {
    display: none;
}
.comment-list footer.comment-meta .comment-metadata time {
    color: #828282;
    font-style: italic;
}
.comment-list .reply .comment-reply-link {
    background-color: #f1f1f1;
    border: 1px solid #d9d9d9;
    padding: 1% 2%;
    border-radius: 5px;
    margin: 0 0 15px;
    display: inline-block;
}
.comment-list ol.children {
    list-style: none;
}
.comment-awaiting-moderation {
    margin-left: 5px;
    background: #188539;
    color: #fff;
    border-radius: 4px;
    padding: 0 5px;
}
@media (max-width: 578px) {
    .comment-awaiting-moderation {
        margin-left: 0;
    }
}
.comment-respond {
    width: 100%;
}
.comment-respond .input-inline {
    float: left;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .comment-respond .input-inline {
        width: calc(50% - 15px) !important;
        margin-right: 30px;
    }
}
.comment-respond .input-inline.last {
    margin-right: 0;
}
.comment-respond .comment-form-cookies-consent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #828286;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.2px;
}
.comment-respond .comment-form-cookies-consent input {
    width: auto !important;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.comment-respond .form-submit {
    margin-top: 10px;
    text-align: right;
    width: 100%;
}
.comment-respond .form-submit input[type="submit"] {
    display: inline-block;
    background-color: #198539;
    color: #fff;
    width: auto;
    padding: 8px 18px;
    border-radius: 5px;
}
@media (max-width: 578px) {
    .comment-respond .form-submit input[type="submit"] {
        width: 100%;
        text-align: center;
    }
}
.comment-respond #cancel-comment-reply-link {
    color: #828282;
    margin-right: 18px;
}
.single-post-svg {
    height: 10px;
    fill: #198539;
}
@media (max-width: 720px) {
    .single-post-svg {
        width: 20px;
    }
}
@media (min-width: 720px) {
    .single-post-svg {
        width: 40px;
    }
}
.gallery:after {
    content: "";
    display: table;
    clear: both;
}
div.aligncenter,
figure.aligncenter,
img.aligncenter,
img.wp-post-image {
    display: block;
    margin: 1em auto;
}
div.alignright,
figure.alignright,
img.alignright {
    float: right;
    margin: 1em 0 1em 2em;
}
div.alignleft,
figure.alignleft,
img.alignleft,
img.wp-post-image.attachment-thumb {
    float: left;
    margin: 1em 1em 2em 0;
}
figure {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
}
p img.alignleft,
p img.alignright {
    margin-top: 0;
}
.gallery figure {
    float: left;
    margin: 0 2% 1em 0;
}
.gallery figure img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.gallery.gallery-columns-1 figure {
    width: 100%;
    margin: 0 0 1em;
    float: none;
}
.gallery.gallery-columns-3 figure {
    width: 32%;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n + 3) {
    margin-right: 0;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n + 4) {
    clear: left;
}
.gallery.gallery-columns-2 figure {
    width: 49%;
}
.gallery.gallery-columns-2 figure:nth-of-type(2n) {
    margin-right: 0;
}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {
    clear: left;
}
.gallery.gallery-columns-4 figure {
    width: 23.25%;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n + 4) {
    margin-right: 0;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n + 5) {
    clear: left;
}
.gallery.gallery-columns-5 figure {
    width: 18%;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n + 5) {
    margin-right: 0;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n + 6) {
    clear: left;
}
.gallery.gallery-columns-6 figure {
    width: 14.2%;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n + 6) {
    margin-right: 0;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n + 7) {
    clear: left;
}
.gallery.gallery-columns-7 figure {
    width: 12%;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n + 7) {
    margin-right: 0;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n + 8) {
    clear: left;
}
.gallery.gallery-columns-8 figure {
    width: 10.2%;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n + 8) {
    margin-right: 0;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n + 9) {
    clear: left;
}
.gallery.gallery-columns-9 figure {
    width: 8.85%;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n + 9) {
    margin-right: 0;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n + 10) {
    clear: left;
}
@media (max-width: 767px) {
    div.alignleft,
    div.alignright,
    figure.alignleft,
    figure.alignright,
    img.alignleft,
    img.alignright,
    img.wp-post-image.attachment-thumb {
        display: block;
        margin: 1em auto;
        float: none;
    }
    .gallery.gallery-columns-4 figure,
    .gallery.gallery-columns-5 figure,
    .gallery.gallery-columns-6 figure,
    .gallery.gallery-columns-7 figure,
    .gallery.gallery-columns-8 figure,
    .gallery.gallery-columns-9 figure {
        width: 100%;
        margin: 0 0 1em;
        float: none;
    }
}
main.page {
    margin-top: 1%;
}
main.page .post {
    margin-bottom: 3%;
}
main.page .post .post-thumbnail {
    height: 222px;
}
main.page .category-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 720px) {
    main.page .category-title .category-title__header {
        display: block;
        line-height: inherit;
        font-size: 22px;
        margin: 0 0 2%;
    }
}
@media (min-width: 720px) {
    main.page .category-title .category-title__header {
        display: inline;
    }
}
main.page .category-title .category-title__container {
    margin-left: 20px;
}
@media (max-width: 720px) {
    main.page .category-title .category-title__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
main.page .category-title .category-title__header {
    margin-right: 20px;
}
main.page .category-title .category-title__date {
    font-weight: 500;
}
@media (max-width: 720px) {
    main.page .category-title .category-title__date {
        font-size: 14px;
        line-height: 16px;
    }
}
main.page .category-description {
    margin: 2% 0 4%;
}
main.page .category-description .category-description__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
main.page .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-top: 4%;
}
main.page .pagination,
main.page .pagination .pagination__prev-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
main.page .pagination .pagination__prev-next {
    margin: 0 2%;
    text-decoration: none;
}
@media (min-width: 1200px) {
    main.page .pagination .pagination__prev-next {
        margin: 0 15px;
    }
}
main.page .pagination .pagination__prev-next:hover {
    color: #198539;
    text-decoration: none;
}
main.page .pagination .pagination__prev-next.prev-page span {
    margin-left: 10px;
}
main.page .pagination .pagination__prev-next.next-page span {
    margin-right: 10px;
}
main.page .pagination .pagination__prev-next a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
main.page .pagination .pagination__prev-next a:hover {
    color: #198539;
    text-decoration: none;
}
main.page .pagination .pagination__list {
    list-style: none;
    padding: 0 4% 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
main.page .pagination .pagination__list .pagination__item {
    margin: 1%;
    color: #a0a0a0;
}
main.page .pagination .pagination__list .pagination__item.separator {
    line-height: 50px;
}
main.page .pagination .pagination__list .pagination__item a {
    border: 1px solid #828282;
    border-radius: 5px;
    padding: 15px 23px;
    color: #a0a0a0;
    display: block;
}
@media (max-width: 720px) {
    main.page .pagination .pagination__list .pagination__item a {
        padding: 5px 15px;
    }
}
main.page .pagination .pagination__list .pagination__item a:hover {
    color: #000;
    text-decoration: none;
    border-color: #198539;
    cursor: pointer;
}
main.page .pagination .pagination__list .pagination__item.active a {
    background-color: #198539;
    border: 1px solid #198539;
    padding: 15px 23px;
    color: #fff;
}
@media (max-width: 720px) {
    main.page .pagination .pagination__list .pagination__item.active a {
        padding: 5px 15px;
    }
}
main.page .pagination .pagination__list #dots {
    padding: 10px 20px;
}
@media (max-width: 720px) {
    main.page .pagination .pagination__list #dots {
        padding: 5px 15px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1273px;
    }
}
input:focus {
    outline: none;
}
.green-square,
.green-square-big,
.green-square-small {
    background-color: #198539;
    display: inline-block;
}
.green-square {
    width: 14px;
    height: 14px;
}
.green-square-small {
    width: 12px;
    height: 12px;
}
.green-square-big {
    width: 55px;
    height: 55px;
}
@media (max-width: 992px) {
    .green-square-big {
        width: 14px;
        height: 14px;
    }
}
.post-thumbnail {
    position: relative;
}
.post-thumbnail .thumbnail {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
body {
    color: #000;
    font-family: Fira Sans, sans-serif;
}
@media (max-width: 720px) {
    .separate-bar-container {
        padding: 2% 0 4%;
    }
}
@media (min-width: 720px) {
    .separate-bar-container {
        padding: 4% 0 8%;
    }
}
@media (min-width: 960px) {
    .separate-bar-container {
        padding: 2% 0 4%;
    }
}
.separate-bar,
.separate-bar-category {
    margin: 2% auto;
    position: relative;
}
.separate-bar-category .green-square,
.separate-bar .green-square {
    position: absolute;
    background-color: #198539;
    width: 14px;
    height: 14px;
    display: inline-block;
}
.separate-bar-category .gs-left,
.separate-bar .gs-left {
    left: 0;
}
@media (max-width: 720px) {
    .separate-bar-category .gs-left,
    .separate-bar .gs-left {
        margin-left: 2%;
    }
}
.separate-bar-category .gs-right,
.separate-bar .gs-right {
    right: 0;
}
@media (max-width: 720px) {
    .separate-bar-category .gs-right,
    .separate-bar .gs-right {
        margin-right: 2%;
    }
}
.separate-bar-category .separate-hr,
.separate-bar .separate-hr {
    position: absolute;
    width: 95%;
    margin: 7px auto;
    left: 0;
    right: 0;
    z-index: -10;
}
.separate-bar-category .separate-title,
.separate-bar-category .separate-title-black,
.separate-bar .separate-title,
.separate-bar .separate-title-black {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: -1;
    padding: 0 20px;
    margin: auto;
}
@media (max-width: 720px) {
    .separate-bar-category .separate-title,
    .separate-bar-category .separate-title-black,
    .separate-bar .separate-title,
    .separate-bar .separate-title-black {
        background-color: transparent;
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 720px) {
    .separate-bar-category .separate-title,
    .separate-bar-category .separate-title-black,
    .separate-bar .separate-title,
    .separate-bar .separate-title-black {
        background-color: #fff;
    }
}
.separate-bar-category .separate-title-black h1,
.separate-bar-category .separate-title h1,
.separate-bar .separate-title-black h1,
.separate-bar .separate-title h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: Fira Sans, sans-serif;
    color: #198539;
    background-color: #fff;
    white-space: nowrap;
    margin: 15px auto 0;
}
@media (max-width: 720px) {
    .separate-bar-category .separate-title-black h1,
    .separate-bar-category .separate-title h1,
    .separate-bar .separate-title-black h1,
    .separate-bar .separate-title h1 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
        font-size: 18px;
        padding: 0 5%;
    }
}
@media (min-width: 720px) {
    .separate-bar-category .separate-title-black h1,
    .separate-bar-category .separate-title h1,
    .separate-bar .separate-title-black h1,
    .separate-bar .separate-title h1 {
        font-size: 24px;
        padding: 0;
    }
}
@media (min-width: 960px) {
    .separate-bar-category .separate-title-black h1,
    .separate-bar-category .separate-title h1,
    .separate-bar .separate-title-black h1,
    .separate-bar .separate-title h1 {
        padding: 0 10%;
    }
}
.separate-bar-category .separate-title-black h1,
.separate-bar .separate-title-black h1 {
    color: #000;
    font-size: 18px;
    margin-top: 15px;
}
@media (max-width: 720px) {
    .separate-bar .separate-title,
    .separate-bar .separate-title-black {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 720px) {
    .separate-bar .separate-title,
    .separate-bar .separate-title-black {
        left: 0;
        right: 0;
    }
}
.separate-bar-small {
    z-index: -1;
    position: relative;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.separate-bar-small .separate-hr {
    margin: auto;
    width: 100%;
}
.separate-bar-small .separate-title {
    position: absolute;
    width: 100%;
}
.separate-bar-small .separate-title h1 {
    color: #a0a0a0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Fira Sans, sans-serif;
    line-height: 16px;
    padding: 0 5%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    margin: auto;
}
@media (max-width: 720px) {
    .separate-bar-small .separate-title h1 {
        font-size: 16px;
    }
}
@media (min-width: 720px) {
    .separate-bar-small .separate-title h1 {
        font-size: 12px;
    }
}
@media (min-width: 960px) {
    .separate-bar-small .separate-title h1 {
        font-size: 14px;
    }
}
.separate-bar-category .separate-hr {
    margin: 7px auto;
}
.separate-bar-category .separate-title {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    padding: 0 20px 0 10px;
    left: 15px;
}
.separate-bar-category .separate-title h1 {
    color: #000;
}
@media (max-width: 720px) {
    .separate-bar-category .separate-title h1 {
        font-size: 15px;
    }
}
@media (min-width: 720px) {
    .separate-bar-category .separate-title h1 {
        font-size: 14px;
    }
}
@media (min-width: 960px) {
    .separate-bar-category .separate-title h1 {
        font-size: 18px;
    }
}
.img-post,
.post {
    position: relative;
    font-family: Fira Sans, sans-serif;
}
@media (max-width: 720px) {
    .img-post,
    .post {
        margin-bottom: 25px;
        margin-top: 5%;
    }
}
@media (min-width: 720px) {
    .img-post,
    .post {
        margin-bottom: 15px;
    }
}
.img-post:hover .category a,
.post:hover .category a {
    color: #fff;
}
.img-post:hover h1,
.post:hover h1 {
    color: #198539;
}
.img-post .category,
.post .category {
    position: absolute;
    top: 10px;
    background-color: #198539;
    color: #fff;
    padding: 1px 5px;
    font-family: Fira Sans, sans-serif;
    font-size: 18px;
    line-height: inherit;
}
.img-post .category:hover a,
.post .category:hover a {
    color: #fff;
    text-decoration: none;
}
.img-post .title-green,
.post .title-green {
    position: absolute;
    bottom: 10px;
    max-width: 80%;
    background: #198539;
    color: #fff;
    line-height: inherit;
    padding: 2% 3%;
    font-family: Fira Sans, sans-serif;
}
@media (max-width: 720px) {
    .img-post .title-green,
    .post .title-green {
        left: 5px;
        width: 80%;
        font-size: 16px;
    }
}
@media (min-width: 720px) {
    .img-post .title-green,
    .post .title-green {
        left: -10px;
        font-size: 18px;
    }
}
@media (min-width: 960px) {
    .img-post .title-green,
    .post .title-green {
        font-size: 24px;
    }
}
.img-post .title,
.post .title {
    padding: 5% 0;
    margin: 0;
    font-weight: 600;
}
@media (max-width: 720px) {
    .img-post .title,
    .post .title {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (min-width: 720px) {
    .img-post .title,
    .post .title {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (min-width: 960px) {
    .img-post .title,
    .post .title {
        font-size: 16px;
        line-height: 22px;
    }
}
.img-post .content,
.post .content {
    font-weight: 300;
    padding: 0;
}
@media (max-width: 720px) {
    .img-post .content,
    .post .content {
        line-height: 20px;
        font-size: 14px;
    }
}
@media (min-width: 720px) {
    .img-post .content,
    .post .content {
        line-height: 14px;
        font-size: 12px;
    }
}
@media (min-width: 960px) {
    .img-post .content,
    .post .content {
        line-height: 20px;
        font-size: 14px;
    }
}
.img-post .content,
.img-post .title,
.post .content,
.post .title {
    font-family: Fira Sans, sans-serif;
}
.img-post:hover,
.post:hover {
    cursor: pointer;
}
.img-post:hover .thumbnail,
.post:hover .thumbnail {
    outline: 2px solid #198539;
}
.img-post:hover .title,
.post:hover .title {
    color: #198539;
}
.img-post:hover .title-green,
.post:hover .title-green {
    color: #fff;
}
.img-post:hover a,
.post:hover a {
    color: #000;
}
.post .category {
    left: 5px;
}
.img-post .category {
    left: -10px;
    line-height: inherit;
}
.img-post:hover a {
    color: #fff;
    text-decoration: none;
}
.title-list-container {
    height: 170px;
    overflow: scroll;
    overflow-x: hidden;
    margin: 5% 0;
    background-position: bottom;
    background-repeat: no-repeat;
    scrollbar-color: #fff #e4e4e4;
    scrollbar-width: thin;
}
@media (max-width: 720px) {
    .title-list-container {
        margin: 5% 0 10%;
    }
}
.title-list-container ul li:first-of-type {
    padding-top: 0;
}
.title-list-container::-webkit-scrollbar {
    width: 11px;
    cursor: pointer;
}
.title-list-container::-webkit-scrollbar-track {
    background: #e5e5e5;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}
.title-list-container::-webkit-scrollbar-thumb {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.title-list-container::-webkit-scrollbar-thumb:hover {
    border-color: #198539;
}
.title-list-container::-webkit-resizer {
    background-color: transparent;
}
.title-list {
    list-style: none;
    padding: 0;
}
@media (max-width: 720px) {
    .title-list .title-list-item {
        padding: 5px 0;
    }
}
@media (min-width: 720px) {
    .title-list .title-list-item {
        padding: 2% 0 0;
    }
}
@media (min-width: 960px) {
    .title-list .title-list-item {
        padding: 0;
    }
}
.title-list .title-list-item a {
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    padding-right: 18px;
}
@media (max-width: 720px) {
    .title-list .title-list-item a {
        font-size: 16px;
    }
}
@media (min-width: 720px) {
    .title-list .title-list-item a {
        font-size: 13px;
        line-height: normal;
    }
}
@media (min-width: 960px) {
    .title-list .title-list-item a {
        font-size: 16px;
    }
}
.title-list .title-list-item a:hover {
    text-decoration: none;
    color: #198539;
}
.title-list .title-list-item a:after {
    content: "";
    background-image: url(../../src/images/svg/icon.svg);
    background-size: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: -18px;
    position: relative;
    top: 3px;
    left: 3px;
}
.title-list .bottom-line {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.title-list .bottom-line:before {
    content: " ";
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
}
.title-list .bottom-line:last-of-type:before {
    border: none;
}
.title-list .post-thumbnail a {
    text-decoration: none;
}
.title-list .post-thumbnail a:hover {
    color: #198539;
}
.title-list .post-thumbnail:last-of-type .title-list-hr,
.title-list .post-thumbnail:last-of-type .title-list-hr-left {
    display: none;
}
.title-list .title-list-hr,
.title-list .title-list-hr-left {
    width: 50%;
}
.title-list .title-list-hr-left {
    margin-left: 0;
}
.title-list .title-list-link {
    text-decoration: none;
}
.title-list svg {
    display: none;
}
.button-center {
    text-align: center;
    width: 100%;
}
@media (max-width: 720px) {
    .button-center {
        margin: 0 auto 75px;
    }
}
@media (min-width: 720px) {
    .button-center {
        margin: 1% 0;
    }
}
.button-center .button-more {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
    padding: 1.5% 3%;
    text-transform: uppercase;
    font-family: Fira Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 1px 0;
}
.button-center .button-more a {
    text-decoration: none;
}
.button-center .button-more a:hover {
    text-decoration: none;
    color: #000;
}
.button-center .button-more:hover {
    margin: 0;
    border: 2px solid #198539;
}
.read-more2 {
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e5e5e5;
    width: 100%;
}
@media (max-width: 720px) {
    .read-more2 {
        padding: 10%;
        margin: 10% 0;
    }
}
@media (min-width: 720px) {
    .read-more2 {
        padding: 3% 20%;
        margin: 7% 0 3%;
    }
}
@media (min-width: 960px) {
    .read-more2 {
        padding: 1%;
        margin: 4% 0 2%;
    }
}
.read-more2 .read-more2-title {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 720px) {
    .read-more2 .read-more2-title {
        padding: 10% 5%;
    }
}
@media (min-width: 720px) {
    .read-more2 .read-more2-title {
        padding: 2% 4%;
    }
}
.read-more2 .read-more2-title:hover {
    opacity: 0.85;
}
.read-more2 .read-more2-title a {
    text-transform: uppercase;
    font-family: Fira Sans, sans-serif;
    font-weight: 700;
    font-style: italic;
}
@media (max-width: 720px) {
    .read-more2 .read-more2-title a {
        font-size: 16px;
    }
}
@media (min-width: 720px) {
    .read-more2 .read-more2-title a {
        font-size: 18px;
    }
}
@media (min-width: 960px) {
    .read-more2 .read-more2-title a {
        font-size: 24px;
    }
}
.read-more2 .read-more2-title a:hover {
    text-decoration: none;
    color: #000;
}
.read-more2 .read-more2-title a:after {
    content: "";
    background-image: url(../../src/images/svg/icon.svg);
    background-size: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: -2px;
    left: 5px;
}
.read-more2 svg {
    display: none;
}
.search.header-search,
footer .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    padding: 0;
}
.search.header-search form,
footer .search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media (max-width: 720px) {
    .search.header-search form,
    footer .search form {
        padding: 0;
    }
}
@media (min-width: 720px) {
    .search.header-search form,
    footer .search form {
        padding: 0;
    }
}
.search.header-search form input,
footer .search form input {
    height: 100%;
    font-family: Fira Sans, sans-serif;
    width: 85%;
    font-size: 14px;
    padding: 10px 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #e5e5e5;
}
.search.header-search .newsletter,
.search.header-search .search-icon,
footer .search .newsletter,
footer .search .search-icon {
    width: 15%;
    background-color: #198539;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 1.5%;
}
.search.header-search .newsletter:hover,
.search.header-search .search-icon:hover,
footer .search .newsletter:hover,
footer .search .search-icon:hover {
    cursor: pointer;
}
.search.header-search .newsletter svg,
.search.header-search .search-icon svg,
footer .search .newsletter svg,
footer .search .search-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    padding: 8px;
}
.search.header-search .newsletter,
footer .search .newsletter {
    width: 30%;
    color: #fff;
    font-size: 14px;
}
@media (max-width: 960px) {
    footer .search {
        padding: 0 15px;
    }
}
.sm-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sm-list .sm-item {
    margin-right: 4px;
}
.sm-list .sm-item a {
    text-decoration: none;
    border: 1px solid #e5e5e5;
    padding: 12px;
    border-radius: 5px;
    background-color: #fff;
}
.sm-list .sm-item a:hover {
    background-color: #f2f6f7;
}
.sm-list .sm-item a svg {
    width: 20px;
    height: 20px;
    fill: #4b4b4b;
}
.main-nav {
    border: 1px solid #e5e5e5;
}
@media (max-width: 960px) {
    .main-nav .menu {
        border-bottom: 1px solid #e5e5e5 !important;
    }
}
.main-nav .container,
.main-nav .menu {
    padding: 0;
    margin: 0 auto;
}
.main-nav svg {
    width: 12px;
    height: 12px;
    margin-left: 4px;
}
.main-nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8%;
    font-weight: 600;
}
@media (max-width: 720px) {
    .main-nav a {
        font-size: 16px;
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 7px 0 7px 15px;
    }
}
@media (min-width: 720px) {
    .main-nav a {
        font-size: 12px;
    }
}
@media (min-width: 960px) {
    .main-nav a {
        font-size: 14px;
    }
}
.main-nav li:hover {
    text-decoration: none;
    color: #198539;
    background-color: #f2f6f7;
}
.main-nav li:hover a {
    color: #198539;
}
.main-nav li:hover .sub-menu a {
    color: #000;
}
.main-nav li:hover svg {
    fill: #198539;
}
.main-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.main-nav ul li {
    position: relative;
    width: 100%;
    border-left: 1px solid #e5e5e5;
}
.main-nav ul li:last-of-type {
    border-right: 1px solid #e5e5e5;
}
.main-nav ul li:hover .sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.main-nav .current-menu-item,
.main-nav .current-menu-item:hover {
    background-color: #198539;
}
.main-nav .current-menu-item:hover a {
    color: #fff;
}
.main-nav .current-menu-item:hover .sub-menu li:hover a {
    color: #198539;
}
.main-nav .current-menu-item:hover .sub-menu a {
    color: #000;
}
.main-nav .current-menu-item:hover svg {
    fill: #fff;
}
.main-nav .current-menu-item a {
    color: #fff;
}
.main-nav .current-menu-item svg {
    fill: #fff;
}
.main-nav .sub-menu {
    border: 1px solid #e5e5e5;
    z-index: 99;
    margin: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 0;
}
@media (max-width: 720px) {
    .main-nav .sub-menu {
        display: block;
        position: static;
        background-color: #f1f1f1;
    }
}
.main-nav .sub-menu a {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 0;
    margin: 0;
    color: #000;
    background-color: transparent;
}
@media (max-width: 720px) {
    .main-nav .sub-menu a {
        font-size: 13px;
        font-weight: 400;
    }
}
.main-nav .sub-menu li {
    padding: 6%;
    border-bottom: 1px solid #e5e5e5;
    border-left: none;
}
@media (max-width: 720px) {
    .main-nav .sub-menu li {
        padding: 7px 0 7px 15px;
    }
}
.main-nav .sub-menu li:last-of-type {
    border: none;
}
.main-nav .sub-menu li:hover a {
    color: #198539;
    background-color: transparent;
}
.arrow {
    fill: #198539;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    display: inline;
}
.page-nav .page-nav__list {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 720px) {
    .page-nav .page-nav__list {
        margin: 5% 0;
    }
}
.page-nav .page-nav__list .page-nav__item {
    margin: 0 1%;
    font-weight: 300;
}
.page-nav .page-nav__list .page-nav__item:first-of-type {
    margin-left: 0;
}
.page-nav .page-nav__list .page-nav__item a,
.page-nav .page-nav__list .page-nav__item a:hover {
    text-decoration: none;
    color: #000;
}
.page-nav .page-nav__list .page-nav__item .breadcrumb_last {
    color: #198539;
}
@media (max-width: 720px) {
    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sm-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10% 0;
    }
}
@media (min-width: 720px) {
    .menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .sm-list {
        -webkit-box-pack: baseline;
        -webkit-justify-content: baseline;
        -ms-flex-pack: baseline;
        justify-content: baseline;
        margin: 0;
    }
}
@media (min-width: 960px) {
    .menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .sm-list {
        -webkit-box-pack: none;
        -webkit-justify-content: none;
        -ms-flex-pack: none;
        justify-content: none;
    }
}
.btn-default {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 1% 2%;
    border-radius: 5px;
    background-color: #198539;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-transform: uppercase;
    cursor: pointer !important;
}
.btn-default:hover {
    color: #198539;
    background-color: #f2f6f7;
}
@media (max-width: 960px) {
    .home section {
        margin-top: 50px;
    }
}
@media (max-width: 960px) {
    .home section article {
        margin-top: 25px;
    }
}
.home .main-nav .news-item {
    background-color: #198539;
    color: #fff;
}
.home .main-nav .news-item:hover {
    color: #198539;
    background-color: #f2f6f7;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity.lity-opened {
    opacity: 1;
}
.lity.lity-closed {
    opacity: 0;
}
.lity * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}
.lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
    opacity: 1;
}
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lity-closed .lity-content,
.lity-loading .lity-content {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lity-close:active {
    top: 1px;
}
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
    width: 100%;
    max-width: 964px;
}
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.lity-iframe-container iframe img {
    max-width: 100%;
    max-height: 100%;
}
.lity-hide {
    display: none;
}

.separate-bar-small .separate-title h2 {
    font-size: 14px;
}
.separate-bar-small .separate-title h2 {
    color: #a0a0a0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Fira Sans, sans-serif;
    line-height: 16px;
    padding: 0 5%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    margin: auto;
}

.separate-bar-category .separate-title h2 {
    font-size: 18px;
}
.separate-bar-category .separate-title h2 {
    color: #000;
}

.separate-bar-category .separate-title-black h2,
.separate-bar-category .separate-title h2,
.separate-bar .separate-title-black h2,
.separate-bar .separate-title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: Fira Sans, sans-serif;
    color: #198539;
    background-color: #fff;
    white-space: nowrap;
    margin: 15px auto 0;
}

.separate-bar-category .separate-title-black h3,
.separate-bar-category .separate-title h3,
.separate-bar .separate-title-black h3,
.separate-bar .separate-title h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: Fira Sans, sans-serif;
    color: #198539;
    background-color: #fff;
    white-space: nowrap;
    margin: 15px auto 0;
    margin-top: 15px;
}

.separate-bar-category .separate-title-black h3,
.separate-bar-category .separate-title h3,
.separate-bar .separate-title-black h3,
.separate-bar .separate-title h3 {
    font-size: 24px;
    padding: 0;
}

.separate-title-black {
    color: #0b140e;
}

.separate-bar-small .separate-title h4 {
    color: #a0a0a0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Fira Sans, sans-serif;
    line-height: 16px;
    padding: 0 5%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    margin: auto;
}

.separate-bar-small .separate-title h4 {
    font-size: 12px;
}
