@charset "UTF-8";
/* Roboto font family */
@font-face {
  font-family: "Roboto";
  src: url("scss/fonts/Roboto/Roboto-Regular.ttf"); }

@font-face {
  font-family: "Roboto-Italic";
  src: url("scss/fonts/Roboto/Roboto-Italic.ttf"); }

@font-face {
  font-family: "Roboto-Bold";
  src: url("scss/fonts/Roboto/Roboto-Bold.ttf"); }

/* Khand font family */
@font-face {
  font-family: "Khand";
  src: url("scss/fonts/Khand/Khand-Regular.woff"); }

@font-face {
  font-family: "Khand-Bold";
  src: url("scss/fonts/Khand/Khand-Bold.woff"); }

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

html {
  font-family: "Khand", "Helvetica Neue", "Helvetica", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
  background-color: #D9D9D9;
  overflow-x: hidden; }

html *,
#main-content {
  background-color: unset; }

body {
  font-family: unset; }

.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
.et_fixed_nav.et_show_nav #page-container,
.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular {
  padding-top: 0; }
  @media (min-width: 576px) and (max-width: 767px) {
    .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
    .et_fixed_nav.et_show_nav #page-container,
    .et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular {
      margin-top: 60px; } }

.et_pb_row {
  padding: 0 !important;
  /* 5px 0 */
  /* margin-top: 10px; */ }

/*.et_pb_row.et_pb_row_0.et_pb_gutters2 {
  padding-top: 5px;
  margin-top: 10px;
}*/
h1, h2, h3 {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1; }

article {
  position: relative; }

a:hover {
  color: #C81B27 !important; }

#fetched-posts {
  width: 100%;
  position: relative; }

.et_pb_section.et_pb_section_0.et_section_regular {
  background: #fff;
  /* unset */
  padding: 14px 0 0 0;
  z-index: 1;
  /* 1000 */
  margin-top: 5px; }

.et_pb_section.et_pb_section_3.et_section_regular,
.et_pb_section.et_pb_section_4.et_section_regular {
  background: unset; }

.gform_wrapper input[type=submit] {
  font-size: 1.2em !important;
  padding: 7px 24px;
  color: #fff;
  background-color: #c81c28;
  border: 1px solid #c81c28; }

.gform_wrapper input[type=submit]:hover {
  background-color: #dd434d; }

.gfield .ginput_container_radio {
  padding-left: 0.5em; }

.gfield .ginput_container_consent {
  padding-left: calc(20px + 0.5em); }

.gfield .ginput_container_consent input[type="checkbox"] {
  margin-left: -20px; }

/* Same style to responsive design */
/***********************************/
.header {
  display: -ms-flexbox;
  display: flex;
  color: white;
  background-color: black;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 576px) and (max-width: 767px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 51px;
      z-index: 100; } }
  @media (max-width: 575px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 51px;
      z-index: 100; } }

.header__logo,
.richtext ul li::before,
.util__search-btn,
.portlet_upcomingevents ul li::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%; }

.header__logo {
  width: 200px;
  height: 80px;
  margin-bottom: -29px;
  margin-left: calc((100% - 940px) / 2);
  position: relative;
  display: block;
  background-color: #C81B27;
  background-image: url("../figyelo.png");
  z-index: 11 !important; }
  @media (min-width: 576px) and (max-width: 767px) {
    .header__logo {
      min-width: 100px;
      width: 100px;
      height: 51px;
      margin: 0; } }
  @media (max-width: 575px) {
    .header__logo {
      min-width: 100px;
      width: 100px;
      height: 51px;
      margin: 0; } }

.header__nav {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: block;
  width: 350px; }
  @media (min-width: 576px) and (max-width: 767px) {
    .header__nav {
      display: none; } }
  @media (max-width: 575px) {
    .header__nav {
      display: none; } }

.header__nav {
  width: 500px; }

.header__nav .menu-item a {
  display: block;
  height: 51px;
  padding: 19px 0 0;
  color: white;
  border-bottom: 5px solid transparent;
  font-size: 17px;
  margin: 0 5px; }

.mainmenu-1 {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center; }
  .mainmenu-1 .menu-item {
    display: block;
    margin: 0 5px; }
    .mainmenu-1 .menu-item a {
      display: block;
      height: 51px;
      padding: 19px 0 0;
      color: white;
      border-bottom: 5px solid transparent;
      font-size: 17px; }

/*.mainmenu-1__link_sel {
  border-bottom-color: #C81B27;
}
.menuitem_yellow .mainmenu-1__link_sel {
  border-bottom-color: #E8C21E;
}
.menuitem_white .mainmenu-1__link_sel {
  border-bottom-color: white;
}*/
.mainmenu-2 {
  display: none; }

.acc {
  overflow: visible;
  white-space: nowrap; }

.acc ul,
.acc ol {
  display: none;
  position: absolute;
  overflow: visible;
  left: 100%;
  z-index: 9000; }

.acc ul .list-item:before,
.acc ol .list-item:before {
  display: none; }

.acc li {
  overflow: visible !important;
  overflow-wrap: normal;
  position: relative; }

.acc li:hover > ul,
.acc li:hover ol {
  display: block; }

.acc > li > ul,
.acc > li > ol {
  left: 0;
  margin-top: 0; }

.acc__link {
  display: block;
  padding: 16px 15px 10px;
  color: white;
  font-size: 15px; }

@media (min-width: 576px) and (max-width: 767px) {
  .header__acc {
    margin: auto; } }

@media (max-width: 575px) {
  .header__acc {
    margin: auto; } }

