.rel {
  position: relative;
}

.white {
  color: #fff;
}

a {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

body {
  overflow-x: hidden;
}

.jost {
  font-family: "Jost", sans-serif;
}

.popp {
  font-family: "Poppins", sans-serif;
}

.p100 {
  font-weight: 100;
}

.p200 {
  font-weight: 200;
}

.p300 {
  font-weight: 300;
}

.p400 {
  font-weight: 400;
}

.p500 {
  font-weight: 500;
}

.p600 {
  font-weight: 600;
}

.p700 {
  font-weight: 700;
}

.p800 {
  font-weight: 800;
}

.p900 {
  font-weight: 900;
}

.p10 {
  font-size: 10px;
}

.p12 {
  font-size: 12px;
}

.p14 {
  font-size: 14px;
}

.p15 {
  font-size: 15px;
}

.p16 {
  font-size: 16px;
}

.p18 {
  font-size: 18px;
}

.p20 {
  font-size: 20px;
}

@media only screen and (max-width: 769px) {
  .home .container-fluid:first-child {
    padding-top: 0px !important;
  }
}

.messagebox {
  height: 35px;
  line-height: 35px;
  background: #004BB7;
  font-size: 12px;
}
@media only screen and (max-width: 769px) {
  .messagebox {
    padding-top: 10px !important;
  }
}
@media only screen and (max-width: 576px) {
  .messagebox {
    height: auto;
    line-height: 20px;
    padding-top: 10px;
    text-align: center;
    padding-top: 10px !important;
  }
}
.messagebox .rel {
  padding: 0 10px 0 0;
}
.messagebox .rel span {
  margin-top: -1px;
  margin-left: 5px;
  display: inline-block;
  position: absolute;
  right: -5px;
  top: 0;
}
.messagebox .rel p a {
  transition: all 0.15s;
  padding-right: 15px;
  color: #fff;
  background: url("../img/Icon.svg") 100% 3px no-repeat;
}
.messagebox .rel p a:hover {
  color: #2FBEEF;
  padding-left: 35px;
  background: url("../img/Icon.svg") 20px 3px no-repeat;
}
.messagebox .rel a {
  color: #2FBEEF;
}

.socialicons {
  margin-top: 42px;
  color: #004BB7;
}
@media only screen and (max-width: 769px) {
  .socialicons {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .socialicons a {
    display: block;
    width: 130px;
  }
  .socialicons a img {
    width: 100%;
    object-fit: contain;
  }
}
.socialicons a svg {
  fill: #004BB7;
}
.socialicons a:hover svg {
  fill: #2FBEEF;
}
@media only screen and (max-width: 769px) {
  .socialicons .socialIconColumn span {
    display: none;
  }
}
.socialicons .socialIconColumn .social_icons_block {
  height: 15px;
  margin-top: 0;
}
@media only screen and (max-width: 769px) {
  .socialicons .socialIconColumn .social_icons_block {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 769px) {
  .socialicons .socialIconColumn .social_icons_block a {
    display: block;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .socialicons .socialIconColumn .social_icons_block a img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .socialicons .rightSide {
    display: flex;
    justify-content: flex-end;
    padding: 0px;
    align-items: center;
  }
}
.socialicons .rightSide .hamburgerMobileContainer {
  display: none;
}
@media only screen and (max-width: 769px) {
  .socialicons .rightSide .hamburgerMobileContainer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 140px;
    height: 50px;
    text-align: end;
    cursor: pointer;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .socialicons .rightSide .hamburgerMobileContainer span {
    font-size: 20px;
    font-weight: 600;
    font-family: "Jost";
    text-transform: uppercase;
    letter-spacing: 4px;
    opacity: 1;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 576px) {
  .socialicons .rightSide .hamburgerMobileContainer span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 769px) {
  .socialicons .rightSide .hamburgerMobileContainer .mobileIcon {
    font-size: 20px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .socialicons .rightSide .hamburgerMobileContainer .mobileIcon:last-child {
    display: none;
  }
}
.socialicons .rightSide .buy-ticket {
  width: 146px;
  height: 46px;
  line-height: 46px;
  background: #004BB7;
  text-align: center;
  border-radius: 38px;
}
.socialicons .rightSide .buy-ticket:hover {
  background: #2FBEEF;
}

.menunav .socialIconColumn span {
  letter-spacing: 0.6px;
  font-weight: 600;
}
@media only screen and (max-width: 769px) {
  .menunav .socialIconColumn span {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .menunav .socialIconColumn .social_icons_block {
    width: 100%;
    margin-top: 17px;
    display: flex;
    justify-content: space-evenly;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 769px) {
  .menunav .socialIconColumn .social_icons_block a svg {
    width: 25px;
    height: 25px;
    fill: #fff;
  }
  .menunav .socialIconColumn .social_icons_block a:hover svg {
    fill: #004BB7;
  }
}
@media only screen and (max-width: 769px) {
  .menunav {
    display: none;
    opacity: 0;
    transition: 0.5s;
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 2;
    margin: 0px;
    padding-bottom: 30px;
    background: #2FBEEF;
  }
}
.menunav .navigation {
  margin-top: 35px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .menunav .navigation {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 23px;
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
  }
}
.menunav .navigation div span {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}
.menunav .navigation div span:not(:first-child), .menunav .navigation div span:not(:last-child) {
  margin: 0 35px;
}
@media only screen and (max-width: 991px) {
  .menunav .navigation div span:not(:first-child), .menunav .navigation div span:not(:last-child) {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 769px) {
  .menunav .navigation div span:not(:first-child), .menunav .navigation div span:not(:last-child) {
    margin: 0px;
  }
}
@media only screen and (max-width: 769px) {
  .menunav .navigation div span {
    width: 90%;
    margin: 0px;
    background: #004BB7;
    border-radius: 5px;
    color: #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 17px;
    text-align: left !important;
  }
  .menunav .navigation div span:last-child {
    display: none !important;
  }
}
.menunav .navigation div span a {
  color: #000;
  font-size: 15px;
}
@media only screen and (max-width: 769px) {
  .menunav .navigation div span a {
    color: #fff;
    display: block;
    width: 100%;
    font-size: 16px;
  }
}
.menunav .navigation div span a:hover {
  color: #2FBEEF;
}
.menunav .navigation div.wave_outer {
  width: 48px;
  background: url("../img/menu_hover.png") center 100% no-repeat;
  height: 6px;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  height: 10px;
  display: none;
}
.menunav .navigation .buy-ticket {
  width: 70%;
  height: 46px;
  line-height: 46px;
  background: #004BB7;
  text-align: center;
  border-radius: 38px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.menunav .navigation .buy-ticket:hover {
  background: #2FBEEF;
}
.menunav .navigation .container.submenu {
  position: relative;
  max-width: 1320px;
  margin-top: 30px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .menunav .navigation .container.submenu {
    position: absolute;
    max-width: 1320px;
    margin-top: 0px;
    padding: 0 8px;
    margin: 0 auto;
    top: 0px;
    background: #fff;
    border-radius: 5px;
  }
}
.menunav .navigation .container.submenu .outer_container {
  position: absolute;
  padding: 60px 0 90px 0;
  height: 232px;
  border-radius: 5px;
  left: 0;
  top: 20px;
  right: 0;
  width: 100%;
  max-width: 1296px;
  background: #004BB7;
  z-index: 10000;
}
@media only screen and (max-width: 769px) {
  .menunav .navigation .container.submenu .outer_container {
    position: relative;
    padding: 0px 0 10px 0;
    height: auto;
    border-radius: 5px;
    left: 0;
    top: 0px;
    right: 0;
    width: 96%;
    max-width: 1296px;
    background: #fff;
    z-index: 10000;
    margin-left: auto;
    margin-right: auto;
  }
}
.menunav .navigation .container.submenu .outer_container > div {
  max-width: 1060px;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .menunav .navigation .container.submenu .outer_container .submenu {
    position: relative;
    max-width: 1320px;
    margin-top: 0px;
    padding: 0 8px;
    margin: 0 auto;
    top: 0px;
    background: #fff;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 769px) {
  .menunav .navigation .container.submenu .outer_container .submenu .col {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
}
.menunav .navigation .container.submenu .outer_container .submenu .col a {
  display: block;
  color: #fff;
  text-transform: none;
}
@media only screen and (max-width: 769px) {
  .menunav .navigation .container.submenu .outer_container .submenu .col a {
    display: flex;
    align-items: center;
    background: #004BB7;
    margin-bottom: 5px;
    border-radius: 5px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 17px;
    text-transform: uppercase;
    width: 100%;
  }
}
.menunav .navigation .container.submenu .outer_container .submenu .col a .icon {
  height: 50px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 769px) {
  .menunav .navigation .container.submenu .outer_container .submenu .col a .icon {
    width: 20px;
    height: 25px;
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .menunav .navigation .container.submenu .outer_container .submenu .col a .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.menunav .navigation .container.submenu .outer_container .submenu .col a .subtitle_menu {
  position: relative;
  display: inline-block;
  transition: 0.15s all ease;
}
.menunav .navigation .container.submenu .outer_container .submenu .col a .subtitle_menu:hover {
  padding-left: 25px;
}
.menunav .navigation .container.submenu .outer_container .submenu .col a .subtitle_menu:hover .subicon {
  left: 10px;
}
.menunav .navigation .container.submenu .outer_container .submenu .col a .subtitle_menu .subicon {
  position: absolute;
  right: -25px;
  top: 3px;
}
.menunav .navigation .container.submenu .outer_container .categoryNameMobile {
  display: none;
}
@media only screen and (max-width: 769px) {
  .menunav .navigation .container.submenu .outer_container .categoryNameMobile {
    width: 100%;
    height: 66px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 769px) {
  .menunav .navigation .container.submenu .outer_container .categoryNameMobile span {
    display: inline-block !important;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 5%;
    background: none;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center !important;
    padding-left: 0px;
    color: #004BB7;
  }
}

.blink {
  animation: wiggle 2.7s infinite;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
    /* The image width */
  }
}
@keyframes wiggle {
  2% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  4% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  6% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  8% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  12% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  14% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  16% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  18% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  20% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.container .rightSide {
  padding-top: 12px;
}

.socialIconColumn {
  padding-top: 12px;
}
.socialIconColumn span {
  letter-spacing: 0.6px;
  font-weight: 600;
}

.slider h2,
.slider h3 {
  color: #FFD040;
  font-size: 70px;
  font-family: "Jost", sans-serif;
  font-weight: 800;
}
@media only screen and (max-width: 991px) {
  .slider h2,
.slider h3 {
    font-size: 45px;
  }
}

.slider p {
  margin-top: 20px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins";
}
@media only screen and (max-width: 769px) {
  .slider p {
    text-align: center;
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .slider p {
    font-size: 19px;
  }
}

.featured_image .row {
  background-color: #fff;
}
.featured_image .row .col-4 {
  z-index: 5;
  position: relative;
}
.featured_image .row .col-4 .content_box {
  position: absolute;
  top: 80px;
  width: 520px;
  z-index: 10000;
}
.featured_image .row .col-4 .content_box h2:first-child {
  line-height: 48px;
}
.featured_image .row .col-4 .image_split_bg {
  position: absolute;
  right: -305px;
  top: 0;
  z-index: 99;
}
.featured_image .row .col-4 .image_split_bg_2 {
  position: absolute;
  right: -340px;
  top: -62px;
  height: 812px;
  z-index: 100;
}
.featured_image .row .col-7 {
  z-index: 4;
}
.featured_image .owl-next {
  background: url("../img/right_arrow.png") center center no-repeat !important;
  position: absolute;
  right: 15%;
  top: 40%;
  width: 50px;
  height: 50px;
  transform: translsateY(-50%);
  border: 1px solid #ffd040 !important;
  border-radius: 100%;
  line-height: 16px;
}
.featured_image .owl-prev {
  background: url("../img/left_arrow.png") center center no-repeat !important;
  position: absolute;
  left: 15%;
  top: 40%;
  width: 50px;
  height: 50px;
  transform: tranlsateY(-50%);
  border: 1px solid #ffd040 !important;
  border-radius: 100%;
  line-height: 16px;
}
.featured_image a.slider-link {
  margin-top: 43px;
  width: 146px;
  height: 46px;
  line-height: 44px;
  background: #fff;
  border: 2px solid #2FBEEF;
  color: #2FBEEF;
  text-align: center;
  border-radius: 38px;
}
.featured_image a.slider-link:hover {
  color: #fff;
  background: #2FBEEF;
}
.featured_image .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.featured_image .owl-dots button {
  margin-right: 14px;
  border-radius: 10px;
  height: 5px;
  width: 30px;
  background: #E0E0E0;
}
.featured_image .owl-dots button.active {
  background: #FFD040;
}

@media only screen and (max-width: 769px) {
  .container {
    width: 98%;
    max-width: 98%;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    margin-bottom: 0px !important;
  }
}

.slider {
  margin-top: 40px;
  max-height: 480px;
}
@media only screen and (max-width: 769px) {
  .slider {
    max-height: inherit;
  }
}
.slider .row {
  background-color: #fff;
}
.slider .row .sliderColumnLeft {
  z-index: 5;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .slider .row .sliderColumnLeft {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .slider .row .sliderColumnLeft {
    position: relative;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .slider .row .sliderColumnLeft {
    padding-left: 0px;
  }
}
.slider .row .sliderColumnLeft .content_box {
  position: absolute;
  top: 80px;
  width: 520px;
  z-index: 10000;
}
@media only screen and (max-width: 991px) {
  .slider .row .sliderColumnLeft .content_box {
    top: 28px;
    width: 374px;
  }
}
@media only screen and (max-width: 769px) {
  .slider .row .sliderColumnLeft .content_box {
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .slider .row .sliderColumnLeft .content_box h2 {
    font-size: 35px;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .slider .row .sliderColumnLeft .content_box h2 {
    font-size: 30px;
  }
}
.slider .row .sliderColumnLeft .content_box h2:first-child {
  line-height: 48px;
}
@media only screen and (max-width: 991px) {
  .slider .row .sliderColumnLeft .content_box h2:first-child {
    line-height: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .slider .row .sliderColumnLeft .content_box p {
    text-align: center;
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .slider .row .sliderColumnLeft .content_box p {
    font-size: 19px;
  }
}
.slider .row .sliderColumnLeft .image_split_bg {
  position: absolute;
  right: -305px;
  top: 0;
  z-index: 99;
}
@media only screen and (max-width: 1199px) {
  .slider .row .sliderColumnLeft .image_split_bg {
    right: -220px;
  }
}
@media only screen and (max-width: 991px) {
  .slider .row .sliderColumnLeft .image_split_bg {
    right: -132px;
  }
}
@media only screen and (max-width: 769px) {
  .slider .row .sliderColumnLeft .image_split_bg {
    display: none;
  }
}
.slider .row .sliderColumnLeft .image_split_bg_2 {
  position: absolute;
  right: -340px;
  top: -62px;
  height: 812px;
  z-index: 100;
}
@media only screen and (max-width: 1399px) {
  .slider .row .sliderColumnLeft .image_split_bg_2 {
    height: 738px;
  }
}
@media only screen and (max-width: 1199px) {
  .slider .row .sliderColumnLeft .image_split_bg_2 {
    height: 617px;
    right: -255px;
  }
}
@media only screen and (max-width: 991px) {
  .slider .row .sliderColumnLeft .image_split_bg_2 {
    height: 463px;
    right: -173px;
    top: -36px;
  }
}
@media only screen and (max-width: 769px) {
  .slider .row .sliderColumnLeft .image_split_bg_2 {
    display: none;
  }
}
.slider .row .sliderColumnRight {
  z-index: 4;
}
@media only screen and (max-width: 769px) {
  .slider .row .sliderColumnRight {
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
  }
}
.slider .row .sliderColumnRight img {
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.slider .row .sliderColumnRight img:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.slider .row .sliderColumnRight .mobileWaveContainer {
  display: none;
}
@media only screen and (max-width: 769px) {
  .slider .row .sliderColumnRight .mobileWaveContainer {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -27px;
    background-image: url("../img/white_mobile_wave_repeater.png");
    background-position: center;
    background-size: 18%;
    z-index: 2;
  }
}
@media only screen and (max-width: 576px) {
  .slider .row .sliderColumnRight .mobileWaveContainer {
    bottom: -20px;
    height: 40px;
  }
}
.slider .owl-next {
  background: url("../img/right_arrow.png") center center no-repeat !important;
  position: absolute;
  right: -80px;
  top: 40%;
  width: 50px;
  height: 50px;
  transform: translsateY(-50%);
  border: 1px solid #ffd040 !important;
  border-radius: 100%;
  line-height: 16px;
}
@media only screen and (max-width: 991px) {
  .slider .owl-next {
    right: -50px;
  }
}
@media only screen and (max-width: 769px) {
  .slider .owl-next {
    display: none;
  }
}
.slider .owl-next:hover {
  border: 1px solid #2FBEEF !important;
  background: url("../img/right_arrow_active.png") center center no-repeat !important;
}
.slider .owl-prev {
  background: url("../img/left_arrow.png") center center no-repeat !important;
  position: absolute;
  left: -80px;
  top: 40%;
  width: 50px;
  height: 50px;
  transform: tranlsateY(-50%);
  border: 1px solid #ffd040 !important;
  border-radius: 100%;
  line-height: 16px;
}
@media only screen and (max-width: 991px) {
  .slider .owl-prev {
    left: -50px;
  }
}
@media only screen and (max-width: 769px) {
  .slider .owl-prev {
    display: none;
  }
}
.slider .owl-prev:hover {
  border: 1px solid #2FBEEF !important;
  background: url("../img/left_arrow_active.png") center center no-repeat !important;
}
.slider a.slider-link {
  margin-top: 43px;
  width: 146px;
  height: 46px;
  line-height: 44px;
  background: #fff;
  border: 2px solid #2FBEEF;
  color: #2FBEEF;
  text-align: center;
  border-radius: 38px;
}
@media only screen and (max-width: 769px) {
  .slider a.slider-link {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.slider a.slider-link:hover {
  border: 2px solid #2FBEEF;
  background: #2FBEEF;
  color: #fff;
}
.slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 769px) {
  .slider .owl-dots {
    position: relative;
    display: flex;
    justify-content: center;
    bottom: 30px;
  }
}
.slider .owl-dots button {
  margin-right: 14px;
  border-radius: 10px;
  height: 5px;
  width: 30px;
  background: #E0E0E0;
}
.slider .owl-dots button.active {
  background: #FFD040;
}

.contact_information {
  margin: 70px 0 0 0;
}
.contact_information h3 {
  line-height: normal !important;
}
.contact_information .small_title {
  font-size: 15px;
  color: #004BB7;
}
.contact_information .small_description {
  font-size: 15px;
  color: #222;
}
.contact_information .small_description p {
  line-height: 28px;
}

.contact_form {
  border: 3px solid #ffdd40;
  border-radius: 5px;
  max-width: 980px;
  margin: 70px auto 90px auto;
  padding: 70px;
  box-sizing: border-box;
}
.contact_form textarea.wpcf7-not-valid,
.contact_form input.wpcf7-not-valid {
  border-color: #F03738 !important;
}
.contact_form .wpcf7-not-valid-tip {
  padding-left: 15px;
  background: url("../img/Warning.png") 0 0 no-repeat;
  font-size: 10px;
  font-family: "Poppins";
  font-weight: 500;
  margin-top: 5px;
}
.contact_form h3 {
  margin-bottom: 50px;
}
.contact_form .contact_description p {
  color: #004BB7;
  font-size: 18px;
  font-weight: 500;
}
.contact_form .contact_description p a {
  text-decoration: underline;
  color: #004BB7;
  font-weight: 600;
}
.contact_form .ajax-loader {
  display: none !important;
}
.contact_form form {
  margin-top: 45px;
  max-width: 770px;
}
.contact_form form > p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.contact_form label {
  font-family: "Poppins";
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact_form .field-group br {
  display: none;
}
.contact_form .field-group {
  margin-bottom: 15px;
}
.contact_form input:not([type=submit]) {
  border-radius: 5px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #2fbeef;
  height: 45px;
  width: 98%;
}
.contact_form textarea {
  height: 217px;
  width: 100%;
  resize: none;
  border: 1px solid #2fbeef;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}
.contact_form .buy-ticket {
  border: 0;
  width: 146px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #004BB7;
  text-align: center;
  border-radius: 38px;
}
.contact_form .buy-ticket:hover {
  background: #2FBEEF;
}

.whitebox {
  padding: 12px 0;
  color: #004BB7;
  font-size: 11px;
  font-family: "Poppins";
}
.whitebox .spacing span,
.whitebox .spacing a {
  margin-right: 30px;
  color: #004BB7;
}
@media only screen and (max-width: 576px) {
  .whitebox .spacing {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .whitebox .spacing span {
    display: block;
  }
}

.cookies {
  width: 320px;
  height: 400px;
  background: #fff;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  border: 1px solid #2FBEEF;
}
.cookies .cookies-title {
  font-size: 40px;
  text-align: center;
  margin: 15px 0;
}
.cookies .cookies_inner {
  padding: 50px 35px;
  box-sizing: border-box;
}
.cookies .buy-ticket {
  display: inline-block;
  margin: 10px 0 0 0;
  border: 0;
  width: 138px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #004BB7;
  text-align: center;
  border-radius: 38px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
.cookies .buy-ticket:hover {
  background: #2FBEEF;
}

.grecaptcha-badge,
iframe[title=reCAPTCHA] {
  display: none !important;
}

.tickets-box {
  margin: 70px 0 70px 0;
}

footer .scrollUpBtn {
  display: none;
}
@media only screen and (max-width: 769px) {
  footer .scrollUpBtn {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #FFD040;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: -25px;
  }
  footer .scrollUpBtn img {
    width: 50%;
    height: 50%;
    object-fit: contain;
    transform: rotate(-90deg);
  }
}
footer .indent a {
  text-indent: 5px;
}
footer .footer {
  background: #004BB7;
  padding: 100px 0 81px 0;
  color: #fff;
  font-size: 13px;
}
@media only screen and (max-width: 769px) {
  footer .footer {
    display: flex;
    justify-content: center;
    position: relative;
  }
}
footer .footer .custom_p40 {
  padding-left: 40px;
}
footer .footer .custom_p50 {
  padding-left: 50px;
}
footer .footer a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 576px) {
  footer .footer a {
    padding: 0px;
    margin-bottom: 45px;
    line-height: 0.8;
  }
}
footer .footer a:hover {
  color: #2FBEEF;
}
footer .footer .buy-ticket {
  width: 146px;
  height: 46px;
  line-height: 46px;
  background: #2FBEEF;
  text-align: center;
  border-radius: 38px;
}
footer .footer .buy-ticket:hover {
  background: #fff;
  color: #2FBEEF !important;
}
@media only screen and (max-width: 769px) {
  footer .footer .buy-ticket {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    width: 250px;
  }
}
@media only screen and (max-width: 576px) {
  footer .footer .buy-ticket {
    width: 40%;
    float: none !important;
    margin-top: -50px !important;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 769px) {
  footer .footer {
    padding-top: 20px;
  }
}
footer .footer h2 {
  color: #2FBEEF;
  letter-spacing: 1.2px;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 23px;
}
@media only screen and (max-width: 576px) {
  footer .footer h2 {
    margin-bottom: 15px;
    margin-top: 0px;
    text-align: center;
  }
}
footer .footer .row:first-child {
  margin-bottom: 67px;
}
@media only screen and (max-width: 769px) {
  footer .footer .row:first-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  footer .footer p {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 769px) {
  footer .footer .footer_inner .mainRowFooter {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  footer .footer .footer_inner .mainRowFooter {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  footer .footer .footer_inner .row:last-child div {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 576px) {
  footer .footer .footer_inner .row:last-child div:last-child {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 769px) {
  footer .footer .footer_inner .row div {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
  }
}
footer .local_info a {
  transition: 0.15s all ease;
  display: inline-block;
  margin-top: 8px;
  color: #2FBEEF;
  position: relative;
  padding-right: 17px;
  background: url(../img/link_icon.png) 100% 4px no-repeat;
}
footer .local_info a:hover {
  color: #fff;
  padding-left: 20px;
  background: url(../img/link_icon.png) 0 4px no-repeat;
}
footer .social_icons_block a svg {
  fill: #fff;
}
footer .social_icons_block a:hover svg {
  fill: #2FBEEF;
}

.whitebox a {
  color: #004BB7;
  display: block;
  text-align: center;
}
.whitebox a:hover {
  color: #2FBEEF;
}

.home #content .wrapper {
  margin-top: 150px;
}
@media only screen and (max-width: 991px) {
  .home #content .wrapper {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 769px) {
  .post-type-local_places {
    line-height: 1.2;
  }
}

@media only screen and (max-width: 769px) {
  .centerMobile {
    text-align: center !important;
  }
}

@media only screen and (max-width: 769px) {
  .pricing .boxes {
    margin-bottom: 23px !important;
  }
}

@media only screen and (max-width: 769px) {
  .basic_icon h2 a {
    font-size: 30px !important;
  }
}

.atrakcje {
  background: url("../img/bubble.png") right 10px no-repeat;
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .atrakcje {
    background-position-x: 116%;
    background-position-y: 45px;
    background-size: 169px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .atrakcje {
    background-image: none;
  }
}
@media only screen and (max-width: 576px) {
  .atrakcje {
    margin-top: -50px;
  }
}
.atrakcje .section_title {
  position: relative;
  margin-bottom: 70px;
}
.atrakcje h2 {
  font-size: 70px;
  padding-bottom: 30px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .atrakcje h2:after {
    top: 45px !important;
    left: 93% !important;
  }
}
@media only screen and (max-width: 769px) {
  .atrakcje h2:after {
    display: none;
  }
}
.atrakcje h2:hover {
  cursor: pointer;
}
.atrakcje h2 a {
  font-size: 70px;
  padding-bottom: 30px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .atrakcje h2 a {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .atrakcje h2 a {
    font-size: 35px;
    letter-spacing: 10px;
  }
}
.atrakcje h3.abs {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  color: #004BB7;
  font-size: 35px;
  line-height: 10px;
  font-weight: 600;
  transition: all 500ms;
}
@media only screen and (max-width: 991px) {
  .atrakcje h3.abs {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .atrakcje h3.abs {
    font-size: 25px;
  }
}
.atrakcje h3.abs.hovered {
  bottom: 0;
}
.atrakcje .boxes h3 {
  color: #004BB7;
  font-size: 35px;
  margin: 30px 0 50px 0;
  font-weight: 600;
  transition: all 500ms;
  opacity: 1;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .atrakcje .boxes h3 {
    font-size: 25px;
  }
}
.atrakcje .boxes h3 a {
  text-decoration: none;
  color: #004BB7;
  transition: 0.15s all ease;
}
.atrakcje .boxes h3 a:hover {
  color: #2FBEEF;
  padding-left: 35px;
}
.atrakcje .boxes h3 > span.inact {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 16px;
}
.atrakcje .boxes h3 > span.inact span {
  transition: all 115ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: 15px;
  top: 3px;
}
.atrakcje .boxes h3 > span.act {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 16px;
  transition: all 115ms;
}
.atrakcje .boxes h3 > span.act span {
  transition: all 115ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: 0px;
  top: 3px;
  opacity: 0;
}
.atrakcje .boxes h3:hover {
  color: #2FBEEF;
  cursor: pointer;
}
.atrakcje .boxes h3:hover span.inact span {
  opacity: 0;
}
.atrakcje .boxes h3:hover span.act span {
  left: 36px;
  opacity: 1;
}
.atrakcje .boxes img {
  width: 100% !important;
}

.events {
  background: url("../img/bubble.png") right 10px no-repeat;
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .events {
    background-position-x: 116%;
    background-position-y: 38px;
    background-size: 169px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .events {
    background-image: none;
  }
}
@media only screen and (max-width: 576px) {
  .events {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.events .section_title {
  position: relative;
  margin-bottom: 70px;
}
.events h2 {
  font-size: 70px;
  padding-bottom: 30px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
.events h2:after {
  content: " ";
  background: url("https://boyen.inprogra.dev/wp-content/themes/boyenwaterpark/img/blue_repeater.png") 0 0 repeat-x;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  bottom: 72px;
}
@media only screen and (max-width: 991px) {
  .events h2:after {
    background-position-x: 116%;
    background-position-y: -1px;
    background-size: 70px;
    height: 35px;
    bottom: 42px;
  }
}
@media only screen and (max-width: 769px) {
  .events h2:after {
    display: none;
  }
}
.events h2:hover {
  cursor: pointer;
}
.events h2 a {
  font-size: 70px;
  padding-bottom: 30px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .events h2 a {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .events h2 a {
    font-size: 35px;
    letter-spacing: 5px;
  }
}
.events h3.abs {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  color: #004BB7;
  font-size: 35px;
  line-height: 10px;
  font-weight: 600;
  transition: all 500ms;
}
@media only screen and (max-width: 991px) {
  .events h3.abs {
    font-size: 25px;
  }
}
.events h3.abs.hovered {
  bottom: 0;
}
.events .boxes .news_date {
  background: #FFD040;
  display: inline-block;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  color: #004BB7;
  width: 128px;
  text-align: center;
  margin-bottom: 5px;
}
.events .boxes h3 {
  color: #004BB7;
  font-size: 35px;
  margin: 25px 0 25px 0;
  font-weight: 600;
  transition: all 500ms;
  line-height: 10px;
  opacity: 1;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .events .boxes h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .events .boxes h3 {
    margin: 10px 0px 25px 0px;
  }
}
.events .boxes h3 a {
  text-decoration: none;
  color: #004BB7;
  transition: all 0.15s;
}
.events .boxes h3 a:hover {
  padding-left: 35px;
  color: #2FBEEF;
}
.events .boxes h3 > span.inact {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 16px;
}
@media only screen and (max-width: 991px) {
  .events .boxes h3 > span.inact {
    height: 25px;
  }
}
.events .boxes h3 > span.inact span {
  transition: all 500ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: 15px;
  top: 3px;
}
@media only screen and (max-width: 991px) {
  .events .boxes h3 > span.inact span {
    height: 25px;
  }
}
.events .boxes h3 > span.act {
  position: relative;
  height: 30px;
  width: 0;
}
@media only screen and (max-width: 991px) {
  .events .boxes h3 > span.act {
    height: 25px;
  }
}
.events .boxes h3 > span.act span {
  transition: all 500ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: -4px;
  top: 11px;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .events .boxes h3 > span.act span {
    height: 25px;
    top: 6px;
  }
}
@media only screen and (max-width: 769px) {
  .events .boxes h3 > span.act span {
    top: 3px;
  }
}
@media only screen and (max-width: 576px) {
  .events .boxes h3 > span.act span {
    left: -13px;
  }
}
.events .boxes h3:hover {
  color: #2FBEEF;
  cursor: pointer;
}
.events .boxes h3:hover span.inact span {
  opacity: 0;
}
.events .boxes h3:hover span.act span {
  opacity: 1;
}
.events .boxes img {
  width: 100% !important;
  max-height: 300px;
}
.events .boxes .discount {
  position: absolute;
  color: #004BB7;
  text-decoration: none;
  font-weight: 600;
  right: 18px;
  top: 23px;
  text-align: center;
  font-size: 35px;
  line-height: 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #FFD040;
  display: inline-block;
}
.events .boxes .description_box {
  font-size: 19px;
}
@media only screen and (max-width: 576px) {
  .events .boxes .description_box {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.promotion {
  background: url("../img/bubble_yellow.png") left 10px no-repeat;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .promotion {
    background-position-x: -20%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .promotion {
    background-image: none;
  }
}
.promotion.single_article {
  background: url("../img/bubble.png") right 10px no-repeat;
}
@media only screen and (max-width: 576px) {
  .promotion.single_article .post-type-attractions {
    margin-top: 62px;
  }
}
.promotion .content_blok {
  max-width: 1024px;
  margin: auto;
}
.promotion .content_blok a {
  color: #004BB7;
  text-decoration: none;
}
.promotion .img-fluid-100 {
  width: 100%;
  max-height: 405px;
  margin-bottom: 20px;
}
.promotion .content_gallery {
  margin: 50px 0 50px 0;
}
.promotion .section_title {
  position: relative;
  margin-bottom: 70px;
}
@media only screen and (max-width: 576px) {
  .promotion .section_title {
    margin-bottom: 53px;
  }
}
.promotion .bluecontent {
  font-size: 19px;
  line-height: 33px;
  color: #004BB7;
  margin: 0 auto 70px auto;
  max-width: 1024px;
}
@media only screen and (max-width: 576px) {
  .promotion .bluecontent {
    margin-bottom: 50px;
  }
}
.promotion .featured_image {
  margin-bottom: 70px;
}
@media only screen and (max-width: 576px) {
  .promotion .featured_image {
    margin-bottom: 55px;
  }
}
.promotion h2 {
  font-size: 70px;
  padding-bottom: 30px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .promotion h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .promotion h2 {
    font-size: 35px;
    letter-spacing: 10px;
  }
}
.promotion h2:after {
  content: " ";
  background: url("https://boyen.inprogra.dev/wp-content/themes/boyenwaterpark/img/blue_repeater.png") 28px 0 repeat-x;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 97.8%;
  width: 100%;
  bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .promotion h2:after {
    background-position-x: 114%;
    background-position-y: -1px;
    background-size: 70px;
    height: 35px;
    bottom: 42px;
  }
}
@media only screen and (max-width: 769px) {
  .promotion h2:after {
    display: none;
  }
}
.promotion h2:hover {
  cursor: pointer;
}
.promotion h2 a {
  font-size: 70px;
  padding-bottom: 30px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .promotion h2 a {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .promotion h2 a {
    font-size: 35px;
    letter-spacing: 10px;
  }
}
.promotion h1 {
  font-size: 70px;
  padding-bottom: 0;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 769px) {
  .promotion h1:after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .promotion h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .promotion h1 {
    font-size: 35px;
    letter-spacing: 10px;
  }
}
.promotion h3:not(.abs) {
  color: #004BB7;
  font-size: 35px;
  line-height: 10px;
  font-weight: 600;
  transition: all 500ms;
  font-family: "Jost";
}
@media only screen and (max-width: 991px) {
  .promotion h3:not(.abs) {
    font-size: 25px;
    line-height: 25px;
  }
}
.promotion h3.abs {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  color: #004BB7;
  font-size: 35px;
  line-height: 10px;
  font-weight: 600;
  transition: all 500ms;
}
@media only screen and (max-width: 991px) {
  .promotion h3.abs {
    font-size: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .promotion h3.abs {
    font-size: 25px;
  }
}
.promotion h3.abs.hovered {
  bottom: 0;
}
.promotion .boxes h3 {
  color: #004BB7;
  font-size: 35px;
  margin: 25px 0 25px 0;
  font-weight: 600;
  transition: all 500ms;
  opacity: 1;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .promotion .boxes h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .promotion .boxes h3 {
    margin-top: 10px;
  }
}
.promotion .boxes h3 a {
  text-decoration: none;
  color: #004BB7;
  transition: 0.15s all ease;
}
.promotion .boxes h3 a:hover {
  padding-left: 35px;
  color: #2FBEEF;
}
.promotion .boxes h3 > span.inact {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 16px;
}
@media only screen and (max-width: 991px) {
  .promotion .boxes h3 > span.inact {
    height: 20px;
  }
}
.promotion .boxes h3 > span.inact span {
  transition: all 500ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: 15px;
  top: 3px;
}
@media only screen and (max-width: 991px) {
  .promotion .boxes h3 > span.inact span {
    height: 20px;
  }
}
.promotion .boxes h3 > span.act {
  transition: 0.15s all ease;
  position: relative;
  height: 30px;
  width: 0;
}
@media only screen and (max-width: 991px) {
  .promotion .boxes h3 > span.act {
    height: 20px;
  }
}
.promotion .boxes h3 > span.act span {
  transition: all 500ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: 0px;
  top: 11px;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .promotion .boxes h3 > span.act span {
    height: 20px;
    top: 4px;
  }
}
@media only screen and (max-width: 576px) {
  .promotion .boxes h3 > span.act span {
    left: -13px;
  }
}
.promotion .boxes h3:hover {
  color: #2FBEEF;
  cursor: pointer;
}
.promotion .boxes h3:hover span.inact span {
  opacity: 0;
}
.promotion .boxes h3:hover span.act span {
  opacity: 1;
}
.promotion .boxes img {
  width: 100% !important;
}
.promotion .boxes .discount {
  position: absolute;
  color: #004BB7;
  text-decoration: none;
  font-weight: 600;
  right: 18px;
  top: 23px;
  text-align: center;
  font-size: 35px;
  line-height: 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #FFD040;
  display: inline-block;
}
.promotion .boxes .description_box {
  font-size: 19px;
}
@media only screen and (max-width: 991px) {
  .promotion .boxes .description_box {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .promotion .boxes .description_box {
    margin-bottom: 50px;
    font-size: 14px;
  }
}

.articles_l_r {
  background: url("../img/bubble_yellow.png") left 10px no-repeat;
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .articles_l_r {
    background-position-x: -20%;
    background-position-y: 37px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 769px) {
  .articles_l_r {
    background-image: none;
  }
}
.articles_l_r .section_title {
  position: relative;
  margin-bottom: 70px;
}
.articles_l_r .center_center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}
.articles_l_r .center_center div.description_box {
  max-width: 75%;
  margin: 0 auto 40px auto;
}
.articles_l_r h2 {
  font-size: 70px;
  padding-bottom: 30px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .articles_l_r h2 {
    line-height: 0.5;
    padding-bottom: 40px;
  }
}
.articles_l_r h2:after {
  content: " ";
  background: url("https://boyen.inprogra.dev/wp-content/themes/boyenwaterpark/img/yellow_repeater.png") 28px 0 repeat-x;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  bottom: 72px;
}
@media only screen and (max-width: 991px) {
  .articles_l_r h2:after {
    background-position-x: 115%;
    background-position-y: -1px;
    background-size: 70px;
    height: 35px;
    bottom: 42px;
  }
}
@media only screen and (max-width: 769px) {
  .articles_l_r h2:after {
    display: none;
  }
}
.articles_l_r h2:hover {
  cursor: pointer;
}
.articles_l_r h2 a {
  font-size: 70px;
  padding-bottom: 30px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .articles_l_r h2 a {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .articles_l_r h2 a {
    font-size: 35px;
    letter-spacing: 10px;
  }
}
.articles_l_r h3.abs {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  color: #004BB7;
  font-size: 35px;
  line-height: 10px;
  font-weight: 600;
  transition: all 500ms;
}
@media only screen and (max-width: 576px) {
  .articles_l_r h3.abs {
    font-size: 25px;
  }
}
.articles_l_r h3.abs.hovered {
  bottom: 0;
}
@media only screen and (max-width: 576px) {
  .articles_l_r .boxes {
    margin-top: 100px;
  }
}
.articles_l_r .boxes .row > div {
  margin-bottom: 70px;
}
.articles_l_r .boxes .hoverme_low {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 991px) {
  .articles_l_r .boxes .hoverme_low {
    font-size: 15px;
  }
}
.articles_l_r .boxes .hoverme_low a {
  transition: all 0.15s;
  color: #004BB7;
}
.articles_l_r .boxes .hoverme_low a img {
  position: absolute;
  right: -20px;
  top: 12px;
}
.articles_l_r .boxes .hoverme_low a:hover {
  color: #2FBEEF;
  padding-left: 35px;
}
.articles_l_r .boxes .hoverme_low a:hover img {
  transition: all 500ms;
  left: 5px;
  top: 12px;
}
.articles_l_r .boxes .news_date {
  background: #FFD040;
  display: inline-block;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  color: #004BB7;
  width: 128px;
  text-align: center;
  margin-bottom: 5px;
}
.articles_l_r .boxes h3 {
  color: #004BB7;
  font-size: 35px;
  margin: 25px 0 25px 0;
  font-weight: 600;
  transition: all 500ms;
  opacity: 1;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .articles_l_r .boxes h3 {
    font-size: 25px;
    margin-bottom: 5px;
  }
}
.articles_l_r .boxes h3 a {
  text-decoration: none;
  color: #004BB7;
}
.articles_l_r .boxes h3 a:hover {
  color: #2FBEEF;
}
.articles_l_r .boxes h3 > span.inact {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 16px;
}
.articles_l_r .boxes h3 > span.inact span {
  transition: all 500ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: 15px;
  top: 3px;
}
.articles_l_r .boxes h3 > span.act {
  position: relative;
  height: 30px;
  width: 0;
}
.articles_l_r .boxes h3 > span.act span {
  transition: all 500ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: -34px;
  top: 11px;
  opacity: 0;
}
.articles_l_r .boxes h3:hover {
  color: #2FBEEF;
  cursor: pointer;
}
.articles_l_r .boxes h3:hover span.inact span {
  opacity: 0;
}
.articles_l_r .boxes h3:hover span.act span {
  opacity: 1;
}
.articles_l_r .boxes img:not(.noresize) {
  width: 100% !important;
}
.articles_l_r .boxes a img.noresize {
  margin-top: -6px;
  margin-left: 5px;
}
.articles_l_r .boxes .discount {
  position: absolute;
  color: #004BB7;
  text-decoration: none;
  font-weight: 600;
  right: 18px;
  top: 23px;
  text-align: center;
  font-size: 35px;
  line-height: 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #FFD040;
  display: inline-block;
}
.articles_l_r .boxes .description_box {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .articles_l_r .boxes .description_box {
    font-size: 15px;
  }
}

.instagram {
  background: url("../img/bubble.png") right 10px no-repeat;
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .instagram {
    margin-top: 10px;
    background-position-x: 116%;
    background-position-y: 38px;
    background-size: 169px;
  }
}
@media only screen and (max-width: 769px) {
  .instagram {
    background-image: none;
  }
}
.instagram .section_title {
  position: relative;
  margin-bottom: 30px;
}
.instagram .section_title h3 {
  color: #004BB7;
  font-size: 35px;
}
.instagram .center_center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}
.instagram .center_center div.description_box {
  max-width: 75%;
  margin: 0 auto;
}
.instagram h2 {
  font-size: 70px;
  padding-bottom: 0;
  margin-bottom: -2px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .instagram h2 {
    font-size: 35px;
    letter-spacing: 10px;
  }
}
.instagram h2:after {
  content: " ";
  background: url("https://boyen.inprogra.dev/wp-content/themes/boyenwaterpark/img/blue_repeater.png") 0 0 repeat-x;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  bottom: 82px;
}
@media only screen and (max-width: 991px) {
  .instagram h2:after {
    background-position-x: 116%;
    background-position-y: -1px;
    background-size: 70px;
    height: 35px;
    bottom: 53px;
  }
}
@media only screen and (max-width: 769px) {
  .instagram h2:after {
    display: none;
  }
}
.instagram h2:hover {
  cursor: pointer;
}
.instagram h2 a {
  font-size: 70px;
  padding-bottom: 30px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .instagram h2 a {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .instagram h2 a {
    font-size: 35px;
    letter-spacing: 10px;
  }
}
.instagram h3.abs {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  color: #004BB7;
  font-size: 35px;
  line-height: 10px;
  font-weight: 600;
  transition: all 500ms;
}
@media only screen and (max-width: 991px) {
  .instagram h3.abs {
    font-size: 25px;
  }
}
.instagram h3.abs.hovered {
  bottom: 0;
}
.instagram h3 a {
  color: #004BB7;
  font-size: 35px;
  line-height: 10px;
  font-weight: 600;
  transition: all 500ms;
}
@media only screen and (max-width: 991px) {
  .instagram h3 a {
    font-size: 25px;
  }
}
.instagram .boxes .row > div {
  margin-bottom: 70px;
}
.instagram .boxes .hoverme_low {
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.instagram .boxes .hoverme_low a {
  color: #2FBEEF;
}
.instagram .boxes .news_date {
  background: #FFD040;
  display: inline-block;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  color: #004BB7;
  width: 128px;
  text-align: center;
  margin-bottom: 5px;
}
.instagram .boxes h3 {
  color: #004BB7;
  font-size: 35px;
  margin: 25px 0 25px 0;
  font-weight: 600;
  transition: all 500ms;
  opacity: 1;
  display: inline-block;
}
.instagram .boxes h3 a {
  text-decoration: none;
  color: #004BB7;
}
.instagram .boxes h3 a:hover {
  color: #2FBEEF;
}
.instagram .boxes h3 > span.inact {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 16px;
}
.instagram .boxes h3 > span.inact span {
  transition: all 500ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: 15px;
  top: 3px;
}
.instagram .boxes h3 > span.act {
  position: relative;
  height: 30px;
  width: 0;
}
.instagram .boxes h3 > span.act span {
  transition: all 500ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: -34px;
  top: 11px;
  opacity: 0;
}
.instagram .boxes h3:hover {
  color: #2FBEEF;
  cursor: pointer;
}
.instagram .boxes h3:hover span.inact span {
  opacity: 0;
}
.instagram .boxes h3:hover span.act span {
  opacity: 1;
}
.instagram .boxes a.sbi_photo {
  border-radius: 5px;
}
.instagram .boxes img:not(.noresize) {
  width: 100% !important;
}
.instagram .boxes a img.noresize {
  margin-top: -6px;
  margin-left: 5px;
}
.instagram .boxes .discount {
  position: absolute;
  color: #004BB7;
  text-decoration: none;
  font-weight: 600;
  right: 18px;
  top: 23px;
  text-align: center;
  font-size: 35px;
  line-height: 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #FFD040;
  display: inline-block;
}
.instagram .boxes .description_box {
  font-size: 19px;
}

.faq {
  background: url("../img/yellow_right.png") right 10px no-repeat;
  margin-top: 90px;
}
.faq .faq_description {
  font-size: 19px;
  color: #004BB7;
  width: 770px;
  margin: 0 auto;
}
.faq .faq_description p {
  line-height: 32px;
}
.faq .section_title {
  position: relative;
  margin-bottom: 50px;
}
.faq .center_center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}
.faq .center_center div.description_box {
  max-width: 75%;
  margin: 0 auto;
}
.faq h2 {
  font-size: 70px;
  padding-bottom: 0;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
.faq h2:hover {
  cursor: pointer;
}
.faq h2 a {
  font-size: 70px;
  padding-bottom: 30px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
.faq h3.abs {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  color: #004BB7;
  font-size: 35px;
  line-height: 10px;
  font-weight: 600;
  transition: all 500ms;
}
@media only screen and (max-width: 991px) {
  .faq h3.abs {
    font-size: 30px;
  }
}
.faq h3.abs.hovered {
  bottom: -20px;
}
.faq .boxes {
  margin-bottom: 150px;
}
.faq .boxes .row > div.title_block {
  padding: 35px 0 20px 0;
  border-bottom: 1px solid #DADADA;
  font-weight: 800;
}
.faq .boxes .question_block {
  border-bottom: 1px solid #dadada;
  padding: 0;
}
.faq .boxes .question_mark {
  margin: 0;
  font-size: 19px;
  padding: 30px 0;
  background: url("../img/faq_plus.png") 99% center no-repeat;
}
.faq .boxes .question_mark.active {
  background: url("../img/faq_minus.png") 99% center no-repeat;
  color: #2FBEEF;
}
.faq .boxes .question_mark span:hover {
  cursor: pointer;
}
.faq .boxes .question_mark p {
  margin: 0;
}
.faq .boxes .answer_mark {
  width: 85%;
  display: none;
  transition: all 1000ms;
  opacity: 0;
}
.faq .boxes .answer_mark.active {
  display: block;
  opacity: 1;
}
.faq .boxes .answer_mark p {
  font-size: 16px;
  line-height: 28px;
}
.faq .boxes .hoverme_low {
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.faq .boxes .hoverme_low a {
  color: #2FBEEF;
}
.faq .boxes .news_date {
  background: #FFD040;
  display: inline-block;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  color: #004BB7;
  width: 128px;
  text-align: center;
  margin-bottom: 5px;
}
.faq .boxes h3 {
  color: #004BB7;
  font-size: 35px;
  margin: 25px 0 25px 0;
  font-weight: 600;
  transition: all 500ms;
  opacity: 1;
  display: inline-block;
}
.faq .boxes h3 a {
  text-decoration: none;
  color: #004BB7;
}
.faq .boxes h3 a:hover {
  color: #2FBEEF;
}
.faq .boxes h3 > span.inact {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 16px;
}
.faq .boxes h3 > span.inact span {
  transition: all 500ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: 15px;
  top: 3px;
}
.faq .boxes h3 > span.act {
  position: relative;
  height: 30px;
  width: 0;
}
.faq .boxes h3 > span.act span {
  transition: all 500ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: -34px;
  top: 11px;
  opacity: 0;
}
.faq .boxes h3:hover {
  color: #2FBEEF;
  cursor: pointer;
}
.faq .boxes h3:hover span.inact span {
  opacity: 0;
}
.faq .boxes h3:hover span.act span {
  opacity: 1;
}
.faq .boxes img:not(.noresize) {
  width: 100% !important;
}
.faq .boxes a img.noresize {
  margin-top: -6px;
  margin-left: 5px;
}
.faq .boxes .discount {
  position: absolute;
  color: #004BB7;
  text-decoration: none;
  font-weight: 600;
  right: 18px;
  top: 23px;
  text-align: center;
  font-size: 35px;
  line-height: 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #FFD040;
  display: inline-block;
}
.faq .boxes .description_box {
  font-size: 19px;
}

.basic_icon {
  background: url("../img/bubble_right.png") left 10px no-repeat;
  margin-top: 90px;
}
.basic_icon.left {
  background: url("../img/bubble_right.png") left 10px no-repeat;
}
.basic_icon.right {
  background: url("../img/bubble.png") right 10px no-repeat;
}
.basic_icon .icon {
  height: 300px;
  border: 1px solid #FFD040;
  border-radius: 5px;
  position: relative;
}
.basic_icon .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  width: 120px !important;
}
.basic_icon .faq_description {
  font-size: 19px;
  color: #004BB7;
  width: 770px;
  margin: 0 auto;
}
.basic_icon .faq_description p {
  line-height: 32px;
}
.basic_icon .section_title {
  position: relative;
  margin-bottom: 50px;
}
.basic_icon .center_center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}
.basic_icon .center_center div.description_box {
  max-width: 75%;
  margin: 0 auto;
}
.basic_icon h2 {
  font-size: 70px;
  padding-bottom: 0;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
.basic_icon h2:hover {
  cursor: pointer;
}
.basic_icon h2 a {
  font-size: 70px;
  padding-bottom: 30px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .basic_icon h2 a {
    font-size: 50px !important;
  }
}
.basic_icon h3.abs {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  color: #004BB7;
  font-size: 35px;
  line-height: 10px;
  font-weight: 600;
  transition: all 500ms;
}
@media only screen and (max-width: 991px) {
  .basic_icon h3.abs {
    font-size: 30px;
  }
}
@media only screen and (max-width: 380px) {
  .basic_icon h3.abs {
    line-height: 30px;
  }
}
.basic_icon h3.abs.hovered {
  bottom: -20px;
}
@media only screen and (max-width: 380px) {
  .basic_icon h3.abs.hovered {
    bottom: -65px;
  }
}
.basic_icon .boxes {
  margin-bottom: 150px;
  margin-top: 90px;
}
.basic_icon .boxes .row > div.title_block {
  padding: 35px 0 20px 0;
  border-bottom: 1px solid #DADADA;
  font-weight: 800;
}
.basic_icon .boxes .question_block {
  border-bottom: 1px solid #dadada;
  padding: 0;
}
.basic_icon .boxes .question_mark {
  margin: 0;
  font-size: 19px;
  padding: 30px 0;
  background: url("../img/faq_plus.png") 99% center no-repeat;
}
.basic_icon .boxes .question_mark.active {
  background: url("../img/faq_minus.png") 99% center no-repeat;
  color: #2FBEEF;
}
.basic_icon .boxes .question_mark span:hover {
  cursor: pointer;
}
.basic_icon .boxes .question_mark p {
  margin: 0;
}
.basic_icon .boxes .answer_mark {
  width: 85%;
  display: none;
  transition: all 1000ms;
  opacity: 0;
}
.basic_icon .boxes .answer_mark.active {
  display: block;
  opacity: 1;
}
.basic_icon .boxes .answer_mark p {
  font-size: 16px;
  line-height: 28px;
}
.basic_icon .boxes .hoverme_low {
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.basic_icon .boxes .hoverme_low a {
  color: #2FBEEF;
}
.basic_icon .boxes .news_date {
  background: #FFD040;
  display: inline-block;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  color: #004BB7;
  width: 128px;
  text-align: center;
  margin-bottom: 5px;
}
.basic_icon .boxes h3 {
  color: #004BB7;
  font-size: 35px;
  margin: 30px 0 50px 0;
  font-weight: 600;
  transition: all 500ms;
  opacity: 1;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .basic_icon .boxes h3 {
    font-size: 25px;
  }
}
.basic_icon .boxes h3 a {
  text-decoration: none;
  color: #004BB7;
  transition: 0.15s all ease;
}
.basic_icon .boxes h3 a:hover {
  color: #2FBEEF;
  padding-left: 35px;
}
.basic_icon .boxes h3 > span.inact {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 16px;
}
.basic_icon .boxes h3 > span.inact span {
  transition: all 115ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: 15px;
  top: 3px;
}
.basic_icon .boxes h3 > span.act {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 16px;
  transition: all 115ms;
}
.basic_icon .boxes h3 > span.act span {
  transition: all 115ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: 0px;
  top: 3px;
  opacity: 0;
}
.basic_icon .boxes h3:hover {
  color: #2FBEEF;
  cursor: pointer;
}
.basic_icon .boxes h3:hover span.inact span {
  opacity: 0;
}
.basic_icon .boxes h3:hover span.act span {
  left: 36px;
  opacity: 1;
}
.basic_icon .boxes a img.noresize {
  margin-top: -6px;
  margin-left: 5px;
}
.basic_icon .boxes .discount {
  position: absolute;
  color: #004BB7;
  text-decoration: none;
  font-weight: 600;
  right: 18px;
  top: 23px;
  text-align: center;
  font-size: 35px;
  line-height: 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #FFD040;
  display: inline-block;
}
.basic_icon .boxes .description_box {
  font-size: 19px;
}

.pricing {
  background: url("../img/bubble_right.png") left 10px no-repeat;
  margin-top: 90px;
}
.pricing.left {
  background: url("../img/bubble_right.png") left 10px no-repeat;
}
.pricing.right {
  background: url("../img/bubble.png") right 10px no-repeat;
}
.pricing .pricing_title {
  padding-top: 45px;
  font-size: 36px;
  color: #004BB7;
}
@media only screen and (max-width: 769px) {
  .pricing .pricing_title {
    font-size: 30px;
  }
}
.pricing .age_attributes {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 19px;
  color: #222;
}
@media only screen and (max-width: 769px) {
  .pricing .age_attributes {
    display: none;
  }
}
.pricing .age_attributes .breaker {
  padding: 0 10px;
  font-size: 18px;
  color: #2FBEEF;
}
.pricing .custom_width_360 {
  font-size: 18px;
  width: 390px;
  padding: 19px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .pricing .custom_width_360 {
    margin-top: 10px !important;
    width: 90% !important;
  }
}
.pricing .more_info {
  border-top: 2px solid #FFD040;
  width: 390px;
  margin: 40px auto 0 auto;
  padding: 40px 0;
}
@media only screen and (max-width: 769px) {
  .pricing .more_info {
    padding-bottom: 0px !important;
  }
}
.pricing .more_info b {
  padding-bottom: 15px;
  display: block;
}
.pricing .icon {
  height: 300px;
  border: 1px solid #FFD040;
  border-radius: 5px;
  position: relative;
}
.pricing .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  width: 120px !important;
}
.pricing .faq_description {
  font-size: 19px;
  color: #004BB7;
  width: 770px;
  margin: 0 auto;
}
.pricing .faq_description p {
  line-height: 32px;
}
.pricing .section_title {
  position: relative;
  margin-bottom: 50px;
}
.pricing .center_center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}
.pricing .center_center div.description_box {
  max-width: 75%;
  margin: 0 auto;
}
.pricing h2 {
  font-size: 70px;
  padding-bottom: 0;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
.pricing h2:hover {
  cursor: pointer;
}
.pricing h2 a {
  font-size: 70px;
  padding-bottom: 30px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
.pricing h3.abs {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  color: #004BB7;
  font-size: 35px;
  line-height: 10px;
  font-weight: 600;
  transition: all 500ms;
}
@media only screen and (max-width: 991px) {
  .pricing h3.abs {
    font-size: 30px;
  }
}
.pricing h3.abs.hovered {
  bottom: -20px;
}
.pricing .boxes {
  margin-bottom: 150px;
  margin-top: 90px;
}
.pricing .boxes > .row > div {
  margin-bottom: 25px;
}
@media only screen and (max-width: 769px) {
  .pricing .boxes > .row > div {
    margin-bottom: 50px;
  }
}
.pricing .boxes > .row > div .blueline {
  border: 2px solid #2FBEEF;
  border-radius: 5px;
  height: 100%;
}
@media only screen and (max-width: 769px) {
  .pricing .boxes > .row > div .blueline {
    padding-bottom: 0px;
  }
}
.pricing .boxes .row > div.title_block {
  padding: 35px 0 20px 0;
  border-bottom: 1px solid #DADADA;
  font-weight: 800;
}
.pricing .fullwidth .blueline {
  padding: 0 0 35px 0;
}
.pricing .fullwidth .custom_width_360 {
  width: 100% !important;
  max-width: 1040px;
}
@media only screen and (max-width: 769px) {
  .pricing .fullwidth .custom_width_360 {
    width: 90% !important;
  }
}
.pricing .fullwidth .more_info {
  display: none !important;
}

.content_blok {
  font-size: 16px;
  line-height: 28px;
}

.left.promotion {
  background-position: left 25spx;
}

.content_gallery img {
  border-radius: 5px;
}

div.url_link {
  color: #004BB7;
  font-size: 35px;
  margin: 25px 0 0 0;
  font-weight: 600;
  transition: all 500ms;
  opacity: 1;
  display: inline-block;
}
div.url_link a {
  text-decoration: none;
  color: #004BB7;
}
div.url_link a:hover {
  color: #2FBEEF;
}
div.url_link > span.inact {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 16px;
}
div.url_link > span.inact span {
  transition: all 500ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: 15px;
  top: 3px;
}
div.url_link > span.act {
  position: relative;
  height: 30px;
  width: 0;
}
div.url_link > span.act span {
  transition: all 500ms;
  height: 30px;
  width: 16px;
  background: url("../img/att_arrow.png") 0 center no-repeat;
  position: absolute;
  left: -34px;
  top: 11px;
  opacity: 0;
}
div.url_link:hover {
  color: #2FBEEF;
  cursor: pointer;
}
div.url_link:hover span.inact span {
  opacity: 0;
}
div.url_link:hover span.act span {
  opacity: 1;
}

.local_places {
  background: url("../img/bubble.png") right 10px no-repeat;
}
.local_places h2 {
  max-width: 760px;
  margin: 0 auto;
}
.local_places .distance {
  background: url("../img/distance.png") 10px center no-repeat #fff;
  position: absolute;
  height: 35px;
  line-height: 35px;
  padding: 0 12px 0 40px;
  font-size: 16px;
  color: #004BB7;
  font-weight: 800;
  border-radius: 5px;
  left: 8px;
  bottom: 8px;
}
.local_places .boxes > .row > div {
  margin-bottom: 60px;
}

.attractions-template-default .blocks {
  margin: 70px 0;
}
.attractions-template-default .blocks img {
  width: 100%;
  max-width: none;
}
.attractions-template-default .blocks .row > div {
  margin-bottom: 70px;
}
.attractions-template-default .blocks .center_center {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  width: 75%;
  transform: translate(-50%, -50%);
}
.attractions-template-default .blocks .center_center h3 {
  margin-bottom: 30px;
  font-size: 30px;
}
.attractions-template-default .blocks .center_center div.description_box {
  max-width: 75%;
  margin: 0 auto;
}

.section_title.classic_title {
  position: relative;
  margin-bottom: 70px;
}

.blue_title {
  margin-top: 30px;
  color: #004BB7;
  font-size: 35px;
  font-weight: 700;
  transition: all 500ms;
  margin-bottom: 55px;
}
.blue_title.hovered {
  bottom: 0;
}

.classic_title h2 {
  font-size: 70px;
  padding-bottom: 30px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}
.classic_title h2:hover {
  cursor: pointer;
}
.classic_title h2 a {
  font-size: 70px;
  padding-bottom: 30px;
  color: #FFD040;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFD040;
  font-weight: 800;
  letter-spacing: 18px;
  text-transform: uppercase;
}

.logo-image {
  margin: 0 auto 15px auto;
}
@media only screen and (max-width: 576px) {
  .logo-image {
    margin: 0px;
  }
}

.image_box {
  overflow: hidden;
}
.image_box img {
  transition: all 0.2s ease-in-out;
}
.image_box img:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.boxes a {
  overflow: hidden;
}
.boxes a img:not(.nohover) {
  transition: all 0.2s ease-in-out;
}
.boxes a img:not(.nohover):hover {
  cursor: pointer;
  transform: scale(1.1);
}

body:not(.home) .article-content {
  margin-bottom: 150px;
}
@media only screen and (max-width: 769px) {
  body:not(.home) .article-content {
    margin-bottom: 55px;
  }
}

.howto {
  transition: 0.15s all ease;
  display: inline-block;
  margin-top: 8px;
  color: #2FBEEF;
  position: relative;
  padding-right: 19px;
  background: url(../img/link_icon.png) 100% 6px no-repeat;
}
.howto:hover {
  color: #004BB7;
  padding-left: 20px;
  background: url(../img/link_icon.png) 0 6px no-repeat;
}

.cli-bar-btn_container a {
  border-radius: 18px;
}

.cli-bar-message,
#cookie-law-info-bar {
  font-family: "Jost" !important;
}

#wt-cli-privacy-save-btn {
  background: #2FBEEF;
  border-radius: 50px;
}

.content_blok h2,
.content_blok h3,
.content_blok h1 {
  -webkit-text-stroke: unset;
  color: #000;
  font-size: 30px;
  border: 0;
  stroke: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}

@media screen and (max-width: 1100px) {
  h2:after {
    background: none !important;
  }
}
@media screen and (max-width: 997px) {
  .pricing .custom_width_360 {
    font-size: 18px;
    width: 100%;
    padding: 19px 10px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .pricing .more_info {
    border-top: 2px solid #FFD040;
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 40px 10px;
    box-sizing: border-box;
  }

  .pricing {
    background: none !important;
  }

  .basic_icon h2,
.pricing h2 a,
.pricing h2,
.basic_icon h2 a {
    font-size: 30px;
  }

  .basic_icon .boxes {
    margin: 30px 0 20px 0;
  }
}
@media only screen and (max-width: 997px) and (max-width: 380px) {
  .basic_icon .boxes {
    margin-top: 100px;
  }
}
@media screen and (max-width: 997px) {
  .basic_icon {
    margin-top: 40px;
  }
}
@media screen and (max-width: 997px) {
  body.home .container-fluid:not(.messagebox) {
    padding-top: 70px;
  }
}
@media screen and (max-width: 997px) {
  .promotion.single_article {
    background: none !important;
  }
}
@media screen and (max-width: 997px) {
  .basic_icon,
.instagram,
.articles_l_r,
.promotion,
.atrakcje {
    background: none !important;
  }
}
@media screen and (max-width: 997px) {
  .wave_outer {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .logo-image {
    padding-top: 10px;
  }

  .menunav .socialIconColumn .social_icons_block a {
    width: auto;
    height: auto;
  }

  .menunav .socialIconColumn .social_icons_block a img {
    height: auto;
  }

  .menunav .navigation .container.submenu {
    width: 100%;
  }

  .articles_l_r .center_center {
    position: relative;
  }

  .articles_l_r .boxes .row > div {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 568px) {
  body.home .container-fluid:not(.messagebox) {
    padding-top: 35px;
  }

  .articlesContainer {
    padding-top: 0px !important;
  }

  .articles_l_r .center_center {
    position: relative;
  }

  .articles_l_r .boxes {
    margin-top: 40px;
  }

  .articles_l_r .boxes .row > div {
    margin-bottom: 30px;
  }

  .articles_l_r .section_title {
    margin-bottom: 40px;
  }

  .col-sm-12.col-md-3.popp.text-center,
.col-sm-12.col-md-2.popp.text-center.indent {
    text-align: left !important;
  }

  footer .footer {
    padding: 30px 0;
  }

  footer .indent a {
    text-indent: 0;
  }

  .custom_p50,
.col-sm-12.col-md-2.popp.custom_p40 {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }

  footer .footer .row:first-child {
    margin-bottom: 15px;
  }

  footer .footer .buy-ticket {
    margin-top: 30px;
  }

  .sbi #sbi_images .sbi_item {
    padding: 0px !important;
  }
}

/*# sourceMappingURL=boyen.css.map */
