.spinner-icon {
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: spinner-animation 400ms linear infinite;
          animation: spinner-animation 400ms linear infinite; }

@-webkit-keyframes spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.detaljan-prikaz {
  background: #efefef; }
  .detaljan-prikaz .post-title p {
    margin: 0; }
  .detaljan-prikaz .btnClose {
    float: right;
    cursor: pointer; }
  .detaljan-prikaz h1 {
    margin-bottom: 20px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.3;
    color: #373a3c; }

@media (min-width: 768px) {
  .detaljan-prikaz h1 {
    font-size: 30px; }
  .detaljan-prikaz p {
    font-size: 18px; } }

@media (min-width: 992px) {
  .detaljan-prikaz h1 {
    font-size: 36px; }
  .detaljan-prikaz p {
    font-size: 18px; } }

@media (min-width: 1200px) {
  .detaljan-prikaz h1 {
    font-size: 42px;
    margin-bottom: 40px; }
  .detaljan-prikaz p {
    font-size: 21px; } }

@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex='-1']:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }
/*
  Header font
*/
.header, .header-1, .header-2, .header-3, .header-4 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  color: #373a3c;
  margin-bottom: 22px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 26px; }

.header-1 {
  font-size: 34px; }

.header-2 {
  font-weight: 300;
  font-size: 30px; }

.header-3 {
  font-weight: 300;
  font-size: 26px; }

.header-4 {
  font-size: 26px;
  font-weight: 300; }

/*
  Content font
*/
.content, .content-2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none; }

p,
span {
  font-size: 16px; }

/*
  Footer font
*/
.content-footer {
  font-size: 14px; }

/*
  Post title
*/
.post-title {
  margin: 0;
  color: #f8f8f8;
  line-height: 2.8;
  font-weight: bold;
  background: #0661a6; }

/*
  Media queries
*/
@media (min-width: 768px) {
  .header-3 {
    font-size: 28px; }
  .content-1 {
    font-size: 18px; } }

@media (min-width: 1200px) {
  .header-1,
  .header-2 {
    font-size: 42px;
    margin-bottom: 20px; }
  .header-3 {
    font-size: 36px; }
  .header-4 {
    font-size: 28px; }
  .content-1 {
    font-size: 21px; } }

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

/* ----------------------------------------------
 * Generated by Animista on 2019-9-3 0:50:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in {
  opacity: 0; }

.fade-in--active {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.fade-in-fast {
  -webkit-animation: fade-in 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

/* ----------------------------------------------
 * Generated by Animista on 2019-9-3 2:30:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.kenburns-top-right {
  -webkit-animation: kenburns-top-right 10s ease-in-out both 1.2s;
          animation: kenburns-top-right 10s ease-in-out both 1.2s; }

/* ----------------------------------------------
 * Generated by Animista on 2019-9-3 3:20:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation kenburns-top-right
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-top-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 16%;
            transform-origin: 84% 16%; }
  50% {
    -webkit-transform: scale(1.25) translate(20px, -15px);
            transform: scale(1.25) translate(20px, -15px);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 16%;
            transform-origin: 84% 16%; } }
@keyframes kenburns-top-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 16%;
            transform-origin: 84% 16%; }
  50% {
    -webkit-transform: scale(1.25) translate(20px, -15px);
            transform: scale(1.25) translate(20px, -15px);
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 16%;
            transform-origin: 84% 16%; } }

/*
 * Fade in from bottom transition
 */
.box {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s; }

.box.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.35s;
  transition: opacity 0.4s, -webkit-transform 0.35s;
  transition: opacity 0.4s, transform 0.35s;
  transition: opacity 0.4s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s; }

.fade-bottom-cascade {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 350ms ease-out 0ms;
  transition: opacity 350ms ease-out 0ms; }
  .fade-bottom-cascade > div {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s; }

.fade-bottom-cascade-active {
  opacity: 1; }
  .fade-bottom-cascade-active > div {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.35s;
    transition: opacity 0.4s, -webkit-transform 0.35s;
    transition: opacity 0.4s, transform 0.35s;
    transition: opacity 0.4s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s; }

/*
 * Fade in from bottom transition
 */
.fade {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 450ms ease-out 0ms;
  transition: opacity 450ms ease-out 0ms;
  -webkit-transition-timing-function: cubic-bezier(0.85, 0.01, 0.66, 0.49);
          transition-timing-function: cubic-bezier(0.85, 0.01, 0.66, 0.49); }

.fade-active {
  opacity: 1; }

.fadeInBottomTrans {
  -webkit-transition-duration: 2000ms, 2000ms;
          transition-duration: 2000ms, 2000ms;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-delay: 0;
          transition-delay: 0; }
  .fadeInBottomTrans.hidden {
    top: 100px;
    -webkit-transition-duration: 2000ms, 2000ms;
            transition-duration: 2000ms, 2000ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-delay: 0;
            transition-delay: 0; }

/*
 * Scale transition
 */