.social,
.socialmedia,
.step,
.roll,
.mainmenu-1,
.secondlevel-1,
.secondlevel-2 {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.header__util {
  display: flex;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  white-space: nowrap; }

.util__item {
  display: flex;
  align-items: center; }
  .util__item.mobil-hamburger {
    display: none; }
  @media (min-width: 576px) and (max-width: 767px) {
    .util__item.mobil-hamburger {
      width: 80px;
      height: 51px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .util__item.mobil-hamburger div {
        width: 70%;
        border-top: 2px solid white;
        border-bottom: 2px solid white; }
        .util__item.mobil-hamburger div:nth-of-type(2) {
          margin: 5px 0; }
    .util__item:first-of-type {
      display: none; } }
  @media (max-width: 575px) {
    .util__item.mobil-hamburger {
      width: 80px;
      height: 51px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .util__item.mobil-hamburger div {
        width: 70%;
        border-top: 2px solid white;
        border-bottom: 2px solid white; }
        .util__item.mobil-hamburger div:nth-of-type(2) {
          margin: 5px 0; }
    .util__item:first-of-type {
      display: none; }
    .util__item:nth-of-type(2) {
      display: none; } }

.util__search-btn {
  margin-left: 10px;
  margin-right: 10px;
  background-color: transparent;
  border: 0 none transparent;
  transition: all .2s;
  background-image: url("scss/icons/search.svg"); }

.util__search-btn:hover {
  opacity: .5; }

.ic_24 {
  width: 24px;
  height: 24px; }

.ic,
.entry_img-video .entry__play,
.entry_img-video .entry__plus,
.entry_img-video .entry__camera,
.video-entry__play,
.att__entry-play,
.att__entry-plus,
.att__entry-camera {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  vertical-align: middle; }

.util__rss {
  display: block;
  width: 51px;
  height: 51px;
  background-color: darkorange;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("css-source/asset/icons/rss.svg"); }

.util__rss:hover {
  background-color: #e67e00; }

.util__shopping_cart {
  display: block;
  width: 51px;
  height: 51px;
  background-color: #C81B27;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("scss/icons/shoppingCart.svg"); }

@media (min-width: 576px) and (max-width: 767px) {
  #mainmenu {
    display: none; } }

@media (max-width: 575px) {
  #mainmenu {
    display: none; } }

#content-area ul {
  padding: 0 0 23px 1em; }
  @media (max-width: 575px) {
    #content-area ul {
      padding-bottom: 0; } }
  @media (min-width: 576px) and (max-width: 767px) {
    #content-area ul {
      padding-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #content-area ul {
      padding-bottom: 0; } }

#main__sidebar {
  background-color: unset; }

.main__sidebar {
  width: 31.333% !important; }

.portlet__header {
  margin: 0 !important;
  padding: 10px 20px 0;
  font-family: "Khand";
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: black; }
  .portlet__header h2 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: white;
    background-color: black; }

