/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */

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.67em 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 {
  -webkit-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"], /* 1 */
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"] {
  -webkit-box-sizing: border-box;
          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.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * 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;
}html {
  font-family: 'Lato','Helvetica Neue', 'Helvetica', arial;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  html {
    background: #bfff2b;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #bfff2b 0%, #d2f260 33%, #63c401 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfff2b', endColorstr='#63c401',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
}

@media (min-width: 1024px) {
  html {
    background: #bfff2b;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #bfff2b 0%, #d2f260 33%, #63c401 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfff2b', endColorstr='#63c401',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
}

body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}

#loader.loader-visible {
  display: block;
}

#loader .background {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #acacac;
  opacity: 0.8;
  position: absolute;
  z-index: 2;
}

#loader .container {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
  z-index: 3;
}

select,
input {
  font-size: 14px;
  width: 70%;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

label {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

label.warning {
  font-weight: normal;
  font-size: 11px;
}

p {
  margin: 0;
  line-height: 20px;
}

a,
.link {
  color: #b2036a;
  text-decoration: none;
  line-height: 20px;
  cursor: pointer;
  font-weight: bold;
}

a.white-color,
.link.white-color {
  color: #fff;
}

a:hover,
.link:hover {
  text-decoration: underline;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.content-text ul {
  list-style-type: inherit;
}

.website-container {
  position: relative;
  white-space: nowrap;
  overflow-x: hidden;
  width: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.website-container .general-container {
  display: block;
  max-width: 1000px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-container .general-container {
    min-width: 768px;
  }
}

@media (min-width: 1024px) {
  .website-container .general-container {
    min-width: 1024px;
  }
}

.website-container .faq {
  display: block;
  font-size: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-container .faq {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .website-container .faq {
    margin-top: 20px;
  }
}

.website-container .menu-container {
  position: relative;
  width: 280px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: #b2036a;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.website-container .menu-container.close {
  margin-left: -280px;
}

.website-container .menu-container.close .website-menu {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.website-container .body-container {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  white-space: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  border-top: 1px solid #bbb;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
  outline: 0;
  padding: 6px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}

textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  border-top: 1px solid #bbb;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
  outline: 0;
  padding: 6px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
  min-height: 100px;
  resize: vertical;
  height: auto;
}

input:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #f8b195;
          box-shadow: 0 0 5px #f8b195;
  border: 1px solid #f8b195;
}

.divider {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px;
  background: -webkit-linear-gradient(top, #ddd, #f7f7f7 1px, white);
  -webkit-filter: none;
          filter: none;
  zoom: 1;
}

.divider::after {
  display: block;
  width: 100%;
  height: 44px;
  background-color: transparent;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0), #fff);
  z-index: 1;
  content: "";
}

.home-container {
  display: block;
  max-width: 1000px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home-container {
    min-width: 768px;
    padding: 0 30px;
  }
}

@media (min-width: 1024px) {
  .home-container {
    min-width: 1024px;
    padding: 0 15px;
  }
}

.home-container .highlights {
  display: block;
  font-size: 0;
}

.home-container .highlights .highlight-block {
  display: block;
}

.home-container .highlights .highlight-block .highlight {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home-container .highlights .highlight-block .highlight {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding-left: 5%;
  }
}

@media (min-width: 1024px) {
  .home-container .highlights .highlight-block .highlight {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding-left: 5%;
  }
}

.home-container .highlights .highlight-block .highlight h2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home-container .highlights .highlight-block .highlight h2 {
    min-height: 60px;
  }
}

@media (min-width: 1024px) {
  .home-container .highlights .highlight-block .highlight h2 {
    min-height: 40px;
  }
}

.home-container .highlights .highlight-block .highlight .img-container {
  display: block;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
}

.home-container .highlights .highlight-block .highlight .img-container img {
  display: block;
  width: 100%;
}

.home-container .highlights .highlight-block .highlight .dsc {
  width: 100%;
}

.home-container .highlights .highlight-block .highlight .read-more {
  padding-top: 10px;
  float: right;
}

.home-container .highlights .highlight-block .highlight:first-child {
  padding-left: 0;
}

.website-menu {
  display: block;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-weight: 300;
  font-size: 15px;
  color: #B6B4B3;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 10;
  font-family: 'Lato', 'Helvetica Neue', 'Helvetica', arial;
}

.website-menu .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  fill: #B6B4B3;
}

.website-menu .close-button svg {
  display: block;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  fill: #fff;
}

.website-menu .close-button svg:hover {
  fill: #B6B4B3;
}

.website-menu a,
.website-menu .link {
  letter-spacing: .9px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  color: #fff;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.website-menu a:hover,
.website-menu .link:hover {
  text-decoration: none;
  color: #B6B4B3;
}

.website-menu .main {
  display: block;
  padding-bottom: 40px;
}

.website-menu .main > li {
  line-height: 40px;
  text-transform: uppercase;
}

.website-menu .main > li > ul li {
  padding-left: 15px;
  text-transform: none;
}

.website-menu hr {
  background-color: #B6B4B3;
  border: 0;
  display: inline-block;
  height: 1px;
  margin: 0;
  width: 45px;
}

.website-menu .sub {
  margin-top: 40px;
  display: block;
  padding-bottom: 40px;
}

.website-menu .sub > li {
  line-height: 40px;
  padding-left: 15px;
  text-transform: uppercase;
}

.website-menu .lang {
  margin-top: 40px;
  display: block;
}

.website-menu .lang > li {
  line-height: 40px;
  padding-left: 15px;
  text-transform: uppercase;
}

.layout-container {
  display: block;
  max-width: 1000px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 0;
  background-color: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-radius: 10px;
  padding: 0 15px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .layout-container {
    min-width: 768px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding: 0 30px;
  }
}

@media (min-width: 1024px) {
  .layout-container {
    min-width: 1024px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding: 0 15px;
  }
}

.layout-container .content {
  display: block;
  vertical-align: top;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .layout-container .content {
    display: inline-block;
    width: 70%;
    border-right: 1px dotted #b2036a;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .layout-container .content {
    display: inline-block;
    width: 70%;
    border-right: 1px dotted #b2036a;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.layout-container .content h1 {
  font-size: 16px;
  line-height: 30px;
  color: #b2036a;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .layout-container .content h1 {
    font-size: 19px;
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  .layout-container .content h1 {
    font-size: 19px;
    line-height: 40px;
  }
}

.layout-container .content .component {
  display: block;
  padding-bottom: 40px;
  overflow: hidden;
}

.layout-container .content .component .block {
  padding-top: 20px;
  border-top: 1px dotted #b2036a;
}

.layout-container .content h2 {
  font-size: 14px;
  color: #b2036a;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .layout-container .content h2 {
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .layout-container .content h2 {
    font-size: 19px;
  }
}

.layout-container .content p {
  font-size: 14px;
  line-height: 20px;
}

.layout-container .content ul,
.layout-container .content ol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

.layout-container .content ul li,
.layout-container .content ol li {
  font-size: 14px;
  line-height: 20px;
}

.layout-container .content.no-sidebar {
  border-right: none;
}

.layout-container .sidebar {
  vertical-align: top;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .layout-container .sidebar {
    width: 30%;
    display: inline-block;
    padding-left: 25px;
  }
}

@media (min-width: 1024px) {
  .layout-container .sidebar {
    width: 30%;
    display: inline-block;
    padding-left: 25px;
  }
}

.layout-container .sidebar h3 {
  font-size: 16px;
  line-height: 30px;
  color: #63c401;
  position: relative;
}

.layout-container .sidebar ul {
  display: block;
  padding-top: 20px;
  border-top: 1px dotted #63c401;
  list-style-type: circle;
  overflow: visible;
  list-style-position: outside;
  margin-bottom: 20px;
}

.layout-container .sidebar ul li {
  display: list-item;
  line-height: 30px;
  font-weight: bold;
}

.sidebar.mobile {
  display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sidebar.mobile {
    display: none;
  }
}

@media (min-width: 1024px) {
  .sidebar.mobile {
    display: none;
  }
}

.sidebar.mobile .sidebar-block h3::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .33s ease;
  transition: -webkit-transform .33s ease;
  transition: transform .33s ease;
  transition: transform .33s ease, -webkit-transform .33s ease;
  background: url("/img/faq-arrow.svg") top right no-repeat;
  background-size: 16.5px;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
  height: 12px;
  width: 24px;
}

.sidebar.mobile .sidebar-block ul {
  max-height: 0;
  -webkit-transition: all .33s ease;
  transition: all .33s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.sidebar.mobile .sidebar-block.open h3::after {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: top left;
}

.sidebar.mobile .sidebar-block.open ul {
  max-height: 320px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sidebar.mobile .sidebar-block.open ul {
    max-height: 200px;
  }
}

@media (min-width: 1024px) {
  .sidebar.mobile .sidebar-block.open ul {
    max-height: 200px;
  }
}

.layout-container.without-sidebar .content {
  width: 100%;
}

.widget-contact-container {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.widget-contact-container .widget-contact h2 {
  font-size: 16px;
}

.widget-contact-container .widget-contact label {
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.widget-contact-container .widget-contact input.form-error,
.widget-contact-container .widget-contact textarea.form-error {
  border: 1px solid #f8b195;
}

.widget-contact-container .contact-field {
  display: block;
  margin-top: 5px;
  width: 100%;
  color: #555555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  border-color: #eeeeee;
  outline: none;
  border: 1px solid #eeeeee;
  padding-top: 5px;
  padding-bottom: 5px;
}

.widget-contact-container .contact-textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100px;
  /*border: none;*/
  margin: 0;
  outline: none;
  resize: none;
  color: #555555;
  padding: 10px;
  border-color: #eeeeee;
  margin-top: 5px;
}

.widget-contact-container button {
  margin-top: 5px;
  background-color: #4d90fe;
  background: #92b567;
  background: -webkit-gradient(linear, left top, left bottom, from(#92b567), to(#76b828));
  background: linear-gradient(to bottom, #92b567 0%, #76b828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92b567', endColorstr='#76b828',GradientType=0 );
  /*  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	    background-image: linear-gradient(top,#4d90fe,#4787ed);
	  */
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border: 0;
  display: block;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  width: 50px;
  height: 30px;
  outline: none;
}

.widget-book-now-container {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.widget-book-now-container .types {
  display: block;
  margin-left: 20px;
}

.widget-book-now-container .types li {
  display: block;
}

.widget-book-now-container .types li label {
  font-weight: bold;
  font-size: 14px;
}

.widget-book-now-container .types li input {
  width: auto;
  margin-right: 10px;
}

.widget-book-now-container .form h2 {
  margin-top: 40px;
}

.widget-book-now-container .form fieldset {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.widget-book-now-container .form fieldset .help-block {
  font-size: 14px;
  line-height: 20px;
  color: #b2036a;
  margin-bottom: 10px;
  margin-top: 10px;
}

.widget-book-now-container .form fieldset legend {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}

.widget-book-now-container .form fieldset p {
  font-size: 14px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .widget-book-now-container .form fieldset p {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .widget-book-now-container .form fieldset p {
    width: 60%;
  }
}

.widget-book-now-container .form fieldset table {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .widget-book-now-container .form fieldset table {
    min-width: 625px;
  }
}

@media (min-width: 1024px) {
  .widget-book-now-container .form fieldset table {
    min-width: 625px;
    width: 800px;
  }
}

.widget-book-now-container .form fieldset table tbody {
  display: none;
}

.widget-book-now-container .form fieldset table .lessons-week,
.widget-book-now-container .form fieldset table .arrival,
.widget-book-now-container .form fieldset table .departure,
.widget-book-now-container .form fieldset table .accommodation,
.widget-book-now-container .form fieldset table .accommodation-junior,
.widget-book-now-container .form fieldset table .accommodation-group-tour {
  display: none;
  visibility: hidden;
}

.widget-book-now-container .form fieldset table .show {
  display: table-row;
  visibility: visible;
}

.widget-book-now-container .form fieldset table tr td {
  padding-bottom: 10px;
  display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .widget-book-now-container .form fieldset table tr td {
    display: table-cell;
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .widget-book-now-container .form fieldset table tr td {
    display: table-cell;
    padding-bottom: 0;
  }
}

.widget-book-now-container .form fieldset table tr td:first-child {
  padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .widget-book-now-container .form fieldset table tr td:first-child {
    padding-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .widget-book-now-container .form fieldset table tr td:first-child {
    padding-bottom: 10px;
  }
}

.widget-book-now-container .form fieldset table tr td input,
.widget-book-now-container .form fieldset table tr td select {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .widget-book-now-container .form fieldset table tr td input,
  .widget-book-now-container .form fieldset table tr td select {
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .widget-book-now-container .form fieldset table tr td input,
  .widget-book-now-container .form fieldset table tr td select {
    width: 70%;
  }
}

.widget-book-now-container .form fieldset table tr td .button {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  outline: 0;
  padding: 0 10px 0 11px;
  white-space: nowrap;
  background-color: #b2036a;
  font-size: 14px;
  margin: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  color: #fff;
  float: right;
}

.widget-book-now-container .form fieldset table tr td textarea {
  font-size: 14px;
}

.widget-book-now-container .form fieldset table tr td .space-left {
  margin-left: 5px;
}

.widget-book-now-container .form fieldset table tr td .radio {
  margin-right: 20px;
}

.widget-book-now-container .form fieldset table tr td .radio input {
  width: auto;
  margin-right: 5px;
}

.widget-book-now-container .form fieldset table tr td .number-container {
  display: inline-block;
  width: 22%;
  margin-left: 3%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .widget-book-now-container .form fieldset table tr td .number-container {
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .widget-book-now-container .form fieldset table tr td .number-container {
    width: auto;
    margin-left: 0;
  }
}

.widget-book-now-container .form fieldset table tr td .input-label-space {
  margin-left: 20px;
}

.widget-book-now-container .form fieldset table tr td .button {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .widget-book-now-container .form fieldset table tr td .button {
    width: 30%;
  }
}

@media (min-width: 1024px) {
  .widget-book-now-container .form fieldset table tr td .button {
    width: 30%;
  }
}

.widget-book-now-container .form fieldset table tr .space-top {
  padding-top: 10px;
}

.widget-book-now-container .form fieldset table tr .address-container {
  font-size: 0;
}

.widget-book-now-container .form fieldset table tr .address-container input {
  width: 75%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .widget-book-now-container .form fieldset table tr .address-container input {
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .widget-book-now-container .form fieldset table tr .address-container input {
    width: 70%;
  }
}

.widget-book-now-container .form fieldset table tr .address-container label {
  position: absolute;
  margin-top: -20px;
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .widget-book-now-container .form fieldset table tr .address-container label {
    position: relative;
    margin-top: 0;
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .widget-book-now-container .form fieldset table tr .address-container label {
    position: relative;
    margin-top: 0;
    margin-left: 20px;
  }
}

.widget-book-now-container .form fieldset table tr .address-container .input-tiny {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .widget-book-now-container .form fieldset table tr .address-container .input-tiny {
    min-width: 60px;
    max-width: 90px;
    margin-left: 5px;
  }
}

@media (min-width: 1024px) {
  .widget-book-now-container .form fieldset table tr .address-container .input-tiny {
    min-width: 60px;
    max-width: 90px;
    margin-left: 5px;
  }
}

.widget-directions-container {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.widget-directions-container .widget-directions h2 {
  font-size: 16px;
}

.widget-directions-container .widget-directions label {
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.widget-directions-container select {
  display: block;
  margin-top: 5px;
  width: 100%;
  margin-top: 10px;
}

.widget-directions-container input {
  padding-left: 10px;
  margin-top: 5px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #eeeeee;
  padding-top: 5px;
  padding-bottom: 5px;
}

.widget-directions-container .directions-container {
  margin-top: 20px;
  font-family: 14px !important;
}

.widget-directions-container .directions-container .adp-placemark {
  font-size: 16px;
  color: #555555;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  background-color: transparent;
}

.widget-directions-container .directions-container .adp-step,
.widget-directions-container .directions-container .adp-substep {
  /*color: #666;*/
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

.widget-directions-container .directions-container .adp-text {
  color: #555555;
}

.widget-directions-container .directions-container .adp-step,
.widget-directions-container .directions-container .adp-substep > b {
  color: #555555;
}

.widget-directions-container .directions-container .adp-step,
.widget-directions-container .directions-container .adp-substep:hover {
  /*color: $darkGrayColor;*/
  color: #666;
}

.widget-directions-container .directions-container .adp-marker {
  display: none;
}

.widget-directions-container .directions-container .adp-summary {
  color: #555555;
}

.widget-directions-container .directions-container .adp-details,
.widget-directions-container .directions-container .adp-legal {
  color: #666;
}

.widget-directions-container button {
  margin-top: 5px;
  background-color: #4d90fe;
  background: #92b567;
  background: -webkit-gradient(linear, left top, left bottom, from(#92b567), to(#76b828));
  background: linear-gradient(to bottom, #92b567 0%, #76b828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92b567', endColorstr='#76b828',GradientType=0 );
  /*  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	    background-image: linear-gradient(top,#4d90fe,#4787ed);
	  */
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border: 0;
  display: block;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  width: 50px;
  height: 30px;
  outline: none;
}

.widget-directions-container button svg {
  margin-top: 2px;
}

.map-container {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}

.map-container #map-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.address-container {
  width: 100%;
  display: block;
  margin-top: 20px;
  /*
  .address-container .title .icon {
    float: right;
    fill: #fff;
  }
  */
}

.address-container .title {
  display: block;
}

.address-container .title h2 {
  display: block;
  font-size: 16px;
}

.address-container .address {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.address-container .address-details {
  display: block;
}

.address-container .address-details .address-detail {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  /*height: 24px;*/
  line-height: 24px;
}

.address-container .address-details .address-detail .icon {
  margin-right: 10px;
}

.address-container .address-details .address-detail span {
  display: inline-block;
  position: relative;
  /*display: inline-block;*/
  fill: #000;
  line-height: 24px;
  vertical-align: middle;
  /*line-height: 28px;*/
}

.address-container .address-details .address-detail .opening-times {
  display: inline-block;
  vertical-align: top;
}

.block-prices {
  position: relative;
  margin-bottom: 20px;
}

.block-prices > h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 20px;
}

.block-prices .table-filters {
  width: 100%;
  margin-bottom: 20px;
}

.block-prices .table-filters td {
  padding: 5px 5px 5px 0;
  display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .block-prices .table-filters td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .block-prices .table-filters td {
    display: table-cell;
  }
}

.block-prices .table-filters td:last-child {
  padding-right: 0;
}

.block-prices .table-filters select {
  width: 100%;
}

.block-prices .table-last-tr {
  border: none !important;
}

.block-prices .table-prices {
  width: 100%;
  text-align: center;
  border: none;
  border-collapse: collapse;
  font-size: 7px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .block-prices .table-prices {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .block-prices .table-prices {
    font-size: 14px;
  }
}

.block-prices .table-prices thead th {
  font-weight: normal;
  border-left: 1px solid;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.block-prices .table-prices thead th:first-child {
  border: none;
}

.block-prices .table-prices tbody {
  color: #666;
}

.block-prices .table-prices tbody td {
  border-left: 1px solid;
  padding: 5px;
}

.block-prices .table-prices tbody td:first-child {
  border: none;
  padding-left: 0;
}

.block-prices .table-prices tbody .currency:after {
  content: '\20AC';
}

.block-prices .table-prices tbody .currency:empty:after {
  /*content: "";*/
}

.block-prices .table-prices tbody tr {
  border-bottom: 1px dotted;
}

.block-prices .table-prices tbody tr:last-child {
  border: none;
}

.block-prices .table-prices tbody .table-title {
  width: 33%;
  color: #555555;
  text-align: left;
}

.block-prices .table-prices tbody .table-fixed-column {
  text-align: center;
}

.block-prices .table-prices tbody .table-items-package {
  padding-top: 10px;
  padding-bottom: 10px !important;
}

.block-prices .table-prices tbody .table-items-package span {
  display: block;
}

.block-slideshow {
  position: relative;
}

.block-slideshow .slideshow-container {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  position: relative;
}

.block-slideshow .slideshow-container img {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-slideshow .slideshow-bar {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  bottom: 10px;
  height: 60px;
}

.block-slideshow .slideshow-bar-title {
  /*line-height: 50px;*/
  position: absolute;
  top: 10px;
  left: 0;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.block-slideshow .slideshow-button-backward {
  position: absolute;
  left: 10px;
  top: 10px;
}

.block-slideshow .slideshow-button-forward {
  position: absolute;
  right: 10px;
  top: 10px;
}

.block-slideshow .slideshow-button-forward .icon,
.block-slideshow .slideshow-button-backward .icon {
  width: 40px;
  height: 40px;
  fill: #fff;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 1px 1px #000);
}

.block-slideshow .slideshow-button-forward .icon:hover,
.block-slideshow .slideshow-button-backward .icon:hover {
  -webkit-filter: drop-shadow(0 2px 2px #000);
}

.block-slideshow .slideshow-button-forward .icon:click,
.block-slideshow .slideshow-button-backward .icon:click {
  -webkit-filter: drop-shadow(0 1px 1px #000);
}

.block-standard .img-container {
  display: block;
  width: 40%;
  padding-bottom: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.block-standard .img-container img {
  width: 100%;
}

.block-standard .file-link {
  margin-top: 20px;
  float: right;
}

.block-standard .button-file-link {
  background-color: #4d90fe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
  background-image: linear-gradient(to bottom, #4d90fe, #4787ed);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border: 0;
  display: inline-block;
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  padding: 0;
  width: 48px;
  height: 48px;
  /*float: right;*/
  outline: none;
  line-height: 48px;
}

.block-standard .button-file-link svg {
  margin-top: 12px;
}

.block-standard .button-file-link:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4d90fe), to(#4787ed));
  background-image: linear-gradient(to top, #4d90fe, #4787ed);
}

.block-standard .school {
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px dotted;
  margin-bottom: 12px;
}

.block-standard .content-text {
  font-size: 14px;
}

.block-standard ul {
  margin-left: 15px;
}

.faq .container {
  width: 100%;
}

.faq .container h2 {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .faq .container h2 {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .faq .container h2 {
    font-size: 25px;
  }
}

.faq .container ul {
  display: block;
  text-align: left;
}

.faq .container ul li {
  display: block;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0), #fff);
  padding: 30px 0 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}

.faq .container ul li .question {
  display: block;
  font-size: 14px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .faq .container ul li .question {
    font-size: 19px;
    font-weight: normal;
  }
}

@media (min-width: 1024px) {
  .faq .container ul li .question {
    font-size: 19px;
    font-weight: normal;
  }
}

.faq .container ul li .answer {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  margin-top: 15px;
  max-height: 0;
  -webkit-transition: all .33s ease;
  transition: all .33s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
  font-weight: normal;
}

.faq .container ul li .answer p {
  margin-top: 20px;
}

.faq .container ul li::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .33s ease;
  transition: -webkit-transform .33s ease;
  transition: transform .33s ease;
  transition: transform .33s ease, -webkit-transform .33s ease;
  background: url("/img/faq-arrow.svg") top right no-repeat;
  background-size: 16.5px;
  content: '';
  position: absolute;
  top: 36px;
  right: 0;
  display: block;
  height: 12px;
  width: 24px;
}

.faq .container ul li.open {
  padding: 30px 0 30px 0;
}

.faq .container ul li.open .answer {
  max-height: 640px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .faq .container ul li.open .answer {
    max-height: 300px;
  }
}

@media (min-width: 1024px) {
  .faq .container ul li.open .answer {
    max-height: 300px;
  }
}

.faq .container ul li.open::after {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: top left;
}

.website-footer {
  display: block;
  background-color: #303030;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  font-family: 'Lato', 'Helvetica Neue', 'Helvetica', arial;
}

.website-footer .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0 15px;
  font-size: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-footer .container {
    min-width: 768px;
    padding: 0 30px;
  }
}

@media (min-width: 1024px) {
  .website-footer .container {
    min-width: 1024px;
    padding: 0 15px;
  }
}

.website-footer .container .bottom {
  display: block;
  margin-top: 40px;
  height: auto;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-footer .container .bottom {
    height: 43px;
  }
}

@media (min-width: 1024px) {
  .website-footer .container .bottom {
    height: 43px;
  }
}

.website-footer .container .bottom .left {
  float: none;
  text-align: center;
  line-height: 43px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-footer .container .bottom .left {
    float: left;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .website-footer .container .bottom .left {
    float: left;
    text-align: left;
  }
}

.website-footer .container .bottom .right {
  float: none;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-footer .container .bottom .right {
    float: right;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .website-footer .container .bottom .right {
    float: right;
    text-align: left;
  }
}

.website-footer .container .bottom .left ul,
.website-footer .container .bottom .right ul {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-footer .container .bottom .left ul,
  .website-footer .container .bottom .right ul {
    text-align: left;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .website-footer .container .bottom .left ul,
  .website-footer .container .bottom .right ul {
    text-align: left;
    margin-bottom: 0;
  }
}

.website-footer .container .bottom .left ul li,
.website-footer .container .bottom .right ul li {
  display: inline-block;
  padding: 4px;
  color: #B6B4B3;
}

.website-footer .container .bottom .left ul li a,
.website-footer .container .bottom .right ul li a {
  color: #B6B4B3;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("/img/social-icons2.png");
  background-size: 90px 32px;
  display: block;
  height: 32px;
  width: 30px;
  cursor: pointer;
}

.website-footer .container .bottom .left ul li a .hs,
.website-footer .container .bottom .right ul li a .hs {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.website-footer .container .bottom .left ul li .facebook,
.website-footer .container .bottom .right ul li .facebook {
  background-position: 0 0;
}

.website-footer .container .bottom .left ul li .twitter,
.website-footer .container .bottom .right ul li .twitter {
  background-position: -30px 0;
}

.website-footer .container .bottom .left ul li .gplus,
.website-footer .container .bottom .right ul li .gplus {
  background-position: 30px 0;
}

.website-footer .container .bottom .left ul li a:hover,
.website-footer .container .bottom .right ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.website-footer .container .bottom .left span,
.website-footer .container .bottom .right span {
  display: block;
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  font-weight: normal;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-footer .container .bottom .left span,
  .website-footer .container .bottom .right span {
    display: inline-block;
    margin-right: 5px;
  }
}

@media (min-width: 1024px) {
  .website-footer .container .bottom .left span,
  .website-footer .container .bottom .right span {
    display: inline-block;
    margin-right: 5px;
  }
}

.website-footer .container .blocks {
  display: block;
  overflow: hidden;
}

.website-footer .container .blocks .block {
  display: block;
  text-align: center;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .website-footer .container .blocks .block {
    text-align: left;
    width: 15%;
    padding-right: 1%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
  }
}

.website-footer .container .blocks .block.logo {
  display: none;
}

.website-footer .container .blocks .block.left {
  width: 100%;
}

.website-footer .container .blocks .block.right {
  width: 100%;
}

@media (min-width: 1024px) {
  .website-footer .container .blocks .block.logo {
    display: inline-block;
  }

  .website-footer .container .blocks .block.larger {
    width: 20%;
  }

  .website-footer .container .blocks .block.left {
    width: 14%;
    padding-right: 1%;
  }

  .website-footer .container .blocks .block.right {
    text-align: right;
    width: 25%;
  }
}

.website-footer .container .blocks .block .block-title {
  display: block;
  padding-bottom: 10px;
  padding-top: 20px;
}

@media (min-width: 1024px) {
  .website-footer .container .blocks .block .block-title {
    padding-top: 0;
    display: inline-block;
    padding-bottom: 20px;
  }
}

.website-footer .container .blocks .block #logo,
.website-footer .container .blocks .block #logo-telc,
.website-footer .container .blocks .block #logo-klett {
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-footer .container .blocks .block #logo,
  .website-footer .container .blocks .block #logo-telc,
  .website-footer .container .blocks .block #logo-klett {
    width: 50%;
    display: block;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .website-footer .container .blocks .block #logo,
  .website-footer .container .blocks .block #logo-telc,
  .website-footer .container .blocks .block #logo-klett {
    width: 50%;
    display: block;
    margin-right: 0;
  }
}

.website-footer .container .blocks .block #logo img,
.website-footer .container .blocks .block #logo-telc img,
.website-footer .container .blocks .block #logo-klett img {
  display: block;
  width: 100%;
}

.website-footer .container .blocks .block ul {
  display: block;
  width: 100%;
}

.website-footer .container .blocks .block ul li {
  display: inline-block;
  line-height: 15px;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  color: #B6B4B3;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 11px;
}

@media (min-width: 1024px) {
  .website-footer .container .blocks .block ul li {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}

.website-footer .container .blocks .block ul li.payments {
  display: block;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-footer .container .blocks .block ul li.payments {
    width: 30%;
  }
}

@media (min-width: 1024px) {
  .website-footer .container .blocks .block ul li.payments {
    width: auto;
  }
}

.website-footer .container .blocks .block ul li img {
  display: block;
  width: 100%;
  margin-top: 5px;
}

.website-footer .container .blocks .block ul li a {
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  color: #B6B4B3;
}

.website-footer .container .blocks .block ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.website-header {
  display: block;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-header {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .website-header {
    margin-bottom: 20px;
  }
}

.website-header .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0 15px;
  line-height: 60px;
  height: 60px;
  font-size: 0;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-header .container {
    line-height: 60px;
    height: 60px;
    padding: 0 30px;
  }
}

@media (min-width: 1024px) {
  .website-header .container {
    line-height: 60px;
    height: 60px;
    padding: 0 15px;
  }
}

.website-header .container .menu-icon {
  float: right;
  height: 100%;
  cursor: pointer;
}

.website-header .container .menu-icon svg {
  height: 60%;
  margin-top: 12px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-header .container .menu-icon svg {
    display: none;
    margin-top: 0;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .website-header .container .menu-icon svg {
    display: none;
    margin-top: 0;
    height: 100%;
  }
}

.website-header .container .menu-cart {
  float: right;
  height: 100%;
}

.website-header .container .menu-cart svg {
  margin-top: 15px;
  height: 50%;
  fill: #b2036a;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-header .container .menu-cart svg {
    width: 21px;
    height: 100%;
    margin-top: -3px;
    padding-left: 15px;
  }
}

@media (min-width: 1024px) {
  .website-header .container .menu-cart svg {
    width: 21px;
    height: 100%;
    margin-top: -3px;
    padding-left: 15px;
  }
}

.website-header .container .menu-left {
  display: inline-block;
  line-height: 30px;
  height: 60px;
  position: absolute;
  left: 15px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-header .container .menu-left {
    height: 90px;
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: auto;
  }
}

@media (min-width: 1024px) {
  .website-header .container .menu-left {
    height: 90px;
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: auto;
  }
}

.website-header .container .menu-left h1 {
  overflow: hidden;
  text-indent: -99999px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  height: 90%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-header .container .menu-left h1 {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .website-header .container .menu-left h1 {
    width: auto;
  }
}

.website-header .container .menu-left h1 a {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
}

.website-header .container .menu-left h1 #logo {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.website-header .container .menu-left h1 #logo img {
  display: block;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-header .container .menu-left h1 #logo img {
    height: 100%;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 1024px) {
  .website-header .container .menu-left h1 #logo img {
    height: 100%;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.website-header .container .menu-left.mobile {
  display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-header .container .menu-left.mobile {
    display: none;
  }
}

@media (min-width: 1024px) {
  .website-header .container .menu-left.mobile {
    display: none;
  }
}

.website-header .container .menu-right {
  display: none;
  line-height: 45px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-header .container .menu-right {
    display: block;
    float: right;
  }
}

@media (min-width: 1024px) {
  .website-header .container .menu-right {
    display: block;
    float: right;
  }
}

.website-header .container .menu-right ul {
  display: block;
  font-size: 0;
}

.website-header .container .menu-right ul li {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 0;
}

.website-header .container .menu-right ul .menu-li,
.website-header .container .menu-right ul .menu-li-home {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-header .container .menu-right ul .menu-li,
  .website-header .container .menu-right ul .menu-li-home {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .website-header .container .menu-right ul .menu-li,
  .website-header .container .menu-right ul .menu-li-home {
    display: inline-block;
  }
}

.website-header .container .menu-right ul li:last-child {
  padding-right: 0;
}

.website-header .container .menu-right ul .phone {
  display: block;
  text-align: right;
}

.website-header .container .menu-right ul li .fb-like {
  display: inline-block;
  line-height: 90px;
  vertical-align: middle;
  height: 100%;
}

.website-header .container .menu-right ul li .fb-like span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.website-header .container .menu-right ul li a,
.website-header .container .menu-right ul li .header-button,
.website-header .container .menu-right ul li .menu-text {
  outline: 0;
  margin: 0;
  border: none;
  color: #555555;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: .9px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  height: 100%;
  display: block;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-header .container .menu-right ul li a,
  .website-header .container .menu-right ul li .header-button,
  .website-header .container .menu-right ul li .menu-text {
    font-size: 11px;
  }
}

@media (min-width: 1024px) {
  .website-header .container .menu-right ul li a,
  .website-header .container .menu-right ul li .header-button,
  .website-header .container .menu-right ul li .menu-text {
    font-size: 14px;
  }
}

.website-header .container .menu-right ul li a:hover,
.website-header .container .menu-right ul li .header-button:hover,
.website-header .container .menu-right ul li .menu-text:hover {
  text-decoration: none;
  color: #000;
}

.website-header .container .menu-right ul li .menu-text {
  display: inline-block;
  vertical-align: top;
}

.website-header .container .menu-right ul li svg {
  display: inline-block;
  width: 30px;
  height: 100%;
  line-height: 100%;
  vertical-align: top;
  padding-right: 10px;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  fill: #555555;
}

.website-header .container .menu-right ul li svg:hover {
  fill: #000;
}

.website-header .container.top {
  background-color: #fff;
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .website-header .container.top {
    display: block;
    line-height: 90px;
    height: 90px;
  }
}

@media (min-width: 1024px) {
  .website-header .container.top {
    display: block;
    line-height: 90px;
    height: 90px;
  }
}

.divider.header {
  display: block;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .divider.header {
    display: none;
  }
}

@media (min-width: 1024px) {
  .divider.header {
    display: none;
  }
}

.css-loader,
.css-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.css-loader {
  margin: 0;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #b2036a;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

