html, body {
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial" !important;
  font-weight: 400;
  overflow-x: hidden !important; }

.jumbotron {
  padding: 0 !important; }

/*
from old solaris site, see js/select.js
*/
select.themed-select {
  display: none; }

.remove-top-margin {
  margin-top: 0px !important; }

/* normal text */
.simple-markup .markup,
.simple-markup .formattedtext {
  color: #636b73;
  font-size: 14px; }

.simple-markup .markup p,
.article.layout-sidebar-aware-main > p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.9em; }

.simple-markup form {
  font-family: "Gotham SSm A", "Gotham SSm B", "Arial"; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom. 
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*

Breakpoints are defined in customized bootstrap, but here are *copied* values to be used inside sass.

*/
/*
bootstrap fixes
*/
.container {
  min-width: 320px;
  max-width: 100%; }

@media (min-width: 0px) and (max-width: 640px) {
  .breakpointtest {
    border: 5px dotted gray; } }
@media (min-width: 0px) {
  .breakpointtest {
    background-color: lightgray; }
    .breakpointtest:before {
      content: "mobile"; } }
@media (min-width: 321px) and (max-width: 480px) {
  .breakpointtest {
    background-color: red; }
    .breakpointtest:before {
      content: "mobile2"; } }
@media (min-width: 481px) and (max-width: 640px) {
  .breakpointtest {
    background-color: green; }
    .breakpointtest:before {
      content: "mobile3"; } }
@media (min-width: 641px) {
  .breakpointtest {
    background-color: blue; }
    .breakpointtest:before {
      content: "tablet"; } }
@media (min-width: 768px) {
  .breakpointtest {
    background-color: yellow; }
    .breakpointtest:before {
      content: "tablet2"; } }
@media (min-width: 992px) {
  .breakpointtest {
    background-color: pink; }
    .breakpointtest:before {
      content: "tablet3"; } }
@media (min-width: 1140px) {
  .breakpointtest {
    background-color: gray; }
    .breakpointtest:before {
      content: "desktop"; } }
@media (min-width: 1419px) {
  .breakpointtest {
    background-color: cyan; }
    .breakpointtest:before {
      content: "largedesktop"; } }

.article a,
.simple-markup a,
.jumbo-imagetext-combo-item a,
.adcard-text-area a,
.schedule a,
.infoblock a,
.roomcard a,
.menu-footer-note a {
  color: #63d9d3; }

.adcard-simple .table-info-text-footer a {
  color: #63d9d3;
  font-weight: bold; }

.buttonlinkstyle,
.solaris-button-styled-link {
  display: inline-block;
  color: white !important;
  font-weight: 700;
  padding: 10px 24px 10px 24px;
  background-image: url(../img/turquoise_pattern.jpg); }

.buttonlinkstyle:hover,
.solaris-button-styled-link:hover {
  text-decoration: none; }

.pdflinkstyle {
  display: inline-block;
  background-image: url("../img/pdf-icon-round.png");
  background-repeat: no-repeat;
  background-position: center  left;
  background-size: 42px 42px;
  padding-left: 52px;
  padding-top: 25px;
  padding-bottom: 25px; }

@media (min-width: 992px) {
  .pdflinkstyle {
    background-size: 52px 52px;
    padding-left: 65px; } }
/*
Hover effect
*/
.main-nav-container .lahjakorttikauppa-main-nav-link:hover,
.main-nav-container .lahjakorttikauppa-main-nav-link:focus,
.main-nav-container .lahjakorttikauppa-main-nav-link:active,
.main-nav-container .bonustili-main-nav-link:hover,
.main-nav-container .bonustili-main-nav-link:focus,
.main-nav-container .bonustili-main-nav-link:active,
.solaris-kylpylat-main-nav-element:hover,
.solaris-kylpylat-main-nav-element:focus,
.solaris-kylpylat-main-nav-element:active,
.footer-some-link-element img:hover,
#open-search img:hover,
.adcard-pricebox-linkbutton:hover,
.adcard-pricebox-linkbutton:focus,
.adcard-pricebox-linkbutton:active,
.lighten-on-hover:hover,
.lighten-on-hover:focus,
.lighten-on-hover:active,
.lighten-on-hover-jquery,
.buttonlinkstyle:hover,
.buttonlinkstyle:focus,
.buttonlinkstyle:active,
.solaris-button-styled-link:hover,
.header-carousel-link:hover,
.customform input.submit:hover {
  -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3); }

@media (min-width: 0px) {
  .page-layout {
    margin-top: 30px;
    margin-bottom: 30px; } }
@media (min-width: 641px) {
  .page-layout {
    margin-top: 65px;
    margin-bottom: 65px; } }
@media (min-width: 0px) {
  .layout-leftcontent,
  .layout-rightcontent {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto; }

  .content-modules-left,
  .content-modules-right,
  .article {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none; }

  .separator-line {
    width: 22px;
    height: 100px;
    margin: 0;
    padding: 0 10px 0 11px;
    float: none;
    display: none; }

  .sidebar-right,
  .sidebar-left {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    float: none; } }
@media (min-width: 768px) {
  .layout-leftcontent,
  .layout-rightcontent {
    width: 728px; }

  .content-modules-left,
  .content-modules-right,
  .article {
    width: 478px;
    float: left; }

  .separator-line {
    width: 24px;
    padding: 0 12px 0 11px;
    float: left;
    display: inline-block; }

  .sidebar-right,
  .sidebar-left {
    width: 226px;
    margin: 0;
    float: left; } }
@media (min-width: 992px) {
  .layout-leftcontent,
  .layout-rightcontent {
    width: 953px; }

  .content-modules-left,
  .content-modules-right,
  .article {
    width: 625px;
    float: left; }

  .separator-line {
    width: 32px;
    padding: 0 15px 0 15px; }

  .sidebar-right,
  .sidebar-left {
    width: 296px; } }
@media (min-width: 1140px) {
  .layout-leftcontent,
  .layout-rightcontent {
    width: 1100px; }

  .content-modules-left,
  .content-modules-right,
  .article {
    width: 722px; }

  .separator-line {
    width: 36px;
    padding: 0 17px 0 17px; }

  .sidebar-right,
  .sidebar-left {
    width: 342px; } }
@media (min-width: 1419px) {
  .layout-leftcontent,
  .layout-rightcontent {
    width: 1140px; }

  .content-modules-left,
  .content-modules-right,
  .article {
    width: 744px; }

  .separator-line {
    width: 41px;
    padding: 0 20px 0 20px; }

  .sidebar-right,
  .sidebar-left {
    width: 355px; } }
.layout-leftcontent .separator-line div {
  height: 100%;
  width: 1px;
  background-color: #dededf; }

.layout-rightcontent {
  /* no line needed on rightcontent layout */ }
  .layout-rightcontent .separator-line div {
    width: 0px;
    background-color: transparent; }

.rightcontent-h1 {
  text-align: center;
  margin-top: 35px;
  color: #5e6062;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.01em;
  font-size: 14px;
  border-bottom: 3px solid #63d9d3;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 25px;
  padding-bottom: 12px; }

@media (min-width: 992px) {
  .rightcontent-h1 {
    text-align: center;
    margin-top: 55px;
    color: #636b73;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.01em;
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 0px;
    border-bottom: 0px solid #63d9d3;
    margin-bottom: 88px; }

  .rightcontent-h1 span {
    border-bottom: 3px solid #63d9d3;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 8px; } }
.article > table,
.article > p > table,
table.solaristable {
  color: #636b73;
  width: 100%; }
  .article > table td,
  .article > p > table td,
  table.solaristable td {
    border: 1px solid #c3c3c3;
    padding: 2px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
  .article > table tr:first-child td,
  .article > p > table tr:first-child td,
  table.solaristable tr:first-child td {
    border: 1px solid #63d9d3;
    color: white;
    background: #63d9d3;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold; }
  .article > table tr:first-child td p,
  .article > p > table tr:first-child td p,
  table.solaristable tr:first-child td p {
    color: white; }

.article.layout-sidebar-aware-main > h1, .article.layout-sidebar-aware-main > h2 {
  border-bottom: 3px solid #63d9d3;
  /* border-bottom: 3px solid #63d9d3; */
  margin-bottom: 40px;
  padding-bottom: 12px;
  font-size: 25px;
  font-weight: 300;
  color: #636b73;
  text-transform: uppercase; }
.article.layout-sidebar-aware-main > h3 {
  font-size: 18px;
  font-weight: 600;
  color: #636b73;
  margin-top: 25px;
  margin-bottom: 25px;
  text-transform: uppercase; }
.article.layout-sidebar-aware-main .teaser h3 {
  margin-top: 0px; }
.article.layout-sidebar-aware-main .teaser, .article.layout-sidebar-aware-main > p, .article.layout-sidebar-aware-main > div,
.page-layout.layout-sidebar-aware .teaser, .page-layout.layout-sidebar-aware > p, .page-layout.layout-sidebar-aware > div {
  color: #636b73;
  font-size: 14px;
  line-height: 1.333;
  line-height: 1.9em; }
.page-layout.layout-sidebar-aware .teaser, .page-layout.layout-sidebar-aware > p, .page-layout.layout-sidebar-aware > div {
  line-height: 1.7em; }
.article.layout-sidebar-aware-main .teaser {
  font-weight: bold;
  line-height: 1.7em;
  margin-bottom: 15px; }
.article.layout-sidebar-aware-main ul li {
  color: #636b73; }
.article.layout-sidebar-aware-main img.article-image-below-h1 {
  margin-bottom: 40px; }
.article.layout-sidebar-aware-main blockquote {
  background-image: url("../img/quote_turquoise.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-top: 88px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  /* margin-top: 15px; */
  margin-top: 30px;
  padding-left: 2px;
  border-left: 0px solid transparent; }
.article.layout-sidebar-aware-main blockquote p {
  font-size: 25px;
  margin: 0px;
  color: #63d9d3;
  /* font-weight: 500; */
  font-weight: 600;
  line-height: 1.5em; }
.article.layout-sidebar-aware-main .editor-made-article-link-button {
  background-color: #63d9d3;
  padding: 10px;
  color: white; }
.article.layout-sidebar-aware-main img.tekstikuva {
  max-width: 100%;
  margin-top: 18px;
  margin-bottom: 18px; }

@media (min-width: 0px) {
  .kampanjapohja-map-title {
    text-align: center;
    margin-top: 35px;
    color: #5e6062;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.01em;
    font-size: 14px;
    border-bottom: 3px solid #63d9d3;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 25px;
    padding-bottom: 12px;
    margin-bottom: 20px; }

  .kampanjapohja-map .jumbo-googlemap-fullwidth > div {
    height: 300px !important; }

  .kampanjasivu-spacer-beforeinfo {
    height: 30px; } }
@media (min-width: 992px) {
  .kampanjapohja-map-title {
    /* margin-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 48px;
    border-bottom: solid 3px #63d9d3;
    
    font-size: 30px; */
    text-align: center;
    margin-top: 55px;
    color: #636b73;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.01em;
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 0px;
    border-bottom: 0px solid #63d9d3;
    margin-bottom: 60px; }
    .kampanjapohja-map-title span {
      border-bottom: 3px solid #63d9d3;
      padding-left: 70px;
      padding-right: 70px;
      padding-bottom: 8px; }

  .kampanjapohja-map .jumbo-googlemap-fullwidth > div {
    height: 590px !important; }

  .kampanjasivu-spacer-beforeinfo {
    height: 55px; } }
/*

*/
.main-nav-search-container {
  display: none; }

.top-links-container .lahjakorttikauppa-main-nav-link {
  width: 150px;
  float: right; }
.top-links-container .bonustili-main-nav-link {
  width: 150px;
  float: right; }
.top-links-container .solaris-kylpylat-main-nav-element {
  float: right; }

@media (min-width: 0px) and (max-width: 640px) {
  .main-nav-top-bar {
    display: none; } }
@media (min-width: 0px) {
  .main-nav-top-bar {
    display: none; }

  .main-nav-container {
    min-height: 475px;
    background-position: center top;
    background-size: auto 475px;
    position: relative; }

  #main-nav-top-bar-mobile {
    position: relative;
    z-index: 1000; } }
@media (min-width: 321px) and (max-width: 480px) {
  .main-nav-top-bar {
    display: none; } }
@media (min-width: 481px) and (max-width: 640px) {
  .main-nav-top-bar {
    display: none; } }
@media (min-width: 641px) {
  .main-nav-top-bar {
    display: none; } }
@media (min-width: 768px) {
  #main-nav-top-bar-mobile {
    display: block; }

  .main-nav-top-bar {
    display: none; } }
@media (min-width: 992px) {
  #main-nav-top-bar-mobile {
    display: none; }

  #extra-icons {
    position: absolute;
    top: 58px;
    right: 30px; }
    #extra-icons img {
      float: left;
      margin-right: 10px; }

  .main-nav-container {
    height: 495px;
    /* height when not header-modules */
    background-size: auto 495px;
    background-size: auto 100%;
    background-size: 100% auto;
    width: 100%;
    position: relative;
    background-color: rgba(150, 150, 150, 0.6);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }

  .main-nav-container.header-modules-exists,
  .main-nav-container.header-modules-eventcalendar {
    /* used for animations when opening eventcalendar */
    height: 736px;
    /* height when header-modules exist */
    background-size: auto 100%; }

  .main-nav-top-bar {
    position: absolute;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 953px;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    background-color: rgba(99, 107, 115, 0.75);
    z-index: 1000;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); }

  .main-nav-container .logo-container {
    width: 185px;
    height: 100%;
    padding: 20px 0 0 30px;
    background: url("../img/viivat.png");
    background-repeat: no-repeat;
    background-position: center right; }

  .main-nav-container .main-nav-element-container {
    height: 100%;
    flex-grow: 1;
    padding-right: 30px; }

  .main-nav-container .lahjakorttikauppa-main-nav-link {
    margin-right: 12px;
    height: 38px;
    width: auto;
    background-color: #e6007e;
    color: #ffffff;
    background-image: url("../img/present-icon.png");
    background-repeat: no-repeat;
    background-position: 20px 5px;
    padding: 0px;
    /*
      -webkit-transition: all 1s ease;
    	 -moz-transition: all 1s ease;
    	   -o-transition: all 1s ease;
    	  -ms-transition: all 1s ease;
    		  transition: all 1s ease;
      */ }
    .main-nav-container .lahjakorttikauppa-main-nav-link a {
      display: block;
      padding: 8px 24px 4px 46px; }
    .main-nav-container .lahjakorttikauppa-main-nav-link a span {
      color: #ffffff;
      /* font-weight:600; */
      /* letter-spacing:1.1px; */
      /* font-weight: 500; */
      /* letter-spacing: 0.075em; */
      font-weight: 600;
      letter-spacing: 0.06em;
      margin: 0;
      padding: 0;
      font-size: 12px; }
    .main-nav-container .lahjakorttikauppa-main-nav-link a:hover {
      text-decoration: none; }

  .main-nav-container .bonustili-main-nav-link {
    margin-right: 12px;
    height: 38px;
    background-color: #63d9d3;
    color: #ffffff;
    width: auto;
    background-image: url("../img/key-icon.png");
    background-repeat: no-repeat;
    background-position: 20px 12px;
    padding: 0px; }
    .main-nav-container .bonustili-main-nav-link a {
      display: block;
      padding: 8px 24px 4px 46px; }
    .main-nav-container .bonustili-main-nav-link a span {
      color: #ffffff;
      /* font-weight:600; */
      /* letter-spacing:1.1px; */
      /* font-weight: 500; */
      /* letter-spacing: 0.075em; */
      font-weight: 600;
      letter-spacing: 0.06em;
      margin: 0;
      padding: 0;
      font-size: 12px; }
    .main-nav-container .bonustili-main-nav-link a:hover {
      text-decoration: none; }

  .main-nav-container .solaris-kylpylat-main-nav-element {
    height: 38px;
    background-color: #c2b58a;
    color: #ffffff;
    background-image: url("../img/solaris-icon.png");
    background-repeat: no-repeat;
    background-position: 20px 7px; }
    .main-nav-container .solaris-kylpylat-main-nav-element a {
      font-size: 12px;
      /* font-weight:600; */
      /* letter-spacing:1.1px; */
      /* font-weight: 500; */
      /* letter-spacing: 0.075em; */
      font-weight: 600;
      letter-spacing: 0.06em; }

  /*
  .main-nav-container .main-nav-search-container{
  	position: absolute;
  	right: 200px;
  	bottom: 10px;
  }
  
  .main-nav-container .main-nav-language-container{
  	position: absolute;
  	right: 100px;
  	bottom: 10px;
  }
  */
  #header-modules-container {
    position: absolute;
    /* top: 100px;
    left: 50%;
    transform: translate(-50%, 0); */
    /* width: 1140px; */
    width: 100%; }

  .main-nav-container .main-nav-bottom-bar {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
   /*width: 953px;*/
    width: 1005px;
    height: 82px;
    z-index: 100; } }
@media (min-width: 1140px) {
  #extra-icons {
    position: absolute;
    top: 58px; }
    #extra-icons img {
      float: left;
      margin-right: 10px; }

  .main-nav-container {
    height: 495px;
    /* height when not header-modules */
    width: 100%;
    position: relative;
    background-color: rgba(150, 150, 150, 0.6);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }

  .main-nav-container.header-modules-exists,
  .main-nav-container.header-modules-eventcalendar {
    /* used for animations when opening eventcalendar */
    height: 736px;
    /* height when header-modules exist */ }

  .main-nav-top-bar {
    width: 1100px; }

  .main-nav-container .logo-container {
    width: 185px;
    height: 100%;
    padding: 20px 0 0 30px; }

  .main-nav-container .main-nav-element-container {
    height: 100%;
    flex-grow: 1;
    padding-right: 30px; }

  .main-nav-container .solaris-kylpylat-main-nav-element {
    height: 38px;
    background-color: #c2b58a;
    color: #ffffff;
    background-image: url("../img/solaris-icon.png");
    background-repeat: no-repeat;
    background-position: 20px 7px; }

  /*
  .main-nav-container .main-nav-search-container{
  	position: absolute;
  	right: 200px;
  	bottom: 10px;
  }
  
  .main-nav-container .main-nav-language-container{
  	position: absolute;
  	right: 100px;
  	bottom: 10px;
  }
  */
  #header-modules-container {
    position: absolute;
    /* top: 100px;
    left: 50%;
    transform: translate(-50%, 0); */
    /* width: 1140px; */
    width: 100%; }

  .main-nav-container .main-nav-bottom-bar {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    /*width: 1100px;*/
    width: 1220px;
    height: 82px; } }
@media (min-width: 1419px) {
  #extra-icons {
    position: absolute;
    top: 58px; }
    #extra-icons img {
      float: left;
      margin-right: 10px; }

  .main-nav-container {
    height: 495px;
    /* height when not header-modules */
    width: 100%;
    position: relative;
    background-size: 100% auto;
    background-color: rgba(150, 150, 150, 0.6);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }

  .main-nav-container.header-modules-exists,
  .main-nav-container.header-modules-eventcalendar {
    /* used for animations when opening eventcalendar */
    height: 736px;
    /* height when header-modules exist */
    background-size: 100% auto; }

  .main-nav-top-bar {
    width: 1140px; }

  .main-nav-container .logo-container {
    width: 185px;
    height: 100%;
    padding: 20px 0 0 30px; }

  .main-nav-container .main-nav-element-container {
    height: 100%;
    flex-grow: 1;
    padding-right: 30px; }

  .main-nav-container .solaris-kylpylat-main-nav-element {
    height: 38px;
    background-color: #c2b58a;
    color: #ffffff;
    background-image: url("../img/solaris-icon.png");
    background-repeat: no-repeat;
    background-position: 15px 7px; }

  /*
  .main-nav-container .main-nav-search-container{
  	position: absolute;
  	right: 200px;
  	bottom: 10px;
  }
  
  .main-nav-container .main-nav-language-container{
  	position: absolute;
  	right: 100px;
  	bottom: 10px;
  }
  */
  #header-modules-container {
    position: absolute;
    /* top: 100px;
    left: 50%;
    transform: translate(-50%, 0); */
    /* width: 1140px; */
    width: 100%; }

  .main-nav-container .main-nav-bottom-bar {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    /*width: 1140px;*/
    width: 1302px;
    height: 82px; } }
.header-carousel .carousel-inner {
  position: relative; }
.header-carousel .carousel-inner > .item > img, .header-carousel .carousel-inner > .item > a > img {
  width: 100%;
  margin: auto; }
.header-carousel .carousel-control.left, .header-carousel .carousel-control.right {
  background-image: none; }
.header-carousel .arrow-right, .header-carousel .arrow-left {
  position: absolute;
  top: 50%;
  margin-top: -30px; }
@media (min-width: 0px) and (max-width: 640px) {
  .header-carousel .carousel-indicators {
    display: none; }
  .header-carousel .carousel-control {
    width: 12%; }
  .header-carousel .carousel-control img {
    max-width: 12px; } }
@media (min-width: 0px) {
  .header-carousel .carousel-inner > .item {
    /* height: 282px !important; */
    height: 400px !important; }
  .header-carousel .header-carousel-content {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .header-carousel .header-carousel-content .header-carousel-title {
      font-size: 18px;
      color: white;
      text-transform: uppercase;
      /* letter-spacing: 0.5em; */
      letter-spacing: 0.3em;
      font-weight: 600;
      margin-bottom: 8px; }
    .header-carousel .header-carousel-content .header-carousel-text {
      font-size: 18px;
      font-weight: 300;
      color: white;
      letter-spacing: 0.20em;
      margin-bottom: 35px; }
    .header-carousel .header-carousel-content .header-carousel-button {
      display: block;
      text-align: center; }
    .header-carousel .header-carousel-content .header-carousel-link {
      display: inline-block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      border: 1px solid white;
      color: white;
      font-size: 12px;
      letter-spacing: 0.025em;
      text-transform: uppercase;
      font-weight: bold; } }
@media (min-width: 0px) {
  .header-carousel .carousel-indicators {
    display: none; } }
@media (min-width: 641px) {
  .header-carousel .header-carousel-content {
    position: absolute;
    max-width: 850px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .header-carousel .header-carousel-content .header-carousel-title {
      font-size: 35px;
      color: white;
      text-transform: uppercase;
      /* letter-spacing: 0.5em; */
      letter-spacing: 0.3em;
      font-weight: bold;
      margin-bottom: 16px;
      text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35); }
    .header-carousel .header-carousel-content .header-carousel-text {
      font-size: 30px;
      font-weight: 300;
      color: white;
      letter-spacing: 0.22em;
      margin-bottom: 40px;
      text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35); }
    .header-carousel .header-carousel-content .header-carousel-button {
      display: block;
      text-align: center; }
    .header-carousel .header-carousel-content .header-carousel-link {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 26px;
      padding-right: 26px;
      border: 1px solid white;
      color: white;
      font-size: 16.339px;
      letter-spacing: 0.025em;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 0.025em; }
    .header-carousel .header-carousel-content .header-carousel-link:hover {
      text-decoration: none; } }
@media (min-width: 768px) {
  .header-carousel .carousel-inner > .item {
    /* height: 341px !important; */ } }
@media (min-width: 992px) {
  .header-carousel .carousel-inner > .item {
    /* height: 442px !important; */
    height: 736px !important; }
  .header-carousel .carousel-indicators {
    display: block;
    bottom: 15.2%; }
  .header-carousel .carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.6); }
  .header-carousel .carousel-indicators li,
  .header-carousel .carousel-indicators li.active {
    width: 15px;
    height: 15px;
    margin: 1px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 1px;
    border: 0px; }
  .header-carousel .carousel-indicators li.active {
    background-color: white; } }
@media (min-width: 1140px) {
  .header-carousel .carousel-inner > .item {
    height: 736px !important; } }
@media (min-width: 1419px) {
  .header-carousel .carousel-inner > .item {
    height: 736px !important; } }

@media (min-width: 0px) {
  .main-nav-bottom-bar {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 166px; }

  img.eventcalendar-open-desktop {
    display: none; }

  img.eventcalendar-open-mobile {
    display: block;
    width: 166px; } }
@media (min-width: 768px) {
  .main-nav-bottom-bar {
    /* height:83px; */ } }
@media (min-width: 992px) {
  .main-nav-bottom-bar {
    display: block; }

  #eventcalendar-link-container {
    position: absolute;
    top: -1px;
    width: 97px;
    height: 83px;
    overflow: hidden;
    background-color: rgba(99, 107, 115, 0.8); }
    #eventcalendar-link-container a {
      border: none; }

  #eventcalendar-link {
    display: block;
    width: 100px; }

  img.eventcalendar-open-desktop {
    display: block; }

  img.eventcalendar-open-mobile {
    display: none; } }
@media (min-width: 1140px) {
  #eventcalendar-link-container {
    position: absolute;
    top: -1px;
    width: 97px;
    height: 83px;
    overflow: hidden;
    background-color: rgba(99, 107, 115, 0.8); }
    #eventcalendar-link-container a {
      border: none; } }
@media (min-width: 1419px) {
  #eventcalendar-link-container {
    position: absolute;
    top: -1px;
    width: 97px;
    height: 83px;
    overflow: hidden;
    background-color: rgba(99, 107, 115, 0.8); }
    #eventcalendar-link-container a {
      border: none; } }
/*

*/
#mobile-menu-toggle {
  padding: 27px 30px; }
  #mobile-menu-toggle img {
    /* width:22px;
    height:17px; */ }
  #mobile-menu-toggle img.mobile-menu-toggle-close-img {
    /* width:18px;
    height:17px; */
    padding-left: 2px; }

.slicknav_btn {
  display: none; }

.slicknav_menu {
  background-color: #636b73;
  padding: 0; }

.slicknav_nav {
  color: #63d9d3; }

.slicknav_nav .hoverblock-item {
  background-color: #fff;
  width: 50%;
  float: left;
  height: 218px;
  padding: 18px;
  text-align: left;
  margin-top: -1px; }
  .slicknav_nav .hoverblock-item ul > li {
    border-bottom: none !important; }
  .slicknav_nav .hoverblock-item ul > li > a {
    color: #636b73;
    text-align: left;
    text-transform: none;
    font-weight: 300;
    padding: 20px 0 0 0;
    font-size: 12px;
    letter-spacing: 0.02em; }
  .slicknav_nav .hoverblock-item ul > li:first-child a {
    padding: 5px 0 0 0; }
  .slicknav_nav .hoverblock-item ul > li > a:hover {
    font-weight: 700;
    background-color: #fff !important; }

.slicknav_open li > a {
  border: none; }

.slicknav_nav li {
  text-align: right;
  border-bottom: solid 1px #7c838a;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0; }

.slicknav_nav ul .hoverblock-itemcontainer {
  margin: 0;
  padding: 0; }

#main-nav-top-bar-mobile-slicknav-container > div > ul > li > ul {
  background-color: #fff !important; }

.slicknav_nav a:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  color: #fff; }

.slicknav_nav .slicknav_row, .slicknav_nav a {
  padding: 10px 10px; }

.slicknav_nav .hoverlock-item-title {
  padding: 5px 10px 10px 0;
  color: #63d9d3 !important;
  border-bottom: solid 2px #63d9d3;
  font-size: 13.5px;
  line-height: 1.1em;
  letter-spacing: 0.02em; }

.slicknav_nav li a {
  margin: 0 !important;
  padding: 12px 10px 12px 0; }

.slicknav_nav li:hover {
  border-radius: 0 !important; }

.slicknav_nav ul {
  margin: 0; }

.slicknav_nav li > a:hover {
  background-color: #555b62 !important;
  border-radius: 0 !important; }

.slicknav_menu .hoverlock-item-image {
  display: none; }

.slicknav_menu .menu-lahjakorttikauppa {
  text-align: left; }
  .slicknav_menu .menu-lahjakorttikauppa a {
    padding-left: 55px !important; }

#menu-extra-container-mobile .lahjakorttikauppa-main-nav-link a span {
  font-size: 12px !important; }

#menu-extra-container-mobile .bonustili-container-link span {
  font-size: 12px !important; }

#menu-extra-container-mobile .bonustili-container-link {
  background-position: 20px 12px !important;
  padding-top: 10px !important; }

.slicknav_menu .menu-bonustili {
  font-size: 12px;
  text-align: left;
  padding-left: 55px !important; }

.slicknav_menu .menu-siteselect {
  background-position: 12px 7px !important;
  text-align: left; }

#menu-extra-container-mobile .menu-siteselect a {
  color: #fff; }

#menu-extra-container-mobile .menu-siteselect .dropcontainer ul li:hover {
  background-color: transparent !important; }
  #menu-extra-container-mobile .menu-siteselect .dropcontainer ul li:hover a {
    background-color: transparent !important;
    font-weight: 700; }

#menu-extra-container-mobile .menu-siteselect .trigger {
  border: none !important; }

#search-searchword {
  border: none;
  background: transparent;
  padding-left: 50px;
  background-image: url("../img/magnifying.png");
  background-repeat: no-repeat;
  background-position: 12px 7px; }

.icon-addon {
  background-color: #fff;
  width: 250px;
  margin: 0 auto; }

.dropcontainer ul li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5); }

.slicknav_arrow {
  color: transparent;
  display: inline-block;
  background-size: contain;
  width: 15px;
  height: 15px;
  background-image: url(../img/plus-icon.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-top: -1px; }

.slicknav_arrow_opened {
  background-image: url(../img/minus-icon.png); }

/* hide middle-menuitems that are not even links, used on hoverblock only? */
#mobile-top-logo-container {
  padding: 10px 0 0 15px; }

#menu-extra-container-mobile {
  background-color: #737a81;
  border-bottom: 3px solid #636b73;
  padding: 20px 0; }

#menu-extra-container-mobile .lahjakorttikauppa-main-nav-link a {
  margin: 0 auto !important;
  height: 38px;
  width: 250px;
  background-color: #e6007e;
  color: #ffffff;
  background-image: url("../img/present-icon.png");
  background-repeat: no-repeat;
  background-position: 20px 5px;
  padding: 8px 20px 4px 60px; }
  #menu-extra-container-mobile .lahjakorttikauppa-main-nav-link a span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: none;
    width: 120px; }

#menu-extra-container-mobile .bonustili-container-link {
  display: block;
  margin: 20px auto 20px auto !important;
  height: 38px;
  width: 250px !important;
  background-color: #63d9d3;
  color: #ffffff;
  width: auto;
  background-image: url("../img/key-icon.png");
  background-repeat: no-repeat;
  background-position: 27px 12px;
  padding: 8px 20px 4px 0px; }
  #menu-extra-container-mobile .bonustili-container-link span {
    margin: 0;
    padding: 0;
    width: 130px;
    font-size: 14px;
    text-transform: none; }

#menu-extra-container-mobile .bonustili-container-link:hover {
  background-color: #63d9d3 !important; }

#menu-extra-container-mobile .menu-siteselect {
  height: 38px;
  background-color: #c2b58a;
  color: #ffffff;
  background-image: url("../img/solaris-icon.png");
  background-repeat: no-repeat;
  background-position: 20px 7px;
  width: 250px;
  margin: 0 auto; }
  #menu-extra-container-mobile .menu-siteselect .trigger {
    font-family: "Gotham SSm A", "Gotham SSm B", "Arial" !important;
    padding: 5px 65px 0 50px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    height: 38px;
    line-height: 26px;
    letter-spacing: 1px;
    background: url(../img/dropdown-brown.png) right center no-repeat;
    display: block;
    border: 1px solid #9da3a8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none; }
  #menu-extra-container-mobile .menu-siteselect .activetrigger {
    font-family: "Gotham SSm A", "Gotham SSm B", "Arial" !important;
    text-decoration: none !important;
    padding: 5px 65px 0 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 38px;
    line-height: 26px;
    letter-spacing: 1px;
    background: url(../img/dropdown-brown.png) right center no-repeat;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #menu-extra-container-mobile .menu-siteselect .dropdownhidden {
    display: none; }
  #menu-extra-container-mobile .menu-siteselect .dropcontainer ul {
    font-size: 12px;
    border: 1px solid #9da3a8;
    border-top: none;
    background: #c2b58a;
    width: 250px;
    color: #fff;
    list-style-type: none;
    margin: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #menu-extra-container-mobile .menu-siteselect a {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-transform: none;
    font-weight: 500; }
  #menu-extra-container-mobile .menu-siteselect a.trigger, #menu-extra-container-mobile .menu-siteselect a.activetrigger {
    font-size: 12px; }

#search-searchword {
  width: 250px;
  border-radius: 0;
  margin: 20px auto; }

/*
<div class="mobile-top-bar-buttons">
	<div id="mobile-top-logo-container"><img src="..." /></div>
	<div id="mobile-varaaloma-btn">Varaa loma</div>
	<div id="mobile-menu-toggle">-</div>  
</div>
*/
.mobile-top-bar-buttons {
  display: flex;
  flex-direction: row; }

.mobile-top-bar-buttons div {
  height: 76px; }

#mobile-top-logo-container {
  flex-grow: 1;
  background-color: #636b73; }

#mobile-varaaloma-btn {
  flex-grow: 0;
  width: 80px;
  background-color: #e6007e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

#mobile-varaaloma-btn h3 {
  width: 80px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 1px 0 0 0;
  padding: 0;
  font-size: 17px;
  line-height: 17px;
  /* padding:0 5px; */
  padding: 0px; }

#mobile-varaaloma-btn a:hover {
  text-decoration: none; }

#mobile-menu-toggle {
  flex-grow: 0;
  width: 80px;
  background-color: #63d9d3; }

.main-menu-item > a {
  position: relative; }

.hoverblock-opened-from-here,
.main-menu-item-link.active-menu-item .main-menu-item-link-span {
  padding-bottom: 3px;
  border-bottom: 3px solid #63d9d3; }

.hoverblock-opened-from-here:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 20px;
  width: 100%;
  height: 27px;
  z-index: 1100;
  background-image: url("../img/hoverblock_opened_arrow_only.png");
  margin-left: 12px;
  background-repeat: no-repeat;
  background-position: top center; }

.mainmenu-hoverblock-trigger:first-child .hoverblock-opened-from-here:after,
.mainmenu-hoverblock-trigger:nth-child(1) .hoverblock-opened-from-here:after {
  margin-left: 0px; }

@media (min-width: 0px) {
  .search-opened-button {
    display: none; } }
