/* FONTS */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/montserrat-regular.eot?#iefix") format("embedded-opentype"), url("../assets/montserrat-regular.woff2") format("woff2"), url("../assets/montserrat-regular.woff") format("woff"), url("../assets/montserrat-regular.ttf") format("truetype"), url("../assets/montserrat-regular.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/montserrat-bold.eot?#iefix") format("embedded-opentype"), url("../assets/montserrat-bold.woff2") format("woff2"), url("../assets/montserrat-bold.woff") format("woff"), url("../assets/montserrat-bold.ttf") format("truetype"), url("../assets/montserrat-bold.svg#Montserrat") format("svg");
}
.scrollpos {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background: #fff;
}

.cfx:after {
  display: block;
  height: 0;
  clear: both;
  content: ' ';
  visibility: hidden;
}

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

.dark-background .edy-empty-bordered {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
.dark-background .placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-background .edy-content-element-hover {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
}
.dark-background .edy-texteditor-active {
  outline-width: 1px;
  outline-style: solid;
  outline-color: rgba(255, 255, 255, 0.4);
}
.dark-background .edy-texteditor-active:hover {
  outline-color: rgba(255, 255, 255, 0.63);
}

.voog-bg-picker-btn {
  top: 0;
  left: 0;
  padding: 0;
  cursor: pointer;
  border: none;
}

body {
  padding: 0;
  margin: 0 auto;
  font: 100 20px/1.0 "EB Garamond", "Georgia", serif;
  color: #222;
}
@media screen and (max-width: 640px) {
  body.voog-search-visible {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden;
  }
}

.edy-bar-open:after {
  display: table;
  clear: both;
  content: ' ';
}

.content-page .container {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 25px;
}
.container a {
  text-decoration: none;
}
.container a img {
  border: 0;
}
.container .horizontal-line {
  width: 100%;
  height: 1px;
  max-width: 100%;
  margin-bottom: 12px;
  background: rgba(0, 0, 0, 0.65);
}

.front-page .wrap {
  max-width: 940px;
  margin: 0 auto;
}
.front-page .content .wrap {
  padding: 1px 1px 17px;
}
@media screen and (max-width: 640px) {
  .front-page .content .wrap {
    padding: 20px 0 0;
  }
}
.front-page .background-color {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.front-page .content-body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
}
.front-page .content-body:empty {
  display: none;
}
.front-page .content-body a {
  color: rgba(0, 0, 0, 0.3);
}
.front-page .content-body a:hover {
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  .front-page .content-body {
    font-size: 15px;
  }
}

.header-banner {
  position: relative;
  min-height: 350px;
  background-size: cover;
  background-position: center center;
}
.flexbox .header-banner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 640px) {
  .header-banner {
    min-height: 340px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.header-banner .header-body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  box-sizing: border-box;
}
.no-flexbox .header-banner .header-body {
  display: table;
  width: 100%;
  min-height: 350px;
  margin: 0 auto;
}
.header-banner .header-inner {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.no-flexbox .header-banner .header-inner {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .header-banner .header-inner {
    font-size: 16px;
  }
}
@media screen and (max-width: 452px) {
  .header-banner .header-inner {
    min-width: 0;
  }
}
.header-banner .header-inner,
.header-banner .header-inner h1,
.header-banner .header-inner h2,
.header-banner .header-inner h3,
.header-banner .header-inner h4,
.header-banner .header-inner h5,
.header-banner .header-inner h6,
.header-banner .header-inner pre,
.header-banner .header-inner code {
  color: rgba(0, 0, 0, 0.8);
}
.header-banner .header-inner table {
  margin: 0 auto;
}
.header-banner .header-inner ul,
.header-banner .header-inner ol,
.header-banner .header-inner dl,
.header-banner .header-inner table,
.header-banner .header-inner pre,
.header-banner .header-inner code,
.header-banner .header-inner form,
.header-banner .header-inner .form {
  text-align: left;
}
.header-banner .edys-gallery-area,
.header-banner .edy-gallery-area {
  font-size: 0;
}
.header-banner .edys-gallery-area .edys-gallery-item,
.header-banner .edys-gallery-area .edy-gallery-item,
.header-banner .edys-gallery-area .edy-gallery-sortable-placeholder,
.header-banner .edy-gallery-area .edys-gallery-item,
.header-banner .edy-gallery-area .edy-gallery-item,
.header-banner .edy-gallery-area .edy-gallery-sortable-placeholder {
  display: inline-block;
  float: none;
  margin: 3px 0 3px 6px;
}
.header-banner .edy-ca-empty {
  max-width: 412px;
  margin: 0 auto;
}
.header-banner .edy-empty-bordered {
  padding: 56px 40px 52px;
}

.common-page .edy-img-container {
  margin-left: -80px;
}
.common-page .content-header {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 46px;
  line-height: 1;
}

@media screen and (max-width: 999px) {
  .common-page .content-body {
    display: block;
    max-width: 100%;
  }
  .common-page .content-second {
    display: inline-block;
    margin-left: 0;
  }
  .common-page .edy-img-container {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0;
    margin: 0 20px;
  }

  .common-page .content-body {
    width: 100%;
  }
}
.content-formatted {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.dark-background .content-formatted, .dark-background
.content-formatted p, .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 ul, .dark-background
.content-formatted ol, .dark-background
.content-formatted table, .dark-background
.content-formatted pre, .dark-background
.content-formatted code {
  color: rgba(255, 255, 255, 0.8);
}
.content-formatted h1,
.content-formatted h2,
.content-formatted h3,
.content-formatted h4,
.content-formatted h5,
.content-formatted h6 {
  margin: 0 0 0px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.content-formatted h2,
.content-formatted h3,
.content-formatted h4,
.content-formatted h5,
.content-formatted h6 {
  color: #c33;
  text-transform: uppercase;
}
.content-formatted h1 {
  font-size: 36px;
  line-height: 0;
}
.content-formatted h2 {
  font-size: 24px;
}
.content-formatted h3,
.content-formatted h4,
.content-formatted h5,
.content-formatted h6 {
  font-size: 18px;
}
.content-formatted p {
  margin: 0 0 25px;
}
.content-formatted p:last-child {
  margin: 0;
}
.content-formatted a {
  color: rgba(0, 0, 0, 0.5);
}
.content-formatted a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.dark-background .content-formatted a {
  color: rgba(255, 255, 255, 0.5);
}
.dark-background .content-formatted a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.content-formatted img {
  height: auto;
  max-width: 100%;
  border: 0;
  filter: none;
  -webkit-filter: none;
}  
  .content-formatted img:hover {
  filter: none;
  -webkit-filter: none;
}
.content-formatted b,
.content-formatted strong {
  font-weight: 600;
}
.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 code {
  font-size: 14px;
  background-color: #fafafa;
}
.dark-background .content-formatted pre, .dark-background
.content-formatted code {
  background-color: #050505;
}
.content-formatted pre {
  padding: 10px;
  overflow: auto;
}
.content-formatted pre code {
  display: inline;
  padding: 0;
  line-height: inherit;
  white-space: pre;
  background-color: transparent;
  overflow-wrap: normal;
  word-wrap: normal;
  word-break: normal;
}
.content-formatted code {
  display: inline-block;
  padding: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.content-formatted span {
  line-height: 1;
}
.content-formatted table {
  border-collapse: collapse;
}
.public .content-formatted table {
  word-break: initial;
}
.content-formatted table td {
  padding: 10px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.content-formatted .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.blog-page .post-content .content-formatted .edy-positionable-container-maxwidth, .post-page .post-content .content-formatted .edy-positionable-container-maxwidth {
  width: auto !important;
  max-width: none !important;
  margin-right: -70px !important;
  margin-left: -70px !important;
}
.content-formatted .edy-positionable-container-center,
.content-formatted .edy-positionable-container-left-block,
.content-formatted .edy-positionable-container-right-block,
.content-formatted .edy-texteditor-container-wrapper-center,
.content-formatted .edy-texteditor-container-wrapper-left-block,
.content-formatted .edy-texteditor-container-wrapper-right-block {
  margin-top: 0px;
  margin-bottom: 0px;
}
.content-formatted .edy-positionable-container-center:first-child,
.content-formatted .edy-positionable-container-left-block:first-child,
.content-formatted .edy-positionable-container-right-block:first-child,
.content-formatted .edy-texteditor-container-wrapper-center:first-child,
.content-formatted .edy-texteditor-container-wrapper-left-block:first-child,
.content-formatted .edy-texteditor-container-wrapper-right-block:first-child {
  margin-top: 0;
}
.content-formatted .edy-positionable-container-center:last-child,
.content-formatted .edy-positionable-container-left-block:last-child,
.content-formatted .edy-positionable-container-right-block:last-child,
.content-formatted .edy-texteditor-container-wrapper-center:last-child,
.content-formatted .edy-texteditor-container-wrapper-left-block:last-child,
.content-formatted .edy-texteditor-container-wrapper-right-block:last-child {
  margin-bottom: 0;
}
.content-formatted .edy-positionable-container-left,
.content-formatted .edy-positionable-container-right {
  width: 45%;
}
.content-formatted .edy-positionable-container-left,
.content-formatted .edy-texteditor-container-wrapper-left {
  margin-right: 25px;
}
.content-formatted .edy-positionable-container-right,
.content-formatted .edy-texteditor-container-wrapper-right {
  margin-left: 25px;
}
.content-formatted .edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 16px;
  line-height: 1.3;
  content: attr(data-title);
}

@media screen and (max-width: 640px) {
  .content-formatted .edy-img-container {
    margin: 0 -25px;
  }
  .content-formatted .form_field_textfield,
  .content-formatted .form_field_textarea,
  .content-formatted .form_field_file {
    width: 100%;
  }
  .post .content-formatted .edy-positionable-container-maxwidth {
    width: auto !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.menu {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
}
.menu li a {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.menu li a:hover {
  color: rgba(0, 0, 0, 0.8);
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
.menu li a:hover:before {
  background-color: transparent;
}
.menu li.active a {
  color: rgba(0, 0, 0, 0.8);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.menu li.active a:hover {
  color: rgba(0, 0, 0, 0.85);
}

.main-menu,
.lang-menu {
  float: left;
}

.search-enabled.lang-enabled.voog-search-visible.flags-disabled .main-menu {
  margin-right: 240px;
}
.search-enabled.lang-enabled.voog-search-visible .main-menu {
  margin-right: 175px;
}
.search-enabled.lang-enabled.flags-disabled .main-menu {
  margin-right: 120px;
}
.search-enabled.lang-enabled .main-menu {
  margin-right: 70px;
}
.lang-enabled .main-menu {
  margin-right: 45px;
}
.lang-enabled.flags-disabled .main-menu {
  margin-right: 95px;
}
.search-enabled.voog-search-visible .main-menu {
  margin-right: 145px;
}
.search-enabled .main-menu {
  margin-right: 40px;
}
.main-menu li {
  display: inline-block;
  margin-right: 5px;
}
.main-menu li:last-child {
  margin-right: 0;
}
.main-menu li a {
  text-transform: uppercase;
}
.main-menu li a.untranslated {
  color: #c33;
}
.main-menu .editmode-button {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .main-menu .editmode-button {
    margin-top: 3px;
    margin-left: 0;
    margin-bottom: 7px;
  }
  .main-menu .editmode-button:last-child {
    margin-top: 10px;
  }
  .main-menu .editmode-button a {
    padding: 10px 15px !important;
    background-color: #838383 !important;
    vertical-align: middle !important;
  }
}
@media screen and (max-width: 640px) {
  .search-enabled.lang-enabled.voog-search-visible .main-menu, .search-enabled.lang-enabled .main-menu, .lang-enabled .main-menu, .search-enabled.voog-search-visible .main-menu, .search-enabled .main-menu {
    margin-right: 0;
  }
}

.sub-menu li {
  padding-bottom: 7px;
  line-height: .85;
}
.sub-menu li:last-child {
  padding-bottom: 0;
}
.sub-menu li.active {
  font-weight: 600;
  text-transform: uppercase;
}
.sub-menu li a {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 16px;
  font-weight: 300;
  color: #888;
}
.sub-menu li a.untranslated {
  color: #c33;
}
@media screen and (max-width: 999px) {
  .sub-menu li.editmode-button {
    margin-right: 5px;
  }
}

.mobile-menu {
  position: relative;
  z-index: 4;
  display: none;
}

.lang-menu-toggle {
  position: relative;
  display: inline-block;
  height: 25px;
  padding: 0;
  margin-left: 10px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  vertical-align: top;
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
}
.lang-menu-toggle:before, .lang-menu-toggle:after {
  right: 5px;
}
.flags-disabled .lang-menu-toggle .ico-popover-toggle {
  position: relative;
  top: -1px;
  display: inline-block;
  font-size: 7.2px;
}
.flags-enabled .lang-menu-toggle {
  width: 31px;
}
.flags-enabled .lang-menu-toggle .lang-title,
.flags-enabled .lang-menu-toggle .ico-popover-toggle {
  display: none;
}
.search-enabled .lang-menu-toggle {
  margin-left: 0;
}

.lang-menu-toggle:before, .lang-menu-toggle:after,
.lang-menu li a.lang-flag:before,
.lang-menu li a.lang-flag:after {
  position: absolute;
  top: 5px;
  display: block;
  width: 21px;
  height: 15px;
  content: '';
}
.flags-disabled .lang-menu-toggle:before, .flags-disabled .lang-menu-toggle:after, .flags-disabled
.lang-menu li a.lang-flag:before, .flags-disabled
.lang-menu li a.lang-flag:after {
  display: none;
}
.lang-menu-toggle:before,
.lang-menu li a.lang-flag:before {
  background-color: black;
}
.lang-menu-toggle:after,
.lang-menu li a.lang-flag:after {
  background-repeat: no-repeat;
  opacity: .95;
}
.no-svg .lang-menu-toggle:after, .no-svg
.lang-menu li a.lang-flag:after {
  background-image: url("../images/ico-flags.png");
}
.svg .lang-menu-toggle:after, .svg
.lang-menu li a.lang-flag:after {
  background-image: url("../assets/ico-flags.svg");
}

.lang-menu-popover {
  display: none;
}
.lang-menu-popover.expanded {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 20;
  display: block;
  min-width: 138px;
  padding: 0;
  font-size: 12px;
  background: #fff;
  -webkit-border: 1px solid #e1e1e1;
  border: 1px solid #e1e1e1;
}
.flags-disabled .lang-menu-popover.expanded {
  min-width: 121px;
}

.lang-menu {
  position: relative;
  top: 3px;
  display: table-cell;
  height: 13px;
  line-height: 1.1;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .lang-menu {
    top: 0;
  }
}
.flags-disabled .lang-menu .lang-flag {
  padding-right: 4px;
}
.flags-disabled .lang-menu .lang-flag:before, .flags-disabled .lang-menu .lang-flag:after {
  display: none;
}
.lang-menu li a {
  position: relative;
  display: block;
  padding: 6px 30px 4px 4px;
  color: #888;
  text-transform: uppercase;
  text-align: right;
}
.lang-menu li a.lang-flag:before, .lang-menu li a.lang-flag:after {
  right: 4px;
}
.lang-menu li .edy-menu-langadd {
  padding-right: 10px;
}
.lang-menu li.active a,
.lang-menu li.active a:hover {
  color: #333;
}
.lang-menu .add-lang-btn {
  margin-top: 10px;
  margin-right: 12px;
}

.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: #000;
  background-color: rgba(0, 0, 0, 0.09);
}
.lang-options .menu .menu-item {
  padding: 7px 5px;
  margin-top: 8px;
  font-size: 13px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .lang-options {
    display: none;
  }
}

.option-btn {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  color: #0066bb;
}
.option-btn:hover {
  color: #06b;
  color: rgba(0, 102, 187, 0.8);
}
.option-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.option-btn:focus {
  outline: none;
}
.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;
}

@media screen and (max-width: 640px) {
  .mobile-menu-toggler,
  #mobile-menu,
  #mobile-search {
    display: none;
  }

  .main-menu {
    text-align: right;
  }
  .main-menu .menu li {
    margin-right: 0;
  }
  .main-menu li {
    display: block;
  }
  .main-menu li a {
    display: inline-block;
    padding: 5px 5px 5px;
    margin-right: 20px;
    font-size: 14px;
    color: #d8d8d8;
    vertical-align: top;
    background: #838383;
  }
  .main-menu li a:hover,
  .main-menu li.active a:hover {
    color: #fafafa;
  }
  .main-menu li.active a {
    font-weight: 400;
    color: #000;
  }

  .lang-menu {
    z-index: 12;
    display: none;
    padding-left: 0;
  }
  .flags-enabled .lang-menu li a {
    font-size: 0;
    text-indent: -9999px;
  }
  .flags-enabled .lang-menu li a.edy-menu-langadd {
    margin: 15px;
  }
  .flags-disabled .lang-menu li a {
    width: auto;
    padding: 13px 9px 12px;
  }
  .lang-menu .menu {
    position: relative;
    right: 0;
    display: inline-block;
    float: right;
    width: auto;
    height: auto;
    padding: 0;
  }
  .lang-menu li a,
  .lang-menu li a:hover,
  .lang-menu li.active a,
  .lang-menu li.active a:hover {
    background-color: #838383;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }
  .lang-menu li {
    float: right;
  }
  .lang-menu li a {
    width: 21px;
    height: 15px;
    padding: 13px 9px 12px;
    opacity: .95;
    color: white;
  }
  .lang-menu li a.lang-flag:before, .lang-menu li a.lang-flag:after {
    top: 13px;
    left: 8px;
  }
  .lang-menu li.active a.lang-flag,
  .lang-menu li.active a.lang-flag:hover {
    text-decoration: none;
    background-color: #5e5e5e;
  }
  .lang-menu li a:hover,
  .lang-menu li.active a:hover {
    top: 0;
    left: 0;
    margin: 0;
    background: #5e5e5e;
  }
  .lang-menu .add-lang-btn {
    top: 0;
    left: 0;
    padding: 7px 15px 11px;
    margin: 0;
    background-color: #838383;
    opacity: .95;
  }
  .lang-menu .add-lang-btn a {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    text-indent: 0;
  }
  .lang-menu .add-lang-btn a:hover {
    background: inherit;
  }
}
.header {
  position: relative;
  z-index: 10;
  min-height: 27px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #ffffff;
}
.front-page .header {
  margin-top: 33px;
  margin-bottom: 33px;
  padding-right: 20px;
  padding-left: 20px;

}
.content-page .header {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .content-page .header {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    position: static;
  }
  .search-enabled .header {
    padding-right: 70px;
  }
}
.header.header-fixed {
  position: fixed;
  top: -200px;
  right: 0;
  left: 0;
  z-index: 10;
  padding: 15px 25px;
  margin-top: 0;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 10px 0 #888;
  box-shadow: 0 0 10px 0 #888;
}
.voog-search-visible .header.header-fixed {
  display: none;
}
.header.header-animated {
  -webkit-transition: top .3s ease-in-out;
  transition: top .3s ease-in-out;
}
.header .header-inner {
  max-width: 940px;
  padding: 0;
  margin: 0 auto;
}
.flexbox .header .header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
@media screen and (max-width: 640px) {
  .flexbox .header .header-inner {
    display: block;
  }
}
.header .header-inner .header-title {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  vertical-align: top;
}
.editmode .header .header-inner .header-title {
  min-width: 100px;
}
.header .header-inner .header-title a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
.header .header-inner .header-title a:hover {
  color: rgba(0, 0, 0, 0.75);
}
.flexbox .header .header-left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.no-flexbox .header .header-left {
  float: left;
}
@media screen and (max-width: 640px) {
  .no-flexbox .header .header-left {
    float: none;
  }
}
.header .header-right {
  position: relative;
  text-align: right;
  margin-left: 20px;
}
.no-flexbox .header .header-right {
  float: right;
}
.header .header-right .header-options {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .header .header-right .header-options {
    position: static;
  }
}

@media screen and (max-width: 640px) {
  .header, .front-page .header {
    margin: 0 -20px;
    padding: 8px 20px 5px 20px;
  }
  .search-enabled .header, .search-enabled .front-page .header {
    padding-right: 80px;
  }
  .header.header-fixed {
    padding: 7px 45px;
  }
  .header .header-title {
    margin-top: 30px;
    font-size: 36px;
  }
  .header .main-menu {
    display: none;
  }
  .header .header-left,
  .header .header-title {
    display: block;
  }
}
.topbar,
.topbar .main-menu {
  display: none;
}

@media screen and (max-width: 640px) {
  .topbar {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .topbar.fixed .toggle-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .topbar .toggle-btn {
    position: relative;
    z-index: 3;
    float: right;
    padding: 0;
    margin: 0;
    margin-right: 20px;
    margin-top: 5px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    border: 0;
    outline: none;
  }
  .topbar .toggle-btn::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  .topbar .toggle-btn.open, .topbar .toggle-btn.open:hover {
    background: #333;
    opacity: 1;
  }
  .topbar .toggle-btn .close-icon {
    position: relative;
    top: 1px;
    display: none;
  }
  .topbar .toggle-btn.open .toggle-stripe {
    display: none;
  }
  .topbar .toggle-btn.open .close-icon {
    display: block;
  }
  .topbar .toggle-btn:hover {
    opacity: .4;
  }
  .topbar .toggle-stripe {
    width: 20px;
    height: 3px;
    margin: 4px auto;
    background: rgb(0, 0, 0);
    border-radius: 5px;
  }
  .topbar .expanded {
    position: absolute;
    right: 40px;
    display: block;
  }
  .topbar .main-menu {
    top: 40px;
    right: 0;
  }
  .topbar.fixed .lang-menu {
    position: absolute;
    top: 0;
    right: 40px;
    height: 40px;
  }
  .topbar.fixed .main-menu {
    position: absolute;
    top: 40px;
    right: 0;
  }
}
.sidebar {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: top;
}

.sidebar-left {
  max-width: 120px;
}
.sidebar-left .content-formatted h1 {
  margin: 0 0 3px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

@media screen and (max-width: 999px) {
  .sidebar-left {
    position: relative;
    z-index: 1;
    float: right;
    max-width: 105px;
    padding: 15px 5px 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: right;
    background: #e0e0e0;
  }

  .sidebar-right {
    display: block;
    float: right;
    max-width: 85%;
    padding-left: 15%;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: right;
  }
  .sidebar-right .content-formatted {
    display: inline-block;
    width: auto;
    text-align: left;
  }
  .sidebar-right .content-formatted h1 {
    font-size: 35px;
  }
}
.container .content {
  margin-bottom: 30px;
  max-width: 940px;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .container .content {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.content-page .container .content-body {
  display: inline-block;
  width: 85%;
}
@media screen and (max-width: 999px) {
  .content-page .container .content-body {
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 999px) {
  .container .content-body {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .container .content-body {
    margin-bottom: 0;
  }
}
.container .content-header {
  margin-bottom: 45px;
}
.container .content-header h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -3px;
}

.post-header {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post-date {
  text-transform: uppercase;
}

.blog-page .post {
  position: relative;
  margin-bottom: 55px;
}
.blog-page .post:last-child {
  margin-bottom: 25px;
}
.blog-page .post-header {
  position: absolute;
  width: 220px;
  padding-right: 20px;
  margin-top: 0;
}
.blog-page .post-header.bottom {
  bottom: 0;
}
.blog-page .post-header.top {
  top: 0;
}
.blog-page .post-title {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
}
.blog-page .post-title a {
  color: #333;
}
.blog-page .post-date {
  font-size: 12px;
  color: #888;
}
.blog-page .post-content {
  position: relative;
  margin-left: 240px;
}
.blog-page .post-content .image-container:not(:last-child) {
  margin-bottom: 25px;
}
.blog-page .post.fixed-header .post-header {
  position: fixed;
  top: 30px;
  float: left;
  width: 220px;
  padding-right: 20px;
}
.blog-page .post.fixed-header .post-header + .post-content {
  display: inherit;
  margin-left: 240px;
}

.post-page .edy-padding-resizer-wrapper,
.blog-page .edy-padding-resizer-wrapper {
  width: 100%;
}
.post-page .post-content .content-formatted > :not(.image-container):not(table):not(.embed-container):not(.table-container):not(.edy-editable):last-child,
.post-page .post-content .edy-texteditor-view > :not(.image-container):not(table):not(.embed-container):not(.table-container):not(.edy-editable):last-child,
.blog-page .post-content .content-formatted > :not(.image-container):not(table):not(.embed-container):not(.table-container):not(.edy-editable):last-child,
.blog-page .post-content .edy-texteditor-view > :not(.image-container):not(table):not(.embed-container):not(.table-container):not(.edy-editable):last-child {
  margin-bottom: 0;
}
.post-page .post-content .content-formatted > *,
.post-page .post-content .edy-texteditor-view > *,
.blog-page .post-content .content-formatted > *,
.blog-page .post-content .edy-texteditor-view > * {
  margin-bottom: 20px;
}
.post-page .post-content .content-formatted blockquote,
.blog-page .post-content .content-formatted blockquote {
  margin: 0 70px 20px 120px;
  font-weight: 600;
  text-align: right;
}
.post-page .post-content .content-formatted blockquote:last-child,
.blog-page .post-content .content-formatted blockquote:last-child {
  margin-bottom: 0;
}
.post-page .post-content .content-formatted table,
.blog-page .post-content .content-formatted table {
  width: 100%;
}
.post-page .post-excerpt,
.post-page .post-body,
.blog-page .post-excerpt,
.blog-page .post-body {
  margin: 0 70px 20px;
}

.post-page .post-header {
  margin-bottom: 30px;
}
.post-page .post-title {
  margin: 0 0 10px;
  font-size: 50px;
  line-height: 1;
}
.post-page .post-date {
  font-size: 18px;
  font-weight: 400;
  color: #c33;
}
.post-page .post-content {
  display: inline-block;
  width: 100%;
  max-width: 580px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .post-page .post-excerpt,
  .post-page .post-body {
    margin: 0 0 20px;
  }
}
.post-page .image-container {
  margin-bottom: 25px;
}

.blog-header {
  position: relative;
  min-height: 46px;
  margin-top: -15px;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .blog-header {
    min-height: 22px;
    margin-bottom: 15px;
  }
}

.add-post-container {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tags-container {
  z-index: 10;
  margin-top: 0;
  margin-left: 100px;
  text-align: right;
}

.tags {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.tags .tags-list,
.tags .tag-link {
  color: rgba(0, 0, 0, 0.5);
}

.blog-page .tags {
  display: inline-block;
  padding: 12px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.05);
}
.blog-page .tags .tag-link {
  margin-left: 10px;
}
.blog-page .tags .tag-link.active {
  padding-bottom: 2px;
  color: rgba(0, 0, 0, 0.9);
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

.post-page .tags {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 70px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.post-page .tags .tag-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../assets/ico-tags.svg") no-repeat center center;
  opacity: .5;
}
.no-svg .post-page .tags .tag-icon {
  background-image: url("../images/ico-tags.png") no-repeat center center;
}
.post-page .tags .tags-list {
  margin-left: 30px;
  line-height: 1.7;
}

@media screen and (max-width: 640px) {
  .blog-page .post {
    margin-bottom: 30px;
  }
  .blog-page .post-header,
  .blog-page .post-content {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: 0;
  }
  .blog-page .post-body,
  .blog-page .post-excerpt {
    margin-right: 0;
    margin-left: 0;
  }
  .blog-page .post-header {
    position: relative;
    margin-bottom: 10px;
  }
  .blog-page .post-content {
    min-height: initial !important;
    margin-left: 0;
  }
  .blog-page .post-excerpt:last-child {
    margin-bottom: 0;
  }

  .post-page .content-body:first-of-type,
  .blog-page .content-body:first-of-type {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .post-page .post-content .content-formatted > :not(.image-container):not(table):not(.embed-container):not(.table-container):not(.edy-editable),
  .post-page .post-content .edy-texteditor-view > :not(.image-container):not(table):not(.embed-container):not(.table-container):not(.edy-editable),
  .blog-page .post-content .content-formatted > :not(.image-container):not(table):not(.embed-container):not(.table-container):not(.edy-editable),
  .blog-page .post-content .edy-texteditor-view > :not(.image-container):not(table):not(.embed-container):not(.table-container):not(.edy-editable) {
    margin: 0 0 20px;
  }

  .post-page .tags {
    margin-left: 0;
  }

  .tags-container {
    padding-bottom: 45px;
    margin-top: 35px;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
/* SEARCH */
.mobile-search-btns {
  display: none;
}
@media screen and (max-width: 640px) {
  .mobile-search-btns {
    position: absolute;
    top: 0;
    right: 40px;
    display: none;
  }
}

.search {
  position: relative;
  vertical-align: middle;
  float: left;
  font-size: 0;
}
.voog-search-visible .search {
  background-color: #f4f4f4;
  display: inline-block;
}
.header-fixed .search, .search.hidden {
  display: none;
}
@media screen and (max-width: 640px) {
  .search {
    display: none;
    position: absolute;
    top: 6px;
    right: -80px;
    left: -40px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .voog-search-visible .search {
    display: block;
  }
}

.search-form {
  position: relative;
  z-index: 20;
}
.voog-search-visible .search-form {
  background-color: #f4f4f4;
}
@media screen and (max-width: 640px) {
  .search-form {
    display: none;
  }
  .voog-search-visible .search-form {
    display: block;
    background-color: #ffffff;
    border-top: 2px solid rgba(0, 0, 0, 0.65);
    border-bottom: 2px solid rgba(0, 0, 0, 0.65);
  }
}

.search-input {
  display: none;
  vertical-align: middle;
  width: 140px;
  margin: 0;
  padding: 8px 30px 7px 9px;
  font-family: inherit;
  font-size: 12px;
  color: #1B2124;
  color: rgba(27, 33, 36, 0.67);
  background-color: transparent;
  box-sizing: border-box;
  border: none;
}
.voog-search-visible .search-input {
  display: block;
}
.search-input:focus {
  outline: none;
}
.search-input::-ms-clear {
  display: none;
}
@media screen and (max-width: 640px) {
  .search-input {
    width: 100%;
    padding: 11px 50px 11px 20px;
    font-size: 16px;
  }
}

.search-btn {
  vertical-align: top;
  opacity: .35;
  line-height: 0;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}
.search-btn:hover {
  opacity: 1;
}

.search-btn-submit,
.search-btn-open {
  position: relative;
  top: 1px;
  right: 0;
  display: inline-block;
  padding: 5px;
}
.voog-search-visible .search-btn-submit, .voog-search-visible
.search-btn-open {
  display: none;
}
@media screen and (max-width: 640px) {
  .search-btn-submit,
  .search-btn-open {
    top: 0;
    padding: 11px;
  }
}

.search-btn-reset,
.search-btn-close {
  display: none;
  padding: 9px;
}
.voog-search-visible .search-btn-reset, .voog-search-visible
.search-btn-close {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .search-btn-reset,
  .search-btn-close {
    padding: 13px 9px 9px;
  }
  .search-btn-reset svg,
  .search-btn-close svg {
    width: 18px;
    height: 18px;
  }
}

.voog-search-visible .search-btn-submit, .voog-search-visible
.search-btn-reset {
  position: absolute;
  top: 1px;
  right: 0;
}
@media screen and (max-width: 640px) {
  .voog-search-visible .search-btn-submit, .voog-search-visible
  .search-btn-reset {
    top: 0;
  }
}

@media screen and (max-width: 640px) {
  .voog-search-visible .search-btn-submit {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .voog-search-visible .search-btn-reset {
    display: none;
  }
}

.voog-search-modal-inner {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 999;
  display: none;
  width: 350px;
  max-height: 600px;
  padding: 15px 25px;
  text-align: left;
  font-size: 16px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
}
.voog-search-modal-inner.search-results-active {
  display: block;
}
@media screen and (min-width: 640px) and (max-height: 900px) {
  .voog-search-modal-inner {
    max-height: 700px;
  }
}
@media screen and (min-width: 640px) and (max-height: 800px) {
  .voog-search-modal-inner {
    max-height: 600px;
  }
}
@media screen and (min-width: 640px) and (max-height: 700px) {
  .voog-search-modal-inner {
    max-height: 500px;
  }
}
@media screen and (min-width: 640px) and (max-height: 600px) {
  .voog-search-modal-inner {
    max-height: 400px;
  }
}
@media screen and (min-width: 640px) and (max-height: 500px) {
  .voog-search-modal-inner {
    max-height: 300px;
  }
}
@media screen and (min-width: 640px) and (max-height: 400px) {
  .voog-search-modal-inner {
    max-height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .voog-search-modal-inner {
    position: fixed;
    top: 85px;
    left: 0;
    bottom: 0;
    width: auto;
    max-height: none;
    padding: 15px 20px;
    box-sizing: border-box;
    box-shadow: none;
  }
  .voog-search-modal-inner.no-content {
    bottom: auto;
  }
}

.voog-search-modal-result {
  margin-top: 10px;
  margin-bottom: 10px;
}
.voog-search-modal-result h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000000;
}
.voog-search-modal-result h3 a {
  text-decoration: none;
  font-weight: 600;
  color: #1b2124;
}
.voog-search-modal-result h3 a:hover {
  color: #1B2124;
  color: rgba(27, 33, 36, 0.8);
}
.voog-search-modal-result p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #818181;
}
.voog-search-modal-result em {
  font-style: normal;
  background-color: #F9EC5A;
  background-color: rgba(249, 236, 90, 0.5);
  border-radius: 2px;
  padding: 0 0.2em;
}

.content-formatted form,
.content-formatted .form {
  margin-top: 30px;
  margin-bottom: 35px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #919191;
}

.content-formatted form input,
.content-formatted form textarea {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container .placeholder {
  height: 1 !important;
}

.form_field_error,
.form_error {
  font-weight: 700;
  color: #c33;
  font-size: 16px;
}

.form_notice {
  font-weight: 700;
  color: #3c3;
}

.form_error,
.form_notice {
  margin-bottom: 25px;
  font-size: 16px;
}

.form_field {
  margin-bottom: 15px;
}
.form_field label,
.form_field .edy-fe-label {
  display: block;
  padding: 2px 0 1px;
  color: #919191;
}
.header-inner .form_field label, .header-inner
.form_field .edy-fe-label {
  color: rgba(0, 0, 0, 0.8);
}
.dark-background .form_field label, .dark-background
.form_field .edy-fe-label {
  color: white;
}

.form_field label,
.form_field_textfield,
.form_field_textarea,
.form_field_select,
.form_field_file,
.form_submit input {
  font-size: 16px;
}

.form_field_textfield,
.form_field_textarea,
.form_field_file {
  margin: 0;
  border: 0;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form_field_checkbox,
.form_field_radio {
  margin: 3px 5px 3px 2px;
  vertical-align: 2px;
}

.form_field_checkbox {
  margin-left: 1px;
}

.form_field_textarea,
.form_field_textfield,
.form_submit input {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.form_field_textarea,
.form_field_textfield {
  border-bottom: 1px solid #dadada;
}
.header-inner .form_field_textarea, .header-inner
.form_field_textfield {
  background: rgba(255, 255, 255, 0.5);
  border: none;
}
.light-background .form_field_textarea, .light-background
.form_field_textfield {
  background: rgba(0, 0, 0, 0.5);
}

.form_field_textarea {
  width: 30%;
  max-width: 100%;
  min-height: 86px;
  overflow: auto;
}

.form_field_size_medium {
  width: 60%;
}

.form_field_size_large {
  width: 100%;
}

.form_submit input {
  padding: 5px 12px;
  margin: 0;
  color: #888;
  cursor: pointer;
  background: #dadada;
  border: 0;
}
.light-background .form_submit input {
  background: #252525;
  color: rgba(255, 255, 255, 0.5);
}

.comments {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: inline-block;
  width: 100%;
  max-width: 312px;
  margin-left: 42px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: top;
}

.comment-header {
  line-height: 1.6;
}
.comment-header .edy-btn-removecomment {
  vertical-align: -1px;
}

.comments-title {
  margin: 0 0 7px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.comment-form form {
  margin-bottom: 23px;
}
.comment-form input,
.comment-form textarea {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment-form .form_field {
  margin-bottom: 5px;
}
.comment-form .form_field_textfield,
.comment-form .form_field_textarea {
  width: 100%;
  padding: 0;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
}
.comment-form .form_field_textarea {
  min-height: 30px;
  padding: 6px 0;
  line-height: 1.1;
}

.comment {
  margin-bottom: 15px;
  font-size: 14px;
}

.comment-author {
  font-weight: 400;
}

.comment-date {
  display: inline-block;
  color: #919191;
}

.comment-body {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 999px) {
  .comments {
    display: block;
    width: auto;
    max-width: 580px;
    margin-left: 70px;
  }

  .comments-title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .comments {
    margin-bottom: 35px;
    margin-left: 0;
  }
}
.footer {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
    }
.front-page .footer {
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
}
.footer.footer-fixed {
  position: fixed;
  right: 0;
  left: 0;
  width: 215px;
  padding: 20px 20px 20px 25px;
  margin-top: 0;
  margin-bottom: 0;
  background: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.001) 0%, white 15%, white 100%);
}
.footer.footer-fixed .gradient-overlay {
  display: block;
  opacity: 1;
}
.footer.footer-fixed.expanded .gradient-overlay {
  display: none;
}
.footer.footer-animated {
  -webkit-transition: bottom .35s ease-in-out;
  transition: bottom .35s ease-in-out;
}
.footer .gradient-overlay {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: transparent;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.001) 0%, white 50%, white 100%);
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.footer .search {
  max-width: 100%;
}

.voog-reference-wrap, .front-page .voog-reference-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .voog-reference-wrap, .front-page .voog-reference-wrap {
    padding: 0;
  }
}

.voog-reference a {
  display: block;
  opacity: .5;
  width: 35px;
  height: 8px;
  font-size: 0;
  background-size: cover;
}
.no-svg .voog-reference a {
  background-image: url("../images/ico-voog-black.png");
}
.svg .voog-reference a {
  background-image: url("../assets/ico-voog-black.svg");
}
.voog-reference a:hover {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .footer {
    width: 100%;
    max-width: 100%;
    padding: 10px 10px 10px 0;
  }
  .front-page .footer {
    padding: 0;
  }
  .footer.footer-fixed {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .footer .search {
    display: none;
  }
}
