/*
Author: Branimir Juranic (Start date: 27.10.2016.)

====================================================
                     MAIN
====================================================

      LEGEND
      ======

      1. Modules

      2. Components

*/
/*
   1. Border radius
   ----------------

   @include border-radius(4px);
*/
/*
   2. Transition
   -------------

   @include transition(all 0.2s ease-out);
*/
/*
   3. Box shadow
   -------------

   @include box-shadow(inset 0 3px 4px rgba(0, 0, 0, 0.1));
*/
/*
   4. Opacity
   ----------

   @include opacity(0.8);
*/
/*
   5. Clearfix
   -----------

    @include clearfix();
*/
/*
   6. Font size
   ------------

   @include font-size(16, null, $font-weight-bold);
*/
/*
   7. Properties in REM
   --------------------

   @include rem(margin, 50px 0);
*/
/*
   8. Position
   -----------

   @include position(absolute, 10px, 10px, 5px, 15px);
*/
/*
   9. Breakpoints
   --------------

   @include breakpoint($min, $md){}
   @include breakpoint($max, $lg){}
   @include breakpoint(null, $xs, $lg){}
   @include breakpoint(null, 580px, $lg){}
*/
/*
   10. Background image
   --------------------

   @include background('pattern.png');
   @include background(transparent url(product/pattern.png) no-repeat 0 0);
*/
/*
   11. Grid mixin
   --------------

   @include col(1, 3);
*/
/*
   12. Box sizing
   --------------

   @include box-sizing(border-box);
*/
/*
   13. Placeholder
   ---------------

   @include placeholder {};
*/
/*
   14. Arrow
   ---------

   @include arrow(right, 3px, $black);
*/
/*
   15. Bg opacity
   --------------

   @include background-opacity(#333, 0.5);
*/
/*
   16. Transform
   --------------

   @include transform(skew(-20deg));
*/
body {
  margin: 0;
  font-family: foco, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .page-header {
  padding: 0;
  margin: 0 0 30px;
  margin: 0 0 3rem;
  border: 0 none;
  color: #222222;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  body .page-header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 600;
  }
}

a,
em {
  word-wrap: break-word;
}

a:focus {
  outline: 0 none;
}