@media (min-width: 992px) {
  #search-searchword {
    background-color: white; }

  .search-opened-button {
    display: block; }

  #main-nav-bar-container,
  .logo-container {
    /* show with js when hovering menuitems */ }
    #main-nav-bar-container ul.main-nav-bar-menu,
    .logo-container ul.main-nav-bar-menu {
      margin: 23px 0 0 0;
      width: 660px;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      padding-left: 0px; }
    #main-nav-bar-container .main-nav-bar-menu > li,
    .logo-container .main-nav-bar-menu > li {
      list-style-type: none;
      display: inline-block; }
    #main-nav-bar-container .main-nav-bar-menu li a,
    .logo-container .main-nav-bar-menu li a {
      display: block;
      color: #ffffff;
      font-weight: 500;
      text-transform: uppercase;
      margin: 2px 0 0 0;
      border-bottom: 2px solid transparent;
      padding: 0 0 5px 0;
      font-size: 10px;
      letter-spacing: 0.2px; }
    #main-nav-bar-container .main-nav-bar-menu li:not(:first-child) a::before,
    .logo-container .main-nav-bar-menu li:not(:first-child) a::before {
      content: "|";
      font-size: 11px;
      position: relative;
      top: -2px;
      padding: 0 10px; }
    #main-nav-bar-container .main-nav-bar-menu li a:hover,
    .logo-container .main-nav-bar-menu li a:hover {
      /* border-bottom:2px solid $turquoise; */
      text-decoration: none; }
    #main-nav-bar-container .main-menu-item-hoverblock,
    .logo-container .main-menu-item-hoverblock {
      display: none;
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      height: 396px;
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
      z-index: 1000; }
    #main-nav-bar-container .hoverblock-itemcontainer,
    .logo-container .hoverblock-itemcontainer {
      list-style-type: none;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      padding-left: 0px; }
    #main-nav-bar-container .hoverblock-itemcontainer > li,
    .logo-container .hoverblock-itemcontainer > li {
      background-image: url("../img/hover_viiva.png");
      background-repeat: no-repeat;
      height: 396px;
      width: 25%;
      padding-left: 25px;
      background-position: center right; }
    #main-nav-bar-container .hoverblock-item,
    .logo-container .hoverblock-item {
      margin-top: 25px;
      max-width: 88%; }
    #main-nav-bar-container .hoverlock-item-image,
    .logo-container .hoverlock-item-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      max-height: 131px; }
    #main-nav-bar-container .hoverblock-item-submenu,
    .logo-container .hoverblock-item-submenu {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #main-nav-bar-container .hoverblock-item-submenu li a,
      .logo-container .hoverblock-item-submenu li a {
        padding: 0;
        color: #636b73;
        font-size: 14px;
        margin: 20px 0 0 0;
        text-align: left;
        text-transform: none; }
      #main-nav-bar-container .hoverblock-item-submenu li a:hover,
      .logo-container .hoverblock-item-submenu li a:hover {
        color: #44494f;
        text-decoration: none; }
    #main-nav-bar-container .hoverblock-item-submenu .active-menu-item,
    .logo-container .hoverblock-item-submenu .active-menu-item {
      font-weight: bold; }
    #main-nav-bar-container .hoverblock-item-submenu li:first-child a::before,
    .logo-container .hoverblock-item-submenu li:first-child a::before {
      content: none; }
    #main-nav-bar-container .hoverblock-item-submenu li:not(:first-child) a::before,
    .logo-container .hoverblock-item-submenu li:not(:first-child) a::before {
      content: none; }
    #main-nav-bar-container .hoverblock-item-submenu li a,
    #main-nav-bar-container .hoverblock-item-submenu-seo-first-link,
    .logo-container .hoverblock-item-submenu li a,
    .logo-container .hoverblock-item-submenu-seo-first-link {
      display: inline-block;
      padding: 0;
      color: #636b73;
      font-size: 14px;
      margin: 20px 0 0 0;
      text-align: left;
      font-weight: 300;
      font-size: 13px !important;
      letter-spacing: 0.05em;
      color: #636b73 !important; }
    #main-nav-bar-container .hoverblock-item-submenu li a:hover,
    #main-nav-bar-container .hoverblock-item-submenu-seo-first-link:hover,
    .logo-container .hoverblock-item-submenu li a:hover,
    .logo-container .hoverblock-item-submenu-seo-first-link:hover {
      font-weight: 500; }
    #main-nav-bar-container .hoverlock-item-title,
    .logo-container .hoverlock-item-title {
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      color: #636b73;
      text-align: center;
      padding: 15px 0 10px 0;
      border-bottom: 3px solid #63d9d3;
      margin: 0;
      letter-spacing: 1.1px;
      font-size: 13px !important;
      letter-spacing: 0.05em;
      color: #636b73 !important; } }
@media (min-width: 1140px) {
  .hoverblock-opened-from-here:after {
    top: 20px; }

  #main-nav-bar-container,
  .logo-container {
    /* show with js when hovering menuitems */ }
    #main-nav-bar-container ul.main-nav-bar-menu,
    .logo-container ul.main-nav-bar-menu {
      margin: 23px 0 0 0;
      width: 805px;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      padding-left: 0px; }
    #main-nav-bar-container .main-nav-bar-menu > li,
    .logo-container .main-nav-bar-menu > li {
      list-style-type: none;
      display: inline-block; }
    #main-nav-bar-container .main-nav-bar-menu li a,
    .logo-container .main-nav-bar-menu li a {
      display: block;
      color: #ffffff;
      font-weight: 500;
      text-transform: uppercase;
      margin: 2px 0 0 0;
      letter-spacing: 0.5px;
      padding: 0 0 5px 0;
      font-size: 12px;
      letter-spacing: 0.5px; }
    #main-nav-bar-container .main-nav-bar-menu li:not(:first-child) a::before,
    .logo-container .main-nav-bar-menu li:not(:first-child) a::before {
      content: "|";
      font-size: 11px;
      position: relative;
      top: -2px;
      padding: 0 10px; }
    #main-nav-bar-container .main-nav-bar-menu li a:hover,
    .logo-container .main-nav-bar-menu li a:hover {
      /* border-bottom:2px solid $turquoise; */
      text-decoration: none; }
    #main-nav-bar-container .main-menu-item-hoverblock,
    .logo-container .main-menu-item-hoverblock {
      display: none;
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      height: 396px;
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
      z-index: 1000; }
    #main-nav-bar-container .hoverblock-itemcontainer,
    .logo-container .hoverblock-itemcontainer {
      list-style-type: none;
      display: flex;
      flex-direction: row;
      padding-left: 0px; }
    #main-nav-bar-container .hoverblock-item,
    .logo-container .hoverblock-item {
      margin-top: 25px;
      max-width: 236px; }
    #main-nav-bar-container .hoverblock-item-image,
    .logo-container .hoverblock-item-image {
      width: 100%;
      height: auto; }
    #main-nav-bar-container .hoverblock-item-submenu li a,
    #main-nav-bar-container .hoverblock-item-submenu-seo-first-link,
    .logo-container .hoverblock-item-submenu li a,
    .logo-container .hoverblock-item-submenu-seo-first-link {
      font-weight: 300; }
    #main-nav-bar-container .hoverblock-item-submenu,
    .logo-container .hoverblock-item-submenu {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #main-nav-bar-container .hoverblock-item-submenu li a,
      .logo-container .hoverblock-item-submenu li a {
        padding: 0;
        color: #636b73;
        font-size: 14px;
        margin: 20px 0 0 0;
        text-align: left;
        text-transform: none; }
      #main-nav-bar-container .hoverblock-item-submenu li a:hover,
      .logo-container .hoverblock-item-submenu li a:hover {
        color: #44494f;
        text-decoration: none; }
    #main-nav-bar-container .hoverblock-item-submenu li:first-child a::before,
    .logo-container .hoverblock-item-submenu li:first-child a::before {
      content: none; }
    #main-nav-bar-container .hoverblock-item-submenu li:not(:first-child) a::before,
    .logo-container .hoverblock-item-submenu li:not(:first-child) a::before {
      content: none; } }
@media (min-width: 1419px) {
  .hoverblock-opened-from-here:after {
    top: 22px; }

  #main-nav-bar-container,
  .logo-container {
    /* show with js when hovering menuitems */ }
    #main-nav-bar-container ul.main-nav-bar-menu,
    .logo-container ul.main-nav-bar-menu {
      margin: 20px 0 0 0;
      width: 845px;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      padding-left: 0px; }
    #main-nav-bar-container .main-nav-bar-menu > li,
    .logo-container .main-nav-bar-menu > li {
      list-style-type: none;
      display: inline-block; }
    #main-nav-bar-container .main-nav-bar-menu li a,
    .logo-container .main-nav-bar-menu li a {
      display: block;
      letter-spacing: 0.5px;
      color: #ffffff;
      font-weight: 500;
      text-transform: uppercase;
      margin: 2px 0 0 0;
      border-bottom: 2px solid transparent;
      padding: 0 0 5px 0;
      font-size: 14px; }
    #main-nav-bar-container .main-nav-bar-menu.use-smaller-font li a,
    .logo-container .main-nav-bar-menu.use-smaller-font li a {
      font-size: 12px; }
    #main-nav-bar-container .main-nav-bar-menu li:not(:first-child) a::before,
    .logo-container .main-nav-bar-menu li:not(:first-child) a::before {
      content: "|";
      font-size: 11px;
      position: relative;
      top: -2px;
      padding: 0 10px; }
    #main-nav-bar-container .main-nav-bar-menu li a:hover,
    .logo-container .main-nav-bar-menu li a:hover {
      /* border-bottom:2px solid $turquoise; */
      text-decoration: none; }
    #main-nav-bar-container .main-menu-item-hoverblock,
    .logo-container .main-menu-item-hoverblock {
      display: none;
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      height: 396px;
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
      z-index: 1000; }
    #main-nav-bar-container .hoverblock-itemcontainer,
    .logo-container .hoverblock-itemcontainer {
      list-style-type: none;
      display: flex;
      flex-direction: row;
      padding-left: 0px; }
    #main-nav-bar-container .hoverblock-item,
    .logo-container .hoverblock-item {
      margin-top: 25px; }
    #main-nav-bar-container .hoverblock-item-image,
    .logo-container .hoverblock-item-image {
      width: 100%;
      height: auto; }
    #main-nav-bar-container .hoverblock-item-submenu,
    .logo-container .hoverblock-item-submenu {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #main-nav-bar-container .hoverblock-item-submenu li a,
      .logo-container .hoverblock-item-submenu li a {
        padding: 0;
        color: #636b73;
        font-size: 14px;
        margin: 20px 0 0 0;
        text-align: left;
        font-weight: 400;
        font-weight: 300;
        text-transform: none; }
      #main-nav-bar-container .hoverblock-item-submenu li a:hover,
      .logo-container .hoverblock-item-submenu li a:hover {
        color: #44494f;
        text-decoration: none; }
    #main-nav-bar-container .hoverblock-item-submenu li:first-child a::before,
    .logo-container .hoverblock-item-submenu li:first-child a::before {
      content: none; }
    #main-nav-bar-container .hoverblock-item-submenu li:not(:first-child) a::before,
    .logo-container .hoverblock-item-submenu li:not(:first-child) a::before {
      content: none; }
    #main-nav-bar-container .hoverblock-item-submenu li a,
    .logo-container .hoverblock-item-submenu li a {
      padding: 0;
      color: #636b73;
      font-size: 14px;
      margin: 20px 0 0 0;
      text-align: left; }
    #main-nav-bar-container .hoverlock-item-title,
    .logo-container .hoverlock-item-title {
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      color: #636b73;
      text-align: center;
      padding: 15px 0 10px 0;
      margin: 0;
      letter-spacing: 1.1px; } }
#prefooter {
  background-color: white;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 30px 0 20px 0; }
  #prefooter .social-media-follow-text {
    color: #e6007e; }
  #prefooter .social-media-follow-text-2 {
    color: #e6007e; }

.social-media-facebook .header-container {
  margin-bottom: 30px;
  display: table; }
  .social-media-facebook .header-container h2 {
    padding: 0 0 0 60px;
    background-image: url("../img/some/fb-feed.jpg");
    background-repeat: no-repeat;
    height: 52px;
    margin: 0 0 30px 0 !important;
    display: table-cell;
    vertical-align: middle;
    color: #47535b; }
.social-media-facebook a {
  text-decoration: none;
  font-weight: 500;
  color: #47535b;
  font-size: 12px; }

.social-media-instagram .header-container {
  margin-bottom: 30px;
  display: table; }
  .social-media-instagram .header-container h2 {
    padding: 0 0 0 60px;
    background-image: url("../img/some/instagram-feed.jpg");
    background-repeat: no-repeat;
    height: 52px;
    margin: 0 0 30px 0 !important;
    display: table-cell;
    vertical-align: middle;
    color: #47535b; }
.social-media-instagram a {
  text-decoration: none;
  font-weight: 500;
  color: #47535b;
  font-size: 12px; }

.social-media-twitter .header-container {
  margin-bottom: 30px;
  display: table; }
  .social-media-twitter .header-container h2 {
    padding: 0 0 0 60px;
    background-image: url("../img/some/twitter-feed.jpg");
    background-repeat: no-repeat;
    height: 52px;
    margin: 0 0 30px 0 !important;
    display: table-cell;
    vertical-align: middle;
    color: #47535b; }
.social-media-twitter a {
  text-decoration: none;
  font-weight: 500;
  color: #47535b;
  font-size: 12px; }

@media (min-width: 0px) {
  #prefooter {
    width: 90%;
    height: autopx; }
    #prefooter ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #prefooter ul li {
        font-size: 12px;
        margin-bottom: 30px;
        line-height: 20px; }
    #prefooter h2 {
      font-weight: 300;
      text-transform: uppercase;
      font-size: 12px; }

  #prefooter-1 {
    padding: 10px;
    float: none;
    height: auto;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dededf;
    margin-bottom: 30px; }

  #prefooter-2 {
    padding: 10px;
    float: none;
    height: auto;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dededf;
    margin-bottom: 30px; }

  #prefooter-3 {
    padding: 10px;
    float: none;
    height: auto;
    width: 100%;
    border-right: none; }

  .social-media-facebook .header-container h2 {
    padding: 0 0 0 48px;
    background-image: url("../img/some/fb-feed.jpg");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 40px; }

  .social-media-instagram .header-container h2 {
    padding: 0 0 0 48px;
    background-image: url("../img/some/instagram-feed.jpg");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 40px; }

  .social-media-twitter .header-container h2 {
    padding: 0 0 0 48px;
    background-image: url("../img/some/twitter-feed.jpg");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 40px; } }
@media (min-width: 768px) {
  #prefooter {
    width: 728x;
    height: auto; }
    #prefooter ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #prefooter ul li {
        font-size: 12px;
        margin-bottom: 30px;
        line-height: 20px; }
    #prefooter h2 {
      font-weight: 300;
      text-transform: uppercase;
      font-size: 20px; }

  #prefooter-1,
  #prefooter-2,
  #prefooter-3 {
    padding: 0 10px;
    padding-top: 6px;
    float: left;
    height: auto;
    width: 33.3333333%;
    border-right: 1px solid #f4f4f4;
    border-bottom: none;
    margin-bottom: 0; }

  .social-media-facebook .header-container h2 {
    padding: 0 0 0 60px;
    background-image: url("../img/some/fb-feed.jpg");
    background-repeat: no-repeat;
    background-size: 52px 52px;
    height: 52px; }

  .social-media-instagram .header-container h2 {
    padding: 0 0 0 60px;
    background-image: url("../img/some/instagram-feed.jpg");
    background-repeat: no-repeat;
    background-size: 52px 52px;
    height: 52px; }

  .social-media-twitter .header-container h2 {
    padding: 0 0 0 60px;
    background-image: url("../img/some/twitter-feed.jpg");
    background-repeat: no-repeat;
    background-size: 52px 52px;
    height: 52px; } }
@media (min-width: 992px) {
  #prefooter {
    width: 953px;
    height: auto; }
    #prefooter ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #prefooter ul li {
        font-size: 12px;
        margin-bottom: 30px;
        line-height: 20px; }
    #prefooter h2 {
      font-weight: 300;
      text-transform: uppercase;
      font-size: 20px; }

  #prefooter-1,
  #prefooter-2,
  #prefooter-3 {
    padding: 0 20px;
    padding-top: 6px;
    height: 280px; } }
@media (min-width: 1140px) {
  #prefooter {
    width: 1100px;
    height: auto; }
    #prefooter ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #prefooter ul li {
        font-size: 12px;
        margin-bottom: 30px;
        line-height: 20px; }
    #prefooter h2 {
      font-weight: 300;
      text-decoration: uppercase;
      font-size: 20px; }

  #prefooter-1,
  #prefooter-2,
  #prefooter-3 {
    height: 280px; } }
@media (min-width: 1419px) {
  #prefooter {
    width: 1140px;
    height: auto; }
    #prefooter ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #prefooter ul li {
        font-size: 12px;
        margin-bottom: 30px;
        line-height: 20px; }
    #prefooter h2 {
      font-weight: 300;
      text-decoration: uppercase;
      font-size: 18px; }

  #prefooter-1,
  #prefooter-2,
  #prefooter-3 {
    height: 280px; } }
#footer {
  margin: 0 auto; }

.footer-logo {
  max-width: 250px;
  height: auto; }

.footer-address {
  background-image: url("../img/address_icon.png");
  background-repeat: no-repeat;
  padding: 0 0 0 80px !important;
  min-height: 67px;
  margin: 0; }

.footer-telephone {
  background-image: url("../img/telephone_icon.jpg");
  background-repeat: no-repeat;
  padding: 0 0 0 80px !important;
  min-height: 67px;
  margin: 0; }

.footer-email {
  background-image: url("../img/email_icon.jpg");
  background-repeat: no-repeat;
  padding: 0 0 0 80px !important;
  min-height: 67px;
  margin: 0; }
.footer-puh, .footer-nimike {
    font-weight: bold;
}
.footer-nimike {
    color: #63d9d3;
}
.footer-container {
  background-image: url("../img/grey_pattern2.png");
  margin-bottom: 0 !important; }

.footer-contact-activity-container {
  overflow: auto; }

.footer-logogroup-container h3 {
  text-align: center; }

.footer-contact-link-element {
  text-transform: uppercase; }
  .footer-contact-link-element a > h4 {
    font-weight: 600 !important;
    letter-spacing: 1.7px; }
  .footer-contact-link-element a {
    color: #63d9d3; }
  .footer-contact-link-element a:hover {
    color: #63d9d3; }
  .footer-contact-link-element a:visited {
    color: #63d9d3; }

@media (min-width: 0px) {
  #footer {
    width: 90%;
    margin: 0 auto;
    padding: 0 10px 0 10px; }
    #footer .footer-address {
      background-size: 41px 41px;
      padding: 0 0 0 60px !important; }
      #footer .footer-address h3 {
        font-size: 12px;
        letter-spacing: 0.065em; }
    #footer .footer-telephone {
      margin-top: 30px;
      background-size: 41px 41px;
      padding: 0 0 0 60px !important; }
      #footer .footer-telephone h3 {
        font-size: 12px;
        letter-spacing: 0.065em; }
    #footer .footer-email {
      margin-top: 30px;
      background-size: 41px 41px;
      padding: 0 0 0 60px !important; }
      #footer .footer-email h3 {
        font-size: 12px;
        letter-spacing: 0.065em; }
    #footer .mobile-contact-header {
      display: block;
      margin: 0 0 5px 0 !important;
      padding: 0 !important; }
    #footer .non-mobile-contact-header {
      display: none; }
    #footer .address-row-1 {
      font-size: 12px;
      font-weight: 700;
      color: #ffffff;
      margin: 0 0 5px 0;
      padding: 0;
      line-height: 18px;
      margin: 0px !important; }
    #footer .address-row-2 {
      font-size: 12px;
      color: #ffffff;
      margin: 0;
      padding: 0;
      line-height: 18px;
      font-weight: 400; }
    #footer .phone-row-1 {
      font-size: 12px;
      font-weight: 700;
      color: #ffffff;
      margin: 0;
      padding: 0; }
    #footer .phone-row-2 {
      font-size: 12px;
      color: #ffffff;
      margin: 0;
      padding: 0;
      line-height: 18px;
      font-weight: 400; }
    #footer .email-row-1 {
      font-size: 16px;
      font-weight: 800;
      color: #ffffff;
      margin: 0;
      padding: 0;
      font-size: 12px;
      font-weight: 700; }
    #footer .email-row-1 a {
      color: #ffffff; }
    #footer .email-row-2 {
      font-size: 12px;
      color: #ffffff;
      padding: 0;
      line-height: 18px;
      font-weight: 400; }
    #footer .email-row-2 a {
      color: #ffffff;
      font-weight: bold; }
    #footer .footer-logo-container {
      text-align: center;
      padding: 50px 0;
      border-bottom: solid 4px rgba(255, 255, 255, 0.11); }
    #footer .footer-contact-info-container {
      padding: 30px 0;
      border-bottom: solid 4px rgba(255, 255, 255, 0.11); }
      #footer .footer-contact-info-container h3 {
        font-size: 12px !important;
        letter-spacing: 0.065em;
        color: #63d9d3;
        margin: 0 0 25px 0;
        font-weight: 600 !important; }
    #footer .footer-contact-info-element {
      width: 100%; }
      #footer .footer-contact-info-element a > h4 {
        font-size: 14px; }
    #footer .footer-contact-links-container {
      padding: 24px 0;
      -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      border-bottom: solid 4px rgba(255, 255, 255, 0.11); }
    #footer .footer-contact-link-element {
      padding: 0 !important; }
      #footer .footer-contact-link-element a > h4 {
        margin: 0;
        font-size: 12px;
        letter-spacing: 0.065em;
        padding: 5px 0; }
    #footer .footer-contact-link-element:not(:last-child) {
      padding-bottom: 30px; }
    #footer .footer-contact-activity-container {
      padding: 28px 0;
      border-bottom: solid 4px rgba(255, 255, 255, 0.11); }
    #footer .order-newsletter-form {
      padding: 0;
      margin: 0 auto 30px auto;
      overflow: hidden;
      width: 100%; }
    #footer .order-newsletter-label {
      float: none;
      font-weight: 600 !important;
      font-size: 12px;
      letter-spacing: 0.065em;
      color: #63d9d3;
      text-transform: uppercase;
      display: block;
      margin: 0 auto;
      text-align: left; }
    #footer .newsletter-field {
      margin-left: 0;
      border-radius: 0;
      display: inline;
      float: left;
      width: 60%;
      padding: 8px 0 8px 8px;
      margin: 0 0 10px 0; }
    #footer .newsletter-field-container {
      margin: 10px auto 0 auto;
      overflow: auto;
      width: 100%; }
    #footer .newsletter-field-container #inputPassword2 {
      border: none;
      padding-right: 10px; }
    #footer .newsletter-field-container > .solaris-submit-.solaris-submit-button {
      float: right;
      display: inline;
      border-radius: 0;
      border: 2px solid #ffffff;
      padding: 7px 15px 8px 15px;
      background: none;
      color: #ffffff;
      margin: 3px 0 0 20px;
      -webkit-appearance: none; }
    #footer .newsletter-field-container .submit-placeholder {
      position: relative;
      display: inline-block;
      float: right;
      width: 35%; }
      #footer .newsletter-field-container .submit-placeholder .solaris-submit-button, #footer .newsletter-field-container .submit-placeholder #newsletter-alternative-button-below-submit {
        float: right;
        width: 95%;
        text-align: center;
        border-radius: 0;
        border: 2px solid #ffffff;
        padding: 7px 15px 6px 15px;
        background: none;
        color: #ffffff;
        margin: 0;
        -webkit-appearance: none;
        line-height: normal; }
      #footer .newsletter-field-container .submit-placeholder .solaris-submit-button {
        opacity: 0;
        z-index: 20; }
      #footer .newsletter-field-container .submit-placeholder #newsletter-alternative-button-below-submit {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
        pointer-events: none; }
    #footer .footer-some-link-container {
      float: none;
      width: 100%;
      overflow: auto;
      margin: -15px auto 0 auto;
      padding: 0; }
    #footer .footer-some-link-element {
      padding: 0 20px;
      float: right;
      width: 33%;
      text-align: center; }
      #footer .footer-some-link-element img {
        width: 41px;
        height: 41px; }
    #footer .footer-logogroup-container {
      padding: 25px 0; }
      #footer .footer-logogroup-container h3 {
        margin: 0 0 37px 0 !important;
        padding: 0;
        font-size: 12px;
        letter-spacing: 0.065em;
        color: #ffffff;
        text-transform: uppercase !important;
        font-weight: 600 !important; }
    #footer .footer-logo-item {
      text-align: center;
      width: 100%; }
    #footer .footer-logo-item {
      padding-bottom: 60px; }

  .footer-logo-group img {
    max-width: 200px; } }
@media (min-width: 992px) {
  #footer {
    width: 953px;
    margin: 0 auto;
    padding: 0; }
    #footer .footer-address {
      background-size: 67px 67px;
      padding: 0 0 0 80px !important; }
      #footer .footer-address h3 {
        font-size: 12px;
        letter-spacing: 0.065em; }
    #footer .footer-telephone {
      margin-top: 30px;
      background-size: 67px 67px;
      padding: 0 0 0 80px !important; }
      #footer .footer-telephone h3 {
        font-size: 12px;
        letter-spacing: 0.065em; }
    #footer .footer-email {
      margin-top: 30px;
      background-size: 67px 67px;
      padding: 0 0 0 80px !important; }
      #footer .footer-email h3 {
        font-size: 12px;
        letter-spacing: 0.065em; }
    #footer .mobile-contact-header {
      display: none; }
    #footer .non-mobile-contact-header {
      display: block; }
    #footer .phone-row-1 {
      font-size: 22px; }
    #footer .footer-contact-info-container h3 {
      font-size: 16px !important; }
    #footer .footer-contact-info-element {
      float: left;
      width: 33.333333%;
      padding: 0; }
    #footer .order-newsletter-form {
      padding: 0;
      margin: 5px 0 0 0;
      overflow: auto; }
    #footer .order-newsletter-label {
      float: left;
      font-weight: 600 !important;
      font-size: 20px;
      letter-spacing: 1.7px;
      color: #63d9d3;
      text-transform: uppercase;
      display: inline;
      margin: 10px 10px 0 0; }
    #footer .footer-contact-links-container {
      padding: 42px 0;
      -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
    #footer .footer-contact-link-element {
      padding: 0 !important; }
      #footer .footer-contact-link-element a > h4 {
        padding: 0;
        margin: 0;
        font-size: 20px; }
    #footer .footer-contact-activity-container {
      padding: 28px 0;
      border-bottom: solid 6px rgba(255, 255, 255, 0.11);
      overflow: auto;
      width: 100%; }
    #footer .newsletter-field-container {
      margin: 0;
      width: 450px;
      float: left; }
    #footer .newsletter-field {
      margin-left: 10px;
      border-radius: 0;
      display: inline;
      float: left;
      width: 220px;
      padding: 8px;
      margin-top: 2px; }
    #footer .order-newsletter-form {
      width: 700px; }
    #footer .order-newsletter-form .solaris-submit-button {
      float: left !important;
      display: inline;
      width: auto;
      border-radius: 0;
      border: 2px solid #ffffff;
      padding: 7px 15px 6px 15px;
      background: none;
      color: #ffffff;
      margin: 2px 0 0 20px;
      -webkit-appearance: none; }
    #footer .newsletter-field-container .submit-placeholder {
      display: block;
      float: left; }
      #footer .newsletter-field-container .submit-placeholder .solaris-submit-button, #footer .newsletter-field-container .submit-placeholder #newsletter-alternative-button-below-submit {
        margin: 2px 0 0 20px;
        width: auto; }
    #footer .footer-newsletter-form {
      float: left;
      margin: 25px 0 0 0; }
    #footer .footer-some-link-container {
      float: right;
      margin: 20px 0;
      width: 250px; }
    #footer .footer-some-link-element {
      padding: 0;
      float: right;
      text-align: left;
      width: auto;
      padding-left: 30px; }
      #footer .footer-some-link-element img {
        width: 52px;
        height: 52px; }
    #footer .footer-logogroup-container {
      padding: 45px 0 45px 0;
      overflow: auto; }
      #footer .footer-logogroup-container h3 {
        font-size: 20px;
        margin: 0 0 35px 0 !important;
        padding: 0; }
    #footer .footer-logo-group {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      #footer .footer-logo-group .footer-logo-item {
        display: inline-block;
        text-align: center;
        float: left;
        /* width:25%; */
        width: auto;
        padding: 0;
        /*height: 100px;*/
        white-space: nowrap; }
        #footer .footer-logo-group-5 .footer-logo-item:last-child {
          padding-bottom: 30px;
        }
        #footer .footer-logo-group .footer-logo-item span {
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        #footer .footer-logo-group .footer-logo-item a {
          vertical-align: middle; }
        #footer .footer-logo-group .footer-logo-item a > img {
          vertical-align: middle; }
    #footer .footer-logo-group.footer-logo-group-1 {
      justify-content: space-around; }
    #footer .footer-logo-group-7 img {
      max-width: 120px; }
    #footer .footer-logo-group-8 img {
      max-width: 110px; } }
@media (min-width: 1140px) {
  #footer {
    width: 1100px; }
    #footer .footer-logo-group-7 img {
      max-width: 140px; }
    #footer .footer-logo-group-8 img {
      max-width: 130px; } }
@media (min-width: 1419px) {
  #footer {
    width: 1140px; } }
