/* GENERAL */
.edy-bgpicker-toggle-button {
    z-index: 99 !important;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    background-color: #2c5696;
    background-image: url(/images/pattern.png);
    background-position: 50% 60px;
    float: left;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
}
body.active{
  overflow: hidden;
}
body.dark-background {
  color: white;
}
a,a:hover{
  color: #1c8cf5;
}
h1{font-size: 48px;position: relative;color:#1c8cf5;}
h2{font-size: 36px;position: relative;}
h3{font-size: 24px;position: relative;font-weight: 500;}
.dark-background .edy-empty-bordered {
  color: rgba(255, 255, 255, 0.33);
  border-color: rgba(255, 255, 255, 0.33);
}
.forms h2{
  color:#1c8cf5;
}
.dark-background .placeholder {
  color: white;
}
.dark-background .edy-content-element-hover {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-background .edy-texteditor-active {
  outline-color: rgba(255, 255, 255, 0.2);
}
.dark-background .edy-texteditor-active, .dark-background .edy-texteditor-active:hover {
  outline-color: rgba(255, 255, 255, 0.63);
}

.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;
}

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

.background-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 752px) {
  .container {
    padding: 20px;
  }
}
.container a {
  text-decoration: none;
}
.container a img {
  border: none;
}

.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 {
  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;
  -moz-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;
  color: rgba(27, 33, 36, 0.75);
  background-color: white;
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.75);
}
.content-formatted .custom-btn:hover {
  color: #1b2124;
  color: rgba(27, 33, 36, 0.75);
  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: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.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;
}
.content-formatted .overthrow {
  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: 752px) {
  .menu-btn {
    position: absolute;
    top: 28px;
    right: 20px;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  .menu-btn.open .menu-stripe {
    background-color: #1b2124;
    background-color: rgba(27, 33, 36, 0.47);
  }
  .menu-btn:focus {
    outline: none;
  }
  .menu-btn::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  .menu-btn .menu-stripe {
    display: block;
    width: 23px;
    height: 4px;
    margin: 4px 0;
    background-color: #1b2124;
    background-color: rgba(27, 33, 36, 0.67);
    border-radius: 5px;
  }
  .menu-btn .menu-stripe:first-child, .menu-btn .menu-stripe:last-child {
    margin: 0;
  }
  .dark-background .menu-btn .menu-stripe {
    background-color: white;
  }
}

.edit-btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8;
  margin-right: 20px;
}
@media screen and (max-width: 752px) {
  .edit-btn {
    margin-right: 0;
  }
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #075528;
}
.menu .menu-item {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.menu .menu-link {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 752px) {
  .dark-background .menu .menu-link {
    color: white;
  }
}
.menu .menu-link.untranslated {
  color: #cc0000;

}
.menu .menu-link:hover {
  color: #ff6f20;
}
@media screen and (min-width: 752px) {
  .dark-background .menu .menu-link:hover {
    color: white;
  }
}

.menu-main {
  padding: 6px 0;
}
.menu-main .menu .menu-item {
  display: inline-block;
  margin-right: 20px;
  line-height: 1;
}
.menu-main .menu .menu-item.langs {
    margin: 3px;
}
.menu-main .menu .menu-link.active {
  font-weight: 700;
  color: #ff6f20;
}
@media screen and (min-width: 752px) {
  .dark-background .menu-main .menu .menu-link.active {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.5);
  }
}
.menu-main .menu-sub {
  display: none;
}
.menu-main .menu-lang {
  display: none;
}
@media screen and (max-width: 752px) {
  .menu-main {
    display: none;
  }
  .menu-main.expanded {
    position: absolute;
    top: 75px;
    right: 20px;
    z-index: 1;
    display: block;
    min-width: 350px;
    margin-bottom: 60px;
    padding: 0;
    text-align: left;
    background-color: white;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) ;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) ;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) ;
  }
  .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: #838586;
    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;
    content: '';
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:before {
    background-color: black;
  }
  .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after {
    opacity: 0.95;
    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;
  }
}
@media screen and (max-width: 480px) {
  .menu-main.expanded {
    min-width: 100%;
    right: 0;
    left: 0;
    margin: 0 0 60px;
    border-top: 1px solid #727272;
    border-top: 1px solid rgba(114, 114, 114, 0.2);
    border-bottom: 1px solid #727272;
    border-bottom: 1px solid rgba(114, 114, 114, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.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;
  color: rgba(114, 114, 114, 0.8);
}
@media screen and (min-width: 752px) {
  .dark-background .menu-sub .menu .menu-item .menu-link.active {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 752px) {
  .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: 752px) {
  .menu-lang {
    display: block;
  }
  .header-right .menu-lang {
    display: none;
  }
}

.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;
}

.tags-title {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}

.menu-tags {
  display: inline-block;
}

/* HEADER */
.header {
  padding-bottom: 30px;
}

.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 {
  color: #727272;
  color: rgba(114, 114, 114, 0.8);
}
.header .header-right {
  width: 470px;
  text-align: right;
}

@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: 752px) {
  .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 {
  display: block;
  margin-top: 30px;
}
.front-page .content {
  margin-top: 40px;
}
@media screen and (max-width: 752px) {
  .content, .front-page .content {
    margin-top: 20px;
  }
}

.content-header .edy-partial-view {
  margin-top: -3px;
}

.content-title.content-formatted,
.content-slogan.content-formatted {
  color: #1b2124;
}
.dark-background .content-title.content-formatted, .dark-background
.content-slogan.content-formatted {
  color: white;
}
.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: 752px) {
  .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: 752px) {
  .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: 752px) {
  .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;
  -moz-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;
  color: rgba(27, 33, 36, 0.8);
}
.dark-background .post .post-title a:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}
@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: #ffffff;
  color: rgba(255, 255, 255, 0.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;
  color: rgba(0, 102, 187, 0.8);
}
.dark-background .post .post-comments-count a:hover {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}