@font-face {
  font-family: "irt-full";
  src: url("../fonts/irt-full/irt-full.eot?6gwpv9");
  src:
    url("../fonts/irt-full/irt-full.eot?6gwpv9#iefix") format("embedded-opentype"),
    url("../fonts/irt-full/irt-full.ttf?6gwpv9") format("truetype"),
    url("../fonts/irt-full/irt-full.woff?6gwpv9") format("woff"),
    url("../fonts/irt-full/irt-full.svg?6gwpv9#irt-full") format("svg");
  font-weight: normal;
  font-style: normal;
}
.glyphs-htz,
.sod_select:after,
.slick .slick-prev:before,
.slick .slick-next:before,
.htz-btn--icon--arrow:after,
.block-list .container-wrapper .link--icon--arrow:after,
.block-list .container-wrapper .subtitle--brosure:after,
.block-list .container-wrapper .location:before,
.block-list .container-wrapper .info .info-download__select__wrapper:after,
.ssk-print:before,
.ssk__wrapper .title:before,
.views-list .block__content .title--location:before,
.views-list .block__content:after,
.views-list .block__content:before,
.footer__bottom__newsletter button:before,
.sidebar__menu .sidebar__caret:before,
.paragraph--doc-preview .title:before,
.navbar__search .navbar-form .search-icon:before,
.navbar__search .navbar-form .form-submit:before,
header .navbar-link .subtitle:after,
.views-exposed-form .btn:after,
.webform-submission-form .btn:after {
  font-family: "irt-full";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
@media screen and (max-width: 991px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media screen and (max-width: 480px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-justify {
    text-align: justify;
  }
}

.pager-nav {
  margin: 0;
  position: relative;
  z-index: 1;
}
.pager-nav li {
  display: inline-block;
  margin: 0 1px;
  margin: 0 0.1rem;
  position: relative;
}
.pager-nav li.active a {
  padding: 6px 12px;
  padding: 0.6rem 1.2rem;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #faa71a;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 400;
}
.pager-nav li.active a:hover {
  border: 2px solid transparent;
  background-color: #faa71a;
  color: #000000;
}
.pager-nav li a {
  display: block;
  padding: 6px 12px;
  padding: 0.6rem 1.2rem;
  margin: 0;
  border: 0 none;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  color: #222222;
  background-color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 400;
}
.pager-nav li a:hover,
.pager-nav li a:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #faa71a;
  color: #000000;
}
.pager-nav li.prev {
  text-transform: uppercase;
}
.pager-nav li.prev a {
  position: relative;
  color: transparent;
}
.pager-nav li.prev a:before {
  margin-right: 40px;
  margin-right: 4rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ccc;
  content: "\f053";
  font-weight: 100;
  font-size: 16px;
  font-size: 1.6rem;
}
.pager-nav li.prev a:hover {
  color: transparent;
}
.pager-nav li.prev a:hover:before {
  color: #000000;
}
.pager-nav li.next {
  text-transform: uppercase;
}
.pager-nav li.next a {
  position: relative;
  color: transparent;
}
.pager-nav li.next a:after {
  margin-left: 40px;
  margin-left: 4rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ccc;
  content: "\f054";
  font-weight: 100;
  font-size: 16px;
  font-size: 1.6rem;
}
.pager-nav li.next a:hover {
  color: transparent;
}
.pager-nav li.next a:hover:after {
  color: #000000;
}

.views-exposed-form .form-inline .form-group,
.webform-submission-form .form-inline .form-group {
  float: none;
  margin-right: 20px;
  margin-right: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .views-exposed-form .form-inline .form-group,
  .webform-submission-form .form-inline .form-group {
    margin-right: 0;
  }
}
.views-exposed-form .form-inline .form-group:last-of-type,
.webform-submission-form .form-inline .form-group:last-of-type {
  margin-right: 0;
}
.views-exposed-form .control-label,
.webform-submission-form .control-label {
  display: block;
  padding-left: 20px;
  padding-left: 2rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  color: #00afed;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.views-exposed-form .control-label input,
.webform-submission-form .control-label input {
  margin-right: 5px;
  margin-right: 0.5rem;
  position: relative;
  top: -1px;
}
.views-exposed-form .select-wrapper select,
.webform-submission-form .select-wrapper select {
  line-height: inherit;
}
.views-exposed-form .form-control,
.webform-submission-form .form-control {
  width: 180px;
  height: 45px;
  padding: 12px 18px;
  padding: 1.2rem 1.8rem;
  border: 2px solid #f4f4f4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #003764;
  background-color: #fbfbfb;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .views-exposed-form .form-control,
  .webform-submission-form .form-control {
    width: 100%;
  }
}
.views-exposed-form .form-control:hover,
.webform-submission-form .form-control:hover {
  border: 2px solid #00afed;
}
.views-exposed-form .form-control:focus,
.webform-submission-form .form-control:focus {
  border: 2px solid #00afed;
  background-color: #f3fdff;
}
.views-exposed-form .btn,
.webform-submission-form .btn {
  padding: 14px 45px 14px 10px;
  padding: 1.4rem 4.5rem 1.4rem 1rem;
  margin-top: 19px;
  margin-top: 1.9rem;
  border: 0 none;
  border-bottom: 2px solid #1b75bc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-box-shadow: inset 0 0 0 0 #1b75bc;
  -moz-box-shadow: inset 0 0 0 0 #1b75bc;
  box-shadow: inset 0 0 0 0 #1b75bc;
  position: relative;
  color: #003764;
  background-color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.views-exposed-form .btn:after,
.webform-submission-form .btn:after {
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  top: 13px;
  right: 7px;
  bottom: auto;
  left: auto;
  position: absolute;
  color: #00afed;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 100;
  content: "\e5ca";
}
.views-exposed-form .btn:hover,
.webform-submission-form .btn:hover {
  -webkit-box-shadow: inset 0 -100px 0 0 #1b75bc;
  -moz-box-shadow: inset 0 -100px 0 0 #1b75bc;
  box-shadow: inset 0 -100px 0 0 #1b75bc;
  color: #ffffff;
}
.views-exposed-form .btn:focus,
.webform-submission-form .btn:focus {
  outline: 0 none;
}

.select-wrapper:after {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.webform-submission-form {
  color: #222222;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .webform-submission-form {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: 400;
  }
}
.webform-submission-form .form-item,
.webform-submission-form .webform-progress {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.webform-submission-form .webform-progress-bar li.webform-progress-bar__page b {
  font-weight: inherit;
}
.webform-submission-form .sod_select {
  width: 100%;
}
.webform-submission-form .form-label {
  width: 100%;
}
.webform-submission-form .control-label:after {
  position: relative;
  top: -4px;
  left: 3px;
}
.webform-submission-form .captcha .form-group {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.webform-submission-form p {
  color: #222222;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .webform-submission-form p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: 400;
  }
}
.webform-submission-form .btn {
  padding: 14px 10px;
  padding: 1.4rem 1rem;
}
.webform-submission-form .btn:after {
  content: "";
}
.webform-submission-form .btn.webform-button--previous {
  padding: 14px 10px 14px 45px;
  padding: 1.4rem 1rem 1.4rem 4.5rem;
}
.webform-submission-form .btn.webform-button--previous:after {
  right: auto;
  left: 7px;
  content: "\e408";
}
.webform-submission-form .btn.webform-button--next {
  padding: 14px 45px 14px 10px;
  padding: 1.4rem 4.5rem 1.4rem 1rem;
}
.webform-submission-form .btn.webform-button--next:after {
  content: "\e409";
}
.webform-submission-form .btn .icon {
  display: none;
}
.webform-submission-form .btn.webform-button--draft,
.webform-submission-form .btn.webform-button--submit {
  padding: 14px 45px 14px 10px;
  padding: 1.4rem 4.5rem 1.4rem 1rem;
}
.webform-submission-form .btn.webform-button--draft:after,
.webform-submission-form .btn.webform-button--submit:after {
  content: "\e5ca";
}

.webform-submission-form .form-control {
  width: auto;
  height: auto;
}
@media screen and (max-width: 550px) {
  .webform-submission-form .form-control {
    width: 100%;
  }
}

.ui-datepicker {
  z-index: 10 !important;
}

.header__wrapper {
  position: relative;
  background: rgb(0, 29, 52);
  background: -o-linear-gradient(-45deg, rgb(0, 29, 52) 0%, rgb(29, 99, 142) 62%, rgb(134, 198, 240) 100%);
  background: -ms-linear-gradient(-45deg, rgb(0, 29, 52) 0%, rgb(29, 99, 142) 62%, rgb(134, 198, 240) 100%);
  background: -moz-linear-gradient(-45deg, rgb(0, 29, 52) 0%, rgb(29, 99, 142) 62%, rgb(134, 198, 240) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(0, 29, 52) 0%, rgb(29, 99, 142) 62%, rgb(134, 198, 240) 100%);
  background: -webkit-gradient(-45deg, rgb(0, 29, 52) 0%, rgb(29, 99, 142) 62%, rgb(134, 198, 240) 100%);
  background: linear-gradient(135deg, rgb(0, 29, 52) 0%, rgb(29, 99, 142) 62%, rgb(134, 198, 240) 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d34', endColorstr='#86c6f0',GradientType=1 );*/
}
@media screen and (max-width: 991px) {
  .header__wrapper {
    background: #002643;
    background: -o-linear-gradient(-45deg, #002643 0%, #004f7b 100%);
    background: -ms-linear-gradient(-45deg, #002643 0%, #004f7b 100%);
    background: -moz-linear-gradient(-45deg, #002643 0%, #004f7b 100%);
    background: -webkit-linear-gradient(-45deg, #002643 0%, #004f7b 100%);
    background: -webkit-gradient(-45deg, #002643 0%, #004f7b 100%);
    background: linear-gradient(135deg, #002643 0%, #004f7b 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002643', endColorstr='#004f7b',GradientType=1 );*/
  }
}

header.navbar .container {
  position: relative;
}
@media screen and (max-width: 991px) {
  header.navbar .container {
    width: 100%;
    padding: 0;
  }
}
header.navbar .container .row {
  margin: 0;
}
header.navbar .container .row .row {
  margin-right: -15px;
  margin-right: -1.5rem;
  margin-left: -15px;
  margin-left: -1.5rem;
}
header.navbar .container .navbar-brand {
  padding-top: 2px;
}
@media screen and (max-width: 991px) {
  header.navbar .container .navbar-brand {
    padding-top: 20px;
    margin-left: 0;
  }
}
header.navbar {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
}
header.navbar.container {
  max-width: 1170px;
  max-width: 117rem;
}
header .navbar-header {
  padding: 20px 0 0;
  padding: 2rem 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 991px) {
  header .navbar-header {
    padding: 0 20px;
    padding: 0 2rem;
  }
}
header .navbar-header .navbar-brand {
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  header .navbar-header .navbar-brand {
    padding: 20px 0;
    padding: 2rem 0;
  }
}
header .navbar-header .navbar-brand img {
  width: 220px;
  width: 22rem;
}
@media screen and (max-width: 991px) {
  header .navbar-header .navbar-brand img {
    width: auto;
    height: 53px;
    height: 5.3rem;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-header.active {
    background-color: #003764;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-header.active .navbar-brand {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
}
header .navbar-header .navbar-toggle {
  width: 49px;
  width: 4.9rem;
  height: 42px;
  height: 4.2rem;
  margin-right: 0;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 30;
}
@media screen and (max-width: 991px) {
  header .navbar-header .navbar-toggle {
    width: 40px;
    width: 4rem;
    height: 40px;
    height: 4rem;
    margin-top: 35px;
    margin-top: 3.5rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(35, 26, 50, 0.3);
  }
}
header .navbar-header .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  width: 2.2rem;
  height: 1px;
  height: 0.1rem;
  margin-top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #ffffff;
  top: 9px;
  right: auto;
  bottom: auto;
  left: auto;
  position: absolute;
}
@media screen and (max-width: 991px) {
  header .navbar-header .navbar-toggle .icon-bar {
    width: 18px;
    width: 1.8rem;
    background-color: #ffffff;
  }
}
header .navbar-header .navbar-toggle .icon-bar:nth-of-type(1) {
  top: 12px;
}
header .navbar-header .navbar-toggle .icon-bar:nth-of-type(2) {
  top: 18px;
  height: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .navbar-header .navbar-toggle .icon-bar:nth-of-type(3) {
  top: 24px;
}
header .navbar-header .navbar-toggle.active {
  background-color: #ffffff;
  position: fixed;
  right: 20px;
}
header .navbar-header .navbar-toggle.active .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 18px;
}
header .navbar-header .navbar-toggle.active .icon-bar:nth-of-type(2) {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
header .navbar-header .navbar-toggle.active .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 18px;
}
header .navbar-link {
  top: 65px;
  right: 230px;
  bottom: auto;
  left: auto;
  position: absolute;
  z-index: 1;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  header .navbar-link {
    top: 33px;
    right: 155px;
  }
}
@media screen and (max-width: 420px) {
  header .navbar-link {
    display: none;
  }
}
header .navbar-link:hover,
header .navbar-link:focus {
  text-decoration: none;
}
header .navbar-link:hover .title,
header .navbar-link:focus .title {
  color: #faa71a;
}
header .navbar-link .subtitle {
  position: relative;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 800;
  text-align: left;
  letter-spacing: -0.5px;
}
header .navbar-link .subtitle:after {
  margin-left: 2px;
  margin-left: 0.2rem;
  position: relative;
  top: 6px;
  color: #faa71a;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 100;
  content: "\e157";
}
@media screen and (max-width: 991px) {
  header .navbar-link .subtitle:after {
    top: 4px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-link .subtitle {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
}
header .navbar-link .title {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 991px) {
  header .navbar-link .title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
header .navbar-link-cov {
  right: 410px;
}
@media screen and (max-width: 991px) {
  header .navbar-link-cov {
    top: 33px;
    right: 245px;
  }
}
header .navbar-collapse {
  padding: 35px 0 0;
  padding: 3.5rem 0 0;
}
@media screen and (max-width: 991px) {
  header .navbar-collapse {
    float: none;
    padding-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    position: fixed;
    z-index: 20;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-collapse.collapse.in {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
  }
}
header .navbar-collapse .navbar-nav {
  clear: both;
  margin: 0 0 25px;
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav {
    padding: 10px 0 30px;
    padding: 1rem 0 3rem;
    margin: 0;
  }
}
header .navbar-collapse .navbar-nav li {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .navbar-collapse .navbar-nav li a {
  padding-right: 14px;
  padding-right: 1.4rem;
  padding-left: 14px;
  padding-left: 1.4rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ffffff;
  font-family: Montserrat, foco, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  header .navbar-collapse .navbar-nav li a {
    padding-top: 15px;
    padding-top: 1.5rem;
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li a {
    padding-top: 15px;
    padding-top: 1.5rem;
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
    padding-left: 65px;
    padding-left: 6.5rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown.open {
    background-color: #052448;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown.open .dropdown-toggle,
  header .navbar-collapse .navbar-nav li.dropdown.open .dropdown-toggle:hover,
  header .navbar-collapse .navbar-nav li.dropdown.open .dropdown-toggle:focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #faa71a;
    background-color: transparent;
  }
}
header .navbar-collapse .navbar-nav li.dropdown.open ul li.active a {
  color: #000000;
}
header .navbar-collapse .navbar-nav li.dropdown.open ul li.active a.is-active {
  color: #faa71a;
  background-color: transparent;
}
header .navbar-collapse .navbar-nav li.dropdown.open .dropdown-toggle .caret:before {
  color: #445f78;
  content: "\e15b";
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown.open .dropdown-link {
    color: #faa71a;
    background-color: inherit;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown.open .dropdown .dropdown-link {
    color: #ffffff;
    background-color: inherit;
  }
}
header .navbar-collapse .navbar-nav li.dropdown.open .dropdown .dropdown-toggle {
  color: #000000;
  background-color: #ffffff;
}
header .navbar-collapse .navbar-nav li.dropdown.open .dropdown .dropdown-toggle .caret--multilevel {
  padding: 0;
}
header .navbar-collapse .navbar-nav li.dropdown.open .dropdown .dropdown-toggle .caret--multilevel:before {
  color: #faa71a;
  content: "\e145";
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown.open .dropdown.open .dropdown-link {
    color: #faa71a;
    background-color: inherit;
  }
}
header .navbar-collapse .navbar-nav li.dropdown.open .dropdown.open ul li.active a.is-active {
  color: #faa71a;
  background-color: #01091f;
}
header .navbar-collapse .navbar-nav li.dropdown.open .dropdown.open .dropdown-toggle .caret--multilevel {
  padding: 0;
}
header .navbar-collapse .navbar-nav li.dropdown.open .dropdown.open .dropdown-toggle .caret--multilevel:before {
  color: #445f78;
  content: "\e15b";
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown.open .dropdown.open .dropdown .dropdown-link {
    color: #ffffff;
    background-color: inherit;
  }
}
header .navbar-collapse .navbar-nav li.dropdown.open .dropdown.open .dropdown .dropdown-toggle .caret--multilevel {
  padding: 0;
}
header .navbar-collapse .navbar-nav li.dropdown.open .dropdown.open .dropdown .dropdown-toggle .caret--multilevel:before {
  color: #faa71a;
  content: "\e145";
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown.open .dropdown.open .dropdown.open {
    background-color: #01091f;
  }
}
header .navbar-collapse .navbar-nav li.dropdown.open .dropdown.open .dropdown.open .dropdown-menu {
  background-color: #01091f;
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown.open .dropdown.open .dropdown.open .dropdown-link {
    color: #ffffff;
    background-color: inherit;
    padding-left: 30px;
    font-weight: 400;
  }
}
header .navbar-collapse .navbar-nav li.dropdown.open .dropdown.open .dropdown.open .dropdown-toggle .caret--multilevel {
  padding: 0;
}
header .navbar-collapse .navbar-nav li.dropdown.open .dropdown.open .dropdown.open .dropdown-toggle .caret--multilevel:before {
  color: #445f78;
  content: "\e15b";
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown .dropdown-toggle {
    width: 46px;
    width: 4.6rem;
    height: 46px;
    height: 4.6rem;
    padding: 0;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
    z-index: 1;
    background-color: inherit;
  }
}
header .navbar-collapse .navbar-nav li.dropdown .dropdown-toggle .caret {
  display: none;
  border: 0 none;
}
header .navbar-collapse .navbar-nav li.dropdown .dropdown-toggle .caret:before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #faa71a;
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown .dropdown-toggle .caret {
    display: block;
    top: 15px;
    right: auto;
    bottom: auto;
    left: 20px;
    position: absolute;
  }
}
header .navbar-collapse .navbar-nav li.dropdown .dropdown-toggle .caret--multilevel {
  padding: 0;
}
header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
  min-width: 100%;
  padding: 15px 0;
  padding: 1.5rem 0;
  margin: 0;
  border: 0 none;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000000;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: inherit;
    position: relative;
    z-index: 2;
  }
}
header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu.diff--width {
  -webkit-border-radius: 0 8px 8px 8px;
  -moz-border-radius: 0 8px 8px 8px;
  border-radius: 0 8px 8px 8px;
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu.diff--width {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a {
  padding: 8px 20px;
  padding: 0.8rem 2rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: none;
  text-shadow: none;
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a {
    white-space: normal;
  }
}
@media screen and (min-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:hover,
  header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:focus {
    color: #000000;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:hover,
  header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:focus {
    color: #ffffff;
    background-color: inherit;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a {
    padding: 10px 15px 10px 65px;
    padding: 1rem 1.5rem 1rem 6.5rem;
    color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a.dropdown-toggle {
    padding: 0;
  }
}
header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a.dropdown-toggle.hidden-lg {
  height: 40px;
  height: 4rem;
  background-color: inherit;
}
header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a.dropdown-toggle.hidden-lg .caret--multilevel {
  height: 40px;
  height: 4rem;
  top: 10px;
  font-size: 20px;
  font-size: 2rem;
}
header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li .dropdown-toggle {
  color: #000000;
  background-color: #ffffff;
}
header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li .dropdown-menu {
  border: 0 none;
}
@media screen and (min-width: 991px) {
  header .navbar-collapse .navbar-nav li:last-of-type a.covid {
    display: none;
  }
}
header .navbar__right-block {
  float: right;
  padding: 35px 0 0;
  padding: 3.5rem 0 0;
}
@media screen and (max-width: 991px) {
  header .navbar__right-block {
    float: none;
    width: 100%;
    max-width: 50%;
    padding: 20px;
    padding: 2rem;
    padding-top: 35px;
    padding-top: 3.5rem;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
}
header .navbar__right-block.active {
  width: 49%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  header .navbar__right-block.active {
    width: 100%;
  }
}
header .navbar-badge {
  margin: 40px 0 0 30px;
  margin: 4rem 0 0 3rem;
}
@media screen and (max-width: 991px) {
  header .navbar-badge {
    height: 34px;
    height: 3.4rem;
    margin: 37px 0 0 15px;
    margin: 3.7rem 0 0 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  header .navbar-badge {
    display: none;
  }
}
header .block-list .container {
  padding: 0;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  html:lang(hr) header .navbar-collapse .navbar-nav li:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  html:lang(hr) header .navbar-collapse .navbar-nav li a {
    line-height: 18px;
    word-break: break-word;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  html:lang(hr) header .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a {
    max-width: inherit;
    display: inherit;
    height: inherit;
  }
}

html {
  scroll-behavior: smooth;
}

/*
====================================================
            NAVBAR COLLAPSE - 1024px TRIGGER
====================================================

      LEGEND
      ======

      1. Navbar collapse - 1024px trigger

*/
@media screen and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-nav {
    float: none !important;
    margin: 0;
  }
  .navbar-nav {
    margin: 0;
  }
  .nav > li {
    display: block;
    position: relative;
  }
  .navbar-nav > li {
    float: none !important;
  }
  .nav > li > a {
    display: block;
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    position: relative;
  }
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: outside none none;
  }
  .navbar-nav .open .dropdown-menu {
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    position: static;
  }
}
.navbar__search {
  margin-right: 20px;
  margin-right: 2rem;
  position: relative;
}
.navbar__search .navbar-form {
  float: right;
  overflow: hidden;
  width: 0;
  min-width: 52px;
  min-width: 5.2rem;
  height: 52px;
  height: 5.2rem;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  position: relative;
}
.navbar__search .navbar-form.open {
  width: 292px;
  width: 29.2rem;
}
.navbar__search .navbar-form.open .form-control {
  right: 0;
}
.navbar__search .navbar-form.open .form-control::-webkit-input-placeholder {
  color: #222222;
}
.navbar__search .navbar-form.open .form-control:-moz-placeholder {
  color: #222222;
}
.navbar__search .navbar-form.open .form-control::-moz-placeholder {
  color: #222222;
}
.navbar__search .navbar-form.open .form-control:-ms-input-placeholder {
  color: #222222;
}
.navbar__search .navbar-form .form-group {
  display: block;
}
.navbar__search .navbar-form .form-group .input-group {
  display: block;
}
.navbar__search .navbar-form .form-control {
  width: 100%;
  height: 52px;
  height: 5.2rem;
  padding: 0 15px;
  padding: 0 1.5rem;
  margin: 0;
  border: 2px solid #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000000;
  background-color: red;
  top: 0;
  right: -78px;
  bottom: auto;
  left: auto;
  position: absolute;
  z-index: 1;
}
.navbar__search .navbar-form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.navbar__search .navbar-form .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}
.navbar__search .navbar-form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}
.navbar__search .navbar-form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.navbar__search .navbar-form .form-control:focus {
  outline: 0 none;
}
.navbar__search .navbar-form .form-submit {
  display: none;
}
.navbar__search .navbar-form .form-submit span {
  display: none;
}
.navbar__search .navbar-form .form-submit:focus {
  outline: 0 none;
}
.navbar__search .navbar-form .form-submit:before {
  color: #faa71a;
  background: transparent;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 34px;
  line-height: 3.4rem;
  content: "\e8b6";
}
.navbar__search .navbar-form .search-icon {
  display: block;
  width: 52px;
  width: 5.2rem;
  height: 52px;
  height: 5.2rem;
  padding: 0;
  border: 2px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  z-index: 2;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 48px;
  line-height: 4.8rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .navbar__search .navbar-form .search-icon {
    background-color: rgba(0, 54, 97, 0.3);
  }
}
.navbar__search .navbar-form .search-icon:before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 100;
  content: "\e8b6";
}
.navbar__search .navbar-form .search-icon.active:before {
  color: #222222;
  content: "\e5cd";
}
.navbar__search .navbar-form .search-icon:focus {
  outline: 0 none;
}

.language-switcher {
  margin-top: 60px;
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  .language-switcher {
    float: none !important;
    margin: 0;
    top: 35px;
    right: 70px;
    bottom: auto;
    left: auto;
    position: absolute;
  }
}
.language-switcher ul {
  padding: 2px;
  padding: 0.2rem;
  margin: 0;
  border: 2px solid #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .language-switcher ul {
    padding: 3px;
    padding: 0.3rem;
  }
}
.language-switcher ul li {
  display: table-cell;
}
.language-switcher ul li:nth-of-type(1) a.is-active {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.language-switcher ul li:nth-of-type(2) a.is-active {
  -webkit-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.language-switcher ul li a {
  display: block;
  width: 44px;
  width: 4.4rem;
  height: 44px;
  height: 4.4rem;
  padding: 1px;
  padding: 0.1rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  color: #ffffff;
  font-size: 0;
  line-height: 44px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .language-switcher ul li a {
    width: 28px;
    width: 2.8rem;
    height: 27px;
    height: 2.7rem;
    color: #ffffff;
    line-height: 26px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
}
.language-switcher ul li a.is-active {
  padding: 0;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #222222;
  background: rgb(194, 194, 194);
  background: -o-linear-gradient(top, rgb(194, 194, 194) 0%, rgb(242, 242, 242) 30%);
  background: -ms-linear-gradient(top, rgb(194, 194, 194) 0%, rgb(242, 242, 242) 30%);
  background: -moz-linear-gradient(top, rgb(194, 194, 194) 0%, rgb(242, 242, 242) 30%);
  background: -webkit-gradient(top, rgb(194, 194, 194) 0%, rgb(242, 242, 242) 30%);
  background: -webkit-linear-gradient(top, rgb(194, 194, 194) 0%, rgb(242, 242, 242) 30%);
  background: linear-gradient(to bottom, rgb(194, 194, 194) 0%, rgb(242, 242, 242) 30%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#f2f2f2',GradientType=0 );*/
  z-index: 1;
  text-shadow: none;
}
.language-switcher ul li a[hreflang]:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
  text-indent: 0;
}
@media screen and (max-width: 991px) {
  .language-switcher ul li a[hreflang]:before {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
  }
}
.language-switcher ul li a[hreflang="hr"]:before {
  content: "HR";
}
.language-switcher ul li a[hreflang="en"]:before {
  content: "EN";
}

/*
.paragraph {
   clear: both;

   &--last {
      margin: 0;
   }
   .title {
      @include rem(margin, 0 0 10px);

      position: relative;

      color: $black;

      @include font-size(20, 22, 800);
      text-transform: uppercase;

      &--gallery {
         @include rem(padding-top, 20px);
         @include rem(padding-left, 70px);
         @include rem(margin-bottom, 40px);

         @include breakpoint($max, $md){
            @include rem(padding-left, 50px);
         }
         &:before {
            @include position(absolute, auto, auto, auto, 10px);

            color: $sun;

            @include font-size(40, null, 100);

            @extend .glyphs-htz;
            content: "\e413";

            @include breakpoint($max, $md){
               @include font-size(25, null, 600);
            }
         }
      }
   }
   h2 {
      @include rem(margin, 0 0 30px);

      @include font-size(26, 30, 400);

      @include breakpoint($max, $md) {
         @include font-size(22, 26, 400);
      }
   }
   h4 {
      @include rem(margin, 0 0 30px);

      @include font-size(22, 26, 400);

      @include breakpoint($max, $md) {
         @include font-size(18, 22, 400);
      }
   }
   h5 {
      @include rem(margin, 0 0 30px);

      @include font-size(20, 24, 400);

      @include breakpoint($max, $md) {
         @include font-size(16, 20, 400);
      }
   }
   h6 {
      @include rem(margin, 0 0 30px);

      @include font-size(18, 22, 400);

      @include breakpoint($max, $md) {
         @include font-size(14, 18, 400);
      }
   }
   .text {
      color: $mine_shaft;

      @include font-size(18, 24, 400);

      @include breakpoint($max, $md) {
         @include font-size(14, 20, 400);
      }
      p {
         @include rem(margin, 0 0 30px);

         &:last-of-type {
            margin: 0;
         }
      }
      ul {
        padding-left: 25px;

        list-style: none;

         li {
            display: block;

            position: relative;

            &:before {
               @include rem(width, 8px);
               @include rem(height, 8px);
               @include border-radius(100%);
               @include transition(all 0.2s ease-out);

               @include position(absolute, 8px, auto, auto, -22px);

               background-color: $sun;

               content: "";
            }
            &:after {
               display: block;
               @include rem(width, 8px);
               @include rem(height, 8px);
               @include border-radius(100%);
               @include box-shadow(0 0 0 3px #feebcf, 0 0 0 6px white, 0 3px 2px 5px #e9e9e9);
               @include box-sizing(border-box);

               @include position(absolute, 8px, auto, auto, -22px);

               content: "";
            }
            p {
               margin: 0;
            }
            ul {
               @include rem(padding-left, 20px);

               list-style: none;

               li {
                  position: relative;

                  &:before {
                     display: none;
                  }
                  &:after {
                     display: block;
                     @include rem(width, 8px);
                     @include rem(height, 8px);
                     border: 2px solid $sun;
                     @include border-radius(100%);
                     @include box-shadow(none);
                     @include box-sizing(border-box);

                     @include position(absolute, 9px, auto, auto, -20px);

                     content: "";
                  }
               }
            }
         }
      }
      table {
         td {
            padding: 0 2px;
         }
      }
   }
   &__info {
      @include rem(margin-bottom, 20px);

      .date {
         @include rem(margin-right, 10px);

         color: $dove_gray;

         @include font-size(16, 20, 400);

         div {
            display: inline-block;
         }
      }
      .author {
         color: $mine_shaft;

         @include font-size(16, 20, 600);
         text-transform: capitalize;
      }
      &--gallery {
         @include rem(padding-left, 70px);
         @include rem(margin-bottom, 50px);

         @include breakpoint($max, $md){
            @include rem(padding-left, 50px);
         }
      }
   }
   &--image {
      .image__wrapper {
         float: left;
         width: 50%;
         @include rem(margin-right, 30px);
         @include rem(margin-bottom, 20px);

         @include breakpoint($max, $xs) {
            float: none;
            display: block;
            width: 100%;
            @include rem(margin, 0 0 30px 0);
         }
      }
      &-full {
         .image__wrapper {
            float: none;
            width: 100%;
            margin: 0;
         }
      }
      .image {
         display: inline-block;
         @include rem(padding, 5px);
         @include box-shadow(0 0 3px 2px #e4e4e4);
         @include transition(all 0.2s ease-out);

         background-color: $white;

         position: relative;

         @include breakpoint($max, $lg) {
            width: 100%;
         }
         img {
            @include breakpoint($max, $lg) {
               width: 100%;
            }
         }
         &--gallery {
            @include rem(margin-bottom, 30px);

            &:hover,
            &:focus {
               @include box-shadow(0 0 3px 2px $sun);

               cursor: pointer;
            }
         }
      }
      &--left {
         .image__wrapper {
            float: left;
            @include rem(margin-right, 30px);
         }
      }
      &--center {
         text-align: center;

         .text {
            text-align: left;
         }
         .image__wrapper {
            float: none;
            @include rem(margin, 0 auto 30px);
         }
      }
      &--right {
         .image__wrapper {
            float: right;
            margin-right: 0;
            @include rem(margin-left, 30px);
         }
      }
      .image__description {
         @include rem(padding, 10px 0 0 45px);

         position: relative;

         color: $emperor;

         @include font-size(14, 18, 400);

         &:before {
            @include position(absolute, 8px, auto, auto, 10px);

            color: $silver;

            @extend .glyphs-htz;
            content: "\e261";
            @include font-size(24, null, null);
         }
         div {
            color: inherit;

            font-size: inherit;
            line-height: inherit;
            font-weight: inherit;
         }
      }
   }
   &--foto-video {
      .info {
         color: $dove_gray;

         @include font-size(null, null, 400);
         text-align: center;

         &__title {
            @include rem(padding, 10px);

            @include font-size(16, 20, null);
            vertical-align: top;
         }
         &__description {
            @include rem(padding, 10px 30px 0);
            border-top: 2px solid $concrete;

            @include font-size(12, 14, null);

            .image-size {
               @include rem(margin-left, 10px);
            }
         }
         &__link {
            display: inline-block;
            @include rem(padding, 10px 15px);
            border-bottom: 2px solid $emperor;
            @include transition(all 0.4s ease-out);

            @include box-shadow(inset 0 0 0 0 $cerulean);
            border-color: $cerulean;

            position: relative;

            color: $emperor;

            @include font-size(12, 14, 600);
            text-transform: uppercase;
            text-decoration: none;

            @include rem(padding-right, 60px);

            &:after {
               display: inline-block;
               @include transition(all 0.4s ease-out);
               @include transform(rotate(180deg));

               color: $cerulean;

               @include position(absolute, 10px, 15px, auto, auto);

               @include font-size(24, null, 100);
               @extend .glyphs-htz;
               content: "\e317";
            }
            &:hover,
            &:focus {
               @include box-shadow(inset 0 -100px 0 0 $cerulean);

               color: $white;

               &:after {
                  color: $white;
               }
            }
         }
      }
   }
   .wrapper--doc-files {
      .file-extension {
         display: block;
         @include rem(padding, 0);
         @include border-radius(2px);
         @include transition(all 0.2s ease-out);

         color: $white;

         @include font-size(12, 14, 800);
         text-transform: uppercase;

         &--xls,
         &--XLS {
            color: $xls;
         }
         &--xlsx,
         &--XLSX {
            color: $xlsx;
         }
         &--doc,
         &--DOC {
            color: $doc;
         }
         &--docx,
         &--DOCX {
            color: $docx;
         }
         &--pdf,
         &--PDF {
            color: $pdf;
         }
         &--ppt,
         &--PPT {
            color: $sun;
         }
         &--pptx,
         &--PPTX {
            color: $pptx;
         }
         &--jpg,
         &--JPG {
            color: $jpg;
         }
         &--zip,
         &--ZIP {
            color: $zip;
         }
      }
      .filesize {
         display: block;

         color: $dove_gray;

         @include font-size(10, 14, 400);
      }
   }
   &--mobile {
      display: none;

      @include breakpoint($max, $xs) {
         display: block;
      }
   }
   .field--type-webform {
      @include rem(margin-top, 10px);

      .form-group {
         margin-bottom: 5px;

         &:last-of-type {
            margin-bottom: 0;
         }
         a {
            color: $midnight_blue;

            @include font-size(16, 20, 400);

            @include breakpoint($max, $sm) {
               @include font-size(14, 14, null);
            }
         }
      }
   }
   &--type--tab-links {
      .btn-primary {
         a {
            color:#FFFFFF;
            font-size: large;
         }
   }
}

}
.image__author {
   @include rem(padding, 3px 10px);

   @include transform(rotate(270deg) translatex(100%) translateZ(0));
   transform-origin: right bottom;

   background-color: $black;
   background-color: rgba(0,0,0, 0.4);

   @include position(absolute, auto, 5px, 5px, auto);

   label {
      display: inline-block;
      @include rem(margin, 0 3px 0 0);

      color: $white;

      @include font-size(9, 10, 400);
      text-align: left;
      text-transform: uppercase;
   }
   .item {
      display: inline-block;

      color: $white;

      @include font-size(9, 10, 400);
      text-transform: uppercase;
   }
}
*/
.paragraph .wrapper--doc-files .block {
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.paragraph .wrapper--doc-files .block__title {
  display: table-cell;
  padding: 10px;
  padding: 1rem;
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  vertical-align: top;
}
.paragraph .wrapper--doc-files .block .block__image {
  overflow: hidden;
  display: inline-block;
  width: 160px;
  width: 16rem;
  height: 200px;
  height: 20rem;
  margin: 0 30px;
  margin: 0 3rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #f2f2f2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .paragraph .wrapper--doc-files .block .block__image {
    width: 100px;
    width: 10rem;
    height: 125px;
    height: 12.5rem;
  }
}
.paragraph .wrapper--doc-files .block .block__image .image {
  width: 160px;
  width: 16rem;
  height: 200px;
  height: 20rem;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .paragraph .wrapper--doc-files .block .block__image .image {
    width: 100px;
    width: 10rem;
    height: 125px;
    height: 12.5rem;
  }
}
.paragraph .wrapper--doc-files .block .block__image .image img {
  display: table-cell;
}
.paragraph .wrapper--doc-files .block .block__image .file-extension {
  top: 5px;
  right: auto;
  bottom: auto;
  left: 5px;
  position: absolute;
}
.paragraph .wrapper--doc-files .block__file {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.paragraph .wrapper--doc-files .block:hover .block__file .filesize,
.paragraph .wrapper--doc-files .block:focus .block__file .filesize {
  color: #000000;
}
.paragraph .wrapper--doc-files .block:hover .block__title,
.paragraph .wrapper--doc-files .block:focus .block__title {
  color: #000000;
  text-decoration: none;
}
.paragraph .wrapper--doc-files .block:hover .block__image,
.paragraph .wrapper--doc-files .block:focus .block__image {
  -webkit-box-shadow:
    0 0 0 5px #ffffff,
    0 0 7px 4px #d0cfcf;
  -moz-box-shadow:
    0 0 0 5px #ffffff,
    0 0 7px 4px #d0cfcf;
  box-shadow:
    0 0 0 5px #ffffff,
    0 0 7px 4px #d0cfcf;
}
.paragraph .wrapper--doc-files .block--list {
  display: table;
}
.paragraph .wrapper--doc-files .block--list .block__file {
  display: table-cell;
  min-width: 55px;
  min-width: 5.5rem;
  height: 100%;
  padding: 10px 0;
  padding: 1rem 0;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.paragraph .wrapper--doc-files .block--list .block__info {
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}
.paragraph .wrapper--doc-files .block--list.block--xls:hover .block__file,
.paragraph .wrapper--doc-files .block--list.block--xls:focus .block__file,
.paragraph .wrapper--doc-files .block--list.block--XLS:hover .block__file,
.paragraph .wrapper--doc-files .block--list.block--XLS:focus .block__file {
  border-color: #3caa33;
}
.paragraph .wrapper--doc-files .block--list.block--xlsx:hover .block__file,
.paragraph .wrapper--doc-files .block--list.block--xlsx:focus .block__file,
.paragraph .wrapper--doc-files .block--list.block--XLSX:hover .block__file,
.paragraph .wrapper--doc-files .block--list.block--XLSX:focus .block__file {
  border-color: #226d1b;
}
.paragraph .wrapper--doc-files .block--list.block--docx:hover .block__file,
.paragraph .wrapper--doc-files .block--list.block--docx:focus .block__file,
.paragraph .wrapper--doc-files .block--list.block--DOCX:hover .block__file,
.paragraph .wrapper--doc-files .block--list.block--DOCX:focus .block__file {
  border-color: #0e70b6;
}
.paragraph .wrapper--doc-files .block--list.block--doc:hover .block__file,
.paragraph .wrapper--doc-files .block--list.block--doc:focus .block__file,
.paragraph .wrapper--doc-files .block--list.block--DOC:hover .block__file,
.paragraph .wrapper--doc-files .block--list.block--DOC:focus .block__file {
  border-color: #0e70b6;
}
.paragraph .wrapper--doc-files .block--list.block--pdf:hover .block__file,
.paragraph .wrapper--doc-files .block--list.block--pdf:focus .block__file,
.paragraph .wrapper--doc-files .block--list.block--PDF:hover .block__file,
.paragraph .wrapper--doc-files .block--list.block--PDF:focus .block__file {
  border-color: #e40513;
}
.paragraph .wrapper--doc-files .block--list.block--jpg:hover .block__file,
.paragraph .wrapper--doc-files .block--list.block--jpg:focus .block__file,
.paragraph .wrapper--doc-files .block--list.block--JPG:hover .block__file,
.paragraph .wrapper--doc-files .block--list.block--JPG:focus .block__file {
  border-color: #159eff;
}
.paragraph .wrapper--doc-files .block--list.block--zip:hover .block__file,
.paragraph .wrapper--doc-files .block--list.block--zip:focus .block__file,
.paragraph .wrapper--doc-files .block--list.block--ZIP:hover .block__file,
.paragraph .wrapper--doc-files .block--list.block--ZIP:focus .block__file {
  border-color: #f1c40f;
}
.paragraph .wrapper--doc-files .block--row {
  display: block;
  margin: 20px 0 0;
  margin: 2rem 0 0;
}
@media screen and (max-width: 1200px) {
  .paragraph .wrapper--doc-files .block--row {
    margin: 0;
  }
}
.paragraph .wrapper--doc-files .block--row {
  text-align: center;
}
.paragraph .wrapper--doc-files .block--row .block__title {
  display: block;
  margin: 0 30px;
  margin: 0 3rem;
  word-wrap: break-word;
}
.paragraph .wrapper--doc-files .block--row .block__file {
  display: block;
  padding: 10px 30px 0;
  padding: 1rem 3rem 0;
  border-top: 2px solid #f2f2f2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}
.paragraph .wrapper--doc-files .block--row .block__file .file-extension,
.paragraph .wrapper--doc-files .block--row .block__file .filesize {
  display: inline-block;
  vertical-align: top;
}
.paragraph .wrapper--doc-files .block--row .block__file .filesize {
  margin-left: 10px;
  margin-left: 1rem;
  font-size: 12px;
  font-size: 1.2rem;
}
.paragraph .wrapper--doc-files .block--row.block--xls:hover .block__file,
.paragraph .wrapper--doc-files .block--row.block--xls:focus .block__file,
.paragraph .wrapper--doc-files .block--row.block--XLS:hover .block__file,
.paragraph .wrapper--doc-files .block--row.block--XLS:focus .block__file {
  border-color: #3caa33;
}
.paragraph .wrapper--doc-files .block--row.block--xlsx:hover .block__file,
.paragraph .wrapper--doc-files .block--row.block--xlsx:focus .block__file,
.paragraph .wrapper--doc-files .block--row.block--XLSX:hover .block__file,
.paragraph .wrapper--doc-files .block--row.block--XLSX:focus .block__file {
  border-color: #226d1b;
}
.paragraph .wrapper--doc-files .block--row.block--doc:hover .block__file,
.paragraph .wrapper--doc-files .block--row.block--doc:focus .block__file,
.paragraph .wrapper--doc-files .block--row.block--DOC:hover .block__file,
.paragraph .wrapper--doc-files .block--row.block--DOC:focus .block__file {
  border-color: #003764;
}
.paragraph .wrapper--doc-files .block--row.block--docx:hover .block__file,
.paragraph .wrapper--doc-files .block--row.block--docx:focus .block__file,
.paragraph .wrapper--doc-files .block--row.block--DOCX:hover .block__file,
.paragraph .wrapper--doc-files .block--row.block--DOCX:focus .block__file {
  border-color: #0e70b6;
}
.paragraph .wrapper--doc-files .block--row.block--pdf:hover .block__file,
.paragraph .wrapper--doc-files .block--row.block--pdf:focus .block__file,
.paragraph .wrapper--doc-files .block--row.block--PDF:hover .block__file,
.paragraph .wrapper--doc-files .block--row.block--PDF:focus .block__file {
  border-color: #e40513;
}
.paragraph .wrapper--doc-files .block--row.block--jpg:hover .block__file,
.paragraph .wrapper--doc-files .block--row.block--jpg:focus .block__file,
.paragraph .wrapper--doc-files .block--row.block--JPG:hover .block__file,
.paragraph .wrapper--doc-files .block--row.block--JPG:focus .block__file {
  border-color: #159eff;
}
.paragraph .wrapper--doc-files .block--row.block--zip:hover .block__file,
.paragraph .wrapper--doc-files .block--row.block--zip:focus .block__file,
.paragraph .wrapper--doc-files .block--row.block--ZIP:hover .block__file,
.paragraph .wrapper--doc-files .block--row.block--ZIP:focus .block__file {
  border-color: #f1c40f;
}
.paragraph .wrapper--doc-files .block .block--info {
  margin: 0;
}
.paragraph .wrapper--doc-files .col--row {
  padding: 0;
  margin: 20px 0 0;
  margin: 2rem 0 0;
}
@media screen and (max-width: 1200px) {
  .paragraph .wrapper--doc-files .col--row {
    margin: 40px 0 0;
    margin: 4rem 0 0;
  }
}
.paragraph .wrapper--doc-files .col--info {
  padding: 0 15px;
  padding: 0 1.5rem;
}
.paragraph--doc-preview .title {
  padding-top: 20px;
  padding-top: 2rem;
  padding-left: 70px;
  padding-left: 7rem;
}
@media screen and (max-width: 991px) {
  .paragraph--doc-preview .title {
    padding-left: 50px;
    padding-left: 5rem;
  }
}
.paragraph--doc-preview .title:before {
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  color: #faa71a;
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: 100;
  content: "\e226";
}
@media screen and (max-width: 991px) {
  .paragraph--doc-preview .title:before {
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: 600;
  }
}
.paragraph--doc-preview .text {
  padding-left: 70px;
  padding-left: 7rem;
}

.sidebar--left {
  padding: 30px 20px 30px 0;
  padding: 3rem 2rem 3rem 0;
}
.sidebar__menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar__menu li {
  position: relative;
}
.sidebar__menu li a {
  display: block;
  padding: 10px 40px 10px 0;
  padding: 1rem 4rem 1rem 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #8c8c8c;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -0.5px;
}
.sidebar__menu li a.active,
.sidebar__menu li a:hover,
.sidebar__menu li a:focus {
  color: #000000;
}
.sidebar__menu li ul li a {
  padding: 5px 0;
  padding: 0.5rem 0;
  text-transform: none;
}
.sidebar__menu li ul li .sidebar__caret {
  top: -1px;
}
.sidebar__menu li ul li {
  position: relative;
}
.sidebar__menu li ul li:last-of-type:after {
  display: block;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  border-bottom: 2px solid #faa71a;
  content: "";
}
.sidebar__menu li ul ul {
  padding: 0;
  margin: 0;
  border-bottom: 0 none;
}
.sidebar__menu li ul ul li {
  margin-top: 10px;
  margin-top: 1rem;
}
.sidebar__menu li ul ul li:nth-of-type(1) {
  margin-top: 10px;
  margin-top: 1rem;
}
.sidebar__menu li ul ul li:last-of-type:after {
  padding: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  border: 0 none;
}
.sidebar__menu li ul ul li a {
  padding: 0 20px;
  padding: 0 2rem;
  position: relative;
}
.sidebar__menu li ul ul li a:before {
  display: block;
  width: 5px;
  width: 0.5rem;
  height: 5px;
  height: 0.5rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #bbbbbb;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 5px;
  position: absolute;
  content: "";
}
.sidebar__menu li ul ul li a.active:before {
  background-color: #faa71a;
}
.sidebar__menu li ul ul li ul li a {
  padding: 0 20px 0 40px;
  padding: 0 2rem 0 4rem;
}
.sidebar__menu li ul ul li ul li a:before {
  top: 8px;
  right: auto;
  bottom: auto;
  left: 25px;
  position: absolute;
}
.sidebar__menu .sidebar__caret {
  padding: 0;
  top: 3px;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  font-size: 22px;
  font-size: 2.2rem;
  cursor: pointer;
}
.sidebar__menu .sidebar__caret:before {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  top: auto;
  left: auto;
  background-color: transparent;
  color: #bbbbbb;
  content: "\e145";
}
.sidebar__menu .sidebar__caret.active:before {
  color: #faa71a;
  background-color: transparent;
  content: "\e15d";
}
.sidebar__menu .sidebar__caret:hover:before,
.sidebar__menu .sidebar__caret:focus:before {
  color: #003764;
}

.main-content {
  padding: 30px 0;
  padding: 3rem 0;
}
@media screen and (max-width: 1199px) {
  .main-content {
    padding: 20px 0 30px;
    padding: 2rem 0 3rem;
  }
}

.offcanvas-lining {
  background-color: #ffffff;
}

body.path-poslovna-dogadanja .block__content {
  border-bottom: none;
}
body.path-poslovna-dogadanja .block__content:before {
  content: "";
}

.footer {
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0 none;
  position: relative;
}
.footer__top {
  padding: 80px 0 40px;
  padding: 8rem 0 4rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .footer__top {
    padding: 100px 0 50px;
    padding: 10rem 0 5rem;
  }
}
.footer__top .container {
  position: relative;
}
.footer__bottom {
  padding: 20px 0;
  padding: 2rem 0;
}
@media screen and (max-width: 991px) {
  .footer__bottom {
    padding: 40px 0;
    padding: 4rem 0;
  }
}
@media screen and (max-width: 991px) {
  .footer__bottom .row-flex {
    display: flex;
    flex-flow: column;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .footer__bottom .row-flex .footer__bottom__terms {
    order: 2;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .footer__bottom .row-flex .footer__bottom__social {
    order: 1;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .footer__bottom .row-flex .footer__bottom__dev {
    order: 3;
  }
}
.footer__bottom__terms {
  right: 0;
  text-align: center;
}
@media (min-width: 767px) {
  .footer__bottom__terms {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .footer__bottom__terms ul {
    flex-direction: column;
  }
  .footer__bottom__terms li {
    padding-right: 0 !important;
  }
}
.footer__bottom__terms p {
  padding: 0;
  margin: 0;
  color: #bbbbbb;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  line-height: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__bottom__terms ul {
  white-space: nowrap;
  padding-left: 0;
  padding-bottom: 5px;
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.footer__bottom__terms li {
  display: inline;
  padding-right: 25px;
}
.footer__bottom__social {
  text-align: right;
  left: 0;
}
@media screen and (max-width: 991px) {
  .footer__bottom__social {
    text-align: center;
  }
}
.footer__bottom__social ul,
.footer__bottom__social .horizontal {
  margin: 0;
}
.footer__bottom__social ul li,
.footer__bottom__social .horizontal li {
  padding: 6px;
  padding: 0.6rem;
}
.footer__bottom__social ul li a,
.footer__bottom__social .horizontal li a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ffffff;
}
.footer__bottom__social ul li a span,
.footer__bottom__social .horizontal li a span {
  font-size: 1.3em;
}
.footer__bottom__social ul li a:hover,
.footer__bottom__social ul li a:focus,
.footer__bottom__social .horizontal li a:hover,
.footer__bottom__social .horizontal li a:focus {
  color: #faa71a;
}
.footer__bottom__newsletter .block-mailchimp-signup {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .footer__bottom__newsletter .block-mailchimp-signup {
    display: block;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.footer__bottom__newsletter .block-title {
  display: inline-block;
  margin: 0 15px 0 0;
  margin: 0 1.5rem 0 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .footer__bottom__newsletter .block-title {
    float: left;
  }
}
@media screen and (max-width: 991px) {
  .footer__bottom__newsletter .block-title {
    margin: 0 0 5px;
    margin: 0 0 0.5rem;
    width: 100%;
    text-align: center;
  }
}
.footer__bottom__newsletter .title {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  top: 10px;
  color: #faa71a;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 15px;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .footer__bottom__newsletter .title {
    display: inline-block;
    margin-left: 5px;
    margin-left: 0.5rem;
    top: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.footer__bottom__newsletter .subtitle {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  top: 10px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .footer__bottom__newsletter .subtitle {
    display: inline-block;
    top: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.footer__bottom__newsletter form {
  display: inline-block;
  width: 61%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer__bottom__newsletter form {
    display: inline-block;
    width: auto;
    text-align: center;
  }
}
.footer__bottom__newsletter form .mailchimp-newsletter-mergefields {
  width: 100%;
}
.footer__bottom__newsletter label {
  display: none;
}
.footer__bottom__newsletter .form-control {
  height: 50px;
  height: 5rem;
  padding: 0 0 0 25px;
  padding: 0 0 0 2.5rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ffffff;
  background-color: #111111;
  border-color: #666666;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 500;
}
.footer__bottom__newsletter .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.footer__bottom__newsletter .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.footer__bottom__newsletter .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.footer__bottom__newsletter .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
@media screen and (max-width: 991px) {
  .footer__bottom__newsletter .form-control {
    min-width: 270px;
    min-width: 27rem;
  }
}
.footer__bottom__newsletter .form-control:hover,
.footer__bottom__newsletter .form-control:focus {
  border-color: #faa71a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.footer__bottom__newsletter button {
  margin: 0;
  width: 48px;
  width: 4.8rem;
  height: 48px;
  height: 4.8rem;
  border: 0;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 1px;
  right: 1px;
  bottom: auto;
  left: auto;
  position: absolute;
  background-color: transparent;
  color: rgba(0, 0, 0, 0);
}
.footer__bottom__newsletter button:before {
  top: 5px;
  right: 15px;
  bottom: 0;
  left: auto;
  position: absolute;
  color: #faa71a;
  font-size: 27px;
  font-size: 2.7rem;
  content: "\e163";
}
.footer__bottom__newsletter button:active,
.footer__bottom__newsletter button:focus,
.footer__bottom__newsletter button:hover {
  outline: 0 none !important;
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0) !important;
}
.footer__bottom__newsletter button:active:before,
.footer__bottom__newsletter button:focus:before,
.footer__bottom__newsletter button:hover:before {
  color: #ffffff;
}
.footer__bottom__dev p {
  color: #666666;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
}
.footer__bottom__dev p a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #bbbbbb;
}
.footer__bottom__dev p a:hover {
  color: #ffffff;
}
.footer__bottom {
  /*
  .wsag {
     display: inline-block;
     @include rem(margin-top, 20px);

     @include breakpoint($max, $md) {
        display: inline-block;
        margin-top: 0;
     }
     img {
        @include rem(width, 92px);
     }
  }*/
}
.footer__left-sidebar {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .footer__left-sidebar {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
    text-align: left;
  }
}
.footer__left-sidebar .region {
  height: 100%;
}
.footer__left-sidebar .region section {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .footer__left-sidebar .region section {
    display: block;
  }
}
.footer__left-sidebar .region section .logo-footer {
  margin: auto 0;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .footer__left-sidebar .region section .logo-footer {
    display: inline-block;
  }
}
.footer__left-sidebar .region section .logo-footer img {
  width: 156px;
  width: 15.6rem;
}
.footer .content nav {
  margin: 35px 0 0;
  margin: 3.5rem 0 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer .content nav {
    margin: 25px 0 0;
    margin: 2.5rem 0 0;
    text-align: left;
  }
}
.footer .content nav:nth-of-type(1) {
  margin: 0;
}
.footer .content nav .title {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 700;
}
.footer .content nav .menu li {
  display: inline-block;
  margin-right: 15px;
  margin-right: 1.5rem;
}
@media screen and (max-width: 991px) {
  .footer .content nav .menu li {
    margin: 0 15px 0 0;
    margin: 0 1.5rem 0 0;
  }
}
.footer .content nav .menu li:last-child a:after {
  display: none;
}
.footer .content nav .menu li a {
  padding: 5px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
}
.footer .content nav .menu li a.mobile-store-google {
  padding-top: 10px;
}
.footer .content nav .menu li a.mobile-store-google:after {
  display: none;
}
.footer .content nav .menu li a:hover,
.footer .content nav .menu li a:focus {
  color: #faa71a;
  background-color: transparent;
}

.views-list {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.views-list .block {
  padding: 0;
  margin: 0 0 50px;
  margin: 0 0 5rem;
  list-style: none;
}
.views-list .block:last-of-type {
  margin: 0;
}
.views-list .block__title {
  margin: 0 0 15px;
  margin: 0 0 1.5rem;
  position: relative;
  font-size: inherit;
}
.views-list .block__title:after {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #f2f2f2;
  content: "";
}
.views-list .block__title span {
  display: inline-block;
  padding-bottom: 2px;
  padding-bottom: 0.2rem;
  position: relative;
  color: #222222;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .views-list .block__title span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: 800;
  }
}
.views-list .block__title span:before {
  width: 100%;
  height: 2px;
  height: 0.2rem;
  background-color: #faa71a;
  top: auto;
  right: 0;
  bottom: -2px;
  left: auto;
  position: absolute;
  z-index: 1;
  content: "";
}
.views-list .block__title span:after {
  width: 3px;
  width: 0.3rem;
  height: 2px;
  height: 0.2rem;
  background-color: #ffffff;
  top: auto;
  right: -3px;
  bottom: -2px;
  left: auto;
  position: absolute;
  z-index: 1;
  content: "";
}
.views-list .block__title__link:hover,
.views-list .block__title__link:focus,
.views-list .block__title a:hover,
.views-list .block__title a:focus {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .views-list .block .image__wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .views-list .block__content__wrapper {
    width: 100%;
  }
}
.views-list .block__content {
  padding-bottom: 30px;
  padding-bottom: 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  border-bottom: 2px solid #f2f2f2;
  position: relative;
}
.views-list .block__content:before {
  color: #f2f2f2;
  top: auto;
  right: 0;
  bottom: -15px;
  left: 0;
  position: absolute;
  z-index: 1;
  font-size: 40px;
  font-size: 4rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  content: "\e313";
}
.views-list .block__content:after {
  color: #ffffff;
  top: auto;
  right: 0;
  bottom: -14px;
  left: 0;
  position: absolute;
  font-size: 70px;
  font-size: 7rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  content: "\e5c5";
}
.views-list .block__content:last-of-type {
  padding: 0;
  margin: 0;
  border: 0 none;
}
.views-list .block__content:last-of-type:before,
.views-list .block__content:last-of-type:after {
  display: none;
}
.views-list .block__content .title {
  display: inline-block;
  padding: 6px 25px;
  padding: 0.6rem 2.5rem;
  margin: 0 0 15px;
  margin: 0 0 1.5rem;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  color: #222222;
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
}
.views-list .block__content .title--location {
  padding-left: 40px;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .views-list .block__content .title--location {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
.views-list .block__content .title--location:before {
  color: #faa71a;
  top: auto;
  right: auto;
  bottom: auto;
  left: 15px;
  position: absolute;
  content: "\e8b4";
}
.views-list .block__content .info {
  margin: 0 0 20px;
  margin: 0 0 2rem;
}
.views-list .block__content .info .name {
  margin: 0 0 3px;
  margin: 0 0 0.3rem;
  color: #222222;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .views-list .block__content .info .name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
.views-list .block__content .info a {
  color: #003764;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .views-list .block__content .info a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
}
.views-list .block__content .info .date {
  margin: 0 0 3px;
  margin: 0 0 0.3rem;
  color: #faa71a;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .views-list .block__content .info .date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
.views-list .block__content .info .date div {
  display: inline-block;
}
.views-list .block__content .info__text .paragraph {
  margin: 0;
}
.views-list .block__content .info--no-margin {
  margin: 0;
}
.views-list .block__content .info .link--webforms {
  margin-top: 10px;
  margin-top: 1rem;
}
.views-list .block__content .info .link--webforms .form-group {
  margin-bottom: 5px;
}
.views-list .block__content .info .link--webforms .form-group:last-of-type {
  margin-bottom: 0;
}
.views-list .block__content .price__wrapper--margin-bottom {
  margin-bottom: 20px;
}
.views-list .block__content .price__wrapper .text,
.views-list .block__content .list__wrapper .text {
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
  color: #666666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .views-list .block__content .price__wrapper .text,
  .views-list .block__content .list__wrapper .text {
    margin: 10px 0 0;
    margin: 1rem 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
.views-list .block__content .price__wrapper .text span,
.views-list .block__content .list__wrapper .text span {
  color: #222222;
}
.views-list .block__content .price__wrapper ul,
.views-list .block__content .list__wrapper ul {
  padding: 0;
  margin: 0;
}
.views-list .block__content .price__wrapper ul li,
.views-list .block__content .list__wrapper ul li {
  display: inline-block;
  margin-right: 30px;
  margin-right: 3rem;
}
.views-list .block__content .price__wrapper ul li:last-of-type,
.views-list .block__content .list__wrapper ul li:last-of-type {
  margin: 0;
}
.views-list .block__content .price__wrapper ul li p,
.views-list .block__content .list__wrapper ul li p {
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .views-list .block__content .price__wrapper ul li p,
  .views-list .block__content .list__wrapper ul li p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
.views-list .block__content .price__wrapper ul li p .price,
.views-list .block__content .list__wrapper ul li p .price {
  color: #222222;
  font-size: 13px;
  font-size: 1.3rem;
}
.views-list .block__content .list__wrapper ul li {
  display: block;
}
.views-list .block__content .list__wrapper ul li p .value {
  color: #222222;
  font-size: 16px;
  font-size: 1.6rem;
}
.views-list .block__content .list__wrapper--black .text p {
  color: #222222;
}
.views-list .block__content .paragraph {
  margin: 0;
}
.views-list .block .subtitle {
  margin: 0;
  color: #222222;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
}
.views-list--small .block__title {
  border-bottom: 0 none;
}
.views-list--small .block__title span {
  border-bottom: 0 none;
  color: #003762;
  text-transform: none;
}
.views-list--small .block {
  padding-top: 30px;
  padding-top: 3rem;
  margin: 30px 0;
  margin: 3rem 0;
  border-top: 2px solid #f2f2f2;
}
@media screen and (max-width: 768px) {
  .views-list--small .block {
    margin-bottom: 0;
  }
}
.views-list--small .block:nth-of-type(1) {
  margin: 0;
  padding: 0;
  border: 0 none;
}
@media screen and (max-width: 768px) {
  .views-list--small .block:last-of-type {
    margin-top: 30px;
    margin-top: 3rem;
  }
}
.views-list--small .block .info .date {
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
  color: #a3b9d1;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .views-list--small .block .info .date {
    margin: 10px 0 0;
    margin: 1rem 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
.views-list--small .block .info .date label {
  color: #666666;
}
.views-list--small .block .info .text {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
}
.views-list--small .block .info .text .paragraph {
  margin: 0;
}

.views-business-events .link {
  display: inline-block;
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
}
.views-business-events .paragraph {
  margin: 0;
}
.views-business-events .paragraph p {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}

.views-offices .row:first-of-type .col,
.views-purchase .row:first-of-type .col {
  padding-top: 0;
}
.views-offices .row .col,
.views-purchase .row .col {
  padding-top: 20px;
  padding-top: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
@media screen and (max-width: 660px) {
  .views-offices .row .col,
  .views-purchase .row .col {
    width: 100%;
  }
}
.views-offices .block__title,
.views-purchase .block__title {
  border-bottom: none;
}
.views-offices .block__title span,
.views-purchase .block__title span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 800;
}
.views-offices .block__title a:hover,
.views-offices .block__title a:focus,
.views-purchase .block__title a:hover,
.views-purchase .block__title a:focus {
  text-decoration: none;
}
.views-offices .block__content .info__webpage,
.views-purchase .block__content .info__webpage {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.views-offices .block .subtitle,
.views-purchase .block .subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 500;
}

.ct-posao .block__content {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.ct-posao .block__content:before {
  content: none;
}

.views-purchase .views-row {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.views-purchase .views-row:last-of-type {
  margin-bottom: 0;
}

.view-header p {
  margin: 0 0 30px;
  margin: 0 0 3rem;
  color: #222222;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .view-header p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: 400;
  }
}
.view-footer {
  padding-top: 50px;
}

.paragraph > .text--empty {
  color: #222222;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .paragraph > .text--empty {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: 400;
  }
}
.paragraph > .text--empty > p {
  margin: 0 0 30px;
  margin: 0 0 3rem;
}

.field--item--footer {
  margin-top: -50px;
}

.ssk__wrapper {
  clear: both;
  margin: 80px 0 50px;
  margin: 8rem 0 5rem;
}
.ssk__wrapper .title {
  margin: 0;
  position: relative;
}
.ssk__wrapper .title:before {
  display: inline-block;
  width: 45px;
  width: 4.5rem;
  height: 45px;
  height: 4.5rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  background-color: #bbbbbb;
  font-family: "irt-full" !important;
  content: "\e80d";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 45px;
  line-height: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .ssk__wrapper .title:before {
    width: 25px;
    width: 2.5rem;
    height: 25px;
    height: 2.5rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.ssk__wrapper .title:after {
  border-bottom: 2px solid #f2f2f2;
  content: "";
  top: 18px;
  right: 0;
  bottom: auto;
  left: 60px;
  position: absolute;
  z-index: -1;
}
.ssk__wrapper .title span {
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
  margin-left: 10px;
  margin-left: 1rem;
  border-bottom: 2px solid #faa71a;
  position: relative;
  color: #555555;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
}
.ssk__wrapper .title span:after {
  width: 3px;
  width: 0.3rem;
  height: 2px;
  height: 0.2rem;
  background-color: #ffffff;
  top: auto;
  right: -3px;
  bottom: -2px;
  left: auto;
  position: absolute;
  z-index: 2;
  content: "";
}
.ssk-print.ssk-icon:hover,
.ssk-print.ssk-icon:focus {
  color: #0098e6;
}
.ssk-print:before {
  font-family: "irt-full" !important;
  content: "\e8ad";
}
.ssk-md {
  padding-left: 50px;
  padding-left: 5rem;
  margin-top: -15px;
  margin-top: -1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .ssk-md {
    padding-left: 34px;
    padding-left: 3.4rem;
  }
}
.ssk-icon {
  margin-right: 7px;
  margin-right: 0.7rem;
  margin-left: 7px;
  margin-left: 0.7rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .ssk-icon {
    margin-right: 4px;
    margin-right: 0.4rem;
    margin-left: 4px;
    margin-left: 0.4rem;
  }
}
.ssk-icon:before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #666666;
}
.ssk-icon:nth-of-type(1) {
  margin-left: 0;
}
.ssk-icon:last-of-type {
  margin-right: 0;
}
.ssk-icon:hover:before,
.ssk-icon:focus:before {
  color: inherit;
}
.ssk-icon:hover span,
.ssk-icon:focus span {
  display: inline-block;
}
.ssk-icon span {
  display: none;
  width: 100px;
  width: 10rem;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 40px;
  right: auto;
  bottom: auto;
  left: -37px;
  position: absolute;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 12px;
  line-height: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.icon-x::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjAiIHdpZHRoPSIyMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjwhLS0hRm9udCBBd2Vzb21lIEZyZWUgNi41LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UvZnJlZSBDb3B5cmlnaHQgMjAyNCBGb250aWNvbnMsIEluYy4tLT48cGF0aCBmaWxsPSIjNjY2NjY2IiBkPSJNMzg5LjIgNDhoNzAuNkwzMDUuNiAyMjQuMiA0ODcgNDY0SDM0NUwyMzMuNyAzMTguNiAxMDYuNSA0NjRIMzUuOEwyMDAuNyAyNzUuNSAyNi44IDQ4SDE3Mi40TDI3Mi45IDE4MC45IDM4OS4yIDQ4ek0zNjQuNCA0MjEuOGgzOS4xTDE1MS4xIDg4aC00MkwzNjQuNCA0MjEuOHoiLz48L3N2Zz4K");
}
.icon-x:hover {
  filter: invert(82%) sepia(98%) saturate(3885%) hue-rotate(170deg) brightness(86%) contrast(94%);
}

@media print {
  .navbar,
  .sidebar,
  .ssk__wrapper,
  .footer {
    display: none;
  }
}
.block-list--bg {
  background: linear-gradient(rgba(0, 13, 47, 0.3), rgba(0, 13, 47, 0.8), rgba(0, 13, 47, 0.8)), url(../img/buy-sell-bg.jpg);
  background-position: center;
}
.block-list-flex-row {
  display: inline-flex;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .block-list-flex-row {
    flex-wrap: wrap;
  }
}
.block-list-flex-row div.container-wrapper-row {
  padding: 10px 10px;
  padding: 1rem 1rem;
}
.block-list .container-wrapper {
  padding: 90px 0;
  padding: 9rem 0;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 991px) {
  .block-list .container-wrapper {
    padding: 60px 0;
    padding: 6rem 0;
  }
}
.block-list .container-wrapper .container {
  width: 1170px;
  width: 117rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .block-list .container-wrapper .container {
    width: 970px;
    width: 97rem;
  }
}
@media screen and (max-width: 991px) {
  .block-list .container-wrapper .container {
    width: 750px;
    width: 75rem;
  }
}
@media screen and (max-width: 768px) {
  .block-list .container-wrapper .container {
    width: 100%;
  }
}
.block-list .container-wrapper .container--border--top--gray:before {
  width: 100%;
  border-top: 6px solid #f1f1f1;
  top: -90px;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  content: "";
}
@media screen and (max-width: 991px) {
  .block-list .container-wrapper .container--border--top--gray:before {
    top: -60px;
  }
}
.block-list .container-wrapper--blue {
  background-color: #002447;
}
.block-list .container-wrapper--blue .info__title,
.block-list .container-wrapper--blue .info__title span,
.block-list .container-wrapper--blue .text {
  color: #ffffff;
}
.block-list .container-wrapper--blue--dark {
  background-color: #000d2f;
  position: relative;
}
.block-list .container-wrapper--blue--dark:before {
  display: block;
  width: 100%;
  background-color: #000d2f;
  top: -90px;
  right: auto;
  bottom: -90px;
  left: 0;
  position: absolute;
  content: "";
}
@media screen and (max-width: 991px) {
  .block-list .container-wrapper--blue--dark:before {
    top: 0;
    bottom: 0;
    left: -100%;
  }
}
.block-list .container-wrapper--blue--dark:after {
  display: block;
  width: 100%;
  background-color: #000d2f;
  top: -90px;
  right: -100%;
  bottom: -90px;
  left: auto;
  position: absolute;
  content: "";
}
@media screen and (max-width: 991px) {
  .block-list .container-wrapper--blue--dark:after {
    top: 0;
    bottom: 0;
  }
}
.block-list .container-wrapper--blue--transparent {
  background-color: #000d2f;
  background-color: rgba(0, 13, 47, 0.8);
}
.block-list .container-wrapper--gray {
  background-color: #f2f2f2;
}
@media screen and (max-width: 991px) {
  .block-list .container-wrapper--gray {
    padding-top: 40px;
    padding-top: 4rem;
  }
}
.block-list .container-wrapper--white--transparent {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
.block-list .container-wrapper--transparent {
  background-color: transparent;
}
.block-list .container-wrapper--border-top--blue {
  border-top: 6px solid #004068;
}
.block-list .container-wrapper--border-bottom--blue-dark {
  border-bottom: 6px solid #000d2f;
}
.block-list .container-wrapper--fair {
  overflow: hidden;
  padding: 50px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  .block-list .container-wrapper--fair {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .block-list .container-wrapper--fair .info {
    max-width: 100%;
  }
}
.block-list .container-wrapper--fair .info .text {
  overflow: inherit;
  display: block;
  max-height: inherit;
}
.block-list .container-wrapper--first {
  padding-top: 0;
}
.block-list .container-wrapper--no-padding {
  padding: 0;
}
.block-list .container-wrapper .info {
  max-width: 600px;
  max-width: 60rem;
  padding: 40px 20px;
  padding: 4rem 2rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .block-list .container-wrapper .info {
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    padding: 2.5rem 0;
  }
}
.block-list .container-wrapper .info--row {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .block-list .container-wrapper .info--row {
    padding-bottom: 40px;
    padding-bottom: 4rem;
  }
}
.block-list .container-wrapper .info--row .text {
  max-height: 100%;
}
.block-list .container-wrapper .info--buy-sell {
  padding: 0 40px;
  padding: 0 4rem;
  text-align: center;
}
.block-list .container-wrapper .info--buy-sell div {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .block-list .container-wrapper .info--buy-sell {
    display: block;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .block-list .container-wrapper .info--buy-sell {
    padding: 0;
    margin: 0;
  }
}
.block-list .container-wrapper .info--fair {
  padding: 0 40px;
  padding: 0 4rem;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .block-list .container-wrapper .info--fair {
    display: block;
    padding: 0;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .block-list .container-wrapper .info--fair {
    padding: 0;
  }
}
.block-list .container-wrapper .info--fair div {
  padding-left: 0;
}
.block-list .container-wrapper .info--fair .name {
  padding-left: 0;
}
.block-list .container-wrapper .info--fair .date div {
  display: inline-block;
}
.block-list .container-wrapper .info--arrow--bottom:before {
  position: absolute;
  bottom: -115px;
  left: calc(50% - 35px);
  z-index: 1;
  border-top-color: #ffffff;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
  border-width: 25px 25px 0 25px;
  border-right-width: 35px;
  border-left-width: 35px;
  content: "";
}
@media screen and (max-width: 991px) {
  .block-list .container-wrapper .info--arrow--bottom:before {
    bottom: -85px;
  }
}
.block-list .container-wrapper .info .no {
  display: none;
}
.block-list .container-wrapper .info .info-download,
.block-list .container-wrapper .info .info-download__select__wrapper {
  display: inline-block;
}
.block-list .container-wrapper .info .info-download__select {
  height: 36px;
  height: 3.6rem;
  padding: 0 20px 0 10px;
  padding: 0 2rem 0 1rem;
  border: 0 none;
  border-bottom: 2px solid #a6b9c8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: 2;
  color: #a6b9c8;
  background-color: transparent;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.block-list .container-wrapper .info .info-download__select:focus {
  outline: 0 none;
}
.block-list .container-wrapper .info .info-download__select__wrapper {
  margin-left: 3px;
  margin-left: 0.3rem;
  position: relative;
}
.block-list .container-wrapper .info .info-download__select__wrapper:after {
  top: 2px;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  z-index: 1;
  color: #a6b9c8;
  font-size: 20px;
  font-size: 2rem;
  content: "\e5c5";
}
.block-list .container-wrapper .info.last,
.block-list .container-wrapper .info .last {
  margin: 0;
}
.block-list .container-wrapper .info--no-padding {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .block-list .container-wrapper .info__wrapper .info {
    display: block;
    max-width: inherit;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.block-list .container-wrapper .info__wrapper div:last-of-type .info {
  margin-bottom: 0;
}
.block-list .container-wrapper .info--full {
  max-width: 100%;
}
.block-list .container-wrapper .info--full--fair {
  max-width: 100%;
}
.block-list .container-wrapper .text--location {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 400;
}
.block-list .container-wrapper .text--location p,
.block-list .container-wrapper .text--location span {
  color: #ffffff;
}
.block-list .container-wrapper .location {
  padding-left: 25px;
  padding-left: 2.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.block-list .container-wrapper .location:before {
  color: #faa71a;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  content: "\e8b4";
}
.block-list .container-wrapper .location div {
  display: inline-block;
}
.block-list .container-wrapper .date {
  padding-left: 25px;
  padding-left: 2.5rem;
  color: #00afed;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
.block-list .container-wrapper .date div {
  display: inline-block;
}
.block-list .container-wrapper .name {
  display: block;
  padding-left: 25px;
  padding-left: 2.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .block-list .container-wrapper .name {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    font-weight: 600;
  }
}
.block-list .container-wrapper .type {
  padding-left: 25px;
  padding-left: 2.5rem;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
}
.block-list .container-wrapper .info__title {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 1199px) {
  .block-list .container-wrapper .info__title {
    margin: 0 0 15px;
    margin: 0 0 1.5rem;
  }
}
.block-list .container-wrapper .info__title .blue {
  color: #00afed;
}
.block-list .container-wrapper .info__title .blue--dark {
  color: #000d2f;
}
.block-list .container-wrapper .info__title--no-margin {
  margin: 0;
}
.block-list .container-wrapper .info__title--main--no-margin {
  margin: 0;
}
.block-list .container-wrapper .info__title--brosure {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  color: #000d2f;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.block-list .container-wrapper .info__title--main .blue {
  color: #00afed;
}
.block-list .container-wrapper .info__title--main .blue--dark {
  color: #000d2f;
}
.block-list .container-wrapper .brosure-page--title {
  margin-top: 20px;
  margin-top: 2rem;
  text-align: center;
}
.block-list .container-wrapper .brosure-page--form {
  padding: 0 0 60px;
  padding: 0 0 6rem;
  margin: 0;
}
.block-list .container-wrapper .brosure-page--form ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.block-list .container-wrapper .subtitle--brosure {
  overflow: inherit;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  color: #003764;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
.block-list .container-wrapper .subtitle--brosure:after {
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: auto;
  right: -35px;
  bottom: 0;
  left: auto;
  position: absolute;
  color: #faa71a;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 100;
  content: "\e317";
}
.block-list .container-wrapper .subtitle--brosure:hover,
.block-list .container-wrapper .subtitle--brosure:focus {
  color: #faa71a;
  text-decoration: none;
}
.block-list .container-wrapper .info__title--main {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  color: #ffffff;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 38px;
  line-height: 3.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .block-list .container-wrapper .info__title--main {
    margin: 0 0 15px;
    margin: 0 0 1.5rem;
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.block-list .container-wrapper .info__title {
  overflow-y: hidden;
  max-height: 90px;
  max-height: 9rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #222222;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1199px) {
  .block-list .container-wrapper .info__title {
    max-height: 72px;
    max-height: 7.2rem;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.block-list .container-wrapper .info__title:hover,
.block-list .container-wrapper .info__title:focus {
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
}
.block-list .container-wrapper .text {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .block-list .container-wrapper .text {
    max-height: 66px;
    max-height: 6.6rem;
    margin: 0 0 15px;
    margin: 0 0 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 768px) {
  .block-list .container-wrapper .text {
    display: block;
    max-height: 100%;
  }
}
.block-list .container-wrapper .text--blue--dark {
  color: #000d2f;
}
.block-list .container-wrapper .text.last {
  margin: 0;
}
.block-list .container-wrapper .text--location {
  display: block;
}
.block-list .container-wrapper .text--border {
  overflow: inherit;
  position: relative;
}
.block-list .container-wrapper .text--border:before {
  border-left: 1px solid #00afed;
  top: -40px;
  right: auto;
  bottom: -40px;
  left: -30px;
  position: absolute;
  content: "";
}
@media screen and (max-width: 991px) {
  .block-list .container-wrapper .text--border:before {
    display: none;
  }
}
.block-list .container-wrapper .link {
  display: inline-block;
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  border-bottom: 2px solid #555555;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  color: #555555;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.block-list .container-wrapper .link--icon {
  padding-right: 60px;
  padding-right: 6rem;
}
.block-list .container-wrapper .link--icon--arrow:after {
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  position: absolute;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 100;
  content: "\e317";
}
.block-list .container-wrapper .link--bottom-border--blue {
  -webkit-box-shadow: inset 0 0 0 0 #00afed;
  -moz-box-shadow: inset 0 0 0 0 #00afed;
  box-shadow: inset 0 0 0 0 #00afed;
  border-color: #00afed;
}
.block-list .container-wrapper .link--bottom-border--blue.link--icon--arrow:after {
  color: #00afed;
}
.block-list .container-wrapper .link--bottom-border--orange {
  -webkit-box-shadow: inset 0 0 0 0 #faa71a;
  -moz-box-shadow: inset 0 0 0 0 #faa71a;
  box-shadow: inset 0 0 0 0 #faa71a;
  border-color: #faa71a;
}
.block-list .container-wrapper .link--bottom-border--orange.link--icon--arrow:after {
  color: #faa71a;
}
.block-list .container-wrapper .link--white {
  color: #ffffff;
}
.block-list .container-wrapper .link--blue {
  color: #1b75bc;
}
.block-list .container-wrapper .link:hover.link--bottom-border--blue,
.block-list .container-wrapper .link:focus.link--bottom-border--blue {
  -webkit-box-shadow: inset 0 -100px 0 0 #00afed;
  -moz-box-shadow: inset 0 -100px 0 0 #00afed;
  box-shadow: inset 0 -100px 0 0 #00afed;
  color: #ffffff;
}
.block-list .container-wrapper .link:hover.link--bottom-border--blue.link--icon--arrow:after,
.block-list .container-wrapper .link:focus.link--bottom-border--blue.link--icon--arrow:after {
  color: #ffffff;
}
.block-list .container-wrapper .link:hover.link--bottom-border--orange,
.block-list .container-wrapper .link:focus.link--bottom-border--orange {
  -webkit-box-shadow: inset 0 -100px 0 0 #faa71a;
  -moz-box-shadow: inset 0 -100px 0 0 #faa71a;
  box-shadow: inset 0 -100px 0 0 #faa71a;
  color: #ffffff;
}
.block-list .container-wrapper .link:hover.link--bottom-border--orange.link--icon--arrow:after,
.block-list .container-wrapper .link:focus.link--bottom-border--orange.link--icon--arrow:after {
  color: #ffffff;
}
.block-list .container-wrapper .image {
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .block-list .container-wrapper .image {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  .block-list .container-wrapper .image img {
    display: inline-block;
  }
}
.block-list .container-wrapper .image__author {
  right: 0;
  bottom: 0;
}
.block-list .container-wrapper .banner {
  display: block;
  margin-top: 50px;
  margin-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .block-list .container-wrapper .banner {
    margin-top: 42px;
    margin-top: 4.2rem;
  }
}
@media screen and (max-width: 991px) {
  .block-list .container-wrapper .banner {
    margin-top: 32px;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .block-list .container-wrapper .banner {
    margin-top: 0;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.block-list .container-wrapper .banner:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .block-list .container-wrapper .banner:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .block-list .container-wrapper .banner img {
    display: inline-block;
  }
}
.block-list .container-wrapper--list.block--blue h2,
.block-list .container-wrapper--list.block--blue .text {
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .block-list .container-wrapper--row {
    padding-top: 50px;
    padding-top: 5rem;
  }
}
.block-list .container-wrapper--row .text {
  overflow-y: inherit;
  max-height: inherit;
}
.block-list .container-wrapper--row .slick .image {
  display: inline-block;
  padding: 5px;
  padding: 0.5rem;
  margin-top: 2px;
  margin-top: 0.2rem;
  -webkit-box-shadow: 0 0 3px 2px #e4e4e4;
  -moz-box-shadow: 0 0 3px 2px #e4e4e4;
  box-shadow: 0 0 3px 2px #e4e4e4;
  background-color: #ffffff;
  position: relative;
}
.block-list .container-wrapper--row .slick .image img {
  width: 100%;
}
.block-list .container-wrapper--row .slick .info {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.block-list .container-wrapper--row .slick .info__title {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  color: #000d2f;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  text-transform: none;
}
.block-list .container-wrapper--row .slick .brosure-page--title {
  margin-top: 20px;
  margin-top: 2rem;
  text-align: center;
}
.block-list .container-wrapper--row .brochure {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .block-list .container-wrapper--row .brochure {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block-list .container-wrapper:nth-of-type(1) .container {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  border-top: 0 none;
}

.block-csv-counter {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .block-csv-counter {
    background-color: #002447;
  }
}
.block-csv-counter .inner-wrapper {
  width: 1140px;
  margin-top: 40px;
  padding: 20px;
  border: 15px solid #002447;
}
@media screen and (max-width: 1200px) {
  .block-csv-counter .inner-wrapper {
    width: 940px;
  }
}
@media screen and (max-width: 991px) {
  .block-csv-counter .inner-wrapper {
    width: 75rem;
    margin-top: 0;
    border: none;
    background-color: #002447;
  }
}
@media screen and (max-width: 768px) {
  .block-csv-counter .inner-wrapper {
    width: 100%;
  }
}
.block-csv-counter .inner-wrapper h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media screen and (max-width: 991px) {
  .block-csv-counter .inner-wrapper h2 {
    color: #ffffff;
    font-size: 20px;
  }
}
.block-csv-counter .inner-wrapper .stats-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .block-csv-counter .inner-wrapper .stats-wrapper {
    flex-direction: column;
  }
}
.block-csv-counter .inner-wrapper .basic-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .block-csv-counter .inner-wrapper .basic-wrapper {
    margin: 5px 0;
  }
}
.block-csv-counter .inner-wrapper .arrivals-sum-title,
.block-csv-counter .inner-wrapper .nights-sum-title,
.block-csv-counter .inner-wrapper .arrivals-title,
.block-csv-counter .inner-wrapper .nights-title {
  color: #868686;
  text-transform: uppercase;
}
.block-csv-counter .inner-wrapper .date-wrapper {
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .block-csv-counter .inner-wrapper .date-wrapper {
    flex-direction: row;
    color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  .block-csv-counter .inner-wrapper .date-wrapper .time {
    margin-left: 3px;
  }
}
@media screen and (max-width: 991px) {
  .block-csv-counter .inner-wrapper .staying-stats-1-wrapper {
    flex-direction: row;
  }
}
@media screen and (max-width: 991px) {
  .block-csv-counter .inner-wrapper .staying-stats-1-wrapper .nights-wrapper {
    margin-left: 40px;
  }
}
.block-csv-counter .inner-wrapper .arrivals-sum-content,
.block-csv-counter .inner-wrapper .nights-sum-content,
.block-csv-counter .inner-wrapper .arrivals-content,
.block-csv-counter .inner-wrapper .nights-content {
  margin-left: 20px;
  font-weight: bold;
  min-width: 50px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .block-csv-counter .inner-wrapper .arrivals-sum-content,
  .block-csv-counter .inner-wrapper .nights-sum-content,
  .block-csv-counter .inner-wrapper .arrivals-content,
  .block-csv-counter .inner-wrapper .nights-content {
    margin-left: 10px;
    color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  .block-csv-counter .inner-wrapper .arrivals-sum-content,
  .block-csv-counter .inner-wrapper .nights-sum-content {
    margin-left: 20px;
  }
}
@media screen and (min-width: 991px) {
  .block-csv-counter .inner-wrapper .nights-sum,
  .block-csv-counter .inner-wrapper .nights-wrapper,
  .block-csv-counter .inner-wrapper .time {
    margin-top: 10px;
  }
}
.block-csv-counter .inner-wrapper .arrivals-wrapper,
.block-csv-counter .inner-wrapper .nights-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .block-csv-counter .inner-wrapper .arrivals-wrapper,
  .block-csv-counter .inner-wrapper .nights-wrapper {
    justify-content: end;
  }
}
.block-csv-counter .inner-wrapper .arrivals-sum,
.block-csv-counter .inner-wrapper .nights-sum {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .block-csv-counter .inner-wrapper .arrivals-sum,
  .block-csv-counter .inner-wrapper .nights-sum {
    display: grid;
    grid-auto-flow: column;
    width: 245px;
  }
}
@media screen and (max-width: 991px) {
  .block-csv-counter .inner-wrapper .nights-sum {
    margin-top: 10px;
  }
}
.block-csv-counter .inner-wrapper .note-wrapper {
  width: 325px;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .block-csv-counter .inner-wrapper .note-wrapper {
    width: 290px;
  }
}
.block-csv-counter .inner-wrapper .note-wrapper span {
  color: #868686;
}
@media screen and (max-width: 991px) {
  .block-csv-counter .inner-wrapper .note-wrapper span {
    margin-top: 5px;
  }
}

.htz-btn {
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.htz-btn--icon {
  padding-right: 60px;
  padding-right: 6rem;
}
.htz-btn--icon--arrow:after {
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 10px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 100;
  content: "\e317";
}
.htz-btn--blue {
  color: #ffffff;
  background-color: #003764;
}
.htz-btn--blue:after {
  color: #00afed;
}
.htz-btn--blue:hover,
.htz-btn--blue:focus {
  color: #ffffff;
  background-color: #00afed;
  text-decoration: none;
}
.htz-btn--blue:hover:after,
.htz-btn--blue:focus:after {
  color: #ffffff;
}
.htz-btn--lg {
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .btn-block--no--sm {
    width: auto;
    display: inline-block;
  }
}

.path-frontpage .views-element-container.form-group {
  margin: 0;
}

.slick--bg--white .slick-track {
  background-color: #ffffff;
}
.slick--bg--blue .slick-track {
  background-color: #002447;
}
.slick-slide:hover {
  outline: 0 none;
}
.slick.slick-dotted {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .slick-full {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .slick-full {
    max-width: 600px;
    max-width: 60rem;
  }
}
.slick-dots {
  bottom: -35px;
}
.slick-dots li button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slick-dots li button:before {
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #bbbbbb;
  content: "";
  opacity: 1;
}
.slick-dots li button:after {
  display: block;
  width: 24px;
  width: 2.4rem;
  height: 24px;
  height: 2.4rem;
  border: 4px solid #a3ddf0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: -6px;
  right: auto;
  bottom: auto;
  left: -6px;
  position: absolute;
  content: "";
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background-color: #00afed;
}
.slick-dots li.slick-active button:before {
  background-color: #00afed;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.slick-dots li.slick-active button:after {
  border-color: #a3ddf0;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.slick-dots--white li.slick-active button:before {
  background-color: #ffffff;
}
.slick-dots--white li.slick-active button:after {
  border-color: #a19fa0;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.slick-dots--white li button:hover:before,
.slick-dots--white li button:focus:before {
  background-color: #ffffff;
}
.slick .slick-prev,
.slick .slick-next {
  width: 46px;
  width: 4.6rem;
  height: 46px;
  height: 4.6rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 0 8px -1px #333;
  -moz-box-shadow: 0 0 8px -1px #333;
  box-shadow: 0 0 8px -1px #333;
  z-index: 1;
}
.slick .slick-prev:before,
.slick .slick-next:before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #003764;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.slick .slick-prev:hover,
.slick .slick-next:hover {
  background-color: #003764;
}
.slick .slick-prev:hover:before,
.slick .slick-next:hover:before {
  color: #ffffff;
}
.slick .slick-prev {
  left: -23px;
}
.slick .slick-prev:before {
  content: "\e314";
}
.slick .slick-next {
  right: -23px;
}
.slick .slick-next:before {
  content: "\e315";
}
.slick-controls--white .slick-prev,
.slick-controls--white .slick-next {
  background-color: #ffffff;
}
.slick-controls--white .slick-prev:before,
.slick-controls--white .slick-next:before {
  color: #003764;
}
.slick-controls--white .slick-prev:hover,
.slick-controls--white .slick-next:hover {
  background-color: #003764;
}
.slick-controls--white .slick-prev:hover:before,
.slick-controls--white .slick-next:hover:before {
  color: #ffffff;
}
.slick-controls--blue .slick-prev,
.slick-controls--blue .slick-next {
  background-color: #003764;
}
.slick-controls--blue .slick-prev:before,
.slick-controls--blue .slick-next:before {
  color: #ffffff;
}
.slick-controls--blue .slick-prev:hover,
.slick-controls--blue .slick-next:hover {
  background-color: #ffffff;
}
.slick-controls--blue .slick-prev:hover:before,
.slick-controls--blue .slick-next:hover:before {
  color: #003764;
}
.slick-grid-4 .slick-prev {
  top: 35%;
  left: -6px;
}
.slick-grid-4 .slick-next {
  top: 35%;
  right: -6px;
}
.slick .highlight--Da.col-sm-4,
.slick .highlight--Ne.col-sm-4,
.slick .highlight--Yes.col-sm-4,
.slick .highlight--No.col-sm-4 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.slick .highlight--Da,
.slick .highlight--Yes {
  background-color: #002447;
}
.slick .highlight--Da .info__title,
.slick .highlight--Da .text,
.slick .highlight--Da .link,
.slick .highlight--Yes .info__title,
.slick .highlight--Yes .text,
.slick .highlight--Yes .link {
  color: #ffffff;
}

.table-list {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.table-list .block {
  display: flex;
  padding: 10px 0;
  padding: 1rem 0;
  border-bottom: 2px solid #f2f2f2;
}
@media screen and (max-width: 768px) {
  .table-list .block.block--header {
    display: none;
  }
}
.table-list .block:last-of-type {
  border-bottom: 0 none;
}
.table-list .block .number {
  float: left;
  display: inline-block;
  width: 5%;
  color: #bbbbbb;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  vertical-align: top;
}
.table-list .block .info {
  float: left;
  display: inline-block;
  width: 94%;
}
.table-list .block .info__field {
  float: left;
  padding: 0 5px;
  padding: 0 0.5rem;
  color: #111111;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  word-break: break-word;
}
.table-list .block .info__field--1 {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .table-list .block .info__field--1 {
    width: 94%;
  }
}
.table-list .block .info__field--2 {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .table-list .block .info__field--2 {
    width: 94%;
  }
}
.table-list .block .info__field--3 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .table-list .block .info__field--3 {
    width: 94%;
  }
}
.table-list .block .info__field label {
  display: none;
  margin-right: 5px;
  margin-right: 0.5rem;
  color: #aaa;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .table-list .block .info__field label {
    display: inline-block;
  }
}
.table-list .block .link {
  float: right;
  display: inline-block;
  width: 10%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .table-list .block .link {
    float: left;
    width: 94%;
    text-align: left;
  }
}
.table-list .block--header .field-label {
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
}

/* #sliding-popup {
  width: 100%;
  margin: 0;
  padding: 0;
  right: 0;
  z-index: 99999;
  background-color: rgb(0, 55, 100) !important;
  text-align: center;
}
#sliding-popup .popup-content {
  display: inline-block;
  width: 1170px;
  width: 117rem;
  padding: 30px 15px;
  padding: 3rem 1.5rem;
  margin: 0 auto;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  #sliding-popup .popup-content {
    width: 970px;
    width: 97rem;
  }
}
@media screen and (max-width: 991px) {
  #sliding-popup .popup-content {
    width: 750px;
    width: 75rem;
  }
}
@media screen and (max-width: 768px) {
  #sliding-popup .popup-content {
    width: 100%;
    padding: 25px 15px;
    padding: 2.5rem 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  #sliding-popup .popup-content {
    max-width: 100%;
  }
}
#sliding-popup .popup-content #popup-text {
  float: left;
  max-width: 57%;
  margin: 0;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #sliding-popup .popup-content #popup-text {
    max-width: 100%;
  }
}
#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text p {
  display: block;
  margin: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 400;
}
#sliding-popup .popup-content #popup-text a {
  color: #00afed;
  font-weight: 600;
}
#sliding-popup .popup-content #popup-text .find-more-button {
  color: #FAA71A;
  line-height: 30px;
}
#sliding-popup .popup-content #popup-buttons {
  float: right;
  max-width: 43%;
  margin: 0;
}
@media screen and (max-width: 600px) {
  #sliding-popup .popup-content #popup-buttons {
    float: none;
    max-width: 100%;
  }
}
#sliding-popup .popup-content #popup-buttons button {
  display: inline-block;
  overflow: visible;
  width: auto;
  padding: 8px 15px;
  padding: 0.8rem 1.5rem;
  margin-top: 0;
  margin-right: 5px;
  margin-right: 0.5rem;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #FFFFFF;
  background: transparent;
  background-color: #FAA71A;
  font-family: inherit;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #sliding-popup .popup-content #popup-buttons button {
    margin-top: 20px;
    margin-top: 2rem;
  }
}
#sliding-popup .popup-content #popup-buttons button:last-of-type {
  margin-right: 0;
}
#sliding-popup .popup-content #popup-buttons button:hover, #sliding-popup .popup-content #popup-buttons button:focus {
  background: transparent;
  background-color: #00afed;
}
#sliding-popup .popup-content .eu-cookie-compliance-categories-buttons {
  padding-top: 15px;
}
@media screen and (max-width: 600px) {
  #sliding-popup .popup-content .eu-cookie-compliance-save-preferences-button {
    float: none;
    max-width: 100%;
  }
}
#sliding-popup .popup-content .eu-cookie-compliance-save-preferences-button {
  display: inline-block;
  overflow: visible;
  width: auto;
  padding: 8px 15px;
  padding: 0.8rem 1.5rem;
  margin-top: 0;
  margin-right: 5px;
  margin-right: 0.5rem;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #FFFFFF;
  background: transparent;
  background-color: #1B75BC;
  font-family: inherit;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #sliding-popup .popup-content .eu-cookie-compliance-save-preferences-button {
    margin-top: 20px;
    margin-top: 2rem;
  }
}
#sliding-popup .popup-content .eu-cookie-compliance-save-preferences-button:last-of-type {
  margin-right: 0;
}
#sliding-popup .popup-content .eu-cookie-compliance-save-preferences-button:hover, #sliding-popup .popup-content .eu-cookie-compliance-save-preferences-button:focus {
  background: transparent;
  background-color: #00afed;
}
#sliding-popup button.eu-cookie-withdraw-tab {
  text-transform: uppercase;
  border-color: #FAA71A;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-radius: 0;
  transform: translate(-10%, -100%);
  left: 10%;
  padding: 5px 10px;
}
#sliding-popup .eu-cookie-withdraw-tab, #sliding-popup .eu-cookie-withdraw-banner {
  background-color: rgb(0, 55, 100) !important;
}
#sliding-popup details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}
@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#sliding-popup details summary::-webkit-details-marker {
  display: none;
}
#sliding-popup details summary {
  width: 100%;
  padding: 1.5rem 0;
  border-top: 1px solid #FAA71A;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  list-style: none;
}
#sliding-popup details summary:after {
  content: "+";
  color: #FAA71A;
  position: absolute;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  font-size: 4rem;
  font-weight: 300;
  transform-origin: center;
  transition: 200ms linear;
}
#sliding-popup details[open] summary:after {
  transform: rotate(45deg);
  font-size: 4rem;
}
#sliding-popup details summary {
  outline: 0;
} */

.form-inline .select-wrapper:after {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .form-inline .select-wrapper {
    width: 100%;
  }
}

.sod_select {
  width: 155px;
  min-width: 150px;
  padding: 14px 18px 13px;
  padding: 1.4rem 1.8rem 1.3rem;
  border: 2px solid #f4f4f4;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #003764;
  background-color: #fbfbfb;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 600;
  text-transform: initial;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sod_select {
    width: 100%;
  }
}
.sod_select:before {
  display: none;
}
.sod_select:after {
  bottom: 14px;
  color: #00afed;
  content: "\e5c5";
  font-size: 18px;
  font-size: 1.8rem;
}
.sod_select:hover,
.sod_select:focus {
  border: 2px solid #f4f4f4;
  color: #003764;
}
.sod_select.focus {
  border: 2px solid #f4f4f4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sod_select.open {
  color: #003764;
}
.sod_select .sod_label {
  padding-right: 35px;
  padding-right: 3.5rem;
}
.sod_select .sod_list_wrapper {
  width: auto;
  margin: 0 0 0 -2px;
  margin: 0 0 0 -0.2rem;
  border: 2px solid #f4f4f4;
  border-top: 0 none;
  right: -2px;
  z-index: 2;
  background-color: #f4f4f4;
}
.sod_select .sod_option {
  padding: 14px 18px 13px;
  padding: 1.4rem 1.8rem 1.3rem;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #003764;
  font-weight: 600;
  white-space: normal;
  cursor: pointer;
}
.sod_select .sod_option.selected {
  padding-right: 18px;
  padding-right: 1.8rem;
  color: #00afed;
}
.sod_select .sod_option.selected:before {
  display: none;
}
.sod_select .sod_option.active {
  color: #00afed;
  background-color: transparent;
}

.text,
.row__text {
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
  color: #666666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 400;
}
.text span,
.row__text span {
  color: #222222;
}

.row__text {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}

.row--press-info {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.row--press-info p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .row--press-info p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-weight: 400;
  }
}
.row--press-info .col--date {
  float: right;
}
@media screen and (max-width: 768px) {
  .row--press-info .col--date {
    float: left;
  }
}
.row--press-info .col--date ul li {
  float: right;
}
@media screen and (max-width: 768px) {
  .row--press-info .col--date ul li {
    float: left;
  }
}

.node--full {
  padding: 0;
  margin: 0 0 50px;
  margin: 0 0 5rem;
}
.node--full ul {
  padding: 0;
  margin: 0;
}
.node--full ul li {
  display: inline-block;
  margin-right: 30px;
  margin-right: 3rem;
}
.node--full ul li:last-of-type {
  margin: 0;
}
.node--full ul li p {
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
}
.node--full ul li p .price {
  color: #222222;
  font-size: 16px;
  font-size: 1.6rem;
}
.node--full .info {
  margin: 0 0 20px;
  margin: 0 0 2rem;
}
.node--full .info .name {
  margin: 0 0 3px;
  margin: 0 0 0.3rem;
  color: #222222;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 800;
}
.node--full .info a {
  color: #003764;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .node--full .info a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: 400;
  }
}
.node--full .info .date {
  margin: 0 0 3px;
  margin: 0 0 0.3rem;
  color: #faa71a;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 800;
}
.node--full .info .date div {
  display: inline-block;
}
.node--full p {
  margin: 0 0 30px;
  margin: 0 0 3rem;
  color: #222222;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .node--full p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: 400;
  }
}
.node--full div {
  color: #222222;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .node--full div {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: 400;
  }
}
.node--full .field--label {
  color: #222222;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .node--full .field--label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: 400;
  }
}

.views-press > div {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.views-press > div .paragraph {
  margin: 0;
}
/*# sourceMappingURL=main.css.map */