/* copy start */
/*
#event-calendar {
  position: absolute;
  left: 50%;
  transition: height 1s linear, bottom 1s linear;
  -ms-transition: height 1s linear, bottom 1s linear;
  -webkit-transition: height 1s linear, bottom 1s linear;
  bottom: -100%;
  bottom: -100%;
  margin-left: -570px;
  width: 1141px;
  z-index: 9999; }
  .slider-mode-single #event-calendar {
    bottom: -150%; }
  @media (min-width: 1024px) and (max-width: 1155px) {
    #event-calendar {
      margin-left: -487px; } }
  @media (min-width: 1024px) and (max-width: 1155px) {
    #event-calendar {
      width: 975px; } }
  @media (max-width: 1023px) {
    #event-calendar {
      width: 100%;
      left: 0px;
      margin-left: 0px;
      position: relative;
      overflow: hidden;
      height: 0; } }
  #event-calendar.visible {
    bottom: 0; }
  @media (max-width: 1023px) {
    #event-calendar.visible {
      margin-top: -349px;
      height: auto; } }
  #event-calendar h2 {
    margin-left: 373px;
    background-color: #3e7385;
    height: 40px;
    line-height: 40px;
    width: 217px;
    font-size: 16px;
    text-transform: none;
    text-align: center;
    font-weight: 600; }
    @media (min-width: 1024px) and (max-width: 1155px) {
      #event-calendar h2 {
        margin-left: 319px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      #event-calendar h2 {
        height: 34px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      #event-calendar h2 {
        line-height: 34px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      #event-calendar h2 {
        width: 185px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      #event-calendar h2 {
        font-size: 14px; } }
    @media (max-width: 1023px) {
      #event-calendar h2 {
        width: 100%;
        margin-left: 0px;
        height: 66px;
        line-height: 66px;
        font-size: 20px;
        text-transform: uppercase; } }
    #event-calendar h2 span {
      background: transparent url(../img/valkonuoli.png) center center no-repeat;
      height: 18px;
      width: 19px;
      display: inline-block;
      margin-left: 10px;
      vertical-align: text-bottom;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar h2 span {
          margin-left: 9px; } }
  #event-calendar .legend {
    color: white;
    background-color: #305967;
    float: left;
    width: 356px;
    height: 565px;
    border-right: #205365 1px solid;
    padding-right: 16px; }
    @media (min-width: 1024px) and (max-width: 1155px) {
      #event-calendar .legend {
        width: 304px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      #event-calendar .legend {
        height: 483px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      #event-calendar .legend {
        padding-right: 14px; } }
    @media (max-width: 1023px) {
      #event-calendar .legend {
        height: auto;
        float: none;
        width: 88%;
        padding-left: 6%;
        padding-right: 6%;
        margin-top: -33px;
        padding-bottom: 15px; } }
    #event-calendar .legend h3 {
      font-size: 18px;
      font-weight: 600;
      margin-top: 33px;
      margin-left: 16px;
      padding-left: 8px;
      border-bottom: 1px solid #16c0e0;
      padding-bottom: 10px;
      margin-bottom: 22px; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend h3 {
          font-size: 16px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend h3 {
          margin-top: 28px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend h3 {
          margin-left: 14px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend h3 {
          padding-left: 7px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend h3 {
          padding-bottom: 9px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend h3 {
          margin-bottom: 19px; } }
      @media (max-width: 1023px) {
        #event-calendar .legend h3 {
          padding-top: 25px;
          font-size: 18px;
          font-weight: 400;
          margin-left: 0px;
          padding-left: 0px; } }
    #event-calendar .legend p {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 19px;
      padding-bottom: 19px;
      background-image: url("../img/erotin3.gif");
      background-repeat: repeat-x;
      background-position: center bottom;
      margin-left: 16px; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend p {
          font-size: 12px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend p {
          margin-bottom: 16px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend p {
          padding-bottom: 16px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend p {
          margin-left: 14px; } }
      @media (max-width: 1023px) {
        #event-calendar .legend p {
          font-size: 14px;
          font-weight: 600;
          margin-left: 0px;
          background-image: none;
          padding-bottom: 0px; } }
    #event-calendar .legend a {
      margin-left: 16px;
      background-color: #e9fcfd;
      display: inline-block;
      height: 27px;
      line-height: 27px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #b1e8eb;
      font-size: 14px;
      color: black;
      padding-right: 30px;
      margin-bottom: 16px; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend a {
          margin-left: 14px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend a {
          height: 23px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend a {
          line-height: 23px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend a {
          font-size: 12px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend a {
          padding-right: 26px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .legend a {
          margin-bottom: 14px; } }
      @media (max-width: 1023px) {
        #event-calendar .legend a {
          width: 100%;
          margin-left: 0px;
          padding-right: 0px;
          height: 38px;
          line-height: 38px;
          font-size: 15px; } }
      #event-calendar .legend a span {
        height: 11px;
        width: 11px;
        margin-left: 9px;
        margin-right: 9px;
        display: inline-block;
        vertical-align: middle; }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .legend a span {
            height: 9px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .legend a span {
            width: 9px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .legend a span {
            margin-left: 8px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .legend a span {
            margin-right: 8px; } }
        @media (max-width: 1023px) {
          #event-calendar .legend a span {
            height: 20px;
            width: 20px; } }
      #event-calendar .legend a.category1 span {
        background-color: #fca702; }
      #event-calendar .legend a.category2 span {
        background-color: #034ffa; }
      #event-calendar .legend a.category3 span {
        background-color: #29e60f; }
      #event-calendar .legend a.category4 span {
        background-color: #f954ae; }
      #event-calendar .legend a.active, #event-calendar .legend a:hover {
        background-color: #16c0e0;
        border-color: #16c0e0; }
  #event-calendar .calendar-scroll-wrapper {
    margin-left: 24px; }
    @media (min-width: 1024px) and (max-width: 1155px) {
      #event-calendar .calendar-scroll-wrapper {
        margin-left: 21px; } }
    @media (max-width: 1023px) {
      #event-calendar .calendar-scroll-wrapper {
        margin-left: 0px; } }
    #event-calendar .calendar-scroll-wrapper.with-scroll {
      height: 462px;
      overflow-x: hidden;
      overflow-y: auto;
      width: 723px; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendar-scroll-wrapper.with-scroll {
          height: 395px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendar-scroll-wrapper.with-scroll {
          width: 618px; } }
      #event-calendar .calendar-scroll-wrapper.with-scroll table {
        width: 707px; }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendar-scroll-wrapper.with-scroll table {
            width: 604px; } }
      @media (max-width: 1023px) {
        #event-calendar .calendar-scroll-wrapper.with-scroll {
          width: 100%;
          height: auto; }
          #event-calendar .calendar-scroll-wrapper.with-scroll table {
            width: 100%; } }
  #event-calendar .calendardiv {
    border-left: #456874 1px solid;
    background-color: rgba(23, 66, 81, 0.75);
    width: 768px;
    margin-left: 373px;
    height: 554px;
    padding-top: 11px; }
    @media (min-width: 1024px) and (max-width: 1155px) {
      #event-calendar .calendardiv {
        width: 656px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      #event-calendar .calendardiv {
        margin-left: 319px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      #event-calendar .calendardiv {
        height: 473px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      #event-calendar .calendardiv {
        padding-top: 9px; } }
    @media (max-width: 1023px) {
      #event-calendar .calendardiv {
        width: 88%;
        padding-left: 6%;
        padding-right: 6%;
        margin-left: 0px;
        height: auto;
        background-color: #305967;
        padding-bottom: 45px; } }
    #event-calendar .calendardiv table {
      width: 723px; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendardiv table {
          width: 618px; } }
      @media (max-width: 1023px) {
        #event-calendar .calendardiv table {
          width: 100%; } }
    #event-calendar .calendardiv tbody {
      overflow-y: scroll; }
    #event-calendar .calendardiv .month-row {
      width: 723px;
      height: 75px;
      margin-left: 24px;
      margin-bottom: 4px;
      background-image: url("../img/kuukausitausta.png");
      background-repeat: repeat-y; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendardiv .month-row {
          width: 618px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendardiv .month-row {
          height: 64px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendardiv .month-row {
          margin-left: 21px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendardiv .month-row {
          margin-bottom: 3px; } }
      @media (max-width: 1023px) {
        #event-calendar .calendardiv .month-row {
          width: 100%;
          margin-left: 0px;
          background-size: contain;
          height: 57px; } }
      #event-calendar .calendardiv .month-row .arrow {
        height: 57px;
        width: 20px;
        margin-top: 9px;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        text-indent: 9999px;
        float: left; }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .month-row .arrow {
            height: 49px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .month-row .arrow {
            width: 17px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .month-row .arrow {
            margin-top: 8px; } }
        @media (max-width: 1023px) {
          #event-calendar .calendardiv .month-row .arrow {
            width: 20%;
            background-size: contain;
            height: 42px;
            margin-top: 7px; } }
      #event-calendar .calendardiv .month-row .arrow.previous {
        background-image: url("../img/mini_vasen.png");
        margin-left: 16px; }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .month-row .arrow.previous {
            margin-left: 14px; } }
        @media (max-width: 1023px) {
          #event-calendar .calendardiv .month-row .arrow.previous {
            margin-left: 5%; } }
      #event-calendar .calendardiv .month-row .arrow.next {
        background-image: url("../img/mini_oikea.png");
        margin-right: 16px; }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .month-row .arrow.next {
            margin-right: 14px; } }
        @media (max-width: 1023px) {
          #event-calendar .calendardiv .month-row .arrow.next {
            margin-right: 5%;
            background-position: right center; } }
      #event-calendar .calendardiv .month-row h3 {
        float: left;
        text-align: center;
        margin-left: 221px;
        margin-right: 221px;
        margin-top: 20px;
        width: 207px;
        font-size: 23px;
        font-weight: 600;
        background-image: url("../img/alaviiva.png");
        background-position: center bottom;
        padding-bottom: 16px; }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .month-row h3 {
            margin-left: 189px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .month-row h3 {
            margin-right: 189px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .month-row h3 {
            margin-top: 17px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .month-row h3 {
            width: 177px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .month-row h3 {
            font-size: 20px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .month-row h3 {
            padding-bottom: 14px; } }
        @media (max-width: 1023px) {
          #event-calendar .calendardiv .month-row h3 {
            width: 50%;
            margin-left: 0px;
            font-size: 14px;
            margin-right: 0px; } }
    #event-calendar .calendardiv .weekday-row {
      width: 723px;
      height: 32px;
      line-height: 32px; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendardiv .weekday-row {
          width: 618px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendardiv .weekday-row {
          height: 27px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendardiv .weekday-row {
          line-height: 27px; } }
      @media (max-width: 1023px) {
        #event-calendar .calendardiv .weekday-row {
          width: 100%; } }
      #event-calendar .calendardiv .weekday-row th {
        width: 98px;
        border-right: 1px solid #305967;
        border-left: 1px solid #305967;
        position: relative; }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .weekday-row th {
            width: 84px; } }
        @media (max-width: 1023px) {
          #event-calendar .calendardiv .weekday-row th {
            font-size: 14px;
            font-weight: 400; } }
        #event-calendar .calendardiv .weekday-row th:first-child {
          border-right: none;
          border-left: none; }
        #event-calendar .calendardiv .weekday-row th:first-child:before {
          content: " ";
          width: 723px;
          position: absolute;
          z-index: -100;
          top: 0;
          left: 0;
          height: 32px;
          background-image: url("../img/kuukausitausta.png");
          background-position: center bottom;
          background-repeat: repeat-y; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .weekday-row th:first-child:before {
              width: 618px; } }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .weekday-row th:first-child:before {
              height: 27px; } }
    #event-calendar .calendardiv .number-row {
      background-color: #5bd5da;
      height: 27px;
      line-height: 27px; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendardiv .number-row {
          height: 23px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendardiv .number-row {
          line-height: 23px; } }
      @media (max-width: 1023px) {
        #event-calendar .calendardiv .number-row {
          width: 100%; }
          #event-calendar .calendardiv .number-row th {
            font-size: 14px;
            font-weight: 400 !important; } }
    #event-calendar .calendardiv .event-row {
      background-color: white;
      color: black;
      height: 54px;
      padding-bottom: 15px;
      height: 54px; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendardiv .event-row {
          height: 46px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendardiv .event-row {
          padding-bottom: 13px; } }
      @media (max-width: 1023px) {
        #event-calendar .calendardiv .event-row {
          width: 100%; } }
          
          
      #event-calendar .calendardiv .event-row.event-row-height-2 {
        height: 59px; }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .event-row.event-row-height-2 {
            height: 50px; } }
        @media (max-width: 1023px) {
          #event-calendar .calendardiv .event-row.event-row-height-2 {
            height: 65px; } }
            
      #event-calendar .calendardiv .event-row.event-row-height-3 {
        height: 85px; } 
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .event-row.event-row-height-3 {
            height: 73px; } }
        @media (max-width: 1023px) {
          #event-calendar .calendardiv .event-row.event-row-height-3 {
            height: 94px; } }
            
      #event-calendar .calendardiv .event-row.event-row-height-4 {
        height: 111px; }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .event-row.event-row-height-4 {
            height: 95px; } }
        @media (max-width: 1023px) {
          #event-calendar .calendardiv .event-row.event-row-height-4 {
            height: 123px; } }
            
      #event-calendar .calendardiv .event-row.event-row-height-5 {
        height: 137px; }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .event-row.event-row-height-5 {
            height: 117px; } }
        @media (max-width: 1023px) {
          #event-calendar .calendardiv .event-row.event-row-height-5 {
            height: 152px; } }
            
      #event-calendar .calendardiv .event-row.event-row-height-6 {
        height: 163px; }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .event-row.event-row-height-6 {
            height: 139px; } }
        @media (max-width: 1023px) {
          #event-calendar .calendardiv .event-row.event-row-height-6 {
            height: 181px; } }
            
            

            

            
      @media (min-width: 1024px) and (max-width: 1155px) {
        #event-calendar .calendardiv .event-row {
          height: 46px; } }
      #event-calendar .calendardiv .event-row td {
        position: relative;
        border-left: #e0e6e8 1px solid; }
        #event-calendar .calendardiv .event-row td:first-child {
          border-left: 0px; }
      #event-calendar .calendardiv .event-row .event {
        overflow: hidden;
        word-break: break-all;
        z-index: 1;
        height: 23px;
        padding-right: 3px;
        background-color: #e9fcfd;
        box-sizing: border-box;
        border: 1px solid #b1e8eb;
        line-height: 21px;
        font-size: 12px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        position: absolute;
        cursor: pointer;
        width: auto;
        left: 2px;
        transition: max-width 1s linear;
        -moz-transition: max-width 1s linear;
        -ms-transition: max-width 1s linear;
        -webkit-transition: max-width 1s linear; }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .event-row .event {
            height: 20px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .event-row .event {
            line-height: 18px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .event-row .event {
            font-size: 11px; } }
        @media (max-width: 1023px) {
          #event-calendar .calendardiv .event-row .event {
            height: 26px;
            font-size: 10px;
            line-height: 15px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          #event-calendar .calendardiv .event-row .event {
            left: 2px; } }
        #event-calendar .calendardiv .event-row .event.slot-0 {
          top: 5px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.slot-0 {
              top: 4px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event.slot-0 {
              top: 5px; } }
        #event-calendar .calendardiv .event-row .event.slot-1 {
          top: 31px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.slot-1 {
              top: 26px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event.slot-1 {
              top: 34px; } }
        #event-calendar .calendardiv .event-row .event.slot-2 {
          top: 57px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.slot-2 {
              top: 49px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event.slot-2 {
              top: 63px; } }
        #event-calendar .calendardiv .event-row .event.slot-3 {
          top: 83px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.slot-3 {
              top: 71px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event.slot-3 {
              top: 92px; } }
        #event-calendar .calendardiv .event-row .event.slot-4 {
          top: 109px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.slot-4 {
              top: 93px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event.slot-4 {
              top: 121px; } }
        #event-calendar .calendardiv .event-row .event.slot-5 {
          top: 135px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.slot-5 {
              top: 115px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event.slot-5 {
              top: 150px; } }
        #event-calendar .calendardiv .event-row .event.slot-6 {
          top: 161px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.slot-6 {
              top: 138px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event.slot-6 {
              top: 179px; } }
        #event-calendar .calendardiv .event-row .event.length-1 {
          min-width: 94px;
          max-width: 94px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.length-1 {
              min-width: 80px; } }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.length-1 {
              max-width: 80px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event.length-1 {
              min-width: 90%;
              max-width: 90%; } }
        #event-calendar .calendardiv .event-row .event.length-2 {
          min-width: 194px;
          max-width: 194px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.length-2 {
              min-width: 166px; } }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.length-2 {
              max-width: 166px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event.length-2 {
              min-width: 190%;
              max-width: 190%; } }
        #event-calendar .calendardiv .event-row .event.length-3 {
          min-width: 294px;
          max-width: 294px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.length-3 {
              min-width: 251px; } }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.length-3 {
              max-width: 251px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event.length-3 {
              min-width: 290%;
              max-width: 290%; } }
        #event-calendar .calendardiv .event-row .event.length-4 {
          min-width: 394px;
          max-width: 394px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.length-4 {
              min-width: 337px; } }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.length-4 {
              max-width: 337px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event.length-4 {
              min-width: 390%;
              max-width: 390%; } }
        #event-calendar .calendardiv .event-row .event.length-5 {
          min-width: 494px;
          max-width: 494px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.length-5 {
              min-width: 422px; } }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.length-5 {
              max-width: 422px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event.length-5 {
              min-width: 490%;
              max-width: 490%; } }
        #event-calendar .calendardiv .event-row .event.length-6 {
          min-width: 594px;
          max-width: 594px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.length-6 {
              min-width: 507px; } }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.length-6 {
              max-width: 507px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event.length-6 {
              min-width: 590%;
              max-width: 590%; } }
        #event-calendar .calendardiv .event-row .event.length-7 {
          min-width: 694px;
          max-width: 694px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.length-7 {
              min-width: 593px; } }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event.length-7 {
              max-width: 593px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event.length-7 {
              min-width: 690%;
              max-width: 690%; } }
        @media (max-width: 1023px) {
          #event-calendar .calendardiv .event-row .event {
            border-radius: 2px; }
            #event-calendar .calendardiv .event-row .event.category-1 {
              border-top: 10px solid #fca702; }
            #event-calendar .calendardiv .event-row .event.category-2 {
              border-top: 10px solid #034ffa; }
            #event-calendar .calendardiv .event-row .event.category-3 {
              border-top: 10px solid #29e60f; }
            #event-calendar .calendardiv .event-row .event.category-4 {
              border-top: 10px solid #f954ae; } }
        #event-calendar .calendardiv .event-row .event:hover {
          white-space: nowrap;
          max-width: 400px;
          background-color: #16c0e0;
          border-color: #16c0e0; }
        #event-calendar .calendardiv .event-row .event .category-marker {
          margin-left: 3px;
          margin-right: 3px;
          display: inline-block;
          vertical-align: middle;
          height: 11px;
          width: 11px; }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event .category-marker {
              margin-left: 3px; } }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event .category-marker {
              margin-right: 3px; } }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event .category-marker {
              height: 9px; } }
          @media (min-width: 1024px) and (max-width: 1155px) {
            #event-calendar .calendardiv .event-row .event .category-marker {
              width: 9px; } }
          @media (max-width: 1023px) {
            #event-calendar .calendardiv .event-row .event .category-marker {
              display: none; } }
        #event-calendar .calendardiv .event-row .event .category-marker-1 {
          background-color: #fca702; }
        #event-calendar .calendardiv .event-row .event .category-marker-2 {
          background-color: #034ffa; }
        #event-calendar .calendardiv .event-row .event .category-marker-3 {
          background-color: #29e60f; }
        #event-calendar .calendardiv .event-row .event .category-marker-4 {
          background-color: #f954ae; }

.event-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  box-sizing: border-box;
  border: 1px solid #16c0e0;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 27px;
  padding-bottom: 23px;
  background: white;
  width: 565px;
  margin-left: -270px;
  max-height: 90%; }
  @media (min-width: 1024px) and (max-width: 1155px) {
    .event-popup {
      padding-left: 20px; } }
  @media (min-width: 1024px) and (max-width: 1155px) {
    .event-popup {
      padding-right: 20px; } }
  @media (min-width: 1024px) and (max-width: 1155px) {
    .event-popup {
      padding-top: 23px; } }
  @media (min-width: 1024px) and (max-width: 1155px) {
    .event-popup {
      padding-bottom: 20px; } }
  @media (min-width: 1024px) and (max-width: 1155px) {
    .event-popup {
      width: 483px; } }
  @media (min-width: 1024px) and (max-width: 1155px) {
    .event-popup {
      margin-left: -231px; } }
  .event-popup dl {
    float: left;
    padding-left: 16px;
    width: 265px; }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup dl {
        padding-left: 14px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup dl {
        width: 226px; } }
    .event-popup dl dd, .event-popup dl dt {
      float: left;
      display: block;
      height: 39px;
      line-height: 39px;
      font-size: 16px; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup dl dd, .event-popup dl dt {
          height: 33px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup dl dd, .event-popup dl dt {
          line-height: 33px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup dl dd, .event-popup dl dt {
          font-size: 14px; } }
    .event-popup dl dt {
      width: 80px;
      clear: left;
      font-weight: 700;
      color: #305967;
      width: 80px; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup dl dt {
          width: 68px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup dl dt {
          width: 68px; } }
  .event-popup img {
    float: right;
    -webkit-border-radius: 260px;
    -moz-border-radius: 260px;
    border-radius: 260px;
    margin-bottom: 17px;
    width: 172px;
    height: 172px; }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup img {
        margin-bottom: 15px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup img {
        width: 147px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup img {
        height: 147px; } }
  .event-popup .close-link {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #16c0e0;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    display: block;
    position: absolute;
    top: -25px;
    right: -25px;
    color: white; }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup .close-link {
        width: 41px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup .close-link {
        height: 41px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup .close-link {
        line-height: 41px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup .close-link {
        font-size: 28px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup .close-link {
        top: -21px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup .close-link {
        right: -21px; } }
  .event-popup .event-description {
    clear: both;
    background: white; }
  .event-popup h2 {
    cursor: pointer;
    background-color: #16c0e0;
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    color: white;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px; }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup h2 {
        font-size: 21px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup h2 {
        height: 43px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup h2 {
        line-height: 43px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup h2 {
        margin-bottom: 4px; } }
    .event-popup h2 .category-marker {
      margin-left: 10px;
      margin-top: 14px;
      float: left;
      display: inline-block;
      height: 23px;
      width: 23px; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup h2 .category-marker {
          margin-left: 9px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup h2 .category-marker {
          margin-top: 12px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup h2 .category-marker {
          height: 20px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup h2 .category-marker {
          width: 20px; } }
    .event-popup h2 .category-1 {
      background-color: #fca702; }
    .event-popup h2 .category-2 {
      background-color: #034ffa; }
    .event-popup h2 .category-3 {
      background-color: #29e60f; }
    .event-popup h2 .category-4 {
      background-color: #f954ae; }
    .event-popup h2 .text {
      margin-left: -32px; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup h2 .text {
          margin-left: -27px; } }
  .event-popup .event-popup-stripes {
    overflow: auto;
    background-image: url("../img/tausta.gif");
    background-repeat: repeat;
    padding-top: 10px;
    padding-right: 18px;
    padding-bottom: 15px;
    padding-left: 14px; }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup .event-popup-stripes {
        padding-top: 9px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup .event-popup-stripes {
        padding-right: 15px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup .event-popup-stripes {
        padding-bottom: 13px; } }
    @media (min-width: 1024px) and (max-width: 1155px) {
      .event-popup .event-popup-stripes {
        padding-left: 12px; } }
    .event-popup .event-popup-stripes .event-description {
      background-color: white;
      padding-top: 17px;
      padding-right: 16px;
      padding-bottom: 17px;
      padding-left: 16px; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup .event-popup-stripes .event-description {
          padding-top: 15px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup .event-popup-stripes .event-description {
          padding-right: 14px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup .event-popup-stripes .event-description {
          padding-bottom: 15px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup .event-popup-stripes .event-description {
          padding-left: 14px; } }
    .event-popup .event-popup-stripes .more-info-link {
      margin-top: 19px;
      line-height: 49px;
      height: 49px;
      color: black;
      display: inline-block; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup .event-popup-stripes .more-info-link {
          margin-top: 16px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup .event-popup-stripes .more-info-link {
          line-height: 42px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup .event-popup-stripes .more-info-link {
          height: 42px; } }
      .event-popup .event-popup-stripes .more-info-link:hover {
        text-decoration: underline; }
    .event-popup .event-popup-stripes .reserve-link {
      float: right;
      background: #71dc50;
      border: 1px solid white;
      margin-top: 19px;
      height: 49px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 19px;
      width: 172px;
      color: white;
      line-height: 49px;
      display: block; }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup .event-popup-stripes .reserve-link {
          margin-top: 16px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup .event-popup-stripes .reserve-link {
          height: 42px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup .event-popup-stripes .reserve-link {
          font-size: 17px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup .event-popup-stripes .reserve-link {
          width: 147px; } }
      @media (min-width: 1024px) and (max-width: 1155px) {
        .event-popup .event-popup-stripes .reserve-link {
          line-height: 42px; } }
      .event-popup .event-popup-stripes .reserve-link:hover {
        opacity: 0.7; }
      .event-popup .event-popup-stripes .reserve-link:after {
        content: ' ';
        display: inline-block;
        position: static;
        width: 8px;
        height: 16px;
        background: transparent url(../img/valkonuoli.png) center center no-repeat;
        background-size: contain;
        margin-left: 23px;
        vertical-align: text-top; }
        @media (min-width: 1024px) and (max-width: 1155px) {
          .event-popup .event-popup-stripes .reserve-link:after {
            width: 7px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          .event-popup .event-popup-stripes .reserve-link:after {
            height: 14px; } }
        @media (min-width: 1024px) and (max-width: 1155px) {
          .event-popup .event-popup-stripes .reserve-link:after {
            margin-left: 20px; } }

.event-calendar-overlay {
  display: none;
  background: rgba(23, 66, 81, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999; }

.event-popup dl dd, .event-popup dl dt {
  height: auto !important;
  min-height: 39px;
  line-height: 1.4 !important;
  padding-top: 15px;
  box-sizing: border-box; }
  @media (min-width: 1024px) and (max-width: 1155px) {
    .event-popup dl dd, .event-popup dl dt {
      min-height: 33px; } }
  @media (min-width: 1024px) and (max-width: 1155px) {
    .event-popup dl dd, .event-popup dl dt {
      padding-top: 13px; } }

@media (max-width: 1023px) {
  .event-calendar-overlay {
    z-index: 1000000; }
  .event-popup {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 3.5%;
    padding-bottom: 3.5%;
    left: 0;
    margin-left: 0; }
    .event-popup .event-popup-stripes {
      padding-top: 5.5%;
      padding-bottom: 5.5%;
      padding-left: 5.5%;
      padding-right: 5.5%; }
      .event-popup .event-popup-stripes .more-info-link {
        font-size: 13px; }
      .event-popup .event-popup-stripes .reserve-link {
        font-size: 17px;
        width: 40%;
        height: 40px; }
        .event-popup .event-popup-stripes .reserve-link:after {
          margin-left: 10px; }
    .event-popup .close-link {
      position: absolute;
      top: -20px;
      right: 4%;
      border-radius: 1000px;
      -moz-border-radius: 1000px;
      -webkit-border-radius: 1000px;
      border: 4px solid white;
      color: white;
      background: #174251; }
    .event-popup h2 {
      height: 38px;
      line-height: 38px;
      font-size: 15px;
      margin-bottom: 0; }
      .event-popup h2 .category-marker {
        margin-top: 8px; }
    .event-popup img {
      display: block;
      width: 27%;
      height: auto; }
    .event-popup dl {
      padding-top: 0;
      margin-top: 0;
      padding-left: 0;
      width: 70%; }
      .event-popup dl dt, .event-popup dl dd {
        font-size: 14px;
        min-height: 24px; }
      .event-popup dl dt {
        width: 66px; }
      .event-popup dl dd {
        width: 26%;
        margin-left: 20px; }
    .event-popup .event-description, .event-popup .event-description p {
      font-size: 13px;
      line-height: 1.4; } }
      */
/* copy end */
#eventcalendar-element-container {
  position: absolute; }

#event-calendar * {
  background-repeat: no-repeat; }

#event-calendar {
  position: relative;
  transition: height 1s linear, bottom 1s linear;
  -ms-transition: height 1s linear, bottom 1s linear;
  -webkit-transition: height 1s linear, bottom 1s linear;
  /* bottom: -100%;
  bottom: -100%; */
  margin-top: 0px;
  /* top navbar height */
  z-index: 9999; }

#event-calendar h2 {
  /* margin-left: 373px; */
  /* background-color: rgb(99,217,211); */
  background-image: url("../img/eventcalendar_topbutton_mobile.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 68px;
  /* line-height: 40px; */
  width: 100%;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  margin: 0px; }

#event-calendar .event-calendar-h2-bg-container {
  background-image: url("../img/eventcalendar_h2_bg_color.png");
  background-repeat: repeat; }

#event-calendar h2 span {
  background: transparent url(../img/valkonuoli.png) center center no-repeat;
  height: 18px;
  width: 19px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-bottom;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

#event-calendar .legend {
  position: relative;
  color: white;
  /*background-color: #305967; */
  background-color: #636b73;
  /* width: 356px; */
  width: 100%;
  /* height: 565px; */
  /* border-right: #205365 1px solid; */
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px; }

#event-calendar .legend h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #63d9d3;
  padding-bottom: 10px;
  margin-bottom: 22px;
  text-transform: uppercase; }

#event-calendar .legend p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0px;
  padding-bottom: 29px; }

#event-calendar .legend a {
  background-color: #e9fcfd;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b1e8eb;
  font-size: 14px;
  padding-right: 0px;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #444; }

#event-calendar .legend a:hover {
  text-decoration: none;
  background-color: #63d9d3;
  border-color: #63d9d3;
  color: white; }

#event-calendar .legend a:focus,
#event-calendar .legend a:active {
  text-decoration: none; }

#event-calendar .legend a.active {
  background-color: #63d9d3;
  border-color: #63d9d3;
  color: white; }

#event-calendar .legend a span {
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 9px;
  display: inline-block;
  vertical-align: middle; }

#event-calendar .calendardiv {
  border-left: #8A8B8C 1px solid;
  background-color: #636b73;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 45px; }

#event-calendar .calendardiv .month-row {
  width: 100%;
  height: 62px;
  margin-bottom: 2px;
  background-image: url("../img/eventcalendar_month_bg.png");
  background-repeat: repeat-y;
  background-size: contain;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

#event-calendar .calendardiv .month-row .arrow.previous {
  background-image: url("../img/mini_vasen.png");
  margin-left: 16px; }

#event-calendar .calendardiv .month-row .arrow.next {
  background-image: url("../img/mini_oikea.png");
  margin-right: 16px;
  /* float: right; */ }

#event-calendar .calendardiv .month-row .arrow {
  height: 45px;
  width: 20px;
  margin-top: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: 9999px; }

#event-calendar .calendardiv .month-row h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../img/eventcalendar_month_bottom_bg.png");
  background-position: center bottom;
  background-size: 11px;
  background-repeat: repeat-x;
  color: white;
  text-transform: uppercase; }

#event-calendar .calendardiv table {
  width: 100%; }

#event-calendar table, #event-calendar td {
  border: 0 none; }

#event-calendar .calendardiv .weekday-row th:first-child {
  /* border-right: none;
  border-left: none; */
  background-image: none; }

#event-calendar .calendardiv .weekday-row th {
  width: 98px;
  /*border-right: 1px solid #305967;
  border-left: 1px solid #305967; */
  position: relative;
  background-image: url("../img/eventcalendar_dark_bg_color.png");
  background-size: 1px 1px;
  background-position: center left;
  background-repeat: repeat-y;
  color: white;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 21px; }

#event-calendar td, #event-calendar th {
  padding: 0; }

/*
            <th class="weekday-mon"><?php echo JText::_('MON'); ?></th>
            <th class="weekday-tue"><?php echo JText::_('TUE'); ?></th>
            <th class="weekday-wed"><?php echo JText::_('WED'); ?></th>
            <th class="weekday-thu"><?php echo JText::_('THU'); ?></th>
            <th class="weekday-fri"><?php echo JText::_('FRI'); ?></th>
            <th class="weekday-sat"><?php echo JText::_('SAT'); ?></th>
            <th class="sun weekday-sun"><?php echo JText::_('SUN'); ?></th>
*/
#event-calendar .calendardiv .weekday-mon {
  background-color: #3ea3a8; }
#event-calendar .calendardiv .weekday-tue {
  background-color: #42a8aa; }
#event-calendar .calendardiv .weekday-wed {
  background-color: #4fb8b7; }
#event-calendar .calendardiv .weekday-thu {
  background-color: #5bc6c2; }
#event-calendar .calendardiv .weekday-fri {
  background-color: #67d0ce; }
#event-calendar .calendardiv .weekday-sat {
  background-color: #71d4d2; }
#event-calendar .calendardiv .weekday-sun {
  background-color: #77d7d5; }

#event-calendar .calendardiv tbody {
  /* overflow-y: scroll; */ }

#event-calendar .calendardiv .number-row {
  background-color: #5bd5da;
  font-size: 10px;
  font-weight: 400;
  line-height: 21px; }

#event-calendar .calendardiv .number-row th {
  color: rgba(255, 255, 255, 0.7);
  text-align: center; }

#event-calendar .calendardiv .event-row {
  background-color: white;
  color: black;
  padding-bottom: 15px;
  height: 54px;
  /* increase when > 2 events?  */ }

#event-calendar .calendardiv .event-row.event-row-height-2 {
  height: 59px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row.event-row-height-2 {
    height: 50px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row.event-row-height-2 {
    height: 65px; } }
#event-calendar .calendardiv .event-row.event-row-height-3 {
  height: 85px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row.event-row-height-3 {
    height: 73px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row.event-row-height-3 {
    height: 94px; } }
#event-calendar .calendardiv .event-row.event-row-height-4 {
  height: 111px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row.event-row-height-4 {
    height: 95px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row.event-row-height-4 {
    height: 123px; } }
#event-calendar .calendardiv .event-row.event-row-height-5 {
  height: 137px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row.event-row-height-5 {
    height: 117px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row.event-row-height-5 {
    height: 152px; } }
#event-calendar .calendardiv .event-row.event-row-height-6 {
  height: 163px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row.event-row-height-6 {
    height: 139px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row.event-row-height-6 {
    height: 181px; } }
@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row {
    height: 46px; } }
#event-calendar .calendardiv .event-row.event-row-height-7 {
  height: 189px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row.event-row-height-7 {
    height: 161px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row.event-row-height-7 {
    height: 210px; } }
#event-calendar .calendardiv .event-row.event-row-height-8 {
  height: 215px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row.event-row-height-8 {
    height: 183px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row.event-row-height-8 {
    height: 239px; } }
#event-calendar .calendardiv .event-row.event-row-height-9 {
  height: 241px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row.event-row-height-9 {
    height: 205px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row.event-row-height-9 {
    height: 268px; } }
#event-calendar .calendardiv .event-row.event-row-height-10 {
  height: 267px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row.event-row-height-10 {
    height: 228px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row.event-row-height-10 {
    height: 297px; } }
#event-calendar .calendardiv .event-row.event-row-height-11 {
  height: 293px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row.event-row-height-11 {
    height: 250px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row.event-row-height-11 {
    height: 326px; } }
#event-calendar .calendardiv .event-row.event-row-height-12 {
  height: 319px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row.event-row-height-12 {
    height: 272px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row.event-row-height-12 {
    height: 355px; } }
#event-calendar .calendardiv .event-row td:first-child {
  border-left: 0px; }

#event-calendar .calendardiv .event-row td {
  position: relative;
  border-left: #e0e6e8 1px solid; }

#event-calendar td {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px; }

#event-calendar .calendardiv .event-row .event {
  overflow: hidden;
  word-break: break-all;
  z-index: 1;
  height: 23px;
  padding-right: 3px;
  background-color: #e9fcfd;
  box-sizing: border-box;
  border: 1px solid #b1e8eb;
  line-height: 21px;
  font-size: 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: absolute;
  cursor: pointer;
  width: auto;
  left: 2px;
  transition: max-width 1s linear;
  -moz-transition: max-width 1s linear;
  -ms-transition: max-width 1s linear;
  -webkit-transition: max-width 1s linear; }

#event-calendar .calendardiv .event-row .event.length-1 {
  min-width: 94px;
  max-width: 94px; }

#event-calendar .calendardiv .event-row .event.length-2 {
  min-width: 194px;
  max-width: 194px; }

#event-calendar .calendardiv .event-row .event.length-3 {
  min-width: 294px;
  max-width: 294px; }

#event-calendar .calendardiv .event-row .event.length-4 {
  min-width: 394px;
  max-width: 394px; }

#event-calendar .calendardiv .event-row .event.length-5 {
  min-width: 494px;
  max-width: 494px; }

#event-calendar .calendardiv .event-row .event.length-6 {
  min-width: 594px;
  max-width: 594px; }

#event-calendar .calendardiv .event-row .event.length-7 {
  min-width: 694px;
  max-width: 694px; }

#event-calendar .calendardiv .event-row .event.slot-0 {
  top: 5px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.slot-0 {
    top: 4px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.slot-0 {
    top: 5px; } }
#event-calendar .calendardiv .event-row .event.slot-1 {
  top: 31px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.slot-1 {
    top: 26px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.slot-1 {
    top: 34px; } }
#event-calendar .calendardiv .event-row .event.slot-2 {
  top: 57px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.slot-2 {
    top: 49px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.slot-2 {
    top: 63px; } }
#event-calendar .calendardiv .event-row .event.slot-3 {
  top: 83px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.slot-3 {
    top: 71px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.slot-3 {
    top: 92px; } }
#event-calendar .calendardiv .event-row .event.slot-4 {
  top: 109px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.slot-4 {
    top: 93px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.slot-4 {
    top: 121px; } }
#event-calendar .calendardiv .event-row .event.slot-5 {
  top: 135px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.slot-5 {
    top: 115px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.slot-5 {
    top: 150px; } }
#event-calendar .calendardiv .event-row .event.slot-6 {
  top: 161px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.slot-6 {
    top: 138px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.slot-6 {
    top: 179px; } }
#event-calendar .calendardiv .event-row .event.slot-7 {
  top: 187px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.slot-7 {
    top: 159px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.slot-7 {
    top: 208px; } }
#event-calendar .calendardiv .event-row .event.slot-8 {
  top: 213px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.slot-8 {
    top: 182px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.slot-8 {
    top: 237px; } }
#event-calendar .calendardiv .event-row .event.slot-9 {
  top: 239px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.slot-9 {
    top: 204px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.slot-9 {
    top: 266px; } }
#event-calendar .calendardiv .event-row .event.slot-10 {
  top: 265px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.slot-10 {
    top: 226px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.slot-10 {
    top: 295px; } }
#event-calendar .calendardiv .event-row .event.slot-11 {
  top: 291px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.slot-11 {
    top: 248px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.slot-11 {
    top: 324px; } }
#event-calendar .calendardiv .event-row .event.slot-12 {
  top: 317px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.slot-12 {
    top: 270px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.slot-12 {
    top: 353px; } }
.event-popup {
  display: none;
  position: absolute;
  max-height: 90%;
  box-sizing: border-box;
  width: 100%;
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
  background: white; }

