/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* @import "compass/reset"; */
/* mixins.scss */
/* reset list */
/* all transition */
/* default horisontal list */
/*generic transform*/
/* scale*/
/* translate*/
/* body color */
/*Header*/
/* Navigation */
/* predefine width */
/* colors */
/* Base font */
/* heading font */
/* Fonts family Icon font linear */
/* Fonts family Icon font awesome */
/* General line-height */
/* Breakpoints */
/*_typography.scss*/
body {
  color: #000;
  font-size: 16px;
  font-family: "GothamNarrow-Book", sans-serif;
  font-weight: 325;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GothamNarrow-Bold", sans-serif;
  line-height: normal;
}

h1 {
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 29px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 20px;
  line-height: normal;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*padding-right: 0.5rem;
  padding-left: 0.5rem;*/
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* min-width:481px; */
@media only screen and (min-width: 481px) {
  .container {
    width: 49rem;
  }
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*padding-right: 0.5rem;
    padding-left: 0.5rem; */
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* media 769px */
@media only screen and (min-width: 769px) {
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*padding-right: 0.5rem;
    padding-left: 0.5rem; */
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* media 921px */
@media only screen and (min-width: 921px) {
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*padding-right: 0.5rem;
    padding-left: 0.5rem;*/
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* media 1114px */
@media only screen and (min-width: 1114px) {
  .col-xlg-offset-0,
  .col-xlg-offset-1,
  .col-xlg-offset-2,
  .col-xlg-offset-3,
  .col-xlg-offset-4,
  .col-xlg-offset-5,
  .col-xlg-offset-6,
  .col-xlg-offset-7,
  .col-xlg-offset-8,
  .col-xlg-offset-9,
  .col-xlg-offset-10,
  .col-xlg-offset-11,
  .col-xlg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*padding-right: 0.5rem;
    padding-left: 0.5rem;*/
  }
  .col-xlg-offset-0 {
    margin-left: 0;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-xlg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .end-xlg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xlg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-xlg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-xlg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-xlg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xlg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-xlg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-xlg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* Common  */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* iPhone input and buttons fix */
/*input,
input[type="email"],
input[type="text"],
input[type="button"],
input[type="submit"],
textarea,
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
}*/
body {
  overflow-x: hidden;
}

p b, p strong {
  font-weight: 600;
}

.wrapper {
  max-width: 1080px;
  margin: 0 auto;
  width: auto;
}

.wrapper-s {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) and (min-width: 921px) {
  .wrapper {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 920px) {
  .wrapper,
  .wrapper-s {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* 404 page */
.error404 .search-results .search-form {
  text-align: center;
  padding-bottom: 100px;
}
.error404 .search-results .search-form input {
  padding: 15px;
  line-height: 1;
  font-size: 16px;
  min-width: 150px;
  border-radius: 6px;
  border: 2px solid #333;
}
.error404 .search-results .search-form button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  background: transparent;
  border: 0px;
  cursor: pointer;
}

.search-results-header {
  background-color: #50AEF6;
}

.search-results-title {
  padding-top: 100px;
  padding-bottom: 100px;
}

.search-results-subtitle h2 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .search-results-subtitle h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .search-results-subtitle h2 {
    font-size: 28px;
    line-height: 35px;
  }
}

/* Search results */
.search-results-block {
  padding-bottom: 80px;
}

article.search-result {
  padding-bottom: 25px;
  padding-top: 20px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  article.search-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  article.search-result .thumbnails {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  /* overflow: hidden; */
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.admin-bar .header-main {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header-main {
    margin-top: 46px;
  }
}

/* Header */
header {
  /*header-main*/
}
header.header-main {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*has-children*/
}
@media screen and (min-width: 921px) {
  header.header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 69px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 920px) {
  header.header-main {
    padding-top: 12px;
    padding-bottom: 45px;
  }
}
header.header-main .wrapper-header {
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 1113px) and (min-width: 921px) {
  header.header-main .wrapper-header {
    margin-left: 20px;
    margin-right: 20px;
  }
}
header.header-main .close-hamburger,
header.header-main .main-logo-mobile {
  display: none;
}
header.header-main .header-right-block {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 921px) {
  header.header-main .header-right-block {
    height: 100%;
  }
}
header.header-main .mobile-hamburger {
  display: none;
}
header.header-main .mobile-search {
  display: none;
}
header.header-main .menu-item-has-children {
  position: relative;
}
@media screen and (min-width: 921px) {
  header.header-main .menu-item-has-children a {
    position: relative;
    z-index: 52;
  }
}
@media screen and (min-width: 921px) {
  header.header-main .menu-item-has-children:hover {
    margin-bottom: -3px;
    background-color: #ffffff;
  }
  header.header-main .menu-item-has-children:hover > a {
    border-bottom: 3px solid #000;
  }
  header.header-main .menu-item-has-children:hover a {
    color: #000;
  }
  header.header-main .menu-item-has-children:hover.current-menu-parent > a {
    border-bottom: 3px solid #000;
    display: block;
    padding-bottom: 6px;
  }
}
header.header-main .menu-item-has-children .sub-menu {
  display: none;
}
header.header-main .menu-item-has-children .sub-menu a:hover {
  color: #fbbcd6;
}
@media only screen and (min-width: 921px) {
  header.header-main .menu-item-has-children:hover .sub-menu:not(.second-lvl) {
    display: block;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1113px) and (min-width: 921px) {
  header.header-main .menu-item-has-children.takmicarski .sub-menu {
    right: -55px;
  }
  header.header-main .menu-item-has-children.CyrLatIgnore .sub-menu {
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 921px) {
  header.header-main .menu-item-has-children .sub-menu {
    position: absolute;
    top: 96%;
    left: 0;
    right: 0;
    /*width: 270px;*/
    background-color: #ffffff;
    z-index: 50;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1250px) and (min-width: 921px) {
  header.header-main .menu-item-has-children .sub-menu {
    right: -35px;
  }
}
@media only screen and (min-width: 921px) {
  header.header-main .menu-item-has-children .sub-menu.second-lvl {
    right: -115px;
    left: auto;
    top: 0;
  }
  header.header-main .menu-item-has-children .sub-menu li {
    padding: 20px 10px 0;
  }
  header.header-main .menu-item-has-children .sub-menu li.menu-item-has-children:hover .second-lvl {
    display: block;
  }
  header.header-main .menu-item-has-children .sub-menu li a {
    color: #000;
    font-size: 16px;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1250px) and (min-width: 921px) {
  header.header-main .menu-item-has-children .sub-menu li a {
    font-size: 14px;
  }
}

/* Header - end */
/* Navigation */
@media screen and (min-width: 921px) {
  nav.header-navigation {
    height: 100%;
  }
  nav.header-navigation > div {
    height: 100%;
  }
  nav.header-navigation .menu-header-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
nav.header-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.header-navigation ul:not(.sub-menu) {
  height: 100%;
}
nav.header-navigation ul li {
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1440px) {
  nav.header-navigation ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 921px) {
  nav.header-navigation ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 921px) {
  nav.header-navigation ul li {
    padding-top: 12px;
  }
}
@media screen and (min-width: 921px) and (min-width: 1114px) {
  nav.header-navigation ul li.arhiva {
    min-width: 120px;
  }
}
@media screen and (min-width: 921px) and (max-width: 1113px) and (min-width: 921px) {
  nav.header-navigation ul li.arhiva {
    min-width: 100px;
  }
}
@media screen and (min-width: 921px) {
  nav.header-navigation ul li a {
    padding-bottom: 9px;
    display: block;
  }
}
nav.header-navigation ul li:last-child {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 921px) {
  nav.header-navigation ul li:last-child {
    min-width: 117.5px;
  }
}
@media screen and (min-width: 921px) {
  nav.header-navigation ul li.menu-item:hover {
    background-color: #ffffff;
  }
  nav.header-navigation ul li.menu-item:hover a {
    color: #000;
  }
}
nav.header-navigation ul li.menu-item a {
  margin: auto;
  color: #FFFFFF;
  font-family: "GothamNarrow-Medium", sans-serif;
  font-weight: 350;
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (max-width: 1310px) {
  nav.header-navigation ul li.menu-item a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 921px) {
  nav.header-navigation ul li.menu-item a {
    font-size: 14px;
  }
}
nav.header-navigation ul li.menu-item a:hover {
  text-decoration: none;
}
nav.header-navigation ul li.menu-item.current-menu-item ul li a:after {
  display: none;
}
@media screen and (min-width: 921px) {
  nav.header-navigation ul li.menu-item.language-switcher:hover .trp-ls-shortcode-current-language,
  nav.header-navigation ul li.menu-item.language-switcher:hover .trp-ls-shortcode-language {
    background-color: #ffffff;
  }
}
nav.header-navigation ul li.menu-item.language-switcher a {
  font-size: 16px;
}
@media screen and (min-width: 921px) {
  nav.header-navigation ul li.menu-item.language-switcher .trp-language-switcher:hover a {
    background-color: #ffffff;
    color: #000;
  }
}
@media screen and (max-width: 920px) {
  nav.header-navigation ul li.menu-item.language-switcher .trp-language-switcher > div > a:hover {
    background-color: inherit;
  }
  nav.header-navigation ul li.menu-item.language-switcher .trp-language-switcher:hover .trp-ls-disabled-language {
    color: #FFFFFF;
  }
}
nav.header-navigation ul li.menu-item.language-switcher .trp-ls-shortcode-language .trp-ls-shortcode-disabled-language {
  padding-bottom: 15px;
}
nav.header-navigation ul li.menu-item.language-switcher .trp-language-switcher > div {
  border: none;
  background-color: #000000;
  background-image: none;
  padding: 0;
  padding-top: 7px;
  padding-bottom: 10px;
  border-radius: 0;
  margin-left: -2px;
  margin-right: -2px;
}
nav.header-navigation ul li.menu-item.language-switcher .trp-language-switcher > div a {
  text-transform: lowercase;
  border-radius: 0;
  padding-top: 5px;
}
nav.header-navigation ul li.menu-item.language-switcher .trp-language-switcher > div a img {
  margin-right: 5px;
}
nav.header-navigation ul li.menu-item.cyrlat {
  min-width: unset;
}
.translatepress-en_US nav.header-navigation ul li.menu-item.cyrlat {
  display: none;
}
@media screen and (min-width: 921px) {
  nav.header-navigation ul li.menu-item.cyrlat {
    padding-top: 0;
  }
}
nav.header-navigation ul li.menu-item.cyrlat:hover {
  background-color: #000;
}
nav.header-navigation ul li.menu-item.cyrlat:hover a {
  color: #fff;
  text-decoration: underline;
}
nav.header-navigation ul li.menu-item.cyrlat a {
  font-size: 14px !important;
  padding-bottom: 0;
}
nav.header-navigation ul li.menu-item.cyrlat.cyr {
  padding-right: 0;
  position: relative;
}
nav.header-navigation ul li.menu-item.cyrlat.cyr a {
  margin-right: 0;
  font-weight: bold;
}
@media screen and (min-width: 921px) {
  nav.header-navigation ul li.menu-item.cyrlat.cyr a {
    padding-right: 10px;
  }
}
@media screen and (min-width: 921px) {
  nav.header-navigation ul li.menu-item.cyrlat.cyr:before {
    content: "/";
    position: absolute;
    color: #fff;
    right: 0;
    top: 25px;
  }
}
nav.header-navigation ul li.menu-item.cyrlat.lat {
  padding-left: 0;
}
nav.header-navigation ul li.menu-item.cyrlat.lat a {
  margin-left: 0;
}
@media screen and (min-width: 921px) {
  nav.header-navigation ul li.menu-item.cyrlat.lat a {
    padding-left: 5px;
  }
}
nav.header-navigation ul li.menu-item.current-language-menu {
  padding-top: 0;
}
nav.header-navigation ul li.menu-item.current-language-menu a {
  font-size: 16px !important;
  padding-bottom: 0;
}
@media screen and (max-width: 1250px) and (min-width: 921px) {
  nav.header-navigation ul li.menu-item.current-language-menu a {
    font-size: 14px !important;
  }
}
nav.header-navigation ul li.menu-item.current-language-menu .sub-menu li {
  padding-bottom: 20px;
}

.search-info {
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
  position: fixed;
  text-align: center;
  height: 100%;
  -webkit-transition: opacity 0.5s linear, z-index 0.5s step-start;
  transition: opacity 0.5s linear, z-index 0.5s step-start;
  display: block;
  visibility: visible;
  opacity: 0.8;
}
.search-info .search-icon:after {
  content: "";
  cursor: pointer;
  /*background: url(../images/svg/loupe.svg) no-repeat;*/
  background-size: cover;
  width: 33px;
  height: 33px;
  display: block;
}
.search-info .lnr-magnifier:before {
  font-size: 28px;
  color: #f4cdd4;
}
.search-info.hidden {
  opacity: 0;
  z-index: -5;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  position: relative;
  visibility: hidden;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.search-info .search-form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-info .search-form input {
  z-index: 7;
  padding: 15px;
  line-height: 1;
  font-size: 16px;
  min-width: 300px;
  border-radius: 50px;
  border: 2px solid #000000;
}
.search-info .search-form button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  background: transparent;
  border: 0px;
  cursor: pointer;
}
.search-info .search-form button span.icon {
  font-size: 35px;
  padding-left: 10px;
  top: 5px;
  position: relative;
}
.search-info .close {
  top: 60px;
  cursor: pointer;
  position: absolute;
  right: 27px;
  max-width: 40px;
  padding-right: 15px;
}

/* MODAL */
/******* side nav - end *******/
/* Mobile search - end */
.nav-links {
  text-align: left;
}
.nav-links .page-numbers {
  display: inline-block;
  padding: 0px 12px;
  text-decoration: none;
  color: #000;
  font-family: "GothamNarrow-Book", sans-serif;
  font-weight: 325;
  line-height: 0.7;
}
.nav-links .page-numbers:first-child {
  border-left: 0px;
}
.nav-links .page-numbers.current {
  font-family: "GothamNarrow-Bold", sans-serif;
}

/* Footer */
#footer .menu-footer-social-container ul {
  padding-top: 60px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media screen and (min-width: 921px) {
  #footer .menu-footer-social-container ul {
    max-width: 400px;
  }
}
#footer .menu-footer-social-container ul li {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 921px) {
  #footer .menu-footer-social-container ul li {
    width: 78px;
    height: 78px;
  }
}
#footer .menu-footer-social-container ul li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#footer .menu-footer-social-container ul li a {
  display: block;
}
#footer .menu-footer-social-container ul li a:before {
  content: "";
  position: absolute;
  background-size: cover;
  width: 60px;
  height: 60px;
  display: block;
}
@media screen and (min-width: 921px) {
  #footer .menu-footer-social-container ul li a:before {
    width: 78px;
    height: 78px;
  }
}
#footer .menu-footer-social-container ul li a span {
  display: none;
}
#footer .menu-footer-social-container ul .facebook a:before {
  background-image: url("../images/svg/fb.svg");
}
#footer .menu-footer-social-container ul .twitter a:before {
  background-image: url("../images/svg/twitter.svg");
}
#footer .menu-footer-social-container ul .instagram a:before {
  background-image: url("../images/svg/instagram.svg");
}

/* Footer - end */
/* Helpers - start */
.parent-center {
  position: relative;
}

.center-both {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.center-vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.center-horizontal {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* Helpers - end */
.content-area {
  background-color: #fbbcd6;
  padding-bottom: 80px;
}

.site-main {
  margin-top: 49px;
}
@media screen and (min-width: 921px) {
  .site-main {
    margin-top: 69px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page-title {
  padding-top: 40px;
  padding-bottom: 55px;
}

.hero-header-block {
  line-height: 0;
  background-color: #fbbcd6;
}
@media screen and (min-width: 921px) {
  .hero-header-block .inner-wrapper {
    max-width: 1440px;
    margin: auto;
  }
}
.hero-header-block img {
  max-width: unset;
  width: 100%;
}
.hero-header-block .flag-img {
  line-height: 0;
}
@media screen and (min-width: 921px) {
  .hero-header-block .flag-img {
    padding: 0 20px;
  }
}
@media screen and (max-width: 920px) {
  .hero-header-block .inner-wrapper {
    padding: 15px 20px;
  }
  .hero-header-block .text-right {
    padding-top: 15px;
  }
  .hero-header-block .logo-left {
    padding-bottom: 15px;
  }
}
.hero-header-block .text-below {
  background-color: #ffffff;
  padding-top: 14px;
  padding-bottom: 12px;
}
.hero-header-block .text-below .text-below-inner {
  margin: auto;
  text-align: center;
}

.pre-footer-logosi {
  padding-top: 30px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 921px) {
  .pre-footer-logosi {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 920px) {
  .pre-footer-logosi {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pre-footer-logosi .logosi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pre-footer-logosi .logosi img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.pre-footer-logosi .block-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.pre-footer-logosi .prva-grupa .group-2 {
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 920px) {
  .pre-footer-logosi .prva-grupa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .pre-footer-logosi .prva-grupa .group-1 .logo-1 img {
    max-height: 65px;
  }
  .pre-footer-logosi .prva-grupa .group-2 .logo-3 img {
    max-height: 40px;
  }
}
@media screen and (min-width: 921px) and (max-width: 920px) {
  .pre-footer-logosi .prva-grupa .group.group-2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 921px) {
  .pre-footer-logosi .prva-grupa .group.group-3 .single-logo {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .pre-footer-logosi .prva-grupa .group.group-3 .logo-3 .logo-img {
    margin-right: 0;
  }
  .pre-footer-logosi .prva-grupa .group:nth-last-of-type(1) {
    padding-right: 0;
  }
}
.pre-footer-logosi .druga-grupa-prvi .block-title {
  margin-top: 30px;
}
.pre-footer-logosi .druga-grupa-prvi img {
  max-height: 60px;
}
.pre-footer-logosi .druga-grupa-prvi .drugi-red-logosi {
  margin-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pre-footer-logosi .druga-grupa-prvi .drugi-red-logosi .drugi-red-logo-2 {
  padding-left: 15px;
}
@media screen and (min-width: 921px) {
  .pre-footer-logosi .druga-grupa-prvi {
    padding-left: 20px;
  }
}
@media screen and (max-width: 920px) {
  .pre-footer-logosi .druga-grupa-prvi {
    margin-top: 30px;
  }
}
.pre-footer-logosi .druga-grupa .single-logo {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 920px) {
  .pre-footer-logosi .druga-grupa .single-logo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}
.pre-footer-logosi .treca-grupa {
  margin-top: 30px;
}
@media screen and (max-width: 920px) {
  .pre-footer-logosi .treca-grupa .block-title {
    text-align: center;
  }
  .pre-footer-logosi .treca-grupa .prvi-red-logosi {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.pre-footer-logosi .treca-grupa .drugi-red-logosi {
  margin-top: 25px;
}
@media screen and (min-width: 921px) {
  .pre-footer-logosi .treca-grupa .prvi-red-logosi,
  .pre-footer-logosi .treca-grupa .drugi-red-logosi {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.pre-footer-logosi .treca-grupa .single-logo {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.pre-footer-logosi .treca-grupa .single-logo img {
  max-height: 50px;
}
@media screen and (max-width: 920px) {
  .pre-footer-logosi .treca-grupa .single-logo {
    margin-bottom: 30px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .pre-footer-logosi .treca-grupa .single-logo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .pre-footer-logosi .treca-grupa .single-logo.prvi-red-logo-1, .pre-footer-logosi .treca-grupa .single-logo.prvi-red-logo-2, .pre-footer-logosi .treca-grupa .single-logo.prvi-red-logo-3 {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }
}
.pre-footer-logosi .treca-grupa .single-logo.mobile-hide {
  display: none;
}
@media screen and (min-width: 921px) {
  .pre-footer-logosi .treca-grupa .single-logo.mobile-hide {
    display: block;
  }
}
.pre-footer-logosi .treca-grupa .single-logo.mobile-show {
  display: block;
}
@media screen and (min-width: 921px) {
  .pre-footer-logosi .treca-grupa .single-logo.mobile-show {
    display: none;
  }
}

.featured-image img {
  width: 100%;
}

.post-title .post-link {
  color: #000 !important;
}

.entry-meta {
  margin-bottom: 40px;
}

.entry-subtitle {
  margin-bottom: 5px;
  margin-top: 10px;
}

.featured-image {
  margin-bottom: 30px;
}

.read-more {
  padding-bottom: 25px;
  font-size: 20px;
  font-family: "GothamNarrow-Medium", sans-serif;
  font-weight: 350;
  display: block;
  text-transform: uppercase;
  color: #000;
}

.text-button:hover {
  opacity: 0.7;
  color: #000;
}

.takmicarski-category-content-area {
  padding-top: 100px;
}

.blog .the-post,
.archive .the-post {
  border-bottom: 3px solid #000;
  margin-bottom: 55px;
}

.single .content-area {
  padding-top: 100px;
}
.single .content-area p strong {
  font-family: "GothamNarrow-Medium", sans-serif;
  font-weight: 350;
}
.single .content-area .post-inner {
  border-bottom: 3px solid #000;
  padding-bottom: 20px;
}
.single .content-area .wp-block-image {
  position: relative;
}
.single .content-area .wp-block-image .wp-element-caption {
  position: absolute;
  bottom: 18px;
  left: 16px;
  padding-left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.single .content-area .wp-block-image .wp-element-caption:before {
  content: "";
  background-image: url(../images/svg/ime-fotografa.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
}
.single .content-area .wp-block-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 3, 3, 0.5662640056)), color-stop(30%, rgba(15, 12, 12, 0.4290091036)), color-stop(70%, rgba(0, 0, 0, 0.1040791317)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(3, 3, 3, 0.5662640056) 0%, rgba(15, 12, 12, 0.4290091036) 30%, rgba(0, 0, 0, 0.1040791317) 70%, rgba(0, 0, 0, 0) 100%);
  height: 22%;
}
.single .content-area .navigation {
  margin-top: 40px;
  position: relative;
}
.single .content-area .navigation a {
  font-family: "GothamNarrow-Bold", sans-serif;
  color: #000;
}
.single .content-area .navigation a[rel=prev] {
  padding-left: 30px;
}
.single .content-area .navigation a[rel=next] {
  padding-right: 30px;
  margin-left: auto;
}
.single .content-area .navigation .arrow {
  position: absolute;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}
.single .content-area .navigation .arrow.prev {
  left: 0;
  top: 4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.single .content-area .navigation .arrow.next {
  top: 5px;
  right: 0;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}
.single .search-container {
  padding-top: 100px;
}
.single .search-container .search-title {
  margin-bottom: 30px;
}
.single .search-container .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single .search-container .search-field {
  border: 3px solid #000;
  border-right: none;
  padding: 15px 10px;
  width: 100%;
  max-width: 355px;
}
.single .search-container button {
  border: 3px solid #000;
  border-left: none;
  background: #ffffff;
  height: 51px;
  padding-right: 10px;
}
.single .search-container .user-search {
  display: block;
  cursor: pointer;
  background: url(../images/svg/loupe.svg) no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
}

.entry-meta .category {
  position: relative;
  margin-left: 5px;
  padding-left: 10px;
}
.entry-meta .category a {
  color: #000;
}
.entry-meta .category:before {
  content: "|";
  position: absolute;
  left: 0;
}

.related-wrapp {
  margin-top: 90px;
}
.related-wrapp .related-title-container {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related-wrapp .related-title-container .zastavica {
  display: block;
  cursor: pointer;
  background: url(../images/svg/zastavica.svg) no-repeat;
  background-size: cover;
  width: 23px;
  height: 29px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .related-wrapp .related-posts {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.related-wrapp .related-posts .the-post a {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .related-wrapp .related-posts .the-post {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .related-wrapp .related-posts .the-post {
    margin-bottom: 20px;
  }
}
.related-wrapp .related-posts .the-post .date {
  margin-top: 5px;
  display: block;
}

/* Blocks Padding Class */
.padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 921px) {
  .padding {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.padding-small {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 921px) {
  .padding-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.padding-extra-small {
  padding: 50px 0;
}

.padding-top {
  padding-top: 50px;
}
@media only screen and (min-width: 921px) {
  .padding-top {
    padding-top: 200px;
  }
}

.padding-top-small {
  padding-top: 50px;
}
@media only screen and (min-width: 921px) {
  .padding-top-small {
    padding-top: 100px;
  }
}

.padding-bottom {
  padding-bottom: 50px;
}
@media only screen and (min-width: 921px) {
  .padding-bottom {
    padding-bottom: 200px;
  }
}

.padding-bottom-small {
  padding-bottom: 50px;
}
@media only screen and (min-width: 921px) {
  .padding-bottom-small {
    padding-bottom: 100px;
  }
}

.text-center {
  text-align: center;
}

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

.link-btn {
  font-family: "GothamNarrow-Bold", sans-serif;
  padding: 15px 30px;
  color: #fff;
  background-color: #000;
  border: 3px solid #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-border-radius: 0 !important;
  -webkit-appearance: none !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 2;
  letter-spacing: 0.14em;
  font-size: 16px;
}
.link-btn:hover {
  text-decoration: none;
  background-color: transparent;
  color: #000;
}

/* Wrappers  */
.wrapper-fullwidth {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

/* media 768px */
@media only screen and (max-width: 920px) {
  header .search-box, header .search-info {
    display: none;
  }
  header .mobile-search {
    display: block;
  }
  header .lnr {
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 22px;
  }
  header .lnr img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  header nav.header-navigation {
    padding-top: 10px;
  }
  header nav.header-navigation li {
    text-align: left;
    padding: 10px 6px;
  }
  .mobMenu-open header.header-main .header-menu {
    display: block;
  }
  header.header-main .mobile-hamburger {
    display: block;
  }
  header.header-main.sticky .lnr {
    padding-right: 20px;
    position: absolute;
    right: 0;
  }
  header.header-main.sticky .main-logo img {
    position: unset;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin-top: 0;
  }
  header.header-main .header-right-block {
    padding-top: 60px;
    z-index: 11;
    visibility: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  header.header-main .header-right-block.open {
    background-color: #000;
    height: 100vh;
    width: 100%;
    display: block;
    visibility: visible;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding: 90px 40px 40px;
    overflow: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header.header-main .header-right-block.open li {
    padding-left: 0;
    max-width: unset;
    display: block;
  }
  header.header-main .header-right-block.open li a {
    font-size: 25px;
  }
  header.header-main .header-right-block.open li a:hover {
    color: #fbbcd6;
  }
  header.header-main .header-right-block.open li.menu-item-has-children a {
    padding-bottom: 0;
    position: relative;
    padding-right: 40px;
  }
  header.header-main .header-right-block.open li.menu-item-has-children a:before {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    right: 10px;
    padding: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 4px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    right: 5px;
  }
  header.header-main .header-right-block.open li.menu-item-has-children .sub-menu a {
    font-size: 18px;
  }
  header.header-main .header-right-block.open li.menu-item-has-children.open .sub-menu {
    display: block;
    padding-left: 20px;
    padding-top: 8px;
  }
  header.header-main .header-right-block.open li.menu-item-has-children.open .sub-menu a:before {
    content: none;
  }
  header.header-main .header-right-block.open .close-hamburger {
    display: inline;
    z-index: 13;
    cursor: pointer;
  }
  .mobMenu-open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
}
/* Portrait Mob view overwrite */
@media only screen and (max-width: 480px) {
  header.header-main .main-logo .logo {
    max-width: 200px;
  }
  header.header-main .header-right-block.open li a {
    font-size: 22px;
  }
  header.header-main .header-right-block.open li.menu-item-has-children a:before {
    top: 1px;
  }
}
/* Admin view mobile menu fix */
.admin-bar header.header-main.fixed-header:not(.sticky),
.admin-bar .close-hamburger {
  top: 54px;
}
@media screen and (max-width: 782px) {
  .admin-bar header.header-main.fixed-header:not(.sticky),
  .admin-bar .close-hamburger {
    top: 68px;
  }
}