/*
font-family: 'Author Light';
font-family: 'Author Regular';
font-family: 'Author Bold';
font-family: 'Author Medium';
*/
:root {
  --darkgreen: #1E3E3D;
  --Yellow: #C6AA5B;
  --white: #fff;
}
body,html { margin: 0!important; }
a, .editor_content h2 a, a:visited { transition:ease 0.5s; color: #fff; }
a:visited { transition:ease 0.5s; color: var(--darkgreen); }
a:hover, .editor_content h2 a:hover, { text-decoration: none; color: var(--Yellow); }
a, button, input, a:focus, button:focus, input:focus { outline: none !important; }
b, strong { font-weight: normal; font-family: 'Author Medium'; }
body { font-family: 'Author Light'; color: #000; line-height: 30px; font-size: 18px; }
a, button, input, a:focus, button:focus, input:focus { outline:none!important; }
h1, h2, h3, h4, h5, h6 { clear:none; line-height: normal; font-family: 'Author Medium'; font-weight: normal; color: #000; }
.clear {clear:both}
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }
.container { width: 100%; max-width: 1600px; margin: 0 auto; position: relative; padding: 0 15px; }
.hide { display:none; }
.show { display:block; }
.show-on-desktop { display:inline-block!important; }
.show-on-mobile { display:none!important; }
.show-on-ipad { display:none!important; }
.hide-on-desktop { display:none!important; }

.default_btn a { display: inline-block; font-size: 24px; color: #fff; padding: 10px 20px 10px; text-decoration: none; background: var(--Yellow); border-radius:30px; }
.default_btn a:hover { background: var(--darkgreen); }

/*header */
.site-header { display: flex; width: 100%; z-index: 999; background-color:var(--darkgreen); min-height: 74px; position: sticky; top: 0; }
.site-header .wrap .logo{ width: 168px;max-width: 20%;position: absolute;transition: all 0.4s;}
.site-header .top_right{display: flex; justify-content: end; align-items: center;gap:214px;}
.site-header .top_right .download_btn a{text-decoration: none;background: var(--white);border-radius: 30px;font-size: 20px;color: var(--darkgreen);padding: 5px 20px;font-family: Author Regular;}
.site-header .top_right .download_btn a:hover{background: var(--Yellow);}
/*header*/
.logged-in .site-header { top:32px; }
.site-header.header-fixed .logo { width: 140px; }
.sticky_btn { position: fixed; right: -120px; top: 50%; z-index: 9; transform: rotate(90deg); z-index: 9999; }
.sticky_btn a { display: inline-block;background-color: var(--Yellow);color: var(--darkgreen);text-align: center;padding: 66px 40px 36px 40px;font-size: 32px; text-decoration: none;
  font-family: 'Author Medium';border-radius: 30px; }

/* Slider */
.homeSlider { position: relative; overflow: hidden; }
.homeSlider ul { padding:0px; margin: 0px; }
.homeSlider ul li { height: 1000px; list-style-type: none; background-size: cover!important; background-repeat: no-repeat; background-position: 50% 50%; position: relative; }

.homeSlider video { height: 100%; width: 100%; object-fit: cover; object-position: top; display: block; }
.homeSlider .play { width: 100%; height: 100%; position: absolute; top:0; left: 0; z-index: 1; cursor: pointer; }
.homeSlider .play:before { content:''; background: url('../images/play.png') no-repeat center; width: 183px; height: 183px; top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; z-index: 9; opacity: .32; }
.homeSlider .play:hover:before { opacity: 1; }
.scroll_down {position: absolute; z-index: 9; bottom: 28px; left: 50%; transform: translateX(-50%); width: 87px; height: 138px; border: 6px solid #E6E7BA; border-radius: 50px;}
.scroll_down img { -webkit-animation: ca3_fade_move_down 1.5s ease-in-out infinite; -moz-animation:    ca3_fade_move_down 1.5s ease-in-out infinite; animation: ca3_fade_move_down 1.5s ease-in-out infinite;display: block; margin: auto; }
.scroll_down a { display: block; height: 100px; }


@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0, 30px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0, 30px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0, 30px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0, 30px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0, 0px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0, 40px); opacity: 0; }
}
/*slider*/


/* editor css*/
/* .editor_content h2 { font-size:48px; color: #000; position: relative; margin: 0px 0 20px 0; }
.editor_content h3 { font-size:30px; color: #000; margin:0 0 20px 0; }
.editor_content h4 { font-size:24px; color: #000; margin:0 0 20px 0; font-weight: normal; } */
.editor_content p { font-size:24px; color: #fff; line-height: 30px; margin: 0 0 30px; }
.editor_content p:last-of-type { margin-bottom: 0; }
.editor_content p:first-of-type { margin-top: 0; }
.editor_content p a, .editor_content a { text-decoration: underline; color: #000; }
.editor_content p a:hover { color:#ccb466; text-decoration: none; }
.editor_content ul, .editor_content ol { padding: 0px; margin: 20px 0 30px 0px; position: relative; }
.editor_content ul li,.editor_content ol li { list-style-type:none; margin-bottom:10px; position:relative; font-size:24px; color: #fff; padding-left:20px; line-height:30px; }
.editor_content ul li:before,.editor_content ol li:before { content:''; height:7px; width:7px; border-radius:50%; position:absolute; top:12px; left:0; background-color:#ccb466; }
.editor_content ul li a { color:#fff; text-decoration: none; }
.editor_content ul li a:hover { color:var(--Yellow); }
.editor_content ul ul { padding-top:20px; }
.editor_content ul ul li:last-child { margin:0px; }

.editor_content blockquote { padding: 20px 10px; margin: 10px 0 10px 0; width:100%; border-left:2px solid #ccb466; }
.editor_content blockquote h1 { font-size:30px; position: relative; margin: 0px; text-transform: uppercase; color:#000; }
.editor_content blockquote p { font-size:14px; color: #000; line-height: 26px; }

.editor_content table { width:100%; border-collapse: collapse; margin: 30px 0; }
.editor_content table td, .editor_content table th { font-size:18px; color: #000; padding: 10px; border-bottom: 1px solid #dee2e6; }
.editor_content table th { background: #ccb466; color: #fff; border-bottom: 2px solid #ccb466; text-align: left; }
.editor_content tbody tr:nth-of-type(2n+1) { background-color: rgba(0,0,0,.05); }
/* editor css*/


/* text blocks*/
.text_blocks { position: relative; z-index: 1; clear: both; overflow: hidden; }
.text_blocks .wrap { display: flex; align-items: center; position: relative;min-height: 620px; }
.text_blocks .row { display: flex; height: 100%; align-items: center; }
.text_blocks .col-6 { width:50%; position: relative; min-height: 1px; padding: 80px; }
.text_blocks .image { background-position:center center; }
.text_blocks .image.right { width:calc(50%); height: calc(100%); position: absolute; padding-bottom: 0; z-index:1; }
.text_blocks .image.left { width:calc(50%); height: calc(100%); position: absolute; padding-bottom: 0; z-index:1; }
.text_blocks .image.right { right: 0; }
.text_blocks .image.left { left: 0; }
.text_blocks.left .row { justify-content: flex-end; }
.text_blocks.right .col-6 { order:2; }
/* .text_blocks .editor_content { text-align: justify; } */
.text_blocks h2 { font-size: 50px; margin: 0 0 30px 0; }
.text_blocks .editor_content p { font-size: 24px; letter-spacing: 0.5px; }

@media (min-width:1640px) {
  .text_blocks .col-6 { padding: 120px; }
  .text_blocks.right .col-6 { padding-left: 0;padding-top: 0; }
  .text_blocks.left .col-6 { padding-right: 0;padding-top: 0; }
}
/*textblocks*/

/*brouchure*/
.broucher {  background-color:var(--darkgreen); padding: 60px 0px;}
.broucher .btn_group { display: flex; justify-content: center; gap: 0 158px; }
.broucher .btn_group a { display: flex; padding: 20px 40px; text-align: center;  min-width: 350px; border-radius: 80px; font-size: 32px; font-family: 'Author Medium'; position: relative;
  align-items: center; justify-content: center;}
.broucher .btn_group a:hover { opacity: .8; }

/*brochure*/


/*gallery*/
.gallery { display: flex; width: 100%; background-color: var(--Yellow); padding: 0 0 0 0;  margin: 0; }
.gallery ul { padding: 0; margin: 0; }
.gallery ul li { padding: 0; list-style-type: none; max-height: 567px; }
.gallery ul li .img img { height: 567px; object-fit: cover; }
/* .gallery .owl-carousel .owl-stage { padding-left: 0 !important; } */
/* .gallery .owl-carousel .owl-stage-outer { overflow: unset; } */
/* .gallery .owl-carousel .owl-nav { display: flex; justify-content: center; } */
.gallery .owl-carousel .owl-nav button { width:50px; height: 50px; border-radius:0; position: absolute; top: -80px; }
.gallery .owl-carousel .owl-nav button:hover { opacity: .8; }
.gallery .owl-carousel .owl-nav button span { background: url('../images/caret.png') no-repeat left top; width: 47px; height: 45px; display: inline-block; font-size: 0; }
.gallery .owl-carousel .owl-nav .owl-prev { margin-left: -60px; }
.gallery .owl-carousel .owl-nav .owl-prev span { transform: rotate(-180deg); }
.gallery .owl-carousel .owl-nav .owl-next { margin-right: -60px; }
.gallery .owl-carousel .owl-dots{display: flex; align-items: center; gap: 18px; padding: 50px 0; justify-content: center;}
.gallery .owl-carousel button.owl-dot{height: 20px; width: 20px; background: var(--white); border-radius: 50%;opacity:.5;}
.gallery .owl-carousel button.owl-dot.active{opacity:1;}
/*gallery*/

/*amenities*/
.amenities { clear: both; float: left; width:100%; padding:60px 0 0px; overflow: hidden; position: relative; z-index: 99; }
.amenities .row { display:flex; gap: 0 30px; }
.amenities .col-6 { width:calc(50% - 15px); position:relative; min-height:1px; }
.amenities .col-6:first-child { order: 2; }
.amenities h2 { font-size:50px; margin:0 0 40px; color:#ccb466; }
.amenities ul,.amenities ol { padding:0; margin:0px 0 20px; column-count: 2;}
.amenities ul li,.amenities ol li { list-style-type:none; margin-bottom:5px; position:relative; font-size:20px;font-family: 'Author Regular'; color:#000; padding-left:0px; line-height:30px; }
/* .amenities ul li:before,.amenities ol li:before { content:''; height:7px; width:7px; border-radius:50%; position:absolute; top:10px; left:0; background-color:#ccb466!important; } */
.amenities ul li a { color:#1E3E3D; text-decoration:underline; }
.amenities ul ul { padding-top:20px; }
.amenities ul ul li:last-child { margin:0; }
.amenities .image { position:relative; }
.amenities .image img { display:block; position:relative; z-index:2; width:100%; }
.amenities .editor_content { margin: 0px; padding: 0px; }
.amenities .editor_content p { color: #1E3E3D; }
.amenities .editor_content p:last-of-type { margin-bottom:0px; }
.amenities .editor_content p:first-of-type { margin-top:0px; }
.amenities .editor_content .default_btn { margin-top:30px; }
.amentie_content{display: grid; grid-template-columns: repeat(2,1fr);font-family: 'Author Regular'; font-size: 24px;  gap: 120px;margin-bottom:140px;}
.amentie_content ul li:before{display: none;}
/*amenities*/

/*sitemap*/
.sitemap { width: 100%; padding: 0 0 80px 0;clear: both; }
.sitemap .heading_box{background: var(--darkgreen);padding: 80px 0;}
.sitemap h2 { font-size:52px; margin:0 0px; color:var(--white); }
.sitemap .img_box{background:#F7F8EA;}

.plan { width:100%; position: relative; margin-bottom: 80px; }
.plan .accordionButton { background:#fff; border-bottom: 3px solid #c5c5c5; font-size: 45px;width: 70%; color:var(--darkgreen); padding: 37px 50px 37px 20px; position: relative; cursor: pointer; position:relative; transition: ease 0.5s; font-family: 'Author Medium'; }
.plan .accordionButton:after { content: ''; background:url('../images/CaretDown.png') no-repeat right center;  width:70px; height: 43px; text-align: center; font-size:28px; position: absolute; right:20px; }
.plan .accordionButton.on { color:var(--darkgreen); border: none; }
.plan .accordionButton.on:after { transform: rotate(-180deg); right: 0;}
.plan .no_text { font-size:25px; padding: 25px 20px;}
/*sitemap*/

/*contact form*/
.get_in_touch { background: var(--white); padding: 80px 0; }
.get_in_touch form { max-width: 1430px; margin: auto; }
.get_in_touch h2 { font-size:50px; margin:0 0 40px; color:#ccb466; }
.get_in_touch .input_group { display: flex; gap: 20px; }
.get_in_touch .input_group .input_field { width: calc(50% - 10px);margin-top: 30px; position: relative; }
.get_in_touch .input_group .input_field p { margin: 0; }
.get_in_touch .input_group input { height: 104px; width: 100%; padding: 15px 25px 15px 45px; background: #fff; font-size: 32px;
 border-radius: 20px; border: 2px solid rgba(30, 62, 61, 0.3);color: rgba(30, 62, 61, 0.6);font-family: 'Author Medium'; 
} 
.get_in_touch .input_group input::placeholder{color: rgba(30, 62, 61, 0.3);}
.get_in_touch .input_group select { height: 104px; width: 100%; padding: 15px 25px 15px 45px; background: #fff; font-size: 32px; border: none; border-radius: 50px; 
background: url('../images/Caretdrop.png') no-repeat right 30px center #fff; background-size: 50px; cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; color: #adadad; border-radius: 20px; border: 2px solid rgba(30, 62, 61, 0.3);color: rgba(30, 62, 61, 0.3); font-family: 'Author Medium'; }
.get_in_touch .input_group input[type="submit"] { background:rgba(198, 170, 91, 1); color: #fff; font-size: 32px; font-family: 'Author Medium'; cursor: pointer;border: 2px solid rgba(30, 62, 61, 0); }
.get_in_touch .input_group input[type="submit"]:hover { opacity:0.8; }
.disclaimer { text-align: right; align-content: flex-end; }
.disclaimer p { font-size: 16px; color: var(--darkgreen); text-align: left; max-width: 1430px; margin:40px auto 20px auto; font-family: 'Author Medium';  }
.disclaimer p b { font-family: 'Author Medium'; }
.wpcf7 form .wpcf7-response-output { margin: 20px 0; color: #46b450;text-align: center; }
.wpcf7-spinner { position: absolute; top:35px; right: 20px; }
form.invalid .wpcf7-response-output	{color: #e35b5b;border-color: #e35b5b !important;}
/*contact form*/

/*footer*/
.site-footer { background: var(--Yellow); padding: 0 0 50px 0; }
.site-footer .wrap { display: flex; gap: 0 40px; }
/* .site-footer .wrap .logo { margin-top: -103px; width: calc(40% - 20px); } */
.site-footer .contact_info { display: flex; gap: 0 40px; width: calc(100% - 40% - 20px);margin-left: 309px; }
.site-footer .contact_info .image { display: flex; height: 123px; align-items: flex-end; }
.site-footer .contact_info .image img { max-width: 320px; }
.site-footer .contact_info .column1 { width: calc(50% - 20px); margin-top: 40px; }
.site-footer .contact_info .column1 .type {font-size: 24px;font-family: 'Author Medium'; color: var(--white); text-decoration: none; margin-top: 45px; }
.site-footer .contact_info .column1 .address { font-size: 24px; font-family: 'Author Medium'; color: #fff; margin-top:30px; }
.site-footer .contact_info .column1 .mail { font-size: 24px; font-family: 'Author Medium'; color: #fff; margin-top:30px; }
.site-footer .contact_info .column1 .phone { font-size: 24px; font-family: 'Author Medium'; color: #fff; margin-top: 0px; }
.site-footer .contact_info .column1 .code { font-size: 24px; font-family: 'Author Medium'; color: #fff; margin-top: 0px; }
.site-footer .disclaimer_text { margin-top: 90px; font-size: 16px; line-height: 22px; font-family: 'Author Light'; color: #fff;margin-left:88px; }
.site-footer .disclaimer_text strong { font-family: 'Author Medium'; }
.site-footer .disclaimer_text p:first-of-type { margin: 0; }
.site-footer .contact_info .column1 a { text-decoration: none; color: #fff; }
.site-footer .contact_info .column1 a:hover { color: var(--darkgreen); }
/*footer*/



.error-404 { text-align:center; padding: 60px 0; }
.error-404 h1 { font-size:64px; margin: 0px 0 20px 0; color: var(--Yellow); }
.error-404 .page-content { margin: 0px; }
.error-404 p { font-size:25px; margin: 0px; }
.error-404 .default_btn { margin-top:30px; }

.no-banner { height: 290px; background-color: var(--darkgreen); }
.no-banner .overlay h1 { color: #fff; }

@media (min-width:1200px) and (max-width:1366px) {
	.get_in_touch .input_group select, .get_in_touch .input_group input { font-size:30px; }
}

@media (min-width:1025px) and (max-width:1440px) {

  .broucher .btn_group .default_btn { width: calc(50% - 10px); }
  .broucher .btn_group a { min-width: 100%; }
  .site-footer .contact_info { width: calc(100% - 30% - 20px); }

}

@media (min-width:1025px) and (max-width:1199px) {
	.hide-on-ipad { display:none!important; }
	.show-on-ipad { display:inline-block!important; }
}

@media (min-width:768px) and (max-width:1199px) {

  .hide-on-ipad { display:none!important; }
	.show-on-ipad { display:inline-block!important; }

  .site-header .logo { max-width:145px; left: 15px; transform: none; }
  .homeSlider ul li { height: 600px; }
  .homeSlider .play::before { width: 100px; height: 100px; background-size: 100%; }
  .scroll_down { bottom: 15px; width: 62px; height: 98px; border: 4px solid #ccb466; }
  .scroll_down img { max-width: 28px; }

  .text_blocks .col-6 { width: 100%; }
  .text_blocks .wrap { flex-wrap: wrap; }
  .text_blocks .image.right, .text_blocks .image.left { position: static; width: 100%; height: 400px; }
  .text_blocks h2 { font-size: 30px; }
  .text_blocks .editor_content p { font-size: 18px; }
  .text_blocks .col-6 { padding: 30px 0; }

  .broucher { padding: 45px 0; }
  .broucher .btn_group .default_btn { width:100%; margin-bottom: 10px; }
  .broucher .btn_group a { min-width: 100%; padding: 12px 30px; border-radius: 30px; font-size: 18px; }
  .broucher .btn_group .default_btn:first-of-type a::after { background-size: 30px; width: 30px; height: 30px; }
  .gallery .owl-carousel .owl-nav button span { width:30px; height: 30px; background-size: 30px; }

  .gallery { margin-bottom: 0; }
  .amenities { padding: 40px 0; }
  .amenities .row { flex-wrap: wrap; gap: 0; }
  .amenities .col-6 { width: 100%; }
  .amenities .col-6:first-of-type { order: 0; }
  .amenities h2 { font-size: 30px; margin: 0 0 40px 0; }
  .editor_content p, .amenities .editor_content p { font-size: 18px; line-height: 30px; }
  .amenities .image { margin-bottom: 30px; }

  .sitemap { padding: 40px 0; }
  .sitemap h2 { font-size: 30px; }

  .plan { margin-bottom: 40px; }
  .plan .accordionButton { font-size: 18px; padding: 15px 40px 15px 0px; line-height: normal; }
  .plan .accordionButton::after { width: 25px; height: 25px; background-size: 100%; top: 50%; transform: translateY(-50%); right: 0; }
  .plan .no_text { font-size: 18px; padding: 25px 0; }
  .plan .accordionButton.on::after { margin-top: -15px; }

  .broucher + .get_in_touch { padding-top: 0; }
  .get_in_touch h2 { font-size: 30px; margin-bottom: 15px; }
  .get_in_touch .input_group input, .get_in_touch .input_group select { height: 50px; padding: 10px 25px 10px 15px; font-size: 18px; border-radius: 30px; background: url('../images/expand-button.png') no-repeat right 20px center #fff; background-size: 18px; }
  .get_in_touch .input_group input[type="submit"] { font-size: 18px; }
  .get_in_touch .input_group .input_field { margin-top: 10px; }

  .disclaimer { text-align: center;width:100%; display:flex; }
  .disclaimer p { font-size: 18px; line-height: 26px; }

  .site-footer { padding-bottom: 40px; width:100%; display:flex; }
  .site-footer .wrap .logo { margin: 0; }
  .site-footer .wrap .logo img { max-width: 150px; display: block; margin: auto; }
  .site-footer .wrap { flex-wrap: wrap; gap: 0; }
  .site-footer .contact_info .column1 { width:100%; }
  .site-footer .contact_info .column1 .type, .site-footer .contact_info .column1 .address, .site-footer .contact_info .column1 .mail, .site-footer .contact_info .column1 .phone, .site-footer .contact_info .column1 .code { font-size: 18px; margin-top: 10px; text-align: center; }
  .site-footer .contact_info .column1 .type { margin-top: 30px; }
  .site-footer .contact_info .image { justify-content: center; }
  .site-footer .disclaimer_text { margin-top: 40px; font-size: 18px; }

  .gallery ul li .img img { height: 367px; object-fit: cover; }

}
@media (max-width:1440px)
{	.site-header .top_right{gap: 80px;}
	.navigation ul.menu{gap: 40px;}
	.site-footer .contact_info{margin-left: 100px;}
	.sticky_btn{right: -110px;}
	.sticky_btn a{padding: 46px 40px 16px 40px; font-size: 24px;}
}
@media (max-width:1199px)
{
	.site-header .top_right .download_btn{position: absolute;top: 50%;transform: translateY(-50%);right: 80px;}
	.site-footer .disclaimer_text{margin-left: 0;}
}
@media (max-width:1024px)
{
	.amentie_content{gap: 30px; margin-bottom: 30px;font-size: 20px;grid-template-columns:1fr;}
	.sitemap .heading_box{padding: 20px 0;}
}
@media (max-width:767px) {

  .hide-on-mobile { display:none!important; }
	.show-on-mobile { display:block!important; }

  .site-header .logo { max-width:145px; left: 15px; transform: none; }
  .homeSlider ul li { height: 500px; }
  .homeSlider .play::before { width: 100px; height: 100px; background-size: 100%; }
  .scroll_down { bottom: 15px; width: 62px; height: 98px; border: 4px solid #ccb466; }
  .scroll_down img { max-width: 28px; }

  .text_blocks .col-6 { width: 100%; }
  .text_blocks .wrap { flex-wrap: wrap; }
  .text_blocks .image.right, .text_blocks .image.left { position: static; width: 100%; height: 400px; }
  .text_blocks h2 { font-size: 30px; }
  .text_blocks .editor_content p { font-size: 18px; }
  .text_blocks .col-6 { padding: 30px 0; }

  .broucher { padding: 45px 0; }
  .broucher .btn_group { flex-wrap: wrap; gap: 0; }
  .broucher .btn_group .default_btn { width:100%; margin-bottom: 10px; }
  .broucher .btn_group a { min-width: 100%; padding: 12px 30px; border-radius: 30px; font-size: 18px; }
  .broucher .btn_group .default_btn:first-of-type a::after { background-size: 30px; width: 30px; height: 30px; }
  .gallery .owl-carousel .owl-nav button span { width:30px; height: 30px; background-size: 30px; }

  .gallery { margin-bottom: 0; }
  .amenities { padding: 40px 0; }
  .amenities .row { flex-wrap: wrap; gap: 0; }
  .amenities .col-6 { width: 100%; }
  .amenities .col-6:first-of-type { order: 0; }
  .amenities h2 { font-size: 30px; margin: 0 0 40px 0; }
  .editor_content p, .amenities .editor_content p { font-size: 18px; line-height: 30px; }
  .amenities .image { margin-bottom: 30px; }

  .sitemap { padding: 40px 0; }
  .sitemap h2 { font-size: 30px; }

  .plan { margin-bottom: 40px; }
  .plan .accordionButton { font-size: 18px; padding: 15px 40px 15px 0px; line-height: normal; }
  .plan .accordionButton::after { width: 25px; height: 25px; background-size: 100%; top: 50%; transform: translateY(-50%); right: 0; }
  .plan .no_text { font-size: 18px; padding: 25px 0; }
  .plan .accordionButton.on::after { margin-top: -15px; }

  .broucher + .get_in_touch { padding-top: 0; }
  .get_in_touch h2 { font-size: 30px; margin-bottom: 15px; }
  .get_in_touch .input_group .input_field { width: 100%; }
  .get_in_touch .input_group input, .get_in_touch .input_group select { height: 50px; padding: 10px 25px 10px 15px; font-size: 18px; border-radius: 30px; background: url('../images/expand-button.png') no-repeat right 20px center #fff; background-size: 18px; }
  .get_in_touch .input_group { flex-wrap: wrap; gap: 0; }
  .get_in_touch .input_group input[type="submit"] { font-size: 18px; }
  .get_in_touch .input_group .input_field { margin-top: 10px; }
  .get_in_touch .input_group input{background:none;}

  .disclaimer { text-align: center; }
  .disclaimer p { font-size: 18px; line-height: 26px; }

  .site-footer { padding-bottom: 40px; }
  .site-footer .wrap .logo { margin: 0px 0 0 0; width: 100%; }
  .site-footer .wrap .logo img { max-width: 150px; display: block; margin: auto; }
  .site-footer .wrap { flex-wrap: wrap; gap: 0; }
  .site-footer .contact_info { flex-wrap: wrap; width: 100%; gap: 0; }
  .site-footer .contact_info .column1 { width:100%; }
  .site-footer .contact_info .column1 .type, .site-footer .contact_info .column1 .address, .site-footer .contact_info .column1 .mail, .site-footer .contact_info .column1 .phone, .site-footer .contact_info .column1 .code { font-size: 18px; margin-top: 10px; text-align: center; }
  .site-footer .contact_info .column1 .type { margin-top: 30px; }
  .site-footer .contact_info .image { justify-content: center; }
  .site-footer .disclaimer_text { margin-top: 40px; font-size: 15px; line-height:19px; }

  .no-banner { height: 140px; }
  .error-404 h1 { font-size: 30px; }

  .sticky_btn { right: -74px; top: 40%; display:none; }
  .sticky_btn a { font-size: 18px; padding: 7px 20px; }

  .gallery ul li .img img { height: 367px; object-fit: cover; }
	.site-footer .contact_info .image img { max-width:230px; }
	
	.gallery .owl-carousel .owl-dots{gap: 10px; padding: 30px 0;}
	.gallery .owl-carousel button.owl-dot{height: 10px; width: 10px;}
	.amenities ul, .amenities ol{column-count: 1;}
	.plan .accordionButton{width: 100%;}
	.site-footer .contact_info{margin-left: 0;}
	
}
@media (max-width:415px)
{
	.site-header .wrap .logo{max-width: 30%;}
	.site-header .top_right .download_btn{right: 60px;}
	.site-header .top_right .download_btn a{padding: 5px 15px;font-size: 14px;}
}