.event-popup .close-link {
  background-image: url("../img/eventcalendar_popup_close_mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  display: block;
  position: absolute;
  top: -12px;
  right: 6px; }

.event-popup .close-link:hover {
  text-decoration: none; }

.event-popup .event-popup-stripes {
  overflow: auto;
  background-image: url("../img/light_grey_pattern2.png");
  background-repeat: repeat;
  padding-top: 12px;
  padding-right: 18px;
  padding-bottom: 15px;
  padding-left: 14px; }

.event-popup dl {
  float: left;
  padding-left: 0px;
  width: 63%;
  margin-top: 0px;
  margin-bottom: 32px; }

.event-popup dl dd, .event-popup dl dt {
  color: #636b73;
  height: auto !important;
  min-height: 19px;
  padding-top: 5px;
  box-sizing: border-box;
  float: left;
  display: block;
  line-height: 19px;
  font-size: 12px; }

.event-popup dl dt {
  clear: left;
  font-weight: 700;
  width: 60px; }

.event-popup img {
  float: right;
  margin-top: 5px;
  margin-bottom: 12px;
  width: 36%;
  max-width: 180px; }

.event-popup h2 {
  cursor: pointer;
  background-color: #63d9d3;
  /* font-size: 24px; */
  font-weight: 600;
  text-transform: none;
  color: white;
  text-align: center;
  /* height: 50px;*/
  /*line-height: 50px;; */
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  height: 38px;
  line-height: 38px; }

.event-popup h2 .category-marker {
  margin-left: 10px;
  margin-top: 8px;
  float: left;
  display: inline-block;
  height: 23px;
  width: 23px; }

.event-popup .event-popup-stripes .event-description {
  background-color: white;
  padding-top: 17px;
  padding-right: 16px;
  padding-bottom: 17px;
  padding-left: 16px;
  font-size: 12px;
  color: #636b73; }

.event-popup .event-description {
  clear: both;
  background: white; }

.event-popup .event-popup-stripes .more-info-link {
  margin-top: 19px;
  line-height: 49px;
  height: 49px;
  color: #636b73;
  display: inline-block;
  font-size: 12px; }

.event-popup .event-popup-stripes .reserve-link {
  float: right;
  background: #71dc50;
  border: 1px solid white;
  margin-top: 28px;
  height: 31px;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
  width: 124px;
  color: white;
  line-height: 31px;
  display: block; }

.event-popup .event-popup-stripes .reserve-link:hover {
  text-decoration: none; }

.event-calendar-overlay {
  display: none;
  background: rgba(23, 66, 81, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999; }

#event-calendar .calendardiv .event-row .event .category-marker {
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 11px; }

/*
category colors, rotate same colors after 8 
*/
.event-popup h2 .category-1, #event-calendar .legend a.category1 span, .category-marker-1,
.event-popup h2 .category-9, #event-calendar .legend a.category9 span, .category-marker-9,
.event-popup h2 .category-17, #event-calendar .legend a.category17 span, .category-marker-17,
.event-popup h2 .category-25, #event-calendar .legend a.category25 span, .category-marker-25,
.event-popup h2 .category-33, #event-calendar .legend a.category33 span, .category-marker-33 {
  background-color: #034ffa; }

@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.category-1,
  #event-calendar .calendardiv .event-row .event.category-9,
  #event-calendar .calendardiv .event-row .event.category-17,
  #event-calendar .calendardiv .event-row .event.category-25,
  #event-calendar .calendardiv .event-row .event.category-33 {
    border-top: 10px solid #034ffa;
    font-size: 10px;
    line-height: 10px;
    white-space: nowrap;
    border-radius: 3px; }
    #event-calendar .calendardiv .event-row .event.category-1 div,
    #event-calendar .calendardiv .event-row .event.category-9 div,
    #event-calendar .calendardiv .event-row .event.category-17 div,
    #event-calendar .calendardiv .event-row .event.category-25 div,
    #event-calendar .calendardiv .event-row .event.category-33 div {
      display: none; } }
.event-popup h2 .category-2, #event-calendar .legend a.category2 span, .category-marker-2,
.event-popup h2 .category-10, #event-calendar .legend a.category10 span, .category-marker-10,
.event-popup h2 .category-18, #event-calendar .legend a.category18 span, .category-marker-18,
.event-popup h2 .category-26, #event-calendar .legend a.category26 span, .category-marker-26,
.event-popup h2 .category-34, #event-calendar .legend a.category34 span, .category-marker-34 {
  background-color: #e6007e; }

@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.category-2,
  #event-calendar .calendardiv .event-row .event.category-10,
  #event-calendar .calendardiv .event-row .event.category-18,
  #event-calendar .calendardiv .event-row .event.category-26,
  #event-calendar .calendardiv .event-row .event.category-34 {
    border-top: 10px solid #e6007e;
    font-size: 10px;
    line-height: 10px;
    white-space: nowrap;
    border-radius: 3px; }
    #event-calendar .calendardiv .event-row .event.category-2 div,
    #event-calendar .calendardiv .event-row .event.category-10 div,
    #event-calendar .calendardiv .event-row .event.category-18 div,
    #event-calendar .calendardiv .event-row .event.category-26 div,
    #event-calendar .calendardiv .event-row .event.category-34 div {
      display: none; } }
.event-popup h2 .category-3, #event-calendar .legend a.category3 span, .category-marker-3,
.event-popup h2 .category-11, #event-calendar .legend a.category11 span, .category-marker-11,
.event-popup h2 .category-19, #event-calendar .legend a.category19 span, .category-marker-19,
.event-popup h2 .category-27, #event-calendar .legend a.category27 span, .category-marker-27,
.event-popup h2 .category-35, #event-calendar .legend a.category35 span, .category-marker-35 {
  background-color: #fca702; }

@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.category-3,
  #event-calendar .calendardiv .event-row .event.category-11,
  #event-calendar .calendardiv .event-row .event.category-19,
  #event-calendar .calendardiv .event-row .event.category-27,
  #event-calendar .calendardiv .event-row .event.category-35 {
    border-top: 10px solid #fca702;
    font-size: 10px;
    line-height: 10px;
    white-space: nowrap;
    border-radius: 3px; }
    #event-calendar .calendardiv .event-row .event.category-3 div,
    #event-calendar .calendardiv .event-row .event.category-11 div,
    #event-calendar .calendardiv .event-row .event.category-19 div,
    #event-calendar .calendardiv .event-row .event.category-27 div,
    #event-calendar .calendardiv .event-row .event.category-35 div {
      display: none; } }
.event-popup h2 .category-4, #event-calendar .legend a.category4 span, .category-marker-4,
.event-popup h2 .category-12, #event-calendar .legend a.category12 span, .category-marker-12,
.event-popup h2 .category-20, #event-calendar .legend a.category20 span, .category-marker-20,
.event-popup h2 .category-28, #event-calendar .legend a.category28 span, .category-marker-28,
.event-popup h2 .category-36, #event-calendar .legend a.category36 span, .category-marker-36 {
  background-color: #90f582; }

@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.category-4,
  #event-calendar .calendardiv .event-row .event.category-12,
  #event-calendar .calendardiv .event-row .event.category-20,
  #event-calendar .calendardiv .event-row .event.category-28,
  #event-calendar .calendardiv .event-row .event.category-36 {
    border-top: 10px solid #90f582;
    font-size: 10px;
    line-height: 10px;
    white-space: nowrap;
    border-radius: 3px; }
    #event-calendar .calendardiv .event-row .event.category-4 div,
    #event-calendar .calendardiv .event-row .event.category-12 div,
    #event-calendar .calendardiv .event-row .event.category-20 div,
    #event-calendar .calendardiv .event-row .event.category-28 div,
    #event-calendar .calendardiv .event-row .event.category-36 div {
      display: none; } }
.event-popup h2 .category-5, #event-calendar .legend a.category5 span, .category-marker-5,
.event-popup h2 .category-13, #event-calendar .legend a.category13 span, .category-marker-13,
.event-popup h2 .category-21, #event-calendar .legend a.category21 span, .category-marker-21,
.event-popup h2 .category-29, #event-calendar .legend a.category29 span, .category-marker-29,
.event-popup h2 .category-37, #event-calendar .legend a.category37 span, .category-marker-37 {
  background-color: #f8ef03; }

@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.category-5,
  #event-calendar .calendardiv .event-row .event.category-13,
  #event-calendar .calendardiv .event-row .event.category-21,
  #event-calendar .calendardiv .event-row .event.category-29,
  #event-calendar .calendardiv .event-row .event.category-37 {
    border-top: 10px solid #f8ef03;
    font-size: 10px;
    line-height: 10px;
    white-space: nowrap;
    border-radius: 3px; }
    #event-calendar .calendardiv .event-row .event.category-5 div,
    #event-calendar .calendardiv .event-row .event.category-13 div,
    #event-calendar .calendardiv .event-row .event.category-21 div,
    #event-calendar .calendardiv .event-row .event.category-29 div,
    #event-calendar .calendardiv .event-row .event.category-37 div {
      display: none; } }
.event-popup h2 .category-6, #event-calendar .legend a.category6 span, .category-marker-6,
.event-popup h2 .category-14, #event-calendar .legend a.category14 span, .category-marker-14,
.event-popup h2 .category-22, #event-calendar .legend a.category22 span, .category-marker-22,
.event-popup h2 .category-30, #event-calendar .legend a.category30 span, .category-marker-30,
.event-popup h2 .category-38, #event-calendar .legend a.category38 span, .category-marker-38 {
  background-color: #fb839f; }

@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.category-6,
  #event-calendar .calendardiv .event-row .event.category-14,
  #event-calendar .calendardiv .event-row .event.category-22,
  #event-calendar .calendardiv .event-row .event.category-30,
  #event-calendar .calendardiv .event-row .event.category-38 {
    border-top: 10px solid #fb839f;
    font-size: 10px;
    line-height: 10px;
    white-space: nowrap;
    border-radius: 3px; }
    #event-calendar .calendardiv .event-row .event.category-6 div,
    #event-calendar .calendardiv .event-row .event.category-14 div,
    #event-calendar .calendardiv .event-row .event.category-22 div,
    #event-calendar .calendardiv .event-row .event.category-30 div,
    #event-calendar .calendardiv .event-row .event.category-38 div {
      display: none; } }
.event-popup h2 .category-7, #event-calendar .legend a.category7 span, .category-marker-7,
.event-popup h2 .category-15, #event-calendar .legend a.category15 span, .category-marker-15,
.event-popup h2 .category-23, #event-calendar .legend a.category23 span, .category-marker-23,
.event-popup h2 .category-31, #event-calendar .legend a.category31 span, .category-marker-31,
.event-popup h2 .category-39, #event-calendar .legend a.category39 span, .category-marker-39 {
  background-color: #c2b58a; }

@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.category-7,
  #event-calendar .calendardiv .event-row .event.category-15,
  #event-calendar .calendardiv .event-row .event.category-23,
  #event-calendar .calendardiv .event-row .event.category-31,
  #event-calendar .calendardiv .event-row .event.category-39 {
    border-top: 10px solid #c2b58a;
    font-size: 10px;
    line-height: 10px;
    white-space: nowrap;
    border-radius: 3px; }
    #event-calendar .calendardiv .event-row .event.category-7 div,
    #event-calendar .calendardiv .event-row .event.category-15 div,
    #event-calendar .calendardiv .event-row .event.category-23 div,
    #event-calendar .calendardiv .event-row .event.category-31 div,
    #event-calendar .calendardiv .event-row .event.category-39 div {
      display: none; } }
.event-popup h2 .category-8, #event-calendar .legend a.category8 span, .category-marker-8,
.event-popup h2 .category-16, #event-calendar .legend a.category16 span, .category-marker-16,
.event-popup h2 .category-24, #event-calendar .legend a.category24 span, .category-marker-24,
.event-popup h2 .category-32, #event-calendar .legend a.category32 span, .category-marker-32,
.event-popup h2 .category-40, #event-calendar .legend a.category40 span, .category-marker-40 {
  background-color: #850a4d; }

@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.category-8,
  #event-calendar .calendardiv .event-row .event.category-16,
  #event-calendar .calendardiv .event-row .event.category-24,
  #event-calendar .calendardiv .event-row .event.category-32,
  #event-calendar .calendardiv .event-row .event.category-40 {
    border-top: 10px solid #850a4d;
    font-size: 10px;
    line-height: 10px;
    white-space: nowrap;
    border-radius: 3px; }
    #event-calendar .calendardiv .event-row .event.category-8 div,
    #event-calendar .calendardiv .event-row .event.category-16 div,
    #event-calendar .calendardiv .event-row .event.category-24 div,
    #event-calendar .calendardiv .event-row .event.category-32 div,
    #event-calendar .calendardiv .event-row .event.category-40 div {
      display: none; } }
@media (min-width: 992px) {
  #event-calendar {
    margin-top: 100px; } }
@media (min-width: 1140px) {
  #eventcalendar-element-container {
    position: relative; }

  #event-calendar {
    margin-top: 0px;
    position: absolute;
    left: 50%;
    transition: height 1s linear, bottom 1s linear;
    -ms-transition: height 1s linear, bottom 1s linear;
    -webkit-transition: height 1s linear, bottom 1s linear;
    /* bottom: -100%;
    bottom: -100%; */
    top: 100px;
    margin-left: -570px;
    width: 1141px;
    z-index: 9999; }

  #event-calendar h2 {
    /* margin-left: 373px; */
    background-color: #3e7385;
    background: url("../img/eventcalendar_topbutton.png");
    height: 41px;
    /* line-height: 40px; */
    width: 217px;
    font-size: 16px;
    text-transform: none;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0px;
    margin-top: 30px; }

  #event-calendar .event-calendar-h2-bg-container {
    background-image: none; }

  #event-calendar .legend {
    padding-top: 0px;
    color: white;
    background-color: #636b73;
    float: left;
    width: 373px;
    height: 565px;
    border-right: #4B5D63 1px solid;
    padding-right: 16px;
    padding-left: 0px;
    padding-right: 0px; }

  #event-calendar .legend h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 33px;
    margin-left: 16px;
    padding-left: 8px;
    border-bottom: 1px solid #63d9d3;
    padding-bottom: 10px;
    margin-bottom: 22px;
    text-transform: uppercase; }

  #event-calendar .legend p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 19px;
    padding-bottom: 19px;
    background-image: url("../img/eventcalendar_line.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-left: 16px;
    margin-right: 0px; }

  #event-calendar .legend a {
    margin-left: 16px;
    background-color: #e9fcfd;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #b1e8eb;
    font-size: 14px;
    padding-right: 30px;
    margin-bottom: 16px;
    width: auto;
    text-align: left;
    color: black; }

  #event-calendar .legend a:hover {
    text-decoration: none;
    background-color: #63d9d3;
    border-color: #63d9d3;
    color: black; }

  #event-calendar .legend a:focus,
  #event-calendar .legend a:active {
    text-decoration: none; }

  #event-calendar .legend a.active {
    background-color: #63d9d3;
    border-color: #63d9d3;
    color: black; }

  #event-calendar .legend a span {
    height: 11px;
    width: 11px;
    margin-left: 9px;
    margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px; }

  #event-calendar .calendardiv {
    border-left: #8A8B8C 1px solid;
    background-color: rgba(99, 107, 115, 0.6);
    width: 768px;
    margin-left: 373px;
    height: 565px;
    padding-top: 11px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px; }

  #event-calendar .calendardiv .month-row {
    width: 723px;
    height: 75px;
    margin-left: 24px;
    margin-right: 0px;
    margin-bottom: 4px;
    background-image: url("../img/eventcalendar_month_bg.png");
    background-repeat: repeat-y;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }

  #event-calendar .calendardiv .month-row .arrow {
    height: 57px;
    width: 20px;
    margin-top: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: 9999px; }

  #event-calendar .calendardiv .month-row h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 18px;
    font-size: 23px;
    font-weight: 600;
    background-image: url("../img/eventcalendar_month_bottom_bg.png");
    background-position: center bottom;
    background-size: 22px;
    background-repeat: repeat-x;
    color: white;
    text-transform: uppercase; }

  #event-calendar .calendar-scroll-wrapper {
    margin-left: 24px;
    margin-right: 0px;
    max-height: 465px;
    overflow-y: scroll; }

  #event-calendar .calendardiv table {
    width: 723px;
    border-collapse: collapse; }

  #event-calendar .calendardiv .weekday-row {
    width: 723px;
    height: 32px;
    line-height: 32px; }

  #event-calendar .calendardiv .weekday-row th {
    width: 98px;
    /*border-right: 1px solid #305967;
    border-left: 1px solid #305967; */
    position: relative;
    background-image: url("../img/eventcalendar_dark_bg_color.png");
    background-size: 1px 1px;
    background-position: center left;
    background-repeat: repeat-y;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: initial; }

  #event-calendar .calendardiv .number-row th {
    color: white;
    text-align: center; }

  #event-calendar .calendardiv .number-row:first-child {
    background-color: #636b73; }

  #event-calendar .calendardiv .number-row {
    background-color: #5bd5da;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    font-weight: 700; }

  .event-popup {
    display: none;
    position: absolute;
    top: 15%;
    left: 50%;
    box-sizing: border-box;
    border: 1px solid #63d9d3;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 27px;
    padding-bottom: 23px;
    background: white;
    width: 540px;
    margin-left: -260px;
    max-height: 90%; }

  .event-popup h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px; }

  .event-popup h2 .category-marker {
    margin-top: 14px; }

  .event-popup .close-link {
    background-image: none;
    width: 24px;
    height: 24px;
    line-height: 25px;
    background: #63d9d3;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    display: block;
    position: absolute;
    top: -15px;
    right: -12px;
    color: white; }

  .event-popup .event-popup-stripes {
    overflow: auto;
    background-image: url("../img/light_grey_pattern2.png");
    background-repeat: repeat;
    padding-top: 10px;
    padding-right: 18px;
    padding-bottom: 15px;
    padding-left: 14px; }

  .event-popup dl {
    padding-left: 16px;
    width: 265px;
    margin-top: 6px;
    margin-bottom: 20px; }

  .event-popup dl dd, .event-popup dl dt {
    height: auto !important;
    min-height: 39px;
    line-height: 1.4 !important;
    padding-top: 15px;
    box-sizing: border-box;
    float: left;
    display: block;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: #636b73; }

  .event-popup dl dt {
    width: 80px; }

  .event-popup img {
    float: right;
    margin-top: 24px;
    margin-bottom: 17px;
    width: 180px; }

  .event-popup .event-popup-stripes .event-description {
    font-size: 14px;
    color: black; }

  .event-popup .event-popup-stripes .more-info-link {
    margin-top: 19px;
    line-height: 49px;
    height: 49px;
    color: black;
    display: inline-block;
    font-size: 14px; } }
#event-calendar .calendardiv .event-row .event.length-1 {
  min-width: 94px;
  max-width: 94px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.length-1 {
    min-width: 80px; } }
@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.length-1 {
    max-width: 80px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.length-1 {
    min-width: 90%;
    max-width: 90%; } }
#event-calendar .calendardiv .event-row .event.length-2 {
  min-width: 194px;
  max-width: 194px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.length-2 {
    min-width: 166px; } }
@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.length-2 {
    max-width: 166px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.length-2 {
    min-width: 190%;
    max-width: 190%; } }
#event-calendar .calendardiv .event-row .event.length-3 {
  min-width: 294px;
  max-width: 294px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.length-3 {
    min-width: 251px; } }
@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.length-3 {
    max-width: 251px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.length-3 {
    min-width: 290%;
    max-width: 290%; } }
#event-calendar .calendardiv .event-row .event.length-4 {
  min-width: 394px;
  max-width: 394px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.length-4 {
    min-width: 337px; } }
@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.length-4 {
    max-width: 337px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.length-4 {
    min-width: 390%;
    max-width: 390%; } }
#event-calendar .calendardiv .event-row .event.length-5 {
  min-width: 494px;
  max-width: 494px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.length-5 {
    min-width: 422px; } }
@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.length-5 {
    max-width: 422px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.length-5 {
    min-width: 490%;
    max-width: 490%; } }
#event-calendar .calendardiv .event-row .event.length-6 {
  min-width: 594px;
  max-width: 594px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.length-6 {
    min-width: 507px; } }
@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.length-6 {
    max-width: 507px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.length-6 {
    min-width: 590%;
    max-width: 590%; } }
#event-calendar .calendardiv .event-row .event.length-7 {
  min-width: 694px;
  max-width: 694px; }

@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.length-7 {
    min-width: 593px; } }
@media (min-width: 1024px) and (max-width: 1155px) {
  #event-calendar .calendardiv .event-row .event.length-7 {
    max-width: 593px; } }
@media (max-width: 1023px) {
  #event-calendar .calendardiv .event-row .event.length-7 {
    min-width: 690%;
    max-width: 690%; } }
#ui-datepicker-div {
  display: none; }

body > #ui-datepicker-div {
  z-index: 20000 !important; }

@media (min-width: 0px) and (max-width: 640px) {
  #reservation-search-container {
    display: none; } }
@media (min-width: 0px) {
  .adcard-simple {
    width: 100%; } }
@media (min-width: 641px) {
  #reservation-search-container {
    display: none; } }
@media (min-width: 768px) {
  #reservation-search-container {
    display: none; } }
@media (min-width: 992px) {
  #reservation-search-container {
    display: block; }

  .reserve-label {
    position: absolute;
    left: 0;
    top: 0; }

  .reserve-hotel {
    position: absolute;
    width: 149px;
    left: 50px;
    top: 0; }

  .reserve-nights {
    position: absolute;
    width: 63px;
    left: 232px;
    top: 0; }

  .reserve-rooms {
    position: absolute;
    width: 63px;
    left: 328px;
    top: 0; }

  .reserve-persons {
    position: absolute;
    width: 63px;
    left: 424px;
    top: 0; }

  .reserve-selections {
    position: absolute;
    left: 435px; }

  .reserve-date {
    position: absolute;
    width: 101px;
    left: 520px;
    top: 0; }

  .reserve-campaign-code {
    position: absolute;
    width: 96px;
    left: 654px;
    top: 0; }

  #search-bar {
    width: 904px !important;
    left: 51px !important; }

  #bar-search-button {
    right: 0 !important; } }
@media (min-width: 1140px) {
  .reserve-label {
    position: absolute;
    left: 0;
    top: 0; }

  .reserve-hotel {
    position: absolute;
    width: 149px;
    left: 61px;
    top: 0; }

  .reserve-nights {
    position: absolute;
    width: 63px;
    left: 253px;
    top: 0; }

  .reserve-rooms {
    position: absolute;
    width: 63px;
    left: 359px;
    top: 0; }

  .reserve-persons {
    position: absolute;
    width: 63px;
    left: 465px;
    top: 0; }

  .reserve-selections {
    position: absolute;
    left: 452px; }

  .reserve-date {
    position: absolute;
    width: 101px;
    left: 571px;
    top: 0; }

  .reserve-campaign-code {
    position: absolute;
    width: 96px;
    left: 715px;
    top: 0; }

  #search-bar {
    width: 980px !important;
    left: 120px !important; }

  #bar-search-button {
    right: 12px !important; } }
    
@media (min-width: 1419px) {
  .reserve-label {
    position: absolute;
    left: 0;
    top: 0; }

  .reserve-hotel {
    position: absolute;
    width: 149px;
    left: 61px;
    top: 0; }

  .reserve-nights {
    position: absolute;
    width: 63px;
    left: 258px;
    top: 0; }

  .reserve-rooms {
    position: absolute;
    width: 63px;
    left: 369px;
    top: 0; }

  .reserve-persons {
    position: absolute;
    width: 63px;
    left: 480px;
    top: 0; }

  .reserve-selections {
    position: absolute;
    left: 452px; }

  .reserve-date {
    position: absolute;
    width: 101px;
    left: 591px;
    top: 0; }

  .reserve-campaign-code {
    position: absolute;
    width: 96px;
    left: 740px;
    top: 0; }

  #search-bar {
    width: 1017px !important;
    left: 143px !important; }

  #bar-search-button {
    right: 12px !important; } }
.solaris-kylpylat-main-nav-element {
  width: 214px; }
  .solaris-kylpylat-main-nav-element .trigger {
    width: 214px;
    font-family: "Gotham SSm A", "Gotham SSm B", "Arial" !important;
    /* padding:5px 30px 0  50px; */
    /* padding: 4px 35px 0 42px; */
    padding: 5px 35px 0 42px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    height: 38px;
    line-height: 26px;
    letter-spacing: 1px;
    background: url(../img/dropdown-brown.png) right center no-repeat;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none; }
  .solaris-kylpylat-main-nav-element .activetrigger {
    width: 214px;
    font-family: "Gotham SSm A", "Gotham SSm B", "Arial" !important;
    text-decoration: none !important;
    /* padding:5px 30px 0  50px;*/
    /* padding: 4px 35px 0 42px; */
    padding: 5px 35px 0 42px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 38px;
    line-height: 26px;
    letter-spacing: 1px;
    background: url(../img/dropdown-brown.png) right center no-repeat;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .solaris-kylpylat-main-nav-element .activetrigger:hover {
    color: #fff;
    opacity: 1; }
  .solaris-kylpylat-main-nav-element .dropcontainer ul {
    width: 214px;
    font-size: 12px;
    border: 1px solid #9da3a8;
    border-top: none;
    background: #c2b58a;
    color: #fff;
    list-style-type: none;
    margin: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .solaris-kylpylat-main-nav-element .dropcontainer ul li a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 300; }
  .solaris-kylpylat-main-nav-element .dropcontainer ul li {
    width: 214px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    padding: 8px; }
  .solaris-kylpylat-main-nav-element .dropcontainer ul li:hover {
    background-color: #c2b58a !important;
    width: 214px; }
  .solaris-kylpylat-main-nav-element .dropcontainer ul li:hover > a {
    font-weight: 500 !important; }
  .solaris-kylpylat-main-nav-element .dropcontainer .dropdownvisible {
    background-color: #c2b58a !important;
    padding-left: 0px;
    overflow: hidden; }
  .solaris-kylpylat-main-nav-element .dropcontainer ul li:nth-child(1) {
    display: none; }

#search-bar {
  position: absolute;
  z-index: 10000;
  /*English Rauhalahti page, Facebook is in front otherwise. */
  bottom: 0;
  left: 0;
  height: 83px;
  /* width: 100%; */
  background-color: rgba(99, 107, 115, 0.8);
  display: block; }

#bar-search-button {
  width: 128px;
  height: 128px;
  line-height: 128px;
  text-align: center;
  text-decoration: none;
  color: white;
  right: 5px;
  top: -23px;
  font-weight: bold;
  display: block;
  position: absolute;
  background: transparent url(../img/search-ball.png) center no-repeat;
  font-family: "Gotham", "Gotham SSm", "Gotham SSm B", "Gotham SSm A", Verdana;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  text-transform: uppercase; }

#bar-search-button:hover {
  background-image: url(../img/hae_hover.png);
  opacity: 1; }

.reserve-hotel select,
.reserve-hotel .trigger,
.reserve-hotel .activetrigger,
.reserve-hotel .dropcontainer,
.reserve-nights select,
.reserve-nights .trigger,
.reserve-nights .activetrigger,
.reserve-nights .dropcontainer,
.reserve-rooms select,
.reserve-rooms .trigger,
.reserve-rooms .activetrigger,
.reserve-rooms .dropcontainer,
.reserve-persons .trigger,
.reserve-persons .activetrigger,
.reserve-persons .dropcontainer {
  min-width: 100%;
  top: 36px;
  position: absolute; }

.reservation-date-input,
.reserve-date input {
  box-sizing: border-box;
  width: 100%;
  top: 36px;
  position: absolute;
  padding-right: 27px;
  background: white url(../img/calendar-icon.png) top right no-repeat;
  border: none;
  height: 26px;
  padding-left: 5px;
  font-size: 12px;
  color: #47535b !important; }

.reserve-campaign-code input {
  box-sizing: border-box;
  width: 100%;
  top: 36px;
  position: absolute;
  border: none;
  height: 26px;
  padding-left: 5px; }

.reserve-hotel .dropcontainer,
.reserve-nights .dropcontainer,
.reserve-rooms .dropcontainer {
  top: 62px; }

.reserve-persons .henkiloita-wrapper {
  top: 36px; }

#search-bar label {
  color: white;
  font-size: 12px;
  text-rendering: optimizeLegibility;
  position: absolute;
  font-weight: 400; }

.reserve-hotel label,
.reserve-nights label,
.reserve-rooms label,
.reserve-persons label,
.reserve-date label,
.reserve-campaign-code label {
  white-space: nowrap;
  top: 16px; }

#extra-pet-room, #extra-handicap-room {
  display: none; }

#handicap-room-checkbox, #pet-room-checkbox {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../img/radio_off.png);
  float: left; }

#handicap-room-checkbox.selected, #pet-room-checkbox.selected {
  background-image: url(../img/radio_on.png); }

#bar-handicap-room-label, #bar-pet-room-label {
  width: 105px;
  float: left;
  clear: left;
  position: relative !important; }

#bar-pet-room-label {
  margin-bottom: 12px; }

.reserve-selections {
  padding-top: 18px; }

/*
- copied from old solaris template varaamosass/variables.scss
*/
/*
- copied from old solaris template varaamosass/style.cscc
*/
.dropcontainer {
  position: absolute;
  font-size: 12px;
  color: #47535b;
  z-index: 100; }

.trigger {
  padding-left: 8px;
  color: #47535b !important;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  background: #fff url(../img/dropdown.png) right center no-repeat;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.trigger:hover {
  color: #47535b;
  opacity: 1;
  text-decoration: none !important; }

.activetrigger {
  text-decoration: none !important;
  color: #47535b;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  padding-left: 8px;
  background: white url(../img/dropdown.png) right center no-repeat;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.activetrigger:hover {
  color: #47535b;
  opacity: 1; }

.activetrigger:active {
  color: #47535b; }

.dropcontainer ul {
  font-size: 12px;
  border: 1px solid #9da3a8;
  border-top: none;
  background: #e9e9ec;
  color: #47535b;
  list-style-type: none;
  margin: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dropcontainer ul li {
  list-style-type: none;
  padding: 5px;
  margin: 0px;
  cursor: pointer; }
  .dropcontainer ul li a {
    color: #47535b;
    text-decoration: none; }

.dropcontainer ul li:hover {
  background-color: #47535b;
  color: white;
  outline: none; }
  .dropcontainer ul li:hover a {
    color: white;
    text-decoration: none;
    opacity: 1; }

.dropcontainer ul li:last-child {
  border-bottom: none; }

.dropdownhidden {
  display: none; }

.dropdownvisible {
  height: auto; }

.arrival_time-wrap .dropdownvisible, .country-wrap .dropdownvisible {
  height: 200px;
  overflow-y: scroll; }

/*
- copied from old solaris template varaamosass/style.scss
*/
.henkiloita-wrapper {
  width: 37px;
  width: 63px;
  height: 26px;
  background-image: url("../img/laatikko.png");
  position: relative;
  cursor: pointer;
  line-height: 26px;
  padding-right: 26px;
  text-align: center; }
  .henkiloita-wrapper .henkilomaara {
    font-size: 12px;
    color: #47535b !important; }
  .henkiloita-wrapper select {
    display: none; }
  .henkiloita-wrapper .henkilopopup {
    top: 26px;
    left: -175px;
    display: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
    position: absolute;
    background-color: #e9e9ec;
    width: 225px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    padding-left: 12px;
    text-align: left;
    color: #47535b;
    z-index: 100; }
    .henkiloita-wrapper .henkilopopup table {
      border: 0px;
      margin-bottom: 0;
      /*Overriding content styles*/
      table-layout: fixed; }
      .henkiloita-wrapper .henkilopopup table td {
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        border: 0px;
        padding: 0px;
        height: 35px;
        line-height: 35px; }
      .henkiloita-wrapper .henkilopopup table td:first-child {
        width: 151px; }
    .henkiloita-wrapper .henkilopopup .miinus {
      background-image: url("../img/miinus.png"); }
    .henkiloita-wrapper .henkilopopup .plus {
      background-image: url("../img/plus.png"); }
    .henkiloita-wrapper .henkilopopup .miinus, .henkiloita-wrapper .henkilopopup .plus {
      display: block;
      height: 19px;
      width: 19px;
      padding: 0px 5px;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer; }
    .henkiloita-wrapper .henkilopopup tr.close-row a {
      display: block;
      border-top: 1px solid pink;
      color: #47535b;
      text-align: right;
      line-height: 28px;
      text-decoration: none; }
      .henkiloita-wrapper .henkilopopup tr.close-row a:hover {
        text-decoration: underline;
        opacity: 0.8; }

/* copy to sass later, some initial css (for popup mostly) copied from other project */
.popup-close-img {
  background-image: url("/templates/solaris2016/img/popup/sulje.png");
  /* maybe need to use other button for other languages */
  width: 73px;
  height: 30px;
  position: absolute;
  top: -18px;
  cursor: pointer;
  right: 0px;
  /* @media @phone-strict{  
  	  right: -15px;
  }*/ }

.mfp-container {
  padding: 20px; }

.mfp-content-container {
  background: #FFF;
  padding: 0px 25px;
  margin-bottom: -3%; }

.mfp-bottom-bar {
  background: #FFF;
  margin-top: 0px;
  position: relative;
    /*
	@media @phone{  
		
	}
	@media @tablet{ 
		min-height: 47px;
	}*/
  min-height: 47px; }

.spafi-popup-img-container {
  width: 588px;
  max-width: 100%;
  /*
  @media @phone{  
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  }
  @media @tablet{ 
  	
  }*/ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .spafi-popup-img-container {
      /* IE10+ CSS styles go here */
      align-items: center; } }

.mfp-description {
  /* @media @phone{  
  	display: none;
  }
  @media @tablet{ */
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 515px;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  /* } */ }

.popup-nav-button {
  display: inline-block;
  background-color: #f3ede1;
  width: 97px;
  height: 68px;
  margin: 8px 6px;
  border-radius: 0px;
  background-size: cover; }

.popup-nav-button:hover {
  background-color: #e6dac4; }

.popup-nav-current {
  background-color: #e6dac4;
  opacity: 0.5; }

.spafi-popups-inside .mfp-img {
  padding-top: 25px;
  /*
  @media @phone{  
  	padding-bottom: 25px;  
  }
  @media @tablet{ 
  	padding-bottom: 47px;
  }*/
  padding-bottom: 47px; }

.mfp-arrow {
  /* @media @phone-strict{  
  	  top: 60%;
  }
  @media @tablet{ 
  	
  }*/ }

.mfp-arrow:before, .mfp-arrow:after {
  border: 0px solid transparent; }

.mfp-arrow.mfp-arrow-right {
  background: url("/templates/solaris2016/img/popup/nuoli_oikea.png") no-repeat center 0px;
  width: 50px;
  height: 90px;
  right: 45px;
  /* @media @phone-strict{  
  	 right: 25px; 
  }*/ }

.mfp-arrow.mfp-arrow-left {
  background: url("/templates/solaris2016/img/popup/nuoli_vasen.png") no-repeat center 0px;
  width: 50px;
  height: 90px;
  left: 45px;
  /* @media @phone-strict{  
  	 left: 25px;
  } */ }

.mfp-figure {
  /* @media @phone-strict{  
  	 
  }
  @media @tablet{ 
  	margin-left: 20px;
  	margin-right: 20px;
  }*/
  margin-left: 20px;
  margin-right: 20px; }

.mfp-figure::after {
  box-shadow: none;
  background: none; }

.popup-nav-vasen-nuoli {
  background: url("/templates/solaris2016/img/popup/nuoli_vasen.png") no-repeat center center;
  background-size: 60%;
  width: 15px;
  height: 96px;
  min-width: 10px; }

.popup-nav-oikea-nuoli {
  background: url("/templates/solaris2016/img/popup/nuoli_oikea.png") no-repeat center center;
  background-size: 60%;
  width: 15px;
  height: 96px;
  min-width: 10px; }

.language-icon {
  text-align: center;
  padding: 2px;
  border: 1px solid white;
  color: white;
  width: 24px;
  font-size: 12px;
  height: 24px;
  /* background-color: rgba(99, 107, 115, 0.75); */
  font-weight: 400;
  letter-spacing: 0.02em; }

.language-link {
  color: white; }

.language-link:hover {
  background-color: rgba(255, 255, 255, 0.25);
  text-decoration: none; }

.language-link:active, .language-link:focus {
  text-decoration: none;
  color: white; }

.language-popup {
  position: absolute;
  right: 0px;
  top: 24px; }

.language-popup-flex {
  display: flex;
  flex-direction: column; }

.language-popup-flex .language-icon {
  border-top: 0px solid white; }

.language-popup-flex .language-link {
  background-color: rgba(99, 107, 115, 0.75); }

.language-popup-flex .language-link:hover {
  background-color: rgba(255, 255, 255, 0.5); }

#menu-extra-container-mobile .main-nav-language-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  #menu-extra-container-mobile .main-nav-language-container .use-language-popup {
    display: none; }
  #menu-extra-container-mobile .main-nav-language-container .language-link {
    width: auto; }
  #menu-extra-container-mobile .main-nav-language-container .language-link:last-of-type {
    margin-right: 0px;
    padding-right: 0px; }

@media (min-width: 0px) {
  #menu-extra-container-mobile .language-icon {
    width: 33px;
    height: 33px;
    background-color: white;
    color: #636b73;
    text-align: center;
    padding-top: 8px; }

  .main-nav-language-container {
    width: 250px;
    margin: 0 auto;
    text-align: left; }

  .main-nav-language-container .language-link {
    width: 24px;
    display: inline-block; }

  .use-language-popup {
    float: left;
    /* used to test if popup should be used */ } }
@media (min-width: 992px) {
  .main-nav-language-container > a.language-link {
    display: none; }

  .main-nav-language-container > a.language-link.current {
    display: block; }

  .main-nav-language-container {
    width: auto;
    margin: 0px 0px;
    text-align: left;
    float: left; }

  .use-language-popup {
    float: right;
    /* used to test if popup should be used */ } }
.search-animation-container {
  position: relative; }

.main-nav-search-container {
  position: absolute;
  top: -8px;
  margin: 0px;
  right: 10px;
  width: 217px;
  height: 38px; }
  .main-nav-search-container .form-group {
    margin: 0px; }
  .main-nav-search-container .search-opened-button {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer; }
  .main-nav-search-container #search-searchword {
    border: 1px solid white;
    margin: 0px;
    width: 178px;
    height: 38px;
    float: left; }

