@charset "UTF-8";
/* a dal 2020 header */
.bodywrapper.stickyspacer {
  margin-top: 52px;
}

/* global blue-white theme definitions start*/
.blue-white {
  font-family: "Roboto", Arial, sans-serif;
}
.blue-white:after {
  content: "";
  clear: both;
  float: none;
  display: block;
  width: 100%;
}
.blue-white .pagination > a {
  background-color: transparent;
  background-image: url("./images/blue-white/sprite-1.png") !important;
  background-size: 120px 30px !important;
}
.blue-white .pagination > a.pagerFirst {
  background-position: 60px 0 !important;
}
.blue-white .pagination > a.pagerPrevious {
  background-position: 90px 0 !important;
}
.blue-white .pagination > a.pagerNext {
  background-position: 0 0 !important;
}
.blue-white .pagination > a.pagerLast {
  background-position: 30px 0 !important;
}
.blue-white .pagination > div {
  background-color: transparent;
  color: black;
  font-weight: 600;
}
.blue-white .pagination > div > a {
  color: black;
}
.blue-white .widgetHeader {
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  position: relative;
}
.blue-white .widgetHeader:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: calc(100% - 380px);
  height: 1px;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
}
@media (max-width: 768px) {
  .blue-white .widgetHeader:before {
    top: calc(100% + 5px);
    width: 80%;
  }
}
.blue-white .widgetHeader h2 {
  color: black;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.blue-white .widgetHeader h2 a {
  color: #230190;
  text-decoration: none;
  display: inline;
  vertical-align: middle;
}
.blue-white .widgetHeader h2 a:after {
  content: "";
  background-image: url(./images/blue-white/sprite-1.png) !important;
  background-size: 120px 30px !important;
  background-position: 30px 0 !important;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.blue-white .widgetHeader h2 a:hover {
  color: black;
}
.blue-white .widgetHeader h2 a:hover:after {
  animation: anim1 1s infinite ease-in-out;
  -moz-animation: anim1 1s infinite ease-in-out;
  -o-animation: anim1 1s infinite ease-in-out;
  -webkit-animation: anim1 1s infinite ease-in-out;
}
.blue-white .widget_multiplerowgrid_widget {
  position: relative;
  margin-bottom: 0;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal {
  position: relative;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk a {
  text-decoration: none;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.video .typeico {
  margin-left: 0;
  margin-top: 0;
  left: inherit;
  right: 10px;
  top: 10px;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.overlay-lead .image-wrapper .cikk-content-moving-container .article-title {
  color: #fff;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 5px;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.overlay-lead .image-wrapper .cikk-content-moving-container .article-lead {
  line-height: normal;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.overlay-lead .image-wrapper .cikk-content-moving-container > a .play-button {
  background-color: rgba(35, 1, 144, 0.8) !important;
  border-color: transparent !important;
  color: white !important;
  border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  left: inherit;
  right: 0;
  bottom: 0;
  margin: 0;
  font-weight: 400;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.displaymodeB .image-wrapper {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.displaymodeB .cikk-content-title {
  background-color: transparent;
  min-height: 68px;
  max-height: 68px;
  display: flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media (max-width: 679px) {
  .blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.displaymodeB .cikk-content-title {
    min-height: inherit;
    max-height: inherit;
  }
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.displaymodeB .cikk-content-title ul {
  display: none;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.displaymodeB .cikk-content-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  height: 1px;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.displaymodeB .cikk-content-title .article-title {
  color: black;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  max-height: 48px;
  overflow: hidden;
  width: 100%;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.displaymodeB .cikk-content-moving-container {
  background-color: transparent;
  height: auto;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.displaymodeB .cikk-content-moving-container .article-lead {
  color: #444;
  font-size: 14px;
  line-height: 20px;
  height: 50px;
  padding: 10px;
  overflow: hidden;
}
@media (max-width: 679px) {
  .blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.displaymodeB .cikk-content-moving-container .article-lead {
    height: auto;
    overflow: inherit;
  }
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.displaymodeB:hover .image-wrapper {
  background-size: 110%;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.displaymodeB:hover .cikk-content-title {
  background-color: rgba(35, 1, 144, 0.1);
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.displaymodeB:hover .cikk-content-title .article-title {
  color: #230190;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .multigridItemWrapper.horizontal .cikk.displaymodeB:hover .cikk-content-moving-container {
  background-color: rgba(35, 1, 144, 0.1);
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper .owl-item .cikk a {
  text-decoration: none;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper .owl-item .cikk.overlay-lead .image-wrapper.overflow {
  position: relative;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper .owl-item .cikk.overlay-lead .image-wrapper.overflow .cikk-content-title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper .owl-item .cikk.overlay-lead .image-wrapper.overflow .cikk-content-title ul + .article-title {
  max-height: calc(100% - 25px);
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper .owl-item .cikk.overlay-lead .image-wrapper.overflow .cikk-content-title .article-title {
  display: flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper .owl-item .cikk.overlay-lead .image-wrapper.overflow .cikk-content-title .article-title a {
  font-size: 16px;
  font-weight: 400;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper .owl-item .cikk.overlay-lead .image-wrapper.overflow .cikk-content-moving-container {
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 20px, rgba(0, 0, 0, 0.7) 20px, rgba(0, 0, 0, 0) 80px);
  background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 20px, rgba(0, 0, 0, 0.7) 20px, rgba(0, 0, 0, 0) 80px);
  background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 20px, rgba(0, 0, 0, 0.7) 20px, rgba(0, 0, 0, 0) 80px);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 20px, rgba(0, 0, 0, 0.7) 20px, rgba(0, 0, 0, 0) 80px);
  /* @include backgroundLinearGradient((180deg, rgba($color-dal-blue, 0.7) 20px, rgba($color-dal-blue, 0.7) 20px, rgba($color-dal-blue, 0) 80px)); */
  background-color: transparent !important;
  background-position: top left;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  padding: 10px;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper .owl-item .cikk.overlay-lead .image-wrapper.overflow .cikk-content-moving-container .article-date {
  color: white;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper .owl-item .cikk.overlay-lead .image-wrapper.overflow .cikk-content-moving-container .article-date:empty {
  display: none;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper .owl-item .cikk.overlay-lead .image-wrapper.overflow .cikk-content-moving-container .article-title {
  font-size: 16px;
  line-height: normal;
  color: white;
  font-weight: 400;
  padding: 5px 0;
  margin-bottom: 0;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper .owl-item .cikk.overlay-lead .image-wrapper.overflow .cikk-content-moving-container .article-lead {
  font-size: 14px;
  line-height: normal;
  color: white;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper .owl-item .cikk.overlay-lead .image-wrapper.overflow .cikk-content-moving-container button {
  background-color: rgba(35, 1, 144, 0.8) !important;
  border-color: transparent !important;
  color: white !important;
  border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  left: inherit;
  right: 0;
  bottom: 0;
  margin: 0;
  font-weight: 400;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] {
  display: flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item {
  padding: 0 10px;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk {
  height: 100%;
  padding: 0;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  margin-bottom: 20px;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk:last-of-type {
  margin-bottom: 0;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk.displaymodeB {
  padding: 0;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk.displaymodeB .agelimitico {
  margin-top: -30px;
  left: 10px;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk.displaymodeB .cikk-content-title {
  background-color: transparent;
  min-height: 68px;
  max-height: 68px;
  display: flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media (max-width: 679px) {
  .blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk.displaymodeB .cikk-content-title {
    min-height: inherit;
    max-height: inherit;
  }
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk.displaymodeB .cikk-content-title ul {
  display: none;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk.displaymodeB .cikk-content-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  height: 1px;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk.displaymodeB .cikk-content-title .article-title {
  color: black;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  max-height: 48px;
  overflow: hidden;
  width: 100%;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk.displaymodeB .cikk-content-moving-container {
  background-color: transparent;
  height: auto;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk.displaymodeB .cikk-content-moving-container .article-lead {
  color: #444;
  font-size: 14px;
  line-height: 20px;
  height: 50px;
  padding: 10px 10px 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 679px) {
  .blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk.displaymodeB .cikk-content-moving-container .article-lead {
    height: auto;
    overflow: inherit;
  }
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk .image-wrapper {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-size: 100%;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk .image-wrapper .typeico {
  left: inherit;
  right: 10px;
  top: 10px;
  margin: 0;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk:hover {
  background-color: rgba(35, 1, 144, 0.1);
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk:hover .image-wrapper {
  background-size: 110%;
}
.blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper[style*="display: block;"] .owl-item .multigridItemWrapper .cikk:hover .cikk-content-title .article-title {
  color: #230190;
}
.blue-white .widget_multiplerowgrid_widget .pagination {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 20;
}
@media (max-width: 679px) {
  .blue-white .widget_multiplerowgrid_widget .pagination {
    position: relative;
    margin-top: 10px;
  }
}
.blue-white .widget_featuredslider_widget {
  margin-bottom: 0;
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer:after {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("./images/blue-white/image-decorator-right.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.segment-full .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer:after {
  width: 40px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper {
    display: flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper {
    display: flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: flex-start;
  }
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item {
  padding: 0;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk {
    display: flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk {
    display: flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
  }
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk > a .image-wrapper {
  border: none !important;
}
.segment-full .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk > a .image-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent {
  background: rgba(35, 1, 144, 0.8);
  width: auto;
  float: none;
  right: 0;
  padding: 10px 40px 10px 50px;
  border-radius: 50px 0 0 0;
  -webkit-border-radius: 50px 0 0 0;
  -moz-border-radius: 50px 0 0 0;
  max-width: 80%;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.segment-full .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .segment-full .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent {
    padding: 5px 20px 10px 30px;
    border-radius: 30px 0 0 0;
    -webkit-border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
  }
}
@media (max-width: 480px) {
  .segment-full .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent {
    position: relative;
    padding: 10px 20px 10px 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}
@media (max-width: 1299px) {
  .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent {
    max-width: 90%;
  }
}
@media (max-width: 1023px) {
  .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent {
    padding: 5px 20px 10px 30px;
    border-radius: 30px 0 0 0;
    -webkit-border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent {
    max-width: 100%;
    position: relative;
    height: auto;
    display: block;
    clear: both;
    padding: 10px 20px 10px 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    flex-grow: 1;
  }
}
@media (max-width: 480px) {
  .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent {
    max-width: 100%;
    position: relative;
    height: auto;
    display: block;
    clear: both;
    padding: 10px 20px 10px 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    flex-grow: 1;
  }
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent .article-meta {
  margin-bottom: 5px;
  color: white;
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent .article-title {
  margin-bottom: 10px !important;
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent .article-title a {
  font-size: 26px !important;
  color: white;
}
@media (max-width: 1299px) {
  .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent .article-title a {
    font-size: 20px !important;
  }
}
@media (max-width: 1023px) {
  .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent .article-title a {
    font-size: 18px !important;
  }
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent .article-lead {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 1299px) {
  .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk .textcontent .article-lead {
    font-size: 14px;
    line-height: 18px;
  }
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk:hover .textcontent {
  padding-bottom: 20px !important;
  background-color: #230190;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk:hover .textcontent {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 480px) {
  .blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-wrapper-outer .owl-wrapper .owl-item .cikk:hover .textcontent {
    padding-bottom: 10px !important;
  }
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-controls {
  height: 30px;
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-controls .owl-pagination .owl-page {
  margin-top: 6px;
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-controls .owl-pagination .owl-page span {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: transparent;
  border: 2px solid black;
  opacity: 1 !important;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-controls .owl-pagination .owl-page.active span {
  width: 42px;
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-controls .owl-buttons .owl-prev {
  margin-left: 30px !important;
}
.blue-white .widget_featuredslider_widget .coverFeaturedSlider .owl-controls .owl-buttons .owl-next {
  margin-right: 30px !important;
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgHeadLine h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #230190;
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent {
  background-color: transparent;
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-prev {
  background-color: #230190;
  border: none;
  text-indent: -40000px;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  background-image: url(./images/mediaklikk_sprite-01.png);
  background-position: 280px -20px;
  color: transparent;
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-next {
  background-color: #230190;
  border: none;
  text-indent: -40000px;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  background-image: url(./images/mediaklikk_sprite-01.png);
  background-position: 240px -20px;
  color: transparent;
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .image .imageZoom {
  background-color: #230190;
  border-radius: 0 0 0 20px;
  -webkit-border-radius: 0 0 0 20px;
  -moz-border-radius: 0 0 0 20px;
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .image .imageZoom a {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("./images/mediaklikk_sprite-01.png");
  background-position: -280px -60px;
  text-indent: -40000px;
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .image .imageNumber {
  background-color: #230190;
  padding-left: 15px;
  left: inherit;
  right: 0;
  border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .galleryTextBlock {
  border: none;
  position: relative;
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .galleryTextBlock:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 1px;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .galleryTextBlock:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  height: 1px;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .galleryTextBlock .galleryInfo {
  font-size: 18px;
}
@media (max-width: 767px) {
  .blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .galleryTextBlock .galleryInfo {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .galleryTextBlock .galleryInfo {
    font-size: 14px;
  }
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .galleryTextBlock .galleryInfo .infoPicto {
  display: none;
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .galleryTextBlock .socialButtons {
  background-color: transparent;
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgBigImgCont .slider .slick-list .slick-track .slick-slide .galleryTextBlock .socialButtons .googleplus {
  display: none;
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgIndexCont .slider .slick-prev {
  background-color: #230190;
  border: none;
  text-indent: -40000px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  background-image: url(./images/mediaklikk_sprite-01.png);
  background-position: 395px -25px;
  color: transparent;
}
.blue-white .widget_hmsgallery2018_widget .ultimateGallery .utgContent .utgIndexCont .slider .slick-next {
  background-color: #230190;
  border: none;
  text-indent: -40000px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  background-image: url(./images/mediaklikk_sprite-01.png);
  background-position: 475px -25px;
  color: transparent;
}
.blue-white .widget_hms_vodplayer_widget .vp-video-outer {
  margin-bottom: 10px;
}
.blue-white .widget_hms_vodplayer_widget .vp-info .program_info {
  padding: 10px;
}
.blue-white .widget_hms_vodplayer_widget .vp-info .program_info .vp-info-title .article_title {
  font-size: 20px;
  color: #230190;
}
@media (max-width: 767px) {
  .blue-white .widget_hms_vodplayer_widget .vp-info .program_info .vp-info-title .article_title {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .blue-white .widget_hms_vodplayer_widget .vp-info .program_info .vp-info-title .article_title {
    font-size: 16px;
  }
}
.blue-white .widget_hms_vodplayer_widget .vp-info .program_info .vp-info-description p {
  font-size: 16px;
  color: #444;
}
@media (max-width: 479px) {
  .blue-white .widget_hms_vodplayer_widget .vp-info .program_info .vp-info-description p {
    font-size: 16px;
  }
}
.blue-white .widget_hms_vodplayer_widget .vp-footer .vp-footer-to-wishlist,
.blue-white .widget_hms_vodplayer_widget .vp-footer .vp-footer-comments {
  display: none;
}
.blue-white .widget_hms_vodplayer_widget .vp-footer .vp-footer-share {
  text-align: center;
}
.blue-white .widget_hms_vodplayer_widget .vp-footer .vp-footer-share #hms_social_wrapper {
  display: inline-block;
  height: 30px;
  margin: 0 auto;
}
.blue-white .widget_hms_vodplayer_widget .vp-footer .vp-footer-share #hms_social_wrapper .gplus_share_wrapper {
  display: none;
}
.blue-white .widget_hms_vodplayer_widget .vp-footer .vp-footer-share #hms_social_wrapper .facebook_share_wrapper {
  display: inline-block;
}
.blue-white .widget_hms_vodplayer_widget .vp-embed-button {
  background-color: #230190;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  float: right;
}
.blue-white .widget_hms_vodplayer_widget .vp-embed-button:hover {
  opacity: 0.8;
}
.blue-white .widget_hms_article_viewer_widget .hms_article_content_wrapper .hms_article_featured_image_container .hms_article_featured_image {
  margin-bottom: 0;
}
.blue-white .widget_hms_article_viewer_widget .hms_article_content_wrapper .hms_article_featured_image_container .hms_article_featured_image .hms_article_title {
  background: rgba(35, 1, 144, 0.8);
  width: auto;
  float: none;
  right: 0;
  bottom: 0;
  padding: 10px 40px 10px 50px;
  border-radius: 50px 0 0 0;
  -webkit-border-radius: 50px 0 0 0;
  -moz-border-radius: 50px 0 0 0;
  max-width: 80%;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .blue-white .widget_hms_article_viewer_widget .hms_article_content_wrapper .hms_article_featured_image_container .hms_article_featured_image .hms_article_title {
    padding: 10px 5% 10px 30px;
    border-radius: 30px 0 0 0;
    -webkit-border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .blue-white .widget_hms_article_viewer_widget .hms_article_content_wrapper .hms_article_featured_image_container .hms_article_featured_image .hms_article_title {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .blue-white .widget_hms_article_viewer_widget .hms_article_content_wrapper .hms_article_featured_image_container .hms_article_featured_image .hms_article_title {
    font-size: 16px;
    line-height: normal;
    max-width: 100%;
    padding: 5px 3% 5px 15px;
    border-radius: 15px 0 0 0;
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
  }
}
.blue-white .widget_hms_article_viewer_widget .dal_data {
  margin: 0 0 10px 0;
  padding: 20px;
  background-color: rgba(35, 1, 144, 0.05);
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
}
.blue-white .widget_hms_article_viewer_widget .dal_data li {
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 640px) {
  .blue-white .widget_hms_article_viewer_widget .dal_data li {
    font-size: 16px;
  }
}
.blue-white .widget_hms_article_viewer_widget .dal_data li:last-of-type {
  margin-bottom: 0;
}
.blue-white .widget_hms_article_viewer_widget .dal_data li .dal_crew_song_title,
.blue-white .widget_hms_article_viewer_widget .dal_data li .dal_crew_song_writers,
.blue-white .widget_hms_article_viewer_widget .dal_data li .dal_crew_song_lyrics {
  color: #444;
  font-size: 14px;
}
.blue-white .widget_hms_article_viewer_widget .dal_data li .fap_data_text {
  font-weight: bold;
  color: #230190;
}
.blue-white .widget_hms_article_viewer_widget .hms_article_lead_content {
  font-size: 18px;
  color: black;
  font-weight: bold;
  line-height: 28px;
  display: inline-block;
  padding: 20px;
  background-color: rgba(35, 1, 144, 0.05);
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: justify;
}
@media (max-width: 480px) {
  .blue-white .widget_hms_article_viewer_widget .hms_article_lead_content {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
  }
}
.blue-white .widget_hms_article_viewer_widget .hmsArticleViewerVideo {
  margin: 15px 0;
}
.blue-white .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper {
  display: inline-block;
  margin: 10px 20px 20px 0;
  width: 100%;
  position: relative;
}
@media (max-width: 960px) {
  .blue-white .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper {
    margin-right: 0;
  }
}
.blue-white .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper:before {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  left: 50%;
  width: calc(100% - 360px);
  height: 1px;
  top: 50%;
  margin-top: -1px;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
}
@media (max-width: 480px) {
  .blue-white .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper:before {
    width: 100%;
    top: 30px;
  }
}
.blue-white .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper span.hms_article_post_date {
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
  width: 168px;
  text-align: center;
  height: 20px;
  background-color: #230190;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
@media (max-width: 480px) {
  .blue-white .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper span.hms_article_post_date {
    margin-bottom: 10px;
  }
}
.blue-white .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper #hms_social_wrapper {
  display: inline-block;
  float: right;
}
@media (max-width: 480px) {
  .blue-white .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper #hms_social_wrapper {
    width: 100%;
  }
}
.blue-white .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper #hms_social_wrapper .facebook_share_wrapper,
.blue-white .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper #hms_social_wrapper .twitter_share_wrapper {
  margin: 0 0 0 15px;
  display: inline-block;
  float: right;
}
.blue-white .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper #hms_social_wrapper .gplus_share_wrapper {
  display: none;
}
@media (max-width: 480px) {
  .blue-white .widget_hms_article_viewer_widget .hms_auth_and_date_wrapper #hms_social_wrapper {
    margin-top: 11px;
  }
}
.blue-white .widget_hms_article_viewer_widget .hms_article_post_content {
  font-size: 16px;
  line-height: 24px;
}
.blue-white .widget_hms_article_viewer_widget .hms_article_post_content p {
  margin-bottom: 20px;
}
.blue-white .widget_hms_article_viewer_widget .hms_article_post_content a {
  color: #230190;
}
.blue-white .widget_hms_article_viewer_widget .hms_article_post_content .articleGallery {
  text-align: center;
  margin: 30px 0;
}
.blue-white .widget_hms_article_viewer_widget .hms_article_post_content .instagram-media {
  margin: 30px auto !important;
}
.blue-white .widget_hms_article_viewer_widget .hms_article_post_content .twitter-tweet {
  width: 100% !important;
  float: none !important;
}
.blue-white .widget_hms_article_viewer_widget .hms_article_post_content .twitter-tweet .EmbeddedTweet {
  margin: auto !important;
}
.blue-white .widget_hms_article_viewer_widget .hms_article_post_content .aFramed.full {
  color: black;
  letter-spacing: 1px;
  text-align: center;
  font-style: oblique;
  padding: 30px 0 10px;
  width: 90%;
  margin: 0 auto;
}
.blue-white .widget_hms_article_viewer_widget .hms_article_post_content .aFramed.full:before {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  position: relative;
  top: -20px;
  left: 50%;
  z-index: 9;
  opacity: 1;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
}
.blue-white .widget_hms_article_viewer_widget .hms_article_post_content .aFramed.full:after {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  position: relative;
  top: 5px;
  left: 50%;
  z-index: 9;
  opacity: 1;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
}
.blue-white .widget_hms_article_viewer_widget .hms_article_post_content .aFramed.normal {
  color: black;
  letter-spacing: 1px;
  text-align: justify;
  font-style: oblique;
  padding: 30px 30px 10px 0;
  width: calc((100% - 40px) / 2);
  float: left;
  margin-right: 30px;
  position: relative;
  font-family: "Roboto", Arial, sans-serif;
}
@media (max-width: 480px) {
  .blue-white .widget_hms_article_viewer_widget .hms_article_post_content .aFramed.normal {
    width: 100%;
    color: black;
    letter-spacing: 1px;
    text-align: center;
    font-style: oblique;
    padding: 30px 0 10px;
    margin: 0 auto 30px;
  }
  .blue-white .widget_hms_article_viewer_widget .hms_article_post_content .aFramed.normal:before {
    content: "";
    display: block;
    height: 1px;
    width: 80%;
    position: relative;
    top: -20px;
    left: 50%;
    z-index: 9;
    opacity: 1;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
    background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
    background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
    background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  }
  .blue-white .widget_hms_article_viewer_widget .hms_article_post_content .aFramed.normal:after {
    content: "";
    display: block;
    height: 1px;
    width: 80%;
    position: relative;
    top: 5px;
    left: 50%;
    z-index: 9;
    opacity: 1;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
    background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
    background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
    background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  }
}
.blue-white .widget_hms_article_viewer_widget .hms_article_post_content .aFramed.normal:after {
  content: "";
  display: block;
  height: 70%;
  width: 1px;
  position: absolute;
  right: 0;
  z-index: 9;
  opacity: 1;
  top: 15%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  background-image: -webkit-linear-gradient(180deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -o-linear-gradient(180deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -moz-linear-gradient(180deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: linear-gradient(180deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
}
@media (max-width: 480px) {
  .blue-white .widget_hms_article_viewer_widget .hms_article_post_content .aFramed.normal:after {
    content: "";
    display: block;
    height: 1px;
    width: 80%;
    position: relative;
    top: 5px;
    left: 50%;
    z-index: 9;
    opacity: 1;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
    background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
    background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
    background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  }
}
.blue-white .widget_hms_article_viewer_widget .hms-banner-wrapper + .hms_tag_and_social_wrapper {
  padding-right: 0 !important;
}
.blue-white .widget_hms_article_viewer_widget .hms_tag_and_social_wrapper {
  width: 100%;
  padding-right: 200px;
  margin: 50px 0 80px;
  position: relative;
}
.blue-white .widget_hms_article_viewer_widget .hms_tag_and_social_wrapper .hms_tag_wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.blue-white .widget_hms_article_viewer_widget .hms_tag_and_social_wrapper .hms_tag_wrapper a {
  padding: 3px 8px;
  background-color: #230190;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-right: 5px;
}
.blue-white .widget_hms_article_viewer_widget .hms_tag_and_social_wrapper .hms_tag_wrapper a:before {
  content: "#";
  color: white;
  margin-right: 5px;
}
.blue-white .widget_hms_article_viewer_widget .hms_tag_and_social_wrapper .hms_tag_wrapper a span {
  color: white;
}
.blue-white .widget_hms_article_viewer_widget .hms_tag_and_social_wrapper .hms_tag_wrapper a:last-of-type {
  margin-right: 0;
}
.blue-white .widget_hms_article_viewer_widget .hms_tag_and_social_wrapper #hms_social_wrapper {
  padding-top: 21px;
  position: relative;
  width: 100%;
  text-align: right;
}
.blue-white .widget_hms_article_viewer_widget .hms_tag_and_social_wrapper #hms_social_wrapper > div {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.blue-white .widget_hms_article_viewer_widget .hms_tag_and_social_wrapper #hms_social_wrapper .facebook_share_wrapper {
  display: inline-block;
}
.blue-white .widget_hms_article_viewer_widget .hms_tag_and_social_wrapper #hms_social_wrapper .gplus_share_wrapper {
  display: none;
}
.blue-white .widget_hms_article_viewer_widget .hms_tag_and_social_wrapper #hms_social_wrapper:before {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  top: 0;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
}
.blue-white .widget_hms_article_viewer_widget .hms_article_featured_image_container:after {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("./images/blue-white/image-decorator-right.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
.blue-white.widget_hms_fap_video_embed_widget {
  margin-top: 10px;
  margin-bottom: 20px;
}
.grid_4 .blue-white .widgetHeader:before {
  top: calc(100% + 5px);
  width: 80%;
}
.grid_4 .blue-white .widget_listwithimageortag_widget {
  margin-bottom: 30px;
}
.grid_4 .blue-white .widget_listwithimageortag_widget .cikk.nagy .text-content-wrapper p.article-lead, .grid_4 .blue-white .widget_listwithimageortag_widget .cikk.kozepes .text-content-wrapper p.article-lead, .grid_4 .blue-white .widget_listwithimageortag_widget .cikk.kicsi .text-content-wrapper p.article-lead {
  color: #333;
}
.grid_4 .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .image-wrapper:before {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("./images/blue-white/image-decorator-small-left.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: 1;
}
.grid_4 .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .image-wrapper:after {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("./images/blue-white/image-decorator-small-left.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  z-index: 1;
}
.grid_4 .blue-white .widget_listwithimageortag_widget .cikk {
  padding: 0;
  margin: 2px 0;
  transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
}
.grid_4 .blue-white .widget_listwithimageortag_widget a:hover {
  text-decoration: none;
}
.grid_4 .blue-white .widget_listwithimageortag_widget h1.article-title {
  padding-top: 5px;
  font-size: 18px;
  line-height: 26px;
  color: black;
}
.grid_4 .blue-white .widget_listwithimageortag_widget h1.article-title:hover {
  color: #230190;
}
.grid_4 .blue-white + .widget_hms_cover_facebookshare_widget {
  margin-bottom: 40px;
  text-align: center;
}

/* global blue-white theme definitions stop */
/* Menu section start */
.aDal2020Menu {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.98) !important;
}
.aDal2020Menu .widget_ultimatummenu .navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.aDal2020Menu .widget_ultimatummenu .navbar:before {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  opacity: 1;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
}
.aDal2020Menu .widget_ultimatummenu .navbar:after {
  content: "";
  display: block;
  height: 1px;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner {
  margin-bottom: 0 !important;
  border: none;
  background: transparent;
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
@media (max-width: 979px) {
  .aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner {
    padding: 0;
  }
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container {
  position: relative;
  z-index: 8;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .btn-navbar {
  background-color: transparent;
  background-image: none;
  border: none;
  margin: 11px 65px 12px 80px;
  float: left;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .btn-navbar .icon-bar {
  background-color: #230190;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .brand {
  position: absolute;
  width: 70px;
  height: 50px;
  left: 0;
  top: 0;
  opacity: 0;
  text-indent: -40000px;
  border-bottom: 2px solid #b5b5b5;
  background-image: -webkit-linear-gradient(180deg, transparent 50px, rgba(255, 255, 255, 0.98) 50px);
  background-image: -o-linear-gradient(180deg, transparent 50px, rgba(255, 255, 255, 0.98) 50px);
  background-image: -moz-linear-gradient(180deg, transparent 50px, rgba(255, 255, 255, 0.98) 50px);
  background-image: linear-gradient(180deg, transparent 50px, rgba(255, 255, 255, 0.98) 50px);
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  pointer-events: none;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .brand:before {
  content: "";
  background-image: url(./images/blue-white/a-dal-2020-logo.png);
  background-color: transparent;
  background-size: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 70px;
  height: 70px;
  border: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media (max-width: 979px) {
  .aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse {
    overflow-y: auto;
    position: absolute;
    top: 50px;
    max-height: calc(100vh - 65px);
    background-color: white;
    width: 100%;
  }
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse.collapse.in {
  padding: 5px 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav {
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media (max-width: 979px) {
  .aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav {
    padding-left: inherit;
  }
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav > .menu-item {
  margin-right: 4px;
}
@media (max-width: 979px) {
  .aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav > .menu-item {
    width: 100%;
    margin-right: 0;
  }
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav > .menu-item:last-of-type {
  margin-right: 0;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav > .menu-item > a {
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
}
@media (max-width: 1130px) {
  .aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav > .menu-item > a {
    padding: 5px 7px;
  }
}
@media (max-width: 979px) {
  .aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav > .menu-item > a {
    margin: 5px 0;
    line-height: 30px;
  }
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item {
  float: none;
  display: inline-block;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item > a {
  color: #230190;
  font-weight: 600;
  position: relative;
  text-shadow: none;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item.dropdown .dropdown-toggle .caret {
  border-top-color: #230190;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 5px;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item.dropdown .dropdown-menu {
  border-radius: 20;
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  margin-top: 0;
  border-color: #230190;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item.dropdown .dropdown-menu:after {
  border-bottom: 10px solid #230190;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item.dropdown .dropdown-menu:before {
  border-left-width: 12px;
  border-right-width: 12px;
  border-bottom-width: 12px;
  top: -12px;
  left: 8px;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item.dropdown .dropdown-menu .menu-item {
  width: 90%;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item.dropdown .dropdown-menu .menu-item a {
  line-height: 30px;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item.dropdown .dropdown-menu .menu-item a:hover {
  background: rgba(35, 1, 144, 0.2);
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item.current-menu-item > a {
  background-color: #230190;
  color: white;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item.current-menu-item > a:hover {
  background-color: rgba(35, 1, 144, 0.4);
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item:hover > a {
  background-color: rgba(35, 1, 144, 0.2);
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item.open > .dropdown-toggle {
  background-color: #230190;
  color: white;
}
.aDal2020Menu .widget_ultimatummenu .navbar .navbar-inner .container .nav-collapse .nav .menu-item.open > .dropdown-toggle .caret {
  border-top: 0;
  border-bottom: 4px solid white;
}
.aDal2020Menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}
.aDal2020Menu.sticky .widget_ultimatummenu .navbar:before {
  opacity: 0;
}
.aDal2020Menu.sticky .widget_ultimatummenu .navbar .container .brand {
  opacity: 1;
  height: 70px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  z-index: 9999;
  pointer-events: auto;
}
.aDal2020Menu.sticky .widget_ultimatummenu .navbar .container .brand:before {
  background-size: 40px auto;
}
@media (min-width: 980px) {
  .aDal2020Menu.sticky .widget_ultimatummenu .navbar .container .nav-collapse .nav {
    padding-left: 60px;
  }
}

/* a dal 2020 header end */
/* hero section */
.aDal2020Hero {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bodywrapper .wrapper .cover .aDal2020Hero {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
.aDal2020Hero .hh-row-wrapper {
  width: 100%;
  max-width: 1600px !important;
  display: flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
}
@media (max-width: 768px) {
  .aDal2020Hero .hh-row-wrapper {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.aDal2020Hero .hh-row-wrapper .row-title-container {
  display: none;
}
.aDal2020Hero .hh-row-wrapper .row-title-container + .hh-row-segment {
  padding-right: 15px !important;
  padding-left: 10px;
}
@media (max-width: 1299px) {
  .aDal2020Hero .hh-row-wrapper .row-title-container + .hh-row-segment {
    padding-right: 10px !important;
  }
}
@media (max-width: 768px) {
  .aDal2020Hero .hh-row-wrapper .row-title-container + .hh-row-segment {
    padding-right: 0 !important;
  }
}
.aDal2020Hero .hh-row-wrapper .row-title-container + .hh-row-segment + .hh-row-segment {
  padding-left: 15px !important;
  padding-right: 10px;
}
@media (max-width: 1299px) {
  .aDal2020Hero .hh-row-wrapper .row-title-container + .hh-row-segment + .hh-row-segment {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .aDal2020Hero .hh-row-wrapper .row-title-container + .hh-row-segment + .hh-row-segment {
    padding-right: 0 !important;
    width: 100% !important;
  }
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment {
  padding: 0 !important;
  /* theme blue-white specific definitions start */
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .widget {
  height: 100%;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white {
  height: 100%;
  /* widget list with image or tag start */
  /* widget list with image or tag stop */
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget {
  display: flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag {
  flex-grow: 1;
  height: 100%;
}
@media (max-width: 768px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag {
    margin-top: 20px;
  }
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer {
  height: 100%;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper {
  height: 100%;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item {
  height: 100%;
  padding: 0;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper {
  display: flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk {
  height: calc((100% - 80px) / 5);
  margin: 0;
  padding: 0;
  display: flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  position: relative;
  background-color: transparent;
}
@media (max-width: 1279px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk {
    height: calc((100% - 40px) / 5);
  }
}
@media (max-width: 839px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk {
    height: calc((100% - 20px) / 5);
  }
}
@media (max-width: 768px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk {
    height: inherit;
    margin-bottom: 10px;
  }
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.right {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.right .text-content-wrapper {
  padding: 0 10px 0 0 !important;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.noImage .text-content-wrapper {
  padding: 0 10px 0 10px !important;
  width: 100% !important;
  border-left: 5px solid #230190;
  background-color: rgba(35, 1, 144, 0.05);
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.noImage .text-content-wrapper:before {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.noImage .text-content-wrapper > a {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 5px);
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk .image-wrapper {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-color: #230190;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk .image-wrapper:before {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 1, 144, 0.5);
  opacity: 0;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk .text-content-wrapper ul > a li {
  color: #230190;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy > a {
    padding-left: 46%;
  }
}
@media (max-width: 768px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy > a {
    width: 30%;
    padding-left: inherit;
    padding-bottom: 17%;
  }
}
@media (max-width: 480px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy > a {
    width: 40%;
    padding-bottom: 22%;
  }
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy > a:before {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("./images/blue-white/image-decorator-small-left.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: 1;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy > a:after {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("./images/blue-white/image-decorator-small-left.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  z-index: 1;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy .text-content-wrapper {
  width: 70%;
  max-height: inherit;
}
@media (max-width: 480px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy .text-content-wrapper {
    width: 60%;
  }
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy .text-content-wrapper ul {
  white-space: nowrap;
  max-width: 100%;
  height: 25px;
  overflow: hidden;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy .text-content-wrapper ul + a .article-title {
  max-height: 52px;
}
@media (max-width: 1200px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy .text-content-wrapper ul + a .article-title {
    max-height: 46px;
  }
}
@media (max-width: 1023px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy .text-content-wrapper ul + a .article-title {
    max-height: 36px;
  }
}
@media (max-width: 768px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy .text-content-wrapper ul + a .article-title {
    max-height: 52px;
  }
}
@media (max-width: 480px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy .text-content-wrapper ul + a .article-title {
    max-height: 40px;
  }
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy .text-content-wrapper > a .article-title {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  overflow: hidden;
  max-height: 78px;
}
@media (max-width: 1200px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy .text-content-wrapper > a .article-title {
    line-height: 23px;
    max-height: 69px;
  }
}
@media (max-width: 1023px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy .text-content-wrapper > a .article-title {
    font-size: 14px;
    line-height: 18px;
    max-height: 54px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy .text-content-wrapper > a .article-title {
    font-size: 18px;
    line-height: 26px;
    max-height: 78px;
  }
}
@media (max-width: 480px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk.nagy .text-content-wrapper > a .article-title {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
  }
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk > a {
  display: block;
  height: 100%;
  padding-left: 34%;
  position: relative;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk > a .image-wrapper {
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-right: 0;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk .text-content-wrapper {
  padding: 0 0 0 10px !important;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk .text-content-wrapper {
    max-height: 51px;
  }
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk .text-content-wrapper > a h1 {
  color: black;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk:hover > a .image-wrapper:before {
  opacity: 1;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk:hover .text-content-wrapper a {
  text-decoration: none;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .coverListWithImageOrTag .owl-wrapper-outer .owl-wrapper .owl-item .listimagetagItemWrapper .cikk:hover .text-content-wrapper a .article-title {
  color: #230190;
}
.aDal2020Hero .hh-row-wrapper .hh-row-segment .blue-white .widget_listwithimageortag_widget .pagination {
  margin: 0 0 0 auto;
  padding-top: 3px;
  height: 30px;
}

/* hero section end */
/* Dalok section start */
.aDal2020Dalok {
  background-image: url("./images/blue-white/block-bg-dalok-blue.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding-top: 0 !important;
  /*Tablazat*/
  /* táblázat vége */
}
.bodywrapper .wrapper .aDal2020Dalok:last-of-type, .bodywrapper .wrapper .cover .aDal2020Dalok:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .bodywrapper .wrapper .aDal2020Dalok, .bodywrapper .wrapper .cover .aDal2020Dalok {
    margin-bottom: 20px !important;
  }
}
.aDal2020Dalok:before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  height: 0;
  padding-top: 4%;
  background-image: url("./images/blue-white/block-separator-top.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .aDal2020Dalok:before {
    margin-bottom: 20px;
  }
}
.aDal2020Dalok:after {
  content: "";
  display: block;
  position: relative;
  bottom: -1px;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  height: 0;
  background-image: url("./images/blue-white/block-separator-top.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translatex(-50%) rotate(180deg);
  -o-transform: translatex(-50%) rotate(180deg);
  -ms-transform: translatex(-50%) rotate(180deg);
  -moz-transform: translatex(-50%) rotate(180deg);
  -webkit-transform: translatex(-50%) rotate(180deg);
  padding-top: calc(4% + 40px);
}
@media (max-width: 768px) {
  .aDal2020Dalok:after {
    padding-top: calc(4% + 20px);
  }
}
.aDal2020Dalok.subpage {
  padding-top: 0 !important;
  margin-top: 20px;
}
.aDal2020Dalok .widgetHeader {
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  position: relative;
}
.aDal2020Dalok .widgetHeader h2 {
  margin: 0;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.aDal2020Dalok .widgetHeader:before {
  content: "";
  width: calc(100% - 380px);
  height: 1px;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
}
@media (max-width: 768px) {
  .aDal2020Dalok .widgetHeader:before {
    top: calc(100% + 5px);
    width: 80%;
  }
}
.aDal2020Dalok .widget_recommendedgrid_widget {
  margin: 0 auto;
  max-width: 1440px;
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister {
  margin-bottom: -20px;
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount {
  display: flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk {
  height: auto;
  margin-bottom: 20px;
  display: flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk {
    width: calc(100% / 3) !important;
  }
}
@media (max-width: 640px) {
  .aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk {
    width: calc(100% / 2) !important;
  }
}
@media (max-width: 420px) {
  .aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk[style*="16.6%"] {
    width: calc(100% / 5) !important;
  }
}
@media (max-width: 1024px) {
  .aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk[style*="16.6%"] {
    width: calc(100% / 4) !important;
  }
}
@media (max-width: 768px) {
  .aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk[style*="16.6%"] {
    width: calc(100% / 3) !important;
  }
}
@media (max-width: 640px) {
  .aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk[style*="16.6%"] {
    width: calc(100% / 2) !important;
  }
}
@media (max-width: 420px) {
  .aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk[style*="16.6%"] {
    width: 100% !important;
  }
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk > a .image-wrapper {
  background-color: #444;
  position: relative;
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk > a .image-wrapper .fell_out {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  justify-content: flex-end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.4);
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk > a .image-wrapper .fell_out span {
  color: white;
  font-size: 14px;
  font-weight: normal;
  background-color: rgba(35, 1, 144, 0.8);
  padding: 5px 5px 0 15px;
  border-radius: 15px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk:hover {
  transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk .textcontent {
  padding: 15px 10px;
  background-color: white;
  flex-grow: 1;
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk .textcontent h1 {
  position: relative;
  display: block;
  text-align: center;
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk .textcontent h1 a {
  color: black;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk .textcontent h1 a span {
  padding-top: 20px;
  display: block;
  position: relative;
  color: #444;
  font-weight: normal;
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk .textcontent h1 a span:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 90%;
  height: 1px;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  background-image: -webkit-linear-gradient(90deg, rgba(51, 51, 51, 0), #333333, rgba(51, 51, 51, 0));
  background-image: -o-linear-gradient(90deg, rgba(51, 51, 51, 0), #333333, rgba(51, 51, 51, 0));
  background-image: -moz-linear-gradient(90deg, rgba(51, 51, 51, 0), #333333, rgba(51, 51, 51, 0));
  background-image: linear-gradient(90deg, rgba(51, 51, 51, 0), #333333, rgba(51, 51, 51, 0));
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk .textcontent h1 a span:before {
  content: "";
  position: relative;
  width: 13px;
  display: inline-block;
  height: 24px;
  background-image: url("./images/blue-white/text-decor-music.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  vertical-align: middle;
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk .textcontent .article-lead {
  color: #444;
  margin-bottom: 0;
  text-align: center;
}
.aDal2020Dalok .widget_recommendedgrid_widget .coverArticleLister.fixedColumnCount .cikk .textcontent .article-lead:not(:empty):before {
  content: "";
  position: relative;
  display: block;
  margin: 8px auto;
  width: 90%;
  height: 1px;
  background-image: -webkit-linear-gradient(90deg, rgba(51, 51, 51, 0), #333333, rgba(51, 51, 51, 0));
  background-image: -o-linear-gradient(90deg, rgba(51, 51, 51, 0), #333333, rgba(51, 51, 51, 0));
  background-image: -moz-linear-gradient(90deg, rgba(51, 51, 51, 0), #333333, rgba(51, 51, 51, 0));
  background-image: linear-gradient(90deg, rgba(51, 51, 51, 0), #333333, rgba(51, 51, 51, 0));
}
.aDal2020Dalok.otherCrew, .aDal2020Dalok.otherCrowCover {
  background: transparent;
}
.aDal2020Dalok.otherCrew:before, .aDal2020Dalok.otherCrew:after, .aDal2020Dalok.otherCrowCover:before, .aDal2020Dalok.otherCrowCover:after {
  display: none;
}
.aDal2020Dalok.otherCrew .widgetHeader h2, .aDal2020Dalok.otherCrowCover .widgetHeader h2 {
  color: black;
}
.aDal2020Dalok.otherCrew .widgetHeader:before, .aDal2020Dalok.otherCrowCover .widgetHeader:before {
  background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
}
.aDal2020Dalok.otherCrew .widget_recommendedgrid_widget .coverArticleLister .cikk, .aDal2020Dalok.otherCrowCover .widget_recommendedgrid_widget .coverArticleLister .cikk {
  position: relative;
  max-width: 300px;
}
.aDal2020Dalok.otherCrew .widget_recommendedgrid_widget .coverArticleLister .cikk .image-wrapper.tizenhatkilenc, .aDal2020Dalok.otherCrowCover .widget_recommendedgrid_widget .coverArticleLister .cikk .image-wrapper.tizenhatkilenc {
  padding-bottom: 150%;
}
.aDal2020Dalok.otherCrew .widget_recommendedgrid_widget .coverArticleLister .cikk .textcontent, .aDal2020Dalok.otherCrowCover .widget_recommendedgrid_widget .coverArticleLister .cikk .textcontent {
  position: absolute;
  bottom: 0;
  right: 10px;
  padding: 5px 10px 5px 20px;
  background-color: rgba(35, 1, 144, 0.8);
  border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
}
.aDal2020Dalok.otherCrew .widget_recommendedgrid_widget .coverArticleLister .cikk .textcontent .article-title, .aDal2020Dalok.otherCrowCover .widget_recommendedgrid_widget .coverArticleLister .cikk .textcontent .article-title {
  margin: 0;
}
.aDal2020Dalok.otherCrew .widget_recommendedgrid_widget .coverArticleLister .cikk .textcontent .article-title a, .aDal2020Dalok.otherCrowCover .widget_recommendedgrid_widget .coverArticleLister .cikk .textcontent .article-title a {
  color: white;
}
.aDal2020Dalok .results h1 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .aDal2020Dalok .results table {
    border: 0;
  }
}
.aDal2020Dalok .results table td {
  color: #75767d;
  color: #ffffff;
  padding: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .aDal2020Dalok .results table td {
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 0.9em;
    text-align: right;
    display: block;
    min-height: 24px;
  }
}
@media (max-width: 768px) {
  .aDal2020Dalok .results table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 3px;
    letter-spacing: 1px;
    padding-left: 10px;
  }
}
.aDal2020Dalok .results table thead td {
  padding: 10px 3px 15px 3px;
  max-width: 85px;
}
.aDal2020Dalok .results tr {
  border-top: solid 0px rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .aDal2020Dalok .results tr {
    display: block;
    margin-bottom: 0.625em;
  }
}
.aDal2020Dalok .results table thead span {
  font-size: 0.9em;
}
.aDal2020Dalok .results table thead img {
  width: 32px;
  height: 32px;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}
.aDal2020Dalok .results .dal2020TabMenu a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  border-radius: 1px;
  background-color: #0d0a4f;
  color: rgba(255, 255, 255, 0.7);
  width: 14.6%;
  margin: 3px 1%;
}
@media (max-width: 1070px) {
  .aDal2020Dalok .results .dal2020TabMenu a {
    width: 27%;
    margin: 5px 3%;
    padding: 14px 1%;
  }
}
@media (max-width: 768px) {
  .aDal2020Dalok .results .dal2020TabMenu a {
    width: 48%;
    margin: 3px 1%;
  }
}
.aDal2020Dalok .results .dal2020TabMenu a:hover {
  border-bottom: 3px solid #f9b400;
  color: #fff;
}
.aDal2020Dalok .results .dal2020TabMenu a.active {
  border-bottom: 3px solid #f9b400;
  color: #fff;
}
.aDal2020Dalok .results .dal2020TabMenu a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .aDal2020Dalok .results #eltunos1, .aDal2020Dalok .results #eltunos2, .aDal2020Dalok .results #eltunos3, .aDal2020Dalok .results #eltunos4, .aDal2020Dalok .results #eltunos5, .aDal2020Dalok .results #eltunos6, .aDal2020Dalok .results #eltunos {
    display: none;
  }
}
.aDal2020Dalok .results .dalResultTableSub {
  border: 0;
}
@media (max-width: 768px) {
  .aDal2020Dalok .results .dalResultTableSub {
    display: none;
  }
}
.aDal2020Dalok .results .tav {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 2px 10px;
  /*
        #eltunos1 .DalJury {
          padding-bottom: 56%;
        }

        #eltunos2 .DalJury {
          padding-bottom: 60%;
        }

        #eltunos4 .DalJury {
          padding-bottom: 60%;
        }
  */
  /*
  ha nincs közönség
  */
  /*
  td:nth-child(7) {display: none;}
  */
}
.aDal2020Dalok .results .tav .card-wr {
  background-color: #ffffff;
  border: 1px solid #0c2146;
  padding: 5px 0 5px;
  border-radius: 5px;
  color: #0d0a4f;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  height: 174px;
  line-height: 17px;
}
@media (max-width: 1137px) {
  .aDal2020Dalok .results .tav .card-wr {
    height: 130px;
    padding: 5px 3px 0;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
  }
}
@media (max-width: 960px) {
  .aDal2020Dalok .results .tav .card-wr {
    height: 115px;
    font-size: 0.7em;
    line-height: 1.2em;
  }
}
.aDal2020Dalok .results .tav .card-wr .juryNameCont {
  display: table;
  height: 60px;
}
@media (max-width: 1137px) {
  .aDal2020Dalok .results .tav .card-wr .juryNameCont {
    display: table;
    height: 45px;
  }
}
@media (max-width: 960px) {
  .aDal2020Dalok .results .tav .card-wr .juryNameCont {
    display: table;
    height: 42px;
  }
}
.aDal2020Dalok .results .tav .card-wr .juryNameCont .juryName {
  /*padding: 0 4px;*/
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 200px;
}
.aDal2020Dalok .results .tav thead {
  color: #7a7c8d;
}
.aDal2020Dalok .results .tav .dalResultTable {
  min-height: 70px !important;
}
.aDal2020Dalok .results .tav span.pontsz {
  font-size: 1.5em;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .aDal2020Dalok .results .tav span.pontsz {
    font-size: 1.2em;
    line-height: 1.7em;
  }
}
.aDal2020Dalok .results .tav .dalResultTableSub {
  padding-left: 20px !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
.aDal2020Dalok .results .tav .dalResultTableSub span {
  clear: both;
  font-family: "robotolight" !important;
}
.aDal2020Dalok .results .tav .dalResultTableSub img {
  width: 8px !important;
  border-radius: 0px !important;
  display: inline !important;
  padding-right: 5px;
  height: 8px !important;
}
.aDal2020Dalok .results .tav .DalSzereplok {
  overflow: hidden;
  min-width: 140px;
}
@media (max-width: 768px) {
  .aDal2020Dalok .results .tav .DalSzereplok {
    overflow: unset;
  }
}
.aDal2020Dalok .results .tav .thatk {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*
  @media (max-width: 420px) {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  */
}
@media (max-width: 768px) {
  .aDal2020Dalok .results .tav .thatk {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@media (max-width: 540px) {
  .aDal2020Dalok .results .tav .thatk {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
.aDal2020Dalok .results .tav .thatk:hover {
  -webkit-transform: rotate(7deg) scale(1.3);
  transform: rotate(7deg) scale(1.3);
}
@media (max-width: 768px) {
  .aDal2020Dalok .results .tav .thatk:hover {
    -webkit-transform: none;
    transform: none;
  }
}
.aDal2020Dalok .results .tav .dalResultKiesett {
  background-image: linear-gradient(89.4deg, #050f3e 24.7%, rgba(255, 255, 255, 0.9) 209.1%);
  background-attachment: fixed;
}
.aDal2020Dalok .results .tav .dalResultKiesett .thatk, .aDal2020Dalok .results .tav .dalResultTovabbKies .thatk {
  opacity: 0.75;
}
.aDal2020Dalok .results .tav .dalResultTovabb {
  background-image: linear-gradient(89.7deg, #050094 35%, #f9b400 75%);
  background-attachment: fixed;
}
.aDal2020Dalok .results .tav .dalResultWinner {
  background-image: linear-gradient(109.6deg, #ff7c00 -50%, #f9b400 50%);
  background-attachment: fixed;
}
.aDal2020Dalok .results .tav .dalResultWinner span {
  color: white;
}
.aDal2020Dalok .results .tav .dalResultAlap {
  background-image: linear-gradient(89.7deg, #050094 35.2%, rgba(45, 78, 195, 0.78) 74.8%, white 133.8%);
  background-attachment: fixed;
}
.aDal2020Dalok .results .tav table {
  border: 0px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.aDal2020Dalok .results .tav table tr {
  border-bottom: 1px solid #ddd;
  padding: 0.35em;
}
.aDal2020Dalok .results .tav table th,
.aDal2020Dalok .results .tav table td {
  padding: 0.25em;
  text-align: center;
}
.aDal2020Dalok .results .tav table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.5em;
  vertical-align: text-bottom;
  /*
  @media (max-width: 420px) {
    font-size: .7em;
    display: block;
  }
  */
}
@media (max-width: 540px) {
  .aDal2020Dalok .results .tav table th {
    font-size: 0.7em;
  }
}
@media (max-width: 768px) {
  .aDal2020Dalok .results .tav .dalok2020 {
    margin: 10px auto 0;
    text-align: center;
  }
}
.aDal2020Dalok .results .tav .dalok2020 span {
  position: relative;
  display: block;
  padding-top: 20px;
}
.aDal2020Dalok .results .tav .dalResultWinner .dalok2020 a,
.aDal2020Dalok .results .tav .dalResultTovabb .dalok2020 a,
.aDal2020Dalok .results .tav .dalResultAlap a {
  color: #ffffff;
  font-size: 17px;
}
.aDal2020Dalok .results .tav .dalResultKiesett .dalok2020 a {
  color: #999999;
  font-size: 17px;
}
.aDal2020Dalok .results .tav .dalResultKiesett span.pontsz {
  color: #999999;
}
.aDal2020Dalok .results .tav .dalok2020 span::before {
  content: "";
  position: relative;
  width: 13px;
  display: inline-block;
  height: 24px;
  background-image: url("https://mediaklikk.hu/wp-content/plugins/hms-global-widgets/common/styles/images/blue-white/text-decor-music.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  vertical-align: middle;
}
.aDal2020Dalok .results .tav .dalResultWinner .dalok2020 span::before,
.aDal2020Dalok .results .tav .dalResultTovabb .dalok2020 span::before,
.aDal2020Dalok .results .tav .dalResultAlap .dalok2020 span::before {
  background-image: url("/wp-content/plugins/hmsResultsManager/common/img/text-decor-music-white.png");
}
.aDal2020Dalok .results .tav .dalResultKiesett .dalok2020 span::before {
  background-image: url("/wp-content/plugins/hmsResultsManager/common/img/text-decor-music-kies.png");
}
@media (max-width: 768px) {
  .aDal2020Dalok .results .tav .dalResultKiesett table td:before {
    color: #999999;
  }
}
.aDal2020Dalok .results .tav .dalok2020 span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 90%;
  height: 1px;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  background-image: -webkit-linear-gradient(90deg, rgba(51, 51, 51, 0), #333333, rgba(51, 51, 51, 0));
  background-image: -o-linear-gradient(90deg, rgba(51, 51, 51, 0), #333333, rgba(51, 51, 51, 0));
  background-image: -moz-linear-gradient(90deg, rgba(51, 51, 51, 0), #333333, rgba(51, 51, 51, 0));
  background-image: linear-gradient(90deg, rgba(51, 51, 51, 0), #333333, rgba(51, 51, 51, 0));
}
.aDal2020Dalok .results .tav .dalResultWinner .dalok2020 span::after,
.aDal2020Dalok .results .tav .dalResultTovabb .dalok2020 span::after,
.aDal2020Dalok .results .tav .dalResultAlap .dalok2020 span::after {
  background-image: -webkit-linear-gradient(90deg, rgba(51, 51, 51, 0), #ffffff, rgba(51, 51, 51, 0));
  background-image: -o-linear-gradient(90deg, rgba(51, 51, 51, 0), #ffffff, rgba(51, 51, 51, 0));
  background-image: -moz-linear-gradient(90deg, rgba(51, 51, 51, 0), #ffffff, rgba(51, 51, 51, 0));
  background-image: linear-gradient(90deg, rgba(51, 51, 51, 0), #ffffff, rgba(51, 51, 51, 0));
}
.aDal2020Dalok .results .tav .dalResultKiesett .dalok2020 span::after {
  background-image: -webkit-linear-gradient(90deg, rgba(51, 51, 51, 0), #999999, rgba(51, 51, 51, 0));
  background-image: -o-linear-gradient(90deg, rgba(51, 51, 51, 0), #999999, rgba(51, 51, 51, 0));
  background-image: -moz-linear-gradient(90deg, rgba(51, 51, 51, 0), #999999, rgba(51, 51, 51, 0));
  background-image: linear-gradient(90deg, rgba(51, 51, 51, 0), #999999, rgba(51, 51, 51, 0));
}
.aDal2020Dalok .results .tav .DalJury {
  width: 90%;
  padding-bottom: 70%;
  position: relative;
  background-size: cover;
  background-position: 79% 6%;
  margin: 0 auto 5px;
  height: 100px;
}
@media (max-width: 1137px) {
  .aDal2020Dalok .results .tav .DalJury {
    height: 64px;
  }
}
@media (max-width: 960px) {
  .aDal2020Dalok .results .tav .DalJury {
    height: 60px;
  }
}
.aDal2020Dalok .results .tav .tav {
  border-collapse: separate;
  border-spacing: 2px 10px;
}
.aDal2020Dalok .results .tav .morespace {
  border-collapse: separate;
  border-spacing: 4px 10px;
}
.aDal2020Dalok .results .tav td:nth-child(1) {
  background-color: #fff;
}

/* Dalok section end */
/* Musorok section start */
.hh-row-container:not(.aDal2020Musorok) + .aDal2020Musorok:before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  height: 0;
  padding-top: 4%;
  background-image: url("./images/blue-white/block-separator-top.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .hh-row-container:not(.aDal2020Musorok) + .aDal2020Musorok:before {
    margin-bottom: 20px;
  }
}

.aDal2020Musorok {
  background-image: url("./images/blue-white/dal_block_1_bg_blue.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.aDal2020Musorok:first-of-type:before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  height: 0;
  padding-top: 4%;
  background-image: url("./images/blue-white/block-separator-top.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .aDal2020Musorok:first-of-type:before {
    margin-bottom: 20px;
  }
}
body .wrapper .cover .aDal2020Musorok {
  margin-bottom: -10px !important;
  padding-bottom: 20px;
}
body .wrapper .cover .aDal2020Musorok.aDal2020MusorokUtolsoElem {
  padding-bottom: 0;
  margin-bottom: 40px !important;
}
.aDal2020Musorok.aDal2020MusorokUtolsoElem:after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  height: 0;
  background-image: url("./images/blue-white/block-separator-top.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translatex(-50%) rotate(180deg);
  -o-transform: translatex(-50%) rotate(180deg);
  -ms-transform: translatex(-50%) rotate(180deg);
  -moz-transform: translatex(-50%) rotate(180deg);
  -webkit-transform: translatex(-50%) rotate(180deg);
  padding-bottom: calc(4% + 40px);
}
@media (max-width: 768px) {
  .aDal2020Musorok.aDal2020MusorokUtolsoElem:after {
    padding-bottom: calc(4% + 20px);
  }
}
.aDal2020Musorok .hh-row-wrapper {
  width: 100%;
  max-width: 1600px !important;
}
.aDal2020Musorok .hh-row-wrapper .blue-white {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 10px;
}
.aDal2020Musorok .hh-row-wrapper .blue-white .widget_multiplerowgrid_widget .widgetHeader:before {
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
}
.aDal2020Musorok .hh-row-wrapper .blue-white .widget_multiplerowgrid_widget .widgetHeader h2 {
  color: white;
}
.aDal2020Musorok .hh-row-wrapper .blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper .owl-item .multigridItemWrapper .cikk.displaymodeB {
  background-color: white;
}
.aDal2020Musorok .hh-row-wrapper .blue-white .widget_multiplerowgrid_widget .coverMultipleGrid .owl-wrapper-outer .owl-wrapper .owl-item .multigridItemWrapper .cikk.displaymodeB .cikk-content-title:after {
  display: none;
}
.aDal2020Musorok .hh-row-wrapper .blue-white .widget_multiplerowgrid_widget .pagination > a {
  background-image: url("./images/mediaklikk_sprite-01.png") !important;
  background-size: inherit !important;
}
.aDal2020Musorok .hh-row-wrapper .blue-white .widget_multiplerowgrid_widget .pagination > a.pagerFirst {
  background-position: -165px -25px !important;
}
.aDal2020Musorok .hh-row-wrapper .blue-white .widget_multiplerowgrid_widget .pagination > a.pagerPrevious {
  background-position: -125px -25px !important;
}
.aDal2020Musorok .hh-row-wrapper .blue-white .widget_multiplerowgrid_widget .pagination > a.pagerNext {
  background-position: -45px -25px !important;
}
.aDal2020Musorok .hh-row-wrapper .blue-white .widget_multiplerowgrid_widget .pagination > a.pagerLast {
  background-position: -205px -25px !important;
}
.aDal2020Musorok .hh-row-wrapper .blue-white .widget_multiplerowgrid_widget .pagination > div {
  color: white;
}
.aDal2020Musorok .hh-row-wrapper .blue-white .widget_multiplerowgrid_widget .pagination > div > a {
  color: white;
}

/* Musorok section end */
/* Galeriak section start */
@media (max-width: 768px) {
  .bodywrapper .wrapper .cover .aDal2020Galeriak {
    margin-bottom: 0 !important;
  }
}
.aDal2020Galeriak .hh-row-wrapper {
  display: flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.aDal2020Galeriak .hh-row-wrapper .row-title-container {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  width: 100%;
}
@media (max-width: 480px) {
  .aDal2020Galeriak .hh-row-wrapper .row-title-container {
    padding: 0 0 0 10px;
  }
}
.aDal2020Galeriak .hh-row-wrapper .row-title-container:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  width: calc(100% - 380px);
  height: 1px;
  transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  background-image: -webkit-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -o-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: -moz-linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
  background-image: linear-gradient(90deg, rgba(35, 1, 144, 0), #230190, rgba(35, 1, 144, 0));
}
@media (max-width: 768px) {
  .aDal2020Galeriak .hh-row-wrapper .row-title-container:before {
    top: calc(100% + 5px);
    width: 80%;
  }
}
.aDal2020Galeriak .hh-row-wrapper .row-title-container .row-title {
  color: black;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.aDal2020Galeriak .hh-row-wrapper .segment-one-fourth {
  width: 340px !important;
  padding-bottom: 30px !important;
}
@media (max-width: 768px) {
  .aDal2020Galeriak .hh-row-wrapper .segment-one-fourth {
    width: 100% !important;
  }
}
.aDal2020Galeriak .hh-row-wrapper .segment-one-fourth > .widget {
  height: 100%;
}
.aDal2020Galeriak .hh-row-wrapper .segment-one-fourth > .widget .widget_dalsocial_widget {
  height: 100%;
  text-align: center;
}
.aDal2020Galeriak .hh-row-wrapper .segment-one-fourth > .widget .widget_dalsocial_widget .fb_iframe_widget {
  height: 100%;
}
.aDal2020Galeriak .hh-row-wrapper .segment-one-fourth > .widget .widget_dalsocial_widget .fb_iframe_widget span {
  height: 100% !important;
  min-height: 500px;
}
.aDal2020Galeriak .hh-row-wrapper .segment-one-fourth > .widget .widget_dalsocial_widget .fb_iframe_widget span iframe {
  height: 100% !important;
}
.aDal2020Galeriak .hh-row-wrapper .segment-three-fourth {
  width: calc(100% - 340px) !important;
  padding: 0 20px !important;
}
@media (max-width: 768px) {
  .aDal2020Galeriak .hh-row-wrapper .segment-three-fourth {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .aDal2020Galeriak .hh-row-wrapper .segment-three-fourth {
    padding: 0 10px !important;
  }
}

/* Galeriak section end */
/* Animation start */
@keyframes anim1 {
  0% {
    margin-left: 5px;
  }
  50% {
    margin-left: 15px;
  }
  100% {
    margin-left: 5px;
  }
}
/* Animation end */
/* lead javitas */
.blue-white .widget_hms_article_viewer_widget .hms_article_lead_content {
  padding: 0;
}

.blue-white .widget_hms_article_viewer_widget .hms_article_lead_content .hms_article_lead_text {
  padding: 20px;
  display: block;
}

.blue-white .widget_hms_article_viewer_widget .hms_article_lead_content .hms_article_lead_text:empty {
  display: none;
}

/* lead javitas */
/* galeria picto javitas */
.blue-white .widget_hms_article_viewer_widget .hms_article_post_content .articleGallery {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 70%;
  cursor: pointer;
  position: relative;
}

.blue-white .widget_hms_article_viewer_widget .hms_article_post_content .articleGalleryPicto {
  background-image: url(/wp-content/plugins/hms-mediaklikk/common/styles/images/mediaklikk_sprite-01.png);
  background-position: -480px -20px;
  top: 50px;
  left: 20px;
  width: 40px;
  height: 40px;
  position: relative;
}

/* wcag ikon menüben m4sport */


.ut-layout-cimlap #accessibility_toggle,
.ut-layout-cimlap-eles #accessibility_toggle,
.ut-layout-bl2019_cimlap #accessibility_toggle,
.ut-layout-magyar_foci_rovatoldal #accessibility_toggle,
.ut-layout-kulfoldi_foci_redesign #accessibility_toggle,
.ut-layout-csapatsportok-rovatoldal #accessibility_toggle,
.ut-layout-egyeni-sportok-rovatoldal #accessibility_toggle,
.ut-layout-technikai-sportok-rovatoldal #accessibility_toggle,
.ut-layout-video-foto-redesign #accessibility_toggle,
.ut-layout-cikk-oldal #accessibility_toggle,
.ut-layout-video-redesign #accessibility_toggle,
.ut-layout-galeria #accessibility_toggle,
.ut-layout-alrovat #accessibility_toggle,
.ut-layout-kereses-redesign #accessibility_toggle,
.ut-layout-otp-bank-redesign #accessibility_toggle,
.ut-layout-merkantil-bank-redesign #accessibility_toggle,
.ut-layout-magyar-foci-tabella-redesign #accessibility_toggle,
.ut-layout-magyar_foci_merkozesek_redesign #accessibility_toggle,
.ut-layout-magyar_foci_gollovo_lista_redesign #accessibility_toggle,
.ut-layout-alrovat-video-lista #accessibility_toggle {
  right: 10px;
  position: fixed;
  top: 70px;
  height: 50px;
  background-color: transparent;
  border-color: transparent;
  z-index: 999999;
  background-image: url(images/blue-white/wcag_ikon.png);
  width: 50px;
  float: left;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-size: 50%;
}
.ut-layout-cimlap-eles #accessibility_toggle
.ut-layout-hirek-lista-oldal #accessibility_toggle,
.ut-layout-videok-lista-oldal #accessibility_toggle,
.ut-layout-galeria-lista-oldal #accessibility_toggle,
.ut-layout-helyszinek-listaoldal #accessibility_toggle,
.ut-layout-menetrend #accessibility_toggle,
.ut-layout-csapatok-jatekosok #accessibility_toggle {
  top: 73px;
}
.ut-layout-bl2019_cimlap #accessibility_toggle {
  top: 70px;
  background-size: 50%;
}

@media (max-width: 380px){
  .responsive-nav-menu {
    margin-right: 40px;
  }
}
@media (max-width: 1023px){

  .ut-layout-cimlap #accessibility_toggle,
  .ut-layout-cimlap-eles #accessibility_toggle,
  .ut-layout-bl2019_cimlap #accessibility_toggle,
  .ut-layout-magyar_foci_rovatoldal #accessibility_toggle,
  .ut-layout-kulfoldi_foci_redesign #accessibility_toggle,
  .ut-layout-csapatsportok-rovatoldal #accessibility_toggle,
  .ut-layout-egyeni-sportok-rovatoldal #accessibility_toggle,
  .ut-layout-technikai-sportok-rovatoldal #accessibility_toggle,
  .ut-layout-video-foto-redesign #accessibility_toggle,
  .ut-layout-cikk-oldal #accessibility_toggle,
  .ut-layout-video-redesign #accessibility_toggle,
  .ut-layout-galeria #accessibility_toggle,
  .ut-layout-alrovat #accessibility_toggle,
  .ut-layout-kereses-redesign #accessibility_toggle,
  .ut-layout-otp-bank-redesign #accessibility_toggle,
  .ut-layout-merkantil-bank-redesign #accessibility_toggle,
  .ut-layout-magyar-foci-tabella-redesign #accessibility_toggle,
  .ut-layout-magyar_foci_merkozesek_redesign #accessibility_toggle,
  .ut-layout-magyar_foci_gollovo_lista_redesign #accessibility_toggle,
  .ut-layout-alrovat-video-lista #accessibility_toggle {
    right: -15px;
    top: 79px;
    background-size: 50%;
  }
}
@media (max-width: 767px){

  .ut-layout-cimlap #accessibility_toggle,
  .ut-layout-cimlap-eles #accessibility_toggle,
  .ut-layout-bl2019_cimlap #accessibility_toggle,
  .ut-layout-magyar_foci_rovatoldal #accessibility_toggle,
  .ut-layout-kulfoldi_foci_redesign #accessibility_toggle,
  .ut-layout-csapatsportok-rovatoldal #accessibility_toggle,
  .ut-layout-egyeni-sportok-rovatoldal #accessibility_toggle,
  .ut-layout-technikai-sportok-rovatoldal #accessibility_toggle,
  .ut-layout-video-foto-redesign #accessibility_toggle,
  .ut-layout-cikk-oldal #accessibility_toggle,
  .ut-layout-video-redesign #accessibility_toggle,
  .ut-layout-galeria #accessibility_toggle,
  .ut-layout-alrovat #accessibility_toggle,
  .ut-layout-kereses-redesign #accessibility_toggle,
  .ut-layout-otp-bank-redesign #accessibility_toggle,
  .ut-layout-merkantil-bank-redesign #accessibility_toggle,
  .ut-layout-magyar-foci-tabella-redesign #accessibility_toggle,
  .ut-layout-magyar_foci_merkozesek_redesign #accessibility_toggle,
  .ut-layout-magyar_foci_gollovo_lista_redesign #accessibility_toggle,
  .ut-layout-alrovat-video-lista #accessibility_toggle {
    right: -15px;
    top: 60px;
    background-size: 50%;
  }
}

.M4Accessibility a:focus {
  color: #ffffff;
}
.M4Accessibility .headNews li.mobile-menu ul {
  background: #000000;
}

/* wcag ikon menüben fap */

.ut-layout-fap2019-cimlap #accessibility_toggle,
.ut-layout-fap2019-hirek #accessibility_toggle,
.ut-layout-fap2019-produkciok #accessibility_toggle,
.ut-layout-fap2019-videok #accessibility_toggle,
.ut-layout-fap2019-galeriak #accessibility_toggle,
.ut-layout-fap2019-versenyzok #accessibility_toggle,
.ut-layout-fap2019-zsuri #accessibility_toggle,
.ut-layout-fap2019-musorvezetok #accessibility_toggle,
.ut-layout-fap2019-cikkmegjelenito #accessibility_toggle,
.ut-layout-fap2019-video-megjelenito #accessibility_toggle,
.ut-layout-fap2019-galeria-megjelenito #accessibility_toggle,
.ut-layout-fap2019-versenyzo-adatlap #accessibility_toggle,
.ut-layout-fap2019-zsuri-adatlap #accessibility_toggle,
.ut-layout-fap2019-musorvezeto-adatlap #accessibility_toggle {
  right: 10px;
  position: fixed;
  top: 10px;
  height: 50px;
  background-color: transparent;
  border-color: transparent;
  z-index: 999999;
  background-image: url(images/blue-white/wcag_ikon.png);
  width: 50px;
  float: left;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-size: 60%;
}
.ut-layout-fap2019-cimlap #accessibility_toggle:focus,
.ut-layout-fap2019-hirek #accessibility_toggle:focus,
.ut-layout-fap2019-produkciok #accessibility_toggle:focus,
.ut-layout-fap2019-videok #accessibility_toggle:focus,
.ut-layout-fap2019-galeriak #accessibility_toggle:focus,
.ut-layout-fap2019-versenyzok #accessibility_toggle:focus,
.ut-layout-fap2019-zsuri #accessibility_toggle:focus,
.ut-layout-fap2019-musorvezetok #accessibility_toggle:focus,
.ut-layout-fap2019-cikkmegjelenito #accessibility_toggle:focus,
.ut-layout-fap2019-video-megjelenito #accessibility_toggle:focus,
.ut-layout-fap2019-galeria-megjelenito #accessibility_toggle:focus,
.ut-layout-fap2019-versenyzo-adatlap #accessibility_toggle:focus,
.ut-layout-fap2019-zsuri-adatlap #accessibility_toggle:focus,
.ut-layout-fap2019-musorvezeto-adatlap #accessibility_toggle:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 979px) {
  .fap_2018_menu .navbar .btn-navbar {
    box-shadow: none;
    border: none;
    margin-top: 20px;
    background: transparent !important;
    margin-right: 35px;
    float: left !important;
  }
}


/* BL */

.ut-layout-bl2019_cimlap #accessibility_toggle,
.ut-layout-bl2019_hirek #accessibility_toggle,
.ut-layout-bl2019_videok #accessibility_toggle,
.ut-layout-bl2019_galeriak #accessibility_toggle,
.ut-layout-bl2019_tabella #accessibility_toggle,
.ut-layout-bl2019_menetrend #accessibility_toggle,
.ut-layout-bl2019_csapatok_jatekosok #accessibility_toggle,
.ut-layout-bl2019_cikk-oldal #accessibility_toggle,
.ut-layout-bl-2019_video #accessibility_toggle,
.ut-layout-bl2019_galeria-megjelenito #accessibility_toggle,
.ut-layout-bl_live_2020_with_feed #accessibility_toggle {
  right: 10px;
  position: fixed;
  top: 71px;
  height: 50px;
  background-color: transparent;
  border-color: transparent;
  z-index: 999999;
  background-image: url(images/blue-white/wcag_ikon.png);
  width: 50px;
  float: left;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (max-width: 1023px){
  .ut-layout-bl2019_cimlap #accessibility_toggle,
  .ut-layout-bl2019_hirek #accessibility_toggle,
  .ut-layout-bl2019_videok #accessibility_toggle,
  .ut-layout-bl2019_galeriak #accessibility_toggle,
  .ut-layout-bl2019_tabella #accessibility_toggle,
  .ut-layout-bl2019_menetrend #accessibility_toggle,
  .ut-layout-bl2019_csapatok_jatekosok #accessibility_toggle,
  .ut-layout-bl2019_cikk-oldal #accessibility_toggle,
  .ut-layout-bl-2019_video #accessibility_toggle,
  .ut-layout-bl2019_galeria-megjelenito #accessibility_toggle,
  .ut-layout-bl_live_2020_with_feed #accessibility_toggle {
    right: -15px;
    top: 79px;
    background-size: 50%;
  }
}
@media (max-width: 767px){
  .ut-layout-bl2019_cimlap #accessibility_toggle,
  .ut-layout-bl2019_hirek #accessibility_toggle,
  .ut-layout-bl2019_videok #accessibility_toggle,
  .ut-layout-bl2019_galeriak #accessibility_toggle,
  .ut-layout-bl2019_tabella #accessibility_toggle,
  .ut-layout-bl2019_menetrend #accessibility_toggle,
  .ut-layout-bl2019_csapatok_jatekosok #accessibility_toggle,
  .ut-layout-bl2019_cikk-oldal #accessibility_toggle,
  .ut-layout-bl-2019_video #accessibility_toggle,
  .ut-layout-bl2019_galeria-megjelenito #accessibility_toggle,
  .ut-layout-bl_live_2020_with_feed #accessibility_toggle {
    right: -15px;
    top: 60px;
    background-size: 50%;
  }
}


/*# sourceMappingURL=blue-white.css.map */