.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: 752px) {
  .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 */
@media screen and (max-width: 752px) {

}
.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: #1b2124;
  color: rgba(27, 33, 36, 0.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 {
  color: #1b2124;
  color: rgba(27, 33, 36, 0.75);
  border: 1px solid #000000;
  border: 1px solid rgba(0, 0, 0, 0.75);
}
/*////////////////////////////////
///////////////////////////////
//////////////////////////////////
////////////////////////////////
////////////////////////////////
//////////////////////////////*/
.contactname{
  font-weight: bold;
}
.otherc {
    color: #2ecc71;
    float: left;
    width: 100%;
    line-height: 30px;
}
.otherc img {
    width: 20px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: -5px;
}
.introvarb{
  float: left;width: 100%;
  margin-bottom: 30px;
}
.varbamine {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #1c8cf5;
}
.varbamine:last-child {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #1c8cf5;
}
.kuulutus{
  padding: 0;
}
.ascontact{
  color: #1c8cf5;
  float: left;
  width: 100%;
  margin-top: 20px;
}
header, footer,section, main {
    float: left;
    width: 100%;
    z-index: 2;
    position: relative;
}
section{
  margin-bottom: 40px;
}
main{
  padding-top: 80px;
}
/* .largetitle {
    text-align: center;
    position: absolute;
    width: 100%;
    font-size: 370px;
    text-transform: lowercase;
    color: #00a6e6 ;
    font-weight: bold;
    letter-spacing: -20px;
    font-weight: 900;
    line-height: 270px;
    margin-top:   120px;
    z-index: 0;
} */
/*.front{
  text-transform: uppercase;
}*/
.logo img {
    height: 62px;
}
header.header {
    padding-top: 0;
    text-transform: uppercase;
    padding-bottom: 0;
    position: fixed;
    line-height: 80px;
    z-index: 12;
    background-color: #2c5696;
    top: 0;
}
.menu-main {
    padding: 6px 0;
    float: right;
}
.logo {
    float: left;
}
.asbutton {
    padding: 30px 20px 0 0px;
}
.asfront .asbutton {
    padding: 0px 0 20px 0px;
}
.onlybutton .buttons{
  padding: 0;
}
.asbutton b{
  font-weight: 500;
}

.onlybutton a {
    margin-top: 0;
    float: right;
}
.onlybutton .box.withbefore {
    padding: 30px 0;
}
.onlybutton .buttons .readmore {
    float: right;
    margin: 0;
}
.onlybutton .buttons .readmore a{
    margin: 0;
    padding: 0 30px;
}
.textside{
  font-size: 24px;
  padding: 0;
  color: #1c8cf5;
  line-height: 45px;
  font-weight: 400;
}
.asbutton a {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    height: 45px;
    padding: 0 15px;
    border: 4px solid #fff;
    line-height: 37px;
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
    margin: 10px 0;
}
.asbutton a:hover {
    color: #1c8cf5;
    background-color: #fff;
}
section.intro {
    margin-top: 120px;
}
.boxtitle {
    border: 4px solid #fff;
    line-height: 74px;
    border-bottom: none;
    padding: 0 76px;
    font-size: 24px;
    border-right: none;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    position: relative;
}
.boxtitle:after{
  position: absolute;
  content: "";
  height: calc(100% + 4px);
  width: 80px;
  border-right: 4px solid #fff;
  right: -80px;
  top: -4px;
  background-color: transparent;
  color: #fff;
  border-top: 4px solid #fff;
}
.boxtitle.withbefore:before{
  position: absolute;
  content: "";
  height: calc(100% + 4px);
  width: 80px;
  border-left: 4px solid #fff;
  left: -80px;
  top: -4px;
  background-color: transparent;
  border-top: 4px solid #fff;
}
.boxtitle.withbefore{
  padding: 0;
  border-left: none;
}
.box {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 60px 0 60px 80px;
    position: relative;
    color: #4d4d4d;
}

.box:after {
    height: 100%;
    width: 80px;
    content: "";
    background-color: #fff;
    height: 100%;
    position: absolute;
    right: -80px;
    top: 0;
}
.box.withbefore:before {
    height: 100%;
    width: 80px;
    content: "";
    background-color: #fff;
    height: 100%;
    position: absolute;
    left: -80px;
    top: 0;
}
.box.withbefore{
  padding: 60px 0;
}
#map {
    height: 430px;
    width: 100%;
    float: left;
    margin-top: 30px;
    box-shadow: 0px 5px 10px #ccc;
}
.calendaritem {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    box-shadow: 0px 5px 10px #ccc;
    position: relative;
    z-index: 1;
}
.date {
    float: left;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #1c8cf5;
    width: 125px;
    line-height: 78px;
    padding-left: 15px;
    margin-right: 15px;
}
  .date.longdate {
    line-height: 1;
    font-size: 30px;
    padding: 11px 0 11px 30px;
    max-height: 78px;
}
.title {
    float: left;
    line-height: 1;
    width: calc(100% - 140px);
    max-width: 100%;
    font-size: 18px;
    color: #353535;
    margin-top: 22px;
    margin-bottom: 15px;
}
.title span {
    color: #1c8cf5;
    float: left;
    width: 100%;
    font-size: 16px;
}
.calendaritem a {
    float: left;
    width: calc(100% - 175px);
}
.reg {
    float: right;
    width: 175px;
    line-height: 78px;
    text-align: center;
    color: #ffc000;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.reg a{
  float: left;
  width: 100%;
  color: #ff6f20;
}
.reg a:hover{
  color:#1c8cf5;
}
.reg.notopen {
    line-height: 1;
    margin-top: 24px;
}
.calendaritem a:hover .date{
  color: #ff6f20;
}
.calendaritem a:hover .title{
  color:#2ecc71;
}

.photoarea {
    height: 245px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;

}
h1{
  font-weight: bold;
  line-height: 1;
  color: #1c8cf5;
}
.introarea a {
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    vertical-align: middle;
    color: #1c8cf5;
}
.introarea a {
    margin-left: 0;
}
.introarea .continue:after {

    background-image: url(/images/read-hover.png);

}
.introarea a:hover {
  color:#2ecc71;
}
.video{
  position: relative;
}
.video:after {
    content: "";
    position: absolute;
    left: calc(100% + 2px);
    top: 0;
    height: 100%;
    width: 30px;
    background-image: url(/images/video-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
}
.video:hover:after {
    background-image: url(/images/video-icon-hover.png);
}
.introarea .readmore a ,.readmore a {
    color: #1c8cf5;
    font-weight: bold;
    font-size: 14px;
    height: 45px;
    padding: 0 15px;
    border: 4px solid #2ecc71;
    line-height: 37px;
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
    margin: 20px 0 0 0;
}
.introarea .readmore a:hover,.readmore a:hover {
    color: #fff;
    background-color: #2ecc71;
}
.project {
    float: left;
    width: 100%;
}
.box .project + .project {
    margin-top: 30px;
}
.introarea h1 {
    margin-top: 0;
}
.introarea h1:before {
    content: "";
    height: 100%;
    margin-left: -30px;
    width: 12px;
    background-image: url(/images/projectlist.png);
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
}
.personimage {
    float: left;
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    border: 10px solid #fff;
    box-shadow: 0 3px 10px #ccc;
    margin-bottom: 20px;
    max-width: 280px;
}
.info {
    float: left;
    width: 100%;
    position: relative;
    color: #353535;
}
.name {
    float: left;
    width: 100%;
    color: #353535;
    line-height: 1;
}
.person + .person {
    padding-left: 30px;
}
.asfront .person + .person {
    margin-left: 30px;
    margin: 0 15px 30px;
}
.person {
    float: left;
    padding: 0;
}
.asfront .person {
    float: left;
    padding: 0;
    margin:0 15px;
    width: calc(25% - 30px);
    margin-bottom:30px;
}
.position {
    float: left;
    width: 100%;
    line-height: 1;
    margin: 10px 0 20px;
    font-size: 16px;
    color: #1c8cf5;
}
.button{
  float: left;
  width: 100%;
}
.contactinfo {
    float: left;
    width: 100%;
}
.personfull.active {
    display: block;
}
.personfull .button {
    display: none;
}
.personfull * {
  position: relative;
  z-index: 1;
}
.personfull {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255,255,255,0.85);
    z-index: 15;
    text-align: center;
}
.info .description{
  display: none;

}
.inprojects{
  margin: 20px 0;
  background-position: 50% 0;
  height: 310px;
}
.personfull .info .description {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.persondata {
    text-align: left;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    top: 150px;
    display: inline-block;
    padding-bottom: 200px;
}
.persondata .info:after {
    position: absolute;
    top: -80px;
    width: calc(100% + 160px);
    height: calc(100% + 160px);
    content: "";
    background-color: #fff;
    left: -80px;
    z-index: 0;
    border:5px solid #2ecc71;
}
.personfull .readmore{
  display: none;
}
.personfull .personimage {
    width: 260px;
    z-index: 2;
}
.closeit {
    position: absolute;
    height: 40px;
    width: 40px;
    right: -60px;
    background-image: url(/images/closebutton.png);
    top: 130px;
    cursor: pointer;
}
.news .image {
    float: left;
    width: 100%;
    height: 195px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: 50%;
}
.news .image:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}

.news {
    padding: 0;

}
.latest .news{
  padding: 0 10px; 
}
.latest .news:first-child{
  padding: 0 15px;
  padding-left: 0;
  padding-right: 20px; 
}
.latest .news:last-child{
  padding: 0 15px;
  padding-right: 0;
  padding-left: 20px; ; 
}
.articleintro {
    float: left;
    width: 100%;
}
.articleintro h3 {
    font-size: 20px;
    color: #1c8cf5;
}
.excrept {
    color: #353535;
}
.continue {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1c8cf5;
    position: relative;
    float: left;
    line-height: 22px;
    margin-top: 5px;
    cursor: pointer;
}
.continue:after {
    content: "";
    background-image: url(/images/read-hover.png);
    width: 10px;
    height: 100%;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    line-height: 22px;
    position: absolute;
    left: calc(100% + 5px);
}
.continue.prev:after {
    background-image: url(/images/back-read.png);
    right: calc(100% + 5px);
    left: auto;
}

.continue.prev:hover:after {
    background-image: url(/images/back-read-hover.png);

}
.nexts + .nexts {
  margin-left: 20px; 
}
.asfront .nextevents {
    padding-left: 15px;
}
.nexts{
  display: inline-block;
  line-height: 45px;
}
.nexts .continue{
  line-height: 45px;
  margin: 0;
}
.social a{
  float: left;
}
.instafeed {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.nextevents{
  padding: 0;
}
.post-date {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
    color: #1c8cf5;
}
.news a:hover h3,.news a:hover .continue,.continue:hover{
  color:#2ecc71;
}
.news a:hover .continue:after,.continue:hover:after {
  background-image: url(/images/read-hover.png);
}
.readbutton{
  float: left;width: 100%;
  text-align: center;
}
.readbutton a {
    padding: 0 40px;
}
.row{
  margin: 0;
}
.blog-page .news {
    margin-bottom: 50px;
}
.blog-page .news:nth-child(odd) {
    margin-bottom: 50px;
    padding: 0 15px 0 0;
}
.blog-page .news:nth-child(even) {
    margin-bottom: 50px;
    padding: 0 0px 0 15px;
}
.row .person {
    margin-bottom: 40px;
}
.partner img {
    height: auto;
    max-width: 100%;
    max-height: 80px;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
}
.partner {
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 15px;
}
.partnerslist .container + .container{
  margin-top: 40px;
}
.event .date {
    width: 100%;
    padding: 0;
    line-height: 1;
}
.dateloc {
    padding: 0;
}
.place {
    float: left;
    color: #1c8cf5;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.place b{
    color: #2ecc71;
}


.event .reg.notopen {
    width: 100%;
    max-width: 170px;
    float: right;
}
.event .title {
    width: 100%;
    max-width: 100%;
    font-size: 24px;
}
.event .title span{
  font-size: 16px;
}
.eventinner {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.editmodes > div{
  float: left;

  width: 100%;
  margin-top: 15px;
}
body span.helper{
  color:#2ecc71;
}
.projectimage {
    float: left;
    width: 100%;
    border: 0px solid #ffc000;
    padding-bottom: 50%;
    background-size: cover;
    background-position: 50%;
    margin: 20px 0;
}
main ul {
    list-style-type: none;
    padding: 0;
    padding-left: 20px;

}
ul li{
  position: relative;
}
main ul li:before {
    position: absolute;
    top: 8px;
    left: -20px;
    content: "•";
    color: #2ecc71;
    font-size: 24px;
    line-height: 10px;
    height: 5px;
    margin-right: 15px;
}
.instaimage{
  padding: 0;

}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    height: 100%;
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.instaimage img{
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: none !important;
    object-fit: cover;
}
.instaimage a{
    position: relative;
    display: block;
    padding-bottom: 100%;
    overflow: hidden;
    text-align: left;
}
.social a + a{
  float: left;
  margin-left: 15px;
}
.social svg{
  fill: #2c5696;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.social svg + svg{
  margin-left: 15px;
}
.social svg:hover{
  fill:#1c8cf5;
}
.social {
    float: left;
    width: 150px;
    margin-top: 20px;
    line-height: 45px;
    vertical-align: middle;
}
.buttons{
  display: inline-block;

}
.buttons .readmore{
  float: left;
  margin-right: 15px;
  min-width: 70px;
}
.member .description {
    float: left;
    margin: 20px 0;
}
.footer .menu-item {
    float: left;
    margin-right: 15px;
    color: #cfcfcf;
}
.footer .menu-link {
    font-size: 16px;
    margin-right: 15px;
    color: #cfcfcf;
    text-transform: uppercase;
}
.footer .menu-link:hover,.footer .menu-link.active {
    font-size: 16px;
    margin-right: 15px;
    color: #1c8cf5;
    text-transform: uppercase;
}
.footmenu {
    padding: 0;
    margin-top: 15px;
}
.footmenu .langs, .footmenu .menu span {
    display: none;
}
#twitter{
  fill:#55acee;
}

.tweet #twitter {
    display: block !important;
    position: absolute;
    left: -40px;
    top: 4px;
    width: 30px;
    height: 30px;
}
.tweet {
    position: relative;
    float: left;
    padding: 0;
    min-height: 88px;
}
.fulltweet {
    font-size: 14px;
}
.author{
    display: inline-block;
}
.postdate {
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
}
.fortweets .box.withbefore {
    padding: 20px 0;
}
.tweet + .tweet {
    margin-top: 9px;
}
.url {
    font-size: 14px;
}

.fulltweet {
    font-size: 14px;
    height: 88px;
    overflow: hidden;
    position: relative;
}
.tweet .text {
    max-height: 63px;
    overflow: hidden;
    position: relative;
}
.nopadding{
  padding: 0;
}
.allforms {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.forms{
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
label.form_field_label {
    float: left;
    width: 100%;
    margin: 10px 0 5px;
}
.forms input[type="text"], .forms select, .forms textarea {
    width: 100%;
    max-width: 380px;
    resize:none;
    border:2px solid #1c8cf5;
    padding: 0 10px;
    min-height: 40px;

}
.forms input[type="text"]:focus, .forms select:focus, .forms textarea:focus{
  outline: none;
  border: 2px solid #2ecc71;
}
.form_submit input[type="submit"] {
    color: #1c8cf5;
    font-weight: bold;
    font-size: 14px;
    height: 45px;
    padding: 0 30px;
    border: 4px solid #2ecc71;
    line-height: 37px;
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
    margin: 20px 0 0 0;
}
.form_submit input[type="submit"]:hover {
    color: #fff;
    background-color: #2ecc71;
}
.form_submit input[type="submit"]:focus{
  outline: none;
}
.form_field_required label:after {
    content: "*";
    color: red;
    margin-left: 2px;
}
.form_field_error {
    display: none;
}
.forms .form_field_with_errors input,.forms .form_field_with_errors select,.forms .form_field_with_errors textarea {
    border-color: red;
}
.joinfb svg {
    height: 30px;
    vertical-align: middle;
    margin-left: 15px;
}
a.joinfb {
    background: #1c8cf5;
    color: #fff;
    border-color: #1c8cf5;
}
a.joinfb:hover {
    background: #1c8cf5;
    color: #fff;
    border-color: #1c8cf5;
}
.sharebuttons.social {
    float: right;
    margin: 0;
    width: auto;
}
.sharebuttons span {
    float: left;
    font-size: 20px;
    padding-right: 15px;
    font-weight: 400;
    color: #2ecc71;
}
.afterlist {
    float: left;
    width: 100%;
    text-align: center;
}

.afterlist .continue {
    width: 49%;
    display: inline-block;
    float: none;
    margin-top: 10px;
}
.afterlist .continue:after {
  display: none;
}
.afterlist .continue a:hover {
    color: #2ecc71;
}
.continue.largertext {
    font-size: 16px;
    margin-top: 20px;
    line-height: 37px;
    left: -20px;
    width: 100%;
}
.readmore.right {
    float: right;
    margin: 0;
}
.continue.largertext a:after {
    content: "";
    position: absolute;
    right: -20px;
    height: 37px;
    width: 37px;
    top: -3px;
    background-image: url(/assets/calendar112.svg);
    background-size: cover;
}
.introarea h1 a:first-child {
    font-size: 48px;
}
@media (min-width: 992px){
.container {
    width: calc(100% - 80px);
}

}
.menuitem a {
    border: none;
    float: left;
    width: 100%;
    line-height: 1;
    font-size: 24px;
    height: auto;
    text-transform: none;
    padding: 0;
    color: #fff;
    font-weight: 400;

}
.menuitem a:hover {
  background-color: transparent;
  color: #ff6f20;
}
.submenuitems{
  padding-left: 40px;
}
.menuitem a.active {
    color: #ff6f20;
}
.expanded .menuitem a {
 
  font-size: 14px;
  text-transform: uppercase;

}
.expanded .submenuitems {
    padding: 0;
    font-size: 14px;
}
.mainmenu.expanded {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c8cf5;
    left: 0;
    text-align: center;
    z-index: 999;
    padding: 90px 0 30px;
    overflow: scroll;
}
.menu-btn {
    position: absolute;
    top: 40px;
    right: 15px;
    display:none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    background-color: #fff;
    z-index: 1000;
}
.menu-btn.open {
    position: absolute;
    top: 40px;
    right: calc(50% - 17px);
    display: inline-block;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    background-color: transparent;

    border: 4px solid #fff;
}
.menu-btn .menu-stripe {
    display: block;
    width: 15px;
    height: 2px;
    margin: 3px 0;
    background-color: #2ecc71;
    border-radius: 0;
    position: relative;
}
.menu-btn.open .menu-stripe:first-child {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
}
.menu-btn.open .menu-stripe:last-child {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -5px;
}
.menu-btn.open .menu-stripe:nth-child(2)  {
  background-color: #f16521;
  opacity:0;
}
.open.menu-btn .menu-stripe {
    background-color: #fff;
}
.expanded .menuitem a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
    margin: 10px 0;
}

@media screen and (max-width: 768px){
  .mainmenu {
    display: none;

}

}
.asfront .submenu.mainmenu {
    display: none;
}
.menuitem > a > span {
    font-weight: bold;
}
@media screen and (max-width: 992px){
.container {
    width: 100%;
}
main{
  padding: 0;

}
header.header{
  position: relative;
}
.menu-main{
  display: none;
}
.menu-btn{
  display: block;
}
.submenu.mainmenu {
    display: none;
}
.tweet + .tweet {
    margin-top: 0px;
}
.submenu.mainmenu.expanded {
    display: block;
}
section.intro {
    margin-top: 20px;
}
.container {
    padding: 15px;
}
.asbutton {
    padding: 30px 0 40px 0px;
}
.asfront .asbutton {
    padding: 0px 0 40px 0px;
}
.nextevents {
    padding: 0;
}
.boxtitle {
    padding: 0;
    border-right: 4px solid ;
    text-align: center;

}

.boxtitle:after {
  display: none;
}
.box {
    padding: 60px 15px 60px 15px;
}
.box:after,.box:before,.boxtitle.withbefore:before{
  display: none;
}
.reg.notopen {
    line-height: 1;
    margin-top: 0;
    float: left;
    width: 100%;
    text-align: left;
}
.calendaritem {
    padding: 25px 15px;
}
.date {
    padding: 0;
}
.title {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
}
.calendaritem a {
    width: 100%;
    float: left;
}
.introarea .readmore a, .readmore a {

    min-width: 200px;
    text-align: center;
}
.buttons .readmore {
    margin-right: 0;
    float: none;
    display: inline-block;
}
.buttons {
    text-align: center;
    float: left;
    width: 100%;
}
.boxtitle.withbefore {
    padding: 0;
    border: 4px solid #fff;
}
.onlybutton .buttons .readmore {
    float: none;
    margin: 15px 0 0 0;
    display: inline-block;
}
.onlybutton .buttons {
    padding: 0;
    width: 100%;
    text-align: center;
}
.textside {
    padding: 0 15px;
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
}
.latest .news:first-child {
    padding: 0 15px;
}
.news {
    float: left;
    margin-bottom: 40px;
}
.latest .news:last-child {
    padding: 0 15px;
}
.person ,.asfront .person {
    width: 100%;
}
.person, .asfront .person {
    padding: 0 15px;
    width: 100%;
    margin: 0;
}
.asfront .person + .person,.person + .person {
    margin-left: 0px;
    margin-top: 40px;
}
#map {
    height: 300px;

}
.maptext {
    padding: 0 15px;
}
.fortweets {
    float: left;
    margin-top: 30px;
}
.social {
    float: left;
    width: 100%;
    margin-top: 20px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
}
.social a{
  float: none;
  display: inline-block;
}
.social a + a {
    float: none;
}
.footmenu {
    padding: 0;
    margin-top: 15px;
    display: none;
}
.tweet {
    position: relative;
    float: left;
    padding: 0 0 0 50px;
    min-height: 88px;
}
.tweet #twitter {
    left: 15px;
}
.expanded {
    z-index: 12;
}
header.header {
    z-index: 2;
}
.blog-page .news:nth-child(odd) {
    margin-bottom: 50px;
    padding: 0 0px 0 0;
}
.blog-page .news:nth-child(even) {
    margin-bottom: 50px;
    padding: 0 0px 0 0;
}
.sharebuttons span {
    width: 100%;
    padding: 0;
}
.nexts:nth-child(even) {
  float: right;
}

.person + .person {
    padding-left:0;
}
.persondata .info:after {
    position: absolute;
    top: -80px;
    width: 100%;
    height: calc(100% + 160px);
    content: "";
    background-color: #fff;
    left: 0;
    z-index: 0;
    border: 5px solid #2ecc71;
}
.info {
    padding: 0 15px;
}
.personimage {
    float: none;
    text-align: center;
    display: inline-block;
}
.persondata {
    text-align: center;
}
.closeit {
    position: fixed;
    height: 40px;
    width: 40px;
    right: 0;
    background-image: url(/images/closebutton.png);
    top: 0;
    cursor: pointer;
    z-index: 1234;
}
.persondata {
    top: 70px;
}
.video {
    position: relative;
    display: none;
}
.introarea h1:before {
    margin-left: -20px;
  
}
.introarea h1 {
    margin-top: 0;
    font-size: 24px;

}
.asfront .introarea {
    padding: 0 30px;
}
.photoarea {
    display: none;
}
.latest .news {
    padding: 0 15px;
}
}
.largertext a {
    position: relative;
    line-height: 37px;
    display: inline-block;
    padding: 0 25px;
}
@media screen and (max-width: 768px){
  .tweet + .tweet {
    margin-top: 9px;
}
.introarea h1:before {
    background-position: 50% 14px;
}
.introarea h1 a:first-child {
    margin-top: 0;
    font-size: 32px;
    line-height:1.2;
}
.continue.largertext {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5;
    left: 0;
}
.continue.largertext a:after{
  display: none;
}
.fulltweet {
    padding-right: 15px;
}
.partner {
    width: 50%;
    padding: 0;
    text-align: center;
}
.logo img {
    height: 50px;
}
body{
  background-image: none;
}
.largetitle {
  display: none;
}
.person .button {
    padding: 0 15px;
}
.person + .person {
    padding-left: 15px;
}
}
@media screen and (max-width: 500px){
  .tweet + .tweet {
    margin-top: 9px;
}
.partner {
    width: 100%;
    padding: 0;
    text-align: center;
}
}
.madein img {
    height: 28px;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
}
.nextevent {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.item a,.justimage {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin:0; 
    border: none;
}

.carousel-image {
    float: left;
    width: 100%;
    padding-bottom: 56%;
    height: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
   /* border: 5px solid #fff;*/
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 0px solid #2ecc71;
    background-color: #2c5696;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border: 0px solid #2ecc71;
    background-color: #fff;
    border-radius: 10px;
    margin-left: 3px;
    float: right;
    
  
} 

ol.carousel-indicators {
    margin: 0;
    width: auto;
    /*left: 10px;*/
    /*top: 10px; */
    /*height: auto;*/
    left: auto;
    right: 1%;
    bottom: 5px; 
    background-color: #1976d2;
    display: inline-block;
    overflow: hidden;
    padding: 6px 3px 6px 3px;
}

.slidegal a{
  border:0;
  padding: 0;
}
.selection {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.personform {
    float: left;
    width: 100%;
}
.teamform {
    float: left;
    width: 100%;
}
.form_field_required .form_field_label:after {
    content: "*";
    color: red;
    margin-left: 2px;
}
.form_field_required .form_field_label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    margin: 10px 0 5px;
}
.checkboxlist label:after {
    display: none;
}
.checkboxlist label {
    float: left;
    width: 100%;
    font-weight: normal;
}
.checkboxlist label input {
    margin-top: 8px;
    float: left;
    margin-right: 10px;
}
.choseone {
    float: left;
    padding: 5px 20px;
    margin-right: 10px;
    color: #1c8cf5;
    font-weight: bold;
    font-size: 14px;
    height: 45px;
    padding: 0 15px;
    border: 4px solid #2ecc71;
    line-height: 37px;
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
}
.choseone.active{
      color: #fff;
    background-color: #2ecc71;
}
.advert .forms {
  display: none;
}
.advert .forms.active {
  display: block;
}
.languages a.menu-link.active {
    color: #ff6f20;
    font-size: 14px;
    font-weight: bold;
    
}
.languages a.menu-link {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
        border: none;
    padding: 0 5px;
    background-color: transparent;
}

.languages {
    float: left;
    width: 100%;
}