.mobile-go-back-up-button {
  display: block;
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1000; }
  .mobile-go-back-up-button img {
    width: 50px; }

@media (min-width: 0px) {
  .page-layout.layout-fullwidth blockquote {
    background-image: url("../img/quote_turquoise.png");
    background-position: 20px 0px;
    background-repeat: no-repeat;
    border-left: 0px solid transparent;
    background-size: 40px;
    padding-top: 45px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-left: 2px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    padding-left: 14px;
    padding-right: 14px; }
  .page-layout.layout-fullwidth .full-bg-for-quote.white-text-version {
    background-color: #63d9d3;
    background-image: url("../img/turquoise_pattern.jpg"); }
  .page-layout.layout-fullwidth .full-bg-for-quote.white-text-version .simple-markup {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 5px; }
  .page-layout.layout-fullwidth .full-bg-for-quote.gray-text-version .simple-markup {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-bottom: 1px; }
  .page-layout.layout-fullwidth .full-bg-for-quote.white-text-version blockquote {
    background-image: url("../img/quote_white.png");
    color: white; } }
@media (min-width: 992px) {
  .page-layout.layout-fullwidth blockquote {
    background-image: url("../img/quote_turquoise.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: initial;
    padding-top: 20px;
    margin-bottom: 45px;
    padding-bottom: 0px;
    margin-top: 15px;
    margin-top: 30px;
    padding-left: 2px;
    border-left: 0px solid transparent;
    color: black;
    font-weight: 300;
    font-size: 25px;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    min-height: 70px;
    margin-left: 5%;
    margin-right: 5%; }
  .page-layout.layout-fullwidth .full-bg-for-quote.white-text-version {
    margin-top: 65px; }
  .page-layout.layout-fullwidth .full-bg-for-quote.gray-text-version {
    margin-top: 0px; }
  .page-layout.layout-fullwidth .full-bg-for-quote.white-text-version .simple-markup {
    padding-top: 20px;
    padding-bottom: 30px; }
  .page-layout.layout-fullwidth .full-bg-for-quote.gray-text-version .simple-markup {
    padding-top: 1px;
    padding-bottom: 30px; } }
@media (min-width: 1140px) {
  .page-layout.layout-fullwidth blockquote {
    margin-left: 3%;
    margin-right: 3%; } }
@media (min-width: 1419px) {
  .page-layout.layout-fullwidth blockquote {
    margin-left: 0%;
    margin-right: 0%; } }
lomake {
  display: block; }
  lomake .lomake-bg lomake-textbox-container .lomake-textbox {
    width: 100%;
    padding: 40px 20px 30px 20px;
    position: relative; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox h3 {
      margin-top: 0px;
      padding-top: 0px;
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 20px;
      border-bottom: solid 3px #63d9d3;
      padding-bottom: 15px;
      margin-bottom: 25px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox .lomake-textbox-text {
      color: white;
      font-weight: bold; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox input, lomake .lomake-bg lomake-textbox-container .lomake-textbox textarea {
      width: 100%; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox input {
      height: 40px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio {
      display: block;
      margin-bottom: 12px;
      font-size: 14px; }
      lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio .selite {
        margin-bottom: 5px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio.about textarea {
      height: 123px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-send {
      margin-top: 25px;
      height: 48px;
      font-weight: 800;
      font-size: 20px;
      letter-spacing: 1.2px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-send:after {
      content: url("../img/btn-arrow.png"); }

@media (min-width: 0px) {
  lomake .lomake-bg lomake-textbox-container {
    display: block; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox {
      background: url("../img/lomake_bg.png"); }
      lomake .lomake-bg lomake-textbox-container .lomake-textbox textarea, lomake .lomake-bg lomake-textbox-container .lomake-textbox input {
        border-style: none;
        border-color: transparent;
        overflow: auto;
        color: black; }
      lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio {
        color: white;
        font-weight: 400; }
      lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio.email.error input {
        background-color: pink; }
      lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-send {
        display: block;
        background: #63d9d3;
        text-align: center;
        padding: 10px;
        text-transform: uppercase;
        font-size: 20px;
        color: white; } }
@media (min-width: 768px) {
  lomake .lomake-bg lomake-textbox-container .lomake-textbox {
    width: 100%;
    padding: 0px;
    position: relative;
    height: 450px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox h3 {
      margin-top: 0px;
      padding-top: 0px;
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 25px;
      border-bottom: solid 3px #63d9d3;
      padding-bottom: 15px;
      margin-bottom: 25px;
      width: 620px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox .lomake-textbox-text {
      color: white;
      font-weight: bold;
      width: 620px;
      height: 80px;
      overflow: hidden; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox input {
      width: 295px;
      height: 40px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio {
      display: block;
      position: absolute;
      font-size: 14px; }
      lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio .selite {
        margin-bottom: 5px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox .lomake-textbox-header {
      position: absolute;
      top: 30px;
      right: 133px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox .lomake-textbox-text {
      position: absolute;
      top: 100px;
      right: 133px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio.about {
      top: 175px;
      right: 453px;
      width: 300px; }
      lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio.about textarea {
        width: 295px;
        height: 123px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio.email {
      top: 347px;
      right: 453px;
      width: 300px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio.name {
      width: 295px;
      top: 175px;
      right: 133px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio.phone {
      width: 295px;
      top: 261px;
      right: 133px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-send {
      position: absolute;
      margin-top: 0px;
      font-weight: 400;
      top: 362px;
      right: 133px;
      width: 236px; }
    lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-send:after {
      display: none; } }
@media (min-width: 992px) {
  /* 953px */
  lomake {
    height: 670px; }
    lomake .lomake-bg {
      padding-top: 110px;
      padding-bottom: 110px; }
      lomake .lomake-bg lomake-textbox-container {
        margin-left: auto;
        margin-right: auto;
        width: 953px; }
        lomake .lomake-bg lomake-textbox-container .lomake-textbox {
          width: 890px;
          height: 450px;
          position: relative;
          padding-left: 140px;
          margin-left: -140px; }
          lomake .lomake-bg lomake-textbox-container .lomake-textbox h3 {
            margin-top: 0px;
            color: white;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 25px;
            border-bottom: solid 3px #63d9d3;
            padding-bottom: 15px;
            margin-bottom: 25px;
            width: 620px; }
          lomake .lomake-bg lomake-textbox-container .lomake-textbox .lomake-textbox-text {
            color: white;
            font-weight: bold;
            width: 620px;
            height: 80px;
            overflow: hidden; }
          lomake .lomake-bg lomake-textbox-container .lomake-textbox input {
            width: 295px;
            height: 40px; }
          lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio {
            display: block;
            position: absolute;
            font-size: 14px; }
            lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio .selite {
              margin-bottom: 5px; }
          lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio.about {
            top: 175px;
            right: 453px;
            width: 300px; }
            lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio.about textarea {
              width: 295px;
              height: 123px; }
          lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio.email {
            top: 347px;
            right: 453px;
            width: 300px; }
          lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio.name {
            width: 295px;
            top: 175px;
            right: 133px; }
          lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-osio.phone {
            width: 295px;
            top: 261px;
            right: 133px; }
          lomake .lomake-bg lomake-textbox-container .lomake-textbox lomake-send {
            position: absolute;
            top: 362px;
            right: 133px;
            width: 236px;
            height: 48px;
            /* text centering? */ } }
@media (min-width: 1140px) {
  /* 1100px */
  lomake .lomake-bg lomake-textbox-container {
    width: 1100px; } }
@media (min-width: 1419px) {
  /* 1140px */
  lomake .lomake-bg lomake-textbox-container {
    width: 1140px; } }
@media (min-width: 0px) {
  .kampanja-popup {
    display: block;
    position: relative;
    /* width: 295px;
    height: 375.3px; */
    max-width: 573px;
    margin-left: auto;
    margin-right: auto; }
    .kampanja-popup .kampanja-popup-img-desktop {
      display: none; }
    .kampanja-popup .kampanja-popup-img-mobile {
      display: block;
      /* width: 295px;
      height: 375.3px; */
      max-width: 100%; }
    .kampanja-popup .osallistu-desktop {
      display: none; }
    .kampanja-popup .osallistu-mobile {
      display: block;
      position: absolute;
      width: auto;
      height: 12%;
      right: 25%;
      bottom: 3.5%;
      left: 25%; }
    .kampanja-popup .mfp-close {
      background: url(../img/kampanja/sulje.png) no-repeat;
      position: absolute;
      width: 36px;
      height: 36px;
      background-size: contain;
      top: -18px;
      right: -13px;
      text-indent: -9999px;
      border-radius: 5px;
      opacity: 1 !important; }
    .kampanja-popup .mfp-close:hover, .kampanja-popup .mfp-close:focus {
      opacity: 0.85 !important; } }
@media (min-width: 992px) {
  .kampanja-popup {
    width: 820px;
    max-width: 820px;
    height: 490px;
    margin-left: auto;
    margin-right: auto; }
    .kampanja-popup .kampanja-popup-img-desktop {
      display: block; }
    .kampanja-popup .kampanja-popup-img-mobile {
      display: none; }
    .kampanja-popup .osallistu-desktop {
      display: block;
      position: absolute;
      width: 205px;
      height: 41px;
      right: 23px;
      bottom: 22px; }
    .kampanja-popup .osallistu-desktop:hover {
      background: rgba(255, 255, 255, 0.25); }
    .kampanja-popup .osallistu-mobile {
      display: none; } }
body.option-com_panorama {
  height: 100%; }
  body.option-com_panorama #content {
    height: 100%; }
  body.option-com_panorama .footer-container {
    display: none; }

.adcard-pricebox-linkbutton {
  background-color: #e6007e;
  color: #ffffff !important;
  text-align: center;
  display: block;
  padding: 5px 11px 5px 15px;
  font-weight: 900;
  font-size: 18px;
  margin-top: 12px;
  letter-spacing: 1.2px; }

.adcard-pricebox-linkbutton:after {
  content: url("../img/btn-arrow.png"); }

.adcard-pricebox-linkbutton:hover {
  color: #ffffff;
  text-decoration: none; }

.adcard-pricebox-linkbutton-large {
  width: 100%;
  display: block;
  padding: 5px;
  margin-top: 6px;
  /* background-image: url("../img/btn-arrow.png"); */
  background-repeat: no-repeat;
  background-position: 182px 14px; }

.jumbo-bigbutton {
  width: 100%;
  position: relative; }

.jumbo-bigbutton a:hover h2 {
  background-color: rgba(99, 217, 211, 0.74); }

.jumbo-bigbutton h2 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(99, 217, 211, 0.64);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

.jumbo-bigbutton h2 span {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300 !important;
  width: 100%; }

@media (min-width: 0px) {
  .jumbo-bigbutton {
    height: 177px; }

  .jumbo-bigbutton h2 {
    display: table;
    width: 90%;
    height: 80px; }

  .jumbo-bigbutton h2 span {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    line-height: 28px; } }
@media (min-width: 768px) {
  .jumbo-bigbutton {
    height: 352px; }

  .jumbo-bigbutton h2 {
    width: 745px;
    height: 120px; }

  .jumbo-bigbutton h2 span {
    vertical-align: middle;
    font-size: 23px; } }
.carousel_and_text .carousel-indicators {
    /* z-index: -10 !important; 
    	.jumbo-bigbutton a:hover {
}
.item a div {
		background-color: rgba(99, 217, 211, 0.74);
	}    

*/ }

.solaris-carousel > div > div.item.active > a > div:hover {
  background-color: rgba(99, 217, 211, 0.74); }

.carousel_and_text .carousel-inner > .item > img, .carousel_and_text .carousel-inner > .item > a > img {
  width: 100%;
  margin: auto; }
.carousel_and_text .carousel-caption {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(99, 217, 211, 0.64);
  padding: 0; }
  .carousel_and_text .carousel-caption span {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    width: 100%;
    text-shadow: none;
    padding: 0 10px; }
.carousel_and_text .carousel-control.left, .carousel_and_text .carousel-control.right {
  background-image: none; }
.carousel_and_text .arrow-right, .carousel_and_text .arrow-left {
  position: absolute;
  top: 50%;
  margin-top: -30px; }
.carousel_and_text .arrow-left {
  margin-left: -25px; }
.carousel_and_text .carousel-indicators {
  bottom: -5px; }
.carousel_and_text .carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.6); }
.carousel_and_text .carousel-indicators li,
.carousel_and_text .carousel-indicators li.active {
  width: 15px;
  height: 15px;
  margin: 1px;
  margin: 1px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 1px;
  border: 0px;
  border-radius: 3px; }
.carousel_and_text .carousel-indicators li.active {
  background-color: white; }
@media (min-width: 0px) {
  .carousel_and_text .carousel-inner > .item {
    height: 405px !important; }
  .carousel_and_text .arrow-right, .carousel_and_text .arrow-left {
    height: 30px;
    width: auto;
    margin-top: -15px; }
  .carousel_and_text .arrow-left {
    margin-left: -11px; }
  .carousel_and_text .carousel-caption {
    width: 80%;
    display: table;
    min-height: 60px; }
    .carousel_and_text .carousel-caption span {
      font-size: 16px;
      letter-spacing: 0.8px;
      padding: 10px;
      font-weight: 300;
      display: table-cell;
      vertical-align: middle; } }
@media (min-width: 641px) {
  .carousel_and_text .carousel-inner > .item {
    height: 630px !important; }
  .carousel_and_text .carousel-caption {
    height: 120px; }
  .carousel_and_text .arrow-right, .carousel_and_text .arrow-left {
    height: 61px;
    width: auto;
    margin-top: -30px; }
  .carousel_and_text .arrow-left {
    margin-left: -25px; } }
@media (min-width: 768px) {
  .carousel_and_text .carousel-caption {
    width: 550px; }
    .carousel_and_text .carousel-caption span {
      font-size: 23px; } }
@media (min-width: 992px) {
  .carousel_and_text .carousel-inner > .item {
    height: 630px !important; }
  .carousel_and_text .carousel-caption {
    width: 745px; } }
@media (min-width: 1140px) {
  .carousel_and_text .carousel-inner > .item {
    height: 630px !important; } }
@media (min-width: 1419px) {
  .carousel_and_text .carousel-inner > .item {
    height: 630px !important; } }

#grid8 {
  background-color: white;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  margin-bottom: 6%; }

#grid8 div {
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 0;
  float: left;
  display: inline-block; }

#grid8 span {
  position: absolute;
  top: 4px;
  right: 0;
  width: 125px;
  height: 125px;
  background-image: url("../img/8ball.png");
  background-repeat: no-repeat;
  padding: 50px 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center; }

#grid8 .grid8-ball-smaller-text {
  font-size: 12px; }

@media (min-width: 0px) {
  .grid-element {
    background-color: lightgray;
    width: 100%; }

  #grid8 {
    width: 100%; }
    #grid8 div {
      width: 280px;
      height: 280px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      display: block;
      background-color: #999;
      float: none; }
    #grid8 .grid8-row-1 {
      font-size: 14px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 600;
      margin: 0;
      paddding: 0; }
    #grid8 .grid8-row-2 {
      font-size: 14px;
      color: #ffffff;
      font-weight: 300;
      margin: 0;
      padding: 1px 0 2px 0; }
    #grid8 .grid8-row-3 {
      font-size: 14px;
      color: #ffffff;
      font-weight: 300;
      margin: 0;
      paddding: 0; }
    #grid8 .grid8-row-3.third-line-bold {
      font-weight: 600; }
    #grid8 section {
      position: absolute;
      bottom: 20px;
      width: 100%;
      height: auto;
      padding: 13px; } }
@media (min-width: 481px) and (max-width: 640px) {
  #grid8 {
    width: 100%; }
    #grid8 div {
      width: 280px;
      height: 280px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      display: block;
      background-color: #999;
      float: none; }
    #grid8 .grid8-row-1 {
      font-size: 14px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 600;
      margin: 0;
      paddding: 0; }
    #grid8 .grid8-row-2 {
      font-size: 14px;
      color: #ffffff;
      font-weight: 300;
      margin: 0;
      padding: 1px 0 2px 0; }
    #grid8 .grid8-row-3 {
      font-size: 14px;
      color: #ffffff;
      margin: 0;
      paddding: 0; }
    #grid8 section {
      position: absolute;
      bottom: 20px;
      width: 100%;
      height: auto;
      padding: 13px; } }
@media (min-width: 641px) {
  #grid8 {
    width: 100%; }
    #grid8 div {
      width: 280px;
      height: 280px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      display: block;
      background-color: #999;
      float: none; }
    #grid8 .grid8-row-1 {
      font-size: 14px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 600;
      margin: 0;
      paddding: 0; }
    #grid8 .grid8-row-2 {
      font-size: 14px;
      color: #ffffff;
      font-weight: 300;
      margin: 0;
      padding: 1px 0 2px 0; }
    #grid8 .grid8-row-3 {
      font-size: 14px;
      color: #ffffff;
      margin: 0;
      paddding: 0; }
    #grid8 section {
      position: absolute;
      bottom: 20px;
      width: 100%;
      height: auto;
      padding: 13px; } }
@media (min-width: 768px) {
  #grid8 {
    width: 768px; }
    #grid8 div {
      width: 353px;
      height: 353px;
      margin-left: 21px !important;
      margin-bottom: 23px;
      background-color: #999;
      float: left; }
    #grid8 div:nth-child(2n + 1) {
      margin-left: 0; }
    #grid8 div:nth-child(n+7) {
      margin-bottom: 0; }
    #grid8 .grid8-row-1 {
      font-size: 14px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 600;
      margin: 0;
      padding: 0; }
    #grid8 .grid8-row-2 {
      font-size: 14px;
      color: #ffffff;
      font-weight: 300;
      margin: 0;
      padding: 1px 0 2px 0; }
    #grid8 .grid8-row-3 {
      font-size: 14px;
      color: #ffffff;
      margin: 0;
      padding: 0; }
    #grid8 section {
      position: absolute;
      bottom: 20px;
      width: 100%;
      height: auto;
      padding: 13px; } }
@media (min-width: 992px) {
  #grid8 {
    width: 953px; }
    #grid8 div {
      width: 227px;
      height: 227px;
      margin-left: 15px !important;
      margin-bottom: 15px;
      background-color: #999;
      float: left; }
    #grid8 div:nth-child(4n + 1) {
      margin-left: 0 !important; }
    #grid8 div:nth-child(n+5) {
      margin-bottom: 0; }
    #grid8 .grid8-row-1 {
      font-size: 13px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 600;
      margin: 0;
      padding: 0; }
    #grid8 .grid8-row-2 {
      font-size: 13px;
      color: #ffffff;
      font-weight: 300;
      margin: 0;
      padding: 1px 0 2px 0; }
    #grid8 .grid8-row-3 {
      font-size: 13px;
      color: #ffffff;
      margin: 0;
      padding: 0; }
    #grid8 section {
      position: absolute;
      bottom: 20px;
      width: 100%;
      height: auto;
      padding: 10px; } }
@media (min-width: 1140px) {
  #grid8 {
    width: 1100px;
    margin-bottom: 95px; }
    #grid8 div {
      width: 262px;
      height: 262px;
      margin-left: 17px !important;
      margin-bottom: 17px;
      background-color: #999;
      float: left; }
    #grid8 div:nth-child(4n + 1) {
      margin-left: 0 !important; }
    #grid8 div:nth-child(n+5) {
      margin-bottom: 0; }
    #grid8 .grid8-row-1 {
      font-size: 14px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 600;
      margin: 0;
      padding: 0; }
    #grid8 .grid8-row-2 {
      font-size: 14px;
      color: #ffffff;
      font-weight: 300;
      margin: 0;
      padding: 1px 0 2px 0; }
    #grid8 .grid8-row-3 {
      font-size: 14px;
      color: #ffffff;
      margin: 0;
      padding: 0; }
    #grid8 section {
      position: absolute;
      bottom: 20px;
      width: 100%;
      height: auto;
      padding: 13px; } }
@media (min-width: 1419px) {
  #grid8 {
    width: 1139px; }
    #grid8 div {
      width: 270px;
      height: 270px;
      margin-left: 20px !important;
      margin-bottom: 20px;
      background-color: #999;
      float: left; }
    #grid8 div:nth-child(4n + 1) {
      margin-left: 0 !important;
      width: 269px; }
    #grid8 div:nth-child(n+5) {
      margin-bottom: 0; }
    #grid8 .grid8-row-1 {
      font-size: 14px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 600;
      margin: 0;
      padding: 0; }
    #grid8 .grid8-row-2 {
      font-size: 14px;
      color: #ffffff;
      font-weight: 300;
      margin: 0;
      padding: 1px 0 2px 0; }
    #grid8 .grid8-row-3 {
      font-size: 14px;
      color: #ffffff;
      margin: 0;
      padding: 0; }
    #grid8 section {
      position: absolute;
      bottom: 20px;
      width: 100%;
      height: auto;
      padding: 13px; } }
.jumbo-icons3 {
  background-color: #fff;
  margin: 0 auto;
  /* overflow:auto; */
  overflow: hidden;
  /* padding:20px 0 30px 0;*/
  padding: 0px; }

.icon-container h3 {
  margin: 0;
  padding: 0; }

