@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
    display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%; }

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

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
    /* 1 */
    overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
    /* 1 */
    text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none; }

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }

.grid {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

@media screen and (min-width: 48em) {
    .grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.grid .gapless {
    padding-top: 0;
    padding-bottom: 0; }

@media screen and (min-width: 48em) {
    .grid.reverse .col:first-of-type {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }

.grid.reverse .col:first-of-type .media__image {
    margin-right: 0;
    margin-left: 0; }

@media screen and (min-width: 48em) {
    .grid.reverse .col:first-of-type .media__image {
        margin-left: 120px; } }

.grid--spaced {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.grid--spaced > .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

.grid--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.grid--justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.grid--rowfix {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%; }

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

.col-fluid {
    max-width: 100%;
    padding: 15px; }

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding: 15px; }

.col-1 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 15px; }

@media screen and (min-width: 48em) {
    .col-1 {
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        width: 10%;
        max-width: 10%; } }

.col-2 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 15px; }

@media screen and (min-width: 48em) {
    .col-2 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        width: 20%;
        max-width: 20%; } }

.col-3 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 15px; }

@media screen and (min-width: 48em) {
    .col-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%;
        max-width: 25%; } }

.col-4 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 15px; }

@media screen and (min-width: 48em) {
    .col-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%; } }

.col-5 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 15px; }

@media screen and (min-width: 48em) {
    .col-5 {
        -webkit-flex-basis: 41.66666%;
        -ms-flex-preferred-size: 41.66666%;
        flex-basis: 41.66666%;
        width: 41.66666%;
        max-width: 41.66666%; } }

.col-6 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 15px; }

@media screen and (min-width: 48em) {
    .col-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%; } }

.col-7 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 15px; }

@media screen and (min-width: 48em) {
    .col-7 {
        -webkit-flex-basis: 58.3332%;
        -ms-flex-preferred-size: 58.3332%;
        flex-basis: 58.3332%;
        width: 58.3332%;
        max-width: 58.3332%; } }

.col-8 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 15px; }

@media screen and (min-width: 48em) {
    .col-8 {
        -webkit-flex-basis: 66.6666%;
        -ms-flex-preferred-size: 66.6666%;
        flex-basis: 66.6666%;
        width: 66.6666%;
        max-width: 66.6666%; } }

.col-9 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 15px; }

@media screen and (min-width: 48em) {
    .col-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%;
        max-width: 75%; } }

.col-10 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 15px; }

@media screen and (min-width: 48em) {
    .col-10 {
        -webkit-flex-basis: 83.3333%;
        -ms-flex-preferred-size: 83.3333%;
        flex-basis: 83.3333%;
        width: 83.3333%;
        max-width: 83.3333%; } }

.col-11 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 15px; }

@media screen and (min-width: 48em) {
    .col-11 {
        -webkit-flex-basis: 90%;
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
        width: 90%;
        max-width: 90%; } }

.col-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 15px; }

@media screen and (min-width: 48em) {
    .col-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%; } }

