/*
Theme Name: DIAstyl
Author: Petr Pojer
Author URI: https://www.petrpojer.cz/
Description: Template for DIAstyl magazine
Version: 1.6
*/
html {
  font-family: Arial;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ahover,
aactive {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
label {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
*:focus {
  outline: 0;
}
body {
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
}
a {
  color: #699a13;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 40px auto 20px;
  line-height: 1.2;
  font-weight: 700;
  word-wrap: break-word;
}
h1 {
  margin-bottom: 45px;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 30px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 18px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child {
  margin-top: 0px;
}
p {
  margin: 20px auto;
  line-height: 1.5;
}
strong {
  font-weight: 700;
}
table {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  border-collapse: collapse;
}
iframe {
  max-width: 100%;
}
.aligncenter {
  margin: auto;
}
.alignleft {
  margin: 0px 10px 10px 0px;
  float: left;
}
@media (max-width: 767px) {
  .alignleft {
    margin: 10px 0px;
    float: none;
  }
}
.alignright {
  margin: 0px 0px 10px 10px;
  float: right;
}
@media (max-width: 767px) {
  .alignright {
    margin: 10px 0px;
    float: none;
  }
}
.wp-caption p {
  margin-top: 0px;
  font-size: 12px;
}
.icon-wrapper {
  margin-right: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  float: left;
}
.icon-wrapper .icon:before {
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon-wrapper .icon-download:before,
.icon-wrapper .icon-email:before {
  font-size: 15px;
}
.icon-wrapper .icon-website:before {
  font-size: 20px;
}
.perex p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .perex p {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .text-center-xs {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .text-left-xs {
    text-align: left;
  }
}
.content {
  padding: 50px 0px 80px;
  position: relative;
}
@media (max-width: 768px) {
  .content {
    padding: 30px 0px;
  }
}
.content main {
  padding-right: 30px;
}
@media (max-width: 768px) {
  .content main {
    margin-bottom: 30px;
    padding-right: 15px;
  }
}
.content aside {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .content aside {
    padding-left: 15px;
  }
}
.content-sidebar h1 {
  margin-bottom: 20px;
}
.content-grey {
  background: #e5e5e5;
}
.content-no-padding-bottom {
  padding-bottom: 0px;
}
.content-note .button {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .content-note .button {
    margin-bottom: 15px;
  }
}
.content-note p {
  font-size: 18px;
}
footer {
  padding: 40px 0px;
  background: #699a13;
  color: #fff;
  font-size: 18px;
}
footer a {
  color: #fff;
}
@media (max-width: 768px) {
  footer {
    padding: 30px 0px;
  }
}
@media (max-width: 768px) {
  footer .col-xs-12 {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .contact-item {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  footer .icon-wrapper {
    display: none;
  }
}
footer .contact-item.contact-address {
  margin-top: 25px;
}
@media (max-width: 768px) {
  footer .contact-item.contact-address p {
    padding: 0px;
  }
}
.sidebar-footer-item {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .sidebar-footer-item {
    width: 100%;
  }
}
.sidebar-footer-item ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
.sidebar-footer-item ul li {
  margin: 0px 0px 15px;
  padding: 0px;
}
.sidebar-footer-item ul a {
  text-decoration: none;
}
.sidebar-footer-item ul a:hover {
  text-decoration: underline;
}
.sidebar-footer-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.footer-title {
  margin-bottom: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer-title {
    margin-bottom: 20px;
  }
}
.form-newsletter {
  overflow: hidden;
}
.form-newsletter .form-item {
  width: 100%;
}
.form-newsletter .form-item input {
  padding: 0px 15px;
}
.form-newsletter .form-button {
  margin-top: 0px;
}
.form-newsletter .form-button button {
  width: 100%;
}
.footer-partners {
  padding: 20px 0px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
.footer-partners .footer-partners-title {
  margin-bottom: 15px;
}
.footer-partners p {
  margin: 0px;
}
.footer-partners .js-scroll-link {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #699a13;
  text-align: center;
  text-decoration: none;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.footer-partners .js-scroll-link:hover {
  color: #e6007e;
  border-color: #e6007e;
}
.copyright {
  padding: 20px 0px;
  background: #fff;
  color: #699a13;
  font-size: 14px;
}
header {
  height: 120px;
}
@media (max-width: 600px) {
  header {
    height: auto;
    position: relative;
  }
}
header .container {
  height: 120px;
  border-bottom: 1px solid #699a13;
}
@media (max-width: 600px) {
  header .container {
    padding-bottom: 40px;
    height: auto;
  }
}
#logo {
  margin: 15px 0px 20px;
  text-decoration: none;
  display: inline-block;
}
#logo img {
  width: 300px;
}
.logo-motto {
  color: #456710;
  font-size: 16px;
  display: block;
  position: relative;
  bottom: 15px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .logo-motto {
    bottom: 0px;
  }
}
@media (max-width: 400px) {
  .logo-motto {
    bottom: 0px;
  }
}
.form-search {
  margin-top: 45px;
  display: inline-block;
  position: relative;
}
.form-search.form-active input {
  display: block;
}
.form-search input {
  padding: 0px 10px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  border: 1px solid #699a13;
  position: absolute;
  right: 0px;
  bottom: -30px;
  display: none;
}
.form-search input:focus {
  display: block;
}
.form-search button {
  background: transparent;
  font-size: 0px;
  border: 0px;
}
.form-search button .icon {
  color: #699a13;
  font-size: 20px;
}
.form-search:hover input {
  display: block;
}
@media (max-width: 992px) {
  .form-search {
    margin-top: 0px;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .form-search input {
    display: block;
    right: 40px;
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  .form-search {
    top: inherit;
    bottom: 10px;
  }
}
.banner-wrapper {
  margin-bottom: 40px;
}
.homepage-banner-wrapper .banner-wrapper {
  margin: 70px 0px 0px;
}
.button-wrapper .button {
  margin-bottom: 30px;
}
.button-wrapper .button .icon {
  margin-right: 5px;
  font-size: 25px;
  position: relative;
  top: 3px;
}
.button {
  padding: 0px 40px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 0px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
}
.button span {
  margin-right: 5px;
  font-size: 30px;
  position: relative;
  top: 3px;
}
.button.button-big {
  line-height: 60px;
}
.button.button-full {
  padding: 0px 20px;
  width: 100%;
}
.button.button-border {
  margin-bottom: 40px;
  background: transparent;
  color: #699a13;
  border: 1px solid #699a13;
}
.button.button-border.button-transparent {
  background: transparent;
}
.button.button-border:hover {
  background: #699a13;
  color: #fff;
}
.button.button-green {
  background: #699a13;
  color: #fff;
  border: 1px solid #699a13;
}
.button.button-green:hover {
  background: #fff;
  color: #699a13;
}
.button.button-pink {
  background: #e6007e;
  color: #fff;
  border: 1px solid #e6007e;
}
.button.button-pink:hover {
  background: #fff;
  color: #e6007e;
}
.button.button-white {
  background: #fff;
  color: #699a13;
  border: 1px solid #fff;
}
.button.button-white:hover {
  background: #699a13;
  color: #fff;
}
.button.button-back {
  margin-bottom: 40px;
  width: 100%;
  color: #aaa;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #aaa;
  border-radius: 0px;
}
.button.button-back:hover {
  background: #aaa;
  color: #fff;
}
.comments-wrapper {
  margin-top: 90px;
}
.comments-wrapper .button {
  margin-bottom: 90px;
}
.comments-inner {
  display: none;
}
.comments-title {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.wpdiscuz-subscribe-bar {
  display: none;
}
.wc_comm_submit {
  background: #699a13;
  color: #fff;
  border: 1px solid #699a13;
}
.wc_comm_submit:hover {
  background: #fff;
  color: #699a13;
}
.faq-button-wrapper .button {
  position: absolute;
  top: 0px;
  right: 15px;
}
@media (max-width: 992px) {
  .faq-button-wrapper .button {
    margin-bottom: 30px;
    position: static;
  }
}
.faq-list {
  margin-top: 40px;
}
.faq-item {
  margin-bottom: 10px;
  background: #e5e5e5;
  position: relative;
}
.faq-item.active {
  background: #f1f1f1;
}
.faq-item.active .faq-content {
  background: #f1f1f1;
  display: block;
}
.faq-item .faq-title {
  padding: 0px 30px 0px 20px;
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq-item .faq-title {
    height: auto;
  }
}
@media (max-width: 500px) {
  .faq-item .faq-title {
    padding: 15px 30px 15px 20px;
    line-height: 1.5;
  }
}
.faq-item .faq-title .icon {
  color: #699a13;
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 10px;
}
.faq-item .faq-content {
  padding: 0px 30px 30px 20px;
  position: absolute;
  top: 45px;
  left: 0px;
  z-index: 10;
  display: none;
}
@media (max-width: 768px) {
  .faq-item .faq-content {
    position: static;
  }
}
.faq-item .faq-question {
  font-weight: 400;
}
.faq-item .faq-response {
  padding-left: 25px;
  color: #699a13;
  border-left: 1px solid #699a13;
}
#consulting-form-wrapper {
  background: url("images/bg-consulting-form.jpg") no-repeat center center;
  background-size: cover;
}
.form-dark .form-item input,
.form-dark .form-item textarea {
  background: #f1f1f1;
}
.form-wrapper-margin {
  margin-bottom: 70px;
}
.form-item {
  margin-bottom: 15px;
}
.form-item label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.form-item textarea,
.form-item input {
  padding: 0px 30px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  border: 0px;
  position: relative;
}
.form-item textarea {
  padding: 20px 30px;
  height: 230px;
  line-height: 1.5;
}
.form-item-hidden {
  display: none;
}
.form-button {
  margin-top: 30px;
}
.form-date-wrapper {
  overflow: hidden;
}
.form-date {
  width: 49%;
  float: left;
  position: relative;
}
.form-date input {
  padding-left: 60px;
}
.form-date .icon {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 2;
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.form-date.form-date-from {
  margin-right: 2%;
}
.form-file {
  position: relative;
}
.form-file input {
  display: none;
}
.form-file span {
  padding: 0px 30px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  border: 0px;
  position: relative;
  display: block;
}
.form-file a {
  width: 40%;
  height: 60px;
  line-height: 60px;
  background: #699a13;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #699a13;
  position: absolute;
  bottom: 0px;
  right: 15px;
}
.form-file a:hover {
  background: #fff;
  color: #699a13;
}
@media (max-width: 500px) {
  .form-filter .form-filter-column {
    width: 100%;
  }
}
.form-filter input {
  background: #e5e5e5;
}
@media (max-width: 992px) {
  .form-filter .form-button .button {
    width: 100%;
  }
}
.form-filter .select2-container .select2-selection--multiple,
.form-filter .select2-container .select2-selection--single {
  background: #e5e5e5;
}
.form-checbox-wrapper {
  margin-top: 45px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .form-checbox-wrapper {
    margin-bottom: 30px;
  }
}
.form-checbox-wrapper .form-checkbox {
  margin-right: 40px;
  width: auto;
  float: left;
}
.form-checbox-wrapper .form-checkbox:last-child {
  margin-right: 0px;
}
.form-checbox-wrapper .form-checkbox label {
  padding-left: 45px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: relative;
}
.form-checbox-wrapper .form-checkbox label:before {
  color: #699a13;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 5px;
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  display: none;
}
.form-checbox-wrapper .form-checkbox label:after {
  width: 30px;
  height: 30px;
  content: '';
  display: block;
  border: 1px solid #d2d2d2;
  position: absolute;
  top: 5px;
  left: 0px;
}
.form-checbox-wrapper .form-checkbox label .catalog-icon {
  margin-right: 20px;
  float: left;
}
.form-checbox-wrapper .form-checkbox input {
  display: none;
}
.form-checbox-wrapper .form-checkbox input:checked + label:before {
  display: block;
}
.form-checbox-wrapper .form-checkbox input:checked + label:after {
  border-color: #699a13;
}
.dwqa-container .dwqa-content-edit-form #question-category,
.dwqa-container .dwqa-content-edit-form label[for=question-category],
.dwqa-container .dwqa-content-edit-form input[name=question-tag],
.dwqa-container .dwqa-content-edit-form label[for=question-tag] {
  display: none !important;
}
.dwqa-container .dwqa-content-edit-form input[type="submit"] {
  padding: 0px 40px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  background: #e6007e;
  color: #fff;
  border: 1px solid #e6007e;
}
.dwqa-container .dwqa-content-edit-form input[type="submit"]:hover {
  background: #fff;
  color: #e6007e;
}
.dwqa-container input[type="email"],
.dwqa-container input[type="text"] {
  padding: 0px 30px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  position: relative;
}
.dwqa-container .wp-editor-tabs {
  display: none;
}
.dwqa-question-item {
  padding-left: 0px;
}
.dwqa-question-item .dwqa-question-vote {
  display: none;
}
.dwqa-questions-list .dwqa-question-item {
  padding-left: 15px;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats span {
  padding: 0px 5px;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats .dwqa-votes-count {
  display: none;
}
.dwqa-question-meta .dwqa-label,
.dwqa-question-meta img {
  display: none !important;
}
.dwqa-question-meta .dwqa-question-actions a {
  display: inline-block;
}
.dwqa-question-meta .dwqa-question-actions label {
  display: none;
}
.dwqa-answers {
  margin-top: 30px;
}
.dwqa-answer-item {
  padding-left: 0px;
}
.dwqa-answer-item .dwqa-answer-vote {
  display: none;
}
.dwqa-answer-form form {
  text-align: left;
}
.dwqa-pick-best-answer,
select[name="dwqa-status"] {
  display: none;
}
.dwqa-btn.dwqa-btn-primary {
  padding: 0px 40px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  background: #699a13;
  color: #fff;
  border: 1px solid #699a13;
}
.dwqa-btn.dwqa-btn-primary:hover {
  background: #fff;
  color: #699a13;
}
.dwqa-comment-meta .dwqa-label,
.dwqa-comment-meta img {
  display: none !important;
}
.dwqa-comment-meta .dwqa-comment-actions a {
  display: inline-block;
}
.dwqa-answer-meta .dwqa-label,
.dwqa-answer-meta img {
  display: none !important;
}
.dwqa-answer-meta .dwqa-comment-actions a {
  display: inline-block;
}
.dwqa-questions-footer .dwqa-ask-question a {
  padding: 0px 40px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  background: #699a13;
  color: #fff;
  border: 1px solid #699a13;
}
.dwqa-questions-footer .dwqa-ask-question a:hover {
  background: #fff;
  color: #699a13;
}
.mean-container {
  margin: 0;
  padding: 0;
  max-height: 100%;
}
.mean-container .mean-bar {
  width: 100%;
  position: relative;
  background: #fcfcfc;
  z-index: 999999;
  overflow: auto !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container .mean-bar img {
  padding: 3px 0 6px 10px;
  max-width: 130px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #699a13;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #699a13;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background-color: #fff;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  width: 100% !important;
  margin: 0;
  list-style-image: none;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li a {
  display: block;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #000;
  border-bottom: 1px solid #f0f0eb;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li a:hover {
  background: #699a13;
  color: #fff;
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0px;
  padding: 0px !important;
  width: 57px;
  height: 57px;
  line-height: 57px;
  background: #f0f0eb;
  font-weight: 700;
  text-align: center;
  border: none !important;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #a1bb14;
}
.mean-container .mean-nav ul li ul li {
  background: #f0f0eb;
}
.mean-container .mean-nav ul li ul li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #8f8f8f;
  opacity: 1;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-remove {
  display: none !important;
}
.pp-meanmenu-reveal {
  border: 2px solid #699a13;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: none;
  display: none;
  margin-left: 0px;
  position: relative;
  line-height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  right: 15px;
}
@media (max-width: 600px) {
  .pp-meanmenu-reveal {
    top: 20px;
  }
}
@media (max-width: 992px) {
  .pp-meanmenu-reveal {
    display: block;
  }
}
.pp-meanmenu-reveal span {
  width: 25px;
  background-color: #699a13;
  height: 3px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 10px;
  -moz-transition: all ease-in-out 80ms;
  -o-transition: all ease-in-out 80ms;
  -webkit-transition: all ease-in-out 80ms;
  transition: all ease-in-out 80ms;
}
.pp-meanmenu-reveal span.top-line {
  top: 13px;
}
.pp-meanmenu-reveal span.middle-line {
  top: 21px;
}
.pp-meanmenu-reveal span.bottom-line {
  top: 29px;
}
.pp-meanmenu-reveal hover span.top-line {
  margin-top: -3px;
}
.pp-meanmenu-reveal hover span.bottom-line {
  margin-top: 3px;
}
.pp-meanmenu-reveal.meanclose span.middle-line {
  display: none;
}
.pp-meanmenu-reveal.meanclose span.top-line {
  -ms-transform: rotate(45deg) /* IE 9 */;
  -webkit-transform: rotate(45deg) /* Chrome, Safari, Opera */;
  transform: rotate(45deg);
  -moz-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 150ms;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  top: 22px;
}
.pp-meanmenu-reveal.meanclose span.bottom-line {
  -ms-transform: rotate(-45deg) /* IE 9 */;
  -webkit-transform: rotate(-45deg) /* Chrome, Safari, Opera */;
  transform: rotate(-45deg);
  -moz-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 80ms;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  top: 22px;
}
.pp-meanmenu-reveal.meanclose hover span.top-line,
.pp-meanmenu-reveal.meanclose hover span.bottom-line {
  margin-top: 0px;
}
.modal-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 998;
}
.modal-overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: none;
}
.modal-overlay .modal-inner {
  padding: 20px 40px;
  width: 600px;
  max-width: 100%;
  height: auto;
  background: #fff;
  text-align: center;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  .modal-overlay .modal-inner {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}
.modal-overlay .modal-inner h2 {
  margin-top: 20px;
}
.modal-overlay .modal-inner .form-wrapper {
  margin-bottom: 20px;
}
.modal-overlay .modal-inner .form-item textarea,
.modal-overlay .modal-inner .form-item input {
  border: 1px solid #000;
}
.modal-overlay .modal-close {
  line-height: 1;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal-overlay .modal-close:hover {
  color: #e6007e;
  text-decoration: none;
}
#menu-main-wrapper #menu-main {
  margin: 45px auto 0px;
  padding: 0px;
  font-size: 18px;
  list-style-type: none;
  display: inline-block;
  position: relative;
}
@media (max-width: 1200px) {
  #menu-main-wrapper #menu-main {
    font-size: 16px;
  }
}
#menu-main-wrapper #menu-main .icon-home {
  color: #699a13;
  font-size: 25px;
  position: relative;
  top: -5px;
}
#menu-main-wrapper #menu-main .icon-arrow-down {
  margin-left: 10px;
  color: #699a13;
  font-size: 20px;
  display: block;
  float: right;
}
#menu-main-wrapper #menu-main > li {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 7px;
  position: relative;
  float: left;
}
@media (max-width: 1200px) {
  #menu-main-wrapper #menu-main > li {
    margin-left: 10px;
  }
}
#menu-main-wrapper #menu-main > li:first-child {
  margin-left: 0px;
}
#menu-main-wrapper #menu-main > li:hover:after {
  width: 100%;
  height: 1px;
  background: #699a13;
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#menu-main-wrapper #menu-main > li:first-child:hover .icon-home {
  color: #000;
}
#menu-main-wrapper #menu-main > li:first-child:hover:after {
  display: none;
}
#menu-main-wrapper #menu-main > li > a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
#menu-main-wrapper #menu-main > li.current-menu-item > a {
  color: #699a13;
}
#menu-main-wrapper #menu-main > li.menu-item-special > a {
  color: #e6007e;
}
#menu-main-wrapper #menu-main > li ul {
  margin: 0px;
  padding: 0px 10px;
  width: 300px;
  list-style-type: none;
  background: #fff;
  border: 1px solid #699a13;
  position: absolute;
  top: 33px;
  left: 0px;
  z-index: 999;
  display: none;
}
#menu-main-wrapper #menu-main > li ul li {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#menu-main-wrapper #menu-main > li ul li a {
  padding: 20px 10px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #d2d2d2;
  display: block;
}
#menu-main-wrapper #menu-main > li ul li a:hover {
  color: #699a13;
  border-color: #699a13;
}
#menu-main-wrapper #menu-main > li ul li:last-child a {
  border: 0px;
}
#menu-main-wrapper #menu-main > li ul li:last-child a:hover {
  border: 0px;
}
#menu-main-wrapper #menu-main > li:hover ul {
  display: block;
}
.pagination-wrapper {
  margin: 40px 0px 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.pagination-wrapper a,
.pagination-wrapper span {
  margin: 0px 5px 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #699a13;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .pagination-wrapper a,
  .pagination-wrapper span {
    margin: 0px 5px 10px;
  }
}
.pagination-wrapper a.prev,
.pagination-wrapper span.prev,
.pagination-wrapper a.next,
.pagination-wrapper span.next {
  padding: 0px 10px;
  width: auto;
}
.pagination-wrapper a:hover {
  background: #699a13;
  color: #fff;
  border-color: #699a13;
}
.pagination-wrapper .active a {
  background: #699a13;
  color: #fff;
  border-color: #699a13;
}
.pagination-wrapper span {
  color: #e5e5e5;
}
.pagination {
  margin: 40px 0px 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.pagination li {
  margin: 0px;
  display: inline-block;
}
.pagination a,
.pagination span {
  margin: 0px 5px 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #699a13;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .pagination a,
  .pagination span {
    margin: 0px 5px 10px;
  }
}
.pagination a:hover {
  background: #699a13;
  color: #fff;
  border-color: #699a13;
}
.pagination .active a {
  background: #699a13;
  color: #fff;
  border-color: #699a13;
}
.pagination span {
  color: #e5e5e5;
}
.recipe-carousel-category-title {
  margin-bottom: 45px;
  border-bottom: 1px solid #e6007e;
  text-align: center;
}
.recipe-carousel-category-title a {
  width: 150px;
  height: 45px;
  line-height: 45px;
  background: #e6007e;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.recipe-carousel-category-title a:hover {
  text-decoration: underline;
}
#recipe-carousel {
  margin-left: -15px;
  position: relative;
}
#recipe-carousel .slick-arrow {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #e6007e;
  color: #fff;
  font-size: 0px;
  border: 1px solid #e6007e;
  position: absolute;
  top: -90px;
}
#recipe-carousel .slick-arrow:hover {
  background: #fff;
  color: #e6007e;
}
#recipe-carousel .slick-arrow:before {
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#recipe-carousel .slick-arrow.slick-prev {
  left: 0px;
}
#recipe-carousel .slick-arrow.slick-next {
  right: 0px;
}
.recipe-carousel-item {
  margin: 0px 0px 5px 5px;
  width: 295px;
  height: 222px;
  overflow: hidden;
  float: left;
  position: relative;
}
.recipe-carousel-overlay {
  width: 100%;
  height: 100%;
/*background alpha(black, 0.2)*/
  position: absolute;
  top: 0px;
  left: 0px;
}
.recipe-carousel-overlay:before {
  width: 98%;
  height: 96%;
  content: '';
  border: 1px solid #fff;
  position: absolute;
  top: 2%;
  left: 1%;
  display: none;
}
.recipe-carousel-overlay:hover:before {
  display: block;
}
.recipe-carousel-inner {
  padding: 0px 10px;
  width: 100%;
  height: 30%;
  background: rgba(0,0,0,0.4);
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: left;
  justify-content: left;
}
.recipe-carousel-title {
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.select2-container {
  width: 100% !important;
  height: 60px;
  display: block;
  border-radius: 0px;
}
.select2-container .select2-selection--single {
  width: 100%;
  height: 60px;
  display: block;
  border-radius: 0px;
}
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
  padding: 0px 15px;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  border: 0px;
  border-radius: 0px;
}
.select2-container.select2-container--disabled .select2-selection--single {
  background: transparent;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px;
  line-height: 60px;
  color: #000;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  width: 60px;
  height: 100%;
}
.select2-container .select2-selection--single .select2-selection__arrow:before {
  color: #699a13;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.sidebar-item {
  margin-bottom: 30px;
}
.sidebar-item .sidebar-category-link {
  margin-bottom: 20px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 992px) {
  .sidebar-item .category-item {
    margin-right: 0px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .sidebar-item .category-item {
    margin: 0px 1% 1%;
    width: 48%;
  }
}
.sidebar-title {
  text-transform: uppercase;
}
.sidebar-title a {
  text-decoration: none;
}
.sidebar-title a:hover {
  text-decoration: underline;
}
.sidebar-item-grey {
  background: #e5e5e5;
}
.sidebar-item-grey .sidebar-title {
  padding: 0px 30px;
  line-height: 80px;
  color: #699a13;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.sidebar-icon-wrapper {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #699a13;
  color: #fff;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .sidebar-icon-wrapper {
    display: none;
  }
}
@media (max-width: 500px) {
  .sidebar-icon-wrapper {
    display: none;
  }
}
.sidebar-icon-wrapper .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sidebar-button .button {
  margin: 20px 0px;
}
.category-list + .sidebar-title {
  margin-top: 30px;
}
.sidebar-subscription .button {
  margin: 0px 0px 20px;
  width: 300px;
  max-width: 100%;
}
.sidebar-subscription .button-border {
  background: #e5e5e5;
}
.sidebar-subscription .sidebar-title {
  padding: 30px 30px 15px;
  height: auto;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
}
.sidebar-subscription .sidebar-subscription-title {
  color: #699a13;
  display: block;
}
.sidebar-subscription .sidebar-subscription-subtitle {
  color: #e6007e;
  display: block;
}
.sidebar-subscription .sidebar-subscription-topic {
  font-size: 24px;
  text-transform: none;
}
.sidebar-subscription .sidebar-subscription-topic a {
  color: #000;
}
.sidebar-subscription .sidebar-subscription-teaser {
  height: 230px;
  position: relative;
}
.sidebar-subscription .sidebar-subscription-teaser img {
  position: absolute;
  top: -10px;
  left: 50%;
  -ms-transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
@media (max-width: 768px) {
  .sidebar-subscription .sidebar-subscription-teaser img {
    max-height: 310px;
  }
}
.sidebar-subscription .sidebar-subscription-summary {
  padding: 20px 30px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.sidebar-subscription .sidebar-subscription-summary p {
  margin: 0px 0px 10px;
  font-size: 16px;
  font-weight: 400;
}
.sidebar-calendar-item {
  padding: 15px 30px;
  line-height: 1.2;
  color: #344e0c;
  font-size: 16px;
  border-top: 1px solid #d2d2d2;
}
.sidebar-calendar-item strong {
  margin-bottom: 5px;
  color: #000;
  font-size: 18px;
  display: block;
}
.sidebar-article-item {
  padding: 15px 10px;
  line-height: 1.2;
  color: #344e0c;
  font-weight: 700;
  border-top: 1px solid #d2d2d2;
  overflow: hidden;
}
.sidebar-article-item .sidebar-article-number {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #699a13;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  display: block;
  float: left;
}
.sidebar-article-item .sidebar-article-title {
  height: 40px;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.sidebar-article-item .sidebar-article-title a {
  color: #000;
  text-decoration: none;
}
.sidebar-article-item .sidebar-article-title a:hover {
  color: #699a13;
}
.sidebar-article-item .sidebar-article-title a span {
  font-size: 14px;
  font-weight: 400;
}
.sidebar-survey-title {
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 700;
}
.sidebar-survey-item {
  padding: 15px 30px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #d2d2d2;
  overflow: hidden;
  position: relative;
}
.sidebar-survey-item label {
  padding-left: 40px;
  line-height: 20px;
  display: block;
  position: relative;
}
.sidebar-survey-item label:before {
  width: 20px;
  height: 20px;
  content: '';
  border: 1px solid #699a13;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.sidebar-survey-item label:after {
  width: 10px;
  height: 10px;
  background: #699a13;
  content: '';
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}
.sidebar-survey-item input {
  display: none;
}
.sidebar-survey-item input:checked + label:after {
  display: block;
}
.sidebar-survey-item span {
  color: #699a13;
  position: absolute;
  top: 50%;
  right: 30px;
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.article-list {
  margin-bottom: 70px;
}
.article-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.article-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 0px;
}
.article-item h3 {
  margin: 0px 0px 10px;
}
.article-item h3 a {
  color: #000;
  text-decoration: none;
}
.article-item h3 a:hover {
  color: #699a13;
}
.article-item p {
  margin: 0px;
}
@media (max-width: 420px) {
  .article-teaser {
    margin-right: 1%;
    width: 34%;
  }
}
@media (max-width: 420px) {
  .article-item-content {
    width: 65%;
  }
}
.article-info {
  margin: 10px 0px;
  overflow: hidden;
}
.category-item.article-date {
  background: transparent;
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
}
.category-item.article-date:hover {
  background: transparent;
  color: #d2d2d2;
}
.article-show-more {
  margin-top: 15px;
  color: #d2d2d2;
  font-size: 14px;
  display: inline-block;
}
.calendar-item {
  margin-bottom: 3px;
  background: #e5e5e5;
}
@media (max-width: 992px) {
  .calendar-item {
    padding: 0px 15px;
  }
}
.calendar-item:hover {
  background: #f1f1f1;
}
.calendar-item .calendar-header {
  padding: 15px 0px;
  font-size: 18px;
  border-bottom: 1px solid #d2d2d2;
}
.calendar-item .calendar-content {
  padding-top: 15px;
}
.calendar-item .calendar-content a {
  color: #000;
}
@media (max-width: 992px) {
  .calendar-item .calendar-content .col-xs-12 {
    margin-bottom: 20px;
  }
}
.calendar-item .calendar-description {
  padding: 30px 0px;
}
@media (max-width: 992px) {
  .calendar-item .calendar-description {
    padding-top: 0px;
  }
}
.calendar-label {
  padding: 0px 15px;
  width: 120px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #d2d2d2;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  -ms-transform: rotate(270deg) translate(-50%, -50%);
  -webkit-transform: rotate(270deg) translate(-50%, -50%);
  transform: rotate(270deg) translate(-50%, -50%);
}
.calendar-label.category-blue {
  background: #009be3;
  color: #fff;
  border-color: #009be3;
}
.calendar-label.category-blue:hover {
  background: #fff;
  color: #009be3;
}
.calendar-label.category-green {
  background: #2fa841;
  color: #fff;
  border-color: #2fa841;
}
.calendar-label.category-green:hover {
  background: #fff;
  color: #2fa841;
}
.calendar-label.category-green-light {
  background: #8ead5e;
  color: #fff;
  border-color: #8ead5e;
}
.calendar-label.category-green-light:hover {
  background: #fff;
  color: #8ead5e;
}
.calendar-label.category-grey {
  background: #817388;
  color: #fff;
  border-color: #817388;
}
.calendar-label.category-grey:hover {
  background: #fff;
  color: #817388;
}
.calendar-label.category-orange {
  background: #ff621d;
  color: #fff;
  border-color: #ff621d;
}
.calendar-label.category-orange:hover {
  background: #fff;
  color: #ff621d;
}
.calendar-label.category-orange-dark {
  background: #c5a64d;
  color: #fff;
  border-color: #c5a64d;
}
.calendar-label.category-orange-dark:hover {
  background: #fff;
  color: #c5a64d;
}
.calendar-label.category-purple {
  background: #e6007e;
  color: #fff;
  border-color: #e6007e;
}
.calendar-label.category-purple:hover {
  background: #fff;
  color: #e6007e;
}
.calendar-label.category-red {
  background: #ff391b;
  color: #fff;
  border-color: #ff391b;
}
.calendar-label.category-red:hover {
  background: #fff;
  color: #ff391b;
}
#map {
  margin-top: 50px;
  width: 100%;
  height: 800px;
}
#map-detail {
  margin-top: 30px;
  width: 100%;
  height: 300px;
}
.catalog-item {
  margin-bottom: 3px;
  padding: 20px 0px;
  background: #e5e5e5;
  cursor: pointer;
}
.catalog-item.sales-place-item {
  cursor: default;
}
.catalog-item:hover {
  background: #f1f1f1;
}
.catalog-item a {
  color: #000;
}
.catalog-item .catalog-inner span {
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}
@media (max-width: 1200px) {
  .catalog-item .catalog-inner span {
    margin-bottom: 0px;
  }
}
@media (max-width: 1200px) {
  .catalog-item .catalog-inner {
    margin-bottom: 20px;
  }
}
.catalog-icon {
  margin: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  position: relative;
}
.catalog-icon .icon {
  color: #fff;
  font-size: 30px;
}
.catalog-icon .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.catalog-pharmacy .catalog-icon {
  background: #699a13;
}
.catalog-doctor .catalog-icon {
  background: #f00;
}
.catalog-community .catalog-icon {
  background: #00f;
}
#place-edit-wrapper {
  display: none;
}
.category-list {
  margin-top: 20px;
  overflow: hidden;
}
.category-filter {
  margin: 20px auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .category-filter a {
    margin: 0px 1% 1%;
    width: 48%;
  }
}
@media (max-width: 600px) {
  .category-filter a {
    margin: 0px 0px 1%;
    width: 100%;
  }
}
.category-item {
  margin: 0px 7px 7px 0px;
  padding: 0px 12px;
  height: 25px;
  line-height: 25px;
  background: #e5e5e5;
  color: #000;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  display: block;
  float: left;
}
.category-item:hover {
  background: #fff;
}
.category-item.category-blue {
  background: #009be3;
  color: #fff;
  border-color: #009be3;
}
.category-item.category-blue:hover {
  background: #fff;
  color: #009be3;
}
.category-item.category-green {
  background: #2fa841;
  color: #fff;
  border-color: #2fa841;
}
.category-item.category-green:hover {
  background: #fff;
  color: #2fa841;
}
.category-item.category-green-light {
  background: #8ead5e;
  color: #fff;
  border-color: #8ead5e;
}
.category-item.category-green-light:hover {
  background: #fff;
  color: #8ead5e;
}
.category-item.category-grey {
  background: #817388;
  color: #fff;
  border-color: #817388;
}
.category-item.category-grey:hover {
  background: #fff;
  color: #817388;
}
.category-item.category-orange {
  background: #ff621d;
  color: #fff;
  border-color: #ff621d;
}
.category-item.category-orange:hover {
  background: #fff;
  color: #ff621d;
}
.category-item.category-orange-dark {
  background: #c5a64d;
  color: #fff;
  border-color: #c5a64d;
}
.category-item.category-orange-dark:hover {
  background: #fff;
  color: #c5a64d;
}
.category-item.category-purple {
  background: #e6007e;
  color: #fff;
  border-color: #e6007e;
}
.category-item.category-purple:hover {
  background: #fff;
  color: #e6007e;
}
.category-item.category-red {
  background: #ff391b;
  color: #fff;
  border-color: #ff391b;
}
.category-item.category-red:hover {
  background: #fff;
  color: #ff391b;
}
.category-item.category-green-light-2 {
  background: #00eb6e;
  color: #fff;
  border-color: #00eb6e;
}
.category-item.category-green-light-2:hover {
  background: #fff;
  color: #00eb6e;
}
.category-item.category-pink {
  background: #d45b9f;
  color: #fff;
  border-color: #d45b9f;
}
.category-item.category-pink:hover {
  background: #fff;
  color: #d45b9f;
}
.category-item.category-lime {
  background: #cf0;
  color: #fff;
  border-color: #cf0;
}
.category-item.category-lime:hover {
  background: #fff;
  color: #cf0;
}
.category-item.category-orange-2 {
  background: #fc0;
  color: #fff;
  border-color: #fc0;
}
.category-item.category-orange-2:hover {
  background: #fff;
  color: #fc0;
}
.category-item.category-blue-green {
  background: #416e6e;
  color: #fff;
  border-color: #416e6e;
}
.category-item.category-blue-green:hover {
  background: #fff;
  color: #416e6e;
}
.category-item.category-purple-2 {
  background: #b82184;
  color: #fff;
  border-color: #b82184;
}
.category-item.category-purple-2:hover {
  background: #fff;
  color: #b82184;
}
.category-item.category-lime-2 {
  background: #a6ff00;
  color: #fff;
  border-color: #a6ff00;
}
.category-item.category-lime-2:hover {
  background: #fff;
  color: #a6ff00;
}
.category-item.category-violet {
  background: #661aff;
  color: #fff;
  border-color: #661aff;
}
.category-item.category-violet:hover {
  background: #fff;
  color: #661aff;
}
.category-item.category-brown {
  background: #804000;
  color: #fff;
  border-color: #804000;
}
.category-item.category-brown:hover {
  background: #fff;
  color: #804000;
}
.category-item.category-item-active {
  line-height: 22px;
  color: #456710;
  background: transparent;
  border: 2px solid #456710;
}
.contact-row {
  margin-bottom: 50px;
}
.contact-row:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .contact-row {
    margin-bottom: 0px;
  }
}
@media (max-width: 1200px) {
  .contact-row .contact-title {
    margin: 30px 0px 15px;
    padding-bottom: 15px;
  }
}
.contact-title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #699a13;
}
.contact-item {
  margin-bottom: 10px;
  line-height: 35px;
  font-size: 17px;
  overflow: hidden;
}
.contact-item.contact-item-user {
  line-height: 1.5;
}
.contact-item.contact-item-main {
  font-size: 20px;
  font-weight: 700;
}
.contact-item.contact-address p {
  margin: 0px;
  padding-left: 55px;
}
.magazine-item .article-date {
  color: #699a13;
  font-size: 15px;
  border-color: #699a13;
}
.person-list {
  margin-top: 40px;
}
@media (min-width: 1201px) {
  .person-item-5 {
    width: 20%;
  }
}
.person-item {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 500px) {
  .person-item {
    width: 100%;
  }
}
.person-info {
  font-size: 18px;
  font-weight: 700;
}
.person-info span,
.person-info a {
  display: block;
}
.person-info p {
  font-size: 14px;
}
.person-teaser {
  margin: 0px auto 20px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
}
.person-position {
  margin: 0px 0px 10px;
  font-size: 14px;
  font-weight: 500;
}
.product-feed-wide-wrapper {
  margin: 60px auto;
}
.product-feed-wide-title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
.product-feed-wide {
  margin: 0px -15px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
}
.product-feed-wide .slick-arrow {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #e6007e;
  color: #fff;
  font-size: 0px;
  border: 1px solid #e6007e;
  position: absolute;
  top: -80px;
  z-index: 4;
}
@media (max-width: 767px) {
  .product-feed-wide .slick-arrow {
    top: 50px;
  }
}
.product-feed-wide .slick-arrow:hover {
  background: #fff;
  color: #e6007e;
}
.product-feed-wide .slick-arrow:before {
  font-family: 'icomoon';
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-feed-wide .slick-arrow.slick-prev {
  right: 70px;
}
@media (max-width: 767px) {
  .product-feed-wide .slick-arrow.slick-prev {
    left: 5px;
    right: initial;
  }
}
.product-feed-wide .slick-arrow.slick-prev:before {
  content: '\e916';
}
.product-feed-wide .slick-arrow.slick-next {
  right: 15px;
}
@media (max-width: 767px) {
  .product-feed-wide .slick-arrow.slick-next {
    right: 5px;
  }
}
.product-feed-wide .slick-arrow.slick-next:before {
  content: '\e902';
}
.product-feed-wide .product-feed-item {
  padding: 0px 15px;
  width: 20%;
  text-align: center;
}
@media (max-width: 991px) {
  .product-feed-wide .product-feed-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .product-feed-wide .product-feed-item {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .product-feed-wide .product-feed-item:last-child {
    display: none;
  }
}
.product-feed-wide .product-feed-item img {
  margin: 0px auto 15px;
  height: 150px;
  display: block;
}
.product-feed-wide .product-feed-item .product-feed-meta {
  margin: 5px 0px;
  overflow: hidden;
}
.product-feed-wide .product-feed-item .product-feed-meta s {
  color: #d2d2d2;
  float: left;
}
.product-feed-wide .product-feed-item .product-feed-meta strong {
  font-size: 20px;
  float: right;
}
.sidebar-product-feed {
  margin: 0px -15px;
  position: relative;
}
.sidebar-product-feed .slick-arrow {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #e6007e;
  color: #fff;
  font-size: 0px;
  border: 1px solid #e6007e;
  position: absolute;
  top: 70px;
  z-index: 4;
}
.sidebar-product-feed .slick-arrow:hover {
  background: #fff;
  color: #e6007e;
}
.sidebar-product-feed .slick-arrow:before {
  font-family: 'icomoon';
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sidebar-product-feed .slick-arrow.slick-prev {
  left: 5px;
}
.sidebar-product-feed .slick-arrow.slick-prev:before {
  content: '\e916';
}
.sidebar-product-feed .slick-arrow.slick-next {
  right: 5px;
}
.sidebar-product-feed .slick-arrow.slick-next:before {
  content: '\e902';
}
.sidebar-product-feed-item {
  padding: 0px 15px;
  text-align: center;
}
.sidebar-product-feed-item img {
  margin: 15px auto;
  height: 150px;
  display: block;
}
.sidebar-product-feed-item .product-feed-meta {
  margin: 5px 0px;
  overflow: hidden;
}
.sidebar-product-feed-item .product-feed-meta s {
  color: #d2d2d2;
  float: left;
}
.sidebar-product-feed-item .product-feed-meta strong {
  font-size: 20px;
  float: right;
}
.related-post-item {
  margin: 0px 0px 5px 5px;
  width: 295px;
  height: 222px;
  overflow: hidden;
  float: left;
  position: relative;
}
.related-post-overlay {
  width: 100%;
  height: 100%;
/*background alpha(black, 0.2)*/
  position: absolute;
  top: 0px;
  left: 0px;
}
.related-post-overlay:before {
  width: 98%;
  height: 96%;
  content: '';
  border: 1px solid #fff;
  position: absolute;
  top: 2%;
  left: 1%;
  display: none;
}
.related-post-overlay:hover:before {
  display: block;
}
.related-post-inner {
  padding: 0px 10px;
  width: 100%;
  height: 30%;
  background: rgba(0,0,0,0.4);
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: left;
  justify-content: left;
}
.related-post-title {
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.article-detail h1 {
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: none;
}
.article-detail .perex p {
  margin: 40px 0px 20px;
}
.social-wrapper {
  margin: 20px 0px;
}
.social-wrapper .twitter-share-button {
  position: relative !important;
  top: 6px;
}
.catalog-detail h1 {
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: none;
}
.catalog-detail .contact-title {
  margin-top: 60px;
}
.catalog-download {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.catalog-download li {
  margin: 0px;
  padding: 0px;
}
.catalog-download li a {
  margin-bottom: 15px;
  line-height: 35px;
  color: #000;
  font-size: 16px;
  display: block;
}
.catalog-download li a .icon-wrapper {
  margin: 0px;
  float: right;
}
#article-new-list {
  margin: 50px 0px;
}
@media (max-width: 768px) {
  #article-new-list {
    margin: 20px 0px 0px;
  }
}
#article-new-list .article-new-list-wrapper {
  overflow: hidden;
}
#article-new-list .article-new-item {
  margin: 0px 0px 5px 5px;
  width: 295px;
  height: 222px;
  overflow: hidden;
  float: left;
  position: relative;
}
@media (max-width: 1230px) {
  #article-new-list .article-new-item {
    margin: 0px 0.5% 1%;
    width: 49%;
  }
}
@media (max-width: 600px) {
  #article-new-list .article-new-item {
    margin: 0px 0px 1%;
    width: 100%;
  }
}
@media (min-width: 1231px) {
  #article-new-list .article-new-item:first-child {
    margin-left: 0px;
  }
}
@media (min-width: 601px) and (max-width: 1230px) {
  #article-new-list .article-new-item:last-child {
    display: none;
  }
}
#article-new-list .article-top-overlay {
  width: 100%;
  height: 100%;
