@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500&display=swap&subset=latin-ext");
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel .news_card {
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  margin-right: 20px !important;
  width: max-content;
}

.owl-stage {
  display: flex;
}

.news_card {
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #fff;
  flex-wrap: wrap;
  height: max-content;
  margin-bottom: 30px;
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .news_card {
    height: max-content;
  }
}
.news_card .image {
  min-height: 100%;
  float: left;
  width: 40%;
  display: block;
  max-height: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news_card .image {
    width: 100%;
    height: 250px;
  }
}
.news_card .image a {
  width: 100%;
  height: 100%;
  display: block;
}
.news_card .image a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.news_card .content {
  z-index: 0;
  width: calc(60%);
  /*
  height: 100%;
  */
  float: left;
  padding: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .news_card .content {
    width: calc(100%);
    height: max-content;
  }
}
.news_card .content:before {
  z-index: -1;
  content: "";
  background: #fff;
  position: absolute;
  height: 60px;
  width: 60px;
  top: calc(50% - 30px);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .news_card .content:before {
    top: -30px;
    left: calc(50% - 30px);
  }
}
.news_card .content .title {
  margin-top: 0;
  font-family: "Raleway";
  font-size: calc(10px + 1vw);
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1em;
  color: #404040;
}
@media (max-width: 991px) {
  .news_card .content .title {
    font-size: 24px;
  }
}
.news_card .content .title strong {
  color: #000;
}
.news_card .content .date {
  font-family: "Raleway";
  font-style: italic;
  font-size: 16px;
  padding-left: 40px;
  color: #404040;
  position: relative;
}
.news_card .content .date:before {
  content: "//";
  display: inline-block;
  font-weight: bold;
  color: #ffd86a;
  font-size: 24px;
  position: absolute;
  left: 0;
}
.news_card .content .text {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news_card .content .icons {
  margin-top: 10px;
}
.news_card .content .icon {
  color: #606060 !important;
  font-size: 20px;
  margin-right: 8px;
}
.news_card.right {
  flex-direction: row;
}
@media (max-width: 991px) {
  .news_card.right .content {
    padding-right: 30px;
  }
}
.news_card.right .content:before {
  left: -30px !important;
}
@media (max-width: 991px) {
  .news_card.right .content:before {
    top: -30px;
    left: calc(50% - 30px) !important;
  }
}
.news_card.left {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .news_card.left .content {
    padding-left: 30px;
  }
}
.news_card.left .content:before {
  right: -30px !important;
}
@media (max-width: 991px) {
  .news_card.left .content:before {
    top: -30px;
    left: calc(50% - 30px) !important;
  }
}
.news_card.limited_stand {
  width: auto !important;
  height: calc(100% - 60px);
  flex-direction: column;
  margin-right: 0px !important;
}
.news_card.limited_stand .image {
  width: 100%;
  height: 15vw;
  min-height: 15vw;
}
.news_card.limited_stand .image img {
  height: auto !important;
}
.news_card.limited_stand .image.standing_image {
  width: 100%;
  height: 30vw;
  min-height: 30vw;
}
@media (max-width: 991px) {
  .news_card.limited_stand .image.standing_image {
    height: 85vw;
    min-height: 85vw;
  }
}
@media (max-width: 991px) {
  .news_card.limited_stand .image {
    height: 60vw;
    min-height: 60vw;
  }
}
.news_card.limited_stand .content {
  width: calc(100%);
  padding: 15px !important;
}
.news_card.limited_stand .content:before {
  width: 30px;
  height: 30px;
  top: -15px;
  left: calc(50% - 15px);
}
.news_card.limited_stand .content .title {
  font-size: 16px;
  line-height: 18px;
}
.news_card.limited_stand .content .text {
  display: none;
}
.news_card.limited_stand .content .date {
  font-family: "Raleway";
  font-style: italic;
  font-size: 12px;
  padding-left: 20px;
  color: #404040;
  position: relative;
}
.news_card.limited_stand .content .date:before {
  content: "//";
  display: inline-block;
  font-weight: bold;
  color: #ffd86a;
  font-size: 14px;
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  .news_card.limited_stand .content .title {
    font-size: 20px;
    line-height: 24px;
  }
  .news_card.limited_stand .content:before {
    width: 50px;
    height: 50px;
    top: -25px;
    left: calc(50% - 25px);
  }
}
@media (max-width: 576px) {
  .news_card.limited_stand .content .title {
    font-size: 16px;
    line-height: 16px;
  }
  .news_card.limited_stand .content:before {
    width: 30px;
    height: 30px;
    top: -15px;
    left: calc(50% - 15px);
  }
}
.news_card.as_carousel_item {
  height: 250px;
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  margin-right: 20px !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .news_card.as_carousel_item {
    height: auto;
  }
}
.news_card.as_carousel_item .image {
  width: 50%;
}
@media (max-width: 1199px) {
  .news_card.as_carousel_item .image {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .news_card.as_carousel_item .image {
    width: 100%;
    height: 55vw;
  }
}
.news_card.as_carousel_item .content {
  width: calc(50%);
  padding: 20px;
}
@media (max-width: 1199px) {
  .news_card.as_carousel_item .content {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .news_card.as_carousel_item .content {
    width: 100%;
  }
}
.news_card.as_carousel_item .content:before {
  height: 40px;
  width: 40px;
  top: calc(50% - 20px);
}
@media (max-width: 767px) {
  .news_card.as_carousel_item .content:before {
    top: -20px;
    left: calc(50% - 20px);
  }
}
.news_card.as_carousel_item .content .title {
  font-size: 14px;
}
.news_card.as_carousel_item .content .date {
  font-size: 12px;
}
.news_card.as_carousel_item .content .date:before {
  font-size: 12px;
}
.news_card.as_carousel_item .content .text {
  font-size: 14px;
}
.news_card.as_carousel_item .content .icon {
  font-size: 16px;
}
.news_card.as_carousel_item.right {
  flex-direction: row;
}
.news_card.as_carousel_item.right .content:before {
  left: -20px !important;
}
@media (max-width: 767px) {
  .news_card.as_carousel_item.right .content:before {
    top: -20px;
    left: calc(50% - 20px) !important;
  }
}
.news_card.as_carousel_item.left {
  flex-direction: row-reverse;
}
.news_card.as_carousel_item.left .content:before {
  right: -20px !important;
}
@media (max-width: 767px) {
  .news_card.as_carousel_item.left .content:before {
    top: -20px;
    left: calc(50% - 20px) !important;
  }
}
.news_card.noImage {
  padding: 10px;
}

.noImage {
  width: 100% !important;
  padding: 30px 30px !important;
}
.noImage:before {
  display: none !important;
}

.news_highlight {
  width: 100%;
  position: relative;
}
.news_highlight .image {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.news_highlight .image .featured-image {
  display: block;
}
.news_highlight .image img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.news_highlight .title {
  background-color: #ffffff;
}
.news_highlight .title h2 {
  font-family: "Raleway";
  font-size: 24px;
  text-transform: uppercase;
  color: #313332;
  font-weight: bold;
  padding: 20px;
}

.latest_news {
  width: 100%;
  position: relative;
  padding: 10px;
  background-color: #fff;
  max-height: 450px;
  overflow-y: scroll;
}
.latest_news .label {
  font-family: "Raleway";
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.latest_news ul {
  padding-inline-start: 20px;
  padding: 0 0 0 110px;
}
.latest_news ul li {
  list-style-type: none;
  margin-bottom: 10px;
  text-indent: -110px;
}
.latest_news ul li .title {
  font-family: "Raleway";
  color: #000;
  font-weight: bold;
}
.latest_news ul li .title:before {
  content: "//";
  margin-right: 5px;
  font-weight: bold;
  position: relative;
  color: #ffd86a;
}
.latest_news ul li .date {
  font-family: "Raleway";
  list-style-type: none;
  color: #000;
  margin-right: 15px;
}

.news_video {
  width: 100%;
  position: relative;
}
.news_video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.news_video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_video .title {
  background-color: #ffffff;
}
.news_video .title h2 {
  font-family: "Raleway";
  font-size: 24px;
  text-transform: uppercase;
  color: #313332;
  font-weight: bold;
  padding: 20px;
}

.call_to_arm_card {
  height: 90px;
  display: flex;
}
.call_to_arm_card .image {
  display: inline-block;
  width: 15%;
  height: 100%;
}
.call_to_arm_card .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.call_to_arm_card .content-block {
  background-color: #ffffff;
  width: 85%;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}
@media (max-width: 576px) {
  .call_to_arm_card .content-block {
    padding: 8px 8px;
  }
}
.call_to_arm_card .content-block:before {
  content: "";
  position: absolute;
  left: -10px;
  top: calc(50% - 10px);
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.call_to_arm_card .content-block .text {
  font-family: "Raleway";
}
@media (max-width: 576px) {
  .call_to_arm_card .content-block .text {
    line-height: 1;
  }
}
.call_to_arm_card .content-block .text strong {
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .call_to_arm_card .content-block .text strong {
    font-size: 12px;
  }
}
.call_to_arm_card .content-block .text span {
  font-size: 14px;
}
@media (max-width: 576px) {
  .call_to_arm_card .content-block .text span {
    font-size: 11px;
  }
}
.call_to_arm_card .content-block .button {
  text-transform: uppercase;
  width: 120px;
  height: 40px;
  background-color: #ffd86a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  font-family: "Raleway";
  cursor: pointer;
}
@media (max-width: 576px) {
  .call_to_arm_card .content-block .button {
    width: 90px;
    height: 35px;
    font-size: 10px;
  }
}

.news_select {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 15px;
}
@media (max-width: 768px) {
  .news_select {
    justify-content: center;
  }
  .news_select .dropdown-select {
    width: 100% !important;
  }
  .news_select h2 {
    width: 100% !important;
  }
}
.news_select h2 {
  margin-top: 0;
  font-family: "Raleway";
  font-size: 24px;
  text-transform: uppercase;
  color: #313332;
  font-weight: normal;
  width: 60%;
}
.news_select .dropdown-select {
  position: relative;
  height: 40px;
  width: 30%;
  border: 2px solid #3a4338;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.news_select .dropdown-select.open .list-wrapper {
  display: block;
  height: 200px;
  overflow-y: scroll;
}
.news_select .dropdown-select.open .list-wrapper .dropdown-list {
  height: max-content;
}
.news_select .dropdown-select.open .dropdown-label:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.news_select .dropdown-select .dropdown-label {
  margin-top: 0;
  font-family: "Raleway";
  font-size: 16px;
  text-transform: uppercase;
  color: #3a4338;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.news_select .dropdown-select .dropdown-label:after {
  margin-left: 10px;
  content: "3";
  font-family: "ElegantIcons";
  -webkit-background-size: contain;
  font-size: 20px;
}
.news_select .dropdown-select .list-wrapper {
  position: absolute;
  top: 42px;
  right: 0;
  left: 0;
  display: none;
}
.news_select .dropdown-select .dropdown-list {
  height: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.2);
}
.news_select .dropdown-select .dropdown-list a {
  width: 100%;
  text-align: center;
  font-family: "Raleway";
  font-size: 16px;
  text-transform: uppercase;
  color: #3a4338;
  font-weight: bold;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
}
.news_select .dropdown-select .dropdown-list a:hover {
  background: #3a4338;
  color: #ffffff;
}

.events {
  display: block;
  background: #ffffff;
  padding: 15px;
}
.events .event_row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.events .event_row .month {
  font-family: "Raleway";
  font-weight: bold;
  font-size: 12px;
}
.events .event_row .calendar {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin: 0 10px;
  display: block;
  -webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.3);
}
.events .event_row .calendar .month {
  height: 5px;
  background-color: #3a4338;
  color: #3a4338;
  display: block;
  text-align: center;
  font-family: "Raleway";
  font-size: 14px;
}
.events .event_row .calendar .day {
  background-color: #ffffff;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "Raleway";
  font-weight: bold;
  color: #000 !important;
}
.events .event_row .text {
  font-family: "Raleway";
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  font-weight: bold;
  color: #000 !important;
}
.events .event_row .text:before {
  content: "//";
  font-weight: bold;
  color: #ffd86a;
  font-size: 16px;
  position: absolute;
  left: 0;
}

.next_event {
  width: 100%;
  height: 480px;
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.next_event img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.next_event .footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 30px;
}
.next_event .footer .title {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.next_event .footer .title h2 {
  text-transform: uppercase;
  margin: 0;
  font-family: "Raleway";
  font-weight: normal;
  color: #fff;
  font-size: 28px;
  background-color: #3a4338;
  box-shadow: 0px 0px 0px 0.3em #3a4338;
  line-height: 1.6em;
  display: inline;
  margin-right: 1em;
}
.next_event .footer .keywords {
  font-family: "Raleway";
  background: #ffffff;
  padding: 2px 5px;
  float: right;
}
.next_event .calendar {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.next_event .calendar .month {
  height: 30px;
  padding: 2px 5px;
  background-color: #3a4338;
  color: #ffffff;
  display: block;
  text-align: center;
  font-family: "Raleway";
  font-size: 14px;
}
.next_event .calendar .day {
  background-color: #ffffff;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 33px;
  font-family: "Raleway";
  font-weight: bold;
}

#tribe-events {
  /*LIST */
}
#tribe-events .tribe-events-back {
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px 0px;
}
#tribe-events .tribe-events-single-event-title {
  font-size: 30px;
  margin-bottom: 15px;
  padding: 0 !important;
  text-transform: uppercase;
}
#tribe-events .tribe-events-schedule {
  padding-left: 30px;
  background: none;
  border: none;
}
#tribe-events .tribe-events-schedule h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 400 !important;
}
#tribe-events .tribe-events-schedule:before {
  content: "//";
  display: inline-block;
  font-weight: bold;
  color: #ffd86a;
  font-size: 24px;
  position: absolute;
  left: 0;
}
#tribe-events .tribe-events-button {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  position: relative;
  background-color: #ffd86a !important;
  color: #313332 !important;
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Raleway";
  letter-spacing: 2px;
  padding: 0.2em 1em;
  line-height: 1.7em !important;
  position: relative;
  border: none;
  border-radius: 3px;
  outline: 0;
  transition: all 300ms ease 0ms;
  text-transform: uppercase !important;
  cursor: pointer;
}
#tribe-events #tribe-events-footer:before {
  display: none;
}
#tribe-events #tribe-events-footer:after {
  display: none;
}
#tribe-events #tribe-events-footer .tribe-events-sub-nav {
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
  width: auto;
  max-width: 50%;
}
#tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous a {
  background: none !important;
  text-align: center;
  color: #3a4338;
  padding: 10px 5px;
}
#tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
  width: auto;
}
#tribe-events #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a {
  background: none !important;
  text-align: center;
  color: #3a4338;
  padding: 10px 5px;
}
#tribe-events #tribe-bar-form.tribe-bar-full .tribe-bar-filters input {
  border-bottom: 1px solid #b9b9b9;
  font-style: normal;
  font-family: "Raleway";
}
#tribe-events #tribe-bar-form.tribe-bar-full .tribe-bar-filters input ::placeholder {
  font-style: normal !important;
}
#tribe-events #tribe-bar-form.tribe-bar-full .tribe-bar-filters input:focus {
  border-right: none;
  border-left: none;
  border-top: none;
  outline: none !important;
}
#tribe-events #tribe-bar-form.tribe-bar-full .tribe-bar-submit {
  width: auto;
  margin-right: 10px;
  margin-left: 30px;
}
#tribe-events #tribe-bar-form.tribe-bar-full .tribe-bar-submit input {
  letter-spacing: 2px !important;
  margin: 0 !important;
}
#tribe-events .tribe-events-list .tribe-events-loop {
  max-width: 100%;
}
#tribe-events .tribe-events-list .type-tribe_events {
  position: relative;
  background: #ffffff;
  padding: 30px;
}
#tribe-events .tribe-events-list .tribe-events-list-separator-month span {
  background-color: #4a6756;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