@media (min-width: 0px) {
  .jumbo-icons3 {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px; }

  .icon-container {
    width: 100%; }
    .icon-container img {
      float: left; }
    .icon-container a {
      text-decoration: none;
      color: #636b73 !important; }
    .icon-container a:hover {
      text-decoration: none; }
    .icon-container div {
      float: left;
      display: table;
      height: 91px; }
      .icon-container div h3 {
        color: #636b73;
        padding: 0 0 0 24px;
        font-size: 14px;
        line-height: 21px;
        color: #47535b;
        font-weight: 600;
        max-width: 170px;
        word-wrap: true;
        display: table-cell;
        vertical-align: middle; }

  .jumbo-icons3 div:not(:last-child) {
    margin-bottom: 24px; } }
@media (min-width: 321px) and (max-width: 480px) {
  .icon-container div {
    max-width: 190px; } }
@media (min-width: 481px) and (max-width: 640px) {
  .icon-container div {
    max-width: 300px; } }
@media (min-width: 768px) {
  .jumbo-icons3 {
    width: 728x;
    margin-top: 80px;
    margin-bottom: 70px; }

  .icon-container {
    float: left;
    text-align: center;
    width: 33.3333333%;
    border-right: 1px solid rgba(128, 128, 128, 0.15); }
    .icon-container img {
      float: none; }
    .icon-container a {
      text-decoration: none;
      color: #636b73 !important; }
    .icon-container a:hover {
      text-decoration: none; }
    .icon-container div {
      float: none;
      height: auto; }
      .icon-container div h3 {
        padding: 25px 40px 0 40px;
        max-width: 100%;
        font-size: 18px;
        line-height: 27px; }

  .icon-container:last-child {
    border-right: 0px solid transparent; }

  .jumbo-icons3 div.title-container {
    margin-bottom: 0 !important;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 992px) {
  .jumbo-icons3 {
    width: 953px; } }
@media (min-width: 1140px) {
  .jumbo-icons3 {
    width: 1100x; } }
@media (min-width: 1419px) {
  .jumbo-icons3 {
    width: 1140px; } }
.jumbo_imagetext_with_padding {
  background-color: white;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 0 0 0 0; }

@media (min-width: 0px) {
  .jumbo_imagetext_with_padding {
    width: 90%; }
    .jumbo_imagetext_with_padding .jitwp_image {
      width: 100%;
      float: none; }
      .jumbo_imagetext_with_padding .jitwp_image img {
        width: 100%;
        height: auto; }
    .jumbo_imagetext_with_padding .jitwp_text {
      width: 100%;
      float: none;
      padding: 20px 0 0 0; }
    .jumbo_imagetext_with_padding .jitwp_text h3 {
      margin: 0;
      padding: 0;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1px;
      color: #636b73;
      line-height: 22px; }
    .jumbo_imagetext_with_padding .jitwp_text p {
      font-size: 13px;
      color: #636b73;
      font-weight: 400;
      line-height: 22px;
      padding: 24px 0 20px 0;
      display: block;
      letter-spacing: 0.1px; }
    .jumbo_imagetext_with_padding .jitwp_text a {
      min-width: 148px;
      background-color: #63d9d3;
      padding: 10px 29px;
      color: #ffffff;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 0.2px;
      font-weight: 500;
      display: inline-block;
      box-sizing: border-box;
      margin-left: 50%;
      transform: translateX(-50%); }
    .jumbo_imagetext_with_padding .jitwp_text a:hover {
      text-decoration: none; } }
@media (min-width: 321px) and (max-width: 480px) {
  .jumbo_imagetext_with_padding {
    width: 90%; }
    .jumbo_imagetext_with_padding .jitwp_image {
      width: 100%;
      float: none; }
      .jumbo_imagetext_with_padding .jitwp_image img {
        width: 100%;
        height: auto; }
    .jumbo_imagetext_with_padding .jitwp_text {
      width: 100%;
      float: none;
      padding: 20px 0 0 0; } }
@media (min-width: 481px) and (max-width: 640px) {
  .jumbo_imagetext_with_padding {
    width: 90%; }
    .jumbo_imagetext_with_padding .jitwp_image {
      width: 100%;
      float: none; }
      .jumbo_imagetext_with_padding .jitwp_image img {
        width: 100%;
        height: auto; }
    .jumbo_imagetext_with_padding .jitwp_text {
      width: 100%;
      float: none;
      padding: 20px 0 0 0; } }
@media (min-width: 641px) {
  .jumbo_imagetext_with_padding {
    width: 90%; }
    .jumbo_imagetext_with_padding .jitwp_image {
      width: 100%;
      float: none; }
      .jumbo_imagetext_with_padding .jitwp_image img {
        width: 100%;
        height: auto; }
    .jumbo_imagetext_with_padding .jitwp_text {
      width: 100%;
      float: none;
      padding: 20px 0 0 0; } }
@media (min-width: 768px) {
  .jumbo_imagetext_with_padding {
    width: 728px; }
    .jumbo_imagetext_with_padding .jitwp_image {
      width: 100%;
      float: none; }
      .jumbo_imagetext_with_padding .jitwp_image img {
        width: 100%;
        height: auto; }
    .jumbo_imagetext_with_padding .jitwp_text {
      width: 100%;
      float: none;
      padding: 20px 0 0 0; } }
@media (min-width: 1140px) {
  .jumbo_imagetext_with_padding {
    width: 1100px; }
    .jumbo_imagetext_with_padding .jitwp_image {
      width: 721px;
      width: 54%;
      float: left; }
      .jumbo_imagetext_with_padding .jitwp_image img {
        width: 100%;
        height: auto; }
    .jumbo_imagetext_with_padding .jitwp_text {
      width: 341px;
      width: 45%;
      float: left;
      padding: 0 0 0 35px;
      height: 280px;
      position: relative; }
    .jumbo_imagetext_with_padding .jitwp_text h3 {
      margin: 0;
      padding: 0;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1px;
      color: #636b73;
      line-height: 24px; }
    .jumbo_imagetext_with_padding .jitwp_text p {
      font-size: 17px;
      color: #636b73;
      font-weight: 300;
      line-height: 28px;
      padding: 30px 0 35px 0;
      display: block;
      letter-spacing: 0.1px; }
    .jumbo_imagetext_with_padding .jitwp_text a {
      background-color: #63d9d3;
      padding: 10px 29px;
      color: #ffffff;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 0.2px;
      font-weight: 500;
      box-sizing: padding-box;
      position: absolute;
      bottom: 0px;
      margin-left: 0;
      transform: none; }
    .jumbo_imagetext_with_padding .jitwp_text a:hover {
      text-decoration: none; } }
@media (min-width: 1419px) {
  .jumbo_imagetext_with_padding {
    width: 1139px;
    margin-top: 95px;
    margin-bottom: 95px; }
    .jumbo_imagetext_with_padding .jitwp_image {
      width: 746px;
      float: left; }
      .jumbo_imagetext_with_padding .jitwp_image img {
        width: 746px;
        height: auto; }
    .jumbo_imagetext_with_padding .jitwp_text {
      float: left;
      /* width:353px; */
      width: 393px;
      padding: 0 0 0 40px;
      height: 352px;
      position: relative; } }
.jumbo-doublerow-imagetext {
  /* padding:50px 0; */
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #63d9d3;
  background-image: url("../img/turquoise_pattern.jpg"); }

.doublerow-image-part .image-container {
  background-size: cover; }

@media (min-width: 0px) {
  .doublerow-image-container-for-desktop {
    display: none; }

  .doublerow-image-container-for-mobile {
    display: block; }

  .doublerow-image-part .image-container {
    height: 191px;
    width: 100%;
    float: none; }

  .doublerow-btn {
    padding: 9px 27px;
    border: solid 1px #ffffff;
    color: #ffffff;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto; }

  .doublerow-btn:hover {
    text-decoration: none;
    color: #ffffff; }

  .doublerow-text-part {
    padding: 30px 20px 110px 20px;
    float: none;
    width: 100%;
    position: relative; }
    .doublerow-text-part h3 {
      text-transform: uppercase;
      letter-spacing: 0.011em;
      font-size: 14px;
      color: #ffffff;
      font-weight: 400;
      line-height: 31px;
      margin: 0 0 20px 0;
      padding: 0; }
    .doublerow-text-part p {
      font-size: 14px;
      color: #ffffff;
      font-weight: 400;
      letter-spacing: 0.011em;
      margin: 0;
      padding: 0;
      line-height: 27px; } }
@media (min-width: 992px) {
  .doublerow-text-part {
    padding: 30px 20px 110px 20px;
    float: none;
    width: 100%;
    position: relative; }
    .doublerow-text-part h3 {
      text-transform: uppercase;
      letter-spacing: 1.2px;
      font-size: 23px;
      color: #ffffff;
      font-weight: 400;
      line-height: 31px;
      margin: 0 0 30px 0;
      padding: 0; }
    .doublerow-text-part p {
      font-size: 18px;
      color: #ffffff;
      font-weight: 400;
      letter-spacing: 1.1px;
      margin: 0;
      padding: 0;
      letter-spacing: 1.1px;
      line-height: 27px; }

  .doublerow-btn {
    border: solid 2px #ffffff; }

  .doublerow-image-container-for-desktop {
    display: block; }

  .doublerow-image-container-for-mobile {
    display: none; }

  .doublerow-image-part .image-container {
    height: 490px;
    float: left;
    width: 60%; }

  .doublerow-text-part {
    height: 490px;
    float: left;
    width: 40%;
    padding: 50px 50px 0 50px; }
    .doublerow-text-part p {
      font-size: 16px; }

  .doublerow-btn {
    bottom: 50px;
    left: 50px;
    transform: none; } }
@media (min-width: 1140px) {
  .doublerow-image-part .image-container {
    height: 450px;
    float: left;
    width: 60%; }

  .doublerow-text-part {
    height: 450px;
    float: left;
    width: 40%;
    padding: 50px 35px 0 50px; }
    .doublerow-text-part p {
      font-size: 18px;
      line-height: 29px; } }
@media (min-width: 1419px) {
  .text-container-left {
    width: 353px;
    float: right; }

  .text-container-right {
    width: 353px;
    float: left; }

  .doublerow-image-part .image-container {
    height: 525px;
    float: left;
    width: 60%; }

  .doublerow-text-left {
    padding: 70px 40px 0 0; }
    .doublerow-text-left .doublerow-btn {
      position: static;
      display: inline-block;
      margin-top: 30px; }

  .doublerow-text-right {
    padding: 70px 0 0 40px; }
    .doublerow-text-right .doublerow-btn {
      position: static;
      display: inline-block;
      margin-top: 30px; }

  .doublerow-text-part {
    height: 525px;
    float: left;
    width: 40%; } }
.insta-feed-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }

@media (min-width: 0px) {
  .sidebar-imgtextlink {
    position: relative;
    width: 100%;
    height: 181px;
    margin-bottom: 15px; }

  .sidebar-imgtext-overlay-area {
    position: absolute;
    width: 100%;
    height: 86px;
    bottom: 0;
    left: 0;
    background-color: rgba(99, 217, 211, 0.64);
    height: auto; }
    .sidebar-imgtext-overlay-area h3 {
      font-weight: 800;
      font-size: 17px;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      padding: 12px 0 0 0;
      margin: 0;
      letter-spacing: 0.6px; }
    .sidebar-imgtext-overlay-area a {
      font-weight: 700;
      font-size: 12px;
      color: white;
      text-align: center;
      display: block;
      margin: 10px 0;
      letter-spacing: 1.1px; }
      .sidebar-imgtext-overlay-area a span {
        border: solid 1px #ffffff;
        padding: 7px 39px;
        display: inline-block; } }
@media (min-width: 1140px) {
  .sidebar-imgtextlink {
    position: relative;
    width: 100%;
    height: 225px;
    margin-bottom: 15px; }

  .sidebar-imgtext-overlay-area {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(99, 217, 211, 0.64); }
    .sidebar-imgtext-overlay-area h3 {
      font-weight: 800;
      font-size: 21px;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      padding: 15px 0 0 0;
      margin: 0;
      letter-spacing: 0.6px; }
    .sidebar-imgtext-overlay-area a {
      font-weight: 700;
      font-size: 15px;
      color: white;
      text-align: center;
      display: block;
      margin: 15px 0;
      letter-spacing: 1.3px; }
      .sidebar-imgtext-overlay-area a span {
        border: solid 2px #ffffff;
        padding: 9px 39px;
        display: inline-block; } }
@media (min-width: 0px) {
  .sidebar-imgtextlinkextra {
    width: 100%;
    height: 343px;
    margin-bottom: 15px; }

  .sidebar-imgtextlinkextra-top {
    width: 100%;
    min-height: 200px; }
    .sidebar-imgtextlinkextra-top h3 {
      background-color: rgba(99, 217, 211, 0.64);
      font-weight: 800;
      font-size: 17px;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      padding: 18px 0;
      margin: 0;
      letter-spacing: 0.6px; }

  .sidebar-imgtextlinkextra-bottom {
    background-image: url("../img/turquoise_pattern.jpg");
    padding: 15px 0 20px 0; }
    .sidebar-imgtextlinkextra-bottom p {
      font-weight: 700;
      font-size: 13px;
      color: white;
      text-align: center;
      letter-spacing: 0.6px; }
    .sidebar-imgtextlinkextra-bottom a {
      font-weight: 700;
      font-size: 12px;
      color: white;
      text-align: center;
      display: block;
      margin: 20px 0 0 0;
      letter-spacing: 1.1px; }
      .sidebar-imgtextlinkextra-bottom a span {
        border: solid 1px #ffffff;
        padding: 7px 39px;
        display: inline-block; } }
@media (min-width: 1140px) {
  .sidebar-imgtextlinkextra {
    width: 100%;
    height: auto;
    margin-bottom: 15px; }

  .sidebar-imgtextlinkextra-top {
    width: 100%;
    min-height: 200px; }
    .sidebar-imgtextlinkextra-top h3 {
      background-color: rgba(99, 217, 211, 0.64);
      font-weight: 800;
      font-size: 21px;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      padding: 18px 0;
      margin: 0;
      letter-spacing: 0.6px; }

  .sidebar-imgtextlinkextra-bottom {
    background-image: url("../img/turquoise_pattern.jpg");
    padding: 25px 0; }
    .sidebar-imgtextlinkextra-bottom p {
      font-weight: 700;
      font-size: 16px;
      color: white;
      text-align: center;
      letter-spacing: 0.6px; }
    .sidebar-imgtextlinkextra-bottom a {
      font-weight: 700;
      font-size: 15px;
      color: white;
      text-align: center;
      display: block;
      margin: 15px 0;
      letter-spacing: 1.3px; }
      .sidebar-imgtextlinkextra-bottom a span {
        border: solid 2px #ffffff;
        padding: 9px 39px;
        display: inline-block; } }
@media (min-width: 0px) {
  .sidebar-readmore {
    padding: 45px 0;
    width: 100%;
    background-image: url("../img/turquoise_pattern.jpg");
    margin-bottom: 15px;
    height: 179px; }
    .sidebar-readmore h3 {
      font-weight: 800;
      font-size: 17px;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      padding: 0;
      margin: 0;
      letter-spacing: 0.6px;
      line-height: 27px; }
    .sidebar-readmore a {
      font-weight: 700;
      font-size: 12px;
      color: white;
      text-align: center;
      display: block;
      margin: 22px 0 0 0;
      letter-spacing: 1.1px; }
      .sidebar-readmore a span {
        border: solid 1px #ffffff;
        padding: 7px 39px;
        display: inline-block; } }
@media (min-width: 1140px) {
  .sidebar-readmore {
    padding: 45px 0;
    width: 100%;
    background-image: url("../img/turquoise_pattern.jpg");
    margin-bottom: 15px;
    height: auto; }
    .sidebar-readmore h3 {
      font-weight: 800;
      font-size: 21px;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      padding: 0;
      margin: 0;
      letter-spacing: 0.6px; }
    .sidebar-readmore a {
      font-weight: 700;
      font-size: 15px;
      color: white;
      text-align: center;
      display: block;
      margin: 15px 0;
      letter-spacing: 1.3px; }
      .sidebar-readmore a span {
        border: solid 2px #ffffff;
        padding: 9px 39px;
        display: inline-block; } }
.sidebar-imagegroup {
  width: 100%;
  margin-bottom: 15px; }

.sidebar-imagegroup-imagecontainer img {
  width: 100%;
  height: auto;
  margin-bottom: 12px; }

.sidebar-imagegroup-imagecontainer img.sidebar-imagegroup-img-original {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-text-red {
  background-color: rgba(230, 0, 126, 0.55) !important; }

.back-color-red {
  background-image: url("../img/purple_pattern.jpg"); }

.back-color-blue {
  background-image: url("../img/turquoise_pattern.jpg"); }

.sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-text-blue {
  background-color: rgba(99, 217, 211, 0.64); }

@media (min-width: 0px) {
  .sidebar-salmiakki {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 15px; }

  .sidebar-salmiakki-img {
    width: 300px;
    height: 300px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-img {
    width: 300px;
    height: 300px;
    position: relative; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-inner {
    width: 300px;
    height: 300px;
    transform: rotate(-45deg) translateY(-74px);
    overflow: hidden; }

  .sidebar-salmiakki-cssmethod-rotate .diamond {
    transform: rotate(45deg);
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    z-index: 20; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-outer {
    position: relative;
    margin-left: 42px;
    overflow: visible;
    margin-top: 35px;
    margin-bottom: 60px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-text {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 105px; }
    .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-text h3 {
      margin-top: 10px;
      text-transform: uppercase;
      padding: 0 20px;
      font-weight: 800;
      font-size: 22px;
      color: #ffffff;
      text-align: center;
      line-height: 27px;
      width: 95%;
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      margin: 0px; }

  .sidebar-salmiakki-cssmethod-rotate .back-color {
    position: absolute;
    width: 210px;
    height: 210px;
    top: 0px;
    border-radius: 20px;
    z-index: -1;
    left: -2px; } }
@media (min-width: 321px) and (max-width: 480px) {
  .sidebar-salmiakki {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 15px; }

  .sidebar-salmiakki-img {
    width: 300px;
    height: 300px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-img {
    width: 300px;
    height: 300px;
    position: relative; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-inner {
    width: 300px;
    height: 300px;
    transform: rotate(-45deg) translateY(-74px);
    overflow: hidden; }

  .sidebar-salmiakki-cssmethod-rotate .diamond {
    transform: rotate(45deg);
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    z-index: 20; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-outer {
    position: relative;
    margin-left: 52px;
    overflow: visible;
    margin-top: 35px;
    margin-bottom: 60px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-text {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 105px; }

  .sidebar-salmiakki-cssmethod-rotate .back-color {
    position: absolute;
    width: 210px;
    height: 210px;
    top: 0px;
    border-radius: 20px;
    z-index: -1;
    left: -2px; } }
@media (min-width: 481px) and (max-width: 640px) {
  .sidebar-salmiakki {
    width: 355px;
    height: 355px;
    overflow: hidden;
    margin: 0 auto; }

  .sidebar-salmiakki-img {
    width: 355px;
    height: 355px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-img {
    width: 355px;
    height: 355px;
    position: relative; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-inner {
    width: 355px;
    height: 355px;
    transform: rotate(-45deg) translateY(-74px);
    overflow: hidden; }

  .sidebar-salmiakki-cssmethod-rotate .diamond {
    transform: rotate(45deg);
    overflow: hidden;
    width: 255px;
    height: 255px;
    border-radius: 20px;
    z-index: 20; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-outer {
    position: relative;
    margin-left: 52px;
    overflow: visible;
    margin-top: 52px;
    margin-bottom: 60px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-text {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 125px; }

  .sidebar-salmiakki-cssmethod-rotate .back-color {
    position: absolute;
    width: 260px;
    height: 260px;
    top: 0px;
    border-radius: 20px;
    z-index: -1;
    left: -2px; } }
@media (min-width: 641px) {
  .sidebar-salmiakki {
    width: 355px;
    height: 355px;
    overflow: hidden;
    margin: 0 auto; }

  .sidebar-salmiakki-img {
    width: 355px;
    height: 355px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-img {
    width: 355px;
    height: 355px;
    position: relative; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-inner {
    width: 355px;
    height: 355px;
    transform: rotate(-45deg) translateY(-74px);
    overflow: hidden; }

  .sidebar-salmiakki-cssmethod-rotate .diamond {
    transform: rotate(45deg);
    overflow: hidden;
    width: 255px;
    height: 255px;
    border-radius: 20px;
    z-index: 20; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-outer {
    position: relative;
    margin-left: 52px;
    overflow: visible;
    margin-top: 47px;
    margin-bottom: 60px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-text {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 125px; }

  .sidebar-salmiakki-cssmethod-rotate .back-color {
    position: absolute;
    width: 260px;
    height: 260px;
    top: 0px;
    border-radius: 20px;
    z-index: -1;
    left: -2px; } }
@media (min-width: 768px) {
  .sidebar-salmiakki {
    width: 193px;
    height: 193px;
    overflow: hidden;
    margin-bottom: 15px; }

  .sidebar-salmiakki-img {
    width: 193px;
    height: 193px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-img {
    width: 193px;
    height: 193px;
    position: relative; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-inner {
    width: 185px;
    height: 185px;
    transform: rotate(-45deg) translateY(-30px);
    overflow: hidden; }

  .sidebar-salmiakki-cssmethod-rotate .diamond {
    transform: rotate(45deg);
    overflow: hidden;
    width: 140px;
    height: 140px;
    border-radius: 20px;
    z-index: 20; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-outer {
    position: relative;
    margin-left: 25px;
    overflow: visible;
    margin-top: 21px;
    margin-bottom: 0px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-text {
    width: 100%;
    height: 90px;
    position: absolute;
    top: 45px; }
    .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-text h3 {
      font-size: 16px; }

  .sidebar-salmiakki-cssmethod-rotate .back-color {
    position: absolute;
    width: 149px;
    height: 149px;
    top: 0px;
    border-radius: 20px;
    z-index: -1;
    left: -2px; } }
@media (min-width: 992px) {
  .sidebar-salmiakki {
    width: 280px;
    height: 280px;
    overflow: hidden;
    margin-bottom: 15px; }

  .sidebar-salmiakki-img {
    width: 308px;
    height: 308px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-img {
    width: 308px;
    height: 308px;
    position: relative; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-inner {
    width: 308px;
    height: 308px;
    transform: rotate(-45deg) translateY(-74px);
    overflow: hidden; }

  .sidebar-salmiakki-cssmethod-rotate .diamond {
    transform: rotate(45deg);
    overflow: hidden;
    width: 198.8px;
    height: 198.8px;
    border-radius: 20px;
    z-index: 20; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-outer {
    position: relative;
    margin-left: 40.88px;
    overflow: visible;
    margin-top: 40.88px;
    margin-bottom: 0px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-text {
    width: 100%;
    height: 84px;
    position: absolute;
    top: 112px; }
    .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-text h3 {
      font-size: 18px; }

  .sidebar-salmiakki-cssmethod-rotate .back-color {
    position: absolute;
    width: 204.96px;
    height: 204.96px;
    top: 0px;
    border-radius: 20px;
    z-index: -1;
    left: -2px; } }
@media (min-width: 1140px) {
  .sidebar-salmiakki {
    width: 355px;
    height: 355px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-left: -10px; }

  .sidebar-salmiakki-img {
    width: 355px;
    height: 355px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-img {
    width: 355px;
    height: 355px;
    position: relative; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-inner {
    width: 355px;
    height: 355px;
    transform: rotate(-45deg) translateY(-74px);
    overflow: hidden; }

  .sidebar-salmiakki-cssmethod-rotate .diamond {
    transform: rotate(45deg);
    overflow: hidden;
    width: 255px;
    height: 255px;
    border-radius: 20px;
    z-index: 20; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-outer {
    position: relative;
    margin-left: 52px;
    overflow: visible;
    margin-top: 52px;
    margin-bottom: 60px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-text {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 125px; }
    .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-text h3 {
      font-size: 22px; }

  .sidebar-salmiakki-cssmethod-rotate .back-color {
    position: absolute;
    width: 260px;
    height: 260px;
    top: 0px;
    border-radius: 20px;
    z-index: -1;
    left: -2px; } }
@media (min-width: 1419px) {
  .sidebar-salmiakki {
    width: 355px;
    height: 355px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-left: 0px; }

  .sidebar-salmiakki-img {
    width: 355px;
    height: 355px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-img {
    width: 355px;
    height: 355px;
    position: relative; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-inner {
    width: 355px;
    height: 355px;
    transform: rotate(-45deg) translateY(-74px);
    overflow: hidden; }

  .sidebar-salmiakki-cssmethod-rotate .diamond {
    transform: rotate(45deg);
    overflow: hidden;
    width: 255px;
    height: 255px;
    border-radius: 20px;
    z-index: 20; }

  .sidebar-salmiakki-cssmethod-rotate .diamond-outer {
    position: relative;
    margin-left: 52px;
    overflow: visible;
    margin-top: 52px;
    margin-bottom: 60px; }

  .sidebar-salmiakki-cssmethod-rotate .sidebar-salmiakki-text {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 125px; }

  .sidebar-salmiakki-cssmethod-rotate .back-color {
    position: absolute;
    width: 260px;
    height: 260px;
    top: 0px;
    border-radius: 20px;
    z-index: -1;
    left: -2px; } }
.adcard-full {
  position: relative;
  margin: 0 auto;
  height: auto;
  overflow: auto;
  background-image: url("../img/light_grey_pattern.jpg");
  padding: 12px; }
  .adcard-full .hotel-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 50px;
    background-size: 115px; }
  .adcard-full .hotel-logo.solaris {
    background-image: url(/templates/solaris2016/img/logo/solaris_iso.png); }
  .adcard-full .hotel-logo.rauhalahti {
    background-image: url(/templates/solaris2016/img/logo/rauhalahti_iso.png); }
  .adcard-full .hotel-logo.paivakumpu {
    background-image: url(/templates/solaris2016/img/logo/paivakumpu_iso.png); }
  .adcard-full .hotel-logo.summassaari {
    background-image: url(/templates/solaris2016/img/logo/summassaari_iso.png); }
  .adcard-full .adcard-text, .adcard-full .adcard-imagebar-hotel {
    color: #636b73;
    font-size: 12px; }
  .adcard-full .adcard-imagebar-hotel {
    text-align: center; }
    .adcard-full .adcard-imagebar-hotel .hotel-title1 {
      margin-top: 0px;
      font-weight: bold;
      color: white; }
    .adcard-full .adcard-imagebar-hotel .hotel-title2 {
      font-weight: bold;
      color: white; }
    .adcard-full .adcard-imagebar-hotel .hotel-text {
      margin-top: 20px;
      color: white;
      padding-bottom: 25px; }

/* 
.adcard-full.adcard-method-hotel .second-bg{
	background-image: url('../img/grey_pattern2.png');  
}
*/
.adcard-imagebar img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

.adcard-imagebar.adcard-imagebar-hotel img {
  width: 256px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.adcard-full .maincontent-header,
.adcard-maincontent .maincontent-header {
  background-image: url("../img/turquoise_pattern.jpg"); }
  .adcard-full .maincontent-header h2,
  .adcard-maincontent .maincontent-header h2 {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    font-size: 25px;
    margin: 0;
    padding: 20px 0;
    letter-spacing: 1px; }

@media (min-width: 0px) {
  .adcard-maincontent .maincontent-header {
    display: none; }

  .adcard-text-and-pricebox-combo {
    padding: 20px 20px;
    margin: 0;
    background-color: #ffffff;
    overflow: auto; }
    .adcard-text-and-pricebox-combo .adcard-text {
      display: block;
      margin-bottom: 20px; }
    .adcard-text-and-pricebox-combo .adcard-pricebox {
      display: block; }
      .adcard-text-and-pricebox-combo .adcard-pricebox table {
        width: 100%;
        border: solid 1px #acb1b5; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .pricebox-header {
        background-color: #63d9d3; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .price-prefix {
        color: #47535b;
        font-size: 13px;
        font-weight: 600;
        margin-right: 8px; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .price-row, .adcard-text-and-pricebox-combo .adcard-pricebox .table-row {
        border-bottom: solid 1px #acb1b5;
        color: #636b73; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .diamond-cell {
        border-right: solid 1px #acb1b5;
        width: 109px;
        height: 99px;
        background-image: url("../img/price_table_bg.jpg");
        background-position: 2px 50%;
        background-repeat: no-repeat; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .discount-diamond-text {
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-size: 15px;
        line-height: 17px;
        margin: 0;
        font-size: 12px;
        font-weight: bold; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .discount {
        font-weight: 700; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .pattern-cell {
        background-image: url("../img/light_grey_pattern.jpg");
        margin: 0;
        padding: 8px 7px;
        padding: 4px 7px;
        font-size: 12px; }
      .adcard-text-and-pricebox-combo .adcard-pricebox h3 {
        color: #e6007e;
        margin: 0;
        padding: 15px 0;
        text-align: center;
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 40px;
        font-size: 32px; }
      .adcard-text-and-pricebox-combo .adcard-pricebox h2 {
        color: #ffffff;
        font-size: 18px;
        font-size: 15px;
        margin: 0;
        padding: 15px 0;
        text-align: center;
        letter-spacing: 0.8px;
        font-weight: 600; }

  .adcard-full {
    width: 100%; }

  .adcard-imagebar {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    padding-left: -10px;
    padding-right: -10px;
    padding-top: -10px;
    background-image: url("../img/grey_pattern2.png"); }

  .adcard-imagebar-group {
    background-image: url("../img/light_grey_pattern.jpg"); }

  .adcard-maincontent {
    /* margin:20px 0 0 0; */
    margin: 0px;
    padding: 0;
    width: 100%;
    display: block; }

  .adcard-footer {
    padding: 0 10px;
    overflow: auto; }
    .adcard-footer h2, .adcard-footer .phone-label, .adcard-footer .email-label {
      color: #636b73;
      margin: 0;
      padding: 0;
      font-size: 14px;
      font-weight: 700;
      margin: 9px 0 0 0; }
    .adcard-footer h3, .adcard-footer .phone-number, .adcard-footer .email-text a {
      color: #63d9d3;
      margin: 3px 0 0 0;
      padding: 0;
      font-size: 15px;
      font-weight: 800; }
    .adcard-footer .phone {
      display: block;
      background-image: url("../img/phone-icon-round.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      padding-left: 65px;
      min-height: 55px;
      margin: 25px 0 20px 0; }
    .adcard-footer .email {
      display: block;
      background-image: url("../img/email-icon-round.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      padding-left: 65px;
      min-height: 55px;
      margin: 25px 0 20px 0; } }
@media (min-width: 768px) {
  .maincontent-header.mobile-only {
    display: none; }

  .adcard-maincontent .maincontent-header {
    display: block; }

  .adcard-full {
    width: 728px;
    margin-bottom: 40px;
    padding: 0px;
    display: flex;
    flex-direction: row; }
    .adcard-full .hotel-logo.solaris {
      background-image: url(/templates/solaris2016/img/logo/solaris_iso.png);
      height: 90px;
      background-size: 215px;
      background-position: center -20px; }
    .adcard-full .hotel-logo.rauhalahti {
      background-image: url(/templates/solaris2016/img/logo/rauhalahti_iso.png);
      height: 90px;
      background-size: 215px;
      background-position: center -20px; }
    .adcard-full .hotel-logo.paivakumpu {
      background-image: url(/templates/solaris2016/img/logo/paivakumpu_iso.png);
      height: 90px;
      background-size: 215px;
      background-position: center -20px; }
    .adcard-full .hotel-logo.summassaari {
      background-image: url(/templates/solaris2016/img/logo/summassaari_iso.png);
      height: 90px;
      background-size: 215px;
      background-position: center -20px; }
    .adcard-full .adcard-imagebar.adcard-imagebar-hotel img {
      width: 100%;
      margin-top: 0px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    .adcard-full .adcard-imagebar {
      width: 373px;
      min-width: 373px;
      max-width: 373px;
      padding-top: 12px;
      padding-left: 12px;
      margin-right: 20px;
      padding-right: 20px;
      background-image: url("../img/grey_pattern2.png"); }
      .adcard-full .adcard-imagebar .hotel-logo {
        width: 100%;
        height: 100px; }
    .adcard-full .adcard-imagebar-group {
      background-image: url("../img/light_grey_pattern.jpg"); }
    .adcard-full .adcard-maincontent {
      width: 100%;
      margin-top: 10px;
      margin-right: 10px;
      padding-left: 0px;
      float: right; }

  .adcard-text-and-pricebox-combo {
    padding: 40px 20px;
    margin: 0;
    background-color: #ffffff;
    overflow: auto; }
    .adcard-text-and-pricebox-combo .adcard-text {
      width: 100%;
      float: left;
      padding-right: 10px; }
    .adcard-text-and-pricebox-combo .adcard-pricebox {
      width: 100%;
      float: right; }
      .adcard-text-and-pricebox-combo .adcard-pricebox table {
        width: 100%;
        border: solid 1px #acb1b5; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .pricebox-header {
        background-color: #63d9d3; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .price-prefix {
        color: #47535b;
        font-size: 13px;
        font-weight: 600;
        margin-right: 8px; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .price-row, .adcard-text-and-pricebox-combo .adcard-pricebox .table-row {
        border-bottom: solid 1px #acb1b5;
        color: #636b73; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .diamond-cell {
        border-right: solid 1px #acb1b5;
        width: 109px;
        height: 99px;
        background-image: url("../img/price_table_bg.jpg");
        background-position: 2px 50%;
        background-repeat: no-repeat; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .discount-diamond-text {
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-size: 15px;
        line-height: 17px;
        margin: 0; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .discount {
        font-weight: 700; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .pattern-cell {
        background-image: url("../img/light_grey_pattern.jpg");
        margin: 0;
        padding: 8px 7px;
        font-size: 14px; }
      .adcard-text-and-pricebox-combo .adcard-pricebox .pattern-cell.last-row {
        font-size: 12px; }
      .adcard-text-and-pricebox-combo .adcard-pricebox h3 {
        color: #e6007e;
        margin: 0;
        padding: 15px 0;
        text-align: center;
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 40px; }
      .adcard-text-and-pricebox-combo .adcard-pricebox h2 {
        color: #ffffff;
        font-size: 18px;
        margin: 0;
        padding: 15px 0;
        text-align: center;
        letter-spacing: 0.8px;
        font-weight: 600; } }
@media (min-width: 992px) {
  .adcard-full {
    width: 953px; }
    .adcard-full .adcard-text {
      width: 53%;
      float: left;
      padding-right: 10px; }
    .adcard-full .adcard-pricebox {
      width: 46%;
      float: right; }

  .adcard-full.larger-top-margin {
    margin-top: 90px; }

  .adcard-imagebar {
    margin: 0;
    padding: 0;
    padding-right: 20px;
    width: 30%;
    float: left; }
    .adcard-imagebar .images-container {
      margin-right: -20px;
      padding-right: 20px;
      border-right: 1px solid #63d9d3;
      height: 100%; }

  .adcard-imagebar-group {
    padding-bottom: 20px; }

  .adcard-maincontent {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    width: 70%;
    float: left;
    /* border-left: 1px solid #63d9d3; */ } }
@media (min-width: 1140px) {
  .adcard-full {
    width: 1100px; }

  .adcard-footer {
    padding: 0 10px;
    overflow: auto; }
    .adcard-footer h2, .adcard-footer .phone-label, .adcard-footer .email-label {
      color: #636b73;
      margin: 0;
      padding: 0;
      font-size: 14px;
      font-weight: 700;
      margin: 9px 0 0 0; }
    .adcard-footer h3, .adcard-footer .phone-number, .adcard-footer .email-text a {
      color: #63d9d3;
      margin: 3px 0 0 0;
      padding: 0;
      font-size: 19px;
      font-weight: 800; }
    .adcard-footer .phone {
      float: left;
      width: 50%;
      background-image: url("../img/phone-icon-round.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      padding-left: 65px;
      min-height: 55px;
      margin: 25px 0 20px 0; }
    .adcard-footer .email {
      float: left;
      width: 50%;
      background-image: url("../img/email-icon-round.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      padding-left: 65px;
      min-height: 55px;
      margin: 25px 0 20px 0; } }
@media (min-width: 1419px) {
  .adcard-full {
    width: 1140px; } }
.in-content-textjumbo {
  padding: 100px 0 100px 100px;
  margin: 30px auto; }
  .in-content-textjumbo h2 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1.3px;
    font-weight: 300;
    margin: 0;
    padding: 0; }

/* image background */
.in-content-textjumbo-white-and-image {
  color: #ffffff;
  background-image: url("../img/turquoise_pattern.jpg");
  background-position: top left;
  background-repeat: repeat; }
  .in-content-textjumbo-white-and-image .in-content-textjumbo {
    background-image: url("../img/quote_white.png");
    background-position: 0px 50px;
    background-repeat: no-repeat; }

/* black text */
.in-content-textjumbo-black-and-white {
  background-color: #fff;
  color: #636b73; }
  .in-content-textjumbo-black-and-white .in-content-textjumbo {
    background-image: url("../img/quote_turquoise.png");
    background-position: 0px 50px;
    background-repeat: no-repeat; }

@media (min-width: 0px) {
  .in-content-textjumbo {
    width: 90%; } }
@media (min-width: 321px) and (max-width: 480px) {
  .in-content-textjumbo {
    width: 90%; } }
@media (min-width: 481px) and (max-width: 640px) {
  .in-content-textjumbo {
    width: 90%; } }
@media (min-width: 641px) {
  .in-content-textjumbo {
    width: 90%; } }
@media (min-width: 768px) {
  .in-content-textjumbo {
    width: 728px; } }
@media (min-width: 992px) {
  .in-content-textjumbo {
    width: 953px; } }
@media (min-width: 1140px) {
  .in-content-textjumbo {
    width: 1100px; } }
@media (min-width: 1419px) {
  .in-content-textjumbo {
    width: 1140px; } }
.jumbo-textboxleft {
  color: #ffffff; }

.jumbo-textboxleft-textbox {
  background-color: rgba(99, 217, 211, 0.6); }

.jumbo-textboxleft.jumbo-textboxleft-special .jumbo-textboxleft-textbox {
  background-color: transparent; }

@media (min-width: 0px) {
  .jumbo-textboxleft {
    /* min-height: 670px; */
    padding-top: 336px;
    margin-top: 40px; }
    .jumbo-textboxleft .jumbo-textboxleft-textbox-large {
      display: none; }

  .jumbo-textboxleft-textbox {
    width: 100%;
    padding: 38px 10px 40px 10px;
    /* min-height: 334px; */ }
    .jumbo-textboxleft-textbox h2 {
      color: #ffffff;
      font-weight: 800;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      padding: 7px 0 20px 0;
      letter-spacing: 1.1px;
      font-size: 16px;
      margin: 0; }
    .jumbo-textboxleft-textbox h3 {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 15px;
      letter-spacing: 0.0em;
      margin: 0;
      padding: 0;
      font-weight: 300; }
    .jumbo-textboxleft-textbox p {
      color: #ffffff;
      padding: 20px 0 0 0;
      font-weight: 700;
      font-size: 12px;
      line-height: 20px; }

  .jumbo-textboxleft.jumbo-textboxleft-special {
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat; }

  .jumbo-textboxleft.jumbo-textboxleft-special .jumbo-textboxleft-textbox .jumbo-textboxleft-header1 {
    color: #636b73; }

  .jumbo-textboxleft.jumbo-textboxleft-special .jumbo-textboxleft-textbox .jumbo-textboxleft-header2 {
    color: #636b73; }

  .jumbo-textboxleft.jumbo-textboxleft-special .jumbo-textboxleft-textbox .jumbo-textboxleft-ingressi {
    color: #636b73; }

  .jumbo-textboxleft.jumbo-textboxleft-special .jumbo-textboxleft-textbox .jumbo-textboxleft-text {
    color: #636b73;
    font-weight: normal; }

  .jumbo-textboxleft-special .link-button {
    background-color: #e6007e;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    display: block;
    padding: 8px 20px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 1.2px; }

  .jumbo-textboxleft-special .link-button:after {
    content: url("../img/btn-arrow.png"); }

  .jumbo-textboxleft-special .link-button:hover {
    text-decoration: none; }

  .jumbo-textboxleft.no-top-margin {
    margin-top: 0px !important; }

  .jumbo-textboxleft.no-bottom-margin {
    margin-bottom: 0px !important; }

  .textboxleft-mobile-bottom-image {
    display: block; } }
@media (min-width: 321px) and (max-width: 480px) {
  /* why is this not working? */ }
@media (min-width: 481px) and (max-width: 640px) {
  .jumbo-textboxleft-textbox {
    width: 85%;
    padding: 47px 47px 47px 47px; }
    .jumbo-textboxleft-textbox h2 {
      letter-spacing: 1.2px;
      font-size: 30px; }
    .jumbo-textboxleft-textbox h3 {
      font-size: 18px; }
    .jumbo-textboxleft-textbox p {
      padding: 45px 0 0 0;
      font-size: 15px;
      line-height: 23px; }

  .jumbo-textboxleft.jumbo-textboxleft-special .jumbo-textboxleft-textbox {
    width: 100%; } }
@media (min-width: 641px) {
  .jumbo-textboxleft {
    padding-top: 140px; }

  .jumbo-textboxleft-textbox h2 {
    font-size: 40px; }
  .jumbo-textboxleft-textbox h3 {
    font-size: 25px; }
  .jumbo-textboxleft-textbox p {
    font-weight: 700;
    font-size: 16px; }

  .jumbo-textboxleft-special .link-button {
    background-color: #e6007e;
    color: #ffffff;
    text-align: center;
    margin-top: 44px;
    margin-top: 30px;
    padding: 8px 80px;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1.2px;
    min-width: 320px;
    display: inline-block; }

  .textboxleft-mobile-bottom-image {
    display: none; } }
@media (min-width: 768px) {
  .jumbo-textboxleft {
    margin-top: 65px;
    margin-bottom: 65px;
    padding-top: 156px;
    padding-bottom: 156px; } }
@media (min-width: 992px) {
  .jumbo-textboxleft-textbox {
    width: 75%;
    padding: 47px 113px 45px 140px; }

  .jumbo-textboxleft.jumbo-textboxleft-special {
    min-height: 660px;
    padding-top: 85px;
    padding-bottom: 0px; }

  .jumbo-textboxleft.jumbo-textboxleft-special .jumbo-textboxleft-textbox {
    width: 70%;
    padding: 0px 0px 0px 11.5%; }

  .jumbo-textboxleft.jumbo-textboxleft-special .jumbo-textboxleft-textbox .jumbo-textboxleft-header1 {
    color: #636b73; }

  .jumbo-textboxleft.jumbo-textboxleft-special .jumbo-textboxleft-textbox .jumbo-textboxleft-header2 {
    color: #636b73;
    margin-top: 7px;
    padding-bottom: 18px; }

  .jumbo-textboxleft.jumbo-textboxleft-special .jumbo-textboxleft-textbox .jumbo-textboxleft-ingressi {
    color: #636b73;
    margin-top: 23px; }

  .jumbo-textboxleft.jumbo-textboxleft-special .jumbo-textboxleft-textbox .jumbo-textboxleft-text {
    color: #636b73;
    font-weight: normal; } }
@media (min-width: 1140px) {
  .jumbo-textboxleft-textbox {
    width: 62%;
    padding: 47px 113px 45px 11.5%; }

  .jumbo-textboxleft.jumbo-textboxleft-special .jumbo-textboxleft-textbox {
    width: 55%; } }
@media (min-width: 1419px) {
  .jumbo-textboxleft.jumbo-textboxleft-special {
    background-position: center center; }
    .jumbo-textboxleft.jumbo-textboxleft-special .center-align {
      width: 1140px;
      margin-left: auto;
      margin-right: auto; }
      .jumbo-textboxleft.jumbo-textboxleft-special .center-align .jumbo-textboxleft-textbox {
        width: 48%;
        padding: 0px; }

  .jumbo-textboxleft.jumbo-textboxleft-kampanja .center-align {
    width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .jumbo-textboxleft.jumbo-textboxleft-kampanja .center-align .jumbo-textboxleft-textbox {
      margin-left: -140px;
      padding-left: 140px;
      width: 890px; } }
@media (min-width: 0px) {
  .jumbo-textboxleft-white {
    min-height: 680px;
    padding: 10px 0 30px 0; }

  .jumbo-textboxleft-white-textbox {
    width: 100%;
    padding: 40px 10px 20px 10px; }

  .jumbo-textboxleft-white-textbox .link-button {
    background-color: #e6007e;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    display: block;
    padding: 8px 20px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 1.2px; }

  .content {
    margin-bottom: 50px; }

  .jumbo-textboxleft-white-textbox {
    background-color: #ffffff; }
    .jumbo-textboxleft-white-textbox h2 {
      color: #636b73;
      font-weight: 800;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      padding: 7px 0 20px 0;
      letter-spacing: 1.1px;
      font-size: 18px;
      margin: 0; }
    .jumbo-textboxleft-white-textbox h3 {
      color: #636b73;
      text-transform: uppercase;
      font-size: 15px;
      margin: 0;
      padding: 0;
      letter-spacing: 1.1px; }
    .jumbo-textboxleft-white-textbox p {
      color: #636b73;
      font-weight: 500;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 1.1px;
      padding: 0;
      margin: 0; }
    .jumbo-textboxleft-white-textbox .jumbo-textboxleft-white-ingress {
      font-weight: 700;
      padding: 23px 0 20px 0; } }
@media (min-width: 321px) and (max-width: 480px) {
  .jumbo-textboxleft-white {
    min-height: 680px;
    padding: 10px 0 30px 0; }

  .jumbo-textboxleft-white-textbox {
    width: 100%;
    padding: 40px 10px 20px 10px; }

  .jumbo-textboxleft-white-textbox .link-button {
    background-color: #e6007e;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    display: block;
    padding: 8px 20px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 1.2px; }

  .content {
    margin-bottom: 50px; }

  .jumbo-textboxleft-white-textbox {
    background-color: #ffffff; }
    .jumbo-textboxleft-white-textbox h2 {
      color: #636b73;
      font-weight: 800;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      padding: 7px 0 20px 0;
      letter-spacing: 1.1px;
      font-size: 18px;
      margin: 0; }
    .jumbo-textboxleft-white-textbox h3 {
      color: #636b73;
      text-transform: uppercase;
      font-size: 15px;
      margin: 0;
      padding: 0;
      letter-spacing: 1.1px; }
    .jumbo-textboxleft-white-textbox p {
      color: #636b73;
      font-weight: 500;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 1.1px;
      padding: 0;
      margin: 0; }
    .jumbo-textboxleft-white-textbox .jumbo-textboxleft-white-ingress {
      font-weight: 700;
      padding: 23px 0 20px 0; } }
@media (min-width: 481px) and (max-width: 640px) {
  .jumbo-textboxleft-white {
    min-height: 680px;
    padding: 10px 0 30px 0; }

  .jumbo-textboxleft-white-textbox {
    width: 85%;
    padding: 47px 47px 47px 47px; }

  .jumbo-textboxleft-white-textbox .link-button {
    background-color: #e6007e;
    color: #ffffff;
    text-align: center;
    margin-top: 44px;
    display: inline-block;
    padding: 8px 80px;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1.2px; }

  .content {
    margin-bottom: 50px; }

  .jumbo-textboxleft-white-textbox {
    background-color: #ffffff; }
    .jumbo-textboxleft-white-textbox h2 {
      color: #636b73;
      font-weight: 800;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      padding: 7px 0 20px 0;
      letter-spacing: 1.2px;
      font-size: 30px;
      margin: 0; }
    .jumbo-textboxleft-white-textbox h3 {
      color: #636b73;
      text-transform: uppercase;
      font-size: 18px;
      margin: 0;
      padding: 0;
      letter-spacing: 1.2px; }
    .jumbo-textboxleft-white-textbox p {
      color: #636b73;
      font-weight: 500;
      font-size: 15px;
      line-height: 23px;
      letter-spacing: 1.1px;
      padding: 0;
      margin: 0; }
    .jumbo-textboxleft-white-textbox .jumbo-textboxleft-white-ingress {
      font-weight: 700;
      padding: 43px 0 40px 0; } }
@media (min-width: 641px) {
  .jumbo-textboxleft-white {
    min-height: 680px;
    padding: 10px 0 30px 0; }

  .jumbo-textboxleft-white-textbox {
    width: 85%;
    padding: 47px 47px 47px 47px; }

  .jumbo-textboxleft-white-textbox .link-button {
    background-color: #e6007e;
    color: #ffffff;
    text-align: center;
    margin-top: 44px;
    display: inline-block;
    padding: 8px 80px;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1.2px; }

  .content {
    margin-bottom: 50px; }

  .jumbo-textboxleft-white-textbox {
    background-color: #ffffff; }
    .jumbo-textboxleft-white-textbox h2 {
      color: #636b73;
      font-weight: 800;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      padding: 7px 0 20px 0;
      letter-spacing: 1.2px;
      font-size: 40px;
      margin: 0; }
    .jumbo-textboxleft-white-textbox h3 {
      color: #636b73;
      text-transform: uppercase;
      font-size: 25px;
      margin: 0;
      padding: 0;
      letter-spacing: 1.2px; }
    .jumbo-textboxleft-white-textbox p {
      color: #636b73;
      font-weight: 500;
      font-size: 16px;
      line-height: 23px;
      letter-spacing: 1.1px;
      padding: 0;
      margin: 0; }
    .jumbo-textboxleft-white-textbox .jumbo-textboxleft-white-ingress {
      font-weight: 700;
      padding: 43px 0 40px 0; } }
@media (min-width: 768px) {
  .jumbo-textboxleft-white {
    min-height: 680px;
    padding: 10px 0 30px 0; }

  .jumbo-textboxleft-white-textbox {
    width: 85%;
    padding: 47px 47px 47px 47px; }

  .jumbo-textboxleft-white-textbox .link-button {
    background-color: #e6007e;
    color: #ffffff;
    text-align: center;
    margin-top: 44px;
    display: inline-block;
    padding: 8px 80px;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1.2px; }

  .content {
    margin-bottom: 50px; }

  .jumbo-textboxleft-white-textbox {
    background-color: #ffffff; }
    .jumbo-textboxleft-white-textbox h2 {
      color: #636b73;
      font-weight: 800;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      padding: 7px 0 20px 0;
      letter-spacing: 1.2px;
      font-size: 40px;
      margin: 0; }
    .jumbo-textboxleft-white-textbox h3 {
      color: #636b73;
      text-transform: uppercase;
      font-size: 25px;
      margin: 0;
      padding: 0;
      letter-spacing: 1.2px; }
    .jumbo-textboxleft-white-textbox p {
      color: #636b73;
      font-weight: 500;
      font-size: 16px;
      line-height: 23px;
      letter-spacing: 1.1px;
      padding: 0;
      margin: 0; }
    .jumbo-textboxleft-white-textbox .jumbo-textboxleft-white-ingress {
      font-weight: 700;
      padding: 43px 0 40px 0; } }
@media (min-width: 992px) {
  .jumbo-textboxleft-white {
    min-height: 680px;
    padding: 10px 0 30px 0; }

  .jumbo-textboxleft-white-textbox {
    width: 75%;
    padding: 84px 113px 84px 140px; }

  .jumbo-textboxleft-white-textbox .link-button {
    background-color: #e6007e;
    color: #ffffff;
    text-align: center;
    margin-top: 44px;
    display: inline-block;
    padding: 8px 80px;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1.2px; }

  .content {
    margin-bottom: 50px; }

  .jumbo-textboxleft-white-textbox {
    background-color: #ffffff; }
    .jumbo-textboxleft-white-textbox h2 {
      color: #636b73;
      font-weight: 800;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      padding: 7px 0 20px 0;
      letter-spacing: 1.2px;
      font-size: 40px;
      margin: 0; }
    .jumbo-textboxleft-white-textbox h3 {
      color: #636b73;
      text-transform: uppercase;
      font-size: 25px;
      margin: 0;
      padding: 0;
      letter-spacing: 1.2px; }
    .jumbo-textboxleft-white-textbox p {
      color: #636b73;
      font-weight: 500;
      font-size: 16px;
      line-height: 23px;
      letter-spacing: 1.1px;
      padding: 0;
      margin: 0; }
    .jumbo-textboxleft-white-textbox .jumbo-textboxleft-white-ingress {
      font-weight: 700;
      padding: 43px 0 40px 0; } }
@media (min-width: 1140px) {
  .jumbo-textboxleft-white {
    min-height: 680px;
    padding: 10px 0 30px 0; }

  .jumbo-textboxleft-white-textbox {
    width: 60%;
    padding: 84px 113px 84px 140px; }

  .jumbo-textboxleft-white-textbox .link-button {
    background-color: #e6007e;
    color: #ffffff;
    text-align: center;
    margin-top: 44px;
    display: inline-block;
    padding: 8px 80px;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1.2px; }

  .content {
    margin-bottom: 50px; }

  .jumbo-textboxleft-white-textbox {
    background-color: #ffffff; }
    .jumbo-textboxleft-white-textbox h2 {
      color: #636b73;
      font-weight: 800;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      padding: 7px 0 20px 0;
      letter-spacing: 1.2px;
      font-size: 40px;
      margin: 0; }
    .jumbo-textboxleft-white-textbox h3 {
      color: #636b73;
      text-transform: uppercase;
      font-size: 25px;
      margin: 0;
      padding: 0;
      letter-spacing: 1.2px; }
    .jumbo-textboxleft-white-textbox p {
      color: #636b73;
      font-weight: 500;
      font-size: 16px;
      line-height: 23px;
      letter-spacing: 1.1px;
      padding: 0;
      margin: 0; }
    .jumbo-textboxleft-white-textbox .jumbo-textboxleft-white-ingress {
      font-weight: 700;
      padding: 43px 0 40px 0; } }
@media (min-width: 1419px) {
  .jumbo-textboxleft-white {
    min-height: 680px;
    padding: 10px 0 30px 0; }

  .jumbo-textboxleft-white-textbox {
    width: 60%;
    padding: 84px 113px 84px 140px; }

  .jumbo-textboxleft-white-textbox .link-button {
    background-color: #e6007e;
    color: #ffffff;
    text-align: center;
    margin-top: 44px;
    display: inline-block;
    padding: 8px 80px;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1.2px; }

  .content {
    margin-bottom: 50px; }

  .jumbo-textboxleft-white-textbox {
    background-color: #ffffff; }
    .jumbo-textboxleft-white-textbox h2 {
      color: #636b73;
      font-weight: 800;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      padding: 7px 0 20px 0;
      letter-spacing: 1.2px;
      font-size: 40px;
      margin: 0; }
    .jumbo-textboxleft-white-textbox h3 {
      color: #636b73;
      text-transform: uppercase;
      font-size: 25px;
      margin: 0;
      padding: 0;
      letter-spacing: 1.2px; }
    .jumbo-textboxleft-white-textbox p {
      color: #636b73;
      font-weight: 500;
      font-size: 16px;
      line-height: 23px;
      letter-spacing: 1.1px;
      padding: 0;
      margin: 0; }
    .jumbo-textboxleft-white-textbox .jumbo-textboxleft-white-ingress {
      font-weight: 700;
      padding: 43px 0 40px 0; } }
.video-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  /* padding-top: 25px; */
  height: 0; }

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

@media (min-width: 0px) {
  .jumbo-video-sidetext-container {
    width: 100%; }

  .jumbo-video-sidetext-videoregion {
    width: 100%;
    float: none; }

  .jumbo-video-sidetext-textregion {
    width: 100%;
    float: none;
    padding-bottom: 50px; }

  .jumbo-video-sidetext-header1 {
    color: #63d9d3;
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    margin: 0;
    padding: 10px 0 8px 0; }

  .jumbo-video-sidetext-header2 {
    color: #63d9d3;
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1.1px; }

  .jumbo-video-sidetext {
    padding: 20px;
    background-image: url("../img/light_grey_pattern.jpg");
    background-position: top left;
    background-repeat: repeat;
    overflow: auto; }

  .jumbo-video-sidetext-text {
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 0 0;
    line-height: 24px;
    color: #7b8288; } }
@media (min-width: 321px) and (max-width: 480px) {
  .jumbo-video-sidetext-container {
    width: 100%; } }
@media (min-width: 481px) and (max-width: 640px) {
  .jumbo-video-sidetext-container {
    width: 100%; } }
@media (min-width: 641px) {
  .jumbo-video-sidetext-container {
    width: 514px;
    margin: 0 auto; } }
@media (min-width: 768px) {
  .jumbo-video-sidetext-container {
    width: 618px;
    margin: 0 auto; } }
@media (min-width: 992px) {
  .jumbo-video-sidetext-container {
    width: 798px;
    margin: 0 auto; }

  .jumbo-video-sidetext-header1 {
    color: #63d9d3;
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    margin: 0;
    padding: 10px 0 8px 0; }

  .jumbo-video-sidetext-header1 {
    padding-top: 100px; }

  .jumbo-video-sidetext-header2 {
    font-size: 72px;
    line-height: 72px; }

  .jumbo-video-sidetext {
    padding: 45px 0;
    font-size: 15px; } }
@media (min-width: 1140px) {
  .jumbo-video-sidetext-container {
    width: 916px;
    margin: 0 auto; }

  .jumbo-video-sidetext-videoregion {
    width: 70%;
    float: left; }

  .jumbo-video-sidetext-textregion {
    width: 30%;
    float: left;
    padding-right: 50px; } }
@media (min-width: 1419px) {
  .jumbo-video-sidetext-container {
    width: 1139px;
    margin: 0 auto; } }
.infoblock-content-container {
  background-image: url("../img/light_grey_pattern.jpg"); }

.infoblock {
  padding-bottom: 65px; }
  .infoblock h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.1px;
    color: #636b73;
    margin: 65px auto 50px auto;
    padding: 0 0 30px 0;
    text-align: center;
    border-bottom: solid 3px #63d9d3;
    width: 60%;
    text-transform: uppercase; }
  .infoblock h3 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.1px;
    color: #63d9d3;
    border-bottom: solid 1px #63d9d3;
    margin: 0 0 32px 0;
    padding: 0 0 15px 0; }
  .infoblock h5 {
    font-size: 18px;
    font-weigth: 800;
    color: #636b73; }
  .infoblock .infoblock-item-mail {
    display: block;
    background-image: url("../img/email-icon-round.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 65px;
    min-height: 55px;
    margin: 25px 0 20px 0;
    font-weight: normal;
    color: #636b73; }
  .infoblock .infoblock-item-phone {
    display: block;
    background-image: url("../img/phone-icon-round.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 65px;
    min-height: 55px;
    margin: 25px 0 20px 0;
    font-weight: normal;
    color: #636b73; }
  .infoblock .infoblock-item-location {
    display: block;
    background-image: url("../img/address-icon-round.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 65px;
    min-height: 55px;
    margin: 25px 0 20px 0;
    font-weight: normal;
    color: #636b73; }
  .infoblock .infotext, .infoblock .infotext-small {
    color: #63d9d3;
    font-weight: 700; }
  .infoblock .infotext-small {
    word-wrap: break-word; }

.infoblock-extra {
  display: none; }

.layout-fullwidth .infoblock-extra {
  display: block; }

@media (min-width: 0px) {
  .infoblock-content-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 15px 15px 15px; }

  .infoblock-footer {
    padding: 0 0 20px 0;
    display: block;
    clear: both;
    font-weight: 400;
    font-size: 12px;
    color: #636b73; }

  .infoblock-extra {
    float: none;
    width: 100%; }

  .infoblock-main {
    float: none;
    width: 100%; }

  .infoblock-row-2 {
    float: none;
    width: 100%; }

  .infoblock-row-3 {
    float: none;
    width: 100%; }

  .infoblock-row-2 h3, .infoblock-row-1 h3 {
    width: 100%; }

  .infoblock-main {
    padding-left: 0; }

  .infoblock-row-3 {
    padding-left: 0; }

  .infoblock-row-1-contentcontainer, .infoblock-row-2-contentcontainer {
    border: none; }

  .infoblock {
    padding-bottom: 65px; }
    .infoblock .infoblock-whitespace {
      height: 20px; }
    .infoblock h2 {
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 1.1px;
      color: #636b73;
      margin: 40px auto 30px auto;
      padding: 0 0 17px 0;
      text-align: center;
      border-bottom: solid 3px #63d9d3;
      width: 60%;
      text-transform: uppercase; }
    .infoblock h3 {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.011em;
      color: #63d9d3;
      border-bottom: solid 3px #63d9d3;
      margin: 0 0 15px 0;
      padding: 0 0 10px 0; }
    .infoblock h5 {
      font-size: 13px;
      font-weight: 700;
      color: #636b73;
      margin: 0 0 3px 0; }
    .infoblock .infoblock-item-mail {
      background-size: 40px 40px;
      padding-left: 52px;
      min-height: 40px;
      margin: 20px 0 40px 0; }
    .infoblock .infoblock-item-phone {
      background-size: 40px 40px;
      padding-left: 52px;
      min-height: 40px;
      margin: 20px 0 40px 0; }
    .infoblock .infoblock-item-location {
      background-size: 40px 40px;
      padding-left: 52px;
      min-height: 40px;
      margin: 20px 0 40px 0; }
    .infoblock .infoblock-item {
      font-size: 14px; } }
@media (min-width: 321px) and (max-width: 480px) {
  .infoblock-content-container {
    width: 100%;
    height: auto;
    margin: 0 auto; } }
@media (min-width: 481px) and (max-width: 640px) {
  .infoblock-content-container {
    height: auto;
    margin: 0 auto; } }
@media (min-width: 641px) {
  .infoblock-content-container {
    width: 100%;
    height: auto;
    margin: 0 auto; } }
@media (min-width: 768px) {
  .infoblock-content-container {
    width: 100%;
    height: auto;
    margin: 0 auto; }

  .infoblock .infoblock-item {
    font-size: 12px; }

  .infoblock .infoblock-whitespace {
    height: 50px; } }
@media (min-width: 1140px) {
  .infoblock .infoblock-item {
    font-size: 14px; }

  .infoblock .infotext {
    font-size: 20px; }
  .infoblock .infotext-small {
    font-size: 14px; } }
/* when using this on page with sidebar */
@media (min-width: 992px) {
  .layout-sidebar-aware .infoblock-content-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 30px 0 30px; }
  .layout-sidebar-aware .infoblock-footer {
    padding: 0 0 30px 0;
    display: block;
    clear: both; }
  .layout-sidebar-aware .infoblock-extra {
    display: none; }
  .layout-sidebar-aware .infoblock-main {
    float: left;
    width: 100%; }
  .layout-sidebar-aware .infoblock-row-2 {
    float: left;
    width: 50%; }
  .layout-sidebar-aware .infoblock-row-3 {
    float: left;
    width: 50%;
    padding-left: 25px; }
  .layout-sidebar-aware .infoblock-row-2 h3, .layout-sidebar-aware .infoblock-row-1 h3 {
    width: 93%; }
  .layout-sidebar-aware .infoblock-row-1-contentcontainer {
    border-right: solid 1px #63d9d3; }
  .layout-sidebar-aware .infoblock-row-2-contentcontainer {
    border-right: solid 1px #63d9d3; }
  .layout-sidebar-aware .infoblock-main {
    padding: 0; }
  .layout-sidebar-aware .infoblock {
    padding-bottom: 65px; }
    .layout-sidebar-aware .infoblock h2 {
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 1.1px;
      color: #636b73;
      margin: 65px auto 50px auto;
      padding: 0 0 30px 0;
      text-align: center;
      border-bottom: solid 3px #63d9d3;
      width: 60%;
      text-transform: uppercase; }
    .layout-sidebar-aware .infoblock h3 {
      font-size: 25px;
      font-weight: 700;
      letter-spacing: 1.1px;
      color: #63d9d3;
      border-bottom: solid 1px #63d9d3;
      margin: 0 0 32px 0;
      padding: 0 0 15px 0; }
    .layout-sidebar-aware .infoblock h5 {
      font-size: 15px;
      font-weigth: 800;
      color: #636b73; }
    .layout-sidebar-aware .infoblock .infoblock-item-mail {
      background-size: 55px 55px;
      padding-left: 65px;
      min-height: 55px;
      margin: 25px 0 20px 0; }
    .layout-sidebar-aware .infoblock .infoblock-item-phone {
      background-size: 55px 55px;
      padding-left: 65px;
      min-height: 55px;
      margin: 25px 0 20px 0; }
    .layout-sidebar-aware .infoblock .infoblock-item-location {
      background-size: 55px 55px;
      padding-left: 65px;
      min-height: 55px;
      margin: 25px 0 20px 0; } }
@media (min-width: 1140px) {
  .layout-sidebar-aware .infoblock-content-container {
    width: 100%;
    height: auto;
    margin: 0 auto; } }

/* when using on fullwidth page */
@media (min-width: 768px) {
  .layout-fullwidth .infoblock-content-container {
    width: 728px;
    height: auto;
    margin: 0 auto;
    padding: 30px 30px 0 30px; }
  .layout-fullwidth .infoblock-extra {
    float: left;
    width: 33.3333%; }
  .layout-fullwidth .infoblock-main {
    float: left;
    width: 66.6666%; }
  .layout-fullwidth .infoblock-row-2 {
    float: left;
    width: 50%;
    padding-left: 25px; }
  .layout-fullwidth .infoblock-row-3 {
    float: left;
    width: 50%; }
  .layout-fullwidth .infoblock-row-2 h3, .layout-fullwidth .infoblock-row-1 h3 {
    width: 93%; }
  .layout-fullwidth .infoblock-row-3 {
    padding-left: 25px; }
  .layout-fullwidth .infoblock-row-1-contentcontainer {
    border-right: solid 1px #63d9d3; }
  .layout-fullwidth .infoblock-row-2-contentcontainer {
    border-right: solid 1px #63d9d3; }
  .layout-fullwidth .infoblock-main {
    padding: 0; } }
@media (min-width: 992px) {
  .layout-fullwidth .infoblock-content-container {
    width: 953px;
    height: auto;
    margin: 0 auto; }
  .layout-fullwidth .infoblock {
    padding-bottom: 65px; }
    .layout-fullwidth .infoblock h2 {
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 1.1px;
      color: #636b73;
      margin: 65px auto 50px auto;
      padding: 0 0 30px 0;
      text-align: center;
      border-bottom: solid 3px #63d9d3;
      width: 60%;
      text-transform: uppercase; }
    .layout-fullwidth .infoblock h3 {
      font-size: 25px;
      font-weight: 700;
      letter-spacing: 1.1px;
      color: #63d9d3;
      border-bottom: solid 1px #63d9d3;
      margin: 0 0 32px 0;
      padding: 0 0 15px 0; }
    .layout-fullwidth .infoblock h5 {
      font-size: 15px;
      font-weigth: 800;
      color: #636b73; }
    .layout-fullwidth .infoblock .infoblock-item-mail {
      background-size: 55px 55px;
      padding-left: 65px;
      min-height: 55px;
      margin: 25px 0 20px 0; }
    .layout-fullwidth .infoblock .infoblock-item-phone {
      background-size: 55px 55px;
      padding-left: 65px;
      min-height: 55px;
      margin: 25px 0 20px 0; }
    .layout-fullwidth .infoblock .infoblock-item-location {
      background-size: 55px 55px;
      padding-left: 65px;
      min-height: 55px;
      margin: 25px 0 20px 0; } }
@media (min-width: 1140px) {
  .layout-fullwidth .infoblock-content-container {
    width: 1100px;
    height: auto;
    margin: 0 auto; } }
@media (min-width: 1419px) {
  .layout-fullwidth .infoblock-content-container {
    width: 1140px;
    height: auto;
    margin: 0 auto; } }

.roomcard {
  margin-top: 10px; }
  .roomcard .roomcard-right-content {
    color: #636b73;
    font-size: 12px; }
  .roomcard .roomcard-maincontent-header {
    background-image: url("../img/turquoise_pattern.jpg"); }
    .roomcard .roomcard-maincontent-header h2 {
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 300;
      margin: 0;
      padding: 20px 0;
      letter-spacing: 1px; }
  .roomcard .roomcard-columns {
    padding: 35px 15px 28px 15px;
    background-color: #fff;
    overflow: auto; }
  .roomcard .roomcard-beds {
    width: 50%;
    color: #636b73;
    font-size: 12px;
    text-align: center;
    border-right: 1px solid #63d9d3; }
    .roomcard .roomcard-beds p {
      padding: 0;
      margin: 0; }
  .roomcard .roomcard-beds-and-size-area {
    padding-top: 26px; }
    .roomcard .roomcard-beds-and-size-area table {
      width: 100%; }
  .roomcard .room-size-container {
    text-align: center;
    margin-top: 10px; }
    .roomcard .room-size-container p {
      margin: 0;
      padding: 0;
      font-size: 12px;
      font-weight: 500;
      color: #fff; }
  .roomcard .roomcard-content-container {
    background-image: url("../img/light_grey_pattern.jpg");
    padding: 10px; }
  .roomcard .price-container {
    float: left; }
    .roomcard .price-container p {
      margin: 0;
      padding: 0; }
    .roomcard .price-container .price {
      color: #e6007e;
      font-size: 30px;
      font-weight: 300;
      margin: -5px 0 0 0;
      padding: 0;
      letter-spacing: 1.1px; }
    .roomcard .price-container .price-suffix {
      color: #e6007e;
      font-size: 17px;
      font-weight: 300;
      margin: 0;
      padding-left: 5px; }
    .roomcard .price-container .price-prefix {
      font-weight: 700;
      margin: 0;
      padding: 0;
      font-size: 12px; }
  .roomcard .link-container {
    float: right; }
  .roomcard .adcard-simple-price-container {
    overflow: auto;
    margin-top: 35px; }
  .roomcard .footnote {
    padding: 20px 20px 10px 0;
    font-size: 12px;
    color: #636b73; }
  .roomcard .roomcard-left-content .roomcard-image-and-roomsize-area .roomcard-image-area {
    position: relative;
    cursor: pointer; }
    .roomcard .roomcard-left-content .roomcard-image-and-roomsize-area .roomcard-image-area .camera-icon-for-gallery {
      position: absolute;
      display: block;
      background-image: url("../img/popup/cam.png");
      width: 30px;
      height: 30px;
      background-size: 30px 30px; }

/* clear css overflow when used in article */
.article .roomcard div {
  font-size: 12px;
  line-height: 1.333; }
.article .roomcard p {
  font-size: 12px;
  line-height: 1.333;
  margin-top: 0px;
  margin-bottom: 0px; }
.article .roomcard .adcard-text p {
  margin-bottom: 10px; }
.article .roomcard .roomcard-beds-and-size-area {
  line-height: 1.333; }
.article .roomcard table tr:first-child td,
.article .roomcard table tr td {
  border: 0px solid transparent;
  background: white;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: normal; }
.article .roomcard table tr td.roomcard-beds p {
  color: #636b73; }
.article .roomcard table tr td.roomcard-size {
  background-image: url("../img/price_table_bg_turquoise.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain; }
.article .roomcard .adcard-extra-table tr:nth-child(2n) {
  background: #e8f9f8; }
  .article .roomcard .adcard-extra-table tr:nth-child(2n) td {
    background: #e8f9f8; }

@media (min-width: 0px) and (max-width: 640px) {
  .roomcard .roomcard-beds img {
    max-width: 100px; } }
@media (min-width: 0px) {
  .roomcard {
    width: 100%; }

  .roomcard-maincontent-header h2 {
    font-size: 18px; }

  .roomcard-left-content {
    width: 100%;
    float: none;
    border-right: none; }

  .roomcard-right-content {
    width: 100%;
    float: none;
    padding: 20px 0; }

  .roomcard-image-area img {
    width: 100%;
    height: auto;
    padding: 0; }

  .roomcard-size {
    width: 50%;
    padding: 0;
    background-image: url("../img/price_table_bg_turquoise.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain; }

  .roomcard .roomcard-left-content .roomcard-image-and-roomsize-area .roomcard-image-area .camera-icon-for-gallery {
    right: 7px;
    bottom: 7px; } }
@media (min-width: 321px) and (max-width: 480px) {
  .roomcard {
    width: 100%; } }
@media (min-width: 481px) and (max-width: 640px) {
  .roomcard {
    width: 100%; } }
@media (min-width: 641px) {
  .roomcard {
    width: 100%; } }
@media (min-width: 768px) {
  .roomcard {
    width: 478px; }
    .roomcard .adcard-text {
      min-height: 91px;
      margin-top: -4px; }

  .roomcard-maincontent-header h2 {
    font-size: 25px; }
  .roomcard-maincontent-header h2.title-is-long-make-font-smaller {
    font-size: 23px; } }
@media (min-width: 992px) {
  .roomcard {
    width: 625px; } }
@media (min-width: 1140px) {
  .roomcard {
    width: 100%; }
    .roomcard .roomcard-left-content {
      width: 50%;
      float: left;
      border-right: 1px solid #63d9d3; }
    .roomcard .roomcard-right-content {
      width: 50%;
      float: left;
      padding: 0 10px 20px 20px; }
    .roomcard .roomcard-image-area img {
      width: 100%;
      height: auto;
      padding-right: 20px; }

  .roomcard .roomcard-left-content .roomcard-image-and-roomsize-area .roomcard-image-area .camera-icon-for-gallery {
    right: 27px;
    bottom: 7px; } }
@media (min-width: 1419px) {
  .roomcard {
    width: 744px; } }
.adcard-extra .adcard-extra-table {
  background-color: #fff;
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
  /* 
  tr:nth-child(2) {
  	td p {
  		margin-top:10px;
  	}
  }
  
  tr:last-child {
  	td p {
  		margin-bottom:10px;
  	}
  }
  */ }
  .adcard-extra .adcard-extra-table tr:nth-child(2) {
    height: 10px; }
  .adcard-extra .adcard-extra-table tr:last-child td {
    padding-bottom: 10px; }
  .adcard-extra .adcard-extra-table tr:nth-child(even) {
    background: #e8f9f8; }
  .adcard-extra .adcard-extra-table tr:nth-child(1), .adcard-extra .adcard-extra-table tr:nth-child(2), .adcard-extra .adcard-extra-table tr:nth-child(3),
  .adcard-extra .adcard-extra-table .first-data-row {
    background: white; }
  .adcard-extra .adcard-extra-table .adcard-extra-row-title {
    border-bottom: solid 1px #c9cdd0;
    background: #fff !important; }
    .adcard-extra .adcard-extra-table .adcard-extra-row-title td:first-child h3 {
      margin-left: 10px; }
    .adcard-extra .adcard-extra-table .adcard-extra-row-title td:last-child h3 {
      margin-right: 10px; }
    .adcard-extra .adcard-extra-table .adcard-extra-row-title h3 {
      font-size: 14px;
      font-weight: 700;
      margin: 0;
      padding: 0;
      color: #636b73;
      padding: 18px 0 18px 18px;
      padding: 18px 0 5px 18px;
      /* border-bottom: solid 1px #c9cdd0; */
      min-height: 52.4px; }
  .adcard-extra .adcard-extra-table .adcard-extra-row-text {
    font-size: 12px;
    font-weight: 400;
    color: #636b73;
    	/*
    	td:first-child { 
    		p {
    			padding:18px 18px 18px 30px;
    		}
    	}
    
    	td:not(:last-child){ 
    		p {
    			border-right:1px solid #c9cdd0;
    			
    		}
    	}
    	*/ }
    .adcard-extra .adcard-extra-table .adcard-extra-row-text td {
      position: relative;
      overflow: hidden; }
    .adcard-extra .adcard-extra-table .adcard-extra-row-text p {
      font-size: 12px;
      font-weight: 400;
      color: #636b73;
      margin: 0;
      padding: 18px 18px 18px 20px;
      margin-right: 15px;
      white-space: pre-line; }
    .adcard-extra .adcard-extra-table .adcard-extra-row-text ul, .adcard-extra .adcard-extra-table .adcard-extra-row-text ul li {
      font-size: 12px;
      font-weight: 400;
      color: #636b73; }
  .adcard-extra .adcard-extra-table .adcard-extra-line {
    border-right: 1px solid #c9cdd0;
    position: absolute;
    right: 15px;
    height: 400px;
    top: 0px; }
  .adcard-extra .adcard-extra-table td:last-child .adcard-extra-line {
    display: none; }
  .adcard-extra .adcard-extra-table tr:last-child .adcard-extra-line {
    top: initial;
    bottom: 10px; }
  .adcard-extra .adcard-extra-table tr.table-info-text-footer {
    background-color: white; }
  .adcard-extra .adcard-extra-table tr.table-info-text-footer td {
    width: 100% !important;
    font-size: 12px;
    font-weight: 400;
    color: #636b73;
    padding: 18px 18px 18px 20px; }

.adcard-extra-cols-1.adcard-extra-table tr td:nth-child(1) {
  width: 100%; }

.adcard-extra-cols-2.adcard-extra-table tr td:nth-child(1) {
  width: 50%; }

.adcard-extra-cols-2.adcard-extra-table tr td:nth-child(2) {
  width: 50%; }

.adcard-extra-cols-3.adcard-extra-table tr td:nth-child(1) {
  width: 30%; }

.adcard-extra-cols-3.adcard-extra-table tr td:nth-child(2) {
  width: 33%; }

.adcard-extra-cols-3.adcard-extra-table tr td:nth-child(3) {
  width: 33%; }

.adcard-extra-cols-4.adcard-extra-table tr td:nth-child(1) {
  width: 25%; }

.adcard-extra-cols-4.adcard-extra-table tr td:nth-child(2) {
  width: 25%; }

.adcard-extra-cols-4.adcard-extra-table tr td:nth-child(3) {
  width: 25%; }

.adcard-extra-cols-4.adcard-extra-table tr td:nth-child(4) {
  width: 25%; }

.adcard-extra-cols-5.adcard-extra-table tr td:nth-child(1) {
  width: 20%; }

.adcard-extra-cols-5.adcard-extra-table tr td:nth-child(2) {
  width: 20%; }

.adcard-extra-cols-5.adcard-extra-table tr td:nth-child(3) {
  width: 20%; }

.adcard-extra-cols-5.adcard-extra-table tr td:nth-child(4) {
  width: 20%; }

.adcard-extra-cols-5.adcard-extra-table tr td:nth-child(5) {
  width: 20%; }

.adcard-extra-row-mobile-row {
  margin: 0;
  padding: 0; }

.mobile-rows {
  background-color: #fff;
  margin-top: 10px; }
  .mobile-rows section:nth-child(even) {
    background: #e8f9f8; }
  .mobile-rows section {
    padding: 20px; }
    .mobile-rows section div:last-child p {
      margin: 3px 0 0 0; }
    .mobile-rows section p {
      font-size: 13px;
      font-weight: 500;
      color: #636b73;
      margin: 3px 0 20px 0; }
    .mobile-rows section h3 {
      font-size: 15px;
      font-weight: 700;
      margin: 0;
      padding: 0;
      color: #636b73; }
  .mobile-rows .table-info-text-footer-mobile {
    font-size: 13px;
    font-weight: 500;
    color: #636b73;
    margin: 3px 0 20px 0; }

/* fix some overwrites from article style */
.article table.adcard-extra-table tr:first-child td {
  background-color: white; }
  .article table.adcard-extra-table tr:first-child td h3 {
    text-transform: none; }

.article table.adcard-extra-table tr td {
  padding: 0px;
  border: 0px solid transparent; }

@media (min-width: 0px) {
  .mobile-rows {
    display: block; }

  .adcard-extra table {
    display: none; } }
@media (min-width: 992px) {
  .mobile-rows {
    display: none; }

  .adcard-extra table {
    display: table; } }
.adcard-simple {
  margin-top: 10px;
  line-height: 1.42857143; }
  .adcard-simple .maincontent-header {
    background-image: url("../img/turquoise_pattern.jpg"); }
    .adcard-simple .maincontent-header h2.adcard-h2 {
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 300;
      margin: 0;
      padding: 20px 0;
      letter-spacing: 1px;
      border: 0px; }
  .adcard-simple .adcard-simple-columns {
    padding: 35px 15px 28px 15px;
    background-color: #fff;
    overflow: auto; }
  .adcard-simple .adcard-simple-content-container {
    background-image: url("../img/light_grey_pattern.jpg");
    padding: 10px 10px 0 10px; }
  .adcard-simple .link-container {
    float: right; }
  .adcard-simple .adcard-simple-price-container {
    overflow: auto;
    margin-top: 35px; }
  .adcard-simple .footnote {
    padding: 20px 20px 20px 0; }
  .adcard-simple .price-container p {
    margin: 0;
    padding: 0; }
  .adcard-simple .price-container .price {
    color: #e6007e;
    font-size: 30px;
    font-weight: 300;
    margin: -5px 0 0 0;
    padding: 0;
    letter-spacing: 1.1px;
    line-height: initial; }
  .adcard-simple .price-container .price-suffix {
    color: #e6007e;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    padding-left: 5px; }
  .adcard-simple .price-container .price-prefix {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 12px;
    min-height: 18px;
    letter-spacing: 1px; }

@media (min-width: 0px) {
  .adcard-simple {
    width: 90%; }

  .adcard-simple-left-content {
    width: 100%;
    float: none;
    border-right: none; }

  .adcard-simple-right-content {
    width: 100%;
    float: none;
    padding: 20px 0;
    border-right: none;
    color: #636b73;
    font-size: 12px; }
    .adcard-simple-right-content .adcard-text-area p {
      font-size: 12px; }

  .adcard-simple-image-area img {
    width: 100%;
    height: auto;
    padding: 0; }

  .link-container-bottom {
    float: none;
    margin: 25px 0; }

  .link-container {
    float: none;
    margin-top: 25px; }

  .price-container {
    float: none; }

  .maincontent-header h2.adcard-h2 {
    font-size: 18px !important; } }
@media (min-width: 321px) and (max-width: 480px) {
  .adcard-simple {
    width: 90%; } }
@media (min-width: 481px) and (max-width: 640px) {
  .adcard-simple {
    width: 90%; } }
@media (min-width: 641px) {
  .adcard-simple {
    width: 90%; }

  .maincontent-header h2.adcard-h2 {
    font-size: 25px !important; } }
@media (min-width: 768px) {
  .adcard-simple {
    width: 478px;
    margin-bottom: 20px; }

  .adcard-text-area {
    min-height: 91px;
    margin-top: -4px; }

  .adcard-simple-price-container {
    margin-bottom: -7px; }

  .adcard-text-area p:first-child {
    margin-top: 0px; } }
@media (min-width: 992px) {
  .adcard-simple {
    width: 625px;
    margin-bottom: 40px; } }
@media (min-width: 1140px) {
  .adcard-simple {
    width: 722px; }

  .adcard-simple-left-content {
    width: 50%;
    float: left; }

  .adcard-simple-right-content {
    width: 50%;
    float: left;
    padding: 0 10px 0 20px;
    border-left: 1px solid #63d9d3; }

  .adcard-simple-image-area img {
    width: 100%;
    height: auto;
    padding-right: 20px; }

  .link-container-bottom {
    float: right;
    margin: 25px 10px 0 0; }

  .link-container {
    float: right; }

  .price-container {
    float: left;
    margin: 25px 0 0 0; } }
@media (min-width: 1419px) {
  .adcard-simple {
    width: 744px; } }
.adcard-list {
  margin: 10px 0;
  /* old */ }
  .adcard-list .adcard-list-simple-content-container {
    background-image: url("../img/light_grey_pattern.jpg");
    padding: 17px 15px 17px 15px; }
  .adcard-list .adcard-list-header {
    background-color: #63d9d3; }
    .adcard-list .adcard-list-header h2 {
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      margin: 0;
      margin-left: 5px;
      margin-right: 5px;
      padding: 9px 0;
      font-size: 14px;
      letter-spacing: 0em;
      line-height: 26px;
      font-weight: 700; }
  .adcard-list .adcard-list-imagecombo {
    margin: 0;
    padding: 0;
    overflow: auto; }
    .adcard-list .adcard-list-imagecombo .adcard-list-image-left, .adcard-list .adcard-list-imagecombo .adcard-list-image-right {
      float: left;
      width: 50%;
      margin: 0;
      padding: 0; }
      .adcard-list .adcard-list-imagecombo .adcard-list-image-left img, .adcard-list .adcard-list-imagecombo .adcard-list-image-right img {
        width: 100%;
        height: auto; }
  .adcard-list .adcard-list-toptext {
    overflow: auto;
    background-color: #ffffff;
    padding: 0 15px 28px 15px; }
    .adcard-list .adcard-list-toptext h4 {
      margin: 32px 0 25px 0;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      padding: 0;
      color: #636b73; }
    .adcard-list .adcard-list-toptext .adcard-list-text {
      margin: 0;
      padding: 0;
      color: #636b73;
      font-size: 12px;
      line-height: 22px; }
  .adcard-list .adcard-list-item-v2 {
    background-color: white;
    margin-top: 8px;
    font-size: 12px;
    color: #636b73;
    padding: 15px 7px 15px 7px; }
    .adcard-list .adcard-list-item-v2 .item-name {
      font-weight: bold;
      padding-bottom: 6px;
      border-bottom: 1px solid #c9cdd0; }
    .adcard-list .adcard-list-item-v2 .item-info-and-price {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding-top: 9px;
      padding-bottom: 9px;
      border-bottom: 1px solid #c9cdd0;
      margin-bottom: 7px;
      font-weight: bold;
      line-height: 14px; }
      .adcard-list .adcard-list-item-v2 .item-info-and-price .item-info {
        padding-top: 3px;
        padding-bottom: 3px; }
      .adcard-list .adcard-list-item-v2 .item-info-and-price .item-price {
        padding-top: 3px;
        padding-bottom: 3px;
        min-width: 80px;
        text-align: right;
        border-left: 1px solid #c9cdd0; }
  .adcard-list .adcard-list-item-v2.adcard-list-item-remove-topmargin {
    margin-top: 0px;
    padding-bottom: 0px; }
    .adcard-list .adcard-list-item-v2.adcard-list-item-remove-topmargin .item-text {
      border-top: 0px solid #c9cdd0;
      padding-top: 0px;
      padding-bottom: 5px;
      font-size: 12px;
      border-bottom: 1px solid #c9cdd0; }
    .adcard-list .adcard-list-item-v2.adcard-list-item-remove-topmargin .item-text-empty {
      border-top: 1px solid #c9cdd0;
      padding-bottom: 0px; }
    .adcard-list .adcard-list-item-v2.adcard-list-item-remove-topmargin .item-info-and-price {
      border-bottom: 0px solid #c9cdd0; }
  .adcard-list .adcard-list-item-v2.adcard-list-item-lastsubrow {
    padding-bottom: 8px; }
  .adcard-list .adcard-list-item-v2.adcard-list-item-remove-topmargin .item-info-and-price .item-price,
  .adcard-list .adcard-list-item-v2.adcard-list-item-lastsubrow .item-info-and-price .item-price {
    padding-top: 3px;
    padding-bottom: 3px;
    min-width: 0px;
    text-align: right;
    border-left: 0px solid #c9cdd0; }
  .adcard-list .title-only-row {
    color: white;
    background: #63d9d3;
    margin-top: 8px; }
  .adcard-list .title-only-row h4 {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 14px; }
  .adcard-list .adcard-list-container section:last-child {
    margin: 0; }
  .adcard-list .item-table {
    width: 100%; }
  .adcard-list .adcard-list-item {
    padding: 17px;
    background-color: #ffffff;
    margin: 8px 0; }
    .adcard-list .adcard-list-item .header-row {
      border-bottom: 1px solid #c9cdd0; }
      .adcard-list .adcard-list-item .header-row h3 {
        font-size: 15px;
        font-weight: 700;
        margin: 0 0 5px 0;
        padding: 12px;
        color: #636b73; }
      .adcard-list .adcard-list-item .header-row td:first-child {
        width: 75%; }
        .adcard-list .adcard-list-item .header-row td:first-child h3 {
          padding-left: 0; }
      .adcard-list .adcard-list-item .header-row td:not(:last-child) h3 {
        border-right: 1px solid #c9cdd0; }
    .adcard-list .adcard-list-item .item-text p {
      color: #636b73;
      padding-top: 20px; }

@media (min-width: 0px) {
  .adcard-simple {
    width: 100%; } }
@media (min-width: 321px) and (max-width: 480px) {
  .adcard-list {
    width: 100%; } }
@media (min-width: 481px) and (max-width: 640px) {
  .adcard-list {
    width: 100%; } }
@media (min-width: 641px) {
  .adcard-list {
    width: 100%; } }
@media (min-width: 768px) {
  .adcard-list {
    width: 478px;
    /* old */ }
    .adcard-list .adcard-list-simple-content-container {
      padding: 10px; }
    .adcard-list .adcard-list-header {
      background-image: url("../img/turquoise_pattern.jpg"); }
      .adcard-list .adcard-list-header h2 {
        font-weight: 300;
        font-size: 25px;
        margin: 0;
        padding: 20px 0;
        letter-spacing: 1px;
        letter-spacing: 0px; }
    .adcard-list .adcard-list-imagecombo {
      margin: 0;
      padding: 0;
      overflow: auto; }
      .adcard-list .adcard-list-imagecombo .adcard-list-image-left, .adcard-list .adcard-list-imagecombo .adcard-list-image-right {
        float: left;
        width: 50%;
        margin: 0;
        padding: 0; }
        .adcard-list .adcard-list-imagecombo .adcard-list-image-left img, .adcard-list .adcard-list-imagecombo .adcard-list-image-right img {
          width: 100%;
          height: auto; }
    .adcard-list .adcard-list-toptext {
      overflow: auto;
      background-color: #ffffff;
      padding: 0 15px 65px 15px; }
      .adcard-list .adcard-list-toptext h4 {
        margin: 40px 0 3px 0;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 1.1px;
        text-transform: uppercase;
        padding: 0;
        color: #636b73; }
      .adcard-list .adcard-list-toptext .adcard-list-text {
        margin: 0;
        padding: 0;
        color: #636b73;
        font-size: 14px;
        line-height: 23px; }
    .adcard-list .adcard-list-item-v2 {
      background-color: white;
      margin-top: 8px;
      font-size: 14px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 10px;
      padding-top: 3px; }
      .adcard-list .adcard-list-item-v2 .header-row-v2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 3px; }
      .adcard-list .adcard-list-item-v2 .item-name {
        font-weight: bold;
        padding-bottom: 0px;
        border-bottom: 0px solid transparent;
        padding-top: 10px;
        padding-bottom: 10px; }
      .adcard-list .adcard-list-item-v2 .item-info-and-price {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom: 0px solid transparent;
        margin-bottom: 0px;
        font-weight: bold;
        line-height: initial; }
        .adcard-list .adcard-list-item-v2 .item-info-and-price .item-info {
          padding-top: 10px;
          padding-bottom: 10px;
          min-width: 105px;
          text-align: center;
          border-left: 1px solid #c9cdd0; }
        .adcard-list .adcard-list-item-v2 .item-info-and-price .item-price {
          padding-top: 10px;
          padding-bottom: 10px;
          min-width: 100px;
          text-align: center;
          border-left: 1px solid #c9cdd0; }
      .adcard-list .adcard-list-item-v2 .item-text-empty {
        border-top: 1px solid #c9cdd0;
        padding-bottom: 8px; }
      .adcard-list .adcard-list-item-v2 .item-text {
        border-top: 1px solid #c9cdd0;
        padding-top: 20px;
        padding-bottom: 5px;
        font-size: 12px; }
    .adcard-list .adcard-list-item-v2.adcard-list-item-remove-topmargin .item-info-and-price .item-price,
    .adcard-list .adcard-list-item-v2.adcard-list-item-lastsubrow .item-info-and-price .item-price {
      padding-top: 3px;
      padding-bottom: 3px;
      min-width: 80px;
      text-align: right;
      border-left: 1px solid #c9cdd0; }
    .adcard-list .title-only-row h4 {
      font-size: 18px; }
    .adcard-list .adcard-list-container section:last-child {
      margin: 0; }
    .adcard-list .item-table {
      width: 100%; }
    .adcard-list .adcard-list-item {
      padding: 17px;
      background-color: #ffffff;
      margin: 8px 0; }
      .adcard-list .adcard-list-item .header-row {
        border-bottom: 1px solid #c9cdd0; }
        .adcard-list .adcard-list-item .header-row h3 {
          font-size: 15px;
          font-weight: 700;
          margin: 0 0 5px 0;
          padding: 12px;
          color: #636b73; }
        .adcard-list .adcard-list-item .header-row td:first-child {
          width: 75%; }
          .adcard-list .adcard-list-item .header-row td:first-child h3 {
            padding-left: 0; }
        .adcard-list .adcard-list-item .header-row td:not(:last-child) h3 {
          border-right: 1px solid #c9cdd0; }
      .adcard-list .adcard-list-item .item-text p {
        color: #636b73;
        padding-top: 20px; } }
@media (min-width: 992px) {
  .adcard-list {
    width: 625px; } }
@media (min-width: 1140px) {
  .adcard-list {
    width: 722px; } }
@media (min-width: 1419px) {
  .adcard-list {
    width: 744px; } }
.menu {
  margin-top: 10px; }

.menu.menu-footer-note-fullwidth .menu-footerlogo-area {
  padding: 0px !important;
  width: 100% !important; }

.foodmenu-header {
  background-image: url("../img/turquoise_pattern.jpg"); }
  .foodmenu-header h2.foodmenu-h2 {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 300;
    font-size: 25px;
    margin: 0;
    padding: 20px 0;
    letter-spacing: 1px;
    border: 0px solid transparent; }

.menu-content-container {
  background-image: url("../img/light_grey_pattern.jpg");
  padding: 10px; }

.menu-imagecombo {
  margin: 0;
  padding: 0;
  overflow: auto; }
  .menu-imagecombo .menu-image-left, .menu-imagecombo .menu-image-right {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0; }
    .menu-imagecombo .menu-image-left img, .menu-imagecombo .menu-image-right img {
      width: 100%;
      height: auto; }

.menu-main {
  overflow: auto;
  padding: 0 30px 30px 30px; }
  .menu-main ul {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
    margin: 0 0 35px 0; }
  .menu-main ul:last-of-type {
    margin: 0; }
  .menu-main li {
    color: #636b73;
    font-size: 14px;
    padding: 0 0 0 10px;
    margin: 0 0 0 3px;
    background: url("../img/bullet.jpg") 0 8px no-repeat;
    margin-bottom: 5px; }

.menu-footer {
  overflow: auto;
  margin: 0 20px;
  border-top: 1px solid #63d9d3;
  padding: 20px 0 10px 0; }
  .menu-footer .menu-footer-note {
    font-weight: 400;
    font-size: 12px;
    color: #636b73; }
  .menu-footer .pdf-button {
    background-image: url("../img/pdf-icon-round.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 13px 0 0 65px;
    min-height: 55px;
    display: block;
    font-weight: 600;
    color: #63d9d3; }

@media (min-width: 0px) {
  .menu {
    width: 100%; }
    .menu h3.foodmenu-h3 {
      font-weight: 700;
      font-size: 23px;
      color: #63d9d3;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      margin: 30px 0 35px 0;
      padding: 0; }
    .menu h4.foodmenu-h4 {
      font-weight: 700;
      font-size: 14px;
      color: #63d9d3;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      margin: 0 0 5px 0; }

  .menu-main .menu-left {
    float: none;
    width: 100%; }
  .menu-main .menu-right {
    float: none;
    width: 100%;
    padding: 0;
    border-left: none; }

  .menu-footer .menu-download {
    width: 100%; }
  .menu-footer .menu-footerlogo-area {
    margin: 0;
    padding: 0;
    width: 100%; }
  .menu-footer .menu-footer-logo {
    float: none; }
    .menu-footer .menu-footer-logo img {
      margin: 10px 0; } }
@media (min-width: 321px) and (max-width: 480px) {
  .menu {
    width: 100%; } }
@media (min-width: 481px) and (max-width: 640px) {
  .menu {
    width: 100%; } }
@media (min-width: 641px) {
  .menu {
    width: 100%; } }
@media (min-width: 768px) {
  .menu {
    width: 478px; } }
@media (min-width: 992px) {
  .menu {
    width: 625px; }

  .menu-main {
    overflow: auto;
    padding: 30px; }
    .menu-main .menu-left {
      float: left;
      width: 50%; }
    .menu-main .menu-right {
      float: left;
      width: 50%;
      padding-left: 20px;
      border-left: 1px solid #63d9d3; }
    .menu-main h3.foodmenu-h3 {
      font-weight: 700;
      font-size: 23px;
      color: #63d9d3;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      margin: 0 0 35px 0;
      padding: 0; }
    .menu-main h4.foodmenu-h4 {
      font-weight: 700;
      font-size: 14px;
      color: #63d9d3;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      margin: 0 0 5px 0; }

  .menu-footer .menu-download {
    width: 100%; }
  .menu-footer .menu-footerlogo-area {
    margin: 0;
    padding: 0;
    width: 100%; }
  .menu-footer .menu-footer-logo {
    float: none; }
    .menu-footer .menu-footer-logo img {
      margin: 10px 0; } }
@media (min-width: 1140px) {
  .menu {
    width: 722px; }
    .menu h3.foodmenu-h3 {
      font-weight: 700;
      font-size: 23px;
      color: #63d9d3;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      margin: 0 0 35px 0;
      padding: 0; }
    .menu h4.foodmenu-h4 {
      font-weight: 700;
      font-size: 14px;
      color: #63d9d3;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      margin: 0 0 5px 0; }

  .menu-footer .menu-download {
    width: 50%;
    float: left; }
  .menu-footer .menu-footerlogo-area {
    padding-left: 20px;
    width: 50%;
    float: left; }
  .menu-footer .menu-footer-logo {
    float: left; }
    .menu-footer .menu-footer-logo img {
      margin: 0 5px 0 0; } }
@media (min-width: 1419px) {
  .menu {
    width: 744px; } }
.schedule {
  margin-top: 10px;
  overflow: auto;
  line-height: 1.333;
  background-image: url("../img/light_grey_pattern.jpg");
  padding: 10px; }
  .schedule .schedule-content-container {
    overflow: auto; }
  .schedule .maincontent-header {
    background-image: url("../img/purple_pattern.jpg");
    margin-bottom: 10px; }
    .schedule .maincontent-header h2 {
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 400;
      font-size: 25px;
      margin: 0;
      padding: 20px 0;
      letter-spacing: 0.01em; }
  .schedule .subcontent-header {
    background-image: url("../img/calendar_graybg.png"); }
    .schedule .subcontent-header h3 {
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 400;
      font-size: 20px;
      margin: 0;
      padding: 20px 0;
      letter-spacing: 0.01em; }
  .schedule .schedule-main .schedule-table-container {
    background-color: #fff;
    padding-top: 4px;
    padding-bottom: 1px;
    margin: 0 0 10px 0; }
  .schedule .schedule-main table {
    width: 100%; }
  .schedule .schedule-main .schedule-row-label {
    width: 26%;
    padding: 10px;
    vertical-align: top;
    color: #636b73;
    font-weight: 700;
    /* border-right:1px solid $grey; */
    border-right: 1px solid #d8d8d8; }
  .schedule .schedule-main .schedule-row-text {
    font-size: 12px;
    padding: 10px;
    color: #636b73; }
  .schedule .schedule-image-block img {
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
  .schedule .schedule-image-block p {
    margin: 7px 0 30px 0;
    color: #636b73;
    text-align: center; }
  .schedule .schedule-footnote {
    font-size: 12px;
    padding: 10px;
    color: #636b73; }

@media (min-width: 0px) {
  .schedule {
    width: 100%; }

  .schedule-main {
    float: none;
    width: 100%; }

  .schedule-images {
    float: none;
    width: 100%; }

  .schedule-images {
    padding: 0; }

  .schedule-main {
    padding: 0; } }
@media (min-width: 321px) and (max-width: 480px) {
  .schedule {
    width: 100%; } }
@media (min-width: 481px) and (max-width: 640px) {
  .schedule {
    width: 100%; } }
@media (min-width: 641px) {
  .schedule {
    width: 100%; } }
@media (min-width: 768px) {
  .schedule {
    width: 478px; }
    .schedule .schedule-table-container:last-child,
    .schedule .schedule-image-block:last-child {
      margin-bottom: 0px; } }
@media (min-width: 992px) {
  .schedule {
    width: 625px; }
    .schedule .schedule-footnote {
      float: right; }

  .schedule-main {
    float: left;
    width: 50%; }

  .schedule-images {
    float: left;
    width: 50%; }

  .schedule-images {
    padding-left: 10px; }

  .schedule-main {
    padding-right: 10px; } }
@media (min-width: 1140px) {
  .schedule {
    width: 722px; } }
@media (min-width: 1419px) {
  .schedule {
    width: 744px; } }
.jumbo-imagetext-combo {
  margin: 0;
  padding: 0;
  margin-top: 10px; }
  .jumbo-imagetext-combo .content-container {
    position: relative; }

@media (min-width: 0px) {
  .jumbo-imagetext-combo {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dededf; }
    .jumbo-imagetext-combo h2 {
      padding: 0 0 10px 0;
      margin: 0 0 34px 0;
      background-color: #fff;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      font-weight: 400;
      color: #636b73;
      font-size: 25px;
      letter-spacing: 0.01em; }
    .jumbo-imagetext-combo a.jumbo-imagetext-combo-link {
      background-color: #63d9d3;
      padding: 14px 30px;
      padding: 10px 29px;
      padding: 11px 29px 10px 29px;
      color: #ffffff;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 0.2px;
      font-weight: 500;
      display: inline-block;
      box-sizing: padding-box;
      line-height: 20px; }

  .content-container {
    overflow: auto; }

  .jumbo-imagetext-combo-image-area {
    width: 100%;
    float: none; }
    .jumbo-imagetext-combo-image-area img {
      width: 100%;
      height: auto; }

  .jumbo-imagetext-combo-text-area {
    width: 100%;
    float: none;
    padding: 20px 0 0 0; }
    .jumbo-imagetext-combo-text-area h4 {
      margin: 0 0 12px 0;
      padding: 0;
      text-transform: uppercase;
      color: #636b73;
      font-size: 14px;
      letter-spacing: 0.01em; }
    .jumbo-imagetext-combo-text-area p {
      margin: 0 0 30px 0;
      padding: 0;
      color: #636b73;
      font-size: 14px;
      letter-spacing: 0.01em; } }
@media (min-width: 321px) and (max-width: 480px) {
  .jumbo-imagetext-combo {
    width: 100%; }
    .jumbo-imagetext-combo h2 {
      padding: 0 0 10px 0;
      margin: 0 0 34px 0;
      background-color: #fff;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      font-weight: 400; }

  .content-container {
    overflow: auto; }

  .jumbo-imagetext-combo-image-area {
    width: 100%;
    float: none; }
    .jumbo-imagetext-combo-image-area img {
      width: 100%;
      height: auto; }

  .jumbo-imagetext-combo-text-area {
    width: 100%;
    float: none;
    padding: 20px 0 0 0; }
    .jumbo-imagetext-combo-text-area h4 {
      margin: 0 0 12px 0;
      padding: 0; }
    .jumbo-imagetext-combo-text-area p {
      margin: 0 0 30px 0;
      padding: 0; } }
@media (min-width: 481px) and (max-width: 640px) {
  .jumbo-imagetext-combo {
    width: 100%; }
    .jumbo-imagetext-combo h2 {
      padding: 0 0 10px 0;
      margin: 0 0 34px 0;
      background-color: #fff;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      font-weight: 400; }

  .content-container {
    overflow: auto; }

  .jumbo-imagetext-combo-image-area {
    width: 100%;
    float: none; }
    .jumbo-imagetext-combo-image-area img {
      width: 100%;
      height: auto; }

  .jumbo-imagetext-combo-text-area {
    width: 100%;
    float: none;
    padding: 20px 0 0 0; }
    .jumbo-imagetext-combo-text-area h4 {
      margin: 0 0 12px 0;
      padding: 0; }
    .jumbo-imagetext-combo-text-area p {
      margin: 0 0 30px 0;
      padding: 0; } }
@media (min-width: 641px) {
  .jumbo-imagetext-combo {
    width: 100%; }
    .jumbo-imagetext-combo h2 {
      padding: 0 0 10px 0;
      margin: 0 0 34px 0;
      background-color: #fff;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      font-weight: 400; }

  .content-container {
    overflow: auto; }

  .jumbo-imagetext-combo-image-area {
    width: 100%;
    float: none; }
    .jumbo-imagetext-combo-image-area img {
      width: 100%;
      height: auto; }

  .jumbo-imagetext-combo-text-area {
    width: 100%;
    float: none;
    padding: 20px 0 0 0; }
    .jumbo-imagetext-combo-text-area h4 {
      margin: 0 0 12px 0;
      padding: 0; }
    .jumbo-imagetext-combo-text-area p {
      margin: 0 0 30px 0;
      padding: 0; } }
@media (min-width: 992px) {
  .jumbo-imagetext-combo {
    width: 625px; }
    .jumbo-imagetext-combo h2 {
      padding: 0 0 10px 0;
      margin: 0 0 34px 0;
      background-color: #fff;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      font-weight: 400; }
    .jumbo-imagetext-combo a.jumbo-imagetext-combo-link {
      position: absolute;
      bottom: 0px;
      /* display: none; */ }

  .content-container {
    overflow: auto; }

  .jumbo-imagetext-combo-image-area {
    width: 40%;
    float: left; }
    .jumbo-imagetext-combo-image-area img {
      width: 100%;
      height: auto; }

  .jumbo-imagetext-combo-text-area {
    width: 60%;
    float: left;
    padding: 0 20px 0 42px;
    margin-bottom: 50px; }
    .jumbo-imagetext-combo-text-area h4 {
      margin: 0 0 12px 0;
      padding: 0; }
    .jumbo-imagetext-combo-text-area p {
      margin: 0 0 30px 0;
      padding: 0; } }
@media (min-width: 1140px) {
  .jumbo-imagetext-combo {
    width: 722px;
    margin-bottom: 30px; }
    .jumbo-imagetext-combo h2 {
      padding: 0 0 10px 0;
      margin: 0 0 34px 0;
      background-color: #fff;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      font-weight: 400; }
    .jumbo-imagetext-combo a.jumbo-imagetext-combo-link {
      position: absolute;
      bottom: 0px;
      display: block; }

  .content-container {
    overflow: auto; }

  .jumbo-imagetext-combo-image-area {
    width: 50%;
    float: left; }
    .jumbo-imagetext-combo-image-area img {
      width: 100%;
      height: auto; }

  .jumbo-imagetext-combo-text-area {
    width: 50%;
    float: left;
    padding: 0 20px 0 42px; }
    .jumbo-imagetext-combo-text-area h4 {
      margin: 0 0 12px 0;
      padding: 0; }
    .jumbo-imagetext-combo-text-area p {
      margin: 0 0 30px 0;
      padding: 0; } }
@media (min-width: 1419px) {
  .jumbo-imagetext-combo {
    width: 744px;
    margin-bottom: 30px; }
    .jumbo-imagetext-combo h2 {
      padding: 0 0 10px 0;
      margin: 0 0 34px 0;
      background-color: #fff;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      font-weight: 400; }

  .content-container {
    overflow: auto; }

  .jumbo-imagetext-combo-image-area {
    width: 50%;
    float: left; }

  .jumbo-imagetext-combo-text-area {
    width: 50%;
    float: left;
    padding: 0 20px 0 42px; }
    .jumbo-imagetext-combo-text-area h4 {
      margin: 0 0 12px 0;
      padding: 0; }
    .jumbo-imagetext-combo-text-area p {
      margin: 0 0 30px 0;
      padding: 0; } }
.simple-markup {
  margin-top: 10px; }

.solaris-big-newsletter-form input {
  margin-bottom: 5px; }

@media (min-width: 0px) {
  .simple-markup {
    width: 100%;
    margin-bottom: 30px; }
    .simple-markup h2 {
      padding: 0 0 16px 0;
      margin: 0 0 30px 0;
      background-color: #fff;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      font-weight: 400;
      color: #636b73;
      font-size: 15px; }
    .simple-markup img {
      width: 100%;
      height: auto;
      margin-bottom: 30px; }
    .simple-markup h3 {
      margin: 0 0 30px 0;
      padding: 0;
      font-weight: 600;
      font-size: 12px;
      text-transform: uppercase;
      color: #636b73; }
    .simple-markup .ingressi {
      font-weight: 600;
      font-size: 12px;
      margin: 0 0 30px 0;
      color: #636b73;
      line-height: 21px; } }
@media (min-width: 768px) {
  .simple-markup {
    width: 478px; }

  .page-layout.layout-fullwidth .simple-markup {
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 992px) {
  .simple-markup {
    width: 625px; }
    .simple-markup h2 {
      padding: 0 0 10px 0;
      margin: 0 0 40px 0;
      background-color: #fff;
      border-bottom: solid 3px #63d9d3;
      text-transform: uppercase;
      color: #636b73;
      /* font-weight:400; */
      /* font-size:30px; */
      font-size: 25px;
      font-weight: 300; }
    .simple-markup h2.add-top-margin {
      margin-top: 55px; }
    .simple-markup img {
      width: 100%;
      height: auto;
      margin-bottom: 40px; }
    .simple-markup h3 {
      margin: 0 0 40px 0;
      padding: 0;
      font-weight: 600;
      font-size: 15px;
      text-transform: uppercase;
      color: #636b73; }
    .simple-markup .ingressi {
      font-weight: 600;
      font-size: 15px;
      margin: 0 0 40px 0;
      color: #636b73; }

  .page-layout.layout-fullwidth .simple-markup {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 1140px) {
  .simple-markup {
    width: 722px; }

  .page-layout.layout-fullwidth .simple-markup {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 1419px) {
  .simple-markup {
    width: 744px;
    margin-bottom: 30px; }

  .page-layout.layout-fullwidth .simple-markup {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; } }
.in-content-location-info {
  background-image: url(../img/turquoise_pattern.jpg);
  color: white;
  padding: 15px;
  padding-top: 25px;
  padding-right: 15px;
  min-height: 165px;
  margin-bottom: 30px; }
  .in-content-location-info h3 {
    font-weight: 600;
    border-bottom: 3px solid white;
    padding-bottom: 12px;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 18px; }
  .in-content-location-info .in-content-location-info-text-area {
    padding-left: 52px;
    background-image: url("../img/address_round_white.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 35px 35px;
    min-height: 40px;
    font-size: 12px; }
  .in-content-location-info .in-content-location-info-name {
    font-weight: bold; }

@media (min-width: 992px) {
  .in-content-location-info {
    padding: 20px;
    padding-top: 35px;
    padding-right: 40px;
    min-height: 176px;
    margin-bottom: 45px; }
    .in-content-location-info h3 {
      font-weight: 700;
      border-bottom: 1px solid white;
      padding-bottom: 6px;
      font-size: 25px;
      margin-top: 0px;
      margin-bottom: 18px; }
    .in-content-location-info .in-content-location-info-text-area {
      padding-left: 65px;
      background-size: 50px 50px;
      min-height: 55px;
      font-size: 18px; } }
.header-huomio {
  width: 100%;
  text-align: center;
  color: white; }
  .header-huomio .header-huomio-bg {
    display: inline-block;
    position: relative;
    background-repeat: no-repeat; }
  .header-huomio .header-huomio-salmiakki .header-huomio-salmiakki-text {
    font-weight: 700; }
  .header-huomio .header-huomio-salmiakki .header-huomio-salmiakki-price {
    font-weight: 900; }
  .header-huomio .header-huomio-rectangle {
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35); }
    .header-huomio .header-huomio-rectangle .header-huomio-rectangle-title {
      text-transform: uppercase; }
  .header-huomio .header-huomio-nuoli {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translate(-50%, 0); }

@media (min-width: 0px) {
  .header-huomio .header-huomio-bg {
    width: 285px;
    height: 250px;
    background-image: url("../img/bonus/bonus_bg_mobile.png");
    background-size: contain;
    margin-top: 60px; }
  .header-huomio .header-huomio-salmiakki {
    padding-top: 35px;
    height: 70px; }
    .header-huomio .header-huomio-salmiakki .header-huomio-salmiakki-text {
      font-size: 12px;
      line-height: 12px;
      height: 12px;
      margin-bottom: 4px; }
    .header-huomio .header-huomio-salmiakki .header-huomio-salmiakki-price {
      font-size: 24px;
      line-height: 24px;
      height: 24px; }
  .header-huomio .header-huomio-rectangle {
    padding-top: 62px; }
    .header-huomio .header-huomio-rectangle .header-huomio-rectangle-title {
      font-size: 17px;
      line-height: 17px;
      height: 17px;
      letter-spacing: 0.06em;
      font-weight: 700; }
    .header-huomio .header-huomio-rectangle .header-huomio-rectangle-subtitle {
      margin-top: 8px;
      font-size: 17px;
      line-height: 17px;
      height: 17px;
      letter-spacing: 0.075em; }
    .header-huomio .header-huomio-rectangle .header-huomio-rectangle-footnote {
      margin-top: 30px;
      font-size: 14px;
      letter-spacing: 0px;
      font-weight: 700; }
  .header-huomio .header-huomio-nuoli {
    width: 30px; } }
@media (min-width: 992px) {
  .header-huomio .header-huomio-bg {
    width: 765px;
    height: 404px;
    background-image: url("../img/bonus/bonus_bg_765.png");
    background-size: 100%;
    margin-top: 157px; }
  .header-huomio .header-huomio-salmiakki {
    padding-top: 48px;
    height: 132px; }
    .header-huomio .header-huomio-salmiakki .header-huomio-salmiakki-text {
      font-size: 18px;
      line-height: 18px;
      height: 18px;
      margin-bottom: 7px; }
    .header-huomio .header-huomio-salmiakki .header-huomio-salmiakki-price {
      font-size: 36px;
      line-height: 36px;
      height: 36px; }
  .header-huomio .header-huomio-rectangle {
    padding-top: 48px; }
    .header-huomio .header-huomio-rectangle .header-huomio-rectangle-title {
      font-size: 45px;
      line-height: 45px;
      height: 45px;
      letter-spacing: 0.06em;
      font-weight: 700; }
    .header-huomio .header-huomio-rectangle .header-huomio-rectangle-subtitle {
      margin-top: 17px;
      font-size: 30px;
      line-height: 30px;
      height: 30px;
      letter-spacing: 0.075em; }
    .header-huomio .header-huomio-rectangle .header-huomio-rectangle-subtitle.smaller-font-size {
      margin-top: 22px;
      font-size: 28px; }
    .header-huomio .header-huomio-rectangle .header-huomio-rectangle-footnote {
      margin-top: 54px;
      font-size: 22px;
      letter-spacing: 0px;
      font-weight: 700; }
  .header-huomio .header-huomio-nuoli {
    width: 65px; } }
/* language version styles */
body.de-de #search-bar label,
body.ru-ru #search-bar label {
  font-size: 9px !important; }

@media (min-width: 1419px) {
  body.ru-ru #main-nav-bar-container .main-nav-bar-menu li a, body.ru-ru .logo-container .main-nav-bar-menu li a {
    font-size: 12px; } }

/*# sourceMappingURL=template.css.map */

.page-layout.layout-sidebar-aware-main > p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.9em;
}

.tel-footer {
  color: #ffffff !important;
}

@media screen and (min-width: 992px) {
  .footer-data-logos {
    height: 80px;
  }
  .footer-data-logos-xl {
    height: 120px;
  }
}