/* FONTS */
@font-face {
  font-family: "Bebas Neue Latin";
  font-weight: 400;
  font-style: normal;
  src: url("../assets/bebas-neue-regular-latin.eot");
  src: url("../assets/bebas-neue-regular-latin.eot?#iefix") format("embedded-opentype"), url("../assets/bebas-neue-regular-latin.woff") format("woff"), url("../assets/bebas-neue-regular-latin.ttf") format("truetype"), url("../assets/bebas-neue-regular-latin.svg#Bebas Neue Latin") format("svg");
}
@font-face {
  font-family: "Bebas Neue Cyrillic";
  font-weight: 400;
  font-style: normal;
  src: url("../assets/bebas-neue-regular-cyrillic.eot");
  src: url("../assets/bebas-neue-regular-cyrillic.eot?#iefix") format("embedded-opentype"), url("../assets/bebas-neue-regular-cyrillic.woff") format("woff"), url("../assets/bebas-neue-regular-cyrillic.ttf") format("truetype"), url("../assets/bebas-neue-regular-cyrillic.svg#Bebas Neue Cyrillic") format("svg");
}
/* GENERAL */
html,
body {
  height: 100% !important;
}
.editmode html, .editmode
body {
  height: calc(100% - 40px) !important;
  height: -webkit-calc(100% - 40px) !important;
}

