@font-face {
  font-family: 'Segoe UI';
  src: url('../segeo/Segoe UI.ttf');
}
@font-face {
  font-family: 'Segoe UI Italic';
  src: url('../segeo/Segoe UI Italic.ttf');
}
@font-face {
  font-family: 'Segoe UI Bold';
  src: url('../segeo/Segoe UI Bold.eot?#iefix') format('embedded-opentype'), url('../segeo/Segoe UI Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Segoe UI Bold Italic';
  src: url('../segeo/Segoe UI Bold Italic.ttf');
}
a {
  color: #008ac9;
  text-decoration: underline;
}
ul {
  padding-left: 23px;
}
.section-title-big {
  font-family: Segoe UI Bold;
  font-size: 80px;
  line-height: 90px;
  color: #333333;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .section-title-big {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .section-title-big {
    font-size: 40px;
    line-height: normal;
  }
}
.section-title-small {
  font-family: Segoe UI Bold;
  font-size: 50px;
  line-height: 90px;
  color: #333333;
}
@media (max-width: 991px) {
  .section-title-small {
    line-height: normal;
    font-size: 30px;
  }
}
.section-title-small-2 {
  font-family: Segoe UI Bold;
  font-size: 50px;
  line-height: 60px;
  color: #333333;
}
@media (max-width: 991px) {
  .section-title-small-2 {
    line-height: normal;
    font-size: 30px;
  }
}
.section-subtitle {
  font-family: Segoe UI Bold;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #333333;
}
.section-data {
  font-family: Segoe UI;
  font-size: 30px;
  line-height: 50px;
  color: #5a5a5a;
}
@media (max-width: 991px) {
  .section-data {
    line-height: normal;
    font-size: 24px;
  }
}
.section-data-small {
  font-family: Segoe UI;
  font-size: 20px;
  line-height: 30px;
  color: #5a5a5a;
}
@media (max-width: 991px) {
  .section-data-small {
    line-height: normal;
    font-size: 16px;
  }
}
.more {
  font-size: 16px;
  line-height: 21px;
  font-family: Segoe UI Bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.more a {
  display: flex;
  text-decoration: none;
  margin-right: 10px;
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
.frm_error {
  font-family: Segoe UI Bold !important;
}
.frm_message {
  font-family: Segoe UI Bold !important;
}
label {
  font-family: Segoe UI Bold !important;
  font-size: 20px !important;
  line-height: 27px !important;
}
input[type=email] {
  font-family: Segoe UI Italic !important;
  -webkit-appearance: none !important;
  font-size: 20px !important;
  line-height: 27px !important;
}
input[type=text] {
  font-family: Segoe UI Italic !important;
  -webkit-appearance: none !important;
  font-size: 20px !important;
  line-height: 27px !important;
}
input[type=tel] {
  font-family: Segoe UI Italic !important;
  -webkit-appearance: none !important;
  font-size: 20px !important;
  line-height: 27px !important;
}
input[type=number] {
  font-family: Segoe UI Italic !important;
  -webkit-appearance: none !important;
  font-size: 20px !important;
  line-height: 27px !important;
}
input[type=checkbox] {
  font-family: Segoe UI Italic !important;
  -webkit-appearance: none !important;
  font-size: 20px !important;
  line-height: 27px !important;
}
input[type=checkbox]:focus {
  outline: none !important;
  box-shadow: none !important;
}
input[type=checkbox]:active {
  outline: none !important;
  box-shadow: none !important;
}
textarea {
  font-family: Segoe UI Italic !important;
  -webkit-appearance: none !important;
  font-size: 20px !important;
  line-height: 27px !important;
  resize: none !important;
}
.frm_button_submit {
  border-color: #008AC9 !important;
  background-color: #008AC9 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  color: white !important;
  font-family: Segoe UI Bold !important;
  padding: 15px !important;
  text-transform: uppercase !important;
}
header {
  background-color: white;
  padding: 2px 0;
  margin-top: 30px;
}
header .header-container {
  padding-left: 0;
  padding-right: 0;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  header .header-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .navbar {
  padding: 0;
}
header .navbar-brand img {
  width: 188px;
  max-width: 100%;
  height: 157px;
  object-fit: contain;
}
@media (max-width: 991px) {
  header .navbar-brand img {
    width: 80px;
    height: 70px;
    object-fit: contain;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  header .navbar-brand img {
    width: 158px;
    max-width: 100%;
    height: 127px;
    object-fit: contain;
  }
}
header .top-nav {
  width: 100%;
}
header .navbar-nav {
  width: 100%;
  justify-content: flex-end;
  position: relative;
}
header .navbar-nav .current-menu-item > a {
  color: #fdc600;
}
header #myNavbar ul {
  display: inline-block;
  padding-left: 0;
}
header #myNavbar a {
  color: inherit;
}
header #myNavbar a:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  header #myNavbar ul {
    display: inline;
    padding-left: 0;
  }
}
header .menu ul {
  font-family: Segoe UI Bold;
  font-size: 16px;
  line-height: 21px;
}
@media (min-width: 992px) {
  header .menu ul {
    display: flex;
  }
}
header .menu-main-menu-container {
  width: 100%;
  font-size: 12px;
}
header .menu-header-section-container {
  width: 100%;
}
@media (min-width: 991.5px) {
  header .header-nav {
    float: right;
  }
}
header #top-navigation {
  justify-content: flex-end;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
}
@media (max-width: 991px) {
  header #top-navigation {
    justify-content: flex-start;
  }
}
header .bg-light {
  background-color: white !important;
}
header .lang {
  display: flex;
}
header .lang li {
  padding: 0 !important;
  list-style: none;
}
header .lang li .wpml-ls-sidebars-header_wpml {
  width: auto;
}
header .lang li .wpml-ls-sidebars-header_wpml ul li a {
  border: 2px solid #BFBFBF;
  border-radius: 15px;
  padding-top: 3px;
  padding-bottom: 6px;
}
header .lang li .wpml-ls-sidebars-header_wpml ul li ul {
  border-top: none;
}
header .lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: '';
  border: none;
  background-image: url('../images/down-arrow.png');
  height: 11px;
  width: 11px;
  background-repeat: no-repeat;
  right: 13px;
  top: 7px;
  background-size: contain;
}
header .lang .flag {
  width: 11.5px;
  height: 8.5px;
  margin-right: 6px;
}
@media (max-width: 991px) {
  header .lang-desktop {
    display: none;
  }
}
header .lang-mobile {
  margin-left: auto;
  margin-right: 15px;
}
@media (min-width: 992px) {
  header .lang-mobile {
    display: none;
  }
}
header ul {
  float: left;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Segoe UI Bold;
  color: #000000;
}
header li {
  padding: 22.5px;
}
@media (max-width: 991.5px) {
  header li {
    padding-left: 0;
  }
}
header li:last-of-type {
  padding-right: 35px;
}
header a {
  text-decoration: none;
  color: #5a5a5a;
}
header a:hover {
  color: black;
  text-decoration: none;
}
@media (min-width: 992px) {
  header .menu-item-has-children {
    position: relative;
  }
  header .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 76%;
    left: 0;
    z-index: 1;
    background-color: white;
  }
  header .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  header .menu-item-has-children {
    position: relative;
  }
  header .menu-item-has-children .sub-menu {
    display: none;
    position: block;
    width: 100%;
  }
  header .menu-item-has-children .sub-menu li {
    padding-bottom: 0;
  }
  header .arrow-down {
    float: right;
    position: absolute;
    top: 22px;
    right: 0;
  }
  header .arrow-down:after {
    content: '';
    display: block;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    transform: rotate(180deg);
    background-size: contain;
  }
}
footer {
  padding-top: 71px;
}
footer .footer-1 {
  font-size: 20px;
  font-family: Segoe UI;
  color: #5a5a5a;
  background-color: #fdc600;
  position: relative;
  margin-top: 71px;
  margin-bottom: 71px;
  background-image: url('../images/footer-bg.png');
  background-repeat: no-repeat;
  background-position: -17% 50%;
}
footer .footer-1:after {
  content: '';
  background-image: url(../images/bottom-frills.png);
  position: absolute;
  bottom: -71px;
  left: 0;
  height: 72px;
  width: 100%;
  background-size: cover;
}
footer .footer-1:before {
  content: '';
  background-image: url(../images/top-frills.png);
  position: absolute;
  top: -71px;
  left: 0;
  height: 72px;
  width: 100%;
  background-size: cover;
}
footer .footer-1 .footer-title-wrapper {
  margin-bottom: 62px;
}
footer .footer-1 .footer-title-wrapper .footer-title {
  font-family: Segoe UI Bold;
  line-height: 90px;
  font-size: 80px;
  width: 712px;
  max-width: 100%;
  color: #333333;
}
@media (max-width: 991px) {
  footer .footer-1 .footer-title-wrapper .footer-title {
    font-size: 40px;
    line-height: normal;
    text-align: center;
  }
}
footer .footer-1 .footer-title-wrapper .footer-zigzag {
  background-image: url('../images/footer-zigzag.png');
  height: 100%;
  width: 260px;
  max-width: 100%;
  background-position: 50% 80%;
  background-repeat: no-repeat;
  margin-left: auto;
}
@media (max-width: 991px) {
  footer .footer-1 .footer-title-wrapper {
    margin-bottom: 1rem;
  }
}
footer .footer-1 .footer-content-wrapper {
  padding-bottom: 109px;
}
footer .footer-1 .footer-content-wrapper .footer-img img {
  width: 233px;
  height: 233px;
}
@media (max-width: 991px) {
  footer .footer-1 .footer-content-wrapper .footer-img {
    margin-bottom: 1rem;
    text-align: center;
  }
}
footer .footer-1 .footer-content-wrapper .footer-first-para {
  width: 257px;
  max-width: 100%;
}
footer .footer-1 .footer-content-wrapper .footer-first-para ul {
  padding-left: 23px;
}
@media (max-width: 991px) {
  footer .footer-1 .footer-content-wrapper .footer-first-para {
    text-align: center;
    margin: auto;
  }
}
footer .footer-1 .footer-content-wrapper .footer-second-para {
  margin: auto;
  width: 257px;
  max-width: 100%;
}
footer .footer-1 .footer-content-wrapper .footer-second-para ul {
  padding-left: 23px;
}
@media (max-width: 991px) {
  footer .footer-1 .footer-content-wrapper .footer-second-para {
    text-align: center;
    margin: auto;
  }
}
footer .footer-1 .footer-content-wrapper .contact-wrapper {
  margin-left: auto;
  width: 228px;
  max-width: 100%;
  height: 112px;
}
footer .footer-1 .footer-content-wrapper .contact-wrapper a {
  text-decoration: none;
  color: #5a5a5a;
}
footer .footer-1 .footer-content-wrapper .contact-wrapper a:hover {
  text-decoration: underline;
}
footer .footer-1 .footer-content-wrapper .contact-wrapper .footer-address-title {
  font-family: Segoe UI Bold;
}
footer .footer-1 .footer-content-wrapper .contact-wrapper .footer-phone span {
  font-family: Segoe UI Bold;
}
@media (max-width: 991px) {
  footer .footer-1 .footer-content-wrapper .contact-wrapper {
    text-align: center;
    margin: auto;
  }
}
@media (max-width: 991px) {
  footer .footer-1 .footer-content-wrapper {
    padding-bottom: 59px;
  }
}
@media (max-width: 991px) {
  footer .footer-1 {
    font-size: 16px;
  }
}
footer .footer-2 {
  padding-top: 65px;
  padding-bottom: 62px;
}
footer .footer-2 .footer-left {
  color: #5a5a5a;
  font-size: 20px;
  line-height: 30px;
  font-family: Segoe UI Bold;
}
@media (max-width: 991px) {
  footer .footer-2 .footer-left {
    text-align: center;
    font-size: 16px;
  }
}
footer .footer-2 .footer-right {
  text-align: right;
}
@media (max-width: 991px) {
  footer .footer-2 .footer-right {
    text-align: center;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer .footer-2 {
    padding-top: 35px;
    padding-bottom: 32px;
  }
}
.page-title {
  background-color: #e4f5fe;
  position: relative;
  margin-top: 71px;
  margin-bottom: 144px;
}
.page-title:before {
  content: '';
  position: absolute;
  top: -70px;
  left: 0;
  background-image: url('../images/top-blue-frills.png');
  width: 100%;
  height: 71px;
  z-index: -1;
}
.page-title:after {
  content: '';
  position: absolute;
  bottom: -70px;
  left: 0;
  background-image: url('../images/bottom-blue-frills.png');
  width: 100%;
  height: 71px;
  z-index: -1;
}
.banner {
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.banner .banner-img img {
  width: 100%;
}
.banner .banner-vid {
  height: 100%;
}
.banner .banner-vid iframe {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .banner .banner-vid iframe {
    width: 100%;
    height: 350px;
  }
}
.banner .banner-title {
  margin-bottom: 27px;
}
.banner .banner-subtitle {
  width: 572px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .banner .banner-subtitle {
    margin-bottom: 27px;
  }
}
@media (max-width: 991px) {
  .banner {
    margin-bottom: 50px;
  }
}
.banner-bg-padding {
  padding-bottom: 100px;
}
.three-buttons {
  margin-bottom: 70px;
  padding-bottom: 15px;
  background-size: cover;
  background-image: url('../images/three-buttons.png');
}
.three-buttons .yellow-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
}
.three-buttons .yellow-wrapper .yellow-box {
  background-color: #fdc600;
  width: 1067px;
  max-width: 100%;
  margin: 0 20px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  margin-top: -25px;
}
.three-buttons .yellow-wrapper .yellow-box .title-arrow-wrapper {
  display: flex;
  align-items: center;
}
.three-buttons .yellow-wrapper .yellow-box .title-arrow-wrapper .three-title {
  max-width: 100%;
  padding-right: 10px;
}
.three-buttons .yellow-wrapper .yellow-box .title-arrow-wrapper .three-arrow {
  margin-right: 25px;
}
.three-buttons .yellow-wrapper .yellow-box .title-arrow-wrapper .three-arrow img {
  width: 20px;
}
@media (max-width: 991px) {
  .three-buttons .yellow-wrapper .yellow-box .title-arrow-wrapper {
    padding-top: 15px;
  }
}
.three-buttons .yellow-wrapper .yellow-box .blue-buttons {
  display: flex;
}
.three-buttons .yellow-wrapper .yellow-box .blue-buttons .single-button {
  border: 1px solid #008ac9;
  background-color: #008ac9;
  border-radius: 4px;
  font-size: 20px;
  line-height: 27px;
  padding: 15.5px 25px;
  margin-top: 31px;
  margin-bottom: 31px;
  margin-right: 10px;
  text-transform: uppercase;
  text-align: center;
  font-family: Segoe UI Bold;
}
.three-buttons .yellow-wrapper .yellow-box .blue-buttons .single-button a {
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 991px) {
  .three-buttons .yellow-wrapper .yellow-box .blue-buttons {
    display: block;
  }
}
@media (max-width: 991px) {
  .three-buttons .yellow-wrapper .yellow-box {
    display: block;
  }
}
.three-buttons .three-note-wrapper {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.three-buttons .three-note-wrapper .three-note {
  margin: 0 20px;
  width: 1067px;
  max-width: 100%;
  display: flex;
  font-family: Segoe UI;
  line-height: 27px;
  color: #5a5a5a;
  font-size: 20px;
  margin-top: 15px;
  padding: 0 40px;
  padding-bottom: 44px;
}
@media (max-width: 991px) {
  .three-buttons {
    background-image: none;
    background-color: #e4f5fe;
    margin-bottom: 70px;
  }
}
.trailer {
  position: relative;
  margin-bottom: 143px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
.trailer-title {
  margin-bottom: 49px;
}
@media (max-width: 991px) {
  .trailer-title {
    margin-bottom: 27px;
  }
}
.trailer-subtitle {
  margin-bottom: 27px;
  margin-top: 10px;
}
.trailer-data {
  margin-bottom: 60px;
  width: 257px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .trailer-data {
    width: 100%;
    margin-bottom: 27px;
  }
}
.trailer-link img {
  margin-left: 15px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .trailer-link {
    margin-bottom: 27px;
  }
}
.trailer .post-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.trailer .post-wrapper .post-card {
  background-color: #F5F5F5;
  width: 333px;
  max-width: 100%;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 3.5px;
  margin-left: 7px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .trailer .post-wrapper .post-card {
    margin: auto;
    margin-bottom: 3.5px;
    margin-top: 10px;
  }
}
.trailer .post-wrapper .post-thumbnail {
  position: relative;
}
.trailer .post-wrapper .post-thumbnail:after {
  content: '';
  bottom: -1px;
  left: 0;
  background-image: url('../images/grey-frills.png');
  width: 100%;
  height: 11.5px;
  position: absolute;
}
.trailer .post-wrapper .post-thumbnail img {
  height: 221px;
  width: 333px;
  max-width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.trailer .post-wrapper .post-content {
  flex-wrap: wrap;
  margin-left: 31px;
  margin-right: 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trailer .post-wrapper .post-content .title-excerpt-wrapper .post-title {
  margin-top: 14px;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .trailer .post-wrapper .post-content .title-excerpt-wrapper .post-title {
    font-size: 25px;
  }
}
.trailer .post-wrapper .post-content .title-excerpt-wrapper .post-excerpt {
  margin-bottom: 37px;
}
.trailer .post-wrapper .post-content .title-excerpt-wrapper .post-excerpt p {
  margin-bottom: 0;
}
.trailer .post-wrapper .post-content .post-more {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .trailer {
    background-image: none !important;
    margin-bottom: 75px;
  }
}
.t-bg-padding {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .t-bg-padding {
    padding-top: 0;
  }
}
.rating {
  padding-bottom: 70px;
}
.rating-img {
  display: flex;
  justify-content: center;
}
.rating-img img {
  width: 205px;
  max-width: 100%;
  height: 58px;
  object-fit: contain;
}
.rating-title {
  text-align: center;
  font-size: 40px;
  line-height: 53px;
  font-family: Segoe UI;
  color: #333333;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .rating-title {
    font-size: 30px;
    line-height: normal;
  }
}
.rating-link {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #C2C2C2;
}
@media (max-width: 991px) {
  .rating {
    padding-bottom: 75px;
  }
}
.historic {
  padding-top: 30px;
  padding-bottom: 91px;
  margin-top: 71px;
  /*margin-bottom: 150px;*/
  margin-bottom: 70px;
  background-color: #e4f5fe;
  position: relative;
  background-image: url('../images/historic-back.png');
  background-position: -6% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.historic:before {
  content: '';
  position: absolute;
  top: -70px;
  left: 0;
  background-image: url('../images/top-blue-frills.png');
  width: 100%;
  height: 71px;
}
.historic:after {
  content: '';
  position: absolute;
  bottom: -70px;
  left: 0;
  background-image: url('../images/bottom-blue-frills.png');
  width: 100%;
  height: 71px;
}
.historic-title {
  width: 716px;
  max-width: 100%;
  margin-bottom: 41px;
}
.historic-img img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .historic-img img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .historic-img {
    margin-bottom: 25px;
  }
}
.historic-desc {
  width: 655px;
  max-width: 100%;
  margin-bottom: 60px;
}
.historic-link a .link-text {
  margin-right: 13px;
}
@media (max-width: 991px) {
  .historic {
    background-image: none;
    margin-bottom: 100px;
  }
}
.summary {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  /*margin-bottom: 171px;*/
  margin-bottom: 91px;
  background-position: 113% 50%;
}
.summary-title {
  margin-bottom: 41px;
}
.summary-desc {
  margin-bottom: 60px;
}
.summary-img img {
  width: 100%;
}
.summary-link {
  margin-bottom: 15px;
}
.summary-link .title {
  margin-right: 13px;
}
@media (max-width: 991px) {
  .summary {
    background-image: none !important;
  }
}
@media (max-width: 991px) {
  .summary {
    margin-bottom: 75px;
  }
}
.gallery {
  margin-bottom: 103px;
}
.gallery-left-img img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .gallery-left-img {
    margin-bottom: 35px;
  }
}
.gallery-right-img {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.gallery-right-img img {
  max-width: 100%;
  padding-right: 150px;
}
@media (max-width: 991px) {
  .gallery-right-img img {
    padding-right: 0;
  }
}
.testimonial {
  margin-bottom: 171px;
}
.testimonial .comment-wrapper .comment {
  width: 485px;
  max-width: 100%;
  font-family: Segoe UI Bold;
  font-size: 30px;
  line-height: 40px;
  color: #fdc600;
  margin-bottom: 10px;
}
.testimonial .comment-wrapper .comma {
  margin-bottom: 31px;
}
.testimonial .comment-link {
  color: #5a5a5a;
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 991px) {
  .testimonial {
    margin-bottom: 75px;
  }
}
.newsletter {
  margin-bottom: 137px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .newsletter {
    margin-bottom: 20px;
  }
}
.newsletter .blue-box {
  background-color: #e4f5fe;
  padding-top: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .newsletter .blue-box {
    padding-bottom: 40px;
  }
}
.newsletter .title-arrow-wrapper {
  display: flex;
  align-items: center;
}
.newsletter .title-arrow-wrapper .newsletter-title {
  font-size: 48px;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .newsletter .title-arrow-wrapper .newsletter-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .newsletter .title-arrow-wrapper .newsletter-title {
    padding-left: 0;
  }
}
@media (max-width: 475px) {
  .newsletter .title-arrow-wrapper .newsletter-title {
    padding-left: 0;
    font-size: 21px;
  }
}
.newsletter .title-arrow-wrapper .right-arrow img {
  margin-left: 10px;
  width: 20px;
}
.newsletter input[type=email] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: rgba(0, 138, 201, 0.4) !important;
}
@media (max-width: 991px) {
  .newsletter input[type=email] {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
}
.newsletter input[type=checkbox] {
  position: relative !important;
  top: 4px !important;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .newsletter .input-wrapper {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .newsletter .input-wrapper {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .newsletter .input-wrapper {
    margin-right: -13px !important;
  }
}
.newsletter .input-wrapper .newsletter-input {
  width: 100%;
  margin-top: 20px !important;
}
.newsletter .frm_message {
  margin-top: 25px !important;
}
.newsletter .frm_error_style {
  display: none;
}
.newsletter .frm_fields_container {
  display: flex;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .newsletter .frm_fields_container {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .newsletter .frm_fields_container {
    flex-direction: column;
  }
}
.newsletter .frm_forms form fieldset .frm_submit {
  margin-left: -1px !important;
}
.newsletter .frm_forms form fieldset .frm_submit:before {
  content: "" !important;
  padding: 0 !important;
}
.newsletter .frm_forms form fieldset .frm_submit .frm_button_submit {
  background-color: #008AC9 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  color: white !important;
  font-family: Segoe UI Bold !important;
  padding: 15px !important;
  margin-top: 20px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .newsletter .frm_forms form fieldset .frm_submit .frm_button_submit {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
}
@media (max-width: 991px) {
  .newsletter .frm_forms form fieldset .frm_submit .frm_button_submit {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
}
@media (max-width: 991px) {
  .newsletter .frm_forms form fieldset .frm_submit {
    display: flex;
  }
}
.newsletter .frm_checkbox label {
  color: #BFBFBF !important;
  font-family: Segoe UI !important;
  font-size: 12px !important;
  line-height: 16px !important;
}
.beau {
  padding-bottom: 70px;
}
.beau-title {
  text-align: center;
  padding-bottom: 34px;
}
.beau-subtitle {
  text-align: center;
  width: 1087px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 74px;
}
.beau-left-title {
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .beau-left-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .beau-left-content {
    margin-bottom: 25px;
  }
}
.beau-center-img img {
  height: 503px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}
@media (max-width: 991px) {
  .beau-center-img {
    margin-bottom: 25px;
  }
}
.beau-right-title {
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  .beau-right-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .beau-right-content {
    margin-bottom: 25px;
  }
}
.beau .more {
  position: relative;
  padding-right: 25px;
  display: inline-block;
}
.beau .more a {
  margin-right: 0;
}
.beau .more a img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.reservation {
  margin-bottom: 70px;
  padding-top: 81px;
  padding-bottom: 81px;
  background-size: cover;
  background-image: url('../images/three-buttons.png');
}
@media (max-width: 991px) {
  .reservation-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.reservation-wrapper {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reservation-wrapper .reservation-btn {
  background-color: #fdc600;
  color: #fff;
  border-radius: 50px;
  font-family: Segoe UI Bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 25px;
  transition: all 0.5s;
}
.reservation-wrapper .reservation-btn:hover {
  color: #fdc600;
  background-color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .reservation-wrapper {
    margin: auto;
  }
}
.page-content {
  padding-bottom: 86px;
}
.page-content-desc a {
  font-family: Segoe UI Bold;
  color: #5a5a5a;
  text-decoration: none;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .page-content-desc {
    font-size: 20px;
    line-height: normal;
  }
}
.rform input {
  width: 403px !important;
  max-width: 100% !important;
  padding-top: 15px !important;
  padding-left: 15px !important;
}
@media (max-width: 991px) {
  .rform input {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .rform textarea {
    width: 100% !important;
  }
}
.rform label {
  margin-bottom: 10px !important;
  color: #333333 !important;
}
.rform .frm_checkbox label {
  font-family: Segoe UI !important;
  color: #707070 !important;
  font-size: 12px !important;
}
.rform input[type=checkbox] {
  width: auto !important;
}
.rform .rform-title {
  margin-bottom: 57px;
}
.rform .rform-form .frm_checkbox label {
  color: #BFBFBF !important;
  font-family: Segoe UI !important;
  font-size: 12px !important;
  line-height: 16px !important;
}
.sidebar-yellow {
  background-image: url('../images/sidebar-yellow-bg.png');
  background-position: 67px 93px;
  background-repeat: no-repeat;
  border-radius: 4px;
  background-color: #fdc600;
  color: #ffff;
  width: 400px;
  padding-left: 45px;
  padding-top: 33px;
  padding-right: 57px;
  padding-bottom: 60px;
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
}
.sidebar-yellow .sy-title {
  font-family: Segoe UI Bold;
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 36px;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .sidebar-yellow .sy-title {
    font-size: 40px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .sidebar-yellow .sy-title {
    font-size: 40px;
    line-height: normal;
  }
}
.sidebar-yellow .sy-desc {
  font-family: Segoe UI;
  font-size: 30px;
  line-height: 50px;
  padding-bottom: 55px;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .sidebar-yellow .sy-desc {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .sidebar-yellow .sy-desc {
    font-size: 20px;
    line-height: normal;
  }
}
.sidebar-yellow .sy-link {
  text-transform: uppercase;
  font-family: Segoe UI Bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
}
.sidebar-yellow .sy-link a {
  color: #ffff;
  text-decoration: none;
}
.sidebar-yellow .sy-link a img {
  margin-left: 19px;
}
@media (max-width: 991px) {
  .sidebar-yellow {
    margin: auto;
    margin-bottom: 30px;
  }
}
.sidebar-grey {
  margin-bottom: 240px;
  background-color: #F5F5F5;
  width: 400px;
  max-width: 100%;
  padding-left: 45px;
  padding-top: 46px;
  padding-right: 45px;
  padding-bottom: 40px;
  margin-left: auto;
}
.sidebar-grey .sg-img {
  text-align: center;
  margin-bottom: 29px;
}
.sidebar-grey .sg-img img {
  width: 236px;
  max-width: 100%;
  height: 82px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.sidebar-grey .sg-title {
  margin-bottom: 19px;
  font-family: Segoe UI Bold;
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 36px;
  color: #333333;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .sidebar-grey .sg-title {
    font-size: 40px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .sidebar-grey .sg-title {
    font-size: 40px;
    line-height: normal;
  }
}
.sidebar-grey .sg-desc {
  margin-bottom: 41px;
  font-family: Segoe UI;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .sidebar-grey .sg-desc {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .sidebar-grey .sg-desc {
    font-size: 18px;
    line-height: normal;
  }
}
.sidebar-grey .sg-link {
  text-transform: uppercase;
  font-family: Segoe UI Bold;
  font-size: 16px;
  line-height: 21px;
}
.sidebar-grey .sg-link a {
  text-decoration: none;
}
.sidebar-grey .sg-link a img {
  margin-left: 19px;
}
@media (max-width: 991px) {
  .sidebar-grey {
    margin: auto;
    margin-bottom: 30px;
  }
}
.contact-content {
  margin-bottom: 77px;
  font-family: Segoe UI;
  color: #707070;
  font-size: 20px;
  line-height: 29px;
}
.contact-content img {
  max-width: 100%;
  height: auto;
}
.contact-content iframe {
  width: 100%;
  height: 400px;
}
.contact-content strong {
  font-family: Segoe UI Bold;
}
.contact-content h2 {
  font-family: Segoe UI Bold;
  font-size: 50px;
  line-height: 60px;
  color: #333333;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .contact-content h2 {
    line-height: normal;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .contact-content {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 60px;
  }
}
.default-page .detail-page-content {
  margin-bottom: 150px;
  font-family: Segoe UI;
  font-size: 20px;
  line-height: 30px;
  color: #5a5a5a;
}
@media (max-width: 991px) {
  .default-page .detail-page-content {
    line-height: normal;
    font-size: 16px;
  }
}
.default-page .detail-page-content img {
  max-width: 100%;
  width: 694px;
  height: 450px;
}
@media (max-width: 991px) {
  .default-page .detail-page-content img {
    height: auto;
  }
}
.default-page .detail-page-content iframe {
  max-width: 100%;
  width: 694px;
  height: 450px;
}
@media (max-width: 991px) {
  .default-page .detail-page-content iframe {
    height: auto;
    width: auto;
  }
}
.default-page .detail-page-content strong {
  font-family: Segoe UI;
  font-size: 20px;
  line-height: 30px;
  color: #5a5a5a;
  color: #fdc600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .default-page .detail-page-content strong {
    line-height: normal;
    font-size: 16px;
  }
}
.default-page .detail-page-content h2 {
  font-family: Segoe UI Bold;
  font-size: 50px;
  line-height: 90px;
  color: #333333;
}
@media (max-width: 991px) {
  .default-page .detail-page-content h2 {
    line-height: normal;
    font-size: 30px;
  }
}
.fzero {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.img-change-pos {
  order: 2;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  z-index: 1;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: transparent;
  font-size: 1px;
  width: 30px;
  height: 30px;
  outline: none;
}
.slick-arrow.slick-prev:before {
  content: "";
  background-image: url('../images/prev.png');
  display: block;
  width: 32px;
  height: 32px;
}
.slick-arrow.slick-next {
  right: 12px;
}
.slick-arrow.slick-next:before {
  content: "";
  background-image: url('../images/next.png');
  display: block;
  width: 32px;
  height: 32px;
}
.slick-arrow:focus {
  outline: none;
}
#rental .stappen {
  height: auto;
}
#rental .stappen ul {
  display: flex;
  flex-wrap: wrap;
}
#rental .box-table-b label {
  font-size: 16px !important;
}
@media (max-width: 768px) {
  #rental .box-table-b label {
    font-size: inherit !important;
  }
}
#rental .box-table-b input {
  width: 100%;
  height: 35px;
  max-width: 300px;
  font-size: 16px!important;
}
@media (max-width: 991px) {
  #rental .box-table-b input {
    max-width: 100%;
    font-size: inherit !important;
  }
}
#rental .box-table-b input[type="checkbox"] {
  height: auto;
  width: auto;
}
#rental .box-table-b select {
  height: 35px;
  max-width: 300px;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 991px) {
  #rental .box-table-b select {
    max-width: 100%;
    font-size: inherit !important;
  }
}
@media (max-width: 991px) {
  #rental .box-table-b select[name="nrofobjects"] {
    max-width: 50px;
  }
}
@media (max-width: 991px) {
  #rental .box-table-b img {
    max-width: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
  }
}
#rental .box-table-b textarea {
  max-width: 300px;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 991px) {
  #rental .box-table-b textarea {
    max-width: 100%;
    font-size: inherit !important;
  }
}
#addkalenders .kalender_kolom {
  float: none;
  width: 100%;
}
.m_link {
  margin-bottom: 15px;
}
.m_link .title {
  margin-right: 13px;
}
/* .historic-img-slider,
.summary {
    .slick-track{
        img{
            width: 100%;
            height:445px;
            object-fit: cover;
            object-position: center;
            font-family: "object-fit:cover;object-position:center;";
        }
    }
} */
#rental {
  /* #addkalenders{
        .kalender_kolom {
            @media (max-width:767px){
                width:50%;
                &:nth-last-of-type(3n+0){
                display: none;
                }
            } 
        }
    } */
}
#rental #boeken_wrapper input[type=checkbox] {
  -webkit-appearance: checkbox !important;
}