.actual {
  height: 16vw; }
  @media (max-width: 575px) {
    .actual {
      height: 180px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .actual {
      height: 160px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .actual {
      height: 225px; } }
  .actual p {
    padding-bottom: 0; }
  .actual .one_third {
    margin-right: 20px; }
    .actual .one_third img {
      width: auto;
      height: 13.8vw; }
      @media (max-width: 575px) {
        .actual .one_third img {
          height: 140px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .actual .one_third img {
          height: 120px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .actual .one_third img {
          height: 130px; } }
    .actual .one_third p {
      display: inline-block;
      align-self: flex-end; }
  .actual .one_third:nth-of-type(2) {
    display: inline-block;
    height: 11vw; }
  .actual .two_third {
    display: flex;
    height: 13vw;
    left: 10vw;
    position: absolute;
    bottom: 8px; }
    @media (max-width: 575px) {
      .actual .two_third {
        position: relative;
        left: 110px;
        bottom: 0; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .actual .two_third {
        position: relative;
        left: 100px;
        bottom: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .actual .two_third {
        left: 0;
        height: auto;
        position: relative;
        bottom: 0; } }
  .actual a.portlet__entry-title-link {
    color: #000;
    font-family: "Khand";
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    /* top: 180px; */
    bottom: 30px; }
    .actual a.portlet__entry-title-link:hover {
      color: #C81B27; }
    @media (max-width: 575px) {
      .actual a.portlet__entry-title-link {
        top: -70px;
        left: 0; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .actual a.portlet__entry-title-link {
        top: -75px;
        left: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .actual a.portlet__entry-title-link {
        top: 0;
        left: 0; } }
  .actual a.portlet__more {
    height: 25px !important;
    padding: 0 20px !important;
    font-family: "Khand";
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: 400;
    letter-spacing: .5pt;
    text-align: center;
    text-transform: uppercase;
    color: white !important;
    background-color: black;
    border: 0 none transparent;
    transition: all .2s;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    /* top: 180px; */ }
    .actual a.portlet__more:hover {
      background-color: #C81B27; }
    @media (max-width: 575px) {
      .actual a.portlet__more {
        top: -41px;
        left: 0; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .actual a.portlet__more {
        top: -41px;
        left: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .actual a.portlet__more {
        top: 24px;
        left: 0; } }

.digit_subscription a {
  color: #C81B27;
  font-size: 16px;
  line-height: 1.5em;
  cursor: pointer; }

.fb_right_side {
  background-color: #C81B27;
  padding: 20px 15%; }

.portlet__body {
  background-color: #fff;
  color: #000;
  margin: 0 0 10px !important;
  padding: 20px; }
  .portlet__body ul {
    font-family: "Khand";
    font-size: 20px;
    line-height: 1.4em;
    list-style-type: none;
    padding-bottom: 0 !important; }
    .portlet__body ul li::before {
      content: '';
      position: absolute;
      display: block;
      width: 6px;
      height: 11px;
      margin-top: 8px;
      margin-left: -20px;
      background-image: url("scss/img/common_bullet.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%; }

.entry__tilt {
  margin-right: 1% !important;
  width: 67.667% !important; }
  @media (max-width: 575px) {
    .entry__tilt {
      width: 100% !important;
      margin-right: 0 !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .entry__tilt {
      width: 100% !important;
      margin-right: 0 !important; } }

.entry {
  display: flex;
  -ms-flex-preferred-size: 100%;
  margin-bottom: 5px;
  background-color: black; }
  @media (max-width: 575px) {
    .entry {
      display: block; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .entry {
      display: block; } }
  .entry .entry__teaser {
    flex-basis: 60%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .entry .entry__teaser {
        flex-basis: 50%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .entry .entry__teaser {
        flex-basis: 50%; } }
  .entry .entry__body {
    flex-basis: 40%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .entry .entry__body {
        flex-basis: 50%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .entry .entry__body {
        flex-basis: 50%; } }
  .entry .entry__teaser-img {
    padding-bottom: 435px;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 575px) {
      .entry .entry__teaser-img {
        padding-bottom: calc(100%*2/3); } }
    @media (min-width: 576px) and (max-width: 767px) {
      .entry .entry__teaser-img {
        padding-bottom: calc(100%*2/3); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .entry .entry__teaser-img {
        padding-bottom: calc(100%*2/3); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .entry .entry__teaser-img {
        padding-bottom: calc(100%*2/3); } }
  .entry.even .entry__teaser {
    -ms-flex-order: 2;
    order: 2; }
  .entry.even .entry__title-stipe {
    left: auto !important;
    right: 0 !important; }
  .entry .entry__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .entry .entry__body .entry__header {
      padding: 0 40px;
      overflow: hidden; }
      @media (max-width: 575px) {
        .entry .entry__body .entry__header {
          padding: 0 20px;
          width: 100%; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .entry .entry__body .entry__header {
          padding: 0 20px;
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .entry .entry__body .entry__header {
          padding: 0 20px;
          width: 100%; } }
      .entry .entry__body .entry__header .entry__title {
        font-size: 42px;
        font-weight: 700;
        margin: 7px 0 0;
        font-family: "Khand","Helvetica Neue","Helvetica",Arial,sans-serif;
        text-transform: uppercase; }
        @media (max-width: 575px) {
          .entry .entry__body .entry__header .entry__title {
            font-size: 24px;
            line-height: 1.2em;
            text-align: center; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .entry .entry__body .entry__header .entry__title {
            font-size: 24px;
            line-height: 1.2em;
            text-align: left !important; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .entry .entry__body .entry__header .entry__title {
            font-size: 24px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .entry .entry__body .entry__header .entry__title {
            font-size: 32px; } }
        .entry .entry__body .entry__header .entry__title .entry__title-sub {
          color: #C91A27;
          position: relative;
          display: block;
          font-size: 16px;
          font-weight: 100;
          margin-bottom: -1.8em; }
          @media (max-width: 575px) {
            .entry .entry__body .entry__header .entry__title .entry__title-sub {
              margin-bottom: -18px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .entry .entry__body .entry__header .entry__title .entry__title-sub {
              margin-bottom: -18px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .entry .entry__body .entry__header .entry__title .entry__title-sub {
              margin-bottom: -18px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .entry .entry__body .entry__header .entry__title .entry__title-sub {
              margin-bottom: -24px; } }
        .entry .entry__body .entry__header .entry__title .entry__title-link {
          display: block;
          padding-top: .5em;
          padding-bottom: .5em;
          color: white;
          position: relative;
          line-height: 1.2em; }
          .entry .entry__body .entry__header .entry__title .entry__title-link .entry__title-stipe {
            position: absolute;
            display: block;
            width: 30vw;
            height: .8em;
            top: .64em;
            left: 0;
            background-color: #C81B27; }
          .entry .entry__body .entry__header .entry__title .entry__title-link:hover .entry__title-stipe {
            background-color: white; }
          .entry .entry__body .entry__header .entry__title .entry__title-link .entry__title-text {
            position: relative; }
  .entry.entry_weight-0 {
    width: 100%; }
  .entry.entry_weight-1 {
    width: calc(50% - 2.5px);
    float: left;
    flex-direction: column;
    /*
    &:nth-last-of-type(even) {
      margin-left: 2.5px;
    }

    &:nth-last-of-type(odd) {
      margin-right: 2.5px;
    }
    */ }
    @media (max-width: 575px) {
      .entry.entry_weight-1 {
        width: 100%; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .entry.entry_weight-1 {
        width: 100%; } }
    .entry.entry_weight-1 .entry__body {
      flex-basis: unset; }
      .entry.entry_weight-1 .entry__body .entry__header .entry__title {
        font-size: unset; }
        .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-sub {
          padding: 1.2em 0px; }
          @media (max-width: 575px) {
            .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-sub {
              padding: 1.2em 20px;
              font-size: 12px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-sub {
              padding: 1.2em 20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-sub {
              padding: 1.2em 20px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-sub {
              padding: 1.2em 0px; } }
        .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-link {
          padding: 16px 0; }
          @media (max-width: 575px) {
            .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-link {
              padding: 0 20px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-link {
              padding: 0 20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-link {
              padding: 0 20px; } }
          .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-link .entry__title-stipe {
            display: none; }
          .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-link .entry__title-text {
            font-size: 32px;
            line-height: 1.1em; }
            @media (max-width: 575px) {
              .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-link .entry__title-text {
                font-size: 16px; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-link .entry__title-text {
                font-size: 16px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-link .entry__title-text {
                font-size: 24px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .entry.entry_weight-1 .entry__body .entry__header .entry__title .entry__title-link .entry__title-text {
                font-size: 28px; } }
  .entry.entry_weight-2 {
    width: 100%;
    background-color: white; }
    @media (max-width: 575px) {
      .entry.entry_weight-2 {
        display: flex; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .entry.entry_weight-2 {
        display: flex; } }
    .entry.entry_weight-2 .entry__teaser {
      flex-basis: 22%; }
      .entry.entry_weight-2 .entry__teaser .entry__teaser-img {
        padding-bottom: 160px; }
        @media (max-width: 575px) {
          .entry.entry_weight-2 .entry__teaser .entry__teaser-img {
            padding-bottom: calc(100%*2/3); } }
        @media (min-width: 576px) and (max-width: 767px) {
          .entry.entry_weight-2 .entry__teaser .entry__teaser-img {
            padding-bottom: calc(100%*2/3); } }
        @media (min-width: 768px) and (max-width: 991px) {
          .entry.entry_weight-2 .entry__teaser .entry__teaser-img {
            padding-bottom: calc(100%*2/3); } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .entry.entry_weight-2 .entry__teaser .entry__teaser-img {
            padding-bottom: calc(100%*2/3); } }
    .entry.entry_weight-2 .entry__body {
      flex-basis: 78%; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .entry.entry_weight-2 .entry__body {
          flex-basis: 100%; } }
      @media (max-width: 575px) {
        .entry.entry_weight-2 .entry__body .entry__header {
          width: 100%; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .entry.entry_weight-2 .entry__body .entry__header {
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .entry.entry_weight-2 .entry__body .entry__header {
          width: 100%; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .entry.entry_weight-2 .entry__body .entry__header {
          width: 100%; } }
      .entry.entry_weight-2 .entry__body .entry__header .entry__title {
        font-size: unset; }
        .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-sub {
          padding: 1.2em 0; }
          @media (max-width: 575px) {
            .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-sub {
              padding: 0 0 1.2em 0;
              font-size: 12px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-sub {
              padding: 1.2em 20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-sub {
              padding: 1.2em 20px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-sub {
              padding: 1.2em 0; } }
        .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-link {
          padding: 16px 0;
          color: #000; }
          @media (max-width: 575px) {
            .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-link {
              padding: 0 20px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-link {
              padding: 0 20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-link {
              padding: 0 20px; } }
          .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-link .entry__title-stipe {
            display: none; }
          .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-link .entry__title-text {
            font-size: 28px;
            line-height: 1.1em; }
            @media (max-width: 575px) {
              .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-link .entry__title-text {
                font-size: 16px;
                text-align: left !important;
                margin: 7px 0 0; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-link .entry__title-text {
                font-size: 16px;
                text-align: left !important;
                margin: 7px 0 0; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-link .entry__title-text {
                font-size: 24px;
                text-align: left !important;
                margin: 7px 0 0; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .entry.entry_weight-2 .entry__body .entry__header .entry__title .entry__title-link .entry__title-text {
                font-size: 28px;
                text-align: left !important;
                margin: 7px 0 0; } }

.entry_img-video {
  flex-direction: column; }
  .entry_img-video .entry__teaser-img {
    padding-bottom: calc(100% * 9/16);
    position: relative; }
    .entry_img-video .entry__teaser-img .entry__play {
      position: absolute;
      top: calc(50% - 48px);
      left: calc(50% - 48px);
      width: 96px;
      height: 96px;
      background-image: url("scss/icons/play.svg"); }
      .entry_img-video .entry__teaser-img .entry__play:hover {
        background-image: url("scss/icons/playRed.svg"); }
  .entry_img-video .entry__body {
    display: block; }
    .entry_img-video .entry__body .entry__header {
      padding: 0 40px 0 80px; }
      .entry_img-video .entry__body .entry__header .entry__title {
        padding-bottom: 0; }
        .entry_img-video .entry__body .entry__header .entry__title .entry__title-link {
          padding-bottom: 0; }
      .entry_img-video .entry__body .entry__header .entry__meta {
        margin-bottom: 20px; }
        .entry_img-video .entry__body .entry__header .entry__meta .entry__date {
          font-size: 16px;
          color: white; }

.fetch__data {
  display: block;
  width: 260px;
  height: 40px;
  margin: 50px auto 0 auto;
  padding: 0 20px;
  font-family: "Khand","Helvetica Neue","Helvetica",Arial,sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .5pt;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  background-color: black;
  border: 0 none transparent;
  transition: all .2s;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
  @media (max-width: 575px) {
    .fetch__data {
      width: 210px;
      padding: 0; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .fetch__data {
      width: 200px;
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .fetch__data {
      width: 200px;
      padding: 0; } }
  .fetch__data:hover {
    background-color: #C81B27;
    color: white !important; }

.enews-article-single {
  width: 100vw;
  max-width: 100vw;
  margin: 0; }
  .enews-article-single #article-cover-img {
    width: 100vw;
    position: absolute;
    top: 0;
    /* @include small-phone{
    width: 100%;
    top: unset;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
    perspective: 1000px;
    perspective-origin: top;
    transform-style: preserve-3d;
    transition: all 1s !important;
    overflow: hidden;
  } */ }
  .enews-article-single .article-cover-img-div {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: calc(100vh - 300px) !important;
    background-position: center; }
    @media (max-width: 575px) {
      .enews-article-single .article-cover-img-div {
        padding-bottom: calc(100vh - 435px) !important; } }
  .enews-article-single #left-area {
    width: 100vw;
    padding: 0;
    /* Tag's style, if it occurs problem, put in other scope */
    /* end of tags*/ }
    .enews-article-single #left-area .taglist {
      margin-bottom: 1.3em; }
    .enews-article-single #left-area .tag {
      display: inline-block;
      margin-right: 2px;
      margin-bottom: 2px;
      padding: 4px 10px 2px;
      line-height: 1em;
      color: #C81B27;
      border: 1px solid #C81B27; }
    .enews-article-single #left-area .tag:hover {
      color: #ffffff !important;
      background-color: #C81B27; }
    .enews-article-single #left-area #article-cover {
      margin-top: calc(100vh - 350px); }
      .enews-article-single #left-area #article-cover .padded-content-left {
        padding-bottom: 1em; }
      .enews-article-single #left-area #article-cover .enews-article-button-group {
        padding: 0 7.7em; }
      .enews-article-single #left-area #article-cover .fb_shares {
        padding-bottom: 25px; }
      @media (max-width: 575px) {
        .enews-article-single #left-area #article-cover {
          margin-top: calc(100vh - 485px); } }
    .enews-article-single #left-area #article-cover-text,
    .enews-article-single #left-area .enews-article-lead {
      /* Fixing part duo to dom midifying. */
      padding-left: 0 !important;
      padding-right: 0 !important;
      width: 100% !important; }
    @media (max-width: 575px) {
      .enews-article-single #left-area #article-cover-text {
        display: none; } }
    .enews-article-single #left-area .enews-article-lead {
      /*width: calc(1180px - 6em);*/
      font-size: 26px;
      font-weight: 400;
      line-height: 1.4em; }
    .enews-article-single #left-area .padded-content-left {
      width: calc(1180px - 16em);
      margin: 0 auto;
      padding: 2em 8em;
      background: white; }
      @media (max-width: 575px) {
        .enews-article-single #left-area .padded-content-left {
          width: 100%;
          padding: 1.5em 1em; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .enews-article-single #left-area .padded-content-left {
          width: 100%;
          padding: 1em 3em 2em; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .enews-article-single #left-area .padded-content-left {
          width: 100%; } }
    .enews-article-single #left-area #article-title {
      width: 100%;
      padding: 0; }
      .enews-article-single #left-area #article-title #article-title_h1 {
        padding: 0;
        font-size: 56px;
        font-weight: 700;
        letter-spacing: -0.5px;
        line-height: 1.1em;
        text-transform: uppercase;
        color: black; }
        @media (max-width: 575px) {
          .enews-article-single #left-area #article-title #article-title_h1 {
            font-size: 36px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .enews-article-single #left-area #article-title #article-title_h1 {
            font-size: 36px; } }
      .enews-article-single #left-area #article-title .meta {
        color: #444; }
        .enews-article-single #left-area #article-title .meta a {
          color: #C81B27; }
          .enews-article-single #left-area #article-title .meta a:hover {
            color: #000; }
      .enews-article-single #left-area #article-title .meta > *:nth-child(n+2)::before {
        content: '•';
        margin-left: 7px;
        margin-right: 7px;
        color: #444 !important; }
      .enews-article-single #left-area #article-title .news__meta {
        margin: 1em 0; }
    .enews-article-single #left-area .padded-content-left {
      color: black; }
      .enews-article-single #left-area .padded-content-left .enews-article-content p {
        font-family: Roboto, "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-size: 18px;
        line-height: 1.7em; }
        @media (max-width: 575px) {
          .enews-article-single #left-area .padded-content-left .enews-article-content p {
            font-size: 16px; } }
    .enews-article-single #left-area .portfolio_class {
      width: calc(1180px - 16em);
      margin: 0 auto;
      padding: 2em 8em;
      background: white; }
      @media (max-width: 575px) {
        .enews-article-single #left-area .portfolio_class {
          width: 100%;
          padding: 1.5em 1em; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .enews-article-single #left-area .portfolio_class {
          width: 100%;
          padding: 1em 3em 2em; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .enews-article-single #left-area .portfolio_class {
          width: 100%; } }
      .enews-article-single #left-area .portfolio_class .portfolio_h3_line .portfolio_h3 {
        padding: 0;
        font-size: 25px;
        font-weight: 700;
        letter-spacing: -0.5px;
        line-height: 1.1em;
        text-transform: uppercase;
        color: black; }
        @media (min-width: 576px) {
          .enews-article-single #left-area .portfolio_class .portfolio_h3_line .portfolio_h3 {
            font-size: 40px; } }
      .enews-article-single #left-area .portfolio_class .portfolio_h3_line:after {
        display: none; }
      .enews-article-single #left-area .portfolio_class .items .item-row {
        background-color: black;
        margin-bottom: 5px; }
        .enews-article-single #left-area .portfolio_class .items .item-row .item-link {
          position: relative; }
          .enews-article-single #left-area .portfolio_class .items .item-row .item-link .item-container {
            flex-direction: row; }
            .enews-article-single #left-area .portfolio_class .items .item-row .item-link .item-container .item-image {
              width: 25% !important;
              padding-top: calc(100% * 0.25); }
              .enews-article-single #left-area .portfolio_class .items .item-row .item-link .item-container .item-image img {
                margin-top: -100%;
                width: 200% !important;
                max-width: 200%; }
              @media (min-width: 576px) {
                .enews-article-single #left-area .portfolio_class .items .item-row .item-link .item-container .item-image {
                  width: 40% !important;
                  padding-top: calc(56.25% * 0.4); }
                  .enews-article-single #left-area .portfolio_class .items .item-row .item-link .item-container .item-image img {
                    width: 100% !important;
                    height: auto !important;
                    margin-top: -56.25%; } }
            .enews-article-single #left-area .portfolio_class .items .item-row .item-link .item-container .item-content-and-source {
              width: 75%;
              padding: 0 10px;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: flex-start; }
              @media (min-width: 576px) {
                .enews-article-single #left-area .portfolio_class .items .item-row .item-link .item-container .item-content-and-source {
                  width: 60%; } }
              .enews-article-single #left-area .portfolio_class .items .item-row .item-link .item-container .item-content-and-source .item-content {
                font-size: 16px;
                line-height: 17px;
                max-width: 100%;
                color: #fff;
                max-height: calc(100% - 22px);
                text-transform: uppercase;
                font-family: Arial-Regular; }
                @media (min-width: 576px) {
                  .enews-article-single #left-area .portfolio_class .items .item-row .item-link .item-container .item-content-and-source .item-content {
                    font-size: 25px;
                    line-height: 30px;
                    font-family: Arial;
                    font-weight: bold; } }
                @media (min-width: 992px) {
                  .enews-article-single #left-area .portfolio_class .items .item-row .item-link .item-container .item-content-and-source .item-content {
                    font-size: 25px;
                    line-height: 30px; } }
              .enews-article-single #left-area .portfolio_class .items .item-row .item-link .item-container .item-content-and-source .item-source {
                margin-top: 5px;
                border: 1px solid #c81b27;
                padding: 0 6px;
                font-size: 12px;
                line-height: 16px;
                max-height: 22px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                width: max-content;
                max-width: calc(100% - 2px);
                color: #c81b27;
                font-family: Arial; }
                @media (min-width: 576px) {
                  .enews-article-single #left-area .portfolio_class .items .item-row .item-link .item-container .item-content-and-source .item-source {
                    padding: 2px 6px;
                    margin-top: 10px;
                    font-size: 14px; } }
      @media (min-width: 576px) {
        .enews-article-single #left-area .portfolio_class .items {
          width: 100%; }
          .enews-article-single #left-area .portfolio_class .items:nth-of-type(2n+1) {
            margin-left: 0; } }
      @media (min-width: 992px) {
        .enews-article-single #left-area .portfolio_class .items {
          width: 100%; }
          .enews-article-single #left-area .portfolio_class .items:nth-of-type(3n) {
            margin-left: 0; }
          .enews-article-single #left-area .portfolio_class .items:nth-of-type(3n+1) {
            margin-left: 0; } }
  .enews-article-single #right-area {
    display: none; }

.notFound {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 100px 0; }
  .notFound > div {
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    overflow: hidden; }
    .notFound > div svg {
      position: relative;
      z-index: 1; }
      .notFound > div svg polygon {
        fill: white; }
    .notFound > div p {
      display: block;
      position: relative;
      z-index: 0;
      padding: 0 12px;
      line-height: 1.4; }
    .notFound > div:first-child {
      text-align: right;
      z-index: 1; }
      .notFound > div:first-child p:first-child {
        opacity: 0;
        transform: translateX(100%);
        animation: translateLeft 1000ms linear 1250ms forwards; }
      .notFound > div:first-child p:last-child {
        opacity: 0;
        transform: translateX(100%);
        animation: translateLeft 1000ms linear 1450ms forwards; }
      .notFound > div:first-child svg polygon {
        animation: removeFill 10ms ease-out 1600ms forwards; }
    .notFound > div:last-child {
      z-index: 0;
      margin-left: -50px; }
      .notFound > div:last-child p:first-child {
        opacity: 0;
        transform: translateX(-100%);
        animation: translateRight 1000ms linear 1650ms forwards; }
      .notFound > div:last-child p:last-child {
        opacity: 0;
        transform: translateX(-100%);
        animation: translateRight 1000ms linear 1850ms forwards; }
  .notFound a {
    display: block;
    cursor: pointer;
    animation: pulseColor 1000ms linear 3100ms forwards;
    font-weight: 500; }
    .notFound a:hover span, .notFound a:focus span {
      color: #F04F54; }
    .notFound a:active span {
      color: #43CB9D; }
  .notFound svg {
    width: 50px;
    height: auto; }
  .notFound .crack {
    position: relative;
    z-index: 4;
    margin-left: -50px; }
    .notFound .crack polyline {
      fill: none;
      stroke: #F04F54;
      stroke-width: 10px;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 1649.099;
      stroke-dashoffset: 1649.099;
      animation: drawStroke 1500ms ease-out 500ms forwards; }

@keyframes drawStroke {
  0% {
    stroke-dashoffset: 1649.099; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes removeFill {
  0% {
    fill: white; }
  100% {
    fill: rgba(255, 255, 255, 0); } }

@keyframes pulseColor {
  0% {
    color: white; }
  25% {
    color: #43CB9D; }
  50% {
    color: white; }
  75% {
    color: #43CB9D; }
  100% {
    color: black; } }

@keyframes translateLeft {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
    opacity: 1; }
  7.61% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 69.561, 0, 0, 1); }
  11.41% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 39.355, 0, 0, 1); }
  15.12% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 17.801, 0, 0, 1); }
  18.92% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.02, 0, 0, 1); }
  22.72% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -5.661, 0, 0, 1); }
  30.23% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10.852, 0, 0, 1); }
  50.25% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.282, 0, 0, 1); }
  70.27% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.519, 0, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1; } }