#tribe-events .tribe-events-list .tribe-events-event-meta {
  padding: 0 !important;
  background: transparent !important;
  margin-top: 0px;
}
#tribe-events .tribe-events-list .tribe-events-event-meta .tribe-event-schedule-details {
  padding-left: 30px;
  font-size: 20px;
  margin: 0;
  font-weight: 400 !important;
  position: relative;
}
#tribe-events .tribe-events-list .tribe-events-event-meta .tribe-event-schedule-details:before {
  content: "//";
  display: inline-block;
  font-weight: bold;
  color: #ffd86a;
  font-size: 24px;
  position: absolute;
  left: 0;
}
#tribe-events .tribe-events-list .tribe-events-list-event-description {
  position: static;
}
#tribe-events .tribe-events-list .tribe-events-read-more {
  font-weight: bold;
  color: #3a4338;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#tribe-events .tribe-events-list .tribe-events-list-event-title {
  font-size: 30px;
  margin-bottom: 15px;
  padding: 0 !important;
  text-transform: uppercase;
}

.distribution-map {
  display: flex;
  justify-content: center;
  align-items: center;
}
.distribution-map .image-wrapper {
  display: block;
  position: relative;
}
.distribution-map .image-wrapper img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.distribution-map .image-wrapper .pin {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 1;
  padding: 3px;
  border: 2px solid #ffd86a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  /* setup tooltips */
  /* the animations */
  /* fade */
}
.distribution-map .image-wrapper .pin .tooltip {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffd86a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  list-style: none;
  font-family: "Raleway";
  font-weight: bold;
  color: #ffd86a;
}
.distribution-map .image-wrapper .pin .tooltip:before,
.distribution-map .image-wrapper .pin .tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.distribution-map .image-wrapper .pin .tooltip:before {
  border-radius: 2px;
  background-color: #ffd86a;
  content: "";
  width: 0;
  height: 4px;
  left: 10px;
  top: calc(50% - 2px);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.distribution-map .image-wrapper .pin .tooltip:after {
  border-radius: 2px;
  color: #ffd86a;
  content: attr(data-title);
  font-size: 18px;
  padding: 0px 10px;
  left: 35px;
  white-space: nowrap;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
.distribution-map .image-wrapper .pin .tooltip.fade:after,
.distribution-map .image-wrapper .pin .tooltip.fade:before {
  transition: all 0.3s ease-in-out;
}
.distribution-map .image-wrapper .pin .tooltip.fade:hover:before {
  width: 35px;
  opacity: 1;
}
.distribution-map .image-wrapper .pin .tooltip.fade:hover:after {
  opacity: 1;
}

.honvedelem_main_footer_section {
  padding-right: 80px !important;
  padding-left: 80px !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  width: 100%;
  max-width: 100%;
  background-color: #000000 !important;
  position: relative;
}
.honvedelem_main_footer_section .honvedelem_footer_buttons {
  padding-top: 25px;
  padding-bottom: 25px;
}
.honvedelem_main_footer_section .honvedelem_footer_buttons .et_pb_css_mix_blend_mode_passthrough {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  z-index: 9;
  position: relative;
}
.honvedelem_main_footer_section .honvedelem_footer_buttons .et_pb_css_mix_blend_mode_passthrough .et_pb_button_module_wrapper a {
  font-weight: normal !important;
}
.honvedelem_main_footer_section .honvedelem_footer_menu {
  padding-top: 25px;
  padding-bottom: 25px;
}
.honvedelem_main_footer_section .honvedelem_footer_social_icons li:hover a:before {
  color: #ffffff !important;
}
.honvedelem_main_footer_section .footer_menu_list ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
@media (max-width: 881px) {
  .honvedelem_main_footer_section .footer_menu_list ul {
    flex-direction: column;
  }
}
.honvedelem_main_footer_section .footer_menu_list ul li {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Raleway";
  color: #fff;
  white-space: nowrap;
}
.honvedelem_main_footer_section .footer_menu_list ul li a {
  color: #fff !important;
}
.honvedelem_main_footer_section .footer_menu_list ul li:before {
  content: "//";
  font-size: 15px;
  font-family: "Raleway";
  text-transform: uppercase;
  color: #ffd86a;
  padding: 0 10px;
}
.honvedelem_main_footer_section .footer_menu_list ul li:first-child:before {
  content: "";
  padding: 0;
  font-size: 0;
}
@media (max-width: 881px) {
  .honvedelem_main_footer_section .footer_menu_list ul li:first-child:before {
    content: "//";
    font-size: 15px;
    font-family: "Raleway";
    text-transform: uppercase;
    color: #ffd86a;
    padding: 0 10px;
  }
}
.honvedelem_main_footer_section .social_media_column p {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Raleway";
  color: #fff;
  font-weight: bold;
}
.honvedelem_main_footer_section .social_media_column p:before {
  content: "//";
  font-size: 15px;
  font-family: "Raleway";
  text-transform: uppercase;
  color: #ffd86a;
  padding: 0 10px;
}

#footer-bottom {
  display: none;
}

#bottom_footer {
  padding-right: 80px !important;
  padding-left: 80px !important;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
  max-width: 100%;
  background-color: #000000 !important;
  position: relative;
}
#bottom_footer #bottom_footer_links p {
  word-break: keep-all;
  text-transform: none;
  text-align: left;
}
#bottom_footer #bottom_footer_links p a {
  text-transform: none !important;
  color: #313332 !important;
}
#bottom_footer #bottom_footer_links p a:hover {
  color: white !important;
}
#bottom_footer #bottom_footer_inteliart p {
  word-break: keep-all;
  text-transform: none;
  text-align: right;
}
@media (max-width: 980px) {
  #bottom_footer #bottom_footer_inteliart p {
    text-align: left;
  }
}
#bottom_footer #bottom_footer_inteliart p a {
  text-transform: none !important;
  color: #313332 !important;
}
#bottom_footer #bottom_footer_inteliart p a:hover {
  color: white !important;
}
#bottom_footer .et_pb_row {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: self-start;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#et-secondary-nav {
  width: 100%;
}
#et-secondary-nav #et-secondary-menu {
  width: 100%;
  padding-right: 50px;
}
#et-secondary-nav #et-secondary-menu .honvedelem_social_icon a:hover:before {
  display: none;
}
#et-secondary-nav #et-secondary-menu .honvedelem_related_page {
  float: right;
  margin: 0;
}
#et-secondary-nav #et-secondary-menu .honvedelem_related_page:after {
  content: "|";
  padding: 0 5px;
  color: #fff;
}
#et-secondary-nav #et-secondary-menu .honvedelem_related_page.crest {
  padding-left: 17px;
}
#et-secondary-nav #et-secondary-menu .honvedelem_related_page.crest:after {
  display: none;
}