@font-face {
    font-family: "Korb";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Korb.woff") format("woff"), url("../fonts/Korb.otf") format("opentype"); }

@font-face {
    font-family: "Korb Italic";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/Korb-Italic.woff") format("woff"), url("../fonts/Korb-Italic.otf") format("opentype"); }

@font-face {
    font-family: "Korb Bold";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Korb-Bold.woff") format("woff"), url("../fonts/Korb-Bold.otf") format("opentype"); }

@font-face {
    font-family: "Korb Bold Italic";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/Korb-BoldItalic.woff") format("woff"), url("../fonts/Korb-BoldItalic.otf") format("opentype"); }

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

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

a {
    text-decoration: none;
    color: #000000; }

h2, h3, h4, h5 {
    margin-top: 0; }

h2 {
    font-size: 2.125em; }

h3 {
    font-size: 1.625em; }

h4 {
    font-size: 1.25em; }

p {
    font-size: 1em;
    line-height: 1.35; }

p i {
    font-family: "Korb Italic", sans-serif; }

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

ul.nonStyled li {
    line-height: 1.35; }

body {
    font-family: "Korb", sans-serif;
    font-weight: 400;
    color: #fff; }

body.no--scroll {
    overflow: hidden; }

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

.navigation {
    height: 5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 300;
    background-color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

@media screen and (min-width: 60em) {
    .navigation {
        height: 100px; } }

.navigation--container {
    max-width: 76.25em; }

.navigation__menu {
    padding: 0;
    list-style-type: none;
    display: none;
    margin: 0; }

@media screen and (min-width: 60em) {
    .navigation__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }

.navigation__menu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.625rem; }

@media screen and (min-width: 60em) {
    .navigation__menu-mobile {
        display: none; } }

.navigation__menu-mobile svg {
    color: #000000;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    margin-right: 10px; }

.navigation__menu li {
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 4.125rem; }

@media screen and (min-width: 70em) {
    .navigation__menu li {
        margin-right: 4.125rem; } }

.navigation__menu li:hover .dropdown {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.navigation__menu li:last-child {
    margin-right: 0; }

.navigation__menu li a {
    color: #fff;
    font-size: 1.4375em;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.navigation__menu li a:hover {
    color: #fff; }

.navigation__menu li.menu-toggle {
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.navigation__menu li.menu-toggle:hover {
    opacity: 0.8; }

.navigation .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px; }

@media screen and (min-width: 60em) {
    .navigation .logo {
        height: 40px; } }

.navigation .logo img {
    display: inline-block;
    max-width: 200px; }

@media screen and (min-width: 60em) {
    .navigation .logo img {
        max-height: 40px;
        max-width: 100%; } }

.mobile__menu {
    position: fixed;
    width: 100%;
    z-index: 20000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background: #fff; }

.mobile__menu.show {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    top: 0; }

.mobile__menu-container {
    max-width: 76.25em;
    width: 100%; }

.mobile__menu-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100px;
    background: #fff; }

.mobile__menu-header .logo {
    height: 40px;
     max-width: 290px; }

@media only screen and (max-width: 600px){
.mobile__menu-header .logo {
    height: 40px;
    max-width: 230px; }

}
@media only screen and (max-width: 600px) {
    .mobile__menu-header .logo img{
       
         margin-top: 12px !important; 
         display: inline-block !important;
          max-width: 200px !important;
        width: auto;
        height: 22px !important;
 
    } }

.mobile__menu-header .logo img {
    max-width: 100%;
    width: auto;
    display: block;
    height: 32px;
    margin-top: 30px; }

.mobile__menu-header .close {
    cursor: pointer;
    color: #000000;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    margin-right: 0.625rem; }

@media screen and (min-width: 60em) {
    .mobile__menu-header .close {
        margin-right: 0;
        margin-top: 50px; } }

.mobile__menu-toggle {
    border-bottom: 1px solid #3B3B3B;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px;
    padding: 0.9375rem 0; }

@media screen and (min-width: 60em) {
    .mobile__menu-toggle {

        border: none; } 
    }


@media screen and (min-width: 50em) {
    .mobile__menu-toggle.langg {
        display:none;
        }
    }


.mobile__menu-toggle .toggler {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.mobile__menu-toggle .toggler svg {
    color: #000000; }

@media screen and (min-width: 60em) {
    .mobile__menu-toggle .toggler {
        display: none; } }

.mobile__menu-heading {
    margin-bottom: 0; }

/*@media screen and (min-width: 60em) {
    .mobile__menu-heading {
        margin-bottom: 1.25rem; } }*/

.mobile__menu-heading a {
    color: #000000;
    font-family: "Korb Bold Italic", sans-serif;
    font-style: italic;
    font-size: 1.375em; }

@media screen and (min-width: 60em) {

    .mobile__menu-heading a {
        font-size: 2.25em; } }

.mobile__menu-nav {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: none;
    margin-top: 1.25rem; }

@media screen and (min-width: 60em) {
    .mobile__menu-nav {
        display: block;
        margin-top: 0; } }

.mobile__menu-nav li {
    margin-bottom: 0.325rem; }

.mobile__menu-nav li:last-child {
    margin-bottom: 0; }

.mobile__menu-nav li a {
    color: #000000;
    font-size: 26px; }

.mobile__content-container {
    max-width: 60.9375em;
    overflow: auto; }

@media screen and (max-width: 59.9375em) {
    .mobile__content-container .col-4 {
        padding-top: 0;
        padding-bottom: 0; } }

.wrapper {
    margin: 0 auto;
    max-width: 85.9375em;
    padding-bottom: 1px;
    width: 100%;
    background-color: #000000; }

.page {
    font-size: 1.25em; }

.page__header {
    margin: 0rem 0 1.875rem 0; }

.page--title {
    margin: 0;
    font-size: 3.3125em;
    font-family: "Korb Italic", sans-serif;
    font-style: italic; }

.page__hero {
    height: 42.1875rem;
    margin-bottom: 3.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

    @media screen and (max-width: 59.9375em) {
    .page__hero {
         height: 500px; }
     }


.page__hero-content {
    background: rgba(0, 0, 0, 0.8);
    width: 100%; }

.page__hero-content .container {
    max-width: 76.25em; }

.page__hero-content h1 {
    font-family: "Korb Italic", sans-serif;
    font-style: italic;
    font-size: 3.3125em;
    margin: 0; }

.page__hero-content .separator {
    width: 20px;
    height: 2px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    margin: 0.625rem 0; }

.page__hero-content p {
    font-size: 1.125em;
    line-height: 1.25; }

.page__single {
    margin-bottom: 3.125rem; }

.page__single .btn {
    font-size: 0.8125em !important; }

.page__single-grid {
    margin-bottom: 3.125rem; }

.page__single-grid.reverse div:first-of-type {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

@media screen and (min-width: 60em) {
    .page__single-grid.reverse div:first-of-type {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }

.page__single-grid.reverse div:last-of-type {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

@media screen and (min-width: 60em) {
    .page__single-grid.reverse div:last-of-type {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }

.btn {
    font-family: "Korb Bold", sans-serif;
    font-size: 1em;
    padding: 0.375rem 0.75rem;
    border: 1px solid transparent;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    text-transform: uppercase;
    display: inline-block; }

.btn-primary {
    color: #fff; }

.btn-secondary {
    color: #fff;
    background: #000; }

.btn-hollow {
    border: 1px solid #fff; }

.cardblock__toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.625rem; }

.cardblock__toolbar h3 {
    font-size: 2em;
    margin: 0; }

.cardblock__item {
    display: block;
    position: relative;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    overflow: hidden; }

.cardblock__item-thumbnail {
    position: relative;
        overflow:hidden; }

.cardblock__item-thumbnail::before {
    content: "" !important;
    display: block !important;
    padding-bottom: 100% !important; }

.cardblock__item-thumbnail img {
    position: absolute;

    height: 102%;
    width: 102%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
   /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/ }

.cardblock__item-content {
    background: #fff;
    padding: 1.25rem 1.875rem;
    color: #000; }

.cardblock__item-content .title {
    font-size: 1.75em;
    margin-top: 0;
    margin-bottom: 0.9375rem; }

.cardblock__item-content .separator {
    width: 20px;
    height: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #000;
    margin-bottom: 0.9375rem; }

.cardblock__item-content p {
    font-size: 1.1875em;
    font-family: "Korb Italic", sans-serif;
    font-style: italic;
    margin-bottom: 0.1875rem;
    margin-top: 0; }

.cardblock__item-content time {
    font-size: 1.1875em;
    font-family: "Korb Italic", sans-serif;
    font-style: italic; }

.breadcrumb {
    margin-bottom: 1.875rem; }

.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

.breadcrumb ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

.breadcrumb ul li + li::before {
    color: #b5b5b5;
    content: "\0002f"; }

.breadcrumb ul li a {
    padding: 0 .75em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125em; }

.breadcrumb ul li.is-active a {
    color: #fff;
    cursor: default;
    pointer-events: none;
    opacity: 0.5; }

.breadcrumb ul li:first-child a {
    padding-left: 0; }

.home__slider {
    height: 300px;
    margin: 0 auto;
    max-width: 85.9375em;
    position: relative; }

@media screen and (min-width: 60em) {
    .home__slider {
        height: 675px; } }

.home__slider-item {
    height: 300px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

@media screen and (min-width: 60em) {
    .home__slider-item {
        /*height: 773px*/; 
        height: 675px } }

.home__slider .slick-track,
.home__slider .slick-list {
    height: 100%; }

.home__slider .slick-prev:before,
.home__slider .slick-next:before {
    color: black; }

.home__slider .slick-dots {
    bottom: -30px; }

.home__slider .progressBarContainer {
    position: absolute;
    bottom: 20px;
    width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.home__slider .progressBarContainer div {
    display: block;
    width: 30%;
    padding: 0;
    cursor: pointer;
    margin-right: 5%;
    float: left;
    color: white; }

.home__slider .progressBarContainer div:last-child {
    margin-right: 0; }

.home__slider .progressBarContainer div span.progressBar {
    width: 100%;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block; }

.home__slider .progressBarContainer div span.progressBar .inProgress {
    background-color: white;
    width: 0%;
    height: 6px; }

.home__slider .inProgress.on {
    width: 100% !important; }

.home__intro {
    padding: 1.875rem 0; }

@media screen and (min-width: 60em) {
    .home__intro {
        padding: 4.375rem 0; 
        /*margin-top:4.375rem;*/} }

.home__intro-title {
    margin: 0;
    font-family: "Korb Bold", sans-serif;
    line-height: 40px;
    font-size: 2.5em; }

@media screen and (min-width: 60em) {
    .home__intro-title {
        line-height: 97px;
        font-size: 6.0625em; } }

.home__intro-subtitle {
    margin: 0;
    margin-top: 0.625rem;
    font-family: "Korb Italic", sans-serif;
    font-style: italic;
    font-size: 1.5em; }

@media screen and (min-width: 60em) {
    .home__intro-subtitle {
        font-size: 1.9375em; } }

.home__navigation {
    max-width: 85.9375em;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5rem; }

@media screen and (min-width: 60em) {
    .home__navigation {
        padding-bottom: 10rem; } }

.home__navigation-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    position: relative;
    -webkit-background-size: 102% 102%;
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: center; }

.home__navigation-link::before {
    content: "" !important;
    display: block !important;
    padding-bottom: 100% !important; }

.home__navigation-link-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.home__navigation-link-content h2 {
    margin: 0;
    color: #fff;
    font-size: 1.875em;
    line-height: 30px;
    font-family: "Korb Bold Italic", sans-serif;
    font-style: italic;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all .4s ease;
    
   
     }


@media screen and (min-width: 60em) {
    .home__navigation-link-content h2 {
        font-size: 7.9375em;
        line-height: 127px; } }

.home__navigation-link-content h3 {
    margin: 0;
    color: #fff;
    font-family: "Korb Italic", sans-serif;
    font-style: italic;
    opacity: 1;
    font-size: 0.875em;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0 0.625rem;
    text-align: center; }

@media screen and (min-width: 60em) {
    .home__navigation-link-content h3 {
        font-size: 1.375em;
        opacity: 0; } }

@media screen and (min-width: 60em) {
    .home__navigation-link:hover h2 {
        font-size: 9.8125em; }
    .home__navigation-link:hover h3 {
        opacity: 1;
        font-size: 1.375em; } }

.home__featured {
    overflow: hidden;
    position: relative;
    max-width: 85.9375em;
    margin: 0 auto; }

.home__featured-content {
    padding: 4.6875rem 3.125rem 4.6875rem 0.9375rem;
    background: rgba(0, 0, 0, 0.8); }

.home__featured-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: -1000px;
    width: 1000px;
    background: rgba(0, 0, 0, 0.8); }

.home__featured-content .separator {
    width: 20px;
    height: 2px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    margin-bottom: 1.875rem; }

.home__featured-content h2 {
    margin: 0;
    font-size: 2.4375em;
    margin-bottom: 1.875rem; }

@media screen and (min-width: 60em) {
    .home__featured-content h2 {
        font-size: 3.6875em; } }

.home__featured-content p {
    margin-top: 0;
    /*margin-bottom: 1.25rem;*/
    font-size: 1.1em;
    /*padding-right: 2.1875rem;*/ }

.home__cardblock {
    padding: 3.75rem 0; }

.news__cardblock {
    padding-bottom: 3.75rem; }

.read-more {
    display: inline-block;
    margin-bottom: 3.125rem; }

.article__single {
    margin-bottom: 7.5rem; }

.article__single .header {
    margin: 0rem 0 1.875rem 0; }

.article__single .header h1 {
    margin: 0;
    font-size: 2.5em;
    font-family: "Korb Italic", sans-serif;
    font-style: italic; }

@media screen and (min-width: 60em) {
    .article__single .header h1 {
        font-size: 3.75em; } }

.article__single .thumbnail {
    margin-bottom: 3.75rem; }

.article__single .content {
    padding: 0 0.625rem;
    font-size: 1.25em; }

@media screen and (min-width: 60em) {
    .article__single .content {
        padding: 0 5rem; } }

.article__single .content .excerpt {
    font-family: "Korb Bold Italic", sans-serif;
    font-style: italic;
    margin-bottom: 1.875rem; }

.article__single .content time {
    display: block;
    font-family: "Korb Italic", sans-serif;
    font-style: italic;
    margin-bottom: 1.875rem; }

.article__single .content p {
    margin-bottom: 0;
    line-height: 1.35; }

.minglanje-intro {
    margin: 0;
    font-family: "Korb Bold Italic", sans-serif;
    font-style: italic;
    font-size: 1.875em; }

.minglanje__filter {
    margin: 0;
    padding: 0;
    padding-right: 1.875rem;
    list-style-type: none; }

.minglanje__filter li {
    border-bottom: 1px solid #333; }

.minglanje__filter li.active a {
    opacity: 1; }

.minglanje__filter li a {
    display: block;
    color: #fff;
    font-size: 1.625em;
    padding: 0.625rem 0;
    opacity: 0.45; }

.minglanje__filter li a:hover {
    opacity: 1; }

.minglanje__list {
    margin-bottom: 3.125rem;
    padding: 0; }

.minglanje__list-item {
    background: #fff;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.minglanje__list-item:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 60em) {
    .minglanje__list-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }

.minglanje__list-item .content {
    padding: 30px;
    width: 100%;
    color: #000;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

@media screen and (min-width: 60em) {
    .minglanje__list-item .content {
        padding: 50px;
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }

.minglanje__list-item .content > * + * {
    margin-top: 1.25rem; }

.minglanje__list-item .content h3 {
    margin: 0;
    font-size: 1.5625em; }

.minglanje__list-item .content span {
    display: inline-block;
    font-family: "Korb Italic", sans-serif;
    font-style: italic;
    font-size: 1.25em; }

.minglanje__list-item .content ul {
    padding: 0;
    list-style-type: none; }

.minglanje__list-item .content ul li {
    margin-bottom: 0.125rem;
    font-size: 1.25em; }

.minglanje__list-item .thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

@media screen and (min-width: 60em) {
    .minglanje__list-item .thumbnail {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }

.minglanje__list-item .thumbnail::before {
    content: "" !important;
    display: block !important;
    padding-bottom: 100% !important; }

.minglanje__list-item .thumbnail img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    /*-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */}

.minglanje__single {
    background: #fff;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

@media screen and (min-width: 60em) {
    .minglanje__single {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }

.minglanje__single .content {
    padding: 1.25rem;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: #000; }

@media screen and (min-width: 60em) {
    .minglanje__single .content {
        width: 40%;
        padding: 50px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }

.minglanje__single .content > * + * {
    margin-top: 1.875rem; }

.minglanje__single .content h1 {
    margin: 0;
    font-size: 1.5625em; }

.minglanje__single .content span {
    display: block;
    font-family: "Korb Italic", sans-serif;
    font-style: italic;
    font-size: 1.25em; }

.minglanje__single .content ul {
    padding: 0;
    list-style-type: none; }

.minglanje__single .content ul li {
    margin-bottom: 0.125rem;
    font-size: 1.25em; }

.minglanje__single .content p {
    font-size: 1.25em; }

.minglanje__single .content .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

.minglanje__single .content .social li {
    margin-right: 2.5rem; }

.minglanje__single .content .social li:last-child {
    margin-right: 0; }

.minglanje__single .thumbnail {
    position: relative;
    width: 100%;
    height: 15.625rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

@media screen and (min-width: 60em) {
    .minglanje__single .thumbnail {
        width: 60%;
        height: auto;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }

.contact__map {
    margin-bottom: 2.5rem; }

.newsletter__box {
    margin: 2.5rem 0 5rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

@media screen and (min-width: 60em) {
    .newsletter__box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }

.newsletter-label {
    font-size: 0.875em;
    font-family: "Korb Italic", sans-serif;
    font-style: italic;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 1.875rem; }

@media screen and (min-width: 60em) {
    .newsletter-label {
        margin-right: 1.875rem;
        margin-bottom: 0; } }

.newsletter__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.75rem; }

.newsletter__form-box {
    border: 1px solid #fff;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    height: 1.75rem; }

.newsletter__form-input {
    padding: 0 0.9375rem;
    background: transparent;
    border: none;
    min-width: 140px;
    color: #fff;
    line-height: 1.625rem; }

@media screen and (min-width: 60em) {
    .newsletter__form-input {
        min-width: 220px; } }

.newsletter__form-input:focus {
    outline: none; }

.newsletter__form-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }

.newsletter__form-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }

.newsletter__form-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; 
    height: 100%;
}


.newsletter__form-input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

.newsletter__form-button {
    padding: 0 0.9375rem;
    background-color: #fff;
    height: 1.75rem;
    border: none;
    font-family: "Korb Bold", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; }

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 500; }

.modal__header {
    height: 5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 300;
    background-color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

@media screen and (min-width: 60em) {
    .modal__header {
        height: 100px; } }

.modal-close {
    display: block; }

.modal-close svg {
    color: #fff;
    -webkit-transition: all .2 ease-in-out;
    -o-transition: all .2 ease-in-out;
    transition: all .2 ease-in-out; }

.modal-close svg:hover {
    color: #EC2024; }

.modal-col {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

.modal--container {
    max-width: 76.25em; }

.footer__main-decoration {
    margin: 0 auto;
    width: 100%;
    max-width: 85.9375em;
    height: 1.375rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.footer__content {
    padding: 3.125rem 0;
    color: #000000; }

.footer__nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }

.footer__nav li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0.625rem 0;
    text-align: center; }

@media screen and (min-width: 60em) {
    .footer__nav li {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        margin: 0.125rem 0;
        text-align: left; } }

.footer__nav li a {
    font-size: 1.0625em; }

.footer__copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

@media screen and (min-width: 60em) {
    .footer__copy {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }

.footer__copy-text strong {
    font-family: "Korb Bold", sans-serif;
    margin: 0.125rem 0; }

.footer__copy-text p {
    font-family: "Korb Italic", sans-serif;
    font-style: italic;
    margin: 0.125rem 0; }

.footer__social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0;
    margin-bottom: 1.875rem; }

@media screen and (min-width: 60em) {
    .footer__social {
        margin-right: 2.5rem;
        margin-bottom: 0; } }

.footer__social li {
    padding: 0 0.9375rem; }

@media screen and (min-width: 60em) {
    .footer__social li {
        padding: 0; } }

.notification {
    padding: 0.625rem 1.25rem;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    margin: 0 1.875rem;
    margin-bottom: 1.25rem; }

.notification-success {
    color: #155724;
    background-color: #d4edda; }

.notification-error {
    color: #721c24;
    background-color: #f8d7da; }

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }

.slick-list:focus {
    outline: none; }

.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.slick-track:before, .slick-track:after {
    content: "";
    display: table; }

.slick-track:after {
    clear: both; }

.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }

[dir="rtl"] .slick-slide {
    float: right; }

.slick-slide img {
    display: block; }

.slick-slide.slick-loading img {
    display: none; }

.slick-slide.dragging img {
    pointer-events: none; }

.slick-initialized .slick-slide {
    display: block; }

.slick-loading .slick-slide {
    visibility: hidden; }

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

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

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
    left: -25px; }

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-prev:before {
    content: "←"; }

[dir="rtl"] .slick-prev:before {
    content: "→"; }

.slick-next {
    right: -25px; }

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

.slick-next:before {
    content: "→"; }

[dir="rtl"] .slick-next:before {
    content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px; }

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1; }

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75; }

.footer__copy a{
        padding-right: 40px;
}
.podaci h4{
    margin-bottom: 0;
}
.podaci p{
    margin-top: 5px !important;
    margin-bottom: 5px !important;

}
.podaci a{
    color: #fff;
}
.radno p{
     margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.radno h4{
    
    margin-bottom: 5px !important;
}
.filter a:hover{

    color: #652D90;
}
.minglanje__list a:hover{

    color:#fff;
    background-color: #652D90;
}

.cardblock__toolbar a:hover{

  color: #000;
  background-color:#652D90 ;
  border-color:#652D90;
}
.newsletter__form-button:hover{

  color: #fff;
  background-color:#652D90;
  border-color:#652D90;
}
.read-more:hover{
    color: #000;
  background-color:#fff ;
}
.cardblock__item .title:hover {
     color: #652D90;
}
.mobile__menu-nav a:hover{
    color: #652D90;
}
.footer__nav a:hover{
    color: #652D90;
}
.footer__social svg:hover{
    fill:#652D90;
}

.subtitle:hover{
    color:#652D90;
}
