@charset "UTF-8";
/*---------------------------
RESET
---------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

input[type], [contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: 400; }

base, basefont, datalist, head, meta, script, style, title, noembed, param, template {
  display: none; }

a {
  text-decoration: none;
  color: inherit; }

b {
  font-weight: 400; }

em, i {
  font-style: normal; }

a:focus, button:focus {
  outline: 0; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0; }

input, fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  font-size: 10px;
  font-size: 1rem;
  font-family: inherit; }

input::-ms-clear {
  display: none; }

input:focus {
  outline: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none; }

svg {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

img {
  max-width: 100%;
  display: block; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: none; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*---------------------------
TYPOGRAPHY
---------------------------*/
/*---------------------------
ICON FONT
---------------------------*/
@font-face {
  font-family: 'icons';
  src: url("fonts/icons.eot");
  src: url("fonts/icons.eot?#iefix") format("embedded-opentype"), url("fonts/icons.woff") format("woff"), url("fonts/icons.ttf") format("truetype"), url("fonts/icons.svg#svgFontName") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: FontAwesome;
  src: url(fonts/fontawesome-webfont.eot);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2) format("woff2"), url(fonts/fontawesome-webfont.woff) format("woff"), url(fonts/fontawesome-webfont.ttf) format("truetype"), url(fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal; }

/*---------------------------
FLUID TYPOGRAPHY
---------------------------*/
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 30px;
    font-size: 3rem; }
  h2, .section-headline {
    font-size: 21px;
    font-size: 2.1rem; }
  h3 {
    font-size: 17px;
    font-size: 1.7rem; }
  h4 {
    font-size: 16px;
    font-size: 1.6rem; }
  p, .norm {
    font-size: 14px;
    font-size: 1.4rem; }
  .rt {
    font-size: 14px;
    font-size: 1.4rem; }
  .large {
    font-size: 24px;
    font-size: 2.4rem; }
  .middle {
    font-size: 18px;
    font-size: 1.8rem; } }

@media only screen and (min-width: 480px) and (max-width: 1200px) {
  h1 {
    font-size: calc(30px + (3.6 - 3) * (100vw - 480px) / (120 - 48));
    font-size: calc(3rem + (3.6 - 3) * (100vw - 480px) / (120 - 48)); }
  h2, .section-headline {
    font-size: calc(21px + (3.2 - 2.1) * (100vw - 480px) / (120 - 48));
    font-size: calc(2.1rem + (3.2 - 2.1) * (100vw - 480px) / (120 - 48)); }
  h3 {
    font-size: calc(17px + (2.4 - 1.7) * (100vw - 480px) / (120 - 48));
    font-size: calc(1.7rem + (2.4 - 1.7) * (100vw - 480px) / (120 - 48)); }
  h4 {
    font-size: calc(16px + (1.8 - 1.6) * (100vw - 480px) / (120 - 48));
    font-size: calc(1.6rem + (1.8 - 1.6) * (100vw - 480px) / (120 - 48)); }
  p, .norm {
    font-size: calc(14px + (1.6 - 1.4) * (100vw - 480px) / (120 - 48));
    font-size: calc(1.4rem + (1.6 - 1.4) * (100vw - 480px) / (120 - 48)); }
  .rt {
    font-size: calc(14px + (1.6 - 1.4) * (100vw - 480px) / (120 - 48));
    font-size: calc(1.4rem + (1.6 - 1.4) * (100vw - 480px) / (120 - 48)); }
  .large {
    font-size: calc(24px + (3.6 - 2.4) * (100vw - 480px) / (120 - 48));
    font-size: calc(2.4rem + (3.6 - 2.4) * (100vw - 480px) / (120 - 48)); }
  .middle {
    font-size: calc(18px + (2.1 - 1.8) * (100vw - 480px) / (120 - 48));
    font-size: calc(1.8rem + (2.1 - 1.8) * (100vw - 480px) / (120 - 48)); } }

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
    font-size: 3.6rem; }
  h2, .section-headline {
    font-size: 32px;
    font-size: 3.2rem; }
  h3 {
    font-size: 24px;
    font-size: 2.4rem; }
  h4 {
    font-size: 18px;
    font-size: 1.8rem; }
  p, .norm {
    font-size: 16px;
    font-size: 1.6rem; }
  .rt {
    font-size: 16px;
    font-size: 1.6rem; }
  .large {
    font-size: 36px;
    font-size: 3.6rem; }
  .middle {
    font-size: 21px;
    font-size: 2.1rem; } }