body {
  margin: 0;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #888888;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
@media screen and (min-width: 1400px) {
  body {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
}
a img {
  border: none;
}

.content-formatted h1, .tags-btn, .menu-main, .header-title, .post-title,
.post-title a,
.post-date, .voog-search-modal-results h3, .comments .comments-title {
  font-family: 'Bebas Neue Latin', 'Bebas Neue Cyrillic';
}

html[lang=ru] .content-formatted h1, html[lang=ru] .tags-btn, html[lang=ru] .menu-main, html[lang=ru] .header-title, html[lang=ru] .post-title, html[lang=ru]
.post-title a, html[lang=ru]
.post-date, html[lang=ru] .voog-search-modal-results h3, html[lang=ru] .comments .comments-title {
  font-family: 'Bebas Neue Cyrillic', 'Bebas Neue Latin';
}

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

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

.bgpicker-btn, .menu-btn, .tags-btn, .menu-lang-btn, .option-btn, .search-btn,
.search-submit {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.bgpicker-btn::-moz-focus-inner, .menu-btn::-moz-focus-inner, .tags-btn::-moz-focus-inner, .menu-lang-btn::-moz-focus-inner, .option-btn::-moz-focus-inner, .search-btn::-moz-focus-inner,
.search-submit::-moz-focus-inner {
  padding: 0;
  border: none;
}
.bgpicker-btn:focus, .menu-btn:focus, .tags-btn:focus, .menu-lang-btn:focus, .option-btn:focus, .search-btn:focus,
.search-submit:focus {
  outline: none;
}

.bgpicker-btn {
  position: absolute;
}

.body-background-color {
  position: fixed;
  z-index: -2;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
}
.no-flexbox .container {
  display: table;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.container.container-long {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  height: auto;
}
.no-flexbox .container.container-long,
.no-flexbox .container.container-long .container-inner {
  display: block;
}
.container .wrap {
  padding: 25px;
}
@media screen and (min-width: 1400px) {
  .container .wrap {
    padding: 35px;
  }
}
.content-page .container .wrap {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
@media screen and (min-width: 1400px) {
  .content-page .container .wrap {
    max-width: 910px;
  }
}

.container-inner {
  width: 100%;
  box-sizing: border-box;
}
.no-flexbox .container-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.container-inner .wrap {
  margin-top: 30px;
}
@media screen and (min-width: 1400px) {
  .container-inner .wrap {
    margin-top: 42px;
  }
}

.content-formatted {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.front-page .content-formatted {
  color: white;
}
.light-background .content-formatted {
  color: black;
}
.content-formatted h1:first-child,
.content-formatted h2:first-child,
.content-formatted h3:first-child,
.content-formatted h4:first-child,
.content-formatted h5:first-child,
.content-formatted h6:first-child,
.content-formatted p:first-child,
.content-formatted ul:first-child,
.content-formatted ol:first-child,
.content-formatted pre:first-child,
.content-formatted code:first-child,
.content-formatted .edy-positionable-container-left-block:first-child,
.content-formatted .edy-positionable-container-right-block:first-child,
.content-formatted .edy-positionable-container-center-block:first-child {
  margin-top: 0;
}
.content-formatted h1:last-child,
.content-formatted h2:last-child,
.content-formatted h3:last-child,
.content-formatted h4:last-child,
.content-formatted h5:last-child,
.content-formatted h6:last-child,
.content-formatted p:last-child,
.content-formatted ul:last-child,
.content-formatted ol:last-child,
.content-formatted pre:last-child,
.content-formatted code:last-child,
.content-formatted .edy-positionable-container-left-block:last-child,
.content-formatted .edy-positionable-container-right-block:last-child,
.content-formatted .edy-positionable-container-center-block:last-child {
  margin-bottom: 0;
}
.content-page .content-formatted h1, .content-page
.content-formatted h2, .content-page
.content-formatted h3, .content-page
.content-formatted h4, .content-page
.content-formatted h5, .content-page
.content-formatted h6 {
  color: #444444;
}
.front-page .light-background .content-formatted h1, .front-page .light-background
.content-formatted h2, .front-page .light-background
.content-formatted h3, .front-page .light-background
.content-formatted h4, .front-page .light-background
.content-formatted h5, .front-page .light-background
.content-formatted h6 {
  color: black;
}
.front-page .dark-backgground .content-formatted h1, .front-page .dark-backgground
.content-formatted h2, .front-page .dark-backgground
.content-formatted h3, .front-page .dark-backgground
.content-formatted h4, .front-page .dark-backgground
.content-formatted h5, .front-page .dark-backgground
.content-formatted h6 {
  color: black;
}
.content-formatted h1 {
  font-size: 36px;
}
@media screen and (min-width: 1400px) {
  .content-formatted h1 {
    font-size: 50px;
  }
}
.content-formatted h2 {
  font-size: 18px;
}
@media screen and (min-width: 1400px) {
  .content-formatted h2 {
    font-size: 25px;
  }
}
.content-formatted h3,
.content-formatted h4,
.content-formatted h5,
.content-formatted h6 {
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  .content-formatted h3,
  .content-formatted h4,
  .content-formatted h5,
  .content-formatted h6 {
    font-size: 22px;
  }
}
.front-page .content-formatted ul, .front-page
.content-formatted ol {
  text-align: left;
}
.content-formatted a {
  color: #0066bb;
}
.content-formatted a:hover {
  color: #0066BB;
  color: rgba(0, 102, 187, 0.8);
}
.front-page .content-formatted a {
  color: white;
}
.front-page .content-formatted a:hover {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.8);
}
.light-background .content-formatted a {
  color: black;
}
.light-background .content-formatted a:hover {
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
}
.content-formatted span[style*="font-size"] {
  line-height: 1.7em;
}
.content-formatted pre,
.content-formatted code,
.content-formatted iframe,
.content-formatted table,
.content-formatted form {
  word-break: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.content-formatted pre,
.content-formatted .edy-positionable-container-left-block,
.content-formatted .edy-positionable-container-right-block,
.content-formatted .edy-positionable-container-center-block,
.content-formatted .embed-container,
.content-formatted .table-container, .editmode .content-formatted table {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
  .content-formatted pre,
  .content-formatted .edy-positionable-container-left-block,
  .content-formatted .edy-positionable-container-right-block,
  .content-formatted .edy-positionable-container-center-block,
  .content-formatted .embed-container,
  .content-formatted .table-container, .editmode .content-formatted table {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}
.content-formatted pre,
.content-formatted code {
  font-size: 14px;
  background-color: #fafafa;
}
@media screen and (min-width: 1400px) {
  .content-formatted pre,
  .content-formatted code {
    font-size: 20px;
  }
}
.content-formatted pre {
  overflow: auto;
  padding: 10px;
}
.content-formatted pre code {
  display: inline;
  padding: 0;
  white-space: pre;
  line-height: inherit;
  background-color: transparent;
  word-wrap: normal;
}
.content-formatted code {
  display: inline-block;
  padding: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}
.content-formatted blockquote {
  margin: 20px 40px;
}
@media screen and (min-width: 1400px) {
  .content-formatted blockquote {
    margin: 28px 56px;
  }
}
.content-formatted iframe {
  max-width: 100%;
  height: auto;
}
.content-formatted .edy-positionable-container-left,
.content-formatted .edy-positionable-container-right {
  width: 45%;
}
.content-formatted .edy-positionable-container-left {
  margin-right: 20px;
}
@media screen and (min-width: 1400px) {
  .content-formatted .edy-positionable-container-left {
    margin-right: 28px;
  }
}
.content-formatted .edy-positionable-container-right {
  margin-left: 20px;
}
@media screen and (min-width: 1400px) {
  .content-formatted .edy-positionable-container-right {
    margin-left: 28px;
  }
}
.content-formatted .edy-image-container-with-title:after {
  display: block;
  padding: 2px;
  font-size: 11px;
  content: attr(data-title);
}
@media screen and (min-width: 1400px) {
  .content-formatted .edy-image-container-with-title:after {
    padding: 3px;
    font-size: 15px;
  }
}
.content-formatted .table-container {
  margin-top: 20px;
}
@media screen and (min-width: 1400px) {
  .content-formatted .table-container {
    margin-top: 28px;
  }
}
.content-formatted .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.content-formatted table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}
@media screen and (min-width: 1400px) {
  .content-formatted table {
    font-size: 22px;
  }
}
.content-formatted table td {
  padding: 10px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.light-background .content-formatted table td {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
@media screen and (min-width: 1400px) {
  .content-formatted table td {
    border-witdh: 1px;
  }
}

/* MENUS */
.menu-btn {
  display: none;
}
.menu-btn .menu-stripe {
  display: block;
  width: 23px;
  height: 4px;
  margin: 4px 0;
  background-color: #444444;
  background-color: rgba(68, 68, 68, 0.67);
  border-radius: 5px;
}
@media screen and (min-width: 1400px) {
  .menu-btn .menu-stripe {
    width: 32px;
    height: 6px;
    margin: 6px 0;
  }
}
.menu-btn .menu-stripe:first-child, .menu-btn .menu-stripe:last-child {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .menu-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 20;
    display: inline-block;
    padding: 0;
  }
  .menu-btn.open .menu-stripe, .menu-btn:hover .menu-stripe {
    background-color: #444444;
    background-color: rgba(68, 68, 68, 0.47);
  }
  .menu-btn:focus {
    outline: none;
  }
  .menu-btn::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  .front-page .menu-btn {
    display: none;
  }
}

.tags-btn {
  width: 155px;
  height: 100%;
  padding: 0 20px;
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  color: white;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  .tags-btn {
    width: 217px;
    padding: 0 28px;
    font-size: 22px;
  }
}
.tags-btn.open, .tags-btn.open:hover {
  background-color: black;
}
.tags-btn:hover {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
}

.edit-btn {
  display: inline-block;
}

.menu {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.menu .edit-btn {
  margin-right: 8px;
  margin-left: 8px;
}
@media screen and (min-width: 1400px) {
  .menu .edit-btn {
    margin-right: 11px;
    margin-left: 11px;
  }
}

.menu-main.narrow {
  max-width: 500px;
}
@media screen and (min-width: 1400px) {
  .menu-main.narrow {
    max-width: 700px;
  }
}
.front-page .menu-main {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .content-page .header .menu-main {
    display: none;
  }
  .content-page .header .menu-main.expanded {
    position: absolute;
    top: 50px;
    right: -25px;
    left: -25px;
    z-index: 10;
    display: block;
    margin-bottom: 40px;
    text-align: left;
    background-color: white;
  }
}
@media screen and (max-width: 480px) and (min-width: 1400px) {
  .content-page .header .menu-main.expanded {
    top: 70px;
    rigth: -35px;
    left: -35px;
    margin-bottom: 56px;
  }
}

.menu-main .menu .content-page {
  line-height: 1.3;
}
.menu-main .menu .menu-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (min-width: 1400px) {
  .menu-main .menu .menu-item {
    margin-right: 11px;
  }
}
.front-page .menu-main .menu .menu-item {
  margin-right: 15px;
}
@media screen and (min-width: 1400px) {
  .front-page .menu-main .menu .menu-item {
    margin-right: 11px;
  }
}
.menu-main .menu .menu-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .content-page .menu-main .menu .menu-item:first-child {
    border-top: 1px solid #888888;
    border-top: 1px solid rgba(136, 136, 136, 0.33);
  }
  .content-page .menu-main .menu .menu-item {
    display: block;
    margin-right: 0;
  }
}
.front-page .menu-main .menu .menu-item .menu-link {
  font-size: 16px;
  color: white;
}
@media screen and (min-width: 1400px) {
  .front-page .menu-main .menu .menu-item .menu-link {
    font-size: 22px;
  }
}
.front-page .menu-main .menu .menu-item .menu-link.untranslated {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.5);
}
.front-page .menu-main .menu .menu-item .menu-link.active, .front-page .menu-main .menu .menu-item .menu-link:hover {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 480px) {
  .front-page .menu-main .menu .menu-item .menu-link {
    padding: 0;
  }
}
.light-background .menu-main .menu .menu-item .menu-link {
  color: black;
}
.light-background .menu-main .menu .menu-item .menu-link.untranslated {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.light-background .menu-main .menu .menu-item .menu-link.active, .light-background .menu-main .menu .menu-item .menu-link:hover {
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
}
.content-page .menu-main .menu .menu-item .menu-link {
  font-size: 14px;
  color: #888888;
}
@media screen and (min-width: 1400px) {
  .content-page .menu-main .menu .menu-item .menu-link {
    font-size: 20px;
  }
}
.content-page .menu-main .menu .menu-item .menu-link.untranslated {
  color: #888888;
  color: rgba(136, 136, 136, 0.5);
}
.content-page .menu-main .menu .menu-item .menu-link.active, .content-page .menu-main .menu .menu-item .menu-link.active:hover, .content-page .menu-main .menu .menu-item .menu-link:hover {
  color: #444444;
}
.topbar .menu-main .menu .menu-item .menu-link.active, .topbar .menu-main .menu .menu-item .menu-link.active:hover {
  color: white;
}
.topbar .menu-main .menu .menu-item .menu-link:hover {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.5);
}
.menu-main .menu .menu-item .menu-link:hover {
  color: #444444;
}
@media screen and (max-width: 480px) {
  .content-page .menu-main .menu .menu-item .menu-link {
    display: block;
    padding: 7px 20px 4px;
    font-size: 20px;
    border-bottom: 1px solid #888888;
    border-bottom: 1px solid rgba(136, 136, 136, 0.33);
  }
}
@media screen and (max-width: 480px) and (min-width: 1400px) {
  .content-page .menu-main .menu .menu-item .menu-link {
    padding: 10px 14px 6px;
    font-size: 28px;
  }
}

@media screen and (min-width: 1400px) {
  .menu-main .menu .edit-btn {
    position: relative;
    top: -2px;
  }
}
@media screen and (max-width: 480px) {
  .content-page .menu-main .menu .edit-btn {
    display: block;
    margin-right: 0;
    margin-left: 0;
    padding: 10px 25px;
    border-bottom: 1px solid #888888;
    border-bottom: 1px solid rgba(136, 136, 136, 0.33);
  }
}
.menu-main .menu-lang {
  display: none;
}
@media screen and (max-width: 480px) {
  .content-page .menu-main .menu-lang {
    display: block;
    margin-left: 0;
    padding-left: 0;
  }
  .content-page .menu-main .menu-lang .menu .menu-item {
    text-align: left;
  }
  .content-page .menu-main .menu-lang .menu .menu-item:first-child {
    border-top: none;
  }
  .content-page .menu-main .menu-lang .menu .menu-item .menu-link {
    padding: 12px 20px 11px 47px;
    font-size: 16px;
  }
  .content-page .menu-main .menu-lang .menu .menu-item .menu-link:before, .content-page .menu-main .menu-lang .menu .menu-item .menu-link:after {
    top: 13px;
    left: 20px;
  }
  .content-page .menu-main .menu-lang .menu .menu-item .menu-link.active, .content-page .menu-main .menu-lang .menu .menu-item .menu-link.active:hover {
    font-weight: 600;
  }
  .content-page .menu-main .menu-lang .menu .menu-item .menu-link.active, .content-page .menu-main .menu-lang .menu .menu-item .menu-link:hover {
    background: none;
  }
  .content-page .menu-main .menu-lang .menu .edit-btn {
    padding: 12px 25px 13px;
  }
}
.content-page .flags-disabled .menu-main .menu-lang .menu-item .menu-link {
  padding: 12px 20px 11px;
}
.content-page .flags-disabled .menu-main .menu-lang .menu-item .menu-link:before, .content-page .flags-disabled .menu-main .menu-lang .menu-item .menu-link:after {
  display: none;
}
@media screen and (max-width: 480px) {
  .content-page .flags-disabled .menu-main .menu-lang .menu-item .menu-link {
    padding: 11px 10px 8px -99px;
  }
}

.menu-sub-wrap {
  border-bottom: 1px solid #888888;
  border-bottom: 1px solid rgba(136, 136, 136, 0.33);
}
@media screen and (min-width: 1400px) {
  .menu-sub-wrap {
    border-width: 2px;
  }
}

.menu-sub {
  padding: 15px 5px;
}
@media screen and (min-width: 1400px) {
  .menu-sub {
    padding: 21px 7px;
  }
}
.menu-sub .menu .menu-item {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}
@media screen and (min-width: 1400px) {
  .menu-sub .menu .menu-item {
    margin-right: 14px;
    font-size: 20px;
  }
}
.menu-sub .menu .menu-item:first-child {
  margin-left: 0;
}
.menu-sub .menu .menu-item .menu-link {
  color: #888888;
}
.menu-sub .menu .menu-item .menu-link.untranslated {
  color: #444444;
  color: rgba(68, 68, 68, 0.5);
}
.menu-sub .menu .menu-item .menu-link.active, .menu-sub .menu .menu-item .menu-link.active:hover {
  color: #444444;
}
.menu-sub .menu .menu-item .menu-link:hover {
  color: #444444;
}

.menu-lang {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .content-page .menu-lang {
    position: static;
  }
}
@media screen and (max-width: 480px) {
  .content-page .menu-lang {
    display: none;
  }
}
.menu-lang .menu-item {
  display: list-item;
  text-align: right;
  font-size: 12px;
}
.menu-lang .menu-item .menu-link {
  position: relative;
  display: block;
  padding: 5px 39px 4px 12px;
  color: #444444;
  color: rgba(68, 68, 68, 0.67);
}
.flags-disabled .menu-lang .menu-item .menu-link {
  padding: 5px 12px 4px;
}
.menu-lang .menu-item .menu-link.active, .menu-lang .menu-item .menu-link.active:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.menu-lang .menu-item .menu-link:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
.menu-lang .menu-item .menu-link:before, .menu-lang .menu-item .menu-link:after {
  top: 3px;
  right: 11px;
}
.menu-lang.flags-disabled .menu-item .menu-link {
  padding: 5px 12px 4px;
}

.menu-lang-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 25px;
  font-size: 14px;
  color: #444444;
  color: rgba(68, 68, 68, 0.67);
}
.menu-lang-btn:hover, .menu-lang-btn.open {
  opacity: 0.8;
}
.menu-lang-btn:before, .menu-lang-btn:after {
  top: 5px;
  left: 5px;
}
.front-page .menu-lang-btn {
  color: white;
}
.content-page .menu-lang-btn {
  top: 3px;
}
.light-background .menu-lang-btn {
  color: black;
}
.flags-disabled .menu-lang-btn .ico-popover-toggle {
  position: relative;
  top: -1px;
  display: inline-block;
  font-size: 7.2px;
}
.flags-enabled .menu-lang-btn {
  width: 31px;
}
.flags-enabled .menu-lang-btn .lang-title,
.flags-enabled .menu-lang-btn .ico-popover-toggle {
  display: none;
}

.menu-lang-btn:before, .menu-lang-btn:after,
.menu-lang .menu-item .lang-flag:before,
.menu-lang .menu-item .lang-flag:after {
  position: absolute;
  display: block;
  width: 21px;
  height: 15px;
  content: '';
}

.menu-lang-btn:before,
.menu-lang .menu-item .lang-flag:before {
  background-color: black;
}
.menu-lang-btn:after,
.menu-lang .menu-item .lang-flag:after {
  opacity: 0.95;
  background-repeat: no-repeat;
}
.no-svg .menu-lang-btn:after, .no-svg
.menu-lang .menu-item .lang-flag:after {
  background-image: url("../images/ico-flags.png");
}
.svg .menu-lang-btn:after, .svg
.menu-lang .menu-item .lang-flag:after {
  background-image: url("../assets/ico-flags.svg");
}

.menu-lang-popover {
  display: none;
}
.menu-lang-popover.expanded {
  position: absolute;
  top: 28px;
  right: -6px;
  display: block;
  margin-bottom: 40px;
  padding: 6px 0;
  min-width: 121px;
  background: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3) ;
  -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3) ;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3) ;
  z-index: 30;
}
.editmode .menu-lang-popover.expanded {
  padding-bottom: 0;
}
.flags-disabled .menu-lang-popover .lang-flag:before, .flags-disabled .menu-lang-popover .lang-flag:after {
  display: none;
}
.menu-lang-popover .edit-btn {
  display: block;
  padding: 8px 10px 3px;
  text-align: right;
}

.lang-flag:after {
  background-position: -189px -60px;
}
@media screen and (min-width: 1400px) {
  .lang-flag:after {
    background-position: -378px -120px;
  }
}
.flags-disabled .lang-flag:before, .flags-disabled .lang-flag:after {
  display: none;
}

.lang-flag:after {
  background-position: -189px -60px;
}

.lang-flag-sq:after {
  background-position: 0 0;
}

.lang-flag-hy:after {
  background-position: -21px 0;
}

.lang-flag-bn:after {
  background-position: -42px 0;
}

.lang-flag-bg:after {
  background-position: -84px 0;
}

.lang-flag-zh:after {
  background-position: -105px 0;
}

.lang-flag-hr:after {
  background-position: -126px 0;
}

.lang-flag-da:after {
  background-position: -147px 0;
}

.lang-flag-cs:after {
  background-position: -168px 0;
}

.lang-flag-et:after {
  background-position: -189px 0;
}

.lang-flag-fi:after {
  background-position: 0 -15px;
}

.lang-flag-fr:after {
  background-position: -21px -15px;
}

.lang-flag-ka:after {
  background-position: -42px -15px;
}

.lang-flag-de:after {
  background-position: -63px -15px;
}

.lang-flag-el:after {
  background-position: -84px -15px;
}

.lang-flag-hu:after {
  background-position: -105px -15px;
}

.lang-flag-is:after {
  background-position: -126px -15px;
}

.lang-flag-hi:after {
  background-position: -147px -15px;
}

.lang-flag-id:after {
  background-position: -168px -15px;
}

.lang-flag-fa:after {
  background-position: -189px -15px;
}

.lang-flag-he:after {
  background-position: 0 -30px;
}

.lang-flag-it:after {
  background-position: -21px -30px;
}

.lang-flag-ja:after {
  background-position: -42px -30px;
}

.lang-flag-ko:after {
  background-position: -63px -30px;
}

.lang-flag-lv:after {
  background-position: -84px -30px;
}

.lang-flag-lt:after {
  background-position: -105px -30px;
}

.lang-flag-ms:after {
  background-position: -126px -30px;
}

.lang-flag-nl:after {
  background-position: -147px -30px;
}

.lang-flag-no:after {
  background-position: -168px -30px;
}

.lang-flag-ur:after {
  background-position: -189px -30px;
}

.lang-flag-fil:after {
  background-position: 0 -45px;
}

.lang-flag-pl:after {
  background-position: -21px -45px;
}

.lang-flag-ro:after {
  background-position: -42px -45px;
}

.lang-flag-ru:after {
  background-position: -63px -45px;
}

.lang-flag-ar:after {
  background-position: -84px -45px;
}

.lang-flag-sk:after {
  background-position: -105px -45px;
}

.lang-flag-sl:after {
  background-position: -126px -45px;
}

.lang-flag-es:after {
  background-position: -147px -45px;
}

.lang-flag-sv:after {
  background-position: -168px -45px;
}

.lang-flag-tr:after {
  background-position: -189px -45px;
}

.lang-flag-uk:after {
  background-position: 0 -60px;
}

.lang-flag-en:after {
  background-position: -21px -60px;
}

.lang-flag-en-gb:after {
  background-position: -63px -60px;
}

.lang-flag-pt:after {
  background-position: -84px -60px;
}

.lang-flag-sr:after {
  background-position: -126px;
}

.lang-options {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.09);
}
.lang-options .menu .menu-item {
  margin-top: 8px;
  padding: 7px 12px;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .content-page .lang-options .menu .menu-item {
    margin-top: 0;
    padding: 10px 12px;
    font-size: 17px;
  }
}

.option-btn {
  font-family: inherit;
  font-size: inherit;
  color: #0066bb;
}
.option-btn:hover {
  color: #0066BB;
  color: rgba(0, 102, 187, 0.8);
}
.flags-disabled .option-btn .disable-text {
  display: none;
}
.flags-enabled .option-btn .enable-text {
  display: none;
}
.option-btn .disable-text:first-letter,
.option-btn .enable-text:first-letter {
  text-transform: capitalize;
}
.option-btn .disable-text:first-letter,
.option-btn .enable-text:first-letter {
  text-transform: capitalize;
}

.tags-editor {
  padding: 15px 5px;
}
@media screen and (min-width: 1400px) {
  .tags-editor {
    padding: 21px 7px;
  }
}

.tags {
  border-bottom: 1px solid #888888;
  border-bottom: 1px solid rgba(136, 136, 136, 0.33);
}
@media screen and (min-width: 1400px) {
  .tags {
    border-width: 2px;
  }
}
.topbar .tags {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  z-index: 1;
  text-align: right;
  border: none;
}
@media screen and (min-width: 1400px) {
  .topbar .tags {
    right: 7px;
  }
}

.tags-title {
  font-weight: 700;
}

.menu-tags {
  display: inline-block;
}
.topbar .menu-tags {
  display: none;
}
.topbar .menu-tags.expanded {
  display: block;
  padding-bottom: 30px;
  text-align: right;
  background-color: black;
}
@media screen and (min-width: 1400px) {
  .topbar .menu-tags.expanded {
    padding-bottom: 42px;
  }
}
.topbar .menu-tags.expanded .menu-item {
  display: block;
}
.topbar .menu-tags.expanded .menu-item .menu-link {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  color: #888888;
}
@media screen and (min-width: 1400px) {
  .topbar .menu-tags.expanded .menu-item .menu-link {
    padding: 4px 28px;
    font-size: 17px;
  }
}
.topbar .menu-tags.expanded .menu-item .menu-link.active, .topbar .menu-tags.expanded .menu-item .menu-link.active:hover {
  font-weight: 600;
}
.topbar .menu-tags.expanded .menu-item .menu-link.active, .topbar .menu-tags.expanded .menu-item .menu-link:hover {
  color: white;
}

/* HEADER */
.content-page .header {
  position: relative;
  padding-right: 5px;
  padding-bottom: 20px;
  padding-left: 5px;
  border-bottom: 1px solid #888888;
  border-bottom: 1px solid rgba(136, 136, 136, 0.33);
}
@media screen and (min-width: 1400px) {
  .content-page .header {
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    border-width: 2px;
  }
}

.front-page .header-top {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .content-page .header-top {
    min-height: 30px;
  }
}

.header-top-inner {
  display: inline-block;
  max-width: 100%;
}
.front-page .header-top-inner {
  border-bottom: 3px solid white;
}
@media screen and (min-width: 1400px) {
  .front-page .header-top-inner {
    border-width: 4px;
  }
}
.content-page .header-top-inner {
  margin-right: 31px;
}
@media screen and (max-width: 480px) {
  .content-page .header-top-inner {
    margin-right: 45px;
  }
}
.content-page .search-enabled .header-top-inner {
  margin-right: 58px;
}
@media screen and (min-width: 1400px) {
  .content-page .search-enabled .header-top-inner {
    margin-right: 53px;
  }
}
.content-page .flags-disabled .header-top-inner {
  margin-right: 77px;
}
@media screen and (min-width: 1400px) {
  .content-page .flags-disabled .header-top-inner {
    margin-right: 70px;
  }
}
.content-page .search-enabled.flags-disabled .header-top-inner {
  margin-right: 100px;
}
@media screen and (min-width: 1400px) {
  .content-page .search-enabled.flags-disabled .header-top-inner {
    margin-right: 95px;
  }
}
@media screen and (max-width: 480px) {
  .content-page .search-enabled.flags-disabled .header-top-inner {
    margin-right: 59px;
  }
}
.front-page .light-background .header-top-inner {
  border-color: #000000;
}
.header-top-inner .content-formatted {
  border-color: #FFFFFF;
}
.light-background .header-top-inner .content-formatted {
  border-color: #000000;
}

.header-options {
  position: absolute;
  z-index: 1;
  left: 30px;
  text-align: right;
}

.header-options iframe {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
}
.content-page .header-options iframe {
  position: relative;
  top: 4px;
}
@media screen and (min-width: 1400px) {
 .content-page .header-options iframe {
   top: 2px;
 }
}
@media screen and (max-width: 480px) {
  .content-page .header-options iframe {
    top: 5px;
    right: 30px;
  }
}
.front-page .header-options {
  top: 18px;
  right: 25px;
}
.content-page .header-options {
  right: 0;
  left: 5px;
}
@media screen and (min-width: 1400px) {
  .front-page .header-options {
    top: 25px;
  }
  .content-page .header-options {
    top: 3px;
  }
}
@media screen and (max-width: 480px) {
  .front-page .header-options {
    right: 16px;
  }
}

.header-title {
  min-width: 96px;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
}
.header-title,
.header-title a {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 1400px) {
  .header-title {
    max-width: 882px;
    min-width: 295px;
    font-size: 42px;
  }
}
.front-page .header-title {
  max-width: none;
  text-align: center;
  font-size: 60px;
}
@media screen and (min-width: 1400px) {
  .front-page .header-title {
    font-size: 84px;
  }
}
.front-page .header-title,
.front-page .header-title a {
  color: white;
}
.front-page .header-title a:hover {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.8);
}
.front-page .header-title a,
.front-page .header-title .edy-editable, .public .front-page .header-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
  .front-page .header-title a,
  .front-page .header-title .edy-editable, .public .front-page .header-title {
    margin-bottom: 28px;
  }
}
.content-page .header-title {
  position: relative;
  z-index: 2;
}
.content-page .header-title,
.content-page .header-title a {
  color: #444444;
}
.content-page .header-title a:hover {
  color: #444444;
  color: rgba(68, 68, 68, 0.8);
}
.light-background .header-title,
.light-background .header-title a {
  color: black;
}
.light-background .header-title a:hover {
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
}

