/* COLORS */
/*greys from dark to light*/
/* font styles */
/*Text sizes (smaller to bigger) */
html {
  font: normal 15px/20px "Varela Round", sans-serif;
  font-family: "Varela Round", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #ffffff;
  color: #4d4d4d; }

/* TYPOGRAPHY ----------------------------- */
h1, .txt-h1, h2, .txt-h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
  font-family: "Varela Round", sans-serif;
  font-weight: 200;
  color: #000000;
  text-transform: none;
  line-height: 125%; }

p {
  font-family: "Varela Round", sans-serif;
  color: #000000;
  line-height: 1.6em;
  font-size: 16px; }

em {
  color: #000000; }

h1, .txt-h1 {
  font-size: 38px;
  margin: 0 0 0.5em 0; }

h2, .txt-h2 {
  font-size: 38px;
  margin: 0 0 0.5em 0;
  color: #000000;
  font-family: "Varela Round", sans-serif; }

h3 {
  font-size: 20px;
  margin: 0 0 0.5em 0; }

h4 {
  font-size: 17px;
  margin: 0 0 0.5em 0; }

h5 {
  font-size: 16px;
  font-family: "Varela Round", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em 0; }

h6 {
  font-size: 15px;
  font-family: "Varela Round", sans-serif;
  font-weight: normal;
  margin: 0 0 0.5em 0; }

.txt-h1 {
  line-height: 130%; }

/*Text sizes (smaller to bigger) */
.txt-size-0 {
  font-size: 13px; }

/*smallest*/
.txt-size-1 {
  font-size: 15px; }

.txt-size-2 {
  font-size: 16px; }

.txt-size-3 {
  font-size: 17px; }

.txt-size-4 {
  font-size: 20px; }

.txt-size-5 {
  font-size: 22px; }

.txt-size-6 {
  font-size: 26px; }

.txt-size-7 {
  font-size: 30px; }

.txt-size-8 {
  font-size: 38px; }

/* links */
/* color main 1 */
a.txt-link-color1 {
  color: #000000;
  text-decoration: underline; }

/* color main 2 */
a.txt-link-color2 {
  color: #666666;
  text-decoration: underline; }

a, .uk-link {
  color: #666666; }

a:hover {
  color: #666666; }

/* Lists ----------------- */
/* rulers and spacers */
.line-hor1 {
  height: 1px;
  border-bottom: 1px solid #d7d7d7; }

.line-hor2 {
  height: 1px;
  border-bottom: 1px solid #666666; }

.spacer-vert-05 {
  height: 0.5em; }

.spacer-vert-1 {
  height: 1em; }

.spacer-vert-2 {
  height: 2em; }

.spacer-vert-3 {
  height: 3em; }

.spacer-vert-4 {
  height: 4em; }

.spacer-vert-5 {
  height: 5em; }

.spacer-vert-6 {
  height: 6em; }

.spacer-vert-7 {
  height: 7em; }

.spacer-vert-8 {
  height: 8em; }

.spacer-hor-1 {
  padding: 0 5px;
  content: "\00a0"; }

.spacer-hor-2 {
  padding: 0 10px;
  content: "\00a0"; }

.uk-margin-medium-left {
  margin-left: 10px; }

.uk-margin-medium-right {
  margin-right: 10px; }

.uk-margin-medium-bottom {
  margin-bottom: 6px; }

.uk-margin-medium-top {
  margin-top: 6px; }

.txt-center {
  text-align: center; }

/* Text line height */
.txt-line-1 {
  margin: 0;
  line-height: 1.2em; }

.txt-line-2 {
  margin: 0;
  line-height: 1.45em; }

/* Text weight */
.txt-bold {
  font-weight: bold; }

.txt-light {
  font-weight: 100; }

.txt-capital {
  text-transform: uppercase; }

/*Text colors*/
.txt-color-main1 {
  color: #000000; }

.txt-color-main2 {
  color: #666666; }

/* from darker to lighter */
.txt-color-grey1 {
  color: #4d4d4d; }

.txt-color-grey2 {
  color: #666666; }

.txt-color-grey3 {
  color: #8a8a8a; }

/* specific text */
/* MAIN LAYOUT ------------- */
.siteheader {
  width: 100%; }

.sitefooter {
  width: 100%; }

.page-full {
  width: 100%; }

.page-wlimit {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }

.page-wlimit-med {
  max-width: 720px;
  margin: 0 auto; }

.page-wlimit-max {
  max-width: 1980px;
  margin: 0 auto; }

.page-hmin {
  min-height: 630px; }

.page-content {
  position: relative;
  background: #fff;
  padding: 18px 28px; }

.page-content-height-1 {
  height: 100%; }

.page-content-nobg {
  position: relative;
  background: none;
  padding: 18px 28px; }

.page-content-nobg-nopadding {
  position: relative;
  background: none;
  padding: 18px 0px;
  background: #666666; }

.page-content.nobottom {
  padding-bottom: 0px; }

.page-content.notop {
  padding-bottom: 0px; }

.bgcolor {
  background-color: #DDDDDD; }

/* Header ----------------- */
.siteheader {
  position: relative;
  padding: 20px 0 24px 0;
  z-index: 20000;
  background: rgba(255, 255, 255, 0.8);
  /*-webkit-box-shadow: 7px 11px 21px -20px rgba(0,0,0,0.69);
  -moz-box-shadow: 7px 11px 21px -20px rgba(0,0,0,0.69);
  box-shadow: 7px 11px 21px -20px rgba(0,0,0,0.69);*/ }

.header-logo-title {
  font-size: 62px;
  color: #000000;
  padding-left: 0.2em; }

.header-logo {
  display: block;
  position: relative;
  width: 75%; }
  .header-logo h1, .header-logo .txt-h1 {
    position: absolute;
    left: -99999px; }

.subhead {
  text-align: center;
  color: #8a8a8a;
  font-size: 20px;
  font-family: "Varela Round", sans-serif;
  position: relative;
  top: 10px;
  margin-left: 6px; }

.header-langselect {
  text-align: right;
  padding-top: 10px;
  padding-left: 24px;
  color: #8a8a8a;
  font-size: 16px; }
  .header-langselect a {
    color: #8a8a8a;
    text-transform: uppercase; }

/* Sections ----------------- */
/* Footer ----------------- */
.sitefooter {
  padding: 26px 0 15px 0;
  color: #ececec; }
  .sitefooter a {
    color: #ffffff; }
  .sitefooter p {
    font-size: 13px; }

/* COMPONENTS ----------------------------- */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

/* Masonry Grid ----- */
.grid-sizer,
.grid-item {
  width: 20%; }

.grid-item--width2 {
  width: 40%; }

.grid-item--width3 {
  width: 60%; }

.grid-item--width4 {
  width: 80%; }

.grid-item--width5 {
  width: 100%; }

.grid-item--width13 {
  width: 25%; }

.grid-item--width12 {
  width: 50%; }

/* image boxes ----------------- */
.image-box-1 {
  margin: 1em; }

/* image spacing */
.img-vert-0 {
  height: 0; }

.img-vert-1 {
  height: 2em; }

.img-vert-2 {
  height: 4em; }

.img-vert-3 {
  height: 6em; }

.img-vert-4 {
  height: 8em; }

.img-vert-5 {
  height: 10em; }

.img-vert-6 {
  height: 12em; }

.img-vert-7 {
  height: 14em; }

.img-vert-8 {
  height: 16em; }

/* left margins*/
.img-mar-l-1 {
  padding-left: 2em; }

.img-mar-l-2 {
  padding-left: 4em; }

.img-mar-l-3 {
  padding-left: 6em; }

.img-mar-l-4 {
  padding-left: 8em; }

.img-mar-l-5 {
  padding-left: 10em; }

.img-mar-l-6 {
  padding-left: 12em; }

.img-mar-l-7 {
  padding-left: 14em; }

.img-mar-l-8 {
  padding-left: 16em; }

/* right margins */
.img-mar-r-1 {
  padding-right: 2em; }

.img-mar-r-2 {
  padding-right: 4em; }

.img-mar-r-3 {
  padding-right: 6em; }

.img-mar-r-4 {
  padding-right: 8em; }

.img-mar-r-5 {
  padding-right: 10em; }

.img-mar-r-6 {
  padding-right: 12em; }

.img-mar-r-7 {
  padding-right: 14em; }

.img-mar-r-8 {
  padding-right: 16em; }

.uk-overlay-panel {
  text-align: center;
  vertical-align: middle; }

/* slideshow */
.slideshow-container .slide-image {
  /*height:100%;*/
  height: 100vh;
  text-align: center; }

.slideshow-container .slide-image img {
  /*max-height: 620px;
  max-width: 800px;*/
  max-height: 85vh;
  max-width: 80vw; }

.slide-caption {
  color: #000000;
  text-align: center;
  position: relative;
  margin-top: 20px;
  width: 100%;
  /*bottom:-35px;*/ }

.uk-slidenav.uk-slidenav-previous,
.uk-slidenav.uk-slidenav-next {
  display: block;
  color: #000000; }

.uk-slidenav.uk-slidenav-previous:hover,
.uk-slidenav.uk-slidenav-next:hover {
  color: #999999; }

.uk-modal-dialog .uk-close {
  color: #000000;
  opacity: 1; }

.uk-close:after {
  content: "\E800";
  font-family: 'own-icons'; }

.uk-slidenav.uk-slidenav-previous:before {
  content: "\E801";
  font-family: 'own-icons'; }

.uk-slidenav.uk-slidenav-next:before {
  content: "\E802";
  font-family: 'own-icons'; }

/*
  This is the top-level selector

  It should be relative positioned
  to allow the children to be positioned absolutely
  relative to this
 */
.Wallop {
  position: relative; }

/*
  This element groups all the items, but not the buttons

  It's a recommendation but it's very likely
  you'll want to hide any overflow from the items
  Especially when doing animations such as scale
 */
.Wallop-list {
  position: relative;
  overflow: hidden; }

/*
  This is the item element

  By default, they are all hidden and
  positioned absolute
  I recommend always having .Wallop-item--current
  in your markup by default (probably on the first element)
 */
.Wallop-item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/*
  This is the current item element

  All we do here, is make it visible again reset
  the position to static. Could also be relative
 */
.Wallop-item--current {
  visibility: visible;
  position: relative; }

.modal-title {
  position: relative;
  top: 20px;
  left: 25px;
  font-size: 22px; }

/* full image on homepage */
.img-full-screen {
  position: relative;
  z-index: 1; }

.img-full-overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  text-align: center; }

.img-full-overlay .home-logo {
  display: inline-block;
  max-width: 600px; }

/* heading boxes */
.box-catch-text {
  text-align: center;
  margin-bottom: 3em; }
  .box-catch-text h2, .box-catch-text .txt-h2 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 30px;
    border: 1px solid #000000;
    padding: 0.6em 2em; }

.box-big-text {
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0.5em 0;
  text-align: center; }
  .box-big-text h3 {
    color: #000000;
    font-size: 26px; }
  .box-big-text p {
    color: #8a8a8a; }

/* boxed content */
.boxed-content {
  padding: 20px; }

.boxed-content .no-top {
  padding-top: 0px; }

.boxed-content-grey {
  padding: 20px;
  background: #EDEDED; }

/* text box 2 */
.textbox-2 .hidden-content {
  display: none; }
.textbox-2 h3 {
  padding-top: 0.2em;
  margin-bottom: 0.7em;
  font-size: 30px;
  display: inline-block; }
.textbox-2 h4 {
  font-size: 22px; }
.textbox-2 p {
  font-size: 16px; }
.textbox-2 .seemore-link, .textbox-2 .seeless-link {
  font-size: 60px;
  padding-top: 0.5em; }
.textbox-2 .seemore-link:hover, .textbox-2 .seeless-link:hover {
  text-decoration: none; }

.txt-column {
  max-width: 60%;
  margin-top: 2em; }

.txt-column-1 {
  max-width: 20%;
  margin-top: 5em; }
  .txt-column-1 p {
    line-height: 1.3;
    margin: 0.2em 0; }

.titlebox {
  color: #000000;
  line-height: 1.2; }
  .titlebox .icon-image {
    border-top: 6px solid #589FA4;
    padding-top: 30px;
    margin-bottom: 60px; }
  .titlebox .ex_number, .titlebox .ex_number p {
    font-size: 110px;
    line-height: 1;
    margin-bottom: 0.1em; }
  .titlebox .ex_title p {
    font-size: 52px;
    margin-bottom: 0;
    margin-bottom: 0.8em;
    line-height: 1;
    text-transform: uppercase; }
  .titlebox .ex_loc p {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 0.7em; }
  .titlebox .ex_opening p {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.2; }

.content-displaycard {
  margin: 6em 3em 6em 0; }
  .content-displaycard .txt-holder h3 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.1;
    padding-bottom: 0.15em;
    border-bottom: solid 4px #000000;
    word-wrap: normal; }
  .content-displaycard .txt-holder h3 a {
    color: #000000; }
  .content-displaycard .txt-holder h4 a {
    color: #000000; }

/* Navigation ----------------- */
.header-nav .ex_link {
  position: absolute;
  top: -0.9em;
  right: 10px;
  font-size: 30px; }
  .header-nav .ex_link a {
    color: #d7d7d7;
    /*border-top:8px #999999 solid; */
    padding-top: 0.3em; }
  .header-nav .ex_link a:hover {
    text-decoration: none;
    color: #000000; }

.header-nav ul {
  display: inline-block;
  margin-top: 24px;
  padding: 0; }

.header-nav ul li {
  list-style: none;
  display: inline-block;
  margin-left: 4px; }

.uk-navbar {
  background: transparent;
  color: #444444; }

.uk-navbar-brand {
  font-size: 18px;
  line-height: 18px;
  padding-left: 14px;
  color: #444444;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px; }

.uk-navbar-nav {
  margin-left: 10px;
  padding: 0;
  list-style: none;
  /*float: right;*/ }

.uk-navbar-nav > li {
  float: left;
  position: relative;
  border-right: 0px solid #000000; }

.uk-navbar-nav > li:last-child {
  border-right: 0px solid #000000; }

.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  height: 40px;
  padding: 0 8px;
  line-height: 40px;
  color: #000000;
  font-size: 18px;
  font-family: "Varela Round", sans-serif;
  font-weight: normal;
  background: transparent;
  letter-spacing: .05em;
  cursor: pointer;
  /*letter-spacing: 0.4px;
  word-spacing: 0px;*/ }

.navbar-small {
  max-width: 80%;
  padding-bottom: 4em; }

.uk-navbar-nav > li > a:hover, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-active > a, .uk-navbar-nav li.uk-open > a {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  /*text-shadow: 0 0 .5px #000;*/
  text-shadow: 0 0.02em #101010,0 -0.02em #101010,0.02em 0 #101010,-0.02em 0 #101010;
  /*letter-spacing: 0px;
  word-spacing: 2px;
  font-weight: bold;*/ }

.uk-navbar-nav li.uk-parent ul li {
  display: block;
  float: none;
  margin-left: 0;
  line-height: 1em; }

.uk-navbar-nav li.uk-parent a {
  background: transparent; }

.uk-navbar-nav .uk-parent a {
  background: transparent;
  color: #000000;
  font-weight: normal; }

.uk-navbar-nav li.uk-parent a:hover, .uk-navbar-nav li.uk-parent a:focus {
  text-shadow: 0 0.02em #101010,0 -0.02em #101010,0.015em 0 #101010,-0.015em 0 #101010;
  color: #000000; }

.uk-navbar-nav .uk-dropdown {
  background: transparent; }

/* Menus ----------------- */
.menu-hor {
  margin: 0;
  padding: 0; }

.menu-hor li {
  list-style: none;
  display: inline-block;
  margin: 0 0.25em 0 0;
  padding: 0; }

.menu-hor li:last-child {
  margin-right: 0; }

.menu-vert {
  margin: 0;
  padding: 0; }

.menu-vert li {
  list-style: none;
  margin: 0 0 0.25em 0;
  padding: 0; }

.menu-vert a {
  text-decoration: none;
  color: #333; }

.menu-vert a:hover {
  color: #000000;
  text-decoration: underline; }

.menu-vert-sidebar {
  position: relative;
  left: -30px; }

.menu-social li {
  text-align: right;
  margin: 0 0.7em 0 0; }

/* common ----------------- */
.clear {
  clear: both; }

/* Breadcrumbs ----------------- */
/* Buttons ----------------- */
.uk-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold; }

.uk-button-primary {
  background-color: #000000;
  color: #ffffff; }

.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #000000;
  color: #ffffff; }

.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #666666;
  color: #ffffff; }

.uk-button-secondary {
  background-color: #666666;
  color: #ffffff; }

.uk-button-secondary:hover,
.uk-button-secondary:focus {
  background-color: #000000;
  color: #ffffff; }

.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #000000;
  color: #ffffff; }

.uk-button-dark-grey {
  background-color: #808080;
  color: #ffffff; }

.uk-button-dark-grey:hover {
  background-color: #333333;
  color: #ffffff; }

.bt-register {
  padding: 7px 42px;
  text-decoration: none;
  color: #ffffff; }

/* content output from WYSYWYG editor ----------------- */
.wysiwyg-content {
  margin-bottom: 1em; }

.wysiwyg-content p {
  margin: 0.3em 0; }

.wysiwyg-content h4 {
  line-height: 1.4; }

.wysiwyg-content em {
  color: #4d4d4d; }

.wysiwyg-content ul {
  margin: 1.5em 0;
  padding: 0 0 0 15px; }

.wysiwyg-content li {
  padding-left: 0.3em;
  padding-bottom: 0.5em; }

.wysiwyg-content li:last-child {
  padding-bottom: 0; }

.wysiwyg-content a {
  color: #666666;
  text-decoration: underline; }

.wysiwyg-content a:hover {
  color: #000000;
  text-decoration: underline; }

.wysiwyg-content .leftAlone {
  display: block;
  float: left;
  margin: 0 10px 5px 0; }

.wysiwyg-content .rightAlone {
  display: block;
  float: right;
  margin: 0 0 5px 10px; }

/* Media queries -------------------------------- */
/* medium size */
@media screen and (max-width: 720px) {
  .siteheader {
    position: relative;
    top: 0; }

  .pricetable-box-price {
    text-align: left;
    margin-top: 8px; }

  .siteheader .social-links {
    display: none; }

  .siteheader .header-info, .siteheader .header-logo {
    text-align: center; }

  .sitefooter {
    text-align: center; }

  .breadcrumbs {
    display: none; }

  .box-pagehead .box-pagehead-left .box-pagehead-txt {
    position: relative;
    top: 0px; }

  .box-pagehead .box-pagehead-wysiwyg {
    position: relative;
    top: 0px;
    margin-bottom: 1em; }

  /* Masonry Grid ----- */
  .grid-sizer,
  .grid-item {
    width: 100%; }

  .grid-item--width2 {
    width: 100%; }

  .grid-item--width3 {
    width: 100%; }

  .grid-item--width4 {
    width: 100%; }

  .grid-item--width5 {
    width: 100%; }

  .grid-item--width13 {
    width: 100%; }

  .grid-item--width12 {
    width: 100%; }

  /* image spacing */
  .image-box-1 {
    margin: 12px 0; }

  .img-vert-0 {
    height: 0; }

  .img-vert-1 {
    height: 0em; }

  .img-vert-2 {
    height: 0em; }

  .img-vert-3 {
    height: 0em; }

  .img-vert-4 {
    height: 0em; }

  .img-vert-5 {
    height: 0em; }

  .img-vert-6 {
    height: 0em; }

  .img-vert-7 {
    height: 0em; }

  .img-vert-8 {
    height: 0em; }

  /* left margins*/
  .img-mar-l-1 {
    padding-left: 0em; }

  .img-mar-l-2 {
    padding-left: 0em; }

  .img-mar-l-3 {
    padding-left: 0em; }

  .img-mar-l-4 {
    padding-left: 0em; }

  .img-mar-l-5 {
    padding-left: 0em; }

  .img-mar-l-6 {
    padding-left: 0em; }

  .img-mar-l-7 {
    padding-left: 0em; }

  .img-mar-l-8 {
    padding-left: 0em; }

  /* right margins */
  .img-mar-r-1 {
    padding-right: 0em; }

  .img-mar-r-2 {
    padding-right: 0em; }

  .img-mar-r-3 {
    padding-right: 0em; }

  .img-mar-r-4 {
    padding-right: 0em; }

  .img-mar-r-5 {
    padding-right: 0em; }

  .img-mar-r-6 {
    padding-right: 0em; }

  .img-mar-r-7 {
    padding-right: 0em; }

  .img-mar-r-8 {
    padding-right: 0em; } }
/* only for small size */
@media screen and (max-width: 680px) {
  .uk-navbar-brand {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
    top: -2px; }

  .header-logo-title {
    padding-left: 0.2em;
    padding-top: 0.3em;
    text-align: right; }

  .uk-navbar-content::before, .uk-navbar-brand::before, .uk-navbar-toggle::before {
    content: none;
    display: inline-block;
    height: 50%;
    vertical-align: middle; }

  .modal-title {
    display: none; }

  .content-displaycard {
    margin: 2em 0 2em 0; }

  .content-displaycard .img-holder {
    margin: 2em 0; }

  .txt-column {
    max-width: 100%;
    margin-top: 2em; }

  .txt-column-1 {
    max-width: 100%;
    margin-top: 5em; }

  .uk-slidenav.uk-slidenav-next, .uk-slidenav.uk-slidenav-previous {
    height: 60px;
    width: 60px; }

  .uk-slidenav.uk-slidenav-previous {
    left: -8px; }

  .uk-slidenav.uk-slidenav-next {
    right: -8px; }

  .uk-slidenav.uk-slidenav-previous:before {
    content: "\E801";
    font-family: 'own-icons';
    font-size: 15px; }

  .uk-slidenav.uk-slidenav-next:before {
    content: "\E802";
    font-family: 'own-icons';
    font-size: 15px; } }
/* only for x-small size */