/*background alpha(black, 0.2)*/
  position: absolute;
  top: 0px;
  left: 0px;
}
#article-new-list .article-top-overlay:before {
  width: 98%;
  height: 96%;
  content: '';
  border: 1px solid #fff;
  position: absolute;
  top: 2%;
  left: 1%;
  display: none;
}
#article-new-list .article-top-overlay:hover:before {
  display: block;
}
#article-new-list .article-top-inner {
  padding: 0px 10px;
  width: 100%;
  height: 40%;
  background: rgba(0,0,0,0.4);
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#article-new-list .article-top-inner .article-date {
  color: #fff;
  border-color: #fff;
}
#article-new-list .article-top-title {
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1231px) {
  #article-new-list .article-new-item-big {
    width: 598px;
    height: 449px;
  }
}
@media (min-width: 1231px) {
  #article-new-list .article-new-item-big .article-top-inner {
    padding: 0px 15px;
    height: 30%;
  }
}
@media (min-width: 1231px) {
  #article-new-list .article-new-item-big .article-top-title {
    font-size: 26px;
  }
}
.homepage-category-item {
  margin-left: 5px;
  width: 236px;
  color: #000;
  text-decoration: none;
  float: left;
  display: block;
  position: relative;
}
@media (max-width: 1230px) {
  .homepage-category-item {
    margin: 0px 0.5% 1%;
    width: 19%;
  }
}
@media (min-width: 1231px) {
  .homepage-category-item:first-child {
    margin-left: 0px;
  }
}
.homepage-category-item:last-child .homepage-category-inner {
  width: 97%;
}
.homepage-category-item:hover .homepage-category-inner {
  border-color: #fff;
}
.homepage-category-item .homepage-category-inner {
  padding: 5px;
  font-size: 14px;
  text-align: center;
  border: 1px solid transparent;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -ms-transform: translate(-50%, 40%);
  -webkit-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
}
.homepage-category-item .homepage-category-inner span {
  margin: auto;
  padding: 10px 10px;
  min-width: 150px;
  height: 90px;
  background: #fff;
  display: block;
}
.homepage-category-item .homepage-category-inner strong {
  text-transform: uppercase;
}
#quote-wrapper {
  margin-top: 70px;
}
#quote-wrapper .quote-inner {
  padding: 25px 100px 50px;
  background: #f4f9e8;
  color: #699a13;
  position: relative;
}
#quote-wrapper .quote-inner:before,
#quote-wrapper .quote-inner:after {
  line-height: 0;
  color: #699a13;
  font-family: Georgia;
  font-size: 72px;
  font-weight: 700;
  position: absolute;
}
#quote-wrapper .quote-inner:before {
  content: '„';
  top: 10px;
  left: 25px;
}
#quote-wrapper .quote-inner:after {
  content: '“';
  bottom: 15px;
  right: 25px;
}
#quote-wrapper .quote-inner p {
  margin: 0px;
  font-family: Georgia;
  font-size: 20px;
  font-style: italic;
}
#quote-wrapper .quote-inner span {
  font-weight: 400;
  float: right;
  position: relative;
  bottom: -10px;
}
.homepage-title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
.article-homepage-row {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .article-homepage-row {
    margin-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .article-homepage-row > div {
    margin-bottom: 40px;
    width: 100%;
  }
}
.article-homepage-header {
  border-bottom: 1px solid transparent;
  position: relative;
}
.article-homepage-header.category-blue {
  border-color: #009be3;
}
.article-homepage-header.category-blue .article-homepage-category-title {
  background: #009be3;
  color: #fff;
}
.article-homepage-header.category-blue .link-more {
  color: #009be3;
  border-color: #009be3;
}
.article-homepage-header.category-blue .link-more:hover {
  background: #009be3;
  color: #fff;
}
.article-homepage-header.category-green {
  border-color: #2fa841;
}
.article-homepage-header.category-green .article-homepage-category-title {
  background: #2fa841;
  color: #fff;
}
.article-homepage-header.category-green .link-more {
  color: #2fa841;
  border-color: #2fa841;
}
.article-homepage-header.category-green .link-more:hover {
  background: #2fa841;
  color: #fff;
}
.article-homepage-header.category-green-light {
  border-color: #8ead5e;
}
.article-homepage-header.category-green-light .article-homepage-category-title {
  background: #8ead5e;
  color: #fff;
}
.article-homepage-header.category-green-light .link-more {
  color: #8ead5e;
  border-color: #8ead5e;
}
.article-homepage-header.category-green-light .link-more:hover {
  background: #8ead5e;
  color: #fff;
}
.article-homepage-header.category-grey {
  border-color: #817388;
}
.article-homepage-header.category-grey .article-homepage-category-title {
  background: #817388;
  color: #fff;
}
.article-homepage-header.category-grey .link-more {
  color: #817388;
  border-color: #817388;
}
.article-homepage-header.category-grey .link-more:hover {
  background: #817388;
  color: #fff;
}
.article-homepage-header.category-facebook {
  margin-bottom: 30px;
  border-color: #3b5998;
}
.article-homepage-header.category-facebook .article-homepage-category-title {
  background: #3b5998;
  color: #fff;
}
.article-homepage-header.category-facebook .link-more {
  color: #3b5998;
  border-color: #3b5998;
}
.article-homepage-header.category-facebook .link-more:hover {
  background: #3b5998;
  color: #fff;
}
.article-homepage-header.category-orange {
  border-color: #ff621d;
}
.article-homepage-header.category-orange .article-homepage-category-title {
  background: #ff621d;
  color: #fff;
}
.article-homepage-header.category-orange .link-more {
  color: #ff621d;
  border-color: #ff621d;
}
.article-homepage-header.category-orange .link-more:hover {
  background: #ff621d;
  color: #fff;
}
.article-homepage-header.category-orange-dark {
  border-color: #c5a64d;
}
.article-homepage-header.category-orange-dark .article-homepage-category-title {
  background: #c5a64d;
  color: #fff;
}
.article-homepage-header.category-orange-dark .link-more {
  color: #c5a64d;
  border-color: #c5a64d;
}
.article-homepage-header.category-orange-dark .link-more:hover {
  background: #c5a64d;
  color: #fff;
}
.article-homepage-header.category-red {
  border-color: #ff391b;
}
.article-homepage-header.category-red .article-homepage-category-title {
  background: #ff391b;
  color: #fff;
}
.article-homepage-header.category-red .link-more {
  color: #ff391b;
  border-color: #ff391b;
}
.article-homepage-header.category-red .link-more:hover {
  background: #ff391b;
  color: #fff;
}
.article-homepage-header.category-lime {
  border-color: #cf0;
}
.article-homepage-header.category-lime .article-homepage-category-title {
  background: #cf0;
  color: #fff;
}
.article-homepage-header.category-lime .link-more {
  color: #cf0;
  border-color: #cf0;
}
.article-homepage-header.category-lime .link-more:hover {
  background: #cf0;
  color: #fff;
}
.article-homepage-header.category-orange-2 {
  border-color: #fc0;
}
.article-homepage-header.category-orange-2 .article-homepage-category-title {
  background: #fc0;
  color: #fff;
}
.article-homepage-header.category-orange-2 .link-more {
  color: #fc0;
  border-color: #fc0;
}
.article-homepage-header.category-orange-2 .link-more:hover {
  background: #fc0;
  color: #fff;
}
.article-homepage-header.category-blue-green {
  border-color: #416e6e;
}
.article-homepage-header.category-blue-green .article-homepage-category-title {
  background: #416e6e;
  color: #fff;
}
.article-homepage-header.category-blue-green .link-more {
  color: #416e6e;
  border-color: #416e6e;
}
.article-homepage-header.category-blue-green .link-more:hover {
  background: #416e6e;
  color: #fff;
}
.article-homepage-header.category-purple-2 {
  border-color: #b82184;
}
.article-homepage-header.category-purple-2 .article-homepage-category-title {
  background: #b82184;
  color: #fff;
}
.article-homepage-header.category-purple-2 .link-more {
  color: #b82184;
  border-color: #b82184;
}
.article-homepage-header.category-purple-2 .link-more:hover {
  background: #b82184;
  color: #fff;
}
.article-homepage-header.category-lime-2 {
  border-color: #a6ff00;
}
.article-homepage-header.category-lime-2 .article-homepage-category-title {
  background: #a6ff00;
  color: #fff;
}
.article-homepage-header.category-lime-2 .link-more {
  color: #a6ff00;
  border-color: #a6ff00;
}
.article-homepage-header.category-lime-2 .link-more:hover {
  background: #a6ff00;
  color: #fff;
}
.article-homepage-header.category-violet {
  border-color: #661aff;
}
.article-homepage-header.category-violet .article-homepage-category-title {
  background: #661aff;
  color: #fff;
}
.article-homepage-header.category-violet .link-more {
  color: #661aff;
  border-color: #661aff;
}
.article-homepage-header.category-violet .link-more:hover {
  background: #661aff;
  color: #fff;
}
.article-homepage-header.category-brown {
  border-color: #804000;
}
.article-homepage-header.category-brown .article-homepage-category-title {
  background: #804000;
  color: #fff;
}
.article-homepage-header.category-brown .link-more {
  color: #804000;
  border-color: #804000;
}
.article-homepage-header.category-brown .link-more:hover {
  background: #804000;
  color: #fff;
}
.article-homepage-header .article-homepage-category-title {
  padding: 0px 20px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 600px) {
  .article-homepage-header .article-homepage-category-title {
    width: 100%;
  }
}
.article-homepage-header .article-homepage-category-title:hover {
  text-decoration: underline;
}
.article-homepage-item-big {
  margin: 30px 0px;
  position: relative;
}
@media (max-width: 600px) {
  .article-homepage-item-big {
    margin: 0px 0px 15px;
  }
}
.article-homepage-item-big .article-new-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.article-homepage-item-big .article-new-overlay:hover .article-homepage-title {
  text-decoration: underline;
}
.article-homepage-item-big .article-new-inner {
  padding: 10px;
  min-height: 80px;
  width: 100%;
  background: rgba(0,0,0,0.2);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.article-homepage-item-big .article-homepage-title {
  margin-top: 0px;
  line-height: 1.3;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.article-homepage-item-big .article-date {
  color: #fff;
  border-color: #fff;
  display: inline-block;
  float: none;
}
.article-homepage-item-big .article-date:hover {
  color: #fff;
  border-color: #fff;
}
.article-homepage-item {
  margin-top: 30px;
  overflow: hidden;
}
.article-homepage-item:hover .article-homepage-title,
.article-homepage-item:hover .article-homepage-subtitle {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .article-homepage-item {
    margin-top: 15px;
  }
  .article-homepage-item:first-child {
    margin-top: 0px;
  }
}
.article-homepage-item .article-homepate-teaser {
  margin-right: 20px;
  width: 100px;
  display: block;
  float: left;
}
.article-homepage-item .article-homepage-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.article-homepage-item .article-homepage-subtitle {
  color: #000;
  display: block;
  text-decoration: none;
}
.article-homepage-item-news .article-date {
  color: #000;
  border-color: #000;
  display: inline-block;
  float: none;
}
.article-homepage-item-news .article-date:hover {
  color: #000;
}
.article-homepage-item-news .article-homepage-title {
  height: 30px;
  display: block;
  float: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.link-more {
  padding: 0px 20px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid transparent;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .link-more {
    display: none;
  }
}
@media (max-width: 600px) {
  .link-more {
    display: none;
  }
}
.wpua-edit-container {
  margin-top: 30px;
}
.wpua-thumbnail-existing {
  display: none;
}
.wpua-undo-button-existing {
  display: none;
}