@keyframes translateRight {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, 0, 0, 1);
    opacity: 1; }
  7.61% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -69.561, 0, 0, 1); }
  11.41% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -39.355, 0, 0, 1); }
  15.12% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -17.801, 0, 0, 1); }
  18.92% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.02, 0, 0, 1); }
  22.72% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.661, 0, 0, 1); }
  30.23% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10.852, 0, 0, 1); }
  50.25% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.282, 0, 0, 1); }
  70.27% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.519, 0, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1; } }

.footer {
  background-color: white; }
  .footer .footer__nav {
    margin-top: 0;
    border-top: 5px solid black;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 940px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 0;
    padding: 2em 0 4em;
    font-size: 24px;
    font-weight: 500;
    text-align: center; }
    .footer .footer__nav .menu-item a {
      font-size: 24px;
      display: block;
      padding: .5em;
      color: #000; }
      @media (min-width: 768px) and (max-width: 991px) {
        .footer .footer__nav .menu-item a {
          padding: .35em; } }
    @media (max-width: 575px) {
      .footer .footer__nav {
        display: unset;
        text-align: center; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .footer .footer__nav {
        display: unset;
        text-align: center; } }

.enews-taxonomy-page-header-section .container {
  padding-top: 0 !important; }

.enews-taxonomy-page,
.search-content {
  width: 100%;
  max-width: none;
  padding-top: 0 !important; }
  .enews-taxonomy-page .et_pb_row,
  .search-content .et_pb_row {
    width: unset;
    max-width: unset;
    margin: unset;
    padding: 0; }
  .enews-taxonomy-page #left-area,
  .search-content #left-area {
    width: 67.667%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-right: 1%;
    margin-top: 10px; }
    .enews-taxonomy-page #left-area article,
    .search-content #left-area article {
      flex-basis: 100%;
      background-color: #000;
      color: #fff;
      margin-top: 5px;
      padding: 21px 40px 18px 80px !important; }
      .enews-taxonomy-page #left-area article .enews-tax-list-left-title,
      .search-content #left-area article .enews-tax-list-left-title {
        font-size: 42px;
        line-height: 1.2em;
        font-weight: 700; }
        .enews-taxonomy-page #left-area article .enews-tax-list-left-title a,
        .search-content #left-area article .enews-tax-list-left-title a {
          padding-top: .5em;
          color: #ffffff;
          text-transform: uppercase; }
        @media (max-width: 575px) {
          .enews-taxonomy-page #left-area article .enews-tax-list-left-title,
          .search-content #left-area article .enews-tax-list-left-title {
            font-size: 24px;
            line-height: 1.2em;
            margin: 7px 0 0; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .enews-taxonomy-page #left-area article .enews-tax-list-left-title,
          .search-content #left-area article .enews-tax-list-left-title {
            font-size: 24px;
            line-height: 1.2em;
            margin: 7px 0 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .enews-taxonomy-page #left-area article .enews-tax-list-left-title,
          .search-content #left-area article .enews-tax-list-left-title {
            font-size: 32px;
            line-height: 1.2em;
            margin: 7px 0 0; } }
      @media (max-width: 575px) {
        .enews-taxonomy-page #left-area article,
        .search-content #left-area article {
          padding: 0 20px 1.3em !important; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .enews-taxonomy-page #left-area article,
        .search-content #left-area article {
          padding: 0 20px 1.3em !important; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .enews-taxonomy-page #left-area article,
        .search-content #left-area article {
          padding: 0 20px 1.3em !important; } }
    .enews-taxonomy-page #left-area .enews-column-articles-half,
    .search-content #left-area .enews-column-articles-half {
      flex-basis: calc((100% - 5px) / 2);
      display: inline-block; }
      .enews-taxonomy-page #left-area .enews-column-articles-half .enews-tax-list-left-title,
      .search-content #left-area .enews-column-articles-half .enews-tax-list-left-title {
        font-size: 32px;
        line-height: 1.1em; }
        @media (max-width: 575px) {
          .enews-taxonomy-page #left-area .enews-column-articles-half .enews-tax-list-left-title,
          .search-content #left-area .enews-column-articles-half .enews-tax-list-left-title {
            font-size: 16px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .enews-taxonomy-page #left-area .enews-column-articles-half .enews-tax-list-left-title,
          .search-content #left-area .enews-column-articles-half .enews-tax-list-left-title {
            font-size: 16px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .enews-taxonomy-page #left-area .enews-column-articles-half .enews-tax-list-left-title,
          .search-content #left-area .enews-column-articles-half .enews-tax-list-left-title {
            font-size: 24px; } }
      @media (max-width: 575px) {
        .enews-taxonomy-page #left-area .enews-column-articles-half,
        .search-content #left-area .enews-column-articles-half {
          flex-basis: 100%; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .enews-taxonomy-page #left-area .enews-column-articles-half,
        .search-content #left-area .enews-column-articles-half {
          flex-basis: 100%; } }
      .enews-taxonomy-page #left-area .enews-column-articles-half:nth-child(1),
      .search-content #left-area .enews-column-articles-half:nth-child(1) {
        margin-top: 5px; }
        @media (max-width: 575px) {
          .enews-taxonomy-page #left-area .enews-column-articles-half:nth-child(1),
          .search-content #left-area .enews-column-articles-half:nth-child(1) {
            margin-top: 5px; } }
    .enews-taxonomy-page #left-area .odd,
    .search-content #left-area .odd {
      margin-right: 5px; }
      @media (max-width: 575px) {
        .enews-taxonomy-page #left-area .odd,
        .search-content #left-area .odd {
          margin-right: 0; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .enews-taxonomy-page #left-area .odd,
        .search-content #left-area .odd {
          margin-right: 0; } }
    .enews-taxonomy-page #left-area .fetched-post-button,
    .search-content #left-area .fetched-post-button {
      width: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .enews-taxonomy-page #left-area,
      .search-content #left-area {
        width: 67.667% !important;
        float: left; } }
  .enews-taxonomy-page #right-area,
  .search-content #right-area {
    padding-top: 5px;
    margin-top: 5px;
    width: 31.333%;
    float: left; }
    .enews-taxonomy-page #right-area #main__sidebar,
    .search-content #right-area #main__sidebar {
      padding: 0; }
      .enews-taxonomy-page #right-area #main__sidebar .entry__tilt,
      .search-content #right-area #main__sidebar .entry__tilt {
        width: 100% !important; }
    @media (max-width: 575px) {
      .enews-taxonomy-page #right-area,
      .search-content #right-area {
        width: 100%;
        float: none; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .enews-taxonomy-page #right-area,
      .search-content #right-area {
        width: 100%;
        float: none; } }

