@charset "UTF-8";
/*=====  End of Import bulma styles  ======*/
/*=============================================
=            Custom styles            =
=============================================*/
/* ============ MIXINS ============= */
.text-center {
  text-align: center;
}

/* ============ END MIXINS ============= */
/*=============================================
=            Helper classes            =
=============================================*/
.unstyle-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.unstyle-list li {
  padding: 0;
  margin: 0;
}

.unstyle-list li:before {
  display: none;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-16-9 {
  position: relative;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.2%;
}

.image-16-9 img {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: initial;
}

.relative {
  position: relative;
}

.overlay {
  overflow: hidden;
  position: relative;
}

.overlay:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.gradient {
  position: relative;
}

.gradient:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(-32%, #000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #000 -32%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #000 -32%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #000 -32%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.shadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.box-border {
  padding: 4rem 3rem;
  position: relative;
}

.box-background {
  position: absolute;
  top: 4rem;
  right: 0;
  bottom: 4rem;
}

.background-main {
  background-color: #CE001D;
}

.background-blue {
  background-color: #28559A;
}

.background-dark {
  background-color: #323232;
}

.background-white {
  background-color: #fff;
}

.background-grey {
  background-color: #F2F2F2;
}

.background-pattern {
  background-image: url(img/background-dark.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.title-font {
  font-family: "Montserrat", sans-serif;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-top-0 {
  padding-bottom: 0 !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.display-block {
  display: block;
}

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

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

.politics-color {
  color: #00194c;
}

.politics-color {
  color: #00194c;
}

.society-color {
  color: #3A1853;
}

.blog-color {
  color: #FBB64D;
}

.economy-color {
  color: #006563;
}

.science-color {
  color: #B44900;
}

.training-color {
  color: #006563;
}

.world-color {
  color: #54001B;
}

.tragac-color {
  color: #2F2F2F;
}

.truth-color {
  color: #45B4B4;
}

.list-square-color--politics:before,
.list-squar .list-square-color--society:before {
  background-color: #00194c;
}

.list-square-color--society:before,
.list-square .list-square-color--society:before {
  background-color: #3A1853;
}

.list-square-color--blog:before,
.list-square .list-square-color--blog:before {
  background-color: #FBB64D;
}

.list-square-color--economy:before,
.list-square .list-square-color--economy:before {
  background-color: #006563;
}

.list-square-color--science:before,
.list-square .list-square-color--science:before {
  background-color: #B44900;
}

.list-square-color--training:before,
.list-square .list-square-color--training:before {
  background-color: #006563;
}

.list-square-color--world:before,
.list-square .list-square-color--world:before {
  background-color: #54001B;
}

.list-square-color--tragac:before,
.list-square .list-square-color--tragac:before {
  background-color: #2F2F2F;
}

.list-square-color--truth:before,
.list-square .list-square-color--truth:before {
  background-color: #45B4B4;
}

.height-100 {
  height: 100%;
}

.d-block {
  display: block;
}

/* ======== TABLET ======= */
@media only screen and (min-width: 768px) {
  .column-count-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 2rem 0;
  font-family: "Montserrat", sans-serif;
  color: #0C0C0C;
  font-weight: 400;
}

h1 {
  font-size: 26px;
}

@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(26px + 19 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  h1 {
    font-size: 45px;
  }
}

h1 {
  line-height: 32px;
}

@media screen and (min-width: 320px) {
  h1 {
    line-height: calc(32px + 22 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  h1 {
    line-height: 54px;
  }
}

h2 {
  font-size: 24px;
}

@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(24px + 3 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  h2 {
    font-size: 27px;
  }
}

h2 {
  line-height: 31px;
}

@media screen and (min-width: 320px) {
  h2 {
    line-height: calc(31px + 3 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  h2 {
    line-height: 34px;
  }
}

h3 {
  font-size: 22px;
}

@media screen and (min-width: 320px) {
  h3 {
    font-size: calc(22px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  h3 {
    font-size: 24px;
  }
}

h3 {
  line-height: 24px;
}

@media screen and (min-width: 320px) {
  h3 {
    line-height: calc(24px + 6 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  h3 {
    line-height: 30px;
  }
}

h4 {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  h4 {
    font-size: calc(20px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  h4 {
    font-size: 22px;
  }
}

h4 {
  line-height: 25px;
}

@media screen and (min-width: 320px) {
  h4 {
    line-height: calc(25px + 3 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  h4 {
    line-height: 28px;
  }
}

h5 {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  h5 {
    font-size: calc(18px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  h5 {
    font-size: 20px;
  }
}

h5 {
  line-height: 22px;
}

@media screen and (min-width: 320px) {
  h5 {
    line-height: calc(22px + 4 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  h5 {
    line-height: 26px;
  }
}

h6 {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  h6 {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  h6 {
    font-size: 18px;
  }
}

h6 {
  line-height: 20px;
}

@media screen and (min-width: 320px) {
  h6 {
    line-height: calc(20px + 4 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  h6 {
    line-height: 24px;
  }
}

p, li, li {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  p, li, li {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  p, li, li {
    font-size: 18px;
  }
}

p, li, li {
  line-height: 24px;
}

@media screen and (min-width: 320px) {
  p, li, li {
    line-height: calc(24px + 6 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  p, li, li {
    line-height: 30px;
  }
}

div.editor.single-page p,
div.editor.single-page p > span:not(.inline-footnote),
div.editor.single-page li > span:not(.inline-footnote) {
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: "Merriweather", serif !important;
}

p {
  margin: 0 0 2rem 0;
  color: rgba(21, 21, 22, 0.8);
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  color: rgba(21, 21, 22, 0.8);
}

ul li {
  list-style: none;
  padding-left: 2.4rem;
  margin-bottom: 1.5rem;
}

ul li:before {
  content: '';
  width: .5rem;
  height: .5rem;
  display: inline-block;
  background-color: #151516;
  border-radius: 50%;
  position: relative;
  left: -7px;
  top: -3px;
  margin-left: -5px;
}

a {
  text-decoration: none;
  color: #0C0C0C;
}

a:visited, a:link {
  color: #0C0C0C;
}

a:hover {
  color: #CE001D;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

strong {
  font-weight: 700;
}

/* ======== TABLET ======= */
@media only screen and (min-width: 768px) {
  p {
    margin-bottom: 3rem;
  }
  div.editor.single-page p,
  div.editor.single-page p > span:not(.inline-footnote),
  div.editor.single-page li > span:not(.inline-footnote) {
    font-size: 18px !important;
    line-height: 30px !important;
  }
}

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

html {
  font-size: 45%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 18px;
  font-size: 18px;
  font-family: "Merriweather", serif;
  color: rgba(21, 21, 22, 0.8);
  font-weight: 400;
}

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

:focus {
  outline: none;
}

.site {
  overflow: hidden;
}

/* ======== LAPTOP ======= */
/* ======== DESKTOP ======= */
@media only screen and (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}

/*=============================================
=            Navigation menu            =
=============================================*/
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1024;
  background-color: #fff;
}

.navbar.container {
  padding-left: 0;
  padding-right: 0;
}

.navbar.is-active {
  height: 100%;
  overflow: auto;
}

.navbar.is-active .menu-item {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.navbar.is-active .navbar__burger span:nth-of-type(1) {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

.navbar.is-active .navbar__burger span:nth-of-type(2) {
  opacity: 0;
}

.navbar.is-active .navbar__burger span:nth-of-type(3) {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.navbar.is-active .navbar__list-wrap {
  height: calc(100% - 69px);
  padding: 20px;
  overflow: auto;
}

.disable-scroll {
  overflow: hidden;
}

.navbar__list-wrap {
  height: 0;
  width: 100%;
  background: #fff;
  display: block;
  overflow: hidden;
}

.navbar__list-wrap .menu-item {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.navbar__list > .menu-item > a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  display: inline-block;
}

.navbar__list .sub-menu {
  border-top: 3px solid #CE001D;
  padding-left: 20px;
}

.navbar__list .sub-menu a {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  padding: 6px 7px 6px 0;
}

.navbar__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar__logo {
  width: 90px;
}

.mobile-header {
  position: fixed;
  top: 20px;
  right: 60px;
  width: 36px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-header #searchsubmit.searchform__button {
  width: 36px;
  height: 40px;
  background-size: 25.4px 18px;
  top: -6px;
}

.mobile-header .searchform.is-active .searchform__input {
  width: 180px;
}

.menu-item-has-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-item-has-children > a {
  width: calc(100% - 40px);
}

.menu-item-has-children > .sub-menu {
  display: none;
  width: 100%;
  margin-bottom: 15px;
}

.menu-item-has-children.submenu-toggle > .sub-menu {
  display: block;
}

.nav-arrow {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.nav-arrow:before {
  content: "";
  background: url(img/arrow.png) no-repeat;
  width: 20px;
  height: 9px;
  display: inline-block;
}

.navbar__burger {
  width: 30px;
  height: 21px;
  position: relative;
  cursor: pointer;
}

.navbar__burger span {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #CE001D;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
}

.navbar__burger span:nth-of-type(1) {
  top: 18px;
}

.navbar__burger span:nth-of-type(2) {
  top: 9px;
}

.navbar__burger span:nth-of-type(3) {
  top: 0;
}

@media only screen and (min-width: 768px) {
  .navbar.is-active {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
  }
  .navbar.is-active .navbar__list-wrap {
    right: 0;
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
  }
  .navbar__brand {
    background-color: #fff;
  }
  .navbar__list-wrap {
    width: 500px;
    margin-left: auto;
    background-color: #fff;
    position: absolute;
    right: -100%;
  }
}

@media only screen and (min-width: 1024px) {
  .navbar {
    position: relative;
    top: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 1.3rem;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 28px;
    padding-top: 15px;
  }
  .navbar.is-active {
    height: auto;
  }
  .navbar__btn {
    margin-right: 20px;
  }
  .navbar__burger {
    display: none;
  }
  .navbar__brand {
    border: none;
  }
  .navbar__logo {
    width: 14rem;
  }
  .navbar__logo.is-visible {
    visibility: hidden;
  }
  .navbar__list-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: initial;
    width: 100%;
    height: 100%;
    right: initial;
    padding-left: 0;
    overflow: initial;
  }
  .navbar__list-wrap .menu-item {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar__btn {
    margin-left: auto;
  }
  .nav-arrow {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar__list > .menu-item-has-children > a {
    padding-right: 25px !important;
  }
  .navbar__list > .menu-item {
    width: 100%;
    white-space: nowrap;
  }
  .navbar__list > .menu-item > a {
    padding: 10px 1.5rem;
    width: 100%;
    font-size: 14px;
  }
  .navbar__list > .menu-item > a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .navbar__list > .menu-item > a {
    font-size: calc(14px + 2 * ((100vw - 1024px) / 176));
  }
}

@media only screen and (min-width: 1024px) and (min-width: 1200px) {
  .navbar__list > .menu-item > a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-arrow {
    top: 50%;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -13px;
  }
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children .sub-menu {
    position: absolute;
    background-color: #fff;
    top: 50px;
    left: 0;
    min-width: 200px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-width: 5px;
    padding: 6px 0;
  }
  .menu-item-has-children .sub-menu .menu-item {
    padding-right: 0;
    padding-left: 15px;
    white-space: normal;
    font-weight: 600;
  }
  .menu-item-has-children .sub-menu > .menu-item-has-children .nav-arrow {
    right: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 10px;
  }
  .menu-item-has-children .sub-menu > .menu-item-has-children > .sub-menu {
    left: 100%;
    background: #fff;
    top: 0;
  }
  .menu-item-has-children .sub-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    left: initial;
    right: 100%;
    background: #fff;
    z-index: 10;
  }
  .menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus-within > .sub-menu {
    display: block;
  }
  .navbar-right__button {
    position: absolute;
    right: 20px;
    bottom: 0;
  }
  .language-wrap,
  .mobile-header {
    position: initial;
    margin: 0;
  }
  .mobile-header {
    width: 31px;
    height: 32px;
    margin-top: 5px;
    margin-right: 8px;
  }
  .mobile-header #searchsubmit.searchform__button {
    width: 31px;
    height: 32px;
    background-size: 14.4px 15px;
    top: -3px;
  }
  .mobile-header .searchform.is-active .searchform__input {
    width: 220px;
  }
}

/*=====  End of Navigation menu  ======*/

/*=============================================
=            Layout            =
=============================================*/
.container {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container--indent {
  max-width: 1060px;
}

.site-content {
  margin-top: 69px;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  padding: 5px 2rem 5px 1.3rem;
  margin-bottom: 2.6rem;
  border-left: 5px solid;
  text-transform: uppercase;
}

.section-title {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  .section-title {
    font-size: calc(18px + 2 * ((100vw - 320px) / 670));
  }
}

@media screen and (min-width: 990px) {
  .section-title {
    font-size: 20px;
  }
}

.brief_border {
  border-color: #920317;
}

.truth_border {
  border-color: #45B4B4;
}

.blog_border {
  border-color: #FBB64D;
}

.mitopedija_border {
  border-color: #8DCD62;
}

.layout__sidebar {
  display: block;
  padding: 3.5rem 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.page-title {
  font-weight: 700;
  margin: 0;
  padding: 2.7rem 0 4rem;
}

.page-section-title {
  margin-bottom: 20px;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.page-section-title h1 {
  font-weight: 700;
  margin: 0;
}

.page-section-title p {
  line-height: 30px;
  font-weight: 300;
  margin-top: 0;
}

.page-section-title p {
  font-size: 16px;
}

.page-section-title .column {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 320px) {
  .page-section-title p {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .page-section-title p {
    font-size: 18px;
  }
}

.page-section-title p {
  line-height: 24px;
}

@media screen and (min-width: 320px) {
  .page-section-title p {
    line-height: calc(24px + 6 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .page-section-title p {
    line-height: 30px;
  }
}

.layout.section {
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .section {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .page-section-title .column {
    padding-left: 0;
  }
  .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .layout .layout__main {
    width: 60%;
    padding-right: 3rem;
  }
  .layout .layout__sidebar {
    width: 40%;
    padding-left: 3rem;
    padding-right: 0;
    position: relative;
    margin: initial;
  }
  .layout .layout__sidebar:before {
    content: "";
    background-color: #F2F2F2;
    display: inline-block;
    width: 1000%;
    position: absolute;
    right: -1000%;
    top: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 910px) {
  .navbar.container {
    width: 100%;
    max-width: 1340px;
  }
  .layout .layout__main {
    padding-right: 4rem;
    width: 70%;
  }
  .layout .layout__sidebar {
    padding-left: 4rem;
    width: 30%;
  }
  .page-section-title {
    margin-bottom: 4rem;
  }
  .page-title {
    padding-bottom: 7rem;
  }
}

@media only screen and (min-width: 1024px) {
  .site-content {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1270px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*=====  End of layout  ======*/
/*=============================================
=            Navigation menu            =
=============================================*/
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1024;
  background-color: #fff;
}

.navbar.container {
  padding-left: 0;
  padding-right: 0;
}

.navbar.is-active {
  height: 100%;
  overflow: auto;
}

.navbar.is-active .menu-item {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.navbar.is-active .navbar__burger span:nth-of-type(1) {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

.navbar.is-active .navbar__burger span:nth-of-type(2) {
  opacity: 0;
}

.navbar.is-active .navbar__burger span:nth-of-type(3) {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.navbar.is-active .navbar__list-wrap {
  height: calc(100% - 69px);
  padding: 20px;
  overflow: auto;
}

.disable-scroll {
  overflow: hidden;
}

.navbar__list-wrap {
  height: 0;
  width: 100%;
  background: #fff;
  display: block;
  overflow: hidden;
}

.navbar__list-wrap .menu-item {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.navbar__list > .menu-item > a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  display: inline-block;
}

.navbar__list .sub-menu {
  border-top: 3px solid #CE001D;
  padding-left: 20px;
}

.navbar__list .sub-menu a {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  padding: 6px 7px 6px 0;
}

.navbar__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar__logo {
  width: 90px;
}

.mobile-header {
  position: fixed;
  top: 20px;
  right: 60px;
  width: 36px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-header #searchsubmit.searchform__button {
  width: 36px;
  height: 40px;
  background-size: 25.4px 18px;
  top: -6px;
}

.mobile-header .searchform.is-active .searchform__input {
  width: 180px;
}

.menu-item-has-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-item-has-children > a {
  width: calc(100% - 40px);
}

.menu-item-has-children > .sub-menu {
  display: none;
  width: 100%;
  margin-bottom: 15px;
}

.menu-item-has-children.submenu-toggle > .sub-menu {
  display: block;
}

.nav-arrow {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.nav-arrow:before {
  content: "";
  background: url(img/arrow.png) no-repeat;
  width: 20px;
  height: 9px;
  display: inline-block;
}

.navbar__burger {
  width: 30px;
  height: 21px;
  position: relative;
  cursor: pointer;
}

.navbar__burger span {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #CE001D;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
}

.navbar__burger span:nth-of-type(1) {
  top: 18px;
}

.navbar__burger span:nth-of-type(2) {
  top: 9px;
}

.navbar__burger span:nth-of-type(3) {
  top: 0;
}

@media only screen and (min-width: 768px) {
  .navbar.is-active {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
  }
  .navbar.is-active .navbar__list-wrap {
    right: 0;
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
  }
  .navbar__brand {
    background-color: #fff;
  }
  .navbar__list-wrap {
    width: 500px;
    margin-left: auto;
    background-color: #fff;
    position: absolute;
    right: -100%;
  }
}

@media only screen and (min-width: 1024px) {
  .navbar {
    position: relative;
    top: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 1.3rem;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 28px;
    padding-top: 15px;
  }
  .navbar.is-active {
    height: auto;
  }
  .navbar__btn {
    margin-right: 20px;
  }
  .navbar__burger {
    display: none;
  }
  .navbar__brand {
    border: none;
  }
  .navbar__logo {
    width: 14rem;
  }
  .navbar__logo.is-visible {
    visibility: hidden;
  }
  .navbar__list-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: initial;
    width: 100%;
    height: 100%;
    right: initial;
    padding-left: 0;
    overflow: initial;
  }
  .navbar__list-wrap .menu-item {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar__btn {
    margin-left: auto;
  }
  .nav-arrow {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar__list > .menu-item-has-children > a {
    padding-right: 25px !important;
  }
  .navbar__list > .menu-item {
    width: 100%;
    white-space: nowrap;
  }
  .navbar__list > .menu-item > a {
    padding: 10px 1.5rem;
    width: 100%;
    font-size: 14px;
  }
  .navbar__list > .menu-item > a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .navbar__list > .menu-item > a {
    font-size: calc(14px + 2 * ((100vw - 1024px) / 176));
  }
}

@media only screen and (min-width: 1024px) and (min-width: 1200px) {
  .navbar__list > .menu-item > a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-arrow {
    top: 50%;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -13px;
  }
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children .sub-menu {
    position: absolute;
    background-color: #fff;
    top: 50px;
    left: 0;
    min-width: 200px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-width: 5px;
    padding: 6px 0;
  }
  .menu-item-has-children .sub-menu .menu-item {
    padding-right: 0;
    padding-left: 15px;
    white-space: normal;
    font-weight: 600;
  }
  .menu-item-has-children .sub-menu > .menu-item-has-children .nav-arrow {
    right: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 10px;
  }
  .menu-item-has-children .sub-menu > .menu-item-has-children > .sub-menu {
    left: 100%;
    background: #fff;
    top: 0;
  }
  .menu-item-has-children .sub-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    left: initial;
    right: 100%;
    background: #fff;
    z-index: 10;
  }
  .menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus-within > .sub-menu {
    display: block;
  }
  .navbar-right__button {
    position: absolute;
    right: 20px;
    bottom: 0;
  }
  .language-wrap,
  .mobile-header {
    position: initial;
    margin: 0;
  }
  .mobile-header {
    width: 31px;
    height: 32px;
    margin-top: 5px;
    margin-right: 8px;
  }
  .mobile-header #searchsubmit.searchform__button {
    width: 31px;
    height: 32px;
    background-size: 14.4px 15px;
    top: -3px;
  }
  .mobile-header .searchform.is-active .searchform__input {
    width: 220px;
  }
}

/*=====  End of Navigation menu  ======*/
/*=============================================
=            Form style and gravity form style            =
=============================================*/

div.nf-input-limit {
  display: none;
}
div.nf-form-wrap.ninja-forms-form-wrap {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: box;
}
div.nf-response-msg {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  margin-top:-10px;
}
form .nf-form-content .list-select-wrap .nf-field-element>div, 
form .nf-form-content input:not([type=submit]), 
form .nf-form-content textarea {
  color: rgba(21, 21, 22, 0.8);
  background: white;
  font-family: "Merriweather", serif;
  font-weight: 400;
  resize: none;
}
form .nf-form-content .list-select-wrap .nf-field-element>div:focus,
form .nf-form-content input:not([type=submit]):focus, 
form .nf-form-content textarea:focus {
  color: rgba(21, 21, 22, 0.8);
  border-color: #c4c4c4;
}
form .nf-form-content button, 
form .nf-form-content input[type=button], 
form .nf-form-content input[type=submit] {
  cursor: pointer;
  background-color: #CE001D;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 1.1rem 5.5rem;
  white-space: nowrap;
  display: inline-block;
  border: 2px solid #CE001D;
  border-radius: 0;
  height: auto;
  width: auto;
}
form .nf-form-content button, 
form .nf-form-content input[type=button]:hover, 
form .nf-form-content input[type=submit]:hover {
  border-color: #CE001D;
  background-color: transparent;
  color: #CE001D;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
div .nf-error .nf-error-msg {
  margin-top: 7px;
}
.nf-pass.field-wrap .nf-field-element:after {
  display: none;
}
div .nf-pass .ninja-forms-field {
  border-color: #c4c4c4 !important;
}

div.gform_wrapper li,
div.gform_wrapper ul {
  padding: 0;
  margin: 0;
}

div.gform_wrapper li:before,
div.gform_wrapper ul:before {
  display: none;
  width: 0;
  height: 0;
}

div.gform_wrapper .gform_title {
  display: none;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="time"],
input[type="date"],
textarea,
select,
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
div.gform_wrapper .chosen-container-single .chosen-single,
div.gform_wrapper textarea {
  /* Remove First */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  border-radius: 5px;
  padding: 1.4rem 2rem;
  border-radius: 10px;
  color: #151516;
  -webkit-filter: none;
          filter: none;
  line-height: 22px;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="time"],
input[type="date"],
textarea,
select,
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
div.gform_wrapper .chosen-container-single .chosen-single,
div.gform_wrapper textarea {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  input[type="text"],
  input[type="date"],
  input[type="datetime"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="tel"],
  input[type="search"],
  input[type="time"],
  input[type="url"],
  input[type="time"],
  input[type="date"],
  textarea,
  select,
  div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  div.gform_wrapper .chosen-container-single .chosen-single,
  div.gform_wrapper textarea {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  input[type="text"],
  input[type="date"],
  input[type="datetime"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="tel"],
  input[type="search"],
  input[type="time"],
  input[type="url"],
  input[type="time"],
  input[type="date"],
  textarea,
  select,
  div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  div.gform_wrapper .chosen-container-single .chosen-single,
  div.gform_wrapper textarea {
    font-size: 18px;
  }
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="time"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus,
div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
div.gform_wrapper .chosen-container-single .chosen-single:focus,
div.gform_wrapper textarea:focus {
  border: 1px solid rgba(58, 58, 58, 0.6);
  -webkit-filter: none;
          filter: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

div.gform_wrapper.gf_browser_gecko select,
div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  padding: 1.4rem 2rem !important;
}

div.gform_wrapper.gf_browser_gecko select option,
div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select option {
  padding: 1.4rem 2rem !important;
}

div.gform_wrapper .chosen-container-single .chosen-single div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 28px;
}

div.gform_wrapper .chosen-container-single .chosen-single div b {
  border: solid #151516;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  background-image: none;
  height: auto;
  width: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

div.gform_wrapper .chosen-container-single .chosen-single {
  height: auto;
  font-weight: 300;
  border-radius: 5px !important;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body div.gform_wrapper ul li.gfield {
  margin-top: 3rem;
}

input[type="submit"],
div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type="submit"],
div.gform_wrapper .gform_page_footer input.button,
div.gform_wrapper .gform_page_footer input[type="submit"] {
  cursor: pointer;
  background-color: #CE001D;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 1.1rem 5.5rem;
  white-space: nowrap;
  display: inline-block;
  border: 2px solid #CE001D;
  border-radius: 0;
  height: auto;
  width: auto;
}

input[type="submit"]:hover,
div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type="submit"]:hover,
div.gform_wrapper .gform_page_footer input.button:hover,
div.gform_wrapper .gform_page_footer input[type="submit"]:hover {
  border-color: #CE001D;
  background-color: transparent;
  color: #CE001D;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

label,
div.gform_wrapper label.gfield_label,
div.gform_wrapper legend.gfield_label {
  color: #151516;
  font-weight: 300;
}

label,
div.gform_wrapper label.gfield_label,
div.gform_wrapper legend.gfield_label {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  label,
  div.gform_wrapper label.gfield_label,
  div.gform_wrapper legend.gfield_label {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  label,
  div.gform_wrapper label.gfield_label,
  div.gform_wrapper legend.gfield_label {
    font-size: 18px;
  }
}

div.gform_wrapper .top_label .gfield_label,
div.gform_wrapper legend.gfield_label {
  margin-bottom: 1.3rem;
}

div.gform_wrapper .gfield_required {
  color: #fff;
  font-weight: 300;
}

body div.gform_wrapper .top_label div.ginput_container {
  margin-top: 3px;
}

/*----------  Style autofill select input field  ----------*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*----------  Style placeholder  ----------*/
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  font-size: 16px;
}

::-moz-placeholder {
  font-size: 16px;
}

::-ms-input-placeholder {
  font-size: 16px;
}

::placeholder {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  ::-webkit-input-placeholder {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1040));
  }
  ::-moz-placeholder {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1040));
  }
  ::-ms-input-placeholder {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1040));
  }
  ::placeholder {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  ::-webkit-input-placeholder {
    font-size: 18px;
  }
  ::-moz-placeholder {
    font-size: 18px;
  }
  ::-ms-input-placeholder {
    font-size: 18px;
  }
  ::placeholder {
    font-size: 18px;
  }
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  :-ms-input-placeholder {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  :-ms-input-placeholder {
    font-size: 18px;
  }
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

::-ms-input-placeholder {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  ::-ms-input-placeholder {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  ::-ms-input-placeholder {
    font-size: 18px;
  }
}

.gform_wrapper .chosen-container-single .chosen-single span {
  color: rgba(58, 58, 58, 0.4);
  font-weight: 400;
}

/*----------  Checkbox style  ----------*/
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

input[type=checkbox]::-ms-check {
  display: none;
}

input[type=checkbox],
div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
  position: relative;
  width: 13px !important;
  height: 13px;
  border: 1px solid rgba(50, 50, 49, 0.5);
  vertical-align: -2px;
}

input[type=checkbox]::before,
div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]::before {
  content: "";
  position: absolute;
  font-size: 14px;
  right: 0;
  top: -0.3em;
  visibility: hidden;
}

input[type=checkbox]:checked,
div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked,
.ginput_container_consent input[type=checkbox]:checked {
  background-color: #2F2F2F;
  border-color: #2F2F2F;
}

input[type=checkbox]:checked::before {
  visibility: visible;
}

.gfield_consent_label {
  font-weight: 700;
}

.ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}

.ginput_container_consent input[type="checkbox"] {
  width: 2.7rem !important;
  height: 2.7rem;
  border-width: 2px;
  border-color: #151516;
  margin: 0 10px 0 0;
  margin-top: 0 !important;
  cursor: pointer;
}

.ginput_container_consent input[type="checkbox"]:checked::after {
  content: "";
  content: "";
  position: absolute;
  left: .7rem;
  top: 0px;
  width: .9rem;
  height: 1.8rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*----------  Validation  ----------*/
div.gform_wrapper div.validation_error {
  display: none;
}

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border: none;
}

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding: 0;
  margin: 0;
}

div.gform_wrapper .validation_message {
  font-weight: 300;
  color: #CE001D;
  line-height: 14px;
  margin-top: 0;
  padding-top: 11px;
}

div.gform_confirmation_wrapper {
  font-size: 18px;
  color: #2F2F2F;
  padding: 5rem 0 2rem;
  font-weight: 500;
}

/* Spinner */
.gform_ajax_spinner {
  margin-left: 5px;
  border: 1px solid #CE001D;
  border-left: 4px solid #CE001D;
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 15px !important;
  height: 15px !important;
  display: inline-block;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*=====  End of Form style and gravity form style  ======*/
/*=============================================
=            Footer            =
=============================================*/
.footer {
  font-family: "Montserrat", sans-serif;
  margin-top: 4rem;
}

.footer .footer-main-title {
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}

.footer .footer-main-title {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  .footer .footer-main-title {
    font-size: calc(12px + 4 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .footer .footer-main-title {
    font-size: 16px;
  }
}

.footer li {
  line-height: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.footer li {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  .footer li {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .footer li {
    font-size: 14px;
  }
}

.footer li a {
  padding: .4rem 0;
  display: block;
}

.footer .btn {
  margin-top: 2rem;
  padding: 1.1rem 1.2rem;
}

.footer .btn {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  .footer .btn {
    font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  }
}

@media screen and (min-width: 990px) {
  .footer .btn {
    font-size: 14px;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
  width: 14rem;
  height: 8rem;
  margin-right: 20px;
}

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

.footer-copyright p {
  line-height: 12px;
}

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

.footer__column {
  margin-bottom: 20px;
  width: 48.5%;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-bottom p,
.footer-bottom a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 1.6rem 18px 1.6rem 0;
}

.footer-bottom a {
  display: inline-block;
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
}

.social-icon > a {
  margin-right: 1.5rem;
}

.social-icon > a:hover {
  opacity: .8;
}

.footer_1 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .footer-wrap .footer__column {
    width: 33.33%;
  }
  .footer-wrap .footer__column.border-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-wrap .footer_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .footer-wrap .footer__column {
    margin-left: 0;
    padding-left: 0;
    padding-right: 2rem;
  }
  .footer-wrap .footer__column:nth-child(2n) {
    margin-left: 0;
  }
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 990px) {
  .footer .footer-main-title {
    font-weight: 800;
  }
  .footer .btn {
    padding: 1.1rem 1.5rem;
  }
  .footer-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-wrap .footer__column {
    max-width: initial;
    width: calc(20% - 26px);
  }
  .footer-wrap .footer_1 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-wrap .footer__logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-wrap .footer_5 {
    padding-right: 0;
  }
  .footer-wrap .footer_3 {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 2rem;
    margin-right: 1rem;
  }
  .footer-wrap .footer_2 li,
  .footer-wrap .footer_3 li {
    margin-bottom: 10px;
  }
}

.verified_footer_tablet {
  display: none;
}

@media (min-width: 990px) {
  .verified_logo_container_mobile {
    display: none;
  }

  .verified_footer_tablet {
    display: flex;
    flex-wrap: wrap;
    font-size: calc(12px + 2 * ((100vw - 320px) / 1040)) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    justify-content: center;
    padding-right: 15px;
    margin-left: -25px !important;
  }

  .verified_footer_tablet>p {
    text-align: center !important;
    font-size: calc(12px + 2 * ((100vw - 320px) / 1040)) !important;
    line-height: 150% !important;
    font-weight: 800;
    color:black;
    margin-bottom: 0;
  }

  .verified_logo_container_tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 8rem;
    height: 8rem;
  }
}

/*=====  End of Footer  ======*/
/*=============================================
=            Button style            =
=============================================*/
.btn,
a.btn,
.wp-block-button__link,
.navbar-btn a {
  background-color: #CE001D;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 1.1rem 1.5rem;
  white-space: nowrap;
  display: inline-block;
  border: 2px solid #CE001D;
  border-radius: 0;
}

.btn:hover,
a.btn:hover,
.wp-block-button__link:hover,
.navbar-btn a:hover {
  border-color: #CE001D;
  background-color: #fff;
  color: #CE001D;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.brn-dark,
a.btn-dark {
  background-color: #151516;
  border: 2px solid #151516;
}

.brn-dark:hover,
a.btn-dark:hover {
  border-color: #151516;
  background-color: transparent;
  color: #151516;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*=====  End of btn style  ======*/
/*=============================================
=            Search form            =
=============================================*/
.search-input {
  margin-bottom: 15px;
}

.searchform__wrap,
.searchform-large__wrap {
  position: relative;
}

#searchsubmit.searchform__button,
input[type=submit].searchform-large__button {
  position: absolute;
  top: 3px;
  right: 0;
  height: 100%;
  background-image: url(img/search.svg);
  background-size: 14.4px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-color: transparnt;
  border: none;
  padding: 1rem;
}

input[type=text].searchform__input {
  padding-bottom: 6px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding-bottom: 6px;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.searchform-large__input {
  width: 100%;
  padding-right: 5rem;
}

input[type="submit"].searchform-large__button {
  width: 5rem;
  margin-right: 10px;
}

.searchform {
  position: relative;
  width: 30px;
  height: 30px;
}

.searchform.is-active .searchform__input {
  width: 220px;
  border-bottom: 2px solid #CE001D;
  -webkit-transition: width .2s linear;
  -o-transition: width .2s linear;
  transition: width .2s linear;
  border-radius: 0;
}

.searchform.is-active #searchsubmit.searchform__button {
  background-image: url(img/search-hover.svg);
}

input[type=text].searchform__input {
  border: none;
  padding-bottom: 6px;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.searchform__wrap {
  position: initial;
}

.search-input {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.dropdown-lang {
  margin-left: 12px;
}

/*=====  End of Search form   ======*/
/*=============================================
=            Cart - blog posts            =
=============================================*/
.cart {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 8px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100vw - 70px);
  max-width: 400px;
}

.cart__content {
  padding: 2rem 2rem;
  text-align: center;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  height: 100%;
}

.cart__content h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}

.cart__content span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #9E9E9E;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.cart__content:hover h3 {
  color: #CE001D;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.full-width-wrap .section-title {
  margin-left: 20px;
}

.full-width-wrap .cart {
  margin-left: 0;
}

/* ======== TABLET ======= */
@media only screen and (min-width: 768px) {
  .cart__content {
    padding: 2rem 4rem;
  }
  .full-width-wrap .section-title {
    margin-left: 6rem;
  }
  .full-width-wrap .cart {
    margin-left: 0;
  }
}

/* ======== 1330px ======= */
@media only screen and (min-width: 1360px) {
  .full-width-wrap .section-title {
    margin-left: calc((100vw - 1298px)/2);
  }
}

/* ======== Desktop ======= */
@media only screen and (min-width: 1440px) {
  .cart {
    margin-bottom: 10px;
    max-width: 400px;
  }
}

/*=====  End of cart  ======*/
/*=============================================
=            Cart cat - list of category post           =
=============================================*/
.cart-cat {
  background-color: #fff;
}

.cart-cat--equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.cart-cat__list {
  margin-top: -35px;
  position: relative;
  z-index: 1;
}

.cart-cat__list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.cart-cat__emphasize:hover h3 {
  color: #CE001D;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.cart-cat__emphasize-title {
  background-color: #fff;
  border-top: 6px solid;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 2rem;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -35px;
}

.cart-cat__emphasize-title h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.list-square li {
  padding-left: 25px;
}

.list-square li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: -10px;
  position: relative;
  left: -20px;
  background-color: #CE001D;
  border-radius: 0;
  top: 0;
}

.list-square--style li {
  margin: 0;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
}

.fakenews-sticker {
  background-color: #CE001D;
  padding: 1rem .8rem;
  text-align: center;
  width: auto;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 1;
}

.fakenews-sticker h5 {
  text-transform: uppercase;
  line-height: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.fakenews-sticker h5 {
  font-size: 10px;
}

@media screen and (min-width: 320px) {
  .fakenews-sticker h5 {
    font-size: calc(10px + 2 * ((100vw - 320px) / 670));
  }
}

@media screen and (min-width: 990px) {
  .fakenews-sticker h5 {
    font-size: 12px;
  }
}

.fakenews-sticker h6 {
  border-top: 1px solid #0C0C0C;
  color: #fff;
  text-transform: uppercase;
  line-height: 14px;
  margin: 0;
  font-weight: 700;
  padding-top: .4rem;
  margin-top: .4rem;
}

.fakenews-sticker h6 {
  font-size: 8px;
}

@media screen and (min-width: 320px) {
  .fakenews-sticker h6 {
    font-size: calc(8px + 2 * ((100vw - 320px) / 670));
  }
}

@media screen and (min-width: 990px) {
  .fakenews-sticker h6 {
    font-size: 10px;
  }
}

.cart-cat--politics .section-title {
  border-color: #00194c;
}

.cart-cat--politics .cart-cat__emphasize-title {
  border-top-color: #00194c;
}

.cart-cat--politics .list-square li:before {
  background-color: #00194c;
}

.cart-cat--society .section-title {
  border-color: #3A1853;
}

.cart-cat--society .cart-cat__emphasize-title {
  border-top-color: #3A1853;
}

.cart-cat--society .list-square li:before {
  background-color: #3A1853;
}

.cart-cat--economy .section-title {
  border-color: #006563;
}

.cart-cat--economy .cart-cat__emphasize-title {
  border-top-color: #006563;
}

.cart-cat--economy .list-square li:before {
  background-color: #006563;
}

.cart-cat--science .section-title {
  border-color: #B44900;
}

.cart-cat--science .cart-cat__emphasize-title {
  border-top-color: #B44900;
}

.cart-cat--science .list-square li:before {
  background-color: #B44900;
}

.cart-cat--world .section-title {
  border-color: #54001B;
}

.cart-cat--world .cart-cat__emphasize-title {
  border-top-color: #54001B;
}

.cart-cat--world .list-square li:before {
  background-color: #54001B;
}

.cart-cat--tragac .section-title {
  border-color: #2F2F2F;
}

.cart-cat--tragac .cart-cat__emphasize-title {
  border-top-color: #2F2F2F;
}

.cart-cat--tragac .list-square li:before {
  background-color: #2F2F2F;
}

/*=====  End of Cart cat  ======*/
/*=============================================
=            Top list            =
=============================================*/
.top-list {
  background-color: #fff;
}

.top-list__title {
  padding: 1.2rem 1.7rem;
}

.top-list__title h6 {
  color: #fff;
  font-weight: 700;
  margin: 4px;
}

.top-list__title h6 {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  .top-list__title h6 {
    font-size: calc(14px + 2 * ((100vw - 320px) / 670));
  }
}

@media screen and (min-width: 990px) {
  .top-list__title h6 {
    font-size: 16px;
  }
}

.top-list__title .section-title {
  margin-bottom: 0;
  color: #fff;
}

.top-list__title .section-title {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .top-list__title .section-title {
    font-size: calc(16px + 2 * ((100vw - 320px) / 670));
  }
}

@media screen and (min-width: 990px) {
  .top-list__title .section-title {
    font-size: 18px;
  }
}

.top-list__name {
  padding: 1.6rem 2.5rem;
}

.top-list__name li {
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 9px;
  margin: 0;
}

.top-list__name li:last-child {
  border: none;
}

.top-list__name li:before {
  content: "";
  color: #CE001D;
  font-weight: 700;
  display: inline-block;
  top: 0;
  top: initial;
  margin-left: initial;
  left: initial;
  width: auto;
  height: auto;
  background-color: transparent;
}

.top-list__name li a {
  padding-left: 5px;
}

.top-list__name.top-list--blue li:before {
  color: #28559A;
}

.top-list__name--first {
  counter-reset: sectionOne;
}

.top-list__name--first li:before {
  counter-increment: sectionOne;
  content: "#" counter(sectionOne);
}

.top-list__name--second {
  counter-reset: sectionSecond;
}

.top-list__name--second li:before {
  counter-increment: sectionSecond;
  content: "#" counter(sectionSecond);
}

/*=============================================       
 - Post box style - 
category page 
search page
Medutim
Ukratko
=============================================*/
.post-box {
  display: inline-block;
  margin-bottom: 3.5rem;
}

.post-box:last-of-type {
  margin-bottom: 0;
}

.post-box__image {
  display: block;
}

.post-box__data {
  margin: 2rem 2rem 0;
  border-bottom: 1px solid #CE001D;
}

.post-box__data h6 {
  color: #CE001D;
  padding-bottom: 2rem;
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
}

.post-box--border-left {
  border-left: 1px solid #CE001D;
}

.post-box__content {
  padding: 20px;
}

.post-box__content:focus {
  border: 3px solid red;
}

.post-box__content h5 {
  font-weight: 700;
  margin-bottom: 1.7rem;
}

.post-box__content .data {
  margin-bottom: 1.4rem;
}

.post-box__content--title-font p {
  font-family: "Montserrat", sans-serif;
}

.page-medutim .post-box__content a {
  color: #CE001D;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.page-medutim .post-box__content a:link, .page-medutim .post-box__content a:visited {
  color: #CE001D;
}

.page-medutim .post-box__content a:hover {
  border-color: #CE001D;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

/* ======== TABLET ======= */
@media only screen and (min-width: 768px) {
  .post-box__content {
    padding: 3.5rem 4rem;
  }
  .post-box__data {
    margin-left: 4rem;
  }
}

@media only screen and (min-width: 1100px) {
  .post-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .post-box__data {
    margin: 3.5rem 0;
    padding-left: 3rem;
    padding-right: 3rem;
    border-bottom: 0;
    border-right: 1px solid #CE001D;
    width: 140px;
    text-align: center;
  }
  .page-medutim .post-box__content {
    width: calc(100% - 140px);
  }
  .post-box__big-img .post-box__left {
    width: 40%;
    max-width: 410px;
  }
  .post-box__big-img .post-box__image {
    height: 100%;
    padding: initial;
    display: block;
    background-size: cover;
    -webkit-transition: background-size .3s linear;
    -o-transition: background-size .3s linear;
    transition: background-size .3s linear;
  }
  .post-box__big-img .post-box__content {
    width: calc(100% - 40%);
  }
  .post-box-categories .post-box__image {
    width: 50%;
    min-width: 320px;
    background-size: auto 100%;
    padding-bottom: 28.125%;
    height: 0;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
  }
  .post-box-categories .post-box__image:hover {
    background-size: auto 105%;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
  }
  .post-box-categories .post-box__content {
    padding: 2rem 2rem 2rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 50%;
  }
  .post-box-categories .post-box__content h5 {
    margin-bottom: 1.2rem;
  }
  .post-box-categories .post-box__content p {
    font-size: 16px;
    line-height: 22px;
  }
  .post-box-categories .post-box__content .data {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1440px) {
  .post-box-categories .post-box__content p {
    font-size: 18px;
    line-height: 24px;
  }
}

/*=====  End of post box  ======*/
/*=============================================
=            Most read post - widget            =
=============================================*/
.most-read__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 15px;
}

.most-read__row:last-child {
  margin-bottom: 0;
}

.most-read__content {
  padding: .4rem 0  0 1.3rem;
  width: calc(100% - 10rem);
}

.most-read__content h6 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 14px;
  font-size: 12px;
}

.most-read__content h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.most-read__img {
  width: 100px;
  height: 79px;
}

/*=====  End of most read  ======*/
/*=============================================
=            Brief section (ukratko, međutim)            =
=============================================*/
.data,
.author {
  font-size: 12px;
  line-height: 14px;
  color: #9E9E9E;
  font-weight: 400;
  margin-bottom: 6px;
}

.brief {
  padding: 3rem;
  background-color: #fff;
}

.brief.shadow {
  margin-right: 5px;
}

.brief-box {
  display: inline-block;
}

.brief-box h3 {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 1rem;
}

.brief-box h3:hover {
  color: #CE001D;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.brief-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.brief-box a {
  color: #CE001D;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.brief-box a:link, .brief-box a:visited {
  color: #CE001D;
}

.brief-box a:hover {
  border-color: #CE001D;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.brief-scroll-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.brief-scroll-slider .section-title {
  width: 100%;
}

.brief-scroll-slider .brief-box {
  width: calc(100vw - 135px);
  margin-bottom: 3rem;
  margin-right: 3rem;
  max-width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ======== TABLET ======= */
@media only screen and (min-width: 990px) {
  .brief {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .brief--two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .brief--two-columns .brief {
    width: 50%;
    height: 100%;
  }
  .brief--two-columns .brief:nth-of-type(1) {
    padding-right: 0;
  }
  .brief--two-columns .brief:nth-of-type(1) .brief-box {
    padding-right: 3rem;
  }
  .brief--two-columns .brief:nth-of-type(1) .brief-scroll-slider {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .brief--two-columns .brief:nth-of-type(2) {
    padding-left: 0;
  }
  .brief--two-columns .brief:nth-of-type(2) .brief-box {
    padding-left: 3rem;
  }
  .brief--two-columns .brief:nth-of-type(2) .section-title {
    margin-left: 3rem;
  }
  .brief--two-columns .brief-box {
    height: calc(33.33% - 1rem);
  }
  .brief--two-columns .brief-scroll-slider {
    height: calc(100% - 70px);
  }
  .brief-scroll-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: initial;
  }
  .brief-scroll-slider .brief-box {
    width: auto;
    margin-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 2.7rem;
    margin-bottom: 2.7rem;
  }
  .brief-scroll-slider .brief-box:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/*=====  End of Brief (ukratko i medjutim)  ======*/
/*=============================================
=            Cta            =
=============================================*/
.cta {
  background-image: url(img/background-dark.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.6rem 4rem;
  text-align: center;
  overflow: hidden;
}

.cta .shape-red {
  background-color: #ce001d73;
  opacity: .45;
  -webkit-transform: rotate(159deg);
      -ms-transform: rotate(159deg);
          transform: rotate(159deg);
  height: 9rem;
  width: 85rem;
  right: -306px;
  z-index: 0;
  bottom: 30px;
}

.cta__button,
.cta__content,
.cta__img {
  position: relative;
  z-index: 1;
}

.cta__content {
  padding: 2rem 0;
}

.cta__content h1, .cta__content h2, .cta__content h3, .cta__content h4, .cta__content h5, .cta__content h6 {
  margin-bottom: 10px;
  font-weight: 300;
}

.cta__content * {
  color: #fff;
}

.cta__img {
  max-width: 150px;
  height: 75px;
}

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

/* ======== TABLET ======= */
@media only screen and (min-width: 768px) {
  .cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .cta .shape-red {
    bottom: initial;
    top: 24px;
  }
  .cta__content {
    padding: 0 2rem;
  }
}

/*=====  End of cta  ======*/
/*=============================================
=            Banner with image and banner link            =
=============================================*/
.banner-img {
  position: relative;
}

.banner-img:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(100%, rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0.62) 100%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0.62) 100%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.62) 100%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.banner-img__content {
  position: relative;
  z-index: 1;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.banner-img__content h1, .banner-img__content h2, .banner-img__content h3, .banner-img__content h4, .banner-img__content h5, .banner-img__content h6, .banner-img__content p, .banner-img__content li {
  color: #fff;
}

.banner-img__content-inner {
  margin-top: 13px;
}

h6.banner-img__top-label {
  font-weight: 500;
  color: #151516;
  background-color: #f2f2f2e6;
  display: inline;
  padding: 2px 4px;
  /* Needs prefixing */
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 25px;
}

.fakenews-label {
  position: relative;
  padding: 14px 14px 10px;
  color: #151516;
  white-space: nowrap;
  display: inline-block;
}

.fakenews-label {
  font-size: 28px;
}

@media screen and (min-width: 320px) {
  .fakenews-label {
    font-size: calc(28px + 4 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .fakenews-label {
    font-size: 32px;
  }
}

.fakenews-label {
  line-height: 28px;
}

@media screen and (min-width: 320px) {
  .fakenews-label {
    line-height: calc(28px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .fakenews-label {
    line-height: 30px;
  }
}

.fakenews-label:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(img/fakenews-label.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.banner-training .section-title {
  margin-bottom: 0;
  color: #fff;
  border-color: #fff;
}

.banner-training__content {
  padding: 1.5rem 2.5rem;
  background-color: #fff;
  text-align: center;
}

.banner-training__content h6 {
  font-weight: 700;
  margin-bottom: 8px;
}

.banner-training__content p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 8px;
}

/* ======== TABLET ======= */
@media only screen and (min-width: 768px) {
  .banner-img:after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(40.08%, #000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, #000 0%, #000 40.08%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, #000 0%, #000 40.08%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000 0%, #000 40.08%, rgba(0, 0, 0, 0) 100%);
  }
}

/*=====  End of Banner with image and banner link  ======*/
/*=============================================
=            Breadcrumb            =
=============================================*/
.breadcrumbs-section {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.breadcrumbs-section .breadcrumb_last {
  color: #CE001D;
}

#breadcrumbs {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

#breadcrumbs {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  #breadcrumbs {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  #breadcrumbs {
    font-size: 14px;
  }
}

#breadcrumbs .breadcrumb_last {
  color: #CE001D;
}

#breadcrumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

#breadcrumbs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(21, 21, 22, 0.4);
}

#breadcrumbs a:after {
  content: "";
  display: inline-block;
  border: solid rgba(21, 21, 22, 0.4);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 6px;
}

/* ======== TABLET ======= */
@media only screen and (min-width: 768px) {
  .breadcrumbs-section {
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
  }
}

/*=====  End of Breadcrumb  ======*/
/*=============================================
=            Pagination            =
=============================================*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5rem 0 4rem;
  margin-top: 5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.pagination .page-numbers {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  width: 4rem;
  height: 4rem;
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.5px;
}

.pagination .page-numbers {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  .pagination .page-numbers {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .pagination .page-numbers {
    font-size: 16px;
  }
}

.pagination .page-numbers.current {
  background-color: #151516;
  color: #fff;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
  width: auto;
  height: auto;
  background-color: transparent;
}

.pagination .page-numbers.next {
  margin-left: auto;
}

.pagination .page-numbers.next:after {
  content: "";
  display: inline-block;
  border: solid #151516;
  border-width: 0 1px 1px 0;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 10px;
}

.pagination .page-numbers.prev {
  margin-right: auto;
}

.pagination .page-numbers.prev:before {
  content: "";
  display: inline-block;
  border: solid #151516;
  border-width: 0 1px 1px 0;
  padding: 3px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-right: 10px;
}

/*=====  End of Pagination  ======*/
.language-wrap {
  margin-top: 15px;
}

.language-wrap li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
  text-transform: uppercase;
  background-color: #fff;
}

.language-wrap li::before {
  display: none;
}

.language-wrap[lang=lat] .lang-lat {
  font-weight: 600;
}

.language-wrap[lang=cir] .lang-cir {
  font-weight: 600;
}

@media only screen and (min-width: 1024px) {
  .language-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0;
  }
  .language-wrap .language {
    margin-bottom: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
  .language-wrap .language a {
    padding: 8px 0;
  }
  .navbar-right__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .language-wrap[lang=lat] .lang-lat {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .language-wrap[lang=lat] .lang-lat:after {
    content: "";
    display: inline-block;
    border: solid #151516;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 1px 1px 0;
    padding: 3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 10px;
    position: relative;
    top: -2px;
  }
  .language-wrap[lang=lat] .lang-cir {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .language-wrap[lang=lat]:hover .lang-cir {
    height: 100%;
    max-height: 300px;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-top: 5px solid #CE001D;
    padding: 20px 10px;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    position: absolute;
    top: 45px;
  }
  .language-wrap[lang=cir] .lang-cir {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .language-wrap[lang=cir] .lang-cir:after {
    content: "";
    display: inline-block;
    border: solid #151516;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 1px 1px 0;
    padding: 3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 10px;
    position: relative;
    top: -2px;
  }
  .language-wrap[lang=cir] .lang-lat {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .language-wrap[lang=cir]:hover .lang-lat {
    height: 100%;
    max-height: 300px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-top: 5px solid #CE001D;
    padding: 10px;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    position: absolute;
    top: 45px;
  }
}

.cc-color-override-1970297368.cc-window {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

/*=============================================
=            Homepage            =
=============================================*/
.hero-section {
  background-color: #fff;
}

.hero {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.hero__emphasize-img.image-16-9 {
  padding-bottom: 56.3%;
}

.hero__emphasize-img.image-16-9.overlay:before {
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.hero__emphasize-img.image-16-9:hover.overlay:before {
  opacity: 1;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.hero__emphasize-title {
  background-color: rgba(21, 21, 22, 0.9);
  padding: 9px 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero__emphasize-title h2,
.hero__emphasize-title h1 {
  font-weight: 400;
  padding: 4px 2rem;
  border-left: 3px solid #CE001D;
  margin: 0;
}

.hero__emphasize-title h2,
.hero__emphasize-title h1 {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .hero__emphasize-title h2,
  .hero__emphasize-title h1 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 670));
  }
}

@media screen and (min-width: 990px) {
  .hero__emphasize-title h2,
  .hero__emphasize-title h1 {
    font-size: 20px;
  }
}

.hero__emphasize-title h2,
.hero__emphasize-title h1 {
  line-height: 20px;
}

@media screen and (min-width: 320px) {
  .hero__emphasize-title h2,
  .hero__emphasize-title h1 {
    line-height: calc(20px + 4 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .hero__emphasize-title h2,
  .hero__emphasize-title h1 {
    line-height: 24px;
  }
}

.hero__emphasize-title h1 a,
.hero__emphasize-title h2 a {
  color: #fff;
}

.hero__list {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px 0;
}

.blog-list.section {
  padding-right: 0;
}

.top-background {
  position: relative;
}

.top-background:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 90px;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.bottom-background {
  position: relative;
}

.bottom-background:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 115px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .hero-section {
    background-color: #F2F2F2;
  }
}

/* ======== LAPTOP ======= */
@media only screen and (min-width: 990px) {
  .hero__emphasize-title {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .hero__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .hero__list li {
    width: 33.33%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero__list li:not(:last-child) {
    padding-right: 2rem;
  }
}

/*=============================================
=            Single pages            =
=============================================*/
.drop-cap > p:first-of-type:first-letter,
.has-drop-cap > p:first-of-type:first-letter {
  float: left;
  font-size: 10rem;
  line-height: 8rem;
  margin: 9px 9px 0px 0;
  color: #CE001D;
  font-weight: 500;
  display: inline-block;
}

@-moz-document url-prefix() {
  .drop-cap > p:first-of-type:first-letter {
    margin: 11px 9px 0px 0;
  }
}

.dropcap:before,
.dropcap:after {
  content: "";
  display: block;
}

.dropcap:before {
  margin-top: -0.2em;
}

.dropcap:after {
  margin-bottom: -0.15em;
}

.wp-block-pullquote {
  padding: 1.6rem 10px 1.6rem 10px;
  margin: 2rem 10px 0 0;
  border-top: 1px solid #CE001D;
  border-bottom: 1px solid #CE001D;
}

.wp-block-pullquote blockquote {
  padding: 0;
  margin: 0;
}

.wp-block-pullquote blockquote p {
  font-size: 22px;
}

.wp-block-pullquote p {
  line-height: 38px;
  font-style: italic;
  text-align: left;
}

div.editor.single-page .wp-block-pullquote blockquote p {
  font-size: 22px !important;
  line-height: 38px !important;
}

.editor a:not(.wp-block-button__link) {
  color: #CE001D;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.editor a:not(.wp-block-button__link):link, .editor a:not(.wp-block-button__link):visited {
  color: #CE001D;
}

.editor a:not(.wp-block-button__link):hover {
  border-color: #CE001D;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.editor .wp-block-columns {
  clear: both;
}

.editor .wp-block-quote,
.editor blockquote {
  border-left: 3px solid #CE001D;
  padding-left: 1.5rem;
}

.editor .wp-block-quote p,
.editor blockquote p {
  margin-bottom: 10px;
}

.editor .wp-block-quote cite,
.editor blockquote cite {
  font-size: 14px;
  color: #9E9E9E;
}

.editor .alignleft {
  position: relative;
  margin: 2rem;
  float: none;
}

.editor .alignright {
  position: relative;
  margin: 2rem;
  float: none;
}

.editor .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.editor figure.wp-caption {
  width: 100% !important;
}

.editor figure.aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.editor .wp-block-pullquote.alignright {
  position: relative;
  max-width: 100%;
  margin: 2rem;
}

.editor .wp-block-pullquote.alignleft {
  position: relative;
  margin: 2rem;
}

.editor table {
  border: 1px solid #F2F2F2;
  border-collapse: collapse;
}

.editor table td, .editor table th {
  font-size: 14px;
  line-height: 22px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #F2F2F2;
}

.editor table tr {
  padding: 6px 10px;
}

.editor .wp-block-gallery li {
  list-style: none;
  padding-left: 0;
}

.editor .wp-block-gallery li:before {
  display: none;
}

.editor .wp-block-table {
  margin: 0;
  clear: both;
}

.editor figcaption {
  font-size: 14px;
  color: #9E9E9E;
}

.editor div[id^="accordions"] .accordions-head {
  background-color: #F2F2F2 !important;
  border-radius: 0 !important;
}

.editor div[id^="accordions"] .accordions-head-title {
  color: #0C0C0C !important;
  font-size: 16px !important;
  font-family: "Merriweather", serif !important;
}

.editor div[id^="accordions"] .accordions-head:hover .accordions-head-title {
  color: #CE001D !important;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.editor div[id^="accordions"] .accordion-icons {
  color: #CE001D !important;
}

.editor .inline-footnote {
  font-family: "Merriweather", serif;
}

.editor .inline-footnote span.footnoteContent {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border: none;
}

.single-page {
  padding: 3rem 1rem;
}

.single-title h1 {
  font-weight: 700;
  margin-bottom: 3rem;
}

.single-page-footer {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-page-footer h6 {
  font-weight: 500;
  margin-bottom: 1.8rem;
  margin-top: 2rem;
}

.tag-list {
  margin-right: 2rem;
  max-width: 570px;
}

.tag-list .tag {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1rem;
  margin-right: 6px;
  margin-bottom: 6px;
  border: 1px solid #CE001D;
}

.tag-list .tag {
  font-size: 10px;
}

@media screen and (min-width: 320px) {
  .tag-list .tag {
    font-size: calc(10px + 4 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .tag-list .tag {
    font-size: 14px;
  }
}

.tag-list .tag {
  line-height: 12px;
}

@media screen and (min-width: 320px) {
  .tag-list .tag {
    line-height: calc(12px + 4 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .tag-list .tag {
    line-height: 16px;
  }
}

.tag-list .tag:hover {
  background-color: #CE001D;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}

.post-info h6 {
  color: rgba(0, 0, 0, 0.4);
}

.post-info .data-icon {
  width: 13px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}

.single-box {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  display: block;
  float: left;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

.single-box .overlay:before {
  background-color: rgba(0, 0, 0, 0.9);
}

.single-box h5 {
  color: #fff;
  border-left: 3px solid #CE001D;
  position: relative;
  padding-left: 2rem;
  margin: 0;
}

.single-box .single-box__content {
  padding: 2rem 2.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.heateorSssSharing.heateorSssEmailBackground {
  background-color: #CE001D;
}

.heateorSssSharing.heateorSssEmailBackground:hover {
  background-color: #940015;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.heateorSssSharing.heateorSssFacebookBackground {
  background-color: #356aa3;
}

.heateorSssSharing.heateorSssFacebookBackground:hover {
  background-color: #244970;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.heateorSssSharingSvg.heateorSssTwitterSvg {
  background-color: #1da1f2;
}

.heateorSssSharingSvg.heateorSssTwitterSvg:hover {
  background-color: #1077b7;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

hr.wp-block-separator {
  color: rgba(0, 0, 0, 0.2);
}

.responsive-embed-container iframe,
.responsive-embed-container object,
.responsive-embed-container embed {
  width: 100%;
}

@media only screen and (min-width: 782px) {
  .single-title h1 {
    margin-bottom: 5.8rem;
  }
  .wp-block-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .editor .wp-block-pullquote,
  .editor .wp-block-pullquote.alignleft,
  .editor .wp-block-pullquote.alignright {
    margin-top: 0;
    max-width: 340px;
  }
}

@media only screen and (min-width: 910px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .single-box {
    width: 50%;
    padding-bottom: 50%;
    margin-right: 20px;
    margin-left: -30px;
  }
  .editor .wp-block-image.alignleft,
  .editor .wp-block-image.alignright,
  .editor figure.alignright,
  .editor figure.alignleft {
    width: 50% !important;
  }
  .editor .alignleft {
    float: left;
    left: -3rem;
    margin-left: 0;
    margin-right: 0;
  }
  .editor .alignright {
    float: right;
    right: -3rem;
    margin-left: 0;
    margin-right: 0;
  }
  .editor .wp-block-pullquote.alignright {
    float: right;
    position: relative;
    width: 50%;
    margin: 2rem;
    right: -3rem;
    margin-left: 0;
    margin-right: 0;
  }
  .editor .wp-block-pullquote.alignleft {
    float: left;
    position: relative;
    margin: 2rem;
    left: -3rem;
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }
}

@media only screen and (min-width: 1360px) {
  .editor div[id^="accordions"] .accordions-head-title {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 1440px) {
  .single-page {
    padding: 5.5rem 3rem 7rem;
  }
  .single-page-footer {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

/*=============================================
=            Page 404            =
=============================================*/
.page404 {
  padding-top: 8rem;
  padding-bottom: 11rem;
  overflow: hidden;
}

.page404__content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.page404__content p {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  .page404__content p {
    font-size: calc(18px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .page404__content p {
    font-size: 20px;
  }
}

.page404__content p {
  line-height: 24px;
}

@media screen and (min-width: 320px) {
  .page404__content p {
    line-height: calc(24px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .page404__content p {
    line-height: 26px;
  }
}

.page404__content .btn {
  margin-top: 1rem;
}

.page404__image {
  width: 150px;
  margin: 0 auto;
}

/* ======== LAPTOP ======= */
@media only screen and (min-width: 990px) {
  .page404__image {
    width: 28rem;
  }
  .page404 .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*=====  End of Page 404  ======*/
/*=============================================
=            Page global - elements            =
=============================================*/
.shape-red {
  position: relative;
  width: 65rem;
  height: 12rem;
  background-color: #CE001D;
  position: absolute;
}

.shape-grey {
  width: 65rem;
  height: 12rem;
  background-color: #F2F2F2;
  position: absolute;
}

.shape-red--top-right {
  top: -2rem;
  right: -10rem;
  -webkit-transform: rotate(171deg);
      -ms-transform: rotate(171deg);
          transform: rotate(171deg);
  z-index: -1;
}

.shape-red--top-left {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  left: -14rem;
  top: -1rem;
  z-index: -1;
}

.shape-grey--top-left {
  -webkit-transform: rotate(22deg);
      -ms-transform: rotate(22deg);
          transform: rotate(22deg);
  left: 3rem;
  top: 7rem;
  height: 15rem;
  z-index: -1;
}

.shape-dark {
  display: inline-block;
  width: 65rem;
  height: 12rem;
  background-color: #151516;
  position: absolute;
}

.shape-red--bottom-right {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  right: -28rem;
  bottom: -9rem;
}

.shape-dark--bottom-right {
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  right: -42rem;
  bottom: -14.5rem;
}

.link {
  color: #CE001D;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: 3px;
}

.link:link, .link:visited {
  color: #CE001D;
}

.link:hover {
  border-color: #CE001D;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

div.grecaptcha-badge {
  visibility: hidden;
}

/* ======== TABLET ======= */
@media only screen and (min-width: 768px) {
  .shape-red__big--top-left {
    top: -4rem;
  }
  .shape-grey__big--top-left {
    top: 1rem;
  }
}

/*=====  End of Page global - elements  ======*/
/*=============================================
=            Fake news page            =
=============================================*/
.fakenews-header h1 {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.95);
}

.fakenews-header h1 {
  line-height: 35px;
}

@media screen and (min-width: 320px) {
  .fakenews-header h1 {
    line-height: calc(35px + 25 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .fakenews-header h1 {
    line-height: 60px;
  }
}

.fakenews-header .section {
  padding-bottom: 10rem;
}

.fakenews-header .shape-red--top-right {
  display: none;
}

.fakenews-steps-section {
  position: relative;
  z-index: 0;
  top: -7rem;
  margin-bottom: -7rem;
}

.fakenews-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fakenews-step {
  max-width: 210px;
  min-height: 250px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 45px 20px 20px 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.fakenews-step p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.fakenews-step p {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  .fakenews-step p {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .fakenews-step p {
    font-size: 16px;
  }
}

.fakenews-step p {
  line-height: 18px;
}

@media screen and (min-width: 320px) {
  .fakenews-step p {
    line-height: calc(18px + 4 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .fakenews-step p {
    line-height: 22px;
  }
}

.fakenews-step .fakenews-step__background {
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  z-index: -1;
}

.fakenews-step .fakenews-step__background img {
  width: 100%;
  height: 100%;
}

.fakenews-step .fakenews-step__sticker {
  position: absolute;
  top: -4px;
  right: -9px;
  text-align: center;
  display: block;
  -webkit-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotate(-1deg);
  padding: .4rem 1.3rem .6rem;
}

.fakenews-step .fakenews-step__sticker h5,
.fakenews-step .fakenews-step__sticker h6 {
  color: #fff;
  line-height: 14px;
  margin: 0;
}

.fakenews-step .fakenews-step__sticker h5 {
  font-size: 12px;
  margin-bottom: 4px;
  padding: 0 6px 4px 6px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}

.fakenews-step .fakenews-step__sticker h5 {
  font-size: 10px;
}

@media screen and (min-width: 320px) {
  .fakenews-step .fakenews-step__sticker h5 {
    font-size: calc(10px + 2 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .fakenews-step .fakenews-step__sticker h5 {
    font-size: 12px;
  }
}

.fakenews-step .fakenews-step__sticker h6 {
  font-size: 18px;
  font-weight: 600;
}

.fakenews-step .fakenews-step__sticker h6 {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  .fakenews-step .fakenews-step__sticker h6 {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1040));
  }
}

@media screen and (min-width: 1360px) {
  .fakenews-step .fakenews-step__sticker h6 {
    font-size: 18px;
  }
}

.fakenews-step .fakenews-step__sticker--background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fakenews-step:nth-of-type(1) .fakenews-step__content {
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.fakenews-step:nth-of-type(1) .fakenews-step__sticker {
  top: 0px;
  right: 9px;
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

.fakenews-step:nth-of-type(1) .fakenews-step__sticker--background {
  background-color: #438945;
}

.fakenews-step:nth-of-type(2) .fakenews-step__sticker--background {
  background-color: #E49C2D;
}

.fakenews-step:nth-of-type(3) .fakenews-step__sticker {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fakenews-step:nth-of-type(3) .fakenews-step__sticker--background {
  background-color: #CE001D;
  -webkit-transform: skew(-2deg);
      -ms-transform: skew(-2deg);
          transform: skew(-2deg);
}

.fakenews-step:nth-of-type(4) .fakenews-step__content {
  padding-bottom: 2rem;
}

.fakenews-step:nth-of-type(4) .fakenews-step__sticker {
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
}

.fakenews-step:nth-of-type(4) .fakenews-step__sticker--background {
  background-color: #3778C2;
  -webkit-transform: skew(3deg);
      -ms-transform: skew(3deg);
          transform: skew(3deg);
}

.fakenews-step__img {
  width: 7rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.uncheck,
.check {
  padding-left: 4.5rem;
  position: relative;
}

.uncheck:before,
.check:before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  background-size: 100%;
}

.uncheck:before {
  content: "";
  display: inline-block;
  background-image: url(img/uncheck.png);
}

.check:before {
  content: "";
  display: inline-block;
  background-image: url(img/check.png);
}

.page-template-fakenews .fakenews-header {
  margin-top: 30px;
}

/* ======== 490px ======= */
@media only screen and (min-width: 490px) {
  .fakenews-steps {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fakenews-step {
    width: 48%;
    max-width: initial;
  }
  .fakenews-step__content {
    padding: 0 0 15px 10px;
  }
}

/* ======== TABLET ======= */
@media only screen and (min-width: 768px) {
  .fakenews-header .shape-red--top-right {
    display: block;
  }
  .fakenews-steps {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fakenews-steps .fakenews-step {
    width: calc(25% - 20px);
    margin: 0 10px;
    max-width: 210px;
    padding: 50px 11px 20px 13px;
  }
  .page-template-fakenews .fakenews-header {
    margin-top: 0;
  }
}

/*=====  End of Fake news page  ======*/

.mitopedija-category-logo {
  width: 17rem;
}
