body.light-background {
  color: rgba(0, 0, 0, 0.8);
}
body.light-background .background-color {
  background-color: transparent;
}
body.dark-background {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-background .background-color {
  background-color: transparent;
}

.header .header-title {
  position: absolute;
  top: -55px;
  min-width: 250px;
}

.header .header-title, .light-background .header .header-title, .header .header-title a, .light-background .header .header-title a {
  color: rgba(0, 0, 0, 0.8);

}
.dark-background .header .header-title, .dark-background .header .header-title a {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 752px) {
  .header .header-title, .header .header-title a {
    color: white !important;
  }
  .header .header-title:hover, .header .header-title a:hover {
    color: white !important;
  }
}
.header .menu-link, .light-background .header .menu-link {
  color: rgba(0, 0, 0, 0.8);
}
.dark-background .header .menu-link {
  color: rgba(255, 255, 255, 0.8);
}
.header .menu-link.active, .light-background .header .menu-link.active, .header .menu-link:hover, .light-background .header .menu-link:hover {
  color: black;
}
.dark-background .header .menu-link.active, .dark-background .header .menu-link:hover {
  color: white;
}
.header .langmenu, .light-background .header .langmenu {
  color: rgba(0, 0, 0, 0.8);
}
.dark-background .header .langmenu {
  color: rgba(255, 255, 255, 0.8);
}
.light-background .header .langmenu, .header .langmenu {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.dark-background .header .langmenu {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header .langmenu .langmenu-content, .light-background .header .langmenu .langmenu-content {
  color: rgba(0, 0, 0, 0.6);
}
.dark-background .header .langmenu .langmenu-content {
  color: rgba(255, 255, 255, 0.6);
}
.light-background .header .langmenu .langmenu-content:before, .header .langmenu .langmenu-content:before {
  border-color: rgba(255, 255, 255, 0.01);
  border-top-color: rgba(0, 0, 0, 0.1);
}
.dark-background .header .langmenu .langmenu-content:before {
  border-color: rgba(0, 0, 0, 0.01);
  border-top-color: rgba(255, 255, 255, 0.3);
}
.light-background .header .langmenu .langmenu-arrow, .header .langmenu .langmenu-arrow, .light-background
.header .langmenu .langmenu-arrow2,
.header .langmenu .langmenu-arrow2 {
  border-color: transparent;
  border-bottom-color: #f7f7f7;
}
.dark-background .header .langmenu .langmenu-arrow, .dark-background
.header .langmenu .langmenu-arrow2 {
  border-color: transparent;
  border-bottom-color: #444444;
}
.light-background .header .langmenu ul, .header .langmenu ul {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) ;
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) ;
  background-color: #f7f7f7;
}
.dark-background .header .langmenu ul {
  -webkit-box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15) ;
  -moz-box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15) ;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15) ;
  background-color: #444444;
}
.header .langmenu ul a, .light-background .header .langmenu ul a {
  color: rgba(0, 0, 0, 0.8);
}
.dark-background .header .langmenu ul a {
  color: rgba(255, 255, 255, 0.8);
}
.header .langmenu ul a:hover, .light-background .header .langmenu ul a:hover, .header .langmenu ul a:active, .light-background .header .langmenu ul a:active {
  color: black;
}
.dark-background .header .langmenu ul a:hover, .dark-background .header .langmenu ul a:active {
  color: white;
}