/*---------------------------
HELPERS
---------------------------*/
.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/*---------------------------
PRINT
---------------------------*/
@media print {
  *, *:before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px;
  left: -2.5rem; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
    right: -2.5rem; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px;
  right: -2.5rem; }
  [dir="rtl"] .slick-next {
    left: -25px;
    left: -2.5rem;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  bottom: -2.5rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    height: 2rem;
    width: 20px;
    width: 2rem;
    margin: 0 5px;
    margin: 0 0.5rem;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      height: 2rem;
      width: 20px;
      width: 2rem;
      padding: 5px;
      padding: 0.5rem;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        width: 2rem;
        height: 20px;
        height: 2rem;
        line-height: 20px;
        line-height: 2rem;
        font-family: "slick";
        font-size: 6px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*---------------------------
SLIDERI
---------------------------*/
/*---------------------------
HERO
---------------------------*/
.slide-hero {
  position: relative;
  min-height: 650px;
  min-height: 65rem;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.slide-hero img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.slide-hero .wrapper-inner {
  position: relative; }

.slide-hero-text {
  position: relative;
  left: -15px;
  left: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  max-width: 50%;
  padding: 0 15px;
  padding: 0 1.5rem;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s; }

.background--dark * {
  color: #fff;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s; }

.background--light * {
  color: #00497b;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s; }

.slide-hero-text h1 {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.slide-hero-text h4 {
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.slide-hero-text ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.slide-hero-text ul li {
  position: relative;
  padding-left: 25px;
  padding-left: 2.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

.slide-hero-text ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-family: 'icons';
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5; }

.hero-text-white * {
  color: #fff; }

.slide-hero-buttons {
  margin: 20px 0 26px;
  margin: 2rem 0 2.6rem; }

.slider-hero .slick-dots {
  bottom: -90px;
  bottom: -9rem; }
  .slider-hero .slick-dots li {
    height: 10px;
    height: 1rem;
    width: 10px;
    width: 1rem;
    margin: 0 5px;
    margin: 0 0.5rem; }
    .slider-hero .slick-dots li button {
      height: 10px;
      height: 1rem;
      width: 10px;
      width: 1rem;
      padding: 5px;
      padding: 0.5rem; }
      .slider-hero .slick-dots li button:hover:before, .slider-hero .slick-dots li button:focus:before {
        opacity: 1; }
      .slider-hero .slick-dots li button:before {
        font-size: 10px;
        font-size: 1rem;
        width: 10px;
        width: 1rem;
        height: 10px;
        height: 1rem;
        line-height: 1;
        text-align: center;
        color: #aabacd;
        opacity: 1; }
    .slider-hero .slick-dots li.slick-active button:before {
      color: #1d78b2;
      opacity: 1; }

.stocks {
  background: #BCE4FA;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 60px;
  margin-bottom: 6rem; }

.stocks .wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0; }

.stocks .wrapper-inner div {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px;
  padding: 1.5rem;
  color: #69809b;
  width: 42.91667%; }

.stocks .wrapper-inner div:first-child {
  text-align: right; }

@media (max-width: 1070px) {
  .stocks .wrapper-inner div {
    width: 50%;
    text-align: left !important; }
  .slider-hero .slick-dots {
    bottom: -120px;
    bottom: -12rem; } }

@media (max-width: 768px) {
  .stocks {
    margin-bottom: 0; }
  .slide-hero-text {
    max-width: 100%; } }

@media (max-width: 480px) {
  .stocks .wrapper-inner {
    display: block; }
  .slide-hero {
    min-height: calc(100vh - 99px);
    min-height: calc(100vh - 9.9rem); }
  .stocks .wrapper-inner {
    padding: 10px 0;
    padding: 1rem 0; }
  .stocks .wrapper-inner div {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%; } }

/*---------------------------
CAROUSEL
---------------------------*/
.slider-carousel-wrapper {
  background: #E6EBF0; }

.slider-carousel-wrapper .wrapper-inner {
  padding: 60px 0;
  padding: 6rem 0; }

.slider-carousel-wrapper h2 {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.slider-carousel .slick-list {
  overflow: visible; }

.slide-carousel {
  border: 0;
  padding: 0 15px;
  padding: 0 1.5rem; }

.slide-carousel:not(.slick-active) {
  opacity: .5; }

.slide-carousel:hover {
  border: 0; }

.slide-carousel-image {
  position: relative; }

.slide-carousel-image:after {
  content: "";
  display: block;
  padding-top: 66.66667%; }

.slide-carousel-image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.slide-carousel-text h3, .slide-carousel-text p {
  margin: 25px 0;
  margin: 2.5rem 0; }

.slide-carousel-text span {
  display: inline-block;
  color: #0078b4;
  border-bottom: 1px solid transparent;
  -webkit-transition: color .25s,border-color .25s;
  -o-transition: color .25s,border-color .25s;
  transition: color .25s,border-color .25s; }
  .slide-carousel-text span:hover {
    color: #00497b;
    border-bottom: 1px solid #00497b; }

.slider-carousel .slick-prev, .slider-carousel .slick-next {
  z-index: 5;
  height: 50px;
  height: 5rem;
  width: 50px;
  width: 5rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }
  .slider-carousel .slick-prev:hover, .slider-carousel .slick-prev:focus, .slider-carousel .slick-next:hover, .slider-carousel .slick-next:focus {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.2rem 0.3rem 0 rgba(0, 0, 0, 0.4); }
    .slider-carousel .slick-prev:hover:before, .slider-carousel .slick-prev:focus:before, .slider-carousel .slick-next:hover:before, .slider-carousel .slick-next:focus:before {
      opacity: 1; }
  .slider-carousel .slick-prev.slick-disabled:before, .slider-carousel .slick-next.slick-disabled:before {
    opacity: 1; }
  .slider-carousel .slick-prev:before, .slider-carousel .slick-next:before {
    font-family: "icons";
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1;
    color: #0078b4;
    opacity: 1; }

.slider-carousel .slick-prev {
  left: -35px;
  left: -3.5rem; }
  [dir="rtl"] .slider-carousel .slick-prev {
    right: -25px; }
  .slider-carousel .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slider-carousel .slick-prev:before {
      content: ""; }

.slider-carousel .slick-next {
  right: -35px;
  right: -3.5rem; }
  [dir="rtl"] .slider-carousel .slick-next {
    left: -25px;
    right: auto; }
  .slider-carousel .slick-next:before {
    content: ""; }
    [dir="rtl"] .slider-carousel .slick-next:before {
      content: ""; }

@media (max-width: 480px) {
  .slider-carousel-wrapper .wrapper-inner {
    padding: 30px 0;
    padding: 3rem 0; }
  .slider-carousel-wrapper h2 {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .slide-carousel-text h3, .slide-carousel-text p {
    margin: 15px 0;
    margin: 1.5rem 0; }
  .slider-carousel .slick-list {
    overflow: hidden; } }

/*======================================
  Selectric v1.11.1
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #90A0B2;
  border-radius: 4px;
  background: #fff;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 40px 0 10px;
  margin: 0 4rem 0 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  height: 40px;
  height: 4rem;
  line-height: 2.7;
  color: #0078b4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  width: 4rem;
  height: 40px;
  height: 4rem;
  background-color: #fff;
  padding: 0;
  margin: 0;
  font-size: 0;
  font-weight: 400;
  border: 0;
  color: #0078b4; }

.selectric .button:after {
  font-size: 7px;
  font-size: 0.7rem;
  font-family: "icons";
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 0; }

.selectric-open .button:after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.selectric-focus .selectric {
  border-color: #90A0B2; }

.selectric-hover .selectric {
  border-color: #90A0B2; }

.selectric-hover .selectric .button {
  color: #0078b4; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #90A0B2;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  width: 100% !important;
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  background: #fff;
  border: 1px solid #90A0B2;
  border-radius: 4px;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
  -webkit-box-shadow: 0 0 1rem -0.6rem;
  box-shadow: 0 0 1rem -0.6rem; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  min-height: 20px;
  min-height: 2rem;
  line-height: 1.6667; }

.selectric-items li {
  display: block;
  padding: 10px;
  padding: 1rem;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: transparent;
  color: #0078b4; }

.selectric-items li.highlighted {
  background: transparent;
  color: #0078b4; }

.selectric-items li:hover {
  background: transparent;
  color: #0078b4; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  padding-left: 1rem;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #0078b4; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px;
  padding-left: 2.5rem; }

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author    Cornel Boppart <cornel@bopp-art.com>
 * @copyright Author
 *
 * @version   2.3.6 (20/12/2016)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("fonts/lightcase.eot?55356177");
  src: url("fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("fonts/lightcase.woff?55356177") format("woff"), url("fonts/lightcase.ttf?55356177") format("truetype"), url("fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800'; }

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801'; }

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802'; }

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803'; }

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804'; }

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
  text-align: left; }

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: #fff;
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 641px) {
  /* line 24, ../scss/components/modules/_content.scss */
  #lightcase-case[data-lc-type=image] #lightcase-content, #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #fff; } }

/* line 32, ../scss/components/modules/_content.scss */
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 640px) {
  /* line 32, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

/* line 42, ../scss/components/modules/_content.scss */
#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 640px) {
  /* line 42, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    padding: 15px; }
  /* line 51, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner, #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important; }
  /* line 58, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important; } }

@media screen and (max-width: 640px) {
  /* line 69, ../scss/components/modules/_content.scss */
  .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 73, ../scss/components/modules/_content.scss */
  [data-lc-type=image] #lightcase-content .lightcase-contentInner, [data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

@media screen and (max-width: 640px) {
  /* line 85, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  /* line 92, ../scss/components/modules/_content.scss */
  #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 640px) {
  /* line 109, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #fff; } }

@media screen and (min-width: 641px) {
  /* line 109, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #fff; } }

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff; }

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0; } }

@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0; } }

/* line 6, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden; }

@media screen and (max-width: 640px) {
  /* line 4, ../scss/components/modules/_global.scss */
  .lightcase-open body {
    padding: 55px 0 70px 0; }
  /* line 15, ../scss/components/modules/_global.scss */
  .lightcase-open body > *:not([id*='lightcase-']) {
    position: fixed !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important; } }

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px; }

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 14px;
  color: #fff; }

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #fff; } }

/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #fff; }

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #fff; }

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 51, ../scss/components/modules/_info.scss */
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static; } }

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 4, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-nav a[class*='lightcase-icon-'], #lightcase-nav a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: white;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-nav a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 49, ../scss/components/mixins/_presets.scss */
#lightcase-nav a[class*='lightcase-icon-']:hover {
  color: white; }

/* line 12, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice #lightcase-nav a[class*='lightcase-icon-']:hover {
  color: #fff;
  text-shadow: none; }

/* line 19, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px; }

/* line 24, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px; }

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
  border: 0; }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev:hover, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next:hover {
    border: 0; }

/* line 29, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em; }

@media screen and (min-width: 641px) {
  /* line 29, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0; } }

/* line 40, ../scss/components/modules/_navigation.scss */
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
  border: 0; }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close:hover {
    border: 0; }

@media screen and (max-width: 640px) {
  /* line 40, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    position: absolute; } }

@media screen and (min-width: 641px) {
  /* line 40, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed; } }

@media screen and (max-width: 640px) {
  /* line 4, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px; } }

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em; }
  /* line 66, ../scss/components/modules/_navigation.scss */
  #lightcase-nav a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
    opacity: 1; } }

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #000; }

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important; } }

/*---------------------------
GENERAL
---------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body, html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow-x: hidden; }

body.nav-open {
  position: relative;
  height: 100%;
  overflow: hidden; }

::-moz-selection {
  color: #aabacc;
  background: #00497b; }

::selection {
  color: #aabacc;
  background: #00497b; }

:focus {
  outline: 0; }

.small {
  font-size: 12px;
  font-size: 1.2rem; }

.wrapper-inner {
  width: 90%;
  max-width: 1200px;
  max-width: 120rem;
  margin: 0 auto; }

h1, h2, h3, h4, p {
  color: #313a45; }

h2, .section-headline {
  font-weight: 300;
  text-align: center; }

.content-headline {
  margin: 30px 0;
  margin: 3rem 0; }

@media (max-width: 480px) {
  .content-headline {
    margin: 20px 0;
    margin: 2rem 0; } }

a {
  display: inline-block;
  color: #0078b4;
  border-bottom: 1px solid transparent;
  -webkit-transition: color .25s,border-color .25s;
  -o-transition: color .25s,border-color .25s;
  transition: color .25s,border-color .25s; }
  a:hover {
    color: #00497b;
    border-bottom: 1px solid #00497b; }

main {
  display: block; }

/*---------------------------
BUTTONS
---------------------------*/
.button {
  display: inline-block;
  margin: 5px 0;
  margin: 0.5rem 0;
  padding: 13.5px 21px;
  padding: 1.35rem 2.1rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color .25s,background-color .25s,opacity .25s,margin .25s,-webkit-transform .25s;
  transition: border-color .25s,background-color .25s,opacity .25s,margin .25s,-webkit-transform .25s;
  -o-transition: border-color .25s,background-color .25s,opacity .25s,transform .25s,margin .25s;
  transition: border-color .25s,background-color .25s,opacity .25s,transform .25s,margin .25s;
  transition: border-color .25s,background-color .25s,opacity .25s,transform .25s,margin .25s,-webkit-transform .25s; }

.button-orange {
  background-color: #ff7900;
  -webkit-box-shadow: inset 0 -2px 0 0 #df6e07;
  box-shadow: inset 0 -2px 0 0 #df6e07;
  border-top-color: #ff7900;
  border-bottom-color: #c66206; }
  .button-orange:hover {
    color: #fff;
    border-bottom-color: #c66206; }

.button-transparent {
  border: 1px solid #fff; }
  .button-transparent:hover {
    color: #fff;
    border-bottom-color: #fff; }

.button-blue {
  background-color: #0078b4;
  border-top-color: #0078b4;
  border-bottom-color: #075d89;
  border-bottom-color: #075d89;
  -webkit-box-shadow: inset 0 -2px 0 0 #086ea1;
  box-shadow: inset 0 -2px 0 0 #086ea1; }
  .button-blue:hover {
    color: #fff;
    border-bottom-color: #0078b4; }

/*---------------------------
HIGHLIGHT
---------------------------*/
.highlight-blue {
  background: #0078b4; }

.highlight-bluelight {
  background: #BCE4FA; }

.highlight-bluelighter {
  background: #E6EBF0; }

.highlight-bluelightest {
  background: #f5f8fa; }

/*---------------------------
WRAPPER
---------------------------*/
.wrapper-inner {
  padding: 70px 15px;
  padding: 7rem 1.5rem; }

.wide {
  width: 82.90598%;
  margin: 0 auto; }

.narrow {
  width: 65.81197%;
  margin: 0 auto; }

@media (max-width: 1070px) {
  .narrow, .wide {
    width: 100%; } }

@media (max-width: 480px) {
  .wrapper-inner {
    padding: 30px 15px;
    padding: 3rem 1.5rem; } }

/*---------------------------
MODAL
---------------------------*/
.modal {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  overflow-y: scroll;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8); }

.modal form {
  position: absolute;
  left: 50%;
  top: 30px;
  top: 3rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  max-width: 630px;
  max-width: 63rem;
  background: #fff;
  padding: 30px;
  padding: 3rem; }

.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  width: 4rem;
  padding: 15px;
  padding: 1.5rem;
  cursor: pointer;
  background: #fff; }
  .modal .close:before, .modal .close:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    content: "";
    width: 10px;
    width: 1rem;
    height: 2px;
    background: #90A0B2; }
  .modal .close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .modal .close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

/*---------------------------
MODAL FORM
---------------------------*/
.contact-form textarea, .contact-form input[type="text"] {
  width: 100%;
  padding: 0 10px;
  padding: 0 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #313a45;
  border: 1px solid #90A0B2; }

.contact-form textarea {
  padding: 5px 10px;
  padding: 0.5rem 1rem;
  height: 80px;
  height: 8rem; }

.contact-form input[type="text"] {
  height: 40px;
  height: 4rem; }

.contact-form label {
  display: block;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

.contact-form label p {
  color: #353d47;
  font-variant: small-caps;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

.contact-form .small {
  margin-bottom: 0;
  margin-top: 15px;
  margin-top: 1.5rem; }

.captcha {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

.captcha p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-size: 1.2rem; }

.captcha > p {
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }

.captcha span {
  white-space: nowrap;
  margin-right: 5px;
  margin-right: 0.5rem; }

.captcha input[type="text"] {
  font-size: 12px;
  font-size: 1.2rem;
  height: auto;
  width: 50%;
  border: 0px;
  background: #E6EBF0; }

/*---------------------------
MAIN CONTENT WRAPPER
---------------------------*/
.content {
  position: relative;
  left: 0;
  right: 0;
  padding-top: 97px;
  padding-top: 9.7rem;
  -webkit-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -o-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99); }

.nav-open .content {
  left: -260px;
  left: -26rem;
  right: 260px;
  right: 26rem;
  -webkit-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -o-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99); }

@media (min-width: 1070px) {
  .shrinked + .content {
    padding-top: 102px;
    padding-top: 10.2rem; }
  .content {
    left: 0 !important;
    right: 0 !important;
    padding-top: 191px;
    padding-top: 19.1rem; } }

/*---------------------------
ACCORDION
---------------------------*/
.section-headline + .accordion {
  margin-top: 40px;
  margin-top: 4rem; }

.accordion {
  border-bottom: 1px solid #aabacd; }

.collapse-toggle {
  position: relative;
  display: block;
  padding: 20px 0;
  padding: 2rem 0;
  font-weight: 400;
  text-align: left;
  border: 0 !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .collapse-toggle:hover {
    border: 0 !important; }
  .collapse-toggle:after {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    font-family: "icons";
    font-size: 7px;
    font-size: 0.7rem;
    content: "";
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }

.collapse-toggle.active {
  color: #00497b; }
  .collapse-toggle.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.collapse {
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  max-height: 0;
  opacity: 0;
  padding: 0; }

.collapse.active {
  height: auto;
  padding: 40px 0;
  padding: 4rem 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  max-height: 10000px;
  max-height: 1000rem;
  opacity: 1; }

.collapse:focus {
  outline: none; }

@media (max-width: 480px) {
  .section-headline + .accordion {
    margin-top: 20px;
    margin-top: 2rem; }
  .collapse.active {
    padding: 20px 0;
    padding: 2rem 0; } }

/*---------------------------
DOWNLOADS
---------------------------*/
.downloads {
  margin-bottom: 5px !important;
  margin-bottom: 0.5rem !important; }

.downloads a {
  position: relative;
  margin-left: 30px;
  margin-left: 3rem; }
  .downloads a:before {
    position: absolute;
    top: 0;
    left: -30px;
    left: -3rem;
    font-family: "icons";
    content: ""; }

.downloads span {
  position: relative;
  margin-left: 30px;
  margin-left: 3rem; }
  .downloads span:before {
    position: absolute;
    top: 0;
    left: -30px;
    left: -3rem;
    font-family: "icons";
    content: ""; }

@media (max-width: 480px) {
  .downloads a {
    border: 0; }
    .downloads a:hover {
      border: 0; } }

/*---------------------------
CARDS
---------------------------*/
.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 20px;
  margin: 0 -1.5rem 2rem; }

.cards-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.cards-headline {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.cards figure {
  margin: 0;
  padding: 0;
  width: calc(25% - 30px);
  width: calc(25% - 3rem);
  margin: 0 15px 30px;
  margin: 0 1.5rem 3rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 1px rgba(153, 153, 153, 0.3);
  box-shadow: 0 0 2px 1px rgba(153, 153, 153, 0.3);
  border-radius: 4px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color .45s;
  -o-transition: background-color .45s;
  transition: background-color .45s; }
  .cards figure:hover {
    background-color: #f5f8fa; }

.cards figure div {
  position: relative; }
  .cards figure div:before {
    content: "";
    display: block;
    padding-top: 66.66667%; }

.cards figure div img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.cards figcaption {
  padding: 30px 30px 70px;
  padding: 3rem 3rem 7rem; }

.cards figcaption p {
  margin-top: 15px;
  margin-top: 1.5rem; }

@media (max-width: 1070px) {
  .cards figure {
    width: calc(50% - 30px);
    width: calc(50% - 3rem); } }

@media (max-width: 480px) {
  .cards figure {
    width: calc(100% - 30px);
    width: calc(100% - 3rem);
    margin: 0 15px 15px;
    margin: 0 1.5rem 1.5rem; }
  .cards figcaption {
    padding: 20px;
    padding: 2rem; } }

/*---------------------------
HERO
---------------------------*/
.hero .slide-hero {
  min-height: 50vh; }

/*---------------------------
SHARE
---------------------------*/
.share-wrapper {
  padding: 30px 0;
  padding: 3rem 0;
  text-align: center; }

.share {
  position: relative;
  display: inline-block;
  padding: 0 15px 0;
  padding: 0 1.5rem 0;
  border-top: 1px solid #40A3D5; }

.share a {
  border: 0; }
  .share a:hover {
    border: 0; }

.share-text {
  position: absolute;
  z-index: -1;
  display: block;
  bottom: 0;
  left: 50%;
  padding-bottom: 54px;
  padding-bottom: 5.4rem;
  -webkit-transform: translate(-50%, 15px);
  -ms-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);
  -webkit-transform: translate(-50%, 1.5rem);
  -ms-transform: translate(-50%, 1.5rem);
  transform: translate(-50%, 1.5rem);
  -webkit-transition: opacity .25s ease,-webkit-transform .25s ease;
  transition: opacity .25s ease,-webkit-transform .25s ease;
  -o-transition: transform .25s ease,opacity .25s ease;
  transition: transform .25s ease,opacity .25s ease;
  transition: transform .25s ease,opacity .25s ease,-webkit-transform .25s ease;
  opacity: 0;
  visibility: hidden;
  overflow: visible;
  white-space: nowrap;
  color: #40A3D5;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }

.share a:hover .share-text {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  visibility: visible;
  color: #0078b4;
  -webkit-transition: opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;
  transition: opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;
  -o-transition: transform .25s ease,opacity .25s ease,visibility .25s ease;
  transition: transform .25s ease,opacity .25s ease,visibility .25s ease;
  transition: transform .25s ease,opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease; }

.share-icon {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #40A3D5;
  padding: 0 15px;
  padding: 0 1.5rem;
  margin: 0;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s; }
  .share-icon:before {
    line-height: 2.5; }

.share a:hover .share-icon {
  color: #0078b4; }

.fa-print:before {
  font-family: FontAwesome;
  content: "\f02f"; }

.fa-email:before {
  font-family: FontAwesome;
  content: "\f0e0"; }

.fa-facebook:before {
  font-family: FontAwesome;
  content: "\f09a"; }

.fa-twitter:before {
  font-family: FontAwesome;
  content: "\f099"; }

.fa-linkedin:before {
  font-family: FontAwesome;
  content: "\f0e1"; }

/*---------------------------
TABLE
---------------------------*/
table {
  width: 100%; }

table td {
  text-align: right;
  padding: 10px 0 10px 5px;
  padding: 1rem 0 1rem 0.5rem;
  border: 0;
  border-bottom: 1px solid #aabacd; }

table td:first-child {
  text-align: left;
  padding: 10px 0;
  padding: 1rem 0; }

table tfoot td {
  border-top: 2px solid #0078b4;
  border-bottom: 0;
  color: #0078b4; }

table tr td span {
  display: none; }

@media (max-width: 480px) {
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table tr {
    display: block; }
  table td {
    display: block;
    text-align: right;
    padding: 10px 0;
    padding: 1rem 0; }
  table td:before {
    content: attr(data-label);
    float: left;
    font-size: 14px;
    font-size: 1.4rem; }
  tfoot tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  tfoot tr td:first-child, tfoot tr td:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

/*---------------------------
CHECKBOX + RADIO
---------------------------*/
.control {
  display: block;
  position: relative;
  cursor: pointer;
  background: #0078b4;
  padding-left: 20px;
  padding-left: 2rem;
  height: 20px;
  height: 2rem;
  margin-right: 15px;
  margin-right: 1.5rem;
  overflow: hidden; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  top: 0.2rem;
  left: 0;
  left: 0;
  height: 20px;
  height: 2rem;
  width: 20px;
  width: 2rem;
  background: #0078b4; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
  background: #0078b4; }

.control input:checked ~ .control__indicator {
  background: #0078b4; }

.control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {
  background: #0078b4; }

.control input:disabled ~ .control__indicator {
  background: #0078b4;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 8px;
  left: 0.8rem;
  top: 4px;
  top: 0.4rem;
  width: 4px;
  width: 0.4rem;
  height: 8px;
  height: 0.8rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #0078b4; }

.control--radio .control__indicator:after {
  left: 7px;
  left: 0.7rem;
  top: 7px;
  top: 0.7rem;
  height: 6px;
  height: 0.6rem;
  width: 6px;
  width: 0.6rem;
  border-radius: 50%;
  background: #0078b4; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #0078b4; }

/*---------------------------
LIST
---------------------------*/
.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8.54701%; }

.list-photo, .list-text {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.list-photo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: calc(3/12 * 100% - 30px);
  -ms-flex-preferred-size: calc(3/12 * 100% - 30px);
  flex-basis: calc(3/12 * 100% - 30px);
  -webkit-flex-basis: calc(3/12 * 100% - 3rem);
  -ms-flex-preferred-size: calc(3/12 * 100% - 3rem);
  flex-basis: calc(3/12 * 100% - 3rem);
  margin-right: 30px;
  margin-right: 3rem; }

.list-photo a {
  display: block;
  position: relative;
  border: 0; }
  .list-photo a:hover {
    border: 0; }

.list-photo a:after {
  content: "";
  display: block;
  padding-top: 66.66667%; }

.list-photo a img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.list-text {
  -webkit-box-flex: 9999;
  -webkit-flex-grow: 9999;
  -ms-flex-positive: 9999;
  flex-grow: 9999;
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%; }

.list-date {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.list-headline {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-weight: 600; }

.list-body-text {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

@media (max-width: 1070px) {
  .list-item {
    padding-right: 0; } }

@media (max-width: 768px) {
  .list-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .list-photo, .list-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0; }
  .list-photo {
    margin-bottom: 15px;
    margin-bottom: 1.5rem; }
  .list-date {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .list-headline {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .list-body-text {
    margin-bottom: 10px;
    margin-bottom: 1rem; } }

/*---------------------------
PAGINATION
---------------------------*/
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pagination .prev, .pagination .next {
  display: block;
  margin: 0 7.5px;
  margin: 0 0.75rem;
  height: 40px;
  height: 4rem;
  border: 0; }
  .pagination .prev:before, .pagination .next:before {
    font-family: "icons";
    line-height: 40px;
    line-height: 4rem; }
  .pagination .prev:hover, .pagination .next:hover {
    border: 0; }

.pagination .prev:before {
  content: ""; }

.pagination .next:before {
  content: ""; }

.pagination .pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pagination .pages a {
  display: block;
  width: 40px;
  width: 4rem;
  height: 40px;
  height: 4rem;
  margin: 0 7.5px 7.5px;
  margin: 0 0.75rem 0.75rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #313a45;
  text-align: center;
  border: 0;
  border: 1px solid #313a45;
  border-radius: 4px; }
  .pagination .pages a:hover, .pagination .pages a.active {
    border: 0;
    color: #0078b4;
    border: 1px solid #0078b4; }

@media (max-width: 480px) {
  .pagination .prev, .pagination .next {
    height: 30px;
    height: 3rem; }
    .pagination .prev:before, .pagination .next:before {
      line-height: 30px;
      line-height: 3rem; }
  .pagination .pages a {
    width: 30px;
    width: 3rem;
    height: 30px;
    height: 3rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
    line-height: 3rem; } }

/*---------------------------
NORMAL CONTENT
---------------------------*/
.content-normal h2 {
  text-align: left;
  margin-bottom: 50px;
  margin-bottom: 5rem; }

.content-normal h3 {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.content-normal h4 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

.content-normal p {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

.content-normal .date {
  font-size: 14px;
  font-size: 1.4rem; }

.content-normal ul {
  margin: 0;
  padding-left: 20px;
  padding-left: 2rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  list-style-type: disc; }

.content-normal ul p, .content-normal ol p {
  margin-bottom: 0; }

.content-normal ul li, .content-normal ol li {
  margin-bottom: 0; }

.content-normal ul ul li, .content-normal ol ol li {
  margin-bottom: 0; }

.content-normal ol {
  margin: 0;
  padding-left: 20px;
  padding-left: 2rem; }

@media (max-width: 480px) {
  .content-normal h2 {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .content-normal ul li, .content-normal ol li {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .content-normal p {
    margin-bottom: 10px;
    margin-bottom: 1rem; } }

/*---------------------------
BOXED IMAGE
---------------------------*/
.boxed-images .wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 70px 0;
  padding: 7rem 0; }

.box-image {
  position: relative;
  width: calc(50% - (30/1200 * 100%));
  margin: 0 15px;
  margin: 0 1.5rem;
  border-radius: 4px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0 !important; }
  .box-image:before {
    content: "";
    display: block;
    padding-top: 66.66667%;
    opacity: 0.8;
    border: 0 !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.7)), to(transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0, transparent 100%); }

.box-image-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 25px;
  padding: 4rem 2.5rem;
  width: 100%;
  height: 100%; }

.box-image-text h3, .box-image-text h3 p {
  color: #fff; }

.box-image-text h3 {
  min-height: 30%; }

@media (max-width: 768px) {
  .boxed-images .wrapper-inner {
    padding: 30px 0 0 0;
    padding: 3rem 0 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .box-image {
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 3rem; }
  .box-image-text {
    padding: 20px 15px;
    padding: 2rem 1.5rem; }
  .box-image-text h3 {
    min-height: 35%; } }

/*---------------------------
NAV SECTION
---------------------------*/
.nav-section {
  position: -webkit-sticky;
  position: sticky;
  top: 102px;
  top: 10.2rem;
  background: #fff;
  z-index: 8;
  border-bottom: 1px solid #BCE4FA; }

.nav-section .wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 15px;
  padding: 3rem 1.5rem;
  background: #fff; }

.nav-section a {
  font-size: 14px;
  font-size: 1.4rem; }

.nav-section a:not(:last-child) {
  margin-right: 2.5%; }

.nav-justify .wrapper-inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.nav-justify a:not(:last-child) {
  margin-right: 0; }

@media (max-width: 1070px) {
  .nav-section {
    display: none; } }

/*---------------------------
COOKIES
---------------------------*/
.cookies {
  background: #313a45;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -o-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99); }

.nav-open .cookies {
  -webkit-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -o-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -webkit-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  transform: translateX(-260px);
  -webkit-transform: translateX(-26rem);
  -ms-transform: translateX(-26rem);
  transform: translateX(-26rem); }

.cookies .wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  padding: 1.5rem 0; }

.cookies span {
  position: relative;
  color: #fff;
  margin: 0 15px;
  margin: 0 1.5rem;
  font-size: 14px;
  font-size: 1.4rem; }

.cookies span:first-child {
  padding-left: 25px;
  padding-left: 2.5rem;
  margin-left: -10px;
  margin-left: -1rem; }
  .cookies span:first-child:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "icons";
    content: "";
    font-size: 14px;
    font-size: 1.4rem; }

@media (max-width: 768px) {
  .cookies span {
    font-size: 12px;
    font-size: 1.2rem; }
  .cookies .button {
    margin: 5px 0;
    margin: 0.5rem 0;
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    font-size: 12px;
    font-size: 1.2rem; } }

@media (max-width: 480px) {
  .cookies .wrapper-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .cookies span {
    font-size: 12px;
    font-size: 1.2rem; } }

/* Content wrapper */
nav .wrapper {
  background: #BCE4FA; }

.header-top {
  display: none;
  background: #00497b;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
  color: #fff; }

.header-top .wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  padding: 0 1.5rem; }

header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

header.wrapper-inner {
  padding: 0; }

.logo {
  position: relative;
  z-index: 999;
  padding: 30px 15px;
  padding: 3rem 1.5rem;
  -webkit-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -o-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.logo * {
  display: block; }

.logo a {
  border: 0; }
  .logo a:hover {
    border: 0; }

.logo img {
  height: auto;
  max-width: 100%; }

.search div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px; }

.search-mobile input.placeholder {
  font-style: italic; }

.search-mobile input:-moz-placeholder {
  font-style: italic; }

.search-mobile input::-moz-placeholder {
  font-style: italic; }

.search-mobile input:-ms-input-placeholder {
  font-style: italic; }

.search-mobile input::-webkit-input-placeholder {
  font-style: italic; }

.search input[type="text"] {
  padding: 0 13px;
  padding: 0 1.3rem;
  line-height: 40px;
  line-height: 4rem;
  font-size: 15px;
  font-size: 1.5rem;
  background: transparent; }
  .search input[type="text"].placeholder {
    font-style: italic; }
  .search input[type="text"]:-moz-placeholder {
    font-style: italic; }
  .search input[type="text"]::-moz-placeholder {
    font-style: italic; }
  .search input[type="text"]:-ms-input-placeholder {
    font-style: italic; }
  .search input[type="text"]::-webkit-input-placeholder {
    font-style: italic; }

.search button[type="submit"] {
  width: 42px;
  width: 4.2rem;
  background: transparent; }

.search button[type="submit"] span {
  display: block;
  height: 40px;
  position: relative; }

.search button[type="submit"] span:after {
  font-family: 'icons';
  content: "";
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 40px; }

.search-mobile {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 13px 20px;
  padding: 1.3rem 2rem; }

.search-mobile div {
  border: 1px solid #000;
  background: #1c2127; }

.search-mobile input[type="text"] {
  color: #ccd7e1; }

.search-mobile input.placeholder {
  color: #ccd7e1; }

.search-mobile input:-moz-placeholder {
  color: #ccd7e1; }

.search-mobile input::-moz-placeholder {
  color: #ccd7e1; }

.search-mobile input:-ms-input-placeholder {
  color: #ccd7e1; }

.search-mobile input::-webkit-input-placeholder {
  color: #ccd7e1; }

.search-mobile button[type="submit"] span:after {
  color: #ccd7e1; }

.search-desktop {
  display: none; }

/**
 * Navigation
 */
.nav {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  position: fixed; }

/** 
* Nav container 
*/
.nav-container {
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  visibility: hidden;
  width: 260px;
  width: 26rem;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #313a45;
  -webkit-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  -o-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-overflow-scrolling: touch; }

.nav-container.is-visible {
  visibility: visible;
  -webkit-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  -o-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/* Nav toggle */
.nav-toggle {
  display: block;
  position: absolute;
  padding: 38.5px 15px 0 0;
  padding: 3.85rem 1.5rem 0 0;
  line-height: 1;
  text-align: right;
  border: 0;
  outline: 0;
  top: 0;
  right: 0;
  cursor: default;
  -webkit-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -o-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.nav-open .nav-toggle, .nav-open .logo {
  -webkit-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -o-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -webkit-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  transform: translateX(-260px);
  -webkit-transform: translateX(-26rem);
  -ms-transform: translateX(-26rem);
  transform: translateX(-26rem); }

/* Nav toggle icon */
.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  width: 2.8rem;
  height: 20px;
  height: 2rem;
  vertical-align: middle;
  fill: none;
  cursor: pointer; }

/* Nav toggle icon lines */
.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  height: 0.4rem;
  -webkit-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -o-transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: all 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -o-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  background-color: #003860; }

.icon-menu .line-1 {
  top: 0; }

.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(0.8rem) translateX(0) rotate(45deg);
  -ms-transform: translateY(0.8rem) translateX(0) rotate(45deg);
  transform: translateY(0.8rem) translateX(0) rotate(45deg); }

.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
  margin-top: -0.2rem; }

.is-active .icon-menu .line-2 {
  opacity: 0; }

.icon-menu .line-3 {
  bottom: 0; }

.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(-45deg);
  transform: translateY(8px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-0.8rem) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-0.8rem) translateX(0) rotate(-45deg);
  transform: translateY(-0.8rem) translateX(0) rotate(-45deg); }

.menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-menu {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.nav-menu a {
  border-bottom: 0; }

.nav-menu .menu-link {
  display: block;
  text-decoration: none;
  color: #fff; }

.has-dropdown {
  cursor: pointer;
  position: relative; }

.has-dropdown > .menu-link {
  display: block;
  -webkit-user-drag: none;
  pointer-events: none; }

/**
 * Dropdowns
 */
.nav-dropdown {
  max-height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: max-height 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -o-transition: max-height 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: max-height 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99); }

.has-dropdown.is-active > .nav-dropdown {
  max-height: 1000px;
  max-height: 100rem;
  -webkit-transition: max-height 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -o-transition: max-height 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition: max-height 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99); }

.menu-item {
  font-size: 20px;
  font-size: 2rem;
  padding: 20px;
  padding: 2rem; }

.menu-item:first-child {
  padding: 28px 20px;
  padding: 2.8rem 2rem; }

.nav-dropdown .menu-link {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 0;
  padding: 1rem 0; }

.nav-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.mega-wrapper div {
  color: #fff;
  padding-top: 20px;
  padding-top: 2rem; }

.mega-wrapper div ul {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.mega-wrapper div p, .mega-wrapper div img {
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  height: auto;
  color: #fff; }

.mega-wrapper div a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff; }

.mega-links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.mega-saznaj {
  display: none; }

.mega-kontakt p {
  font-size: 14px;
  font-size: 1.4rem; }

.link-mail, .link-phone {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-left: 3rem; }

.link-mail:after, .link-phone:after {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'icons';
  line-height: 1.5;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0; }

.link-mail:after {
  content: ""; }

.link-phone:after {
  content: ""; }

@media (min-width: 1070px) {
  .header-top {
    display: block; }
  .logo {
    /*flex: 0 1 ratio(2, 12);*/
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important; }
  .search-desktop {
    display: block;
    /*flex: 0 1 ratio(2, 12);*/
    padding: 30px 15px;
    padding: 3rem 1.5rem; }
  .search-desktop div {
    border: 1px solid #90A0B2;
    background: #fff; }
  .search-desktop input[type="text"] {
    color: #313a45;
    width: calc(100% - 42px);
    width: calc(100% - 4.2rem); }
  .search-desktop input.placeholder {
    color: #aabacc; }
  .search-desktop input:-moz-placeholder {
    color: #aabacc; }
  .search-desktop input::-moz-placeholder {
    color: #aabacc; }
  .search-desktop input:-ms-input-placeholder {
    color: #aabacc; }
  .search-desktop input::-webkit-input-placeholder {
    color: #aabacc; }
  .search-desktop button[type="submit"] span:after {
    color: #0078b4; }
  .search-desktop button[type="submit"] span:after {
    color: #0078b4; }
  .search-mobile {
    display: none; }
  .nav-container {
    /*flex: 0 1 100%;*/
    padding: 0 15px;
    padding: 0 1.5rem; }
  .has-dropdown-mega {
    position: static; }
  .nav-container, .nav-menu {
    width: 100%; }
  .nav-menu {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    max-width: 120rem;
    margin: 0 auto; }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff; }
  .nav-container, .nav-container.is-visible {
    top: auto;
    left: auto;
    visibility: visible;
    height: auto;
    min-height: 0;
    background: transparent;
    overflow-y: visible;
    position: static;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important; }
  .nav-toggle {
    display: none; }
  .nav-menu > .menu-item, .nav-menu > .menu-item.is-active {
    background-color: transparent;
    border: 0; }
  .nav-menu > .menu-item:last-child {
    border: 0; }
  .nav-menu .menu-item {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out; }
  .menu-item:hover > .menu-link {
    color: #00497b; }
  .menu-item:not(:last-of-type) {
    margin-right: 4.75%; }
  .has-dropdown:after {
    content: "" !important; }
  .has-dropdown > .menu-link:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0; }
  .has-dropdown > .menu-link {
    position: relative; }
  .nav-dropdown {
    display: block;
    max-height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    background-color: #fff;
    -webkit-transition: max-height 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    -o-transition: max-height 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    transition: max-height 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s; }
  .nav-dropdown-mega {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  .nav-dropdown-normal {
    width: 260px;
    width: 26rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .nav-dropdown-normal ul {
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    padding: 1rem 2rem; }
  .nav-dropdown-normal ul li {
    display: block;
    padding: 10px 0;
    padding: 1rem 0; }
  .nav-dropdown-normal ul li a {
    padding: 0 !important; }
  .nav-dropdown-normal a {
    display: inline-block !important;
    border-bottom: 1px solid transparent;
    -webkit-transition: color .25s,border-color .25s;
    -o-transition: color .25s,border-color .25s;
    transition: color .25s,border-color .25s; }
  .nav-dropdown-normal a:hover {
    border-bottom: 1px solid #00497b; }
  .mega-wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    max-width: 120rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .has-dropdown:hover > .nav-dropdown {
    max-height: 400px;
    max-height: 40rem;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: max-height 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    -o-transition: max-height 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    transition: max-height 0.25s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s; }
  .nav-dropdown .menu-item {
    border: 0; }
  .nav-dropdown .menu-item:hover {
    background-color: transparent; }
  .nav-dropdown .nav-dropdown {
    top: 0;
    left: 100%; }
  .nav-menu .menu-link {
    color: #0078b4;
    padding: 15px 0;
    padding: 1.5rem 0; }
  .nav-menu .menu-link:hover {
    color: #00497b; }
  .has-dropdown:hover a:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -1px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 8.5px 8.5px 8.5px;
    border-width: 0 0.85rem 0.85rem 0.85rem;
    border-color: transparent transparent #fff transparent; }
  .mega-wrapper div {
    padding-top: 20px;
    padding-top: 2rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    color: #666; }
  .mega-wrapper div ul {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .mega-wrapper div p, .mega-wrapper div img {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .mega-wrapper div a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #0078b4;
    border-bottom: 1px solid transparent;
    -webkit-transition: color .25s,border-color .25s;
    -o-transition: color .25s,border-color .25s;
    transition: color .25s,border-color .25s; }
  .mega-wrapper div a:hover {
    color: #00497b;
    border-bottom: 1px solid #00497b; }
  .mega-wrapper div a:before {
    display: none !important; }
  .mega-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 57.08333%;
    border-bottom: 0;
    color: #0078b4 !important;
    border-right: 1px solid #eaeaea; }
  .mega-links ul {
    padding: 0 15px;
    padding: 0 1.5rem;
    width: 33.33333%; }
  .mega-links p {
    color: #0078b4 !important; }
  .mega-links ul ul {
    padding: 0;
    width: 100%; }
  .mega-saznaj {
    padding-left: 30px;
    padding-left: 3rem;
    padding-right: 30px;
    padding-right: 3rem; }
  .mega-kontakt {
    padding-left: 30px;
    padding-left: 3rem;
    padding-right: 15px;
    padding-right: 1.5rem; }
  .mega-saznaj, .mega-kontakt {
    display: block; }
  .mega-saznaj p, .mega-kontakt p {
    color: #666 !important; }
  .mega-saznaj {
    width: 20.83333%;
    padding: 0 30px;
    padding: 0 3rem; }
  .mega-kontakt {
    width: 22.08333%;
    padding: 0 15px 0 30px;
    padding: 0 1.5rem 0 3rem; }
  .mega-saznaj a, .mega-kontakt a {
    color: #0078b4; }
  .mega-saznaj {
    border-right: 1px solid #eaeaea; }
  .mega-kontakt p {
    font-size: 14px;
    font-size: 1.4rem; }
  .link-mail, .link-phone {
    display: inline-block; }
  .link-mail:after, .link-phone:after {
    color: #0078b4; }
  .link-mail:hover:after, .link-phone:hover:after {
    color: #00497b; }
  /*---------------------------
    SHRINKED HEADER (on scroll)
    ---------------------------*/
  .shrinked header {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .shrinked .logo {
    /*order: 1; flex-grow: 1;*/ }
  .shrinked .search-desktop {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    /*flex-grow:  1;*/ }
  .shrinked .nav-container {
    /*order: 2;*/
    -webkit-box-flex: 4;
    -webkit-flex: 4 1 66.66667%;
    -ms-flex: 4 1 66.66667%;
    flex: 4 1 66.66667%;
    padding-top: 25px;
    padding-top: 2.5rem; }
  .shrinked .header-top {
    display: none; }
  .shrinked .menu-item > .menu-link {
    padding-bottom: 36px;
    padding-bottom: 3.6rem; }
  .shrinked .has-dropdown:hover a:before {
    bottom: -3px; }
  .shrinked .nav-dropdown-normal {
    top: calc(102%); }
  .padded {
    padding: 0 15px;
    padding: 0 1.5rem; } }

/*---------------------------
INTRO
---------------------------*/
.home-intro {
  text-align: justify; }

/*---------------------------
HIGHLIGHT
---------------------------*/
.highlight-home .wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  padding: 4rem 0; }

.highlight-home .highlight-text {
  width: 58.33333%;
  padding: 30px 15px;
  padding: 3rem 1.5rem; }

.highlight-home .highlight-text h2, .highlight-home .highlight-text p {
  color: #fff;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  text-align: left; }

.highlight-home .highlight-image {
  width: 41.66667%;
  padding: 0 1.5rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

@media (max-width: 480px) {
  .highlight-home .wrapper-inner {
    padding: 0; }
  .highlight-home .highlight-image {
    display: none; }
  .highlight-home .highlight-text {
    width: 100%; }
  .highlight-home .highlight-text h2, .highlight-home .highlight-text p {
    margin-bottom: 15px;
    margin-bottom: 1.5rem; } }

/*---------------------------
NEWS
---------------------------*/
.slider-news .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.news-home {
  background: #E6EBF0; }

.news-home .wrapper-inner {
  padding: 70px 0;
  padding: 7rem 0; }

.news-home h2 {
  margin-bottom: 50px;
  margin-bottom: 5rem; }

.news-home .news-item {
  margin: 0 15px;
  margin: 0 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 1px rgba(153, 153, 153, 0.3);
  box-shadow: 0 0 2px 1px rgba(153, 153, 153, 0.3);
  border-radius: 4px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color .45s;
  -o-transition: background-color .45s;
  transition: background-color .45s; }
  .news-home .news-item:hover {
    background-color: #f5f8fa; }

.news-home .news-item-photo {
  position: relative; }
  .news-home .news-item-photo:before {
    content: "";
    display: block;
    padding-top: 62.16216%; }

.news-home .news-item-photo img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.news-home .news-item-text {
  padding: 30px;
  padding: 3rem; }

.news-home .news-item-text .date {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.news-home .news-item-text span {
  display: inline-block;
  color: #0078b4;
  border-bottom: 1px solid transparent;
  -webkit-transition: color .25s,border-color .25s;
  -o-transition: color .25s,border-color .25s;
  transition: color .25s,border-color .25s; }
  .news-home .news-item-text span:hover {
    color: #00497b;
    border-bottom: 1px solid #00497b; }

.news-home .news-item-text h4 {
  font-weight: 600;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.news-home .news-item-text p {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.news-home .news-all {
  text-align: center;
  margin-top: 50px;
  margin-top: 5rem; }

@media (max-width: 480px) {
  .news-home .wrapper-inner {
    padding: 30px 0;
    padding: 3rem 0; }
  .news-home h2 {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .news-home .news-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-bottom: 3rem; }
  .news-home .news-item {
    width: 100%; }
  .news-home .news-item-text {
    padding: 20px;
    padding: 2rem; }
  .news-home .news-item-text .date {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .news-home .news-item-text h4 {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .news-home .news-item-text p {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .news-home .news-all {
    margin-top: 20px;
    margin-top: 2rem; } }

/*---------------------------
INTRO
---------------------------*/
.product-intro > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.product-intro .intro-text {
  width: 60%; }

.product-intro .intro-img {
  width: 30%; }

@media (max-width: 480px) {
  .product-intro > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product-intro .intro-text {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .product-intro .intro-text, .product-intro .intro-img {
    width: 100%; } }

/*---------------------------
HIGHLIGHT
---------------------------*/
.highlight h2 {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.key-facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #BCE4FA;
  padding: 0 1px 1px 0; }

.key-facts div {
  padding: 50px 10px;
  padding: 5rem 1rem;
  margin: 1px 0 0 1px;
  text-align: center;
  background: #fff; }

.key-facts .width13 {
  width: calc(1/3 * 100% - 1px); }

.key-facts .width12 {
  width: calc(1/2 * 100% - 1px); }

.key-facts p {
  font-weight: 600;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.key-facts span {
  font-weight: 300;
  color: #0078b4; }

@media (max-width: 480px) {
  .highlight .wrapper-inner {
    padding: 30px 0;
    padding: 3rem 0; }
  .highlight h2 {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .key-facts div {
    width: calc(100% - 1px) !important;
    padding: 20px 10px;
    padding: 2rem 1rem; } }

/*---------------------------
PRODUCT HIGHLIGHTS
---------------------------*/
.product-box .wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  padding: 4rem 0; }

.product-box-icon, .product-box-text {
  padding: 30px 15px;
  padding: 3rem 1.5rem; }

.product-box-icon {
  width: 25%; }

.product-box-text {
  width: 75%; }

.product-box-odd .wrapper-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.product-box-odd .product-box-text {
  padding-left: calc(1/9 * 100% - 15px);
  padding-left: calc(1/9 * 100% - 1.5rem); }

@media (max-width: 768px) {
  .product-box .wrapper-inner {
    display: block;
    padding: 0; }
  .product-box-icon {
    padding-bottom: 0; }
  .product-box-icon img {
    width: 25%;
    margin: 0 auto; }
  .product-box-icon, .product-box-text {
    width: 100%; } }

/*---------------------------
PREPORUKA
---------------------------*/
.product-recommendation {
  color: #0078b4;
  font-weight: 300; }

/*---------------------------
ADRESAR, IZRAČUN
---------------------------*/
.address-calculator-product .wrapper-inner {
  padding: 0;
  width: 100%;
  max-width: none; }

.address-calculator-product .box-image {
  margin: 0;
  width: 50%;
  border-radius: 0;
  min-height: 360px;
  min-height: 36rem; }
  .address-calculator-product .box-image:before {
    padding-top: 0;
    height: 100%; }

.address-calculator-product .box-image-text {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  width: 70.83333%;
  height: auto; }

.address-calculator-text h3 {
  min-height: 0;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

@media (max-width: 1070px) {
  .address-calculator-product .box-image {
    min-height: 280px;
    min-height: 28rem; } }

@media (max-width: 480px) {
  .address-calculator-product .box-image {
    width: 100%;
    margin-bottom: 0;
    min-height: 200px;
    min-height: 20rem; }
  .address-calculator-product .box-image-text {
    padding: 0 15px;
    padding: 0 1.5rem;
    width: 90%; }
  .address-calculator-product .box-image-text h3 {
    min-height: 0; } }

/*---------------------------
OBRASCI
---------------------------*/
.product-forms h2 {
  margin-bottom: 50px;
  margin-bottom: 5rem; }

@media (max-width: 480px) {
  .product-forms h2 {
    margin-bottom: 20px;
    margin-bottom: 2rem; } }

.infocalculator h1 {
  margin-bottom: 50px;
  margin-bottom: 5rem; }

.infocalculator .headline {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.infocalculator .rezultat {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

/*---------------------------
FORM
---------------------------*/
.select-wrapper, .checkbox-wrapper {
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

.calculator-form {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.calculator-form input[type="text"] {
  display: block;
  width: 100%;
  height: 40px;
  height: 4rem;
  line-height: 40px;
  line-height: 4rem;
  padding: 0 13px;
  padding: 0 1.3rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0078b4;
  border: 1px solid #90A0B2;
  border-radius: 4px;
  background: transparent; }
  .calculator-form input[type="text"].placeholder {
    color: #0078b4; }
  .calculator-form input[type="text"]:-moz-placeholder {
    color: #0078b4; }
  .calculator-form input[type="text"]::-moz-placeholder {
    color: #0078b4; }
  .calculator-form input[type="text"]:-ms-input-placeholder {
    color: #0078b4; }
  .calculator-form input[type="text"]::-webkit-input-placeholder {
    color: #0078b4; }

.checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.checkboxdesno {
  margin-right: 5px;
  margin-right: 0.5rem; }

.tip {
  position: relative;
  border: 0; }
  .tip:hover {
    border: 0; }

.tip .tooltip {
  position: absolute;
  width: 500%;
  display: block;
  bottom: 100%;
  background: #f5f8fa;
  color: #666;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  right: -15px;
  right: -1.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  padding: 10px;
  padding: 1rem;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem); }

.tip .tooltip:before {
  bottom: -20px;
  bottom: -2rem;
  content: " ";
  display: block;
  height: 20px;
  height: 2rem;
  left: 0;
  position: absolute;
  width: 100%; }

.tip:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

@media (max-width: 480px) {
  .calculator-form, .infocalculator h1, .infocalculator .rezultat {
    margin-bottom: 20px;
    margin-bottom: 2rem; } }

.usefulinfo-list h1 {
  padding-bottom: 30px;
  padding-bottom: 3rem; }

.usefulinfo-info .section-headline, .usefulinfo-security .section-headline {
  padding-bottom: 50px;
  padding-bottom: 5rem; }

@media (max-width: 480px) {
  .usefulinfo-list h1 {
    padding-bottom: 20px;
    padding-bottom: 2rem; }
  .usefulinfo-info .section-headline, .usefulinfo-security .section-headline {
    padding-bottom: 30px;
    padding-bottom: 3rem; } }

.news h1 {
  padding-bottom: 30px;
  padding-bottom: 3rem; }

.news-item .list-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 0; }

.news-item .list-item h2 {
  font-weight: 400;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.news-item .list-photo img {
  width: 100%; }

.back-to-previous {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

@media (max-width: 480px) {
  .news h1 {
    padding-bottom: 20px;
    padding-bottom: 2rem; } }

.contact-questions h2 {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.contact-data h4 {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.contact-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.contact-data .content-normal {
  width: calc(50% - 15px);
  width: calc(50% - 1.5rem); }

@media (max-width: 480px) {
  .contact-questions h2 {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .contact-data h4 {
    margin-bottom: 0; }
  .contact-data .content-normal {
    width: 100%;
    margin-top: 20px;
    margin-top: 2rem; } }

.opinion .wrapper-inner {
  padding-bottom: 0; }

.opinion h2 {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

@media (max-width: 480px) {
  .opinion h2 {
    margin-bottom: 20px;
    margin-bottom: 2rem; } }

.press .section-headline {
  margin-bottom: 50px;
  margin-bottom: 5rem; }

.linkgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.linkgroup .more {
  margin-right: 30px;
  margin-right: 3rem; }

.logotipi-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.logotip {
  width: 35.06494%; }

.logotip p {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.logotip img {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.press-foto-galerija .downloads {
  margin-bottom: 15px !important;
  margin-bottom: 1.5rem !important; }

.press-foto-galerija .downloads strong {
  margin-right: 30px;
  margin-right: 3rem; }

.foto-galerija-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin: 0 -1.5rem; }

.foto-galerija-wrapper .foto-galerija-thumb {
  width: 25%;
  padding: 0 15px;
  padding: 0 1.5rem; }

.foto-galerija-wrapper a {
  border: 0; }
  .foto-galerija-wrapper a:hover {
    border: 0; }

.foto-galerija-wrapper .foto-galerija-thumb .showcase {
  display: block;
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
  .foto-galerija-wrapper .foto-galerija-thumb .showcase:before {
    content: "";
    display: block;
    padding-top: 66.66667%; }
  .foto-galerija-wrapper .foto-galerija-thumb .showcase:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    background: rgba(0, 0, 0, 0.8) url("../img/icon-preview.svg") center center no-repeat; }
  .foto-galerija-wrapper .foto-galerija-thumb .showcase:hover:after {
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s; }

.foto-galerija-wrapper .showcase img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.foto-galerija-wrapper .downloads {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px !important;
  margin-bottom: 3rem !important; }

.press-kontakt * {
  color: #fff; }

.kontakt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.kontakt-wrapper div {
  width: calc(50% - 15px);
  width: calc(50% - 1.5rem); }

.kontakt-wrapper div img {
  margin: 0 auto; }

.kontakt-wrapper div p:not(:last-child) {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

@media (max-width: 1070px) {
  .foto-galerija-wrapper a {
    width: 50%; }
  .logotip {
    width: calc(40% - 15px);
    width: calc(40% - 1.5rem); } }

@media (max-width: 480px) {
  .linkgroup {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .linkgroup .more {
    margin-right: 0; }
  .press .section-headline {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
  .foto-galerija-wrapper {
    margin-top: 20px;
    margin-top: 2rem; }
  .foto-galerija-wrapper .foto-galerija-thumb {
    width: 100%; }
  .logotipi-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .logotip {
    width: 70%;
    margin: 0 15% 20px;
    margin: 0 15% 2rem; }
  .kontakt-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .kontakt-wrapper div {
    width: 100%; }
  .kontakt-wrapper div img {
    width: 25%;
    margin-bottom: 20px;
    margin-bottom: 2rem; } }

/*---------------------------
CONTACT (iznad footera)
---------------------------*/
.contact-footer {
  background: #40A3D5;
  text-align: center; }

.contact-footer .wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 70px 0;
  padding: 7rem 0; }

.contact-footer h2 {
  color: #fff;
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.contact-footer a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  width: 16.66667%;
  padding: 30px 10px;
  padding: 3rem 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-transition: border-color .25s;
  -o-transition: border-color .25s;
  transition: border-color .25s; }
  .contact-footer a:hover {
    border: 1px solid #fff; }

.contact-footer .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

@media (max-width: 1070px) {
  .contact-footer a {
    width: calc(25% - 30px);
    width: calc(25% - 3rem);
    margin: 0 15px;
    margin: 0 1.5rem; } }

@media (max-width: 480px) {
  .contact-footer .wrapper-inner {
    padding: 30px 0;
    padding: 3rem 0; }
  .contact-footer h2 {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .contact-footer a {
    width: calc(50% - 30px);
    width: calc(50% - 3rem);
    padding: 20px 15px;
    padding: 2rem 1.5rem; } }

/*---------------------------
FOOTER
---------------------------*/
footer {
  background: #313a45; }

/*---------------------------
FOOTER BREADCRUMBS
---------------------------*/
.footer-header {
  border-bottom: 1px solid #404c5a; }

.footer-header .wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 0;
  padding: 2.2rem 0; }

.breadcrumbs, .back-to-top {
  padding: 0 15px;
  padding: 0 1.5rem; }

.breadcrumbs a, .back-to-top {
  font-size: 14px;
  font-size: 1.4rem;
  color: #aabacc;
  border: 0; }
  .breadcrumbs a:hover, .back-to-top:hover {
    border: 0;
    color: #667990; }

.back-to-top {
  white-space: nowrap; }

.back-to-top:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  font-family: "icons";
  font-size: 20px;
  font-size: 2rem;
  width: 30px;
  width: 3rem;
  line-height: 1; }

.breadcrumbs span {
  font-family: "icons";
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 5px;
  padding: 0 0.5rem;
  color: #aabacc; }
  .breadcrumbs span:before {
    content: "";
    display: inline-block;
    vertical-align: middle; }

@media (max-width: 480px) {
  .footer-header .wrapper-inner {
    padding: 20px 0;
    padding: 2rem 0; } }

/*---------------------------
FOOTER NAVIGACIJA
---------------------------*/
.footer-nav .wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  padding: 6rem 0;
  -webkit-perspective: 900;
  perspective: 900; }

.footer-nav-item {
  padding: 15px;
  padding: 1.5rem; }

.footer-nav-item:not(:last-of-type) {
  width: 16.66667%; }

.footer-nav-item ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-nav-item h4 {
  color: #fff;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .footer-nav-item h4:after {
    display: none; }

.footer-nav-item li {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #aabacc; }

.footer-nav-item a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #aabacc;
  border: 0; }
  .footer-nav-item a:hover {
    border: 0;
    color: #667990; }

.foter-nav-item input[type=checkbox] {
  display: none; }

.footer-subnav {
  max-height: 500px;
  max-height: 50rem;
  opacity: 1;
  overflow: hidden;
  position: relative;
  z-index: 2; }

.footer-subnav, .footer-nav-item h4:after {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

@media (max-width: 1300px) {
  .footer-nav-item, .footer-nav-item:not(:last-of-type) {
    width: 20%; } }

@media (max-width: 1070px) {
  .footer-nav .wrapper-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-nav-item, .footer-nav-item:not(:last-of-type) {
    width: 100%;
    margin-bottom: 0;
    margin-bottom: 0; }
  .footer-nav-item h4, .footer-nav-item li {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .footer-nav-item h4 {
    cursor: pointer; }
    .footer-nav-item h4:after {
      font-family: "icons";
      font-size: 7px;
      font-size: 0.7rem;
      padding: 0 10px;
      padding: 0 1rem;
      content: "";
      display: inline-block;
      vertical-align: middle; }
  .footer-nav-item input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 40px;
    height: 4rem;
    z-index: 1;
    opacity: 0; }
  .footer-nav-item input[type=checkbox]:checked ~ .footer-subnav {
    margin-top: 0;
    max-height: 0;
    opacity: 0; }
  .footer-nav-item h4:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .footer-nav-item input[type=checkbox]:checked ~ h4:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

@media (max-width: 480px) {
  .footer-nav .wrapper-inner {
    padding: 30px 0;
    padding: 3rem 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

/*---------------------------
FOOTER SOCIAL
---------------------------*/
.footer-social {
  padding: 22px 0;
  padding: 2.2rem 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background: #BCE4FA;
  border-bottom: 1px solid #7dbdda;
  color: #69809b; }

.footer-social .wrapper-inner {
  padding: 0; }

.fb {
  font-family: "icons";
  font-size: 30px;
  font-size: 3rem;
  border: 0; }
  .fb:hover {
    border: 0;
    color: #667990; }
  .fb:before {
    content: "";
    display: inline-block;
    vertical-align: middle; }

/*---------------------------
FOOTER logotipi
---------------------------*/
.footer-info {
  background: #BCE4FA;
  text-align: center; }

.footer-info .wrapper-inner {
  padding: 70px 0;
  padding: 7rem 0; }

.footer-info a {
  font-size: 14px;
  font-size: 1.4rem;
  border: 0; }
  .footer-info a:hover {
    border: 0;
    color: #667990; }

.footer-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 50px 0;
  padding: 5rem 0; }

.footer-logos a {
  padding: 0 15px;
  padding: 0 1.5rem; }

.copyright {
  font-size: 14px;
  font-size: 1.4rem;
  color: #69809b; }

@media (max-width: 480px) {
  .footer-social {
    padding: 20px 0;
    padding: 2rem 0; }
  .footer-info .wrapper-inner {
    padding: 30px 0;
    padding: 3rem 0; }
  .fb {
    font-size: 20px;
    font-size: 2rem; }
  .footer-logos {
    padding: 20px 0;
    padding: 2rem 0; }
  .copyright {
    font-size: 12px;
    font-size: 1.2rem; } }