.search-content {
  padding-top: 5px; }
  .search-content #content-area {
    display: flex; }
    @media (max-width: 575px) {
      .search-content #content-area {
        display: block; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .search-content #content-area {
        display: block; } }
    .search-content #content-area #left-area {
      padding-left: calc((100% - 940px) / 2);
      background-color: #fff;
      margin-top: 5px; }
      @media (max-width: 575px) {
        .search-content #content-area #left-area {
          padding: 0 20px; }
          .search-content #content-area #left-area fieldset input.search__input {
            font-size: 18px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .search-content #content-area #left-area {
          padding: 0 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .search-content #content-area #left-area {
          padding: 0 20px; } }
      .search-content #content-area #left-area p.search__result {
        width: 100%;
        color: #000; }
      .search-content #content-area #left-area .search__results {
        padding-bottom: 3em; }
      .search-content #content-area #left-area .search__entry {
        max-width: 600px; }
        .search-content #content-area #left-area .search__entry .search__entry-content .search__entry-title {
          margin-bottom: .5em;
          font-size: 28px;
          font-weight: 500;
          line-height: 1.2em;
          padding-bottom: 0;
          margin-block-start: 1em; }
        .search-content #content-area #left-area .search__entry .search__entry-content .search__entry-meta a, .search-content #content-area #left-area .search__entry .search__entry-content .search__entry-meta span {
          color: #000;
          font-size: 16px;
          line-height: 1.5em; }
        .search-content #content-area #left-area .search__entry .search__entry-content .search__entry-teaser-text p {
          color: #000;
          font-family: "Roboto";
          font-size: 16px;
          line-height: 24px;
          margin-block-start: .8em;
          margin-block-end: 1em; }