.post .post-title a, .post .comments-count {
  border: none !important;
  box-shadow: none !important;
}
.post .post-title, .post .post-title a, .light-background .post .post-title, .light-background .post .post-title a {
  color: rgba(0, 0, 0, 0.8);
}
.post .post-title a:hover, .light-background .post .post-title a:hover {
  color: black;
}
.dark-background .post .post-title, .dark-background .post .post-title a {
  color: rgba(255, 255, 255, 0.8);
}
.dark-background .post .post-title a:hover {
  color: white;
}
.post .post-date, .light-background .post .post-date {
  color: rgba(0, 0, 0, 0.3);
}
.dark-background .post .post-date {
  color: rgba(255, 255, 255, 0.3);
}
.post .comments-count, .light-background .post .comments-count {
  color: rgba(0, 0, 0, 0.3);
}
.dark-background .post .comments-count {
  color: rgba(255, 255, 255, 0.3);
}
.post .comments-count, .light-background .post .comments-count {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.dark-background .post .comments-count {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.post .comments-count:hover, .light-background .post .comments-count:hover {
  color: rgba(0, 0, 0, 0.7);
}
.dark-background .post .comments-count:hover {
  color: rgba(255, 255, 255, 0.7);
}
.post .comments-count:hover, .light-background .post .comments-count:hover {
  border: 1px solid rgba(0, 0, 0, 0.7) !important;
}
.dark-background .post .comments-count:hover {
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.post .post-excerpt .placeholder, .light-background .post .post-excerpt .placeholder,
.post .post-body .placeholder, .light-background
.post .post-body .placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.dark-background .post .post-excerpt .placeholder, .dark-background
.post .post-body .placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.post .post-excerpt, .light-background .post .post-excerpt,
.post .post-body, .light-background
.post .post-body {
  color: rgba(0, 0, 0, 0.6);
}
.dark-background .post .post-excerpt, .dark-background
.post .post-body {
  color: rgba(255, 255, 255, 0.6);
}
.post .read-more, .light-background .post .read-more {
  color: rgba(0, 0, 0, 0.3);
}
.dark-background .post .read-more {
  color: rgba(255, 255, 255, 0.3);
}
.post .read-more:hover, .light-background .post .read-more:hover {
  color: black;
}
.dark-background .post .read-more:hover {
  color: white;
}
.post .tags, .light-background .post .tags {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.post .tags .tag-icon, .light-background .post .tags .tag-icon {
  background: url("../images/ico-tag-dark.png") no-repeat center center;
  background-size: 16px;
}
.svg .post .tags .tag-icon, .svg .light-background .post .tags .tag-icon {
  background: url("../assets/ico-tag-dark.svg") no-repeat center center;
}
.dark-background .post .tags {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.dark-background .post .tags .tag-icon {
  background: url("../images/ico-tag.png") no-repeat center center;
  background-size: 16px;
}
.svg .dark-background .post .tags .tag-icon {
  background: url("../assets/ico-tag.svg") no-repeat center center;
}
.post .tags .tags-editor input, .light-background .post .tags .tags-editor input {
  color: rgba(0, 0, 0, 0.8);
}
.dark-background .post .tags .tags-editor input {
  color: rgba(255, 255, 255, 0.8);
}
.post .tags .tags-editor input::-webkit-input-placeholder {
  line-height: 1.3;
}
.post .tags .tags-editor input::-moz-placeholder {
  line-height: 1.3;
}
.post .tags .tags-editor input:-moz-placeholder {
  line-height: 1.3;
}
.post .tags .tags-editor input:-ms-input-placeholder {
  line-height: 1.3;
}
.post .tags .tag-link, .light-background .post .tags .tag-link {
  color: rgba(0, 0, 0, 0.8);
}
.dark-background .post .tags .tag-link {
  color: rgba(255, 255, 255, 0.8);
}
.post .tags .tag-link:hover, .light-background .post .tags .tag-link:hover {
  color: black;
}
.dark-background .post .tags .tag-link:hover {
  color: white;
}

.light .post-header .post-title,
.light .post-header .post-meta {
  color: black;
}
.light .header .header-title,
.light .header .header-title a,
.light .header .menu-link,
.light .header .menu-link.active,
.light .header .menu-link:hover {
  color: black;
}
.light .header .langmenu {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.light .header .langmenu .langmenu-arrow,
.light .header .langmenu .langmenu-arrow2 {
  border-color: transparent;
  border-bottom-color: #f7f7f7;
}
.light .header .langmenu ul {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) ;
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) ;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) ;
  background-color: #f7f7f7;
}
.light .header .langmenu ul a, .light .header .langmenu ul a:hover, .light .header .langmenu ul a.active {
  color: rgba(0, 0, 0, 0.8);
}
.light .header .langmenu .langmenu-content {
  color: rgba(0, 0, 0, 0.8);
}
.light .header .langmenu-content:before {
  border-color: rgba(255, 255, 255, 0.01);
  border-top-color: rgba(0, 0, 0, 0.1);
}

.dark .post-header .post-title,
.dark .post-header .post-meta {
  color: white;
}
.dark .header .header-title,
.dark .header .header-title a,
.dark .header .menu-link,
.dark .header .menu-link.active,
.dark .header .menu-link:hover {
  color: white;
}
.dark .header .langmenu {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.dark .header .langmenu .langmenu-arrow,
.dark .header .langmenu .langmenu-arrow2 {
  border-color: transparent;
  border-bottom-color: #444444;
}
.dark .header .langmenu ul {
  -webkit-box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15) ;
  -moz-box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15) ;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15) ;
  background-color: #444444;
}
.dark .header .langmenu ul a, .dark .header .langmenu ul a:hover, .dark .header .langmenu ul a.active {
  color: rgba(255, 255, 255, 0.8);
}
.dark .header .langmenu .langmenu-content {
  color: rgba(255, 255, 255, 0.8);
}
.dark .header .langmenu-content:before {
  border-color: rgba(0, 0, 0, 0.01);
  border-top-color: rgba(255, 255, 255, 0.3);
}

.blog-page.light-background .tagged-list-header, .blog-page .tagged-list-header {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.blog-page.light-background .tagged-list-header .menu-link, .blog-page .tagged-list-header .menu-link {
  color: rgba(0, 0, 0, 0.3);
}
.blog-page.light-background .tagged-list-header .menu-link:hover, .blog-page .tagged-list-header .menu-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.blog-page.light-background .tagged-list-header .menu-link.active, .blog-page .tagged-list-header .menu-link.active {
  color: rgba(0, 0, 0, 0.8);
}

.blog-page.dark-background .tagged-list-header {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.blog-page.dark-background .tagged-list-header .menu-link {
  color: rgba(255, 255, 255, 0.3);
}
.blog-page.dark-background .tagged-list-header .menu-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.blog-page.dark-background .tagged-list-header .menu-link.active {
  color: rgba(255, 255, 255, 0.8);
}

.light-background .comments .comment-title, .comments .comment-title {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.dark-background .comments .comment-title {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.comments .comment-date, .light-background .comments .comment-date {
  color: rgba(0, 0, 0, 0.3);
}
.dark-background .comments .comment-date {
  color: rgba(255, 255, 255, 0.3);
}
.comments .comment-body, .light-background .comments .comment-body {
  color: rgba(0, 0, 0, 0.6);
}
.dark-background .comments .comment-body {
  color: rgba(255, 255, 255, 0.6);
}

.light-background .content-left .menu > li, .content-left .menu > li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-background .content-left .menu > li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.light-background .content-left .menu > ul, .content-left .menu > ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-background .content-left .menu > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.content-left .menu .menu-link, .light-background .content-left .menu .menu-link {
  color: rgba(0, 0, 0, 0.6);
}
.dark-background .content-left .menu .menu-link {
  color: rgba(255, 255, 255, 0.6);
}
.content-left .menu .menu-link.active, .light-background .content-left .menu .menu-link.active {
  color: rgba(0, 0, 0, 0.8);
}
.dark-background .content-left .menu .menu-link.active {
  color: rgba(255, 255, 255, 0.8);
}
.light-background .content-left .menu .submenu, .content-left .menu .submenu {
  background: rgba(0, 0, 0, 0.02);
}
.dark-background .content-left .menu .submenu {
  background: rgba(255, 255, 255, 0.1);
}

a {
  text-decoration: none;
}

.light-background .content-formatted a:not(.noborder), .content-formatted a:not(.noborder), .light-background
.voog-search-modal a:not(.noborder),
.voog-search-modal a:not(.noborder) {
  border-bottom: 1px solid #CBE9FE;
  border-bottom: 1px solid rgba(0, 150, 255, 0.2);
  box-shadow: inset 0 -4px 0 #CBE9FE;
  box-shadow: inset 0 -4px 0 rgba(0, 150, 255, 0.2);
}
.light-background .content-formatted a:not(.noborder):hover, .content-formatted a:not(.noborder):hover, .light-background
.voog-search-modal a:not(.noborder):hover,
.voog-search-modal a:not(.noborder):hover {
  border-bottom: 1px solid #B0DEFD;
  border-bottom: 1px solid rgba(0, 150, 255, 0.3);
  box-shadow: inset 0 -4px 0 #B0DEFD;
  box-shadow: inset 0 -4px 0 rgba(0, 150, 255, 0.3);
}
.dark-background .content-formatted a:not(.noborder), .dark-background
.voog-search-modal a:not(.noborder) {
  border-bottom: 1px solid #CBE9FE;
  border-bottom: 1px solid rgba(0, 150, 255, 0.4);
  box-shadow: inset 0 -4px 0 #CBE9FE;
  box-shadow: inset 0 -4px 0 rgba(0, 150, 255, 0.4);
}
.dark-background .content-formatted a:not(.noborder):hover, .dark-background
.voog-search-modal a:not(.noborder):hover {
  border-bottom: 1px solid #B0DEFD;
  border-bottom: 1px solid rgba(0, 150, 255, 0.6);
  box-shadow: inset 0 -4px 0 #B0DEFD;
  box-shadow: inset 0 -4px 0 rgba(0, 150, 255, 0.6);
}
.content-formatted h1 a, .content-formatted h2 a, .content-formatted h3 a, .content-formatted h4 a, .content-formatted h5 a, .content-formatted h6 a,
.voog-search-modal h1 a,
.voog-search-modal h2 a,
.voog-search-modal h3 a,
.voog-search-modal h4 a,
.voog-search-modal h5 a,
.voog-search-modal h6 a {
  border: none;
  box-shadow: none;
}

nav a, .menu a, .header a, .edy-cbtn, .edy-btn-cm-round, .edys-gallery-item,
.edy-btn-removecomment, .tag-link, .read-more, .edy-tag-suggestion {
  border: none !important;
  box-shadow: none !important;
}

.content-formatted h1, .light-background .content-formatted h1, .content-formatted h2, .light-background .content-formatted h2, .content-formatted h3, .light-background .content-formatted h3, .content-formatted h4, .light-background .content-formatted h4, .content-formatted h5, .light-background .content-formatted h5, .content-formatted h6, .light-background .content-formatted h6,
.content-formatted li:before, .light-background
.content-formatted li:before,
.content-formatted a:not(.noborder), .light-background
.content-formatted a:not(.noborder) {
  color: rgba(0, 0, 0, 0.8);
}
.dark-background .content-formatted h1, .dark-background .content-formatted h2, .dark-background .content-formatted h3, .dark-background .content-formatted h4, .dark-background .content-formatted h5, .dark-background .content-formatted h6, .dark-background
.content-formatted li:before, .dark-background
.content-formatted a:not(.noborder) {
  color: rgba(255, 255, 255, 0.8);
}
.content-formatted a:not(.noborder):hover, .light-background .content-formatted a:not(.noborder):hover {
  color: black;
}
.dark-background .content-formatted a:not(.noborder):hover {
  color: white;
}
.light-background .content-formatted pre, .content-formatted pre {
  background-color: rgba(0, 0, 0, 0.04);
}
.dark-background .content-formatted pre {
  background-color: rgba(255, 255, 255, 0.2);
}
.content-formatted b, .light-background .content-formatted b,
.content-formatted strong, .light-background
.content-formatted strong {
  color: black;
}
.dark-background .content-formatted b, .dark-background
.content-formatted strong {
  color: white;
}
.content-formatted table th, .light-background .content-formatted table th {
  color: rgba(0, 0, 0, 0.8);
}
.dark-background .content-formatted table th {
  color: rgba(255, 255, 255, 0.8);
}
.light-background .content-formatted table tr, .content-formatted table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.light-background .content-formatted table tr:first-child, .content-formatted table tr:first-child {
  border-top: none;
}
.dark-background .content-formatted table tr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.dark-background .content-formatted table tr:first-child {
  border-top: none;
}
.content-formatted .form_field_textfield, .light-background .content-formatted .form_field_textfield,
.content-formatted .form_field_textarea, .light-background
.content-formatted .form_field_textarea {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.content-formatted .form_field_textfield .dark-background,
.content-formatted .form_field_textarea .dark-background {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.content-formatted .form_submit input, .light-background .content-formatted .form_submit input {
  color: rgba(0, 0, 0, 0.6);
}
.dark-background .content-formatted .form_submit input {
  color: rgba(255, 255, 255, 0.6);
}
.light-background .content-formatted .form_submit input, .content-formatted .form_submit input {
  background-color: #efefef;
  background-color: rgba(255, 255, 255, 0.8);
  background: -webkit-linear-gradient( top , rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 100%);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.dark-background .content-formatted .form_submit input {
  background-color: #1f1f1f;
  background-color: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  /* ie */
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.content-formatted .form_error,
.content-formatted .form_field_error {
  color: #cc0000;
}
.content-formatted .form_field_with_errors .form_field_textfield,
.content-formatted .form_field_with_errors .form_field_textarea {
  border: 1px solid #cc0000;
}
.content-formatted .form_notice {
  color: #60a740;
}

.search input, .light-background .search input {
  color: rgba(0, 0, 0, 0.6);
}
.dark-background .search input {
  color: rgba(255, 255, 255, 0.6);
}
.search input::-webkit-input-placeholder, .light-background .search input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.dark-background .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search input::-moz-placeholder, .light-background .search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.dark-background .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search input:-moz-placeholder, .light-background .search input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.dark-background .search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search input:-ms-input-placeholder, .light-background .search input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.dark-background .search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-background .search input {
  color: rgba(255, 255, 255, 0.6);
}
.dark-background .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.dark-background .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.dark-background .search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.dark-background .search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search form, .light-background .search form, .dark-background .js-modal-overlay .search form {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-background :not(.active) .search form {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.search form,
.search .search-input {
  background: none;
}
.no-svg .light-background .search .search-submit, .no-svg .search .search-submit, .no-svg .light-background
.search .search-btn, .no-svg
.search .search-btn {
  background-image: url("../images/ico-search.png");
  background-size: 20px;
}
.svg .light-background .search .search-submit, .svg .search .search-submit, .svg .light-background
.search .search-btn, .svg
.search .search-btn {
  background-image: url("../assets/ico-search-dark.svg");
}
.no-svg .dark-background :not(.active) .search .search-submit, .no-svg .dark-background :not(.active)
.search .search-btn {
  background-image: url("../images/ico-search.png");
  background-size: 20px;
}
.svg .dark-background :not(.active) .search .search-submit, .svg .dark-background :not(.active)
.search .search-btn {
  background-image: url("../assets/ico-search.svg");
}
.no-svg .light-background .search .search-clear, .no-svg .search .search-clear {
  background-image: url("../images/close-round-dark.png");
}
.svg .light-background .search .search-clear, .svg .search .search-clear {
  background-image: url("../assets/close-round-dark.svg");
}
.no-svg .dark-background :not(.active) .search .search-clear {
  background-image: url("../images/close-round.png");
  background-size: 20px;
}
.svg .dark-background :not(.active) .search .search-clear {
  background-image: url("../assets/close-round.svg");
}

.search.js-modal-overlay.active input {
  color: rgba(0, 0, 0, 0.6);
}
.search.js-modal-overlay.active input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.search.js-modal-overlay.active input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.search.js-modal-overlay.active input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.search.js-modal-overlay.active input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.no-svg .search.js-modal-overlay.active .search-clear {
  background-image: url("../images/close-round-dark.png");
}
.svg .search.js-modal-overlay.active .search-clear {
  background-image: url("../assets/close-round-dark.svg");
}
.no-svg .search.js-modal-overlay.active .search-submit, .no-svg
.search.js-modal-overlay.active .search-btn {
  background-image: url("../images/ico-search-dark.png");
  background-size: 20px;
}
.svg .search.js-modal-overlay.active .search-submit, .svg
.search.js-modal-overlay.active .search-btn {
  background-image: url("../assets/ico-search-dark.svg");
}

.voog-search-modal {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5) ;
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5) ;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5) ;
  color: rgba(0, 0, 0, 0.8);
}
.voog-search-modal a {
  color: rgba(0, 0, 0, 0.8);
}
.voog-search-modal a:hover, .voog-search-modal a:active {
  color: black;
}

.mobile-menu-wrapper {
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 752px) {
  .header .header-title {
    position: static;
    padding-top: 12px;
  }

  .light-background .mobile-menu-wrapper, .mobile-menu-wrapper {
    /*background-color: rgba(0, 0, 0, 0.8) !important;*/
  }
  .dark-background .mobile-menu-wrapper {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .mobile-menu-wrapper .mobile-menu-main {
    background-color: rgba(0, 0, 0, 0.15) !important;
  }
  .mobile-menu-wrapper .mobile-menu-main .pages {
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  }
  .mobile-menu-wrapper a {
    color: rgba(0, 0, 0, 0.8);
  }
  .mobile-menu-wrapper a:hover, .mobile-menu-wrapper a:active {
    color: white;
  }
  .mobile-menu-wrapper ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .mobile-menu-wrapper ul ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .mobile-menu-wrapper ul ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .no-svg .mobile-menu-wrapper .search-btn {
    background-image: url("../images/ico-search.png");
    background-size: 20px;
  }
  .svg .mobile-menu-wrapper .search-btn {
    background-image: url("../assets/ico-search.svg");
  }
}

.news .date, .light-background .news .date,
.news .author, .light-background
.news .author {
  color: rgba(0, 0, 0, 0.3);
}
.dark-background .news .date, .dark-background
.news .author {
  color: rgba(255, 255, 255, 0.3);
}
.news a, .light-background .news a {
  color: rgba(0, 0, 0, 0.8);
}
.dark-background .news a {
  color: rgba(255, 255, 255, 0.8);
}
.news a:hover, .light-background .news a:hover, .news a:active, .light-background .news a:active {
  color: black;
}
.dark-background .news a:hover, .dark-background .news a:active {
  color: white;
}

.footer .content-formatted, .light-background .footer .content-formatted {
  color: rgba(0, 0, 0, 0.6);
}
.dark-background .footer .content-formatted {
  color: rgba(255, 255, 255, 0.6);
}

.light-background .voog-reference a, .voog-reference a {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.7;
}
.light-background .voog-reference a:hover, .voog-reference a:hover {
  opacity: 1.0;
}
.dark-background .voog-reference a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.7;
}
.dark-background .voog-reference a:hover {
  opacity: 1.0;
}

.dark-background .edy-empty-bordered,
.dark-background .edy-tageditor {
  border-color: rgba(228, 222, 219, 0.33);
  color: rgba(228, 222, 219, 0.33);
}
.dark-background a.edy-tag-suggestion {
  color: rgba(0, 0, 0, 0.9);
}
.dark-background a.edy-tag-suggestion:hover {
  color: rgba(0, 0, 0, 0.7);
}
.dark-background .edy-taglist-openarrow:after {
  border-color: rgba(255, 255, 255, 0.2) transparent transparent;
}
.dark-background .edy-content-element-hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.dark-background .edy-texteditor-active, .dark-background .edy-texteditor-active:hover {
  outline: 1px solid rgba(255, 255, 255, 0.4);
}
.dark-background .edy-texteditor-active:hover, .dark-background .edy-texteditor-active:hover:hover {
  outline: 1px solid rgba(255, 255, 255, 0.6);
}

/* BLOG & BLOG ARTICLE */
.post {
  padding-top: 40px;
}
.post .post-meta {
  margin-bottom: 5px;
  line-height: 1.2em;
}
.post .post-title {
  margin-bottom: 5px;
  padding-bottom: 0;
  line-height: 1.2em;
}
.post .post-title, .post .post-title a {
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 752px) {
  .post .post-title, .post .post-title a {
    font-size: 30px;
  }
}
.post .post-title a:hover {
  text-decoration: none;
}
.post .post-date {
  font-size: 15px;
}
.post .comments-count {
  display: inline-block;
  padding: 4px 3px 2px;
  min-width: 14px;
  min-height: 14px;
  border-radius: 50%;
  vertical-align: 1px;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
}
.post .comments-count:hover {
  text-decoration: none;
}
.post-page .post .post-content .post-excerpt {
  margin-bottom: 25px;
}
.post .read-more {
  display: inline-block;
}
.post .post-footer .post-author {
  font-size: 12px;
}
.post .tags {
  position: relative;
  margin: 60px 0 -40px;
  padding: 25px 0 5px;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.2em;
}
@media screen and (max-width: 752px) {
  .post .tags {
    padding-bottom: 30px;
    margin-top: 35px;
  }
}
.post .tags .tag-link {
  margin-right: 20px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.blog-page .post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.blog-page .tagged-list-header {
  margin: auto;
  max-width: 960px;
  font-size: 0.9em;
  line-height: 1.2;
}
.blog-page .tagged-list-header .menu {
  padding: 10px 0;
}
.blog-page .tagged-list-header .menu-item {
  margin-right: 10px;
}

.post-page .container {
  position: relative;
}
.post-page .post {
  padding: 0;
  font-size: 1.2em;
  line-height: 1.45;
}
@media screen and (max-width: 752px) {
  .post-page .post {
    font-size: 1.1em;
    line-height: 1.45;
  }
}
.post-page .header-wrapper {
  position: relative;
}
.post-page .header-wrapper .post-header-wrapper {
  position: relative;
  min-height: 475px;
  width: 100%;
}
@media screen and (max-width: 752px) {
  .post-page .header-wrapper .post-header-wrapper {
    min-height: 225px;
  }
}
.post-page .header-wrapper .background-color {
  z-index: 0;
}
.post-page .header-wrapper .background-color.edy-img-drop-area {
  position: absolute;
  background-size: cover;
}
.post-page .header-wrapper .post-header {
  position: absolute;
  top: 50%;
  width: 100%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-page .header-wrapper .post-header h1 {
  margin-bottom: 15px;
  padding: 0 20px;
  text-align: center;
  font-size: 3.9em;
  line-height: 1.2;
}
@media screen and (max-width: 752px) {
  .post-page .header-wrapper .post-header h1 {
    font-size: 2em;
  }
}
.post-page .header-wrapper .post-header .post-meta {
  padding: 0 20px;
  text-align: center;
  font-size: 1.25em;
}
@media screen and (max-width: 752px) {
  .post-page .header-wrapper .post-header .post-meta {
    font-size: 1.1em;
  }
}
.post-page .post .edy-ca {
  margin-top: 25px;
}
.post-page .edy-img-drop-area-placeholder {
  position: absolute;
  left: 45px;
}

/* COMMENTS */
.comments {
  margin-top: 60px;
  font-size: 0.9em;
}
@media screen and (max-width: 752px) {
  .comments {
    margin-top: 35px;
  }
}
.comments .comment-author {
  border: none !important;
  box-shadow: none !important;
}
.comments .comment-inner {
  right: 25px;
  display: inline-block;
  padding-right: 25px;
}
.comments .comment-title {
  padding-top: 60px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.2em;
}
@media screen and (max-width: 752px) {
  .comments .comment-title {
    padding-top: 35px;
  }
}
.comments .comment-messages {
  padding: 0 0 35px;
}
.comments .comment-header {
  line-height: 1.7em;
}
.comments .comment {
  font-size: 1.1em;
  line-height: 1.45em;
}
.comments .comment:not(:last-child) {
  margin-bottom: 20px;
}
.comments .comment-form .comment-title {
  padding-top: 30px;
  font-size: 1.2em;
}
.comments .comment-form .form_field label,
.comments .comment-form .form_submit input {
  font-weight: 500;
}

/* CONTENT */
.content {
  margin: auto;
  padding: 35px 0 40px;
  max-width: 960px;
}
.content + .content {
  padding-top: 0;
}
.content:after {
  content: "";
  display: table;
  clear: both;
}
.content .content-left {
  float: left;
}
.content .content-left.last {
  clear: left;
}
.content .content-right {
  position: relative;
  float: right;
}

@media screen and (max-width: 789px) {
  .front-page .content .content-right {
    /*float: left;*/
  }
}


@media screen and (max-width: 752px) {
  .no-flexbox .content, .flexbox .content {
    display: block;
  }
}
.no-flexbox .content {
  margin: auto;
  max-width: 960px;
  vertical-align: top;
}

@media screen and (max-width: 752px) {
  .content-formatted h1 {
    font-size: 135%;
  }
  .content-formatted h2 {
    font-size: 125%;
  }
  .content-formatted h3 {
    font-size: 115%;
  }
}

.content-header {
  width: 100%;
}
.content-formatted .content-header {
  font-weight: 700;
  font-size: 70px;
  line-height: 1em;
}

.front-page .content-formatted .content-header {
  letter-spacing: 4px;
}

@media screen and (max-width: 752px) {
  .content-formatted .content-header {
    font-size: 200%;
  }

  .front-page .content-formatted .content-header .image-container {
    margin-top: 15px;
  }
}
.content-formatted .content-header:not(:empty) {
  padding-bottom: 20px;
}
.content-formatted .content-header .edy-texteditor-view {
  min-height: 1.2em;
}

@media screen and (max-width: 752px) {
  .front-page .content-body {
    margin-top: 35px;
  }
}
.front-page .content-body p {
  line-height: 1.5;
}
@media screen and (max-width: 752px) {
  .front-page .content-body p {
    font-size: 18px;
  }
}

.content-formatted {
  /*word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
  display: block;
  /* TABLES */
}
.content-formatted > .content-formatted h1:first-child, .content-formatted > .content-formatted h2:first-child, .content-formatted > .content-formatted h3:first-child, .content-formatted > .content-formatted h4:first-child, .content-formatted > .content-formatted h5:first-child, .content-formatted > .content-formatted h6:first-child, .content-formatted > .content-formatted p:first-child, .content-formatted > .content-formatted ul:first-child, .content-formatted > .content-formatted ol:first-child, .content-formatted > .content-formatted pre:first-child, .content-formatted > .content-formatted code:first-child, .content-formatted > .content-formatted img:first-child, .content-formatted > .content-formatted table form:first-child, .content-formatted > .content-formatted .edy-partial-view:first-child {
  margin-top: 0;
}
.content-formatted > .content-formatted h1:last-child, .content-formatted > .content-formatted h2:last-child, .content-formatted > .content-formatted h3:last-child, .content-formatted > .content-formatted h4:last-child, .content-formatted > .content-formatted h5:last-child, .content-formatted > .content-formatted h6:last-child, .content-formatted > .content-formatted p:last-child, .content-formatted > .content-formatted ul:last-child, .content-formatted > .content-formatted ol:last-child, .content-formatted > .content-formatted pre:last-child, .content-formatted > .content-formatted code:last-child, .content-formatted > .content-formatted img:last-child, .content-formatted > .content-formatted table form:last-child, .content-formatted > .content-formatted .edy-partial-view:last-child {
  margin-bottom: 0;
}
/*.content-formatted h1, .content-formatted h2, .content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6 {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}*/
.content-formatted .content-header h1 {
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 0;
}
.content-formatted h1 {
  margin: 0;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.2em;
}
.content-formatted h2 {
  margin: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.2em;
}
.content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6 {
  margin: 0;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.2em;
}
.content-formatted h4 {
  font-size: 115%;
}
.content-formatted h5 {
  font-size: 105%;
}
.content-formatted h6 {
  font-size: 95%;
}
.content-formatted p {
  margin: 0;
  padding-bottom: 30px;
}
.content-formatted p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 752px) {
  .content-formatted p {
    padding-bottom: 10px;
  }
}
.content-formatted ul {
  margin: 0;
  padding: 0 0 20px 15px;
  margin-left: 15px;
}
.content-formatted ul li {
  position: relative;
  padding: 0;
  line-height: 1.7em;
}
.content-formatted ul ul {
  padding-bottom: 0;
  margin-left: 5px;
}
.content-formatted ol {
  margin: 0;
  padding: 0 0 20px 5px;
}
.content-formatted ol li {
  margin-left: 25px;
}
.content-formatted a {
  font-weight: 500;
}
.content-formatted a:hover {
  text-decoration: none;
}


.content-formatted span[style*="font-size"] {
  line-height: 1.45em;
  display: inline-block;
}
.content-formatted img, .content-formatted iframe {
  max-width: 100%;
}
.content-formatted img {
  border: none;
  height: auto;
  margin-bottom: -2px;
}
.content-formatted iframe, .content-formatted pre {
  margin-bottom: 20px;
}
.content-formatted .embed-container {
  margin-bottom: 20px;
}
.content-formatted pre {
  padding: 10px;
  margin-bottom: 0;
  font-size: 14px;
  overflow: auto;
}
.content-formatted pre code {
  display: block;
  white-space: pre-wrap;
  margin-top: 0;
  padding: 0;
}
.content-formatted code {
  margin-bottom: 20px;
  display: inline-block;
}
.content-formatted b, .content-formatted strong {
  font-weight: 600;
}
.content-formatted .table-container {
  margin-top: 20px;
}
.content-formatted .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.content-formatted table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.content-formatted table th {
  font-weight: 600;
}
.content-formatted table td {
  padding: 5px 0;
}
.content-formatted .edy-texteditor-view {
  min-height: 32px;
}
.content-formatted .edys-gallery-area {
  margin-top: 20px;
}
.content-formatted .edys-gallery-area:first-child {
  margin-top: 0;
}
.content-formatted .edy-partial-view {
  margin-bottom: 20px;
}
.content-formatted .edy-partial-view:last-child {
  margin-bottom: 0;
}
.content-formatted .edy-positionable-container-right {
  margin: 0 0 20px 30px;
}

/* FOOTER */
.footer {
  clear: both;
  margin-top: 0;
  padding: 0;
  text-align: left;
  padding-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
body:not(.front-page) .footer {
  padding-bottom: 30px;
}
.footer .footer-inner {
  position: relative;
  margin: auto;
  max-width: 960px;
}
.footer .content-formatted {
  margin-right: 235px;
  width: auto;
  font-size: 13px;
  line-height: 1.7em;
}
@media screen and (max-width: 752px) {
  .footer .content-formatted {
    width: 100%;
  }
}
.footer .content-formatted .edy-texteditor-view {
  min-height: 18px;
}
.footer .content-formatted a {
  display: inline-block;
  text-decoration: none;
  line-height: 1.4;
}

.voog-reference {
  clear: both;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  max-width: 960px;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .voog-reference {
    padding-left: 20px;
  }
}
.voog-reference a {
  display: inline-block;
  padding: 7px 9px;
  text-decoration: none;
  font-size: 0.55em;
  line-height: 1;
}

/* FORMS */
.content-formatted form {
  max-width: 100%;
}
.content-formatted form p:last-child {
  padding-bottom: 0;
}
.content-formatted .form_field,
.content-formatted .edy-fe-label {
  margin-bottom: 2px;
  font-size: 0.9em;
}
.content-formatted .form_field {
  margin-top: 25px;
}
.content-formatted .form_field:first-child {
  margin-top: 0;
}
.content-formatted .form_field:last-of-type {
  margin-bottom: 20px;
}
.content-formatted .form_field_required label:after {
  content: ' *';
}
.content-formatted .form_field .form_field_label {
  font-weight: 600;
}
.content-formatted .form_field label,
.content-formatted .edy-fe-label {
  display: block;
  margin-bottom: 2px;
  font-weight: 400;
  font-family: inherit;
  cursor: pointer;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_field_file,
.content-formatted .form_submit input {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04) ;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04) ;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04) ;
  font-size: 0.9em;
  font-family: inherit;
  line-height: 1.2em;
}
.content-formatted .form_field_textfield:focus,
.content-formatted .form_field_textarea:focus,
.content-formatted .form_field_select:focus,
.content-formatted .form_field_file:focus,
.content-formatted .form_submit input:focus {
  outline: none;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_field_file {
  max-width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 5px 4px;
  border-radius: 3px;
}
@media screen and (max-width: 420px) {
  .content-formatted .form_field_textfield,
  .content-formatted .form_field_textarea {
    width: 100%;
  }
}
.content-formatted .form_field_size_small {
  width: 30%;
}
@media screen and (max-width: 420px) {
  .content-formatted .form_field_size_small {
    width: 100%;
  }
}
.content-formatted .form_field_size_medium {
  width: 70%;
}
@media screen and (max-width: 420px) {
  .content-formatted .form_field_size_medium {
    width: 100%;
  }
}
.content-formatted .form_field_size_large {
  width: 100%;
}
.content-formatted .form_submit {
  margin-top: 10px;
  margin-bottom: 23px;
}
.content-formatted .form_submit input {
  padding-right: 20px;
  padding-left: 20px;
  height: 35px;
  border-radius: 2px;
  font-size: 95%;
  cursor: pointer;
}
.content-formatted input[type="checkbox"],
.content-formatted input[type="radio"] {
  vertical-align: 1px;
  margin: 5px;
}

/* GALLERY */
.edys-gallery-area:first-child {
  margin-top: 0;
}

.edys-gallery .edys-gallery-item {
  display: inline-block;
}
.edys-gallery .edys-gallery-item .edys-gallery-image.inactive {
  opacity: 0.6;
}
.edys-gallery .edys-gallery-item:hover {
  opacity: 1;
}

/* GENERAL */
body {
  margin: 0;
  padding: 0;
  background-color: white;
  background-color: white;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Source Sans Pro', Arial, Verdana, sans-serif;
  line-height: 1.45em;
}

.background-image,
.background-color {
  z-index: -1;
}

.background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-color {
  opacity: 1.0;
}

.front-page .content-left {
  max-width: 480px;
  width: 50%;
}
@media screen and (max-width: 980px) {
  .front-page .content {
    padding: 10px 20px;
  }

  .front-page .content-left {
    padding: 0 20px 0 0;
    width: 45%;
  }
}
@media screen and (max-width: 752px) {
  .front-page .content-left {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
  .front-page .content-left.last {
    margin-top: 20px;
  }
}
@media screen and (max-width: 752px) {
  .front-page .content-header {
    padding: 0;
  }
  .front-page .content-header h1 {
    font-size: 30px !important;
  }
}
.front-page .content-right {
  padding: 40px;
  padding: 6%;
  width: 37%;
  min-height: 360px;
}
@media screen and (max-width: 980px) {
  .front-page .content-right {
    width: 35%;
  }
}
@media screen and (max-width: 752px) {
  .front-page .content-left {
    width: auto;
    display: block;
    float: none;
    margin: 0;
    max-width: 100%;
  }

  .front-page .content-right:before {
    content: "";
    display: block;
    padding-top: 80%;
  }
  .front-page .content-right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    padding: 0;
    width: 100%;
    min-height: initial;
  }
  .front-page .content-right .content-body {
    margin: 0;
  }
}
.front-page .content-body {
  position: relative;
  padding: 25px 30px;
  line-height: 1.45em;
}
@media screen and (max-width: 980px) {
  .front-page .content-body {
    padding: 15px 20px;
  }
}
.front-page .content-body:empty {
  padding: 0;
}
@media screen and (max-width: 752px) {
  .front-page .content-right,
  .front-page .content-left {
    display: block;
  }
}

@media screen and (max-width: 752px) {
  .common-page .content {
    padding: 0 20px;
  }
}
.common-page .content .content-right {
  float: none;
  margin-left: 200px;
  padding-left: 15px;
  width: auto;
}
@media screen and (max-width: 752px) {
  .common-page .content .content-right {
    margin-left: 0;
    padding: 0;
  }
}
@media screen and (max-width: 752px) {
  .common-page .content .content-right h1 {
    font-size: 200%;
  }
}
.common-page .content .content-left {
  float: left;
  clear: left;
  min-height: 10px;
  width: 170px;
}
@media screen and (max-width: 752px) {
  .common-page .content .content-left {
    display: none;
  }
}
.common-page .content-centered {
  padding: 0 12%;
}
@media screen and (max-width: 752px) {
  .common-page .content-centered {
    padding: 0;
  }
}
@media screen and (max-width: 752px) {
  .common-page .content-header {
    margin-top: 0;
  }
}
.common-page .content-body {
  margin-top: 0;
}

.blog-page .content,
.post-page .content {
  padding: 41px 20px 60px;
}
@media screen and (max-width: 752px) {
  .blog-page .content,
  .post-page .content {
    padding-top: 29px;
    padding-bottom: 30px;
  }
}
.blog-page .content-centered,
.post-page .content-centered {
  padding: 0 12%;
}
@media screen and (max-width: 752px) {
  .blog-page .content-centered,
  .post-page .content-centered {
    padding: 0;
  }
}

.post-page {
  position: relative;
}
.post-page .content {
  padding: 60px 20px 60px;
}
@media screen and (max-width: 752px) {
  .post-page .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.post-page .content-centered {
  padding: 0 12%;
}
@media screen and (max-width: 752px) {
  .post-page .content-centered {
    padding: 0;
  }
}

.content-formatted:after, .search:after,
.search-form:after {
  display: table;
  clear: both;
  content: "";
}

.background-image,
.background-color {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

ul.menu .menu-item {
  display: inline-block;
}

.search-btn {
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.search-btn, .search-btn::-moz-focus-inner {
  padding: 0;
}
.search-btn:focus {
  outline: none;
}
.search-btn::-moz-focus-inner {
  border: none;
}

.background-image,
.background-color {
  position: absolute;
}

.container {
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 980px) {
  .container {
    max-width: 1000px;
  }
}
.container a {
  text-decoration: none;
}
.container a img {
  border: none;
}

.header-wrapper .edy-bgpicker-toggle-button {
  z-index: 13;
}

body > .bgpicker-toggle-button,
body .header-wrapper .edy-bgpicker-toggle-button {
  margin-top: 10px !important;
  margin-left: 10px !important;
  z-index: 13;
}

.edy-bgpicker-toggle-button {
  margin: 5px !important;
}
@media screen and (max-width: 752px) {
  .edy-bgpicker-toggle-button {
    margin: 0 !important;
  }
  body > .edy-bgpicker-toggle-button {
    margin-top: 45px !important;
    z-index: 10;
  }
}

/* HEADER */
.header {
  text-align: left;
  z-index: 11;
  margin: auto;
  padding: 63px 0 20px;
  max-width: 960px;
}
@media screen and (max-width: 980px) {
  .header {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 752px) {
  .header {
    padding: 0;
  }
}

.header-title {
  display: inline-block;
  padding-top: 4px;
}
@media screen and (max-width: 752px) {
  .header-title {
    width: 80%;
    z-index: 12;
    padding: 5px 0 5px 13px;
    text-align: left;
    top: 0;
    left: 0;
  }
}
.header-title, .header-title a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  font-size: 24px;
  line-height: 1.2em;
}

.main-menu-wrapper {
  display: inline-block;
  width: 59%;
  vertical-align: top;
  text-align: right;
}
@media screen and (max-width: 752px) {
  .main-menu-wrapper {
    display: none;
  }
}

.mobile-menu-wrapper {
  width: 40%;
  padding: 0;
  display: inline-block;
}

.post-page .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 752px) {
  .post-page .header {
    position: static;
    padding: 0;
  }
}
.editmode .post-page .header-title {
  position: relative;
  left: 50px;
  top: auto;
}
@media screen and (max-width: 752px) {
  .editmode .post-page .header-title {
    top: 4px;
    left: auto;
  }
}

/* MENUS */
.menu-btn {
  display: none;
}
@media screen and (max-width: 752px) {
  .menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    padding-right: 13px;
    min-height: 41px;
    border: none;
    background: none;
    cursor: pointer;
  }
  .menu-btn:focus {
    outline: none;
  }
  .menu-btn:hover {
    opacity: 0.9;
  }
  .menu-btn::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  .menu-btn .menu-stripe {
    background: black;
    display: block;
    margin: 4px 0;
    width: 22px;
    height: 3px;
    border-radius: 5px;
  }
  .menu-btn .menu-stripe:first-child, .menu-btn .menu-stripe:last-child {
    margin: 0;
  }
}

.mobile-menu-btn {
  font-family: inherit;
  font-size: 18px;
  opacity: .6;
}

.mobile-menu-btn:hover {
  opacity: .8;
}

.mobile-menu-btn.open {
  opacity: 1;
}

.mobile-menu-wrapper {
  margin: auto;
  max-width: 960px;
}
@media screen and (max-width: 752px) {
  .mobile-menu-wrapper {
    display: block;
    position: relative;
    z-index: 10;
    min-height: 41px;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0;
  }
}
.mobile-menu-wrapper .mobile-menu-header {
  position: relative;
}
.mobile-menu-wrapper .mobile-menu-main {
  display: none;
  width: 100%;
}
.mobile-menu-wrapper .mobile-menu-main .pages {
  padding-bottom: 0;
}
.mobile-menu-wrapper .mobile-menu-main.expanded {
  display: block;
}
.mobile-menu-wrapper .mobile-menu-main > ul {
  padding: 0 20px 10px;
}
.mobile-menu-wrapper .mobile-menu-main > ul > li:last-child {
  border-top: none;
}
.mobile-menu-wrapper .mobile-menu-main ul {
  margin: 0;
  list-style: none;
}
.mobile-menu-wrapper .mobile-menu-main ul a {
  display: inline-block;
  width: 100%;
  width: 80%;
  text-decoration: none;
  /*word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
  font-weight: 400;
  line-height: 40px;
  line-height: 1em;
  line-height: 2;
}
.mobile-menu-wrapper .mobile-menu-main ul a.active {
  font-weight: 700;
}
.mobile-menu-wrapper .mobile-menu-main ul ul li a {
  padding-left: 20px;
}
.mobile-menu-wrapper .mobile-menu-main ul ul ul li a {
  padding-left: 40px;
}
.mobile-menu-wrapper .mobile-menu-main ul li {
  min-height: 40px;
  width: 100%;
  line-height: 40px;
}
.mobile-menu-wrapper .mobile-menu-main ul li.open > ul {
  display: block;
  border-top-color: transparent;
}
.mobile-menu-wrapper .mobile-menu-main ul li:last-child {
  border-bottom: none;
}
.mobile-menu-wrapper .mobile-menu-main ul ul {
  display: none;
  padding: 0;
}
.mobile-menu-wrapper .mobile-menu-main ul.languages {
  font-size: 0.8em;
}
.mobile-menu-wrapper .mobile-menu-main ul.languages li,
.mobile-menu-wrapper .mobile-menu-main ul.languages li a {
  min-height: 35px;
  border-top: none;
  line-height: 35px;
}
.mobile-menu-wrapper .mobile-menu-main ul.languages li > div {
  display: inline-block;
  height: 35px;
  line-height: 35px;
}
.mobile-menu-wrapper .menu-lang {
  position: absolute;
  top: 0;
  right: 22px;
  z-index: 5;
  margin-right: 20px;
  padding-right: 22px;
  width: auto;
  font-size: 0.8em;
}
@media screen and (max-width: 752px) {
  .mobile-menu-wrapper .menu-lang {
    display: block;
  }
}
.mobile-menu-wrapper .menu-lang:after {
  position: absolute;
  top: 17px;
  right: 7px;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: none;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.01);
  -webkit-border-image: none;
  -moz-border-image: none;
  content: '';
}
.mobile-menu-wrapper .menu-lang select {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.mobile-menu-arr {
  top: 14px;
  right: 20px;
  float: right;
  width: 30px;
  height: 40px;
  background: url("../images/arr-bottom.png") no-repeat right center;
  background-size: 18px 18px;
  opacity: 0.5;
  cursor: pointer;
}
.svg .mobile-menu-arr {
  background-image: url("../assets/arr-bottom.svg");
}
.open > .mobile-menu-arr {
  background-image: url("../images/arr-top.png");
  opacity: 1;
}
.svg .open > .mobile-menu-arr {
  background-image: url("../assets/arr-top.svg");
}

.edit-btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8;
}
.edit-btn a {
  text-indent: 10px;
}
.edit-btn:before {
  display: none !important;
}

ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.menu .menu-item {
  list-style: none;
  padding-left: 0;
}
ul.menu .menu-item:before {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  content: '' !important;
}

.menu-main {
  max-width: 80%;
  display: inline-block;
  z-index: 1;
  padding: 7px 0;
  vertical-align: top;
}
@media screen and (max-width: 752px) {
  .menu-main {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .menu-main.expanded {
    right: 0;
    left: 0;
    margin: 0 0 60px;
    min-width: 100%;
  }
}
.menu-main .menu {
  padding: 0;
  list-style: none;
}
.menu-main .menu .menu-item,
.menu-main .menu .edit-btn {
  margin-left: 20px;
  padding: 0;
  background: none;
  line-height: 1.3em;
}
.menu-main .menu .edit-btn {
  vertical-align: 1px;
}
.menu-main .menu .menu-link {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}
.menu-main .menu .menu-link.untranslated {
  color: #cc0000 !important;
}
.menu-main .menu .menu-link.active {
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  #sidebar {
    margin-left: 20px;
  }
}
#sidebar .menu {
  text-align: left;
}
#sidebar .menu .menu-item {
  margin: 0;
  width: 100%;
  font-size: 1em;
  line-height: 1.05em;
}
#sidebar .menu .menu-item:first-child {
  border-top: none;
}
#sidebar .menu .menu-item .menu-link {
  display: block;
  padding: 16px 0;
  width: 100%;
}
#sidebar .menu .menu-item .menu-link.active {
  font-weight: 700;
}
#sidebar .menu .menu-item .menu-link.untranslated {
  color: #cc0000 !important;
}
#sidebar .menu .menu-item .menu-link:hover {
  text-decoration: none;
}
#sidebar .menu .edit-btn {
  padding-left: 0;
  width: 100%;
}
#sidebar .menu .edit-btn a {
  margin-left: 5px;
  margin: 10px 0;
  display: block;
}
#sidebar .submenu {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
#sidebar .submenu .menu-item {
  padding-left: 20px;
  width: 150px;
  border: none;
}
#sidebar .submenu .menu-item .menu-link {
  padding: 16px 0;
}
#sidebar .submenu .edit-btn {
  padding-left: 15px;
}

.menu-lang {
  display: inline-block;
  padding: 6px 0;
  width: auto;
  vertical-align: top;
}
@media screen and (max-width: 752px) {
  .menu-lang {
    display: none;
  }
}
.menu-lang .menu {
  vertical-align: middle;
}
.menu-lang .langmenu {
  position: relative;
  z-index: 10;
  float: right;
  margin-top: 1px;
  margin-left: 20px;
  height: 24px;
  border-radius: 20px;
}
.menu-lang .langmenu .langmenu-content {
  padding: 4px 22px 0 10px;
  height: 14px;
  font-size: 14px;
  line-height: 1em;
  cursor: pointer;
}
.menu-lang .langmenu .langmenu-content:before {
  position: absolute;
  top: 10px;
  right: 9px;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: none;
  border-color: transparent;
  content: '';
}
.menu-lang .langmenu select {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
  border: none;
  background: none;
  color: #8f8f8f;
  font-size: 11px;
  line-height: 1.1em;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  text-direction: rtl;
}
.menu-lang .langmenu .langmenu-popup {
  position: absolute;
  top: 36px;
  left: 50%;
  display: none;
  margin-left: -50px;
  width: 100px;
}
.menu-lang .langmenu .langmenu-popup ul li {
  padding: 0;
  background: none;
}
.menu-lang .langmenu .langmenu-arrow {
  position: absolute;
  top: -23px;
  left: 50%;
  overflow: hidden;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
}
.menu-lang .langmenu .langmenu-arrow2 {
  position: absolute;
  top: -19px;
  left: 50%;
  z-index: 2;
  overflow: hidden;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
}
.menu-lang .langmenu ul {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
}
.menu-lang .langmenu ul a {
  display: block;
  padding: 4px 0;
  border-bottom: none;
}
.menu-lang .langmenu ul a.active {
  font-weight: 600;
}
.menu-lang .langmenu li {
  margin: 0;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.1em;
}

.news {
  display: block;
  margin-top: 0 !important;
}
@media screen and (max-width: 752px) {
  .news {
    padding: 0;
  }
}
.news .news-header {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.35em;
  line-height: 1.2em;
}
.content-body .news .news-header {
  margin-bottom: 10px;
}
.news ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news ul .news-item {
  padding: 0 0 5px;
  max-width: 100%;
  line-height: 1.3em;
}
.news ul .news-item:last-child {
  padding-bottom: 0;
}
.news ul .news-item:before {
  display: none;
  margin: 0;
  padding: 0;
  content: '';
}
.news .date,
.news .author {
  white-space: nowrap;
  line-height: 1.2em;
}
.news .date {
  margin-left: 10px;
}
.news .link {
  display: inline;
  text-decoration: none;
  line-height: 1.2em;
  border: none !important;
  box-shadow: none !important;
}
.news .link:hover {
  text-decoration: none;
}
.news .more-news {
  display: inline-block;
  margin-top: 10px;
}

/* SEARCH */
.search .not-empty .search-clear,
.search-form .not-empty .search-clear {
  display: inline-block;
}

.search {
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  margin-top: -8px;
  margin-left: 15px;
  width: 225px;
  height: 36px;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (max-width: 752px) {
  .search {
    display: none;
  }
  .search.active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
}

.search-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 752px) {
  .search-inner {
    position: absolute;
    top: 41px;
    width: 100%;
  }
}

.search-form {
  position: relative;
  z-index: 20;
  border-radius: 30px;
}
@media screen and (max-width: 752px) {
  .search-form {
    border-radius: 0;
  }
  .search-form, .search-form.active {
    margin: 0 auto;
    border: none;
  }
}

.search-input {
  -webkit-appearance: none;
}

.search-input:focus,
.search-submit:focus {
  outline: none;
}

.search-submit,
.search-btn,
.search-clear {
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 100%;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
  line-height: 41px;
  opacity: 0.5;
  cursor: pointer;
}
.search-submit:hover,
.search-btn:hover,
.search-clear:hover {
  opacity: 0.25;
}
.search-submit:focus,
.search-btn:focus,
.search-clear:focus {
  outline: none;
}

.search-clear {
  top: 1px !important;
  display: none;
  background-position: 5px 7px;
  background-size: 25px;
}
@media screen and (max-width: 752px) {
  .search-clear {
    background-position: 4px 3px;
    background-size: 40px !important;
  }
}
.search-clear:hover {
  opacity: 0.25;
}

.search-input {
  margin: 0;
  padding: 0 50px 0 15px;
  height: 35px;
  border: none;
  background: none;
  vertical-align: middle;
  font-size: 1em;
  font-family: inherit;
  line-height: 1;
}
.search-input::-webkit-input-placeholder {
  padding: 4px 0 4px 0;
  line-height: 1;
}
.search-input::-moz-placeholder {
  padding: 4px 0 4px 0;
  line-height: 1;
}
.search-input:-moz-placeholder {
  padding: 4px 0 4px 0;
  line-height: 1;
}
.search-input:-ms-input-placeholder {
  padding: 4px 0 4px 0;
  line-height: 1;
}
.search-input:-ms-input-placeholder {
  padding: 0 0 0 15px;
  line-height: 1;
}
.search-input::-moz-placeholder {
  line-height: 2;
}
@media screen and (max-width: 752px) {
  .search-input::-moz-placeholder {
    line-height: 1.6;
  }
}
@media screen and (max-width: 752px) {
  .search-input {
    padding-right: 50px;
    padding-left: 10px;
    width: 85%;
    height: 40px;
    font-size: 24px;
  }
}
.search-input::-ms-clear {
  display: none;
}

.search-submit,
.search-clear {
  position: absolute;
  top: 0;
  right: 5px;
  background-color: transparent;
}
@media screen and (max-width: 752px) {
  .search-submit,
  .search-clear {
    right: 0;
    width: 40px;
    height: 40px;
    background-size: 32px;
  }
}

.search-btn {
  display: none;
  font-size: 0;
}
@media screen and (max-width: 752px) {
  .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-right: 40px;
    height: 41px;
  }
}

.js-modal-overlay.active .search-inner form {
  background: white;
}

.voog-search-modal {
  display: none;
  right: 0;
  bottom: 45px;
  z-index: 30;
  padding: 20px;
  max-height: 75%;
  background: white;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5;
}
@media screen and (max-width: 752px) {
  .voog-search-modal {
    top: 83px !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    max-height: 100%;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }
}
.voog-search-modal.search-results-active {
  display: block;
  min-width: 375px;
  max-height: 450px;
}
@media screen and (max-width: 752px) {
  .voog-search-modal.search-results-active {
    min-width: 100%;
    max-height: 100%;
  }
}
.voog-search-modal.no-content {
  font-weight: 600px;
  font-size: 18px;
}