.scale {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0, 200ms;
          transition-duration: 0, 200ms;
  -webkit-transition-property: height, width;
  transition-property: height, width;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
  .scale.shrink {
    -webkit-transition-delay: 0;
            transition-delay: 0;
    -webkit-transition-duration: 200ms, 0;
            transition-duration: 200ms, 0;
    -webkit-transition-property: height, width;
    transition-property: height, width;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }

/*
 * Expand transition
 */
.expand-on-hover {
  will-change: transform;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0.78, 0.75, 1);
  transition: -webkit-transform 300ms cubic-bezier(0, 0.78, 0.75, 1);
  transition: transform 300ms cubic-bezier(0, 0.78, 0.75, 1);
  transition: transform 300ms cubic-bezier(0, 0.78, 0.75, 1), -webkit-transform 300ms cubic-bezier(0, 0.78, 0.75, 1); }
  .expand-on-hover:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

/******************************************************************
 * Colors
 ******************************************************************/
.color-inherit {
  color: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

/******************************************************************
 * Heights
 ******************************************************************/
.h-100 {
  height: 100%; }

/******************************************************************
 * Widths
 ******************************************************************/
.w-30 {
  width: 33.33333%; }

.w-50 {
  width: 49.99999%; }

.w-100 {
  width: 100%; }

/******************************************************************
 * Items
 ******************************************************************/
.full {
  height: 100%;
  width: 100%; }

/******************************************************************
 * Display blok
 ******************************************************************/
.d-blok {
  display: block; }

.d-inl-blok {
  display: inline-block; }

/******************************************************************
 * Display grid
 ******************************************************************/
.d-grid {
  display: grid; }

.gap-xs-20-xl-30 {
  grid-gap: 20px; }

.gap-xs-20-xl-40 {
  grid-gap: 20px; }

.grid-xs-1fr-l-3fr {
  grid-template-columns: 1fr; }

.grid-item-span-2 {
  grid-column-start: span 2; }

/******************************************************************
 * Display flex
 ******************************************************************/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.d-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.d-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.d-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-xs-center-l-left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/******************************************************************
 * Media min-width: 576px
 ******************************************************************/
/******************************************************************
 * Media min-width: 768px
 ******************************************************************/
@media (min-width: 768px) {
  .grid-xs-1fr-l-3fr {
    grid-template-columns: repeat(3, 1fr); }
  .justify-xs-center-l-left {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; } }

/******************************************************************
 * Media min-width: 992px
 ******************************************************************/
/******************************************************************
 * Media min-width: 1200px
 ******************************************************************/
@media (min-width: 1200px) {
  .gap-xs-20-xl-30 {
    grid-gap: 30px; }
  .gap-xs-20-xl-40 {
    grid-gap: 40px; } }

/******************************************************************
 * Display
 ******************************************************************/
.dropdown {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-left: 2px solid #393939;
  border-bottom: 2px solid #393939;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

/******************************************************************
 * Images
 ******************************************************************/
.img-cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; }

.img-flex {
  height: auto;
  width: 100%; }

.img-flex-back {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

/******************************************************************
 * Margins
 ******************************************************************/
.m-0 {
  margin: 0; }

/******************************************************************
 * Margins top
 ******************************************************************/
.m-t-5 {
  margin-top: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-16 {
  margin-top: 16px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-40 {
  margin-top: 40px; }

.m-t-120 {
  margin-top: 120px; }

/******************************************************************
 * Margins bottom
 ******************************************************************/
.m-b-0 {
  margin-bottom: 0; }

.m-b-5 {
  margin-bottom: 5px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-30 {
  margin-bottom: 30px; }

/******************************************************************
 * Margins left
 ******************************************************************/
.m-left-5 {
  margin-left: 5px; }

/******************************************************************
 * Margins top-bottom
 ******************************************************************/
.m-15-0 {
  margin: 15px 0; }

.m-20-0 {
  margin: 20px 0; }

/******************************************************************
 * Margins responsive
 ******************************************************************/
.m-xs-10-s-20 {
  margin: 10px 0; }

.m-t-xs-20-xl-40 {
  margin-top: 20px; }

.m-t-xs-20-m-40 {
  margin-top: 20px; }

.m-t-xs-20-xl-60 {
  margin-top: 20px; }

.m-b-xs-20-xl-40 {
  margin-bottom: 20px; }

@media (min-width: 576px) {
  .m-xs-10-s-20 {
    margin: 20px 0; } }

@media (min-width: 768px) {
  .m-t-xs-20-m-40 {
    margin-top: 40px; } }

@media (min-width: 1200px) {
  .m-b-xs-20-xl-40 {
    margin-bottom: 40px; }
  .m-t-xs-20-xl-40 {
    margin-top: 40px; }
  .m-t-xs-20-xl-60 {
    margin-top: 60px; } }

/******************************************************************
 * Paddings
 ******************************************************************/
.p-0 {
  padding: 0; }

.p-20 {
  padding: 20px; }

.p-xs-20-xl-40 {
  padding: 20px; }

.p-xs-20-l-30 {
  padding: 20px; }

.p-15-0 {
  padding: 15px 0; }

.p-20-0 {
  padding: 20px 0; }

.p-30-0 {
  padding: 30px 0; }

.p-0-20 {
  padding: 0 20px; }

.p-0-40 {
  padding: 0 40px; }

.p-t-100 {
  padding-top: 100px; }

.p-xs-10-m-20 {
  padding: 10px; }

.panel-xs-20-l-40 {
  padding: 20px 0; }

@media (min-width: 768px) {
  .p-xs-10-m-20 {
    padding: 20px; } }

@media (min-width: 1200px) {
  .p-xs-20-xl-40 {
    padding: 40px; }
  .p-xs-20-l-30 {
    padding: 30px; }
  .panel-xs-20-l-40 {
    padding: 40px 0; } }

/******************************************************************
 * Position
 ******************************************************************/
.pos-absolute {
  position: absolute; }

.pos-relative {
  position: relative; }

.pos-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/******************************************************************
 * Shadows
 ******************************************************************/
.w3-card,
.w3-card-2 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.w3-card-4,
.w3-hover-shadow:hover {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19); }

/******************************************************************
 * Text
 ******************************************************************/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.list-item {
  position: relative;
  margin-left: 60px;
  max-width: 80%; }

.list-item::before {
  position: absolute;
  left: -20px;
  content: "\2013"; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #393939; }

.hamburger-box {
  width: 24px;
  height: 19px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 3px;
    background-color: #393939;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * _global.scss
 */
body {
  color: #393939;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a,
a:hover {
  color: inherit;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  color: inherit;
  font-weight: inherit;
  font-size: inherit; }

button:focus {
  outline: none; }

.banner {
  height: 260px;
  width: 100%; }

.slider {
  height: auto;
  width: 100%; }

.hide {
  opacity: 0; }

.c-light {
  color: #f8f8f8; }

/*
 * gallery grid
 */
.xs-2-col-l-3-col {
  grid-template-columns: repeat(2, minmax(150px, 300px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (min-width: 992px) {
  .xs-2-col-l-3-col {
    grid-template-columns: repeat(3, minmax(150px, 300px)); } }

.btn {
  padding: 10px 50px;
  font-weight: 400;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  will-change: background;
  -webkit-transition: background 300ms cubic-bezier(0, 0.78, 0.75, 1);
  transition: background 300ms cubic-bezier(0, 0.78, 0.75, 1); }

.btn-dark {
  color: #fff;
  background: #0661a6; }

.btn-dark:hover {
  color: #fff;
  background: #087ed7; }

.btn-light {
  color: #fff;
  background: #076fbf; }

.btn-light:hover {
  background: #087ed7; }

.btn-grey {
  color: #fff;
  background: #076fbf; }

/*
  Reset
 */
nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.95); }
  nav ul {
    padding: 0;
    margin: 0; }
  nav li {
    list-style-type: none; }
  nav input[type='radio'] {
    display: none; }
  nav label {
    cursor: pointer; }
  nav ::-webkit-scrollbar {
    display: none; }
  nav a {
    text-decoration: none;
    color: inherit; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  height: 100px;
  -webkit-transition: height 0.3s ease-out 0s;
  transition: height 0.3s ease-out 0s;
  /*
    Dropdown arrow
  */
  /*
    Submenu
  */ }
  .navbar .language {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 16px;
    color: #b9b9b9;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
    -webkit-transition-duration: 0, 500ms;
            transition-duration: 0, 500ms;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
    .navbar .language > div {
      display: inline-block;
      cursor: pointer; }
    .navbar .language > div:hover {
      color: #3d3d3d; }
    .navbar .language .active {
      color: #3d3d3d; }
  .navbar .hamburger {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 22px;
    cursor: pointer; }
  .navbar .logo img {
    cursor: pointer;
    -webkit-transition: -webkit-transform 300ms ease-out;
    transition: -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%; }
  .navbar .dropdown-large {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-left: 2px solid #393939;
    border-bottom: 2px solid #393939;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .navbar .dropdown-large {
    display: none; }
  .navbar .dropdown-small {
    height: 100%;
    position: relative; }
  .navbar .dropdown-small::after {
    position: absolute;
    content: '';
    border-color: #fff;
    height: 7px;
    width: 7px;
    top: 50%;
    left: 50%;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
            transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transition: -webkit-transform 250ms ease-out;
    transition: -webkit-transform 250ms ease-out;
    transition: transform 250ms ease-out;
    transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }
  .navbar .dropdown-small.open::after {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
            transform: rotate(-45deg) translate(-50%, -50%); }
  .navbar .hamburger.is-active + .menu {
    max-height: 800px;
    -webkit-transition-property: max-height;
    transition-property: max-height;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .navbar .menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-right: 0px;
    padding: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #0661a6;
    max-height: 0;
    overflow: hidden; }
    .navbar .menu > li {
      display: grid;
      grid-template-columns: 75% 25%;
      padding: 0;
      margin: 0;
      position: relative;
      color: #fff;
      cursor: pointer; }
      .navbar .menu > li > a {
        display: block;
        padding: 10px 30px;
        width: 100%; }
      .navbar .menu > li > a.active {
        background: #087ed7; }
        .navbar .menu > li > a.active::before {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          border-bottom: 1px solid #cfcfcf;
          border: none; }
      .navbar .menu > li::before {
        position: absolute;
        content: '';
        top: 46px;
        left: 50%;
        height: 1px;
        width: 100%;
        opacity: 0;
        z-index: 20;
        background: #cfcfcf;
        -webkit-transform: translate(-50%, 0) scaleX(0);
                transform: translate(-50%, 0) scaleX(0);
        -webkit-transition: -webkit-transform 300ms ease-out 0ms;
        transition: -webkit-transform 300ms ease-out 0ms;
        transition: transform 300ms ease-out 0ms;
        transition: transform 300ms ease-out 0ms, -webkit-transform 300ms ease-out 0ms; }
      .navbar .menu > li::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        height: 1px;
        z-index: 1;
        width: 100%;
        opacity: 0;
        background: #cfcfcf;
        -webkit-transform: translate(-50%, 0) scaleX(0);
                transform: translate(-50%, 0) scaleX(0);
        -webkit-transition: -webkit-transform 300ms ease-out 0ms;
        transition: -webkit-transform 300ms ease-out 0ms;
        transition: transform 300ms ease-out 0ms;
        transition: transform 300ms ease-out 0ms, -webkit-transform 300ms ease-out 0ms; }
      .navbar .menu > li:hover:not(.active):after {
        -webkit-transform: translate(-50%, 0) scaleX(1);
                transform: translate(-50%, 0) scaleX(1);
        opacity: 1; }
      .navbar .menu > li:hover:not(.active):before {
        -webkit-transform: translate(-50%, 0) scaleX(1);
                transform: translate(-50%, 0) scaleX(1);
        opacity: 1; }
      .navbar .menu > li:last-of-type {
        margin-bottom: 10px; }
  .navbar .dropdown-small.open + .submenu {
    max-height: 250px; }
    .navbar .dropdown-small.open + .submenu li {
      -webkit-animation: in 0.15s 0.95s forwards;
              animation: in 0.15s 0.95s forwards;
      -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
              transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .navbar .submenu {
    position: relative;
    grid-column: span 2;
    z-index: 1;
    top: 0%;
    width: 100%;
    background: #044475;
    -webkit-transition-property: max-height;
    transition-property: max-height;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    max-height: 0;
    overflow: hidden; }
    .navbar .submenu li {
      list-style: none;
      color: #fff;
      padding: 5px 15px;
      opacity: 0;
      left: -100%;
      margin: 0;
      position: relative; }
      .navbar .submenu li a {
        padding: 5px 30px; }
      .navbar .submenu li:first-of-type {
        margin-top: 10px; }
      .navbar .submenu li:last-of-type {
        margin-bottom: 10px; }
      .navbar .submenu li:hover {
        background: #087ed7; }

@media (min-width: 992px) {
  .navbar .menu > li:hover .submenu,
  .navbar .menu > li:active .submenu {
    max-height: 250px; }
    .navbar .menu > li:hover .submenu li,
    .navbar .menu > li:active .submenu li {
      -webkit-animation: in 0.15s 0.95s forwards;
              animation: in 0.15s 0.95s forwards;
      -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
              transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .navbar .menu {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: none;
    position: initial;
    max-height: 100px;
    overflow: visible; }
    .navbar .menu .dropdown-large {
      display: inline-block;
      border-color: initial;
      position: initial;
      margin-bottom: 3px;
      margin-top: 3px;
      margin-left: 4px; }
    .navbar .menu .dropdown-small {
      display: none; }
    .navbar .menu > li {
      display: initial;
      position: relative;
      margin-right: 14px;
      padding: 0 0 20px 0px;
      color: #373a3c; }
      .navbar .menu > li > a {
        display: initial;
        padding: 0;
        width: initial; }
      .navbar .menu > li a.active {
        background: none; }
        .navbar .menu > li a.active::before {
          border-bottom: 10px solid #cfcfcf; }
      .navbar .menu > li::after {
        z-index: 1;
        height: 10px; }
      .navbar .menu > li::before {
        position: absolute;
        content: none;
        top: 46px;
        left: 50%;
        height: 1px;
        width: 100%;
        opacity: 0;
        background: #cfcfcf;
        -webkit-transform: translate(-50%, 0) scaleX(0);
                transform: translate(-50%, 0) scaleX(0);
        -webkit-transition: -webkit-transform 300ms ease-out 0ms;
        transition: -webkit-transform 300ms ease-out 0ms;
        transition: transform 300ms ease-out 0ms;
        transition: transform 300ms ease-out 0ms, -webkit-transform 300ms ease-out 0ms; }
      .navbar .menu > li:hover:not(.active):before {
        -webkit-transform: translate(-50%, 0) scaleX(1);
                transform: translate(-50%, 0) scaleX(1);
        opacity: 1; }
      .navbar .menu > li:last-of-type {
        margin-bottom: 0px;
        margin-right: 0px; }
  .navbar .submenu.open {
    max-height: 0; }
    .navbar .submenu.open li {
      -webkit-animation: initial;
              animation: initial;
      -webkit-transition-timing-function: initial;
              transition-timing-function: initial; }
  .navbar .submenu {
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #0661a6; }
    .navbar .submenu li a {
      padding: 0; }
    .navbar .submenu li:first-of-type {
      margin-top: 0px; }
    .navbar .submenu li:hover {
      background: #087ed7; } }

/*
 * Navbar animation
 */
.navbar-shrink {
  height: 70px; }
  .navbar-shrink .language {
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    -webkit-transition-duration: 200ms, 0;
            transition-duration: 200ms, 0;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .navbar-shrink .logo img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  .navbar-shrink .hamburger {
    margin-bottom: 18px; }

@-webkit-keyframes in {
  from {
    left: -100%;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }

@keyframes in {
  from {
    left: -100%;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }

@-webkit-keyframes menu-animation {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg); }
  to {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

@keyframes menu-animation {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg); }
  to {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

.hero {
  position: relative;
  border-top: 4px solid #0661a6;
  border-bottom: 4px solid #909090;
  overflow: hidden; }
  .hero .hero-header {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    font-family: "Lato", sans-serif;
    line-height: 1.2;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    color: #f8f8f8;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(25, 25, 25, 0.6), -1px -1px 8px rgba(25, 25, 25, 0.6); }
  @media (min-width: 576px) {
    .hero .hero-header {
      font-size: 48px; } }
  @media (min-width: 768px) {
    .hero .hero-header {
      font-size: 56px; } }
  @media (min-width: 992px) {
    .hero .hero-header {
      font-size: 70px; } }
  @media (min-width: 1200px) {
    .hero .hero-header {
      font-size: 72px; } }

footer {
  padding: 30px 0;
  background: #58646d;
  line-height: 1.2; }
  footer img {
    margin-right: 15px;
    width: auto; }
  footer p {
    color: #d4d2d2;
    font-weight: 400; }
  footer .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    grid-gap: 20px; }
  footer .item-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  footer .item-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@media (min-width: 992px) {
  .navbar .hamburger {
    display: none; }
  .navbar .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(-50% -50);
            transform: translate(-50% -50); }
  footer .container {
    grid-gap: 0; }
  footer .item-2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (min-width: 1200px) {
  .navbar {
    font-size: 21px; }
    .navbar .language {
      font-size: 18px; }
    .navbar .menu > li {
      margin-right: 22px; }
    .navbar .menu > li:last-of-type {
      margin-right: 0px; } }

.section-1 h1 {
  margin-bottom: 20px;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3;
  color: #373a3c; }

.section-1 p {
  font-size: 16px; }

.section-1 .d-grid {
  grid-template-columns: 1fr;
  background: #efefef;
  grid-template-rows: 350px; }
  .section-1 .d-grid .item-1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 10%;
       object-position: 50% 10%; }
  .section-1 .d-grid .post-title {
    line-height: 2.8; }

.section-2 {
  grid-template-columns: 1fr;
  justify-items: stretch; }
  .section-2 h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.3;
    color: #373a3c;
    margin-bottom: 20px; }
  .section-2 .post {
    background: #efefef;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 350px;
    height: 100%; }
    .section-2 .post img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 10%;
         object-position: 50% 10%; }

.section-3 {
  background: #58646d; }
  .section-3 h1 {
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 300;
    font-size: 30px; }
  .section-3 p + p {
    font-size: 15px; }
  .section-3 img {
    height: 30px;
    width: 35px; }
  .section-3 .d-grid {
    grid-template-columns: 1fr;
    grid-gap: 20px; }

.section-4 .d-grid {
  grid-template-columns: 1fr;
  background: #efefef;
  grid-template-rows: 220px; }

.section-5 .item-2 {
  overflow-x: hidden; }
  .section-5 .item-2 > div {
    height: 100%; }

.section-5 .float-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0661a6; }

.section-5 .btn:hover {
  color: #fff !important; }

@media (min-width: 576px) {
  .banner {
    height: 360px; }
  .section-1 h1,
  .section-2 h1 {
    font-size: 30px; }
  .content-footer {
    font-size: 16px; } }

@media (min-width: 768px) {
  .banner {
    height: 400px; }
  .section-1 h1 {
    font-size: 26px; }
  .section-1 .d-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 380px; }
  .section-2 {
    grid-template-columns: 1fr 1fr 1fr; }
    .section-2 .post {
      grid-template-rows: 170px; }
    .section-2 h1 + p {
      display: none; }
    .section-2 h1 {
      font-size: 20px; }
    .section-2 p {
      font-size: 14px; }
  .section-3 {
    text-align: left; }
    .section-3 .d-grid {
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 10px; }
    .section-3 .m-b-5 {
      margin-bottom: 10px; }
    .section-3 h1 {
      font-size: 22px; }
  .section-4 {
    text-align: left; }
    .section-4 .d-grid {
      grid-template-columns: 40% 60%;
      grid-template-rows: 240px; }
    .section-4 .item-1 {
      grid-column: 2 / span 1;
      grid-row: 1 / span 1; }
      .section-4 .item-1 img {
        height: 100%;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
    .section-4 .item-2 {
      grid-column: 1 / span 1;
      grid-row: 1 / span 1;
      padding-bottom: 40px; }
    .section-4 .btn-container {
      position: absolute;
      bottom: 0;
      right: 0; }
  .section-5 {
    text-align: left; }
    .section-5 .banner {
      max-width: 100%; }
    .section-5 .item-2 {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0.95;
      height: 100%;
      width: 100%; }
    .section-5 .float-right {
      height: 100%;
      max-width: 350px;
      margin-left: auto;
      padding-bottom: 40px; }
    .section-5 .btn-container {
      position: absolute;
      bottom: 0;
      right: 0; } }

@media (min-width: 992px) {
  .banner {
    height: 450px; }
  .section-1 .d-grid {
    grid-template-rows: 450px; }
  .section-1 h1 {
    font-size: 34px; }
  .section-1 p {
    font-size: 20px; }
  .section-2 h1 + p {
    display: block; }
  .section-2 .post {
    grid-template-rows: 200px; }
  .section-2 .header-2 {
    font-size: 22px; }
  .section-2 .content-2 {
    font-size: 16px; }
  .section-3 .d-grid {
    grid-gap: 20px; }
  .section-3 h1 {
    font-size: 30px; }
  .section-3 p {
    font-size: 18px; }
  .section-3 p + p {
    font-size: 16px; }
  .section-5 .header-1 {
    margin-bottom: 20px; }
  .section-5 .float-right {
    max-width: 400px; }
  .content-footer {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .banner {
    height: 500px; }
  .section-1 .post-title {
    padding-left: 40px;
    padding-right: 40px; }
  .section-1 .d-grid {
    grid-template-rows: 525px; }
    .section-1 .d-grid h1 {
      font-size: 42px;
      margin-bottom: 28px; }
    .section-1 .d-grid p {
      font-size: 21px; }
  .section-2 .post {
    grid-template-rows: 250px; }
  .section-2 h1 {
    font-size: 26px; }
  .section-2 p {
    font-size: 18px; }
  .section-3 {
    padding: 40 0; }
    .section-3 h1 {
      font-size: 34px; }
    .section-3 p {
      font-size: 21px; }
    .section-3 p + p {
      font-size: 18px; }
    .section-3 img {
      height: auto;
      width: auto; }
    .section-3 .d-grid {
      grid-gap: 20px; }
  .section-5 .float-right {
    width: 450px; }
  .content-footer {
    font-size: 18px; } }

.odjeli-page .section-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center; }
  .odjeli-page .section-1 .header-4 {
    font-size: 17px;
    line-height: 1.2; }
  .odjeli-page .section-1 .menu-item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .odjeli-page .section-1 .menu-item {
    padding: 10px;
    height: 100px;
    display: none;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #d1d2d4;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0.78, 0.75, 1);
    transition: -webkit-transform 300ms cubic-bezier(0, 0.78, 0.75, 1);
    transition: transform 300ms cubic-bezier(0, 0.78, 0.75, 1);
    transition: transform 300ms cubic-bezier(0, 0.78, 0.75, 1), -webkit-transform 300ms cubic-bezier(0, 0.78, 0.75, 1); }
    .odjeli-page .section-1 .menu-item:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .odjeli-page .section-1 .menu-item.active {
      color: #f8f8f8;
      background: #0661a6; }

.odjeli-page .section-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .odjeli-page .section-2 > div {
    position: relative;
    cursor: pointer; }
    .odjeli-page .section-2 > div > img {
      position: relative;
      padding: 0;
      line-height: 0;
      margin: 0; }
    .odjeli-page .section-2 > div .expand-on-hover::after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.15); }
  .odjeli-page .section-2 .header-3 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #f8f8f8;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.42);
    z-index: 1; }

@media (min-width: 576px) {
  .odjeli-page .section-2 .header-3 {
    font-size: 24px; } }

@media (min-width: 768px) {
  .odjeli-page .section-2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    grid-template-columns: repeat(3, minmax(200px, 350px)); } }

@media (min-width: 992px) {
  .odjeli-page .section-1 .header-4 {
    font-size: 26px; }
  .odjeli-page .section-2 .header-3 {
    font-size: 28px; } }

@media (min-width: 1200px) {
  .odjeli-page .section-1 .header-4 {
    font-size: 28px; }
  .odjeli-page .section-1 .menu-item {
    height: 140px; }
  .odjeli-page .section-2 .header-3 {
    font-size: 32px; } }

.zbirke-page .section-1 .float-right {
  display: block;
  margin: 40px 0 30px 0; }
  .zbirke-page .section-1 .float-right > div {
    margin-top: 4px;
    padding: 0 10px;
    border-left: 6px solid #d4d2d2;
    font-family: 'Open Sans', sans-serif; }
  .zbirke-page .section-1 .float-right p:nth-child(1) {
    line-height: 0.8;
    margin-bottom: 2px;
    font-size: 13px; }
  .zbirke-page .section-1 .float-right p:nth-child(2) {
    margin-bottom: 8px;
    font-size: 15px; }
  .zbirke-page .section-1 .float-right p:nth-child(3) {
    margin-bottom: 0;
    line-height: 0.9;
    font-size: 15px; }

.zbirke-page .section-1 .content-1 {
  line-height: 1.5; }
  .zbirke-page .section-1 .content-1 p {
    margin-top: 16px; }

.zbirke-page .section-2 .d-grid.zvona {
  grid-template-columns: repeat(auto-fit, minmax(147px, 1fr)); }

.detalji-page {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto; }
  .detalji-page .header-2 {
    text-align: center; }
  .detalji-page .item-1 {
    grid-row: 2;
    padding: 20px 0;
    width: 100%;
    text-align: center; }
    .detalji-page .item-1 img {
      width: 60%; }

@media (min-width: 768px) {
  .zbirke-page .section-1 .float-right {
    float: right;
    display: block;
    margin: 0 0 20px 40px; }
  .detalji-page {
    grid-template-columns: 1fr 1fr 1fr; }
    .detalji-page .header-2 {
      text-align: left; }
    .detalji-page .item-1 {
      grid-row: 1;
      padding: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .detalji-page .item-1 img {
        width: 100%; }
    .detalji-page .item-2 {
      grid-column: 2 / span 2; } }

@media (min-width: 992px) {
  .zbirke-page .section-1 .float-right {
    float: right;
    display: block;
    margin: 0 0 50px 60px; }
  .zbirke-page .section-2 .d-grid.zvona {
    grid-template-columns: repeat(auto-fit, minmax(147px, 1fr)); } }

@media (min-width: 1200px) {
  .zbirke-page .section-1 .float-right p:nth-child(1) {
    font-size: 16px; }
  .zbirke-page .section-1 .float-right p:nth-child(2) {
    font-size: 18px; }
  .zbirke-page .section-1 .float-right p:nth-child(3) {
    font-size: 18px; }
  .zbirke-page .section-3 .d-grid.zvona {
    grid-template-columns: repeat(auto-fit, minmax(147px, 1fr)); } }

.contact-page__section1 {
  text-align: center;
  padding: 0 40px; }
  .contact-page__section1 input {
    height: 44px; }
  .contact-page__section1 textarea {
    padding-top: 10px;
    min-height: 200px;
    resize: vertical; }
  .contact-page__section1 input[type="text"],
  .contact-page__section1 textarea {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    background: #f0f0f0;
    border: 2px solid #bfbfbf;
    border-radius: 0; }
  .contact-page__section1 input[type="text"]::-webkit-input-placeholder, .contact-page__section1 textarea::-webkit-input-placeholder {
    color: #7e7e7e; }
  .contact-page__section1 input[type="text"]::-moz-placeholder, .contact-page__section1 textarea::-moz-placeholder {
    color: #7e7e7e; }
  .contact-page__section1 input[type="text"]:-ms-input-placeholder, .contact-page__section1 textarea:-ms-input-placeholder {
    color: #7e7e7e; }
  .contact-page__section1 input[type="text"]::-ms-input-placeholder, .contact-page__section1 textarea::-ms-input-placeholder {
    color: #7e7e7e; }
  .contact-page__section1 input[type="text"]::placeholder,
  .contact-page__section1 textarea::placeholder {
    color: #7e7e7e; }
  .contact-page__section1 input[type="text"]:focus,
  .contact-page__section1 textarea:focus {
    border: 2px solid #0167b5; }
  .contact-page__section1 .header-3 {
    margin-top: 40px;
    color: #0167b5; }
  .contact-page__section1 .d-grid {
    grid-template-columns: 1fr; }
  .contact-page__section1 .info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.5; }
    .contact-page__section1 .info__item img {
      margin-right: 10px; }
  .contact-page__section1 .contact__form {
    margin-top: 40px; }
  .contact-page__section1 .form__item {
    margin-bottom: 22px; }

.contact-page__section2 {
  margin-bottom: -40px;
  background: #cacaca; }
  .contact-page__section2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .contact-page__section2 iframe {
    height: 450px;
    width: 100%; }

@media (min-width: 768px) {
  .contact-page__section1 {
    padding: 0 80px;
    text-align: left; }
    .contact-page__section1 input[type="text"],
    .contact-page__section1 textarea {
      font-size: 22px; }
    .contact-page__section1 .d-grid {
      grid-template-columns: 1fr 1fr; }
    .contact-page__section1 .contact__form {
      margin-top: 0px;
      grid-column: 2; }
    .contact-page__section1 .info__item {
      line-height: 1.2;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.gallery-fade-bottom {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 350ms ease-out 0ms;
  transition: opacity 350ms ease-out 0ms; }
  .gallery-fade-bottom > div {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s; }

.aos-animate .gallery-fade-bottom {
  opacity: 1; }
  .aos-animate .gallery-fade-bottom > div {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.35s;
    transition: opacity 0.4s, -webkit-transform 0.35s;
    transition: opacity 0.4s, transform 0.35s;
    transition: opacity 0.4s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s; }

.thumb-container {
  overflow: hidden; }

.thumb-container img {
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
          transform: translate3d(-40px, 0, 0); }

.thumb-container a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.thumb-container:hover a::before {
  opacity: 0.3;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.thumb-container:hover img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }

.izdanja-page .izdanja-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 400px;
  background: #efefef; }
  .izdanja-page .izdanja-item .header-3 {
    color: #005da4;
    font-style: italic; }
  .izdanja-page .izdanja-item .item-1 {
    grid-row: 2;
    padding: 20px 20px; }
  .izdanja-page .izdanja-item .item-2 {
    text-align: center;
    background: #9c9c9c; }
    .izdanja-page .izdanja-item .item-2 img {
      height: 100%;
      max-width: 100%; }

@media (min-width: 768px) {
  .izdanja-page .izdanja-item {
    grid-template-columns: 2fr 1fr; }
    .izdanja-page .izdanja-item .item-1 {
      grid-row: 1;
      padding: 40px 80px; } }

.edukacija-page h1,
.edukacija-page h2,
.edukacija-page h3,
.edukacija-page h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  /* letter-spacing: -0.5px; */
  line-height: 1.3;
  text-transform: uppercase;
  /* color: #0661a6; */
  /* margin-bottom: 16px; */
  /* text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.42); */ }

.edukacija-page h1 {
  font-size: 24px; }

.edukacija-page h2 {
  font-size: 22px;
  margin: 35px 0 10px 0; }

.edukacija-page h2 u {
  text-decoration: none;
  border-bottom: 2px solid #0661a6; }

.edukacija-page h3 {
  margin: 20px 0 5px 0;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  color: #0661a6; }

.edukacija-page ul {
  margin-top: 0;
  list-style-type: none; }

.edukacija-page li {
  position: relative; }

.edukacija-page li::after {
  position: absolute;
  top: 10px;
  left: -15px;
  /* transform: translateY(-50%); */
  content: '';
  height: 8px;
  width: 8px;
  background: #99c3d4; }

.edukacija-page p {
  font-size: 21px; }

.edukacija-page a {
  color: #0661a6;
  text-decoration: underline; }

@media (min-width: 768px) {
  .edukacija-page h1,
  .edukacija-page h3 {
    font-size: 28px; }
  .edukacija-page h2 {
    font-size: 26px; } }

@media (min-width: 1200px) {
  .edukacija-page h1 {
    font-size: 36px; }
  .edukacija-page h3 {
    font-size: 30px; } }

.djelatnici-page a img {
  fill: #393939;
  height: 20px;
  width: 20px;
  margin-right: 10px; }

.djelatnici-page .kontakti {
  margin-top: 10px; }

.djelatnici-page .header-4 {
  margin-bottom: 10px; }

.djelatnici-page .header-4:not(:first-child) {
  margin-top: 16px; }

@media (min-width: 768px) {
  .djelatnici-page .header-4:not(:first-child) {
    margin-top: 24px; } }

.dokumenti-page .d-grid {
  grid-template-columns: auto 1fr; }

.dokumenti-page .nav-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 5px 20px;
  color: #0661a6;
  border: 1px solid #0661a6;
  background: transparent;
  text-transform: uppercase;
  will-change: color, background;
  -webkit-transition: color, background 0.3s;
  transition: color, background 0.3s;
  z-index: 0;
  cursor: pointer; }

.dokumenti-page .nav-item:last-of-type {
  margin-bottom: 0; }

.dokumenti-page .nav-item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  -webkit-transform: translatex(-100%);
          transform: translatex(-100%);
  height: 100%;
  width: 100%;
  background: #0661a6;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.04, 0.78, 0.25, 0.98);
  transition: -webkit-transform 0.3s cubic-bezier(0.04, 0.78, 0.25, 0.98);
  transition: transform 0.3s cubic-bezier(0.04, 0.78, 0.25, 0.98);
  transition: transform 0.3s cubic-bezier(0.04, 0.78, 0.25, 0.98), -webkit-transform 0.3s cubic-bezier(0.04, 0.78, 0.25, 0.98);
  z-index: -1; }

.dokumenti-page .nav-item:not(.active):hover {
  color: #eee; }

.dokumenti-page .nav-item:not(.active):hover:before {
  -webkit-transform: translatex(0);
          transform: translatex(0); }

.dokumenti-page .nav-item.active {
  color: #eee;
  background: #0661a6; }

.dokumenti-page ul {
  margin-top: 0;
  list-style-type: none; }

.dokumenti-page li {
  color: #0661a6;
  position: relative; }

.dokumenti-page li::after {
  position: absolute;
  top: 10px;
  left: -15px;
  /* transform: translateY(-50%); */
  content: '';
  height: 8px;
  width: 8px;
  background: #99c3d4; }

