/* RSVP css */

label.form_field_radio_label input {
    width: 25px;
    height: 20px;
}

label.form_field_radio_label {
    padding: 10px;
}

/* RSVP css - lõpp*/

li.active {
    background: white;
    min-width: 70px;
    color: #57aa40;
}

li.active a {
    color: #57aa40;
}

.langs-dropdown {
  position: absolute;
  display: inline-block;
  float: right;
}

ul.langs-dropdown li {
  list-style-type: none 
}

ul.langs-dropdown li.active:before {
    content: "|";
    padding-right: 4px;
}

.langs-dropdown-content {
    min-width: 70px;
    display: none;
    position: absolute;
    background-color: #f9f9f9b8;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.langs-dropdown-content a {
  color: black;
  padding: 12px 12px;
  text-decoration: none;
  display: block;
}

.langs-dropdown-content a:hover {background-color: #f1f1f1}

.langs-dropdown:hover .langs-dropdown-content {
  display: table-footer-group;
  position: unset;
}

.langs-dropdown:hover .dropbtn {
  background-color: #3e8e41;
}


/* GENERAL */
body {
  position: relative;
  margin: 0;
  padding: 0;
  /* font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #000;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
body.dark-background {
  color: white;
}

.content-formatted:after {
  content: "";
  display: table;
  clear: both;
}

.background-color {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu-lang, .search,
.search-left,
.search-right {
  display: inline-block;
}

.voog-bg-picker-btn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.voog-bg-picker-btn:focus {
  outline: none;
}
.voog-bg-picker-btn::-moz-focus-inner {
  padding: 0;
  border: none;
}

.voog-bg-picker-btn {
  position: absolute;
}
.container .voog-bg-picker-btn {
  top: 68px;
  right: 15px;
}

.background-image,
.background-color {
  position: fixed;
  z-index: -2;
}
.container .background-image, .container
.background-color {
  position: static;
  padding: 40px 20px;
  background-color: white;
}
@media screen and (max-width: 752px) {
  .container .background-image, .container
  .background-color {
    padding-top: 1px;
  }
}

.background-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.content-formatted {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.dark-background .content-formatted {
  color: white;
}
.content-formatted h1, .content-formatted h2, .content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6, .content-formatted p, .content-formatted ul, .content-formatted ol, .content-formatted pre, .content-formatted code, .content-formatted iframe, .content-formatted table form {
  margin-bottom: 0;
}
.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 iframe:first-child, .content-formatted table form:first-child {
  margin-top: 0;
}
.content-formatted h1, .content-formatted h2, .content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6 {
  color: #1b2124;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.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 {
  color: white;
}
.content-formatted h1 {
  margin-top: 40px;
  font-size: 50px;
}
.content-formatted h2 {
  margin-top: 15px;
  font-size: 30px;
}
.content-formatted h3, .content-formatted h4, .content-formatted h5, .content-formatted h6 {
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .content-formatted h1 {
    font-size: 30px;
  }
  .content-formatted h2 {
    font-size: 25px;
  }
}
.content-formatted p {
  margin-top: 20px;
}
.content-formatted a {
  color: #0066bb;
}
.dark-background .content-formatted a {
  color: white;
}
.content-formatted a:hover {
  color: #0066bb;
  color: rgba(0, 102, 187, 0.8);
}
.dark-background .content-formatted a:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}
.content-formatted iframe {
  max-width: 100%;
}
.content-formatted iframe,
.content-formatted pre {
  margin-top: 25px;
}
.content-formatted pre,
.content-formatted code {
  font-size: 14px;
  background-color: #fafafa;
}
.dark-background .content-formatted pre, .dark-background
.content-formatted code {
  color: black;
}
.content-formatted pre {
  overflow: auto;
  padding: 10px;
}
.content-formatted pre code {
  display: inline;
  padding: 0;
  white-space: pre;
  line-height: inherit;
  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 blockquote {
  margin: 20px 40px;
}
.content-formatted .custom-btn {
  display: inline-block;
  padding: 7px 9px;
  font-size: 14px;
  color: #1b2124;
  background-color: white;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.75);
  opacity: .75;
}
.content-formatted .custom-btn:hover {
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.public .content-formatted .custom-btn {
  cursor: pointer;
}
.dark-background .content-formatted .custom-btn {
  background-color: black;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.dark-background .content-formatted .custom-btn:hover {
  color: white;
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: .8;
}
.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: 20px;
  margin-bottom: 20px;
}
.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 {
  margin-right: 20px;
}
.content-formatted .edy-positionable-container-right {
  margin-left: 20px;
}
.content-formatted .edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 12px;
  line-height: 1.3em;
  content: attr(data-title);
}
.content-formatted .table-container {
  margin-top: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.content-formatted .horizontal-scroll {
  border-left: 1px dashed #303132;
  border-right: 1px dashed #303132;
}
.content-formatted table {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  border-collapse: collapse;
}
.content-formatted table td {
  padding: 10px;
  border-top: 1px solid #303132;
  border-bottom: 1px solid #303132;
}
.content-formatted .edy-texteditor-view {
  min-height: 32px;
}
.content-formatted .edy-partial-view {
  margin-top: 25px;
}

/* MENUS */
.menu-btn {
  display: none;
}
@media screen and (max-width: 991px) {
  .menu-btn {
    position: absolute;
    top: 11px;
    right: 0;
    display: inline-block;
    height: 38px;
    margin: 0;
    padding: 9px;
    background: none;
    border: 2px solid #0093d9;
    cursor: pointer;
  }
  .menu-btn:focus {
    outline: none;
  }
  .menu-btn::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  .menu-btn .menu-stripe {
    display: block;
    width: 18px;
    height: 2px;
    margin: 5px 0;
    background-color: #57aa40;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-btn .menu-stripe:first-child, .menu-btn .menu-stripe:last-child {
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
  }
  .dark-background .menu-btn .menu-stripe {
    background-color: white;
  }
  .menu-btn.open .menu-stripe:nth-child(2) {
    height: 0;
    margin: 0;
  }
  .menu-btn.open .menu-stripe:first-child {
     -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-btn.open .menu-stripe:last-child {
    margin-top: -2px;
     -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.edit-btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8;
}
.menu-main .edit-btn {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .menu-main .edit-btn {
    margin-right: 0;
  }
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu .menu-link {
  display: block;
  color: #0066bb;
}
@media screen and (min-width: 991px) {
  .dark-background .menu .menu-link {
    color: white;
  }
}
.menu .menu-link.untranslated {
  color: #cc0000;
  color: rgba(204, 0, 0, 0.5);
}
.menu .menu-link:hover {
  color: #727272;
}
@media screen and (min-width: 991px) {
  .dark-background .menu .menu-link:hover {
    color: white;
  }
}
.menu-main .menu .menu-item {
  display: inline-block;
  margin-right: 20px;
  line-height: 1;
}
.menu-main .menu .menu-link.active {
  font-weight: 700;
  color: #727272;
  opacity: .8;
}
@media screen and (min-width: 991px) {
  .dark-background .menu-main .menu .menu-link.active {
    color: white;
    opacity: .5;
  }
}
.menu-main .menu-sub {
  display: none;
}
.menu-main .menu-lang {
  display: none;
}
@media screen and (max-width: 991px) {
  .menu-main {
    display: none;
  }
  .menu-main.expanded {
    position: absolute;
    top: 60px;
    z-index: 1;
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    text-align: left;
    background-color: white;
  }
  .menu-main.expanded .menu .menu-item {
    display: block;
    margin-right: 0;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
  }
  .menu-main.expanded .menu .menu-item:first-child {
    border-top: none;
  }
  .menu-main.expanded .menu .menu-item .menu-link {
    display: block;
    padding: 10px 20px;
    font-size: 20px;
  }
  .menu-main.expanded .menu .menu-item .menu-link.active {
    background-color: #c7e5ff;
  }
  .menu-main.expanded .menu .menu-item .menu-link:hover {
    background-color: #c7e5ff;
    background-color: rgba(199, 229, 255, 0.5);
  }
  .menu-main.expanded .menu .edit-btn {
    display: block;
    padding: 12px 25px;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
  }
  .menu-main.expanded .menu-sub {
    display: block;
  }
  .menu-main.expanded .menu-sub .menu .menu-item:first-child {
    border-top: 1px solid #838586;
    border-top: 1px solid rgba(131, 133, 134, 0.1);
  }
  .menu-main.expanded .menu-sub .menu .menu-link {
    padding: 10px 40px;
    font-size: 14px;
  }
  .menu-main.expanded .menu-sub .menu .menu-link.active {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .menu-main.expanded .menu-lang {
    display: block;
    margin-top: 0;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link {
    position: relative;
    padding: 15px 20px 14px 50px;
    font-size: 12px;
    color: #1b2124;
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link:hover, .menu-main.expanded .menu-lang .menu-item .menu-link.active:hover {
    background-color: #838586;
    background-color: rgba(131, 133, 134, 0.1);
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.active {
    color: #727272;
    background: none;
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:before, .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after {
    position: absolute;
    top: 13px;
    left: 20px;
    display: block;
    width: 21px;
    height: 15px;
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:before {
    background-color: black;
    content: '';
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after {
    opacity: 0.95;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 9px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    background-repeat: no-repeat;
  }
  .no-svg .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after {
    background-image: url("../images/ico-flags.png");
  }
  .svg .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after {
    background-image: url("../assets/ico-flags.svg");
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.edy-menu-langadd {
    padding-left: 20px;
  }
}

.menu-sub .menu .menu-item {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.menu-sub .menu .menu-item:first-child {
  margin-left: 0;
}
.dark-background .menu-sub .menu .menu-item .menu-link {
  color: white;
}
.menu-sub .menu .menu-item .menu-link.active {
  font-weight: 700;
  color: #727272;
  opacity: .8;
}
@media screen and (min-width: 991px) {
  .dark-background .menu-sub .menu .menu-item .menu-link.active {
    color: white;
    opacity: .5;
  }
}
@media screen and (max-width: 991px) {
  .menu-sub {
    margin-top: 30px;
  }
}

.menu-lang .menu {
  vertical-align: middle;
}
.header-right .menu-lang .edit-btn {
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .menu-lang {
    margin-top: 5px;
  }
}
@media screen and (max-width: 991px) {
  .menu-lang {
    display: block;
  }
  .header-right .menu-lang {
    display: none;
  }
}

.lang-flag::after {
  background-position: 0 -75px;
  content: attr(data-lang-code);
}

.lang-flag-sq:after {
  background-position: 0 0;
  content: '';
}

.lang-flag-hy:after {
  background-position: -21px 0;
  content: '';
}

.lang-flag-bn:after {
  background-position: -42px 0;
  content: '';
}

.lang-flag-bg:after {
  background-position: -84px 0;
  content: '';
}

.lang-flag-zh:after {
  background-position: -105px 0;
  content: '';
}

.lang-flag-hr:after {
  background-position: -126px 0;
  content: '';
}

.lang-flag-da:after {
  background-position: -147px 0;
  content: '';
}

.lang-flag-cs:after {
  background-position: -168px 0;
  content: '';
}

.lang-flag-et:after {
  background-position: -189px 0;
  content: '';
}

.lang-flag-fi:after {
  background-position: 0 -15px;
  content: '';
}

.lang-flag-fr:after {
  background-position: -21px -15px;
  content: '';
}

.lang-flag-ka:after {
  background-position: -42px -15px;
  content: '';
}

.lang-flag-de:after {
  background-position: -63px -15px;
  content: '';
}

.lang-flag-el:after {
  background-position: -84px -15px;
  content: '';
}

.lang-flag-hu:after {
  background-position: -105px -15px;
  content: '';
}

.lang-flag-is:after {
  background-position: -126px -15px;
  content: '';
}

.lang-flag-hi:after {
  background-position: -147px -15px;
  content: '';
}

.lang-flag-id:after {
  background-position: -168px -15px;
  content: '';
}

.lang-flag-fa:after {
  background-position: -189px -15px;
  content: '';
}

.lang-flag-he:after {
  background-position: 0 -30px;
  content: '';
}

.lang-flag-it:after {
  background-position: -21px -30px;
  content: '';
}

.lang-flag-ja:after {
  background-position: -42px -30px;
  content: '';
}

.lang-flag-ko:after {
  background-position: -63px -30px;
  content: '';
}

.lang-flag-lv:after {
  background-position: -84px -30px;
  content: '';
}

.lang-flag-lt:after {
  background-position: -105px -30px;
  content: '';
}

.lang-flag-ms:after {
  background-position: -126px -30px;
  content: '';
}

.lang-flag-nl:after {
  background-position: -147px -30px;
  content: '';
}

.lang-flag-no:after {
  background-position: -168px -30px;
  content: '';
}

.lang-flag-ur:after {
  background-position: -189px -30px;
  content: '';
}

.lang-flag-fil:after {
  background-position: 0 -45px;
  content: '';
}

.lang-flag-pl:after {
  background-position: -21px -45px;
  content: '';
}

.lang-flag-ro:after {
  background-position: -42px -45px;
  content: '';
}

.lang-flag-ru:after {
  background-position: -63px -45px;
  content: '';
}

.lang-flag-ar:after {
  background-position: -84px -45px;
  content: '';
}

.lang-flag-sk:after {
  background-position: -105px -45px;
  content: '';
}

.lang-flag-sl:after {
  background-position: -126px -45px;
  content: '';
}

.lang-flag-es:after {
  background-position: -147px -45px;
  content: '';
}

.lang-flag-sv:after {
  background-position: -168px -45px;
  content: '';
}

.lang-flag-tr:after {
  background-position: -189px -45px;
  content: '';
}

.lang-flag-uk:after {
  background-position: 0 -60px;
  content: '';
}

.lang-flag-en:after {
  background-position: -21px -60px;
  content: '';
}

.lang-flag-pt:after {
  background-position: -84px -60px;
  content: '';
}

.lang-flag-sr:after {
  background-position: -126px -60px;
  content: '';
}

.lang-flag-bn:after {
  background-position: -147px -60px;
  content: '';
}

.lang-flag-th:after {
  background-position: -189px -60px;
  content: '';
}

.tags-title {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}

.menu-tags {
  display: inline-block;
}

/* HEADER */
.no-flexbox .header .header-left, .no-flexbox
.header .header-right {
  display: table-cell;
}
.header .header-left {
  width: 490px;
}
.header .header-left .header-title {
  display: none;
}
.header .header-left .header-title, .header .header-left .header-title a {
  font-size: 28px;
  font-weight: 700;
  color: #727272;
}
.header .header-left .header-title:hover, .header .header-left .header-title a:hover {
  opacity: .8;
}
.header .header-right {
  width: 470px;
  text-align: right;
}
.flexbox .header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .no-flexbox .header, .flexbox .header {
    width: 100%;
  }
  .header .header-left {
    width: 480px;
  }
  .header .header-right {
    width: 480px;
  }
}
@media screen and (max-width: 991px) {
  .header .header-left {
    width: 425px;
  }
  .header .header-left .header-title {
    display: block;
  }
  .header .header-right {
    width: 535px;
  }
}
@media screen and (max-width: 506px) {
  .no-flexbox .header, .flexbox .header {
    display: block;
    padding-bottom: 0;
  }
  .no-flexbox .header .header-left, .flexbox .header .header-left {
    width: 100%;
  }
  .header .header-left .header-title {
    margin-right: 40px;
  }
  .header .header-right {
    width: auto;
    text-align: left;
  }
}

/* CONTENT */



.content-header .edy-partial-view {
  margin-top: -3px;
}

.content-title.content-formatted h1,
.content-slogan.content-formatted h1 {
  font-size: 100px;
}
.content-title.content-formatted h2,
.content-slogan.content-formatted h2 {
  font-size: 50px;
}
.content-title.content-formatted h3,
.content-slogan.content-formatted h3 {
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .content-title.content-formatted h1,
  .content-slogan.content-formatted h1 {
    font-size: 50px;
  }
  .content-title.content-formatted h2,
  .content-slogan.content-formatted h2 {
    font-size: 30px;
  }
  .content-title.content-formatted h3,
  .content-slogan.content-formatted h3 {
    font-size: 20px;
  }
}

.content-title.content-formatted {
  line-height: 1.2;
  font-weight: 700;
  font-size: 100px;
}
@media screen and (max-width: 991px) {
  .content-title.content-formatted {
    display: none;
  }
}

.content-slogan {
  margin-top: 5px;
  padding-bottom: 35px;
}
.content-slogan.content-formatted {
  font-weight: 400;
  font-size: 50px;
}

.front-page .content-body {
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  .front-page .content-body {
    margin-top: 35px;
  }
}
.front-page .content-body p {
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .front-page .content-body p {
    font-size: 18px;
  }
}
.common-page .content-body {
  margin-top: 35px;
}

/* BLOG & BLOG ARTICLE */
.post {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.post .post-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}
.post .post-title, .post .post-title a {
  font-size: 50px;
  color: #1b2124;
}
.dark-background .post .post-title, .dark-background .post .post-title a {
  color: white;
}
.post .post-title a:hover {
  color: #1b2124;
  opacity: .8;
}
.dark-background .post .post-title a:hover {
  color: white;
}
@media screen and (max-width: 480px) {
  .post .post-title, .post .post-title a {
    font-size: 30px;
  }
}
.post .post-date {
  font-size: 14px;
  color: #1b2124;
}
.dark-background .post .post-date {
  color: white;
}
.post .post-author {
  font-size: 12px;
}
.dark-background .post .post-author {
  color: white;
  opacity: .8;
}
.post .post-content {
  margin-top: 20px;
}
.post .post-content .post-body {
  margin-top: 20px;
}
.post .post-comments-count a {
  font-size: 14px;
  color: #0066bb;
}
.dark-background .post .post-comments-count a {
  color: white;
}
.post .post-comments-count a:hover {
  color: #0066bb;
  opacity: .8;
}
.dark-background .post .post-comments-count a:hover {
  color: white;
}

.post-nav {
  margin-top: 50px;
}

@media screen and (min-width: 481px) {
  .post-nav-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.post-nav-link {
  position: relative;
  display: block;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: currentColor;
  text-decoration: none;
}
.post-nav-link:hover .post-nav-direction {
  opacity: 1;
}
.post-nav-link:hover .post-nav-title {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .post-nav-link:nth-child(2)::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-top-color: currentColor;
    border-top-style: solid;
    border-top-width: 1px;
    content: '';
    opacity: .2;
  }
}
@media screen and (max-width: 480px) {
  .post-nav-link {
    text-align: center;
  }
}

@media screen and (min-width: 481px) {
  .post-nav-link-older {
    padding-right: 20px;
  }
}

@media screen and (min-width: 481px) {
  .post-nav-link-newer {
    padding-left: 20px;
    text-align: right;
  }
}

.post-nav-direction {
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .3;
}

.post-nav-title {
  margin-top: 6px;
  font-size: 18px;
  opacity: .7;
}

.blog-page .post {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #727272;
  border-bottom: 1px solid rgba(114, 114, 114, 0.3);
}

/* SEARCH */
@media screen and (max-width: 991px) {
  .search {
    margin-right: 40px;
  }
}

.search-inner {
  display: inline-block;
  vertical-align: middle;
}

.search-mobile {
  display: none;
}

.search-left .search-input {
  width: 128px;
  padding: 7px 10px;
  font-family: inherit;
  font-size: 14px;
  border: 1px solid #787878;
  border-radius: 3px;
}

.search-right .search-submit {
  vertical-align: middle;
}

/* FORMS */
.content-formatted form {
  max-width: 100%;
  margin-top: 25px;
  clear: both;
}
.content-formatted .form_field,
.content-formatted .edy-fe-label {
  font-size: 14px;
}
.content-formatted .form_field {
  margin-top: 20px;
}
.content-formatted .form_field_required .form_field_label:after {
  content: '*';
}
.content-formatted label {
  display: block;
}
.content-formatted .form_field_label,
.content-formatted .edy-fe-label {
  font-weight: 700;
  font-family: inherit;
  line-height: 1.3;
}
.content-formatted .form_field_textfield,
.content-formatted .form_field_textarea,
.content-formatted .form_field_select,
.content-formatted .form_field_file,
.content-formatted .form_submit input {
  font-family: inherit;
  font-size: 14px;
}
.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 {
  width: 280px;
  margin: 0;
  padding: 7px;
  border: 1px solid #787878;
  border-radius: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 420px) {
  .content-formatted .form_field_textfield,
  .content-formatted .form_field_textarea {
    width: 100%;
  }
}
.content-formatted .form_field_textarea {
  min-height: 98px;
}
.content-formatted .form_field_size_medium {
  width: 420px;
}
@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 {
  margin-top: 10px;
}
.editmode .dark-background .content-formatted .form_submit input[disabled="disabled"] {
  color: white;
}
.content-formatted .form_error,
.content-formatted .form_field_error {
  color: #cc0000;
}
.content-formatted .form_field_with_errors .form_field_textfield,
.content-formatted .form_field_with_errors .form_field_textarea {
  border: 1px solid #cc0000;
}
.content-formatted .form_notice {
  color: #60a740;
}

/* COMMENTS */
.comments {
  margin-top: 50px;
}
.comments .comment-title,
.comments .comment,
.comments .comment-form {
  margin-top: 25px;
}

/* FOOTER */
.footer {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .footer {
    margin-top: 35px;
  }
}
.footer .content-formatted {
  font-size: 14px;
  line-height: 1.5;
}
.footer .content-formatted .edy-texteditor-view {
  min-height: 18px;
}
.footer .voog-reference {
  margin-top: 30px;
}
.footer .voog-reference a {
  display: inline-block;
  padding: 7px 9px;
  font-size: 10px;
  color: #727272;
  opacity: .75;
  line-height: 1;
  background-color: white;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .voog-reference a:hover {
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.75);
}

/* //////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////
////////////////////////////////////////// */

/* GLOBAL */
body {
  /* font-family: 'Inter', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}
a {
  text-decoration: none !important;
  color: #000;
}
a:hover{
  color:#90c685;
}
h1,h2,h3{
  font-weight: normal;
  /* font-family: 'MonumentExtended', sans-serif; */
  font-family: 'ZuumeCutBoldItalic', sans-serif;
  word-break: break-word;
}
h1{
  font-size: 30px;
  margin: 0 0 20px;
}
h2{
  font-size: 24px;
  margin: 0 0 15px;
}
h3{
  font-size: 22px;
  margin: 0 0 15px;
  font-weight: normal;
}
p{
  margin-bottom: 15px;
}
section{
  float: left;
  width: 100%;
  position: relative;
}
input:focus,button:focus,textarea:focus,select:focus{
  outline: none;
}
.container{
  width: 100%;
  position: relative;
  max-width: 1170px;
}
.wider{
  max-width: 1600px; 
}
.nopadding{
  padding: 0;
}
.tablearea{
  display: table;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.tablecell{
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

/* HEADER */

.header {
    position: fixed;
    width: 100%;
    z-index: 88;
}

.header .row {
    background-color: #fff;
    margin: 0;
}
@media (max-width: 991px) { 
  html[lang="et"] body .header .logo {
    background-size: 85px !important;
  }
  .header .logo {
    background-position: left !important;
  }
}

html[lang="et"] body .header .logo {
   background-image: url("/images/logo_sm_et.jpg");
   background-size: 150px;
}

.header .logo {
  float: left;
  width: 200px;
  height: 110px;
  background-image: url("/images/logo_sm_en.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 280px;

  -webkit-transition: height 0.2s ease-in-out, background-size 0.2s ease-in-out;
  transition: height 0.2s ease-in-out, background-size 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .header .logo {
    border-right: 1px solid #f4f4f4;
  }
}
.menu-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.child-menu {
  display: none;
  width: 100%;
  position: absolute;
  left: 285px;
	bottom: 0;
	transform: translateY(100%);
  list-style: none;
  margin: 0;
  padding-left: 50px;
  background-color: #f4ed8a;
  z-index: -1;
   -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;

}
.child-menu li {
  position: relative;
  float: left;
  width: 100%;
  margin-top: -200px;

  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.child-menu li:first-child {
  padding-top: 25px;
}
.child-menu li:last-child {
  padding-bottom: 25px;
}
.child-menu li.animate {
  margin-top: 0;
}
.hidden-children {
  display: none;
}
.child-menu.open1, .child-menu.open1 li,
.hidden-children.open1,
.menu_color_1,
.menuside.menu_color_1 {
  background-color: #7e1a5b;
}
.child-menu.open2, .child-menu.open2 li,
.hidden-children.open2,
.menu_color_2,
.menuside.menu_color_2 {
  background-color: #90c685;
}
.child-menu.open3, .child-menu.open3 li,
.hidden-children.open3,
.menu_color_3,
.menuside.menu_color_3 {
  background-color: #f4ed8a;
}
.contact_item:hover:nth-child(3), .child-menu.open3 li a, .child-menu.open3 li a, .hidden-children.open3 li a, .menu_color_3 a, .menuside.menu_color_3 li a { color: #7e1a5b !important; }

.child-menu.open4, .child-menu.open4 li,
.hidden-children.open4,
.menu_color_4,
.menuside.menu_color_4 {
  background-color: #b01159;
}
.child-menu.open5, .child-menu.open5 li,
.hidden-children.open5,
.menu_color_5,
.menuside.menu_color_5 {
  background-color: #707070;
}
.hidden-children.open6.open {
    background: #f4ed8a;
}
.child-menu a, .menuside a.menu-item {
  color: #fff;
  font-size: 24px;
  background-image: url(/assets/right_arrow.svg);
  font-family: 'ZuumeCutBoldItalic', sans-serif;
  background-size: 0px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-weight: bold;
  line-height: 50px;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.child-menu a:hover {
  padding-left: 25px;
  background-size: 10px;
}
.menu-main {
  float: left;
  width: calc(100% - 285px);

  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.menu-header {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 100%;
  line-height: 46px;
  border-bottom: 1px solid #f4f4f4;

  -webkit-transition: margin-top 0.2s ease-in-out;
  transition: margin-top 0.2s ease-in-out;
}
.menu-header-mobile {
  display: none;
}
.menu-header a {
  color: #000;
}
.phone-mail {
  float: left;
  padding-left: 40px;
}
.phone-mail ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.phone-mail li {
  float: left;
  margin-right: 15px;
}
.phone-mail li:last-child {
  margin-right: 0;
}
.phone-mail a {
  font-weight: normal;
}
.socials {
  float: right;
  padding: 0 85px;
  margin: 0;
  position: relative;
}
.socials ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.socials li {
  list-style: none !important;
  float: left;
  margin-right: 15px;
}
.socials li:last-child {
  margin-right: 0;
}
.langs {
  display: none;
  float: right;
  padding-left: 0;
  list-style: none;
  padding: 0 15px;
  position: relative;
}
.langs:before {
  content: '';
  display: block;
  height: 15px;
  width: 2px;
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.langs li {
  margin-right: 15px;
  float: left;
}
.menu-footer {
  float: left;
  padding: 0 40px;
}
.menu-footer a {
  font-family: 'ZuumeCutBoldItalic', sans-serif;
  float: left;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  line-height: 64px;
}
.menu-item1:hover,
.menu-item1.open,
.menu-item1.active {
  color: #7e1a5b;
}
.menu-item2:hover,
.menu-item2.open,
.menu-item2.active {
  color: #90c685;
}
.menu-item3:hover,
.menu-item3.open,
.menu-item3.active {
  color: #f4ed8a;
}
.menu-item4:hover,
.menu-item4.open,
.menu-item4.active {
  color: #b01159;
}
.menu-item5:hover,
.menu-item5.open,
.menu-item5.active {
  color: #707070;
}
.menu-footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.menu-footer li {
  float: left;
  margin-right: 60px;
}
.menu-footer li:last-child {
  margin-right: 0;
}





/* Slider */
.carousel-inner .item:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1b1b1b;
  opacity: 0.3;
}
.carousel-inner .item{
  height: 768px;
  background-size: cover;
  background-position: 50%;

}
/*
.carousel-inner .item:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(/assets/esom_map_pattern.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 900px;
  position: absolute;
  top: 0;
  left: 0;

}*/
.carousel-control {
    width: 80px;
    background-color: transparent;
    background-position: 50%;
    background-size: 15px 25px;
    background-repeat: no-repeat !important;
}
.carousel-control.left {
    background-image: url(/assets/left_arrow.svg) !important;
}

.carousel-control.right {
    background-image: url(/assets/right_arrow.svg) !important;
}
.indicators-wrap {
    position: absolute;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: right;
    max-width: 1140px;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    padding: 0 15px;
    bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1200px) {
  .indicators-wrap {
    width: calc(100% - 30px);
  }
}
.carousel-indicators {
  display: inline-block;
  position: unset;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.carousel-indicators li.active,
.carousel-indicators li{
    width: 25px;
    height: 25px;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 12px;
    text-indent: 0;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border:1px solid transparent;
}
.carousel-indicators li.active,.carousel-indicators li:hover{
    border:1px solid #fff;

}
.indicators-wrap .indicator-title {
  position: absolute;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
}
.sliderinner {
    color: #fff;
}
.sliderinner h1 {
    font-size: 58px;
    line-height: 68px;
    margin: 0 0 15px 0;
    padding-top:15px;
}
.item a.readmore {
    color: #fff;
    opacity: 1;
    font-size: 16px;
    left: 0;
    font-weight: bold;
    z-index: 1;
}
.item a.readmore:after {
  top: 3px;
  background-image: url(/assets/right_arrow.svg);
}
.item a.readmore:hover:after {
  background-image: url(/assets/right_arrow_orange.svg);
}
.item .container{
  height: 100%;
}
.contact_item, .content_item {
    width: 25%;
    padding: 30px 40px 70px;
    border: 1px solid #ebebeb;
    vertical-align: top;
    position: relative;
}
.hoverable{
  cursor: pointer;
}
.contact_item {
  border-top: none;

  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.contact_items{
  width: 100%;
  vertical-align: top;
}
.contact_item h3 {
    margin: 0 0 15px 0;
    font-size: 22px;
}
.contact_item:hover {
  color: #fff;
}
.contact_item:hover .custom-btn {
  color: #fff;
}
.contact_item:hover .custom-btn:before {
  opacity: 0;
}
.contact_item:hover .custom-btn:after {
  opacity: 1;
  background-image: url(/assets/right_arrow.svg);
}
.contact_item:hover .custom-btn:hover:after {
  border-color: #fff;
}
.contact_item:hover:first-child {
  background-color: #7e1a5b;
}
.contact_item:hover:nth-child(2) {
  background-color: #90c685;
} 
.contact_item:hover:nth-child(3) {
  background-color: #f4ed8a;
}
.contact_item:hover:last-child {
  background-color: #b01159;
} 
.editmode .contact_item .custom-btn,.editmode .content_item .custom-btn {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    bottom: 0;
    left: 0;
}
.contact_item .custom-btn,.content_item .custom-btn{
  position: absolute;
  display: inline-block;
  margin-top: 15px;
  bottom: 30px;
  left: 40px;
  color: #000;
  padding-right: 30px;
}
.custom-btn{
  position: relative;
  display: inline-block;
  margin-top: 15px;
  bottom: 0;
  left: 0;
  padding-right: 30px;
  font-weight: bold;
  color: #000;
}
.custom-btn:after,
.custom-btn:before {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 3px;
    content: "";
    bottom: 0;
    margin: auto;
    background-image: url(/assets/right_arrow_gray.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 7px;
    border:1px solid transparent;

    -webkit-transition: opacity 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, border 0.2s ease-in-out;
}
.custom-btn:before {
  opacity: 0;
  background-image: url(/assets/right_arrow_orange.svg);
}
.custom-btn:hover:after {
    opacity: 0;
}
.custom-btn:hover:before {
  opacity: 1;
  border:1px solid #ef4e30;
}
.custom-btn:hover{
  color: #000;
}
.descript-wrap {
  display: table;
  float: left;
  width: 50%;
}
.descript {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 40px;
  border: 1px solid #ebebeb;
  border-right: none;
}
.image {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    float: left;
    background-position: 50% !important;
    background-size: cover !important;
}
.content_item .content{
  padding: 30px 40px 70px;
  float: left;
  width: 100%;
}
.content_item{
  padding: 0;
}
.image .edy-img-drop-area-placeholder {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.instaf.instaimage {
    float: left;
    width: calc(100% / 3);
    height: 0;
    padding-bottom: calc(100% / 3);
}
.instaf.instaimage img {
    width: 100%;
}
#instafeed {
    float: left;
    width: 50%;
    padding-right: 80px;
}
.feed_bottom {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.feed_top {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.events{
  padding: 100px 0;
}
.new_events {
    float: right;
    width: 50%;
    padding: 70px 90px;
    border: 1px solid #ebebeb;
}
.news_events_title {
  float: left;
  width: 100%;
  border-bottom: 4px solid #ef4e30;
  margin-bottom: 30px;
}
.news_events_title h1 {
  font-size: 30px;
  float: left;
  width: auto;
}
.news_events_title .custom-btn {
  font-size: 16px;
  font-weight: 600;
  float: right;
  margin: 10px 0 20px;
  z-index: 666;
  display: block;
}
.news_events_title .custom-btn:after {
  top: 3px;
}

footer {
    float: left;
    width: 100%;
    position: relative;
}
.footerinfo {
    text-align: center;
    color: #fff;
    background-color: #0093d9;
    float: left;
    width: 100%;
    padding: 20px 0;
}
.footerinfo a{
    color: #fff;
}
.join_input {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.join_input input {
    float: left;
    width: calc(100% - 120px);
    height: 60px;
    background-color: #f4ed8a;
    padding: 0 15px;
    border: none;
    color: #000;
    font-size: 16px;
}
.join_input input.error {
  box-shadow: 0 0 0 2px #90c685 inset;
}
.join_input button.submit {
    width: 120px;
    height: 60px;
    background-color: #ffd457;
    border: none;
    font-size: 16px;
    font-weight: 600;
}
.join_input button.submit:hover {
  background-color: #f4ed8a;
}
.foot_top{
  float: left;
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid #ebebeb; 
}
.foot_top.pages {
  margin-top: 100px;
}
.cover-image,
.element-cover-edit {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event-page .cover-image .edy-editable {
  position: absolute;
  opacity: 0;
}
.edy-img-drop-area-remove-image {
  top: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
}
.topimage{
  position: relative;
  margin-top: 110px;
  max-height: 380px;
  overflow: hidden;
}
.topimage:before{
  content: "";
  position: relative;
  width: 100%;
  display: block;
  padding-top:56.25%;
}

.topimage .edy-img-drop-area{
  position: absolute;
}

.menuside {
    float: left;
    width: 285px;
    padding: 30px 10px 30px 30px;
    position: relative;
    margin-top: -60px;
	background-color: #b01159;
}
.menuside a.menu-item {
    width: 100%;
    float: left;
    line-height: 40px;
    color: #fff;
    padding-left: 0;
    background-image: url(/assets/right_arrow.svg);
    background-size: 0px;
    background-repeat: no-repeat;
    background-position: 0 50%;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'ZuumeCutBoldItalic', sans-serif;
}
.menuside a.menu-item.active,.menuside a.menu-item:hover {
    padding-left: 20px;
    background-size: 8px;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menuside-mobile {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  display: none;
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 0 15px;
}
.menuside-current,
.menuside-current:focus {
  line-height: 50px;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.menuside-mobile ul {
  display: none;
}
.menuside-current.open + ul {
  display: block;
}
.menuside-current:after {
  content: '';
  display: block;
  height: 50px;
  width: 20px;
  float: right;
  background-image: url(/assets/right_arrow.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;

  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menuside-current.open:after {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menuside-mobile ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 25px;
}
.menuside-mobile a {
  color: #fff;
}
.content_side{
  float: left;
  width: calc(100% - 285px);
  padding-left: 80px;
  margin: 60px 0;
}
.edit-tag {
  display: none;
}
.content_side tr + tr{
  border-top: 1px solid #ebebeb;
}
.content_side td{
  padding: 10px 0;
  vertical-align: top;
}
.date_time {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    color: #90c685;
    font-weight: bold;
}

.event .date_time{
  display: flex;
}

.asnews{
  color: #707070;
}

.event_list{
  display: flex;
  flex-wrap: wrap;
}
.event_list .event{
  width: 50%;
  margin-bottom: 30px;
}

@media (max-width: 768px){
  .event_list .event{
    width: 100%;
    padding: 0;
  }

  h2{
    font-size: 20px;
  }
}

.event {
    position: relative;
    width: 100%;
    margin: 10px 0;
    padding: 0 20px;
}

span.seps {
    display: inline-block;
    margin: 0 5px;
    vertical-align: 1px;
}

.event__thumbnail{
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.event__thumbnail:before{
  content:"";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.event__thumbnail img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.event_desc{
  position: relative;
  width: 100%;
}
.gallery {
  float: left;
  width: 100%;
}
.inner{
  float: left;
  width: 100%;
  margin:0 0 30px 0;
}
.editmode .inner{
  float: left;
  width: 100%;
  margin:30px 0;
}

/* EXHIBITION */
.exhibition-block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.exhibition-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 30px;
}
.exhibition-image {
  display: block;
  height: 360px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}
.to-exhibition {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  bottom: 0;
  left: 0;
  padding-right: 30px;
  font-weight: bold;
  color: #000;
}
.to-exhibition:after {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 3px;
  content: "";
  bottom: 0;
  margin: auto;
  background-image: url(/assets/right_arrow_gray.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7px;
}
.exhibition-block:hover .to-exhibition {
  color: #000;
}
.exhibition-block:hover .to-exhibition:after {
  border: 1px solid #ef4e30;
  background-image: url(/assets/right_arrow_orange.svg);
}

/* 404 */
.error-page {
  display: block;
  height: 100vh;
  width: 100%;
  background-image: url(/images/IMG_0216.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.error-page:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/esom_map_pattern.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 100% 100%;
  z-index: -1;
}
.error-content {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}
.error-content:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1b1b1b;
  opacity: 0.3;
  z-index: -1;
}
.error-content .content {
  display: table-cell;
  vertical-align: middle;
}
.error-content .content h1 {
  color: #fff;
  font-size: 58px;
  font-weight: bold;
  line-height: 68px;
}
.error-content .content p {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}
.error-content .content .custom-btn {
  color: #fff;
  line-height: 20px;
}
.error-content .content .custom-btn:after {
  background-image: url(/assets/right_arrow.svg);
  top: 3px;
}

/* BOOTSTRAP CAROUSEL */
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* ADD SLIDER */
.editmode .carousel-inner .item:after {
  display: none;
}
.edit-link,.sml_descript_edit,.helper,
.sliderinner .slide_cont {
  float: left;
  color: #fff;
  width: 100%;
}
.edit-link,.sml_descript_edit
{
  border:1px solid #fff;
}
.editmode .sliderinner .slide_title,
.editmode .sliderinner .slide_cont {
  border:1px solid #fff;
}
.itemimage .cover-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.addslide .stripe ,.deleteslide .stripe {
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.addslide {
  color: #fff;
  content: '+';
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  right: 100px;
  background: #7e1a5b;
  z-index: 1000;
}
.addslide .stripe:first-child{
  -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.addslide .stripe:last-child{
  -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.deleteslide .stripe:first-child{
  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.deleteslide .stripe:last-child{
  -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.deleteslide {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 0;
  right: 50px;
  background: #90c685;
  z-index: 1000;
}
.saveslider {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #b01159;
    z-index: 1000;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.member {
    float: left;
    width: calc(100% / 2 - 12px);
    margin: 0 6px;
    margin-bottom: 15px;
}
.team {
    float: left;
    width: 100%;
    margin: 0 -6px;
}
.member_image {
    float: left;
    width: 100%;
    padding-bottom: 100%;
    background-color: #ebebeb;
    background-position: 50%;
    background-size: cover;
}
.team h2 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 6px;
}
.contacts {
    float: left;
    width: 100%;
    border:1px solid #ebebeb;
    padding: 20px 15px;
}

.contacts h3 {
    margin-bottom: 5px;
}
span.position {
    line-height: 16px;
    color: #7e1a5b;
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.newline{
  float: left;
  width: 100%;
}

.member + h2{
  margin-top: 30px;
}

main form {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
label.form_field_label {
    float: left;
    width: 100%;
    font-size: 16px;
    margin: 5px 0 3px;
}
.form_field {
    float: left;
    width: 100%;
}

.form_field input{
    float: left;
    width: 300px;
    height: 40px;
    border: 1px solid #ebebeb;
    padding: 0 10px;
}
.form_field textarea {
    float: left;
    width: 300px;
    height: 200px;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    resize: none;
}
.form_submit {
    float: left;
    margin-top: 20px;
}

.form_submit {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    bottom: 0;
    color: #000;
    padding-right: 30px;
    left: 0;
}

.form_submit:after {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 3px;
    content: "";
    bottom: 0;
    margin: auto;
    background-image: url(/assets/right_arrow_gray.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 7px;
}

.form_fields {
    float: left;
    width: 100%;
}
.form_submit:hover:after {
    border: 1px solid #ef4e30;
    background-image: url(/assets/right_arrow_orange.svg);
    color: #000;
}

.form_submit input[type="submit"] {
    background: transparent;
    border: none;
    font-weight: bold;
}
.like_form label input{
  display: inline-block;
  margin-right: 5px;
}
.like_form label {
    float: left;
    width: 100%;
    margin: 0;
}

.element_parent{
  float: left;
  width: 100%;
  position: relative;
}
.string_place{
  position: absolute;
  height: 0;
  width: 0;
  z-index: -1;
  opacity: 0;
}
.like_form{
  float: left;
  position: relative;
  width: 100%;
  background-color: #fff;
}

table.result_inner {
    float: left;
    width: 100%;
}

.download {
    width: 100px;
    text-align: right;
    font-weight: bold;
}
a:hover{
  cursor: pointer;
}
tr.result_top th {
    padding: 10px 0;
    border-bottom: 3px solid #f4ed8a;
}






/* MEDIA */
@media (max-width: 1300px) {
  .carousel-control {
    display: none;
  }
}
@media (max-width: 1199px) {
 .contact_item,
  .content_item {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 50%;
  }
  .content_item:nth-child(-1n+2) {
   border-bottom: none;
  }
  .contact_item {
    padding: 30px 15px 70px;
  }
  .content_item .content {
    padding: 30px 15px 70px;
  }
  .contact_item .custom-btn,
  .content_item .custom-btn {
    left: 15px;
  }
  .new_events {
    padding: 50px;
  }
  .content_side {
    padding-left: 40px;
  }
}
@media (max-width: 1250px) {
  .menu-footer li {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 601px) {
  .contact_item:nth-child(odd),
  .content_item:nth-child(odd) {
   border-right: none;
  }
}
@media (max-width: 1070px) {
.member {
    width: calc(100% / 2 - 12px);
}
}
@media (max-width: 991px) {
  .topimage{
    margin-top: 60px;
  }
  .front-page .contact_area > .container{
    display: flex;
    flex-direction: column-reverse;
  }

  .carousel-inner .item {
    margin-top: 60px;
    min-height: 400px;
    height: auto;
  }
  .item .sliderinner{
    width: 100%;
  }

  .item .container {
    margin: auto;
  }

  .header {
    background-color: #fff;
  }
  .header.mobile-open {
    height: 100vh;
    overflow: auto;
  }
  .menu-main {
    height: auto;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .child-menu {
    display: none !important;
  }
  .hidden-children.open {
    display: block;
    float: left;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 20px 15px;
  }
  .hidden-children.open a {
    color: #fff;
  }
  .header .logo {
    width: 160px;
    height: 60px;
    background-size: 160px;
  }
  .menu-header .langs,
  .menu-header .socials {
    display: none;
  }
  .menu-header-mobile {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    width: 100%;
    padding: 15px;
  }
  .menu-header-mobile .langs,
  .menu-header-mobile .socials {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .menu-header-mobile .langs:before {
    display: none;
  }
  .phone-mail {
    width: 100%;
    padding: 15px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .phone-mail li {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-right: 0;
  }
  .menu-footer {
    padding: 20px 15px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
  }
  .menu-footer li {
    width: 100%;
    margin-right: 0;
  }
  .menu-footer a {
    font-size: 28px;
    line-height: 48px;
  }
  .events {
    padding: 50px 0;
  }
  .insta-events #instafeed {
    float: right;
    width: 100%;
    padding-right: 0;
  }
  .insta-events .new_events {
    float: right;
    width: 100%;
    margin-bottom: 40px;
  }

  .content_side {
    width: 100%;
    padding-left: 0;
    margin: 30px 0;
  }
  .menuside {
    display: none;
  }
  .menuside-mobile {
    display: block;
  }
}
@media (max-width: 767px) {

  .image{
    padding-bottom: 56.25%;
  }

  .carousel-inner .item::after,
  .sliderinner p {
    display: none !important;
  }
  .indicator-title {
    font-size: 14px !important;
  }
  .sliderinner h1 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 0;
  }
  .descript {
    text-align: left;
  }
  .insta-events .new_events {
    padding: 50px 15px;
  }
  .news_events_title .custom-btn {
    display: none;
  }
  .instaf.instaimage {
    width: calc(100% / 2);
    padding-bottom: calc(100% / 2);
  }
  .join h1 {
    font-size: 20px;
  }
  .footer-top {
    padding: 50px 0;
  }
  .footer-more {
    display: none;
  }
  .footer-logos {
    display: block;
    width: 100%;
    float: left;
    margin-top: 40px;
  }
  .foot_top.pages {
    margin-top: 60px;
  }
  .footerinfo {
    text-align: left;
    padding: 20px 15px;
  }
}
@media (max-width: 600px) {
  .contact_item,
  .content_item {
    width: 100%;
  }
  .content_item:not(:last-child) {
    border-bottom: none;
  }
}

@media (max-width: 500px) {
  .indicator-title {
    display: none !important;
  }
  .indicators-wrap {
    border: none;
  }
  .sliderinner h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .member {
      width: calc(100% / 1 - 12px);
  }
  .content_side table.pricelist-table {
    width: 100% !important;
  }
  .content_side table.pricelist-table tr td:first-child {
     width: 80% !important;
     padding-right: 20px;
  }
  .content_side table.pricelist-table tr td:last-child {
     width: 20% !important;
  }
}

/* FIX */
@media (min-width: 992px) {
  .max-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.slider-contact-area {
  padding: 50px 0;
}
.slider-contacts {
  width: 50%;
  float: left;
}
.slider-contacts .contact_item {
  width: 50%;
  float: left;
  border: 1px solid #ebebeb;
}
.slider-contacts .contact_item:nth-child(odd) {
  border-right: none;
}
.slider-contacts .contact_item:nth-child(-n+2) {
  border-bottom: none;
}
@media (max-width: 991px) {
  .descript-wrap {
    width: 100%;
  }
  .descript-wrap .descript {
    padding: 30px 15px;
    border-right: 1px solid #ebebeb;
    border-bottom: 0;
  }
  .slider-contacts {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .slider-contacts .contact_item {
    width: 100% !important;
    border: 1px solid #ebebeb !important;
  }
  .slider-contacts .contact_item + .contact_item {
    border-top: none !important;
  }
}

.loading{
  pointer-events: none;
}
.login,
.logout {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #fff;
    line-height: 1.5;
    padding-bottom: 15px;
    padding: 0 15px 15px;
    cursor: pointer;
}
button.custom-btn.login {
    position: relative;
    border: navajowhite;
    line-height: 50px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 30px;
}
input.code {
    float: left;
    width: 180px;
    height: 50px;
    padding: 0 15px;
    font-size: 24px;
    font-weight: bold;
}
.error input.code {
    border: 1px solid red;
}
.forcode {
    float: left;
    width: 100%;
}



iframe {
  max-width: 100% !important;
}