.page__header {
  width: 100%;
  margin-top: 4em;
  margin-bottom: 3em; }
  .page__header .page__title {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #444; }
  .page__header .search__form {
    max-width: 600px; }
    .page__header .search__form fieldset {
      margin-bottom: 1.5em;
      padding: 0;
      border: 0 none transparent; }
      .page__header .search__form fieldset input.search__input {
        font-family: "Khand";
        height: auto;
        width: 100%;
        font-size: 22px;
        line-height: 2em;
        font-weight: 600;
        text-transform: none;
        border-top: 0;
        border-right: 0;
        border-bottom: 4px solid #444;
        border-left: 0; }
      .page__header .search__form fieldset .search__submit {
        display: none; }

.page-template-default article .article__body.richtext {
  margin-top: 5px;
  padding-left: calc((100% - 940px) / 2);
  padding-right: calc((100% - 940px) / 2); }
  .page-template-default article .article__body.richtext h2 {
    font-size: 32px;
    font-weight: 500;
    padding-left: 30px;
    line-height: 1.1em;
    margin-bottom: .5em; }
    .page-template-default article .article__body.richtext h2:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    @media (max-width: 575px) {
      .page-template-default article .article__body.richtext h2 {
        font-size: 16px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .page-template-default article .article__body.richtext h2 {
        font-size: 24px; } }

.page-template-default article .static__entry__tilt {
  background-color: #fff;
  padding-left: calc((100% - 940px) / 2);
  padding-top: 81px !important;
  padding-bottom: 81px !important; }
  @media (max-width: 575px) {
    .page-template-default article .static__entry__tilt {
      width: 100% !important;
      margin-right: 0;
      padding: 2em; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .page-template-default article .static__entry__tilt {
      width: 100% !important;
      margin-right: 0;
      padding: 2em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-template-default article .static__entry__tilt {
      padding: 2em; } }
  .page-template-default article .static__entry__tilt a {
    color: #c81b27; }

.page-template-default h1 {
  font-family: "Khand";
  font-size: 52px !important;
  font-weight: 600;
  line-height: 1.1em;
  padding-bottom: 1.5em;
  color: #000 !important;
  text-transform: uppercase; }
  @media (max-width: 575px) {
    .page-template-default h1 {
      font-size: 36px !important; } }

.page-template-default h3 {
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold; }

.page-template-default p {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.6em;
  text-transform: none;
  color: #000 !important; }

@media (max-width: 575px) {
  .page-template-default .main__sidebar {
    width: 100% !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .page-template-default .main__sidebar {
    width: 100% !important; } }