#et-secondary-nav #et-secondary-menu #menu-item-wpml-ls-94-hu {
  float: right;
  margin: 0;
  margin-right: 25px;
  position: absolute;
  right: 0;
}
#et-secondary-nav #et-secondary-menu #menu-item-wpml-ls-94-hu span {
  display: none;
}
#et-secondary-nav #et-secondary-menu #menu-item-wpml-ls-94-hu .sub-menu {
  right: 0;
  left: 0;
  width: auto;
  background-color: #4a6756;
  border-top: 3px solid #4a6756;
}
#et-secondary-nav #et-secondary-menu #menu-item-wpml-ls-94-hu .sub-menu li {
  padding: 0;
  text-align: center;
}
#et-secondary-nav #et-secondary-menu #menu-item-wpml-ls-94-hu .sub-menu li a {
  padding: 0;
}
#et-extra-mobile-menu .honvedelem_social_icon {
  display: inline;
}
#et-extra-mobile-menu .honvedelem_social_icon a {
  display: inline;
}
#et-extra-mobile-menu .honvedelem_related_page {
  font-size: 10px;
}
#et-extra-mobile-menu .honvedelem_related_page:after {
  display: none;
}
#et-extra-mobile-menu .honvedelem_contact_item {
  font-size: 10px;
}