.content-page .header-title,
.content-page .header-title span,
.content-page .header-title a,
.content-page .header-title a:hover {
  color: #444444 !important;
}

.front-page .header-bottom {
  padding-top: 25px;
}
@media screen and (min-width: 1400px) {
  .front-page .header-bottom {
    padding-top: 35px;
  }
}

/* TOPBAR */
.topbar {
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #444444;
  -webkit-transition: top 0.2s 0.2s;
  -moz-transition: top 0.2s 0.2s;
  transition: top 0.2s 0.2s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 1400px) {
  .topbar {
    top: -280px;
  }
}
.topbar .wrap {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
  padding: 12px 30px;
}
@media screen and (min-width: 1400px) {
  .topbar .wrap {
    max-width: 910px;
    padding: 17px 42px;
  }
}
.container-inner .topbar .wrap {
  background: none;
}
@media screen and (max-width: 900px) {
  .topbar {
    display: none;
  }
}

/* CONTENT */
.content {
  display: block;
  padding: 25px 5px 4px;
}
@media screen and (min-width: 1400px) {
  .content {
    padding: 35px 7px 6px;
  }
}
.front-page .content {
  padding: 0;
  text-align: center;
}
.front-page .content .content-formatted {
  position: relative;
  min-width: 211px;
  padding: 19px 0 21px;
  border-top: 3px solid white;
}
@media screen and (min-width: 1400px) {
  .front-page .content .content-formatted {
    min-width: 295px;
    padding-bottom: 27px 0 29px;
    border-width: 4px;
  }
}
.front-page .content .content-formatted:empty {
  display: none;
}
.light-background .content .content-formatted {
  border-color: #000000;
}
@media screen and (max-width: 720px) {
  .content .container-inner {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .content .content {
    padding: 20 0;
  }
}

/* BLOG & BLOG ARTICLE */
.post-title,
.post-title a,
.post-date {
  font-size: 36px;
}
@media screen and (min-width: 1400px) {
  .post-title,
  .post-title a,
  .post-date {
    font-size: 50px;
  }
}

.post-title {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: inline;
  margin: 0 10px 0 0;
  font-weight: normal;
}
.editmode .post-title {
  display: block;
}
@media screen and (min-width: 1400px) {
  .post-title {
    padding: 0 14px 0 0;
  }
}
.post-title, .post-title a {
  color: #444444;
}
.post-title a:hover {
  color: #444444;
  color: rgba(68, 68, 68, 0.8);
}

.post-date {
  display: inline-block;
  color: #e2e2e2;
}

.post-comments-count a {
  color: #0066bb;
}
.post-comments-count a:hover {
  color: #0066BB;
  color: rgba(0, 102, 187, 0.8);
}

.post-content {
  margin-top: 17px;
}
@media screen and (min-width: 1400px) {
  .post-content {
    margin-top: 24px;
  }
}
.post-content .post-body {
  margin-top: 20px;
}
@media screen and (min-width: 1400px) {
  .post-content .post-body {
    margin-top: 28px;
  }
}
.post-content .blog-page .post {
  margin-top: 43px;
}
@media screen and (min-width: 1400px) {
  .post-content .blog-page .post {
    margin-top: 60px;
  }
}
.post-content .blog-page .post:first-child {
  margin-top: 0;
}
.editmode .post-content .post-page .post-title {
  display: inline-block;
  min-width: 200px;
}
@media screen and (min-width: 1400px) {
  .editmode .post-content .post-page .post-title {
    max-width: 280px;
  }
}

/* GALLERY */
.top-slider-container .top-slider-item {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
}

.top-slider-container .slick-prev,
.top-slider-container .slick-next {
  width: 45px;
  height: 45px;
  margin-top: -15px;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: rgba(200,200,200,1);
}

.top-slider-container .slick-prev:before,
.top-slider-container .slick-next:before {
  font-size: 45px;
}

.bottom-content a.edys-gallery-item {
  width: 120px;
  height: 120px;
}

.bottom-content img.edys-gallery-image {
  min-width: 120px;
  min-height: 120px;
}

.edys-gallery-item {
  display: block;
  width: auto;
  height: auto;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.front-page .edys-gallery-item {
  display: inline-block;
  float: none;
}
.edys-gallery-item.inactive {
  opacity: 0.8;
}
.edys-gallery-item:hover {
  opacity: 1;
}
@media screen and (min-width: 1400px) {
  .edys-gallery-item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

/* SEARCH */
.search {
  display: none;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 15px;
  height: 50px;
  line-height: 1;
  background-color: white;
}
@media screen and (min-width: 1400px) {
  .search {
    margin-top: -6px;
    margin-left: 21px;
  }
}
.search.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.search-middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1400px) {
  .search-middle {
    padding: 0 28px;
  }
}
@media screen and (max-width: 420px) {
  .search-middle {
    padding: 0;
  }
}

.search-inner {
  position: relative;
  max-width: 400px;
  margin: 60px auto;
  -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 1400px) {
  .search-inner {
    max-width: 560px;
  }
}
.search-inner .search-close-btn {
  position: absolute;
  top: 14px;
  right: 7px;
  z-index: 20;
}
@media screen and (min-width: 1400px) {
  .search-inner .search-close-btn {
    top: 20px;
    right: 10px;
  }
}

.search-form {
  position: relative;
  z-index: 20;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1400px) {
  .search-form {
    border-width: 1px;
  }
}
.search-form.active {
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-color: #000000;
}
.search-form, .search-form.active {
  max-width: 400px;
  margin: 0 auto;
  border: none;
}
@media screen and (min-width: 1400px) {
  .search-form, .search-form.active {
    max-width: 560px;
  }
}

.search-input {
  vertical-align: middle;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 65px 0 10px;
  font-family: inherit;
  font-size: 24px;
  line-height: 1;
  color: #444444;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
@media screen and (min-width: 1400px) {
  .search-input {
    height: 70px;
    padding: 0 91px 0 14px;
    font-size: 34px;
  }
}
.search-input::-ms-clear {
  display: none;
}
.search-input::-webkit-input-placeholder {
  padding: 2px 0 4px 0;
  line-height: 1;
  color: #444444;
  color: rgba(68, 68, 68, 0.5);
}
@media screen and (min-width: 1400px) {
  .search-input::-webkit-input-placeholder {
    padding: 3px 0 6px 0;
  }
}
.search-input:focus {
  outline: none;
}

.search-btn,
.search-submit {
  vertical-align: top;
  width: 30px;
  height: 50px;
  background-color: transparent;
}
@media screen and (min-width: 1400px) {
  .search-btn,
  .search-submit {
    width: 42px;
    height: 70px;
  }
}
.no-svg .search-btn, .no-svg
.search-submit {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/ico-search-white.png");
}
.no-svg .light-background .search-btn, .no-svg .light-background
.search-submit {
  background-image: url("../images/ico-search-black.png");
}

.search-submit {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  right: 25px;
  padding-top: 2px;
  width: 41px;
  background-size: 32px;
  background-color: transparent;
}
@media screen and (min-width: 1400px) {
  .search-submit {
    right: 35px;
    padding-top: 3px;
    width: 57px;
    background-size: 45px;
  }
  .search-submit svg {
    width: 28px;
    height: 29px;
  }
}
.search-submit:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.search-btn {
  position: relative;
  z-index: 19;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  font-size: 0;
}
.front-page .header-options .search-btn {
  top: 1px;
}
.content-page .header-options .search-btn {
  top: 4px;
}
.header-options .search-btn svg {
  fill: rgba(68, 68, 68, 0.67);
}
.front-page .header-options .search-btn svg {
  fill: #FFFFFF;
}
.front-page .light-background .search-btn svg {
  fill: #000000;
}
.search-btn:hover svg {
  fill: rgba(68, 68, 68, 0.47);
}
.search-btn:focus {
  outline: none;
}
@media screen and (max-width: 480px) {
  .content-page .header-options .search-btn {
    margin-right: 35px;
  }
}

.search-open-btn.open {
  display: none;
}

.search-close-btn {
  display: none;
}
.search-close-btn.open {
  display: inline-block;
}
.search-inner .search-close-btn.open {
  display: block;
}
.search-inner .search-close-btn.open svg {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.search-inner .search-close-btn.open svg:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
@media screen and (min-width: 1400px) {
  .search-inner .search-close-btn.open svg {
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .search-inner .search-close-btn.open {
    width: 31px;
    height: 31px;
  }
}

.voog-search-modal {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 27px;
  background-color: #EDECEC;
  background-color: rgba(237, 236, 236, 0.95);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 1400px) {
  .voog-search-modal {
    max-width: 560px;
    padding: 28px 38px;
  }
}
.voog-search-modal.search-results-active {
  display: block;
}

.voog-search-modal-results.no-content {
  text-align: center;
}
.voog-search-modal-results h3 {
  margin: 0;
  font-size: 24px;
}
@media screen and (min-width: 1400px) {
  .voog-search-modal-results h3 {
    font-size: 34px;
  }
}
.voog-search-modal-results h3 a {
  text-decoration: none;
  font-weight: 400;
  color: #444444;
}
.voog-search-modal-results h3 a:hover {
  color: #444444;
  color: rgba(68, 68, 68, 0.8);
}
.voog-search-modal-results p {
  margin: 5px 0 0;
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  .voog-search-modal-results p {
    margin-top: 7px;
    font-size: 20px;
  }
}
.voog-search-modal-results em {
  font-style: normal;
  background-color: #F9EC5A;
  background-color: rgba(249, 236, 90, 0.5);
  border-radius: 2px;
  padding: 0 2px;
}
@media screen and (min-width: 1400px) {
  .voog-search-modal-results em {
    border-radius: 4px;
    padding: 0 3px;
  }
}

.voog-search-modal-result {
  margin-top: 18px;
}
@media screen and (min-width: 1400px) {
  .voog-search-modal-result {
    margin-top: 25px;
  }
}
.voog-search-modal-result:first-child {
  margin-top: 0;
}

/* FORMS */
.content-formatted form {
  max-width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 1400px) {
  .content-formatted form {
    margin-top: 28px;
  }
}
.content-formatted .form_field {
  margin-top: 15px;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field {
    margin-top: 21px;
  }
}
.content-formatted .form_field:first-child {
  margin-top: 0;
}
.content-formatted .form_field,
.content-formatted .edy-fe-label {
  font-size: 14px;
  color: #444444;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field,
  .content-formatted .edy-fe-label {
    font-size: 20px;
  }
}
.front-page .content-formatted .form_field, .front-page
.content-formatted .edy-fe-label {
  color: white;
}
.light-background .content-formatted .form_field, .light-background
.content-formatted .edy-fe-label {
  color: black;
}
.content-formatted .form_field label {
  position: relative;
  display: inline;
  padding-left: 8px;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field label {
    padding-left: 11px;
  }
}
.content-formatted .form_field label:after {
  content: '\a';
  white-space: pre;
}
.content-formatted .form_field label:before {
  display: block;
}
.content-formatted .form_field .edy-fe-label,
.content-formatted .form_field .form_field_label {
  padding-left: 0;
  font-weight: 600;
}
.content-formatted .comment-form .form_field label {
  padding-left: 0;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_submit input {
  font-family: inherit;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field_textfield,
  .content-formatted .form_field_textarea,
  .content-formatted .form_field_select,
  .content-formatted .form_submit input {
    font-size: 20px;
  }
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_field_file {
  max-width: 100%;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select {
  width: 280px;
  margin: 8px 0 0;
  padding: 5px 8px 6px;
  background-color: #f2f2f2;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field_textfield,
  .content-formatted .form_field_textarea,
  .content-formatted .form_field_select {
    width: 392px;
    margin: 11px 0 0;
    padding: 7px 11px 8px;
  }
}
@media screen and (max-width: 420px) {
  .content-formatted .form_field_textfield,
  .content-formatted .form_field_textarea,
  .content-formatted .form_field_select {
    width: 100%;
  }
}
.content-formatted .form_field_textfield:focus,
.content-formatted .form_field_textarea:focus,
.content-formatted .form_field_select:focus {
  outline: none;
}
.content-formatted .form_field_select {
  padding: 7px 9px;
  text-indent: 0.01px;
  text-overflow: '';
  background-position: 97.5% 13px;
  background-repeat: no-repeat;
  border: none;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field_select {
    padding: 10px 13px;
  }
}
.no-svg .content-formatted .form_field_select {
  background-image: url("../images/ico-arrow-down.png");
}
.svg .content-formatted .form_field_select {
  background-image: url("../images/ico-arrow-down.png");
}
.content-formatted .form_field_checkbox,
.content-formatted .form_field_radio {
  visibility: hidden;
  margin-bottom: 8px;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field_checkbox,
  .content-formatted .form_field_radio {
    margin-bottom: 11px;
  }
}
.content-formatted .form_field_checkbox + .form_control_indicator,
.content-formatted .form_field_radio + .form_control_indicator {
  position: absolute;
  left: 3px;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #f2f2f2;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field_checkbox + .form_control_indicator,
  .content-formatted .form_field_radio + .form_control_indicator {
    left: 4px;
    width: 21px;
    height: 21px;
  }
}
.content-formatted .form_field_checkbox + .form_control_indicator {
  top: 3px;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field_checkbox + .form_control_indicator {
    top: 4px;
  }
}
.content-formatted .form_field_checkbox:checked + .form_control_indicator:before {
  position: absolute;
  top: -3px;
  left: -3px;
  display: block;
  width: 14px;
  height: 14px;
  content: '';
  background-size: cover;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field_checkbox:checked + .form_control_indicator:before {
    top: -4px;
    left: -4px;
    width: 20px;
    height: 20px;
  }
}
.no-svg .content-formatted .form_field_checkbox:checked + .form_control_indicator:before {
  background-image: url("../images/ico-tick.png");
}
.svg .content-formatted .form_field_checkbox:checked + .form_control_indicator:before {
  background-image: url("../assets/ico-tick.svg");
}
.content-formatted .form_field_radio + .form_control_indicator {
  top: 2px;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field_radio + .form_control_indicator {
    top: 3px;
  }
}
.content-formatted .form_field_radio + .form_control_indicator, .content-formatted .form_field_radio + .form_control_indicator:before {
  border-radius: 100%;
}
.content-formatted .form_field_radio:checked + .form_control_indicator:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  background-color: #444444;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field_radio:checked + .form_control_indicator:before {
    width: 21px;
    height: 21px;
  }
}
.content-formatted .form_field_size_medium {
  width: 420px;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field_size_medium {
    width: 588px;
  }
}
@media screen and (max-width: 420px) {
  .content-formatted .form_field_size_medium {
    width: 100%;
  }
}
.content-formatted .form_field_size_large {
  width: 580px;
}
.content-formatted .form_submit input {
  display: block;
  margin: 18px 0 0;
  padding: 8px 11px;
  font-size: 14px;
  color: white;
  line-height: 1;
  background-color: #0066bb;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.content-formatted .form_submit input:hover {
  background-color: #0066BB;
  background-color: rgba(0, 102, 187, 0.8);
}
.front-page .content-formatted .form_submit input {
  margin: 18px auto 0;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_submit input {
    margin-top: 25px;
    padding: 11px 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .content-formatted .form_submit input {
    width: 100%;
  }
}
.content-formatted .form_field_required .form_field_label:after {
  content: ' * \a';
}
.content-formatted .form_field_with_errors .form_field_textfield,
.content-formatted .form_field_with_errors .form_field_textarea {
  border: 1px solid #cc0000;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field_with_errors .form_field_textfield,
  .content-formatted .form_field_with_errors .form_field_textarea {
    border-width: 1px;
  }
}
.content-formatted .form_field_error {
  margin-top: 5px;
  margin-left: 1px;
  color: #cc0000;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_field_error {
    margin-top: 7px;
    margin-left: 1px;
  }
}
.content-formatted .feedback-loading,
.content-formatted .feedback-error,
.content-formatted .feedback-success,
.content-formatted .form_error,
.content-formatted .form_notice {
  display: inline-block;
  vertical-align: top;
  color: white;
  line-height: 1em;
}
.content-formatted .feedback-error,
.content-formatted .feedback-success,
.content-formatted .form_error,
.content-formatted .form_notice {
  padding: 8px 12px;
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  .content-formatted .feedback-error,
  .content-formatted .feedback-success,
  .content-formatted .form_error,
  .content-formatted .form_notice {
    padding: 11px 17px;
    font-size: 20px;
  }
}
.content-formatted .feedback-error,
.content-formatted .feedback-loading,
.content-formatted .feedback-success {
  margin: 18px 0 0;
}
@media screen and (min-width: 1400px) {
  .content-formatted .feedback-error,
  .content-formatted .feedback-loading,
  .content-formatted .feedback-success {
    margin-top: 25px;
  }
}
.content-formatted .feedback-loading {
  width: 60px;
  text-align: center;
  font-size: 30px;
  background-color: #444444;
  background-color: rgba(68, 68, 68, 0.5);
}
@media screen and (min-width: 1400px) {
  .content-formatted .feedback-loading {
    width: 84px;
  }
}
.content-formatted .feedback-loading span {
  display: inline-block;
  vertical-align: middle;
  width: 7.5px;
  height: 7.5px;
  margin: 0 3px 5px 0;
  background: transparent;
  border-radius: 50%;
  -webkit-animation: feedback-loading 0.8s linear infinite;
  -moz-animation: feedback-loading 0.8s linear infinite;
  animation: feedback-loading 0.8s linear infinite;
}
@media screen and (min-width: 1400px) {
  .content-formatted .feedback-loading span {
    width: 11px;
    height: 11px;
    margin-right: 4px;
    margin-bottom: 7px;
  }
}
.content-formatted .feedback-loading span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.content-formatted .feedback-loading span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.content-formatted .feedback-loading span:last-child {
  margin-right: 0;
}
@-webkit-keyframes feedback-loading {
  0% {
    background: transparent;
  }
  50% {
    background: #FFFFFF;
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes feedback-loading {
  0% {
    background: transparent;
  }
  50% {
    background: #FFFFFF;
  }
  100% {
    background: transparent;
  }
}
@keyframes feedback-loading {
  0% {
    background: transparent;
  }
  50% {
    background: #FFFFFF;
  }
  100% {
    background: transparent;
  }
}
.content-formatted .feedback-error,
.content-formatted .form_error {
  background-color: #cc0000;
}
.content-formatted .feedback-success,
.content-formatted .form_notice {
  background-color: #60a740;
}
.content-formatted .form_error,
.content-formatted .form_notice {
  margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
  .content-formatted .form_error,
  .content-formatted .form_notice {
    margin-bottom: 28px;
  }
}
.content-formatted .close-btn {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-bottom: 5px;
  margin-left: 9;
  padding: 0;
  border: 1px solid #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (min-width: 1400px) {
  .content-formatted .close-btn {
    width: 28px;
    height: 28px;
    margin-top: 3px;
    margin-bottom: 7px;
    margin-left: 13px;
  }
}
.content-formatted .close-btn:hover {
  opacity: .8;
}
.content-formatted .close-btn:focus {
  outline: none;
}
.no-svg .content-formatted .close-btn {
  background: url("../images/ico-close.png") center center no-repeat;
}
.svg .content-formatted .close-btn {
  background: url("../assets/ico-close.svg") center center no-repeat;
}

/* COMMENTS */
.comments {
  margin-top: 27px;
  padding: 25px 5px 0;
  border-top: 1px solid #888888;
  border-top: 1px solid rgba(136, 136, 136, 0.33);
}
@media screen and (min-width: 1400px) {
  .comments {
    margin-top: 35px;
    padding: 35px 7px 0;
    border-width: 1px;
  }
}
.comments .comments-title {
  font-size: 30px;
}
@media screen and (min-width: 1400px) {
  .comments .comments-title {
    font-size: 42px;
  }
}
.comments .comment,
.comments .comment-form {
  margin-top: 30px;
}
@media screen and (min-width: 1400px) {
  .comments .comment,
  .comments .comment-form {
    margin-top: 42px;
  }
}
.comments .comment {
  padding-left: 20px;
  line-height: 1.5;
  border-left: 3px solid #000000;
  border-left: 3px solid rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 1400px) {
  .comments .comment {
    border-width: 4px;
  }
}
.comments .comment-info {
  color: #e2e2e2;
}

/* FOOTER */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 20px;
  padding: 60px 0 20px;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .footer {
    min-height: 28px;
    padding: 84px 0 28px;
  }
}
.container-long .footer {
  position: static;
  box-sizing: border-box;
  width: 100%;
  margin-top: -43px;
  padding-bottom: 21px;
}
@media screen and (min-width: 1400px) {
  .container-long .footer {
    margin-top: -60px;
    padding-bottom: 29px;
  }
}
.footer .footer-inner {
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  .footer .footer-inner {
    max-width: 1008px;
  }
}
.footer .content-formatted,
.footer .voog-reference {
  display: inline-block;
  vertical-align: middle;
}
.footer .content-formatted {
  min-width: 100px;
  margin: 0 auto;
  padding-right: 10px;
  text-align: center;
  font-size: 9px;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.33);
}
.footer .content-formatted:empty {
  display: none;
}
@media screen and (min-width: 1400px) {
  .footer .content-formatted {
    min-width: 140px;
    padding-right: 14px;
    font-size: 13px;
  }
}
.footer .content-formatted a {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.66);
}
.footer .content-formatted a:hover {
  color: white;
}
@media screen and (max-width: 640px) {
  .footer .content-formatted {
    display: block;
    padding: 0 20px;
  }
}
.footer.light-background .content-formatted {
  color: #000000;
  color: rgba(0, 0, 0, 0.66);
}
.footer.light-background .content-formatted a {
  color: #000000;
  color: rgba(0, 0, 0, 0.88);
}
.footer.light-background .content-formatted a:hover {
  color: black;
}

.voog-reference a {
  display: block;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  width: 35px;
  height: 8px;
  font-size: 0;
  background-size: cover;
}
@media screen and (min-width: 1400px) {
  .voog-reference a {
    width: 52px;
    height: 12px;
  }
}
.svg .voog-reference a {
  background-image: url("../assets/ico-voog-white.svg");
}
.no-svg .voog-reference a {
  background-image: url("../images/ico-voog-white.png");
}
.no-svg .light-background .voog-reference a {
  background-image: url("../images/ico-voog-black.png");
}
.svg .light-background .voog-reference a {
  background-image: url("../assets/ico-voog-black.svg");
}
.voog-reference a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.footer-gradient {
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
}