.et_pb_extra_column_sidebar {
  /*CATEGORY SELECT*/
}
.et_pb_extra_column_sidebar .widgettitle {
  background: #4a6756;
}
.et_pb_extra_column_sidebar form {
  height: 100%;
  padding: 15px;
}
.et_pb_extra_column_sidebar form #cat {
  height: 40px;
  background: none;
  border: 2px solid #3a4338;
  width: 100%;
  margin: 0px;
  position: relative;
}

.honvedelem_carousel_1 {
  position: relative;
}
.honvedelem_carousel_1 .owl-carousel {
  width: 100%;
  overflow: hidden;
  position: static;
}
.honvedelem_carousel_1 .owl-carousel .owl-nav {
  z-index: 99;
}
.honvedelem_carousel_1 .owl-carousel .owl-nav .owl-prev {
  background-color: transparent !important;
  position: absolute;
  top: calc(50% - 50px);
  left: -40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.honvedelem_carousel_1 .owl-carousel .owl-nav .owl-prev i.arrow_carrot-left, .honvedelem_carousel_1 .owl-carousel .owl-nav .owl-prev i.arrow_carrot-right {
  font-style: normal !important;
  font-family: "ElegantIcons";
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffd86a !important;
}
.honvedelem_carousel_1 .owl-carousel .owl-nav .owl-prev:hover {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.honvedelem_carousel_1 .owl-carousel .owl-nav .owl-prev:focus {
  outline: none !important;
}
.honvedelem_carousel_1 .owl-carousel .owl-nav .owl-next {
  background-color: transparent !important;
  position: absolute;
  top: calc(50% - 50px);
  right: -40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.honvedelem_carousel_1 .owl-carousel .owl-nav .owl-next i.arrow_carrot-left, .honvedelem_carousel_1 .owl-carousel .owl-nav .owl-next i.arrow_carrot-right {
  font-style: normal !important;
  font-family: "ElegantIcons";
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffd86a !important;
}
.honvedelem_carousel_1 .owl-carousel .owl-nav .owl-next:hover {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.honvedelem_carousel_1 .owl-carousel .owl-nav .owl-next:focus {
  outline: none !important;
}

.owl-carousel {
  width: 100%;
  overflow: hidden;
  position: static;
}
.owl-carousel .owl-nav {
  z-index: 99;
}
.owl-carousel .owl-nav .owl-prev {
  background-color: transparent !important;
  position: absolute;
  top: calc(50% - 50px);
  left: -50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.owl-carousel .owl-nav .owl-prev i.arrow_carrot-left, .owl-carousel .owl-nav .owl-prev i.arrow_carrot-right {
  font-style: normal !important;
  font-family: "ElegantIcons";
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffd86a !important;
}
.owl-carousel .owl-nav .owl-prev:hover {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.owl-carousel .owl-nav .owl-prev:focus {
  outline: none !important;
}
.owl-carousel .owl-nav .owl-next {
  background-color: transparent !important;
  position: absolute;
  top: calc(50% - 50px);
  right: -50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.owl-carousel .owl-nav .owl-next i.arrow_carrot-left, .owl-carousel .owl-nav .owl-next i.arrow_carrot-right {
  font-style: normal !important;
  font-family: "ElegantIcons";
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffd86a !important;
}
.owl-carousel .owl-nav .owl-next:hover {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.owl-carousel .owl-nav .owl-next:focus {
  outline: none !important;
}

article.hentry {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.custom-html-widget {
  padding: 0 !important;
}

.honvedelem_sidebar_box {
  display: block;
}
.honvedelem_sidebar_box.dark {
  background-color: #3a4338 !important;
  color: #ffffff !important;
}
.honvedelem_sidebar_box.dark .button-box button:hover {
  color: #ffffff !important;
  background-color: transparent !important;
}
.honvedelem_sidebar_box.dark .button-box button:hover i {
  color: #ffffff !important;
}
.honvedelem_sidebar_box.dark .title, .honvedelem_sidebar_box.dark .subtitle, .honvedelem_sidebar_box.dark .label, .honvedelem_sidebar_box.dark .text {
  color: #ffffff !important;
}
.honvedelem_sidebar_box.light {
  background-color: #ffffff !important;
  color: #404040 !important;
}
.honvedelem_sidebar_box.light .link {
  color: #404040 !important;
}
.honvedelem_sidebar_box .centerize {
  text-align: center;
}
.honvedelem_sidebar_box .content-block {
  padding: 20px;
  display: block;
}
.honvedelem_sidebar_box .content-block .title {
  display: block;
  width: 100%;
  font-family: "Raleway";
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.honvedelem_sidebar_box .content-block .subtitle {
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  font-family: "Raleway";
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}
.honvedelem_sidebar_box .content-block .label {
  display: block;
  width: 100%;
  font-family: "Raleway";
  font-size: 16px;
  font-style: italic;
  position: relative;
}
.honvedelem_sidebar_box .content-block .text {
  display: block;
  width: 100%;
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.8em;
}
.honvedelem_sidebar_box .content-block .link {
  display: block;
  width: 100%;
  color: #ffd86a !important;
  text-decoration: underline;
  font-family: "Raleway";
  font-size: 16px;
  margin: 10px 0;
}
.honvedelem_sidebar_box .content-block .link:hover {
  text-decoration: none;
}
.honvedelem_sidebar_box .content-block .button-box {
  display: block;
  width: 100%;
}
.honvedelem_sidebar_box .content-block .button-box button {
  position: relative;
  background-color: #ffd86a !important;
  color: #313332 !important;
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  font-family: "Raleway";
  letter-spacing: 2px;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  position: relative;
  border: none;
  border-radius: 3px;
  outline: 0;
  transition: all 300ms ease 0ms;
  text-transform: uppercase !important;
  cursor: pointer;
  margin: 10px 0;
}
.honvedelem_sidebar_box .content-block .button-box button i {
  font-family: "ElegantIcons";
  font-style: normal;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 300ms ease 0ms;
}
.honvedelem_sidebar_box .content-block .button-box button:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-right: calc(24px + 1em);
  background-color: transparent !important;
}
.honvedelem_sidebar_box .content-block .button-box button:hover i {
  opacity: 1;
}
.honvedelem_sidebar_box .image-block {
  width: 100%;
  height: auto;
}
.honvedelem_sidebar_box .image-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#menuSearchForm {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#menuSearchForm .icon_close {
  font-size: 22px;
}
#menuSearchForm #searchField button {
  display: none;
}
#menuSearchForm #searchField input {
  opacity: 0;
  width: 0px;
  padding: 0;
  transition: width 0.2s ease-in-out;
}
#menuSearchForm #searchField.open button {
  display: inline-block;
}
#menuSearchForm #searchField.open input {
  padding: 10px 15px;
  opacity: 1;
  width: 180px;
}

.kiadvany a {
  color: #313332;
}
.kiadvany .center {
  text-align: center;
}
.kiadvany h2 {
  font-weight: bold !important;
  line-height: 20px !important;
}
.kiadvany .date:before {
  content: "" !important;
}

#et-secondary-nav #et-secondary-menu .honvedelem_related_page.crest:before {
  content: "";
  background: url("/assets/magyar-cimer.png");
  display: inline-block;
  min-width: 20px;
  min-height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 12px;
}

