html, body {
margin: 0;
padding: 0;
line-height:0;
overflow-x:hidden;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:0;
line-height:normal;
font-weight:normal;
color:#000;
margin: 0;
padding: 0;
background-color:#fff;
}

a{text-decoration:none; color:#000;}
a:hover{text-decoration:none; outline:none;}
a:focus, object:focus, input:focus, textarea:focus {text-decoration:none; outline:none;}

form{margin:0px; padding:0px; display:block;}

figure{
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

sub, sup{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

ul, li{
margin:0px;
padding:0px;
list-style:none;
list-style-type:none;
}

h1, h2, h3, h4, h5, h6{
display:inline;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
font-weight:normal;
line-height:normal;
text-align:left;
}

h1{
    font-family: 'Kodchasan', Arial, sans-serif;
    font-size:41px;
    line-height: 48px;
    color:#81a14b;
    font-weight:normal;
    display: block;
}

h1.center{
    text-align: center;
    margin: 45px auto;
    max-width: 75%;
}

h2{
    font-family: 'Kodchasan', Arial, sans-serif;
    font-size:41px;
    line-height: 48px;
    color:#81a14b;
    font-weight:200;
    display: block;
}

h3{
    font-family: 'Kodchasan', Arial, sans-serif;
    font-size:41px;
    line-height: 48px;
    color:#ceaf7f;
    font-weight:200;
    display: block;
    text-align: center;
}

h4{
    font-family: 'Kodchasan', Arial, sans-serif;
    font-size:26px;
    line-height:40px;
    color:#ceaf7f;
    font-weight:500;
    display: block;
    border-bottom: 1px solid #ceaf7f;
    text-transform: uppercase;
    margin-bottom: 25px;
}

@media (max-width: 1560px) {
    h1 {
        font-size: 30px;
        line-height: 36px;
    }

    h1.center{
        max-width: 100%;
        margin: 24px auto;
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
    }

    h3 {
       font-size: 28px;
        line-height: 34px;
    }
}



section{
	max-width:2560px;
	margin:0px auto;
}

.wrap{
    width: 100%;
    max-width: 100%;
	margin: 0px auto;
	position: relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	color:#000;
	font-size:18px;
    line-height:23px;
}

@media (max-width: 1560px) {
    .wrap{
        font-size: 16px;
        line-height: 22px;
    }
}

.wrapText {
  width: 900px;
  max-width: 900px;
  padding:54px 0px;
}

.wrapFix{
    width:1280px;
	max-width:1280px;
    padding:54px 0px;
}

@media (max-width: 1560px) {
    .wrapFix{
        width: 1030px;
        max-width: 1030px;
    }
}

.wrapCent{
    width:95% !important;
	max-width:95% !important;
    padding:54px 0px;
}

@media (max-width: 1560px) {
    .wrapCent{
        padding:28px 0px;
    }
}

.wrap p {
    line-height: 1.425em;
}

@media (max-width: 1560px) {
    .wrap p {
        line-height: 1.3333em;
    }
}

.wrap p strong{
    font-weight: normal;
}

.link{
    display: inline-block;
    font-weight: 500;
    padding-right:42px;
    margin-top: 8px;
    background-image: url(../img/arrowRightG.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 92%;
    font-family: 'Kodchasan', Arial, sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: #81a14b;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.link:hover{
    background-position: right top;
    padding-right:46px;
}


a#menuMob{
	display:none;
}

header{
	width: 100%;
	min-height:85px;
	position: fixed;
	top: 0;
	z-index:99;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

body.sticky header, body.stickyOver header, body.stickyFix header, body.stickyMenu header{
    background-color: #fff;
}

.logo{
	display:block;
	position:absolute;
	left:24px;
	top:14px;
    z-index: 98;
}

.logo img{
    min-width: 300px;
    filter: grayscale(100%) brightness(0) invert(1);
        transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.logo img.mob{
    display: none;
    min-width: 286px;
}

.logo img.dsk{
    display: block;
    min-width:300px;
}

body.sticky .logo img, body.stickyOver .logo img, body.stickyFix .logo img, body.stickyMenu .logo img{
    filter:none;
}


#menuX{
    display: none;
}

#menu{
	display:block;
	text-align:right;
	position:relative;
    padding-right: 24px;
    padding-top:24px;
}

#menu li{
	display:inline-block;
    position: relative;
	text-align:center;
	padding:0px 9px;
    transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
    z-index: 100;
    font-size:14px;
}

#menu li::after{
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 6px;
    background-color: #fff;
        transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

#menu li ul{
    position: absolute;
    left: 0;
    top: 54px;
    padding: 25px 1000em; /* trick from css-tricks comments */
    margin: 0 -1000em; /* trick from css-tricks comments */
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    white-space: nowrap;
    border-top:1px solid #81a14b;
    -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}


#menu li i{
    display: none;
}

#menu li:first-child{

}


#menu li:hover > ul {
    visibility: visible;
    opacity: 1;
}

body.sticky #menu li::after, body.stickyOver #menu li::after, body.stickyFix #menu li::after {
    background-color: #81a14b;
}

#menu li:first-child::after, body.sticky #menu li:first-child::after, body.stickyOver #menu li:first-child::after, body.stickyFix #menu li:first-child::after {
    background-color: transparent;
}


#menu li a{
	display:inline-block;
	vertical-align:middle;
    padding:5px 0px;
	font-family: 'Kodchasan', Arial, sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
    line-height:18px;
	position:relative;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

@media (max-width: 1732px) {
    #menu li a{
        font-size:14px;
    }
    
    .logo img.dsk {
        min-width: 265px;
    }
}

body.sticky #menu li a, body.stickyOver #menu li a, body.stickyFix #menu li a{
    color: #81a14b;
    
}

#menu li a:hover, #menu li a.sel{
	color:#81a14b !important;
    border-bottom: 1px solid #81a14b;
}

#menu li.boo, body.sticky #menu li.boo, body.stickyOver #menu li.boo, body.stickyFix #menu li.boo {
    border: 0px;
    height: 38px;
    line-height: 38px;
    padding: 0px;
    padding-left: 2px;
}

#menu li.boo::after, body.sticky #menu li.boo::after, body.stickyOver #menu li.boo::after, body.stickyFix #menu li.boo::after{
    background-color: transparent;
}

#menu li.boo a{
    border:2px solid #fff;
    height: 38px;
    line-height: 38px;
    padding: 0px 13px;
}

body.sticky #menu li.boo a, body.stickyOver #menu li.boo a, body.stickyFix #menu li.boo a{
    border:2px solid #81a14b;
}

#menu li.boo a:hover{
    border: 2px solid #81a14b !important;
    background-color: #81a14b !important;
    color: #fff !important;
}

#menu li ul li{
    display: inline-block;
    vertical-align: middle;
    padding:0px 25px;
}

#menu li ul li::after{
    background-color: #ceaf7f !important;
}

#menu li ul li:first-child{
    padding-left: 10px;

}

#menu li ul li:first-child::after{
    background-color: transparent !important;
}

#menu li ul li a{
    color: #ceaf7f !important;
    border-bottom: 1px solid transparent !important;
}

#menu li ul li a:hover{
    border-bottom: 1px solid #ceaf7f !important;
    color: #ceaf7f !important;
    
}

a#menuMob{
	display:none;
	position:fixed;
	width:37px;
	height:34px;
	color:#1a1430;
	font-family: 'Kodchasan', Arial, sans-serif;
	font-weight:normal;
	font-size:25px;
	right:8px;
	top:25px;
    background-image: url("../img/bgMenu.png");
    background-repeat:no-repeat;
    background-position: left top;
	z-index:100;
    filter: grayscale(100%) brightness(0) invert(1);
	/*border:2px solid #fff;*/
    /*background-color: #fff;
    background-color: rgba(255, 255, 255, .7);*/
	text-align:center;
	border-radius:6px;
        transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

body.sticky a#menuMob, body.stickyOver a#menuMob, body.stickyFix a#menuMob, body.stickyMenu a#menuMob{
 /*border:2px solid #81a14b;*/
 filter: none;
}
    

a#menuMob.menuActive{
    background-position: left bottom;
}

#menuX {
    display: none;
    position: fixed;
    right: -185%;
    top: 85px;
    z-index: 98;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: calc(100vh - 85px - 60px);
    min-height:50px;
    padding: 0px;
    padding-top: 12px;
    border-top:1px solid #81a14b;
    overflow-y: scroll;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

#menuX.active {
    right: 0;
    background-color: #fff;
}

#menuX ul{
    display: block;
    width: 100%;
    text-align: center;
    background-image:url("../img/redondo_redondo.svg");
    background-repeat: no-repeat;
    background-position: 75% 75px;
    background-size: 265px auto;
}

#menuX ul li:first-child{

}

#menuX ul li{
    display: block;
    position: relative;
    width: 35%;
    text-align: left;
    margin: 0px;
    margin-left: 2.5%;
    padding: 0px;
    font-size: 19px;
    padding: 7px 0px;
    border-bottom:1px solid #81a14b;
}


#menuX ul li a{
    font-family: 'Kodchasan', Arial, sans-serif;
    font-size: 22px;
    line-height: 28px;
    padding: 0px;
    font-weight:bold;
    display: inline-block;
    vertical-align: middle;
	text-transform:uppercase;
    color: #81a14b !important;
}

#menuX ul li.boo{
    display: none;
}

#menuX ul li.boo a{
    padding: 10px 15px;
    border: 2px solid #81a14b;
}

#menuX ul li i{
    display:block;
    position: absolute;
    right: 0px;
    top: 16.5px;
    width: 13px;
    height: 8px;
    background-image: url(../img/dropdownB.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#menuX ul li i.active{
    transform: rotate(180deg);
}

#menuX li ul {
    display: none;
    padding-top:4px;
    background-image: none;
}

#menuX li ul li{
    padding: 2px 0px;
    width: 88%;
    border-bottom: 0px;
}

#menuX li ul li a{
    font-size: 20px;
}

#menuX li ul li a{
    color: #af966b !important;
}


#menuX ul li.langs{
    border-bottom: 0px;
}

#menuX ul li.langs a{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 2px;
    font-size: 15px;
}


@media (max-width: 1560px) {
    #menu{
        display: none;
    }

    a#menuMob{
        display: block;
        right: 19px;
    }

    #menuX {
        display: block;
        height: calc(100vh - 85px);
    }
}


#langs {
    padding-right: 0px !important;
    border: 0px !important;
    padding-left: 15px!important;
}


#langs::after {
    background-color: transparent !important;
}

#langs a {
	padding-right:21px !important;
	background-image: url(../img/dropdown.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#langs a:hover{
    border:0px !important;
}

body.sticky #langs a, body.stickyOver #langs a, body.stickyFix #langs a {
    background-image: url(../img/dropdownB.png);
}

#subLangs {
	position: absolute;
	right:0px;
	top:54px;
    /*border-top: 1px solid #81a14b;*/
	padding-right:21px;
	padding-left:15px;
	padding-bottom:5px;
    padding-top: 5px;
	z-index: 95;
    display: none;
    background-color: #fff;
	min-width: 56px;
	text-align:right;
}


#subLangs a {
	font-family: 'Kodchasan', sans-serif;
	font-size: 16px !important;
	color: #81a14b !important;
	display: block !important;
	height:24px !important;
	line-height:24px !important;
	text-transform:uppercase !important;
    background-image: none !important;
    padding: 0px !important;
}


@media (max-width: 1700px) {
    #subLangs a {
        font-size: 14px !important;
    }
}

#subLangs a:hover{
	color:#81a14b;
    text-decoration: underline;
}

.videoHome {
    height: 100vh;
    width: 100%;
}

.videoHome strong {
    font-family: 'Kodchasan', Arial, Helvetica, sans-serif;
    font-size: 51px;
    font-weight: 200;
    color: #ffffff;
    text-align: center;
    /*text-shadow: 2px 2px 4px rgba(0,0,0,0.5);*/
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (max-width: 1560px) {
    .videoHome strong {
        font-size: 38px;
        line-height:42px;
    }
}

.search {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(98vh - 85px);
    height: 68px;
    width: 100%;
    text-align: center;
}

.search form {
    width: 100%;
    text-align: center;
}

.search label{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Kodchasan', sans-serif;
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    height: 52px;
    line-height: 21px;
    border-left: 1px solid #fff;
    padding-left: 45px;
    padding-right: 45px;
    min-height:5px;
}

@media (max-width: 1560px) {
    .search label{
        padding-left: 15px;
        padding-right: 15px;
    }
}

.search label.firstIn{
    border: 0px;
}

.search label span{
    font-size: 13px;
    text-transform: none;
    overflow: visible;
    white-space: nowrap;
}

.search .customInput {
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: 'Kodchasan', sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight:normal;
    border: 0px;
    text-indent:0px;
    width:160px;
}

@media (max-width: 1560px) {
    .search .customInput {
        width:145px;
    }
}

.search .button {
    margin-top: 0px;
    vertical-align: middle;
    background-image: url(../img/cal.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left:60px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#video-wrap {
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height:100vh;
    z-index:-10;
    overflow:hidden;
    background-color: #000;
}

#mvideo {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    opacity: 0.7;
}

#mimage{
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    opacity: 0.7;
}

.videoHome {
    height: 100vh;
    width: 100%;
    position: relative;
}

.videoHome #video-wrap {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  z-index: -10;
  overflow: hidden;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mimage, #mvideo {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin: auto;
    height: 100vh;
}

.bg2{
    background-color: #f5f0ea;
}

.swiper-galleryX, .swiper-galleryZ {
    height:auto;
    width: 100%;
    position: relative;
}

.swiper-galleryFit{
    height: 750px;
}

.swiper-galleryX .swiper-slide, .swiper-galleryZ .swiper-slide{
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.swiper-galleryFit .swiper-slide{
    background: rgba(81, 74, 61, .35);
}

.swiper-galleryX .swiper-slide img, .swiper-galleryZ .swiper-slide img{
	width:100%;
    height:auto;
    display: inline-block;
    margin: 0px auto;
}

@media (max-width: 1560px) {
    .swiper-galleryX .swiper-slide img, .swiper-galleryZ .swiper-slide img {
    height: 610px;
    object-fit: cover;
    }

    .swiper-galleryFit{
        height: 640px;
    }
    
    .swiper-galleryFit .swiper-slide img{
        height: auto;
        object-fit: cover;
    }
}


.swiper-galleryFit .swiper-slide img.slideV{
    width: auto;
    height: 100%;
}

.swiper-galleryX em, .swiper-galleryX a, .swiper-galleryZ em, .swiper-galleryZ a {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 75px;
    z-index: 50;
    width: 38%;
    text-align: left;
    font-family: 'Kodchasan', sans-serif;
    font-size: 51px;
    color: #ffffff;
    font-weight:200;
    font-style: normal;
    line-height: 61px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.swiper-galleryZ a img{
    display: inline-block;
    vertical-align: middle;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
}

@media (max-width: 1560px) {
    .swiper-galleryX em, .swiper-galleryX a, .swiper-galleryZ em, .swiper-galleryZ a {
        font-size: 38px;
        line-height: 48px;
        width: 50%;
        text-align: right;
        bottom: 45px;
    }
    
    .swiper-galleryZ a img{
        height: 20px;
    }
}

.swiper-galleryZ a:hover img{
    padding-left:3px;
}

.swiper-galleryX .swiper-slide a.light {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    right:auto;
    left: auto;
    bottom: auto;
    top: auto;
    text-align: center;
    line-height: normal;
    text-shadow: none;
}

.swiper-galleryX .swiper-slide a.light::after{
    display: none;
}

.swiper-galleryZ a:hover::after{
    width: 56px;
}

.swiper-pagination{
	width:100%;
	text-align:center;
}

.swiper-pagination-bullet{
width: 12px;
height: 12px;
outline: none;
margin-right:8px;
margin-left:8px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    display: inline-block;
    vertical-align: middle;
    	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.swiper-pagination-bullet-active {
    background-color: #FFF;
    width: 15px;
    height: 15px;
    outline: none;
}

.intro .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
}

.intro .wrap ul:first-child li:first-child{
    
}

.intro .wrap ul li{
    width: 70%;
}

.intro .wrap ul li:first-child{
    width: 25%;
    border-right: 1px solid #ceaf7f;
}

.intro .wrap ul li:first-child strong{
    display: block;
    font-weight: 500;
    margin-bottom: 30px;
}


.intro .wrap ul li:first-child strong.upper{
    text-transform: uppercase;
}

.intro .wrap ul:first-child{
    margin-bottom:40px;
}

.intro .wrap ul:first-child li:first-child{
    border: 0px;
}

.intro .wrap ul:last-child li:last-child p{
    margin: 0px;
    padding: 0px;
}

.listItems .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
}

.listItems .wrap ul li {
  width: 31.75%;
  position: relative;
    overflow: hidden;
  margin-bottom: 25px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}


.listItems .wrap ul li a{
    font-family: 'Kodchasan', sans-serif;
    font-size: 29px;
    line-height: 38px; 
    color: #81a14b;
    font-weight:200;
}


@media (max-width: 1560px) {
    .listItems .wrap ul li a{
        font-size: 24px;
        line-height: 32px; 
    }
}





.listItems .wrap ul li a span{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1 ;
    margin-bottom: 20px;
}

.listItems .wrap ul li a span img{
    display: block;
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 120%;
    height: 120%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.listItems .wrap ul li a:hover span img{
    transform: translate(-50%, -50%) scale(0.95);
}


.listItems .wrap ul li a em{
    display: block;
    width: 100%;
    overflow: hidden;
    font-style: normal;
}

.listItems .wrap ul li a em strong{
    font-weight:500;
    text-transform: uppercase;
    display:inline-block;
    padding-right:52px;
    background-image: url(../img/arrowRightG.png);
	background-repeat: no-repeat;
	background-position: right center;
      transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.listItems .wrap ul li a:hover em strong{
    background-position: right top;
    padding-right:57px;
}

.listItems .wrap ul li a p{
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: 300;
    color: #000;
    font-size: 21px;
    margin-top: -10px;
}

.listItemsNo .wrap ul li a{
    cursor: default;
    font-family: 'Poppins', sans-serif;
    font-size: 18px !important;
}

.listItemsNo .wrap ul li a p{
    font-size: 18px !important;
}

.listItemsImages{
    background-image: url("../img/bgRD.png");
    background-repeat: no-repeat;
    background-position: right center;
    /*background-attachment: fixed;*/
}

.listItemsImages .wrap ul {
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    align-items: center;
}

.listItemsImages .wrap ul:first-child li:last-child {
    margin-top: 0px;
}

.listItemsImages .wrap ul.rev {
    flex-direction: row-reverse;
}

.listItemsImages .wrap ul li {
  width: 47%;
  position: relative;
}


.listItemsImages .wrap ul li img{
    max-width: 100%;
}

.listItemsImages .wrap ul li:last-child {
    margin-top: -90px;
}

.listItemsImages .wrap ul li strong {
  font-family: 'Kodchasan', Arial, sans-serif;
  font-size: 41px;
  line-height: 48px;
  color: #81a14b;
  font-weight: normal;
  display: block;
}

.swiper-galleryY {
    height:auto;
    width: 100%;
    max-width:100%;
    position: relative;
    margin-top: 35px;
    padding-bottom:45px;
}

.swiper-galleryY .swiper-slide{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 50px;
}

.swiper-galleryY .swiper-slide p{
    width: 85%;
    display: block;
    padding: 0px;
    margin: 0px auto;
}
.swiper-galleryY .swiper-pagination{
    bottom:0px;
}

.swiper-galleryY .swiper-pagination-bullet{
    background: #ceaf7f;
}

.swiper-galleryY .swiper-button-prev, .swiper-galleryY .swiper-button-next {
  background-image: url(../img/next2.png);
  background-position: center center;
    right: 0px;
    left: auto;
}

.swiper-galleryY .swiper-button-prev{
    background-image: url(../img/prev2.png);
    right: auto;
    left: 0px;
}

.slidesItems{
}

.slidesItems .wrap{

}


.slidesItems .wrap ul {
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    position:relative;
    margin-bottom: 75px;
}

.slidesItems .wrap ul.rev {
  flex-direction: row-reverse;
}

.slidesItems .wrap ul li {
  width: 75%;
}

.slidesItems .wrap ul li:last-child{
    width: 40%;
    position: absolute;
    right: 0px;
    top: 10%;
    min-height: 80%;
    z-index: 90;
    background-color: #f5f0ea;
}

@media (max-width: 1560px) {
   .slidesItems .wrap ul li:last-child{
       
    } 
}

.slidesItems .wrap ul.rev li:last-child{
    left: 0px;
    right: auto;
}

.slidesItems .wrap ul li:last-child div{
    padding: 0px;
    width: 85%;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media (max-width: 1560px) {
    .slidesItems .wrap ul li:last-child div{
        width: 88%;
    }
}


.slidesItems .wrap ul li:last-child div h1{
    text-transform: uppercase;
}

.detailsItems{
}

.detailsItems .wrap{

}


.detailsItems .wrap ul {
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    align-items: center;
    position:relative;
    margin-bottom:0px;
}

.detailsItems .wrap ul.rev {
  flex-direction: row-reverse;
}

.detailsItems .wrap ul li {
  width: 50%; 
  aspect-ratio: 1 / 1 ;
  max-height: 800px;
}

.detailsItems .wrap ul li .swiper-galleryX{
    height: 100%;
}

.detailsItems .wrap ul li .swiper-galleryX .swiper-slide img{
    object-fit: cover;
    height: 100%;
}

.detailsItems .wrap ul li:last-child{
    background-color: #f5f0ea;
    position: relative;
}

.detailsItems .wrap ul.rev li:last-child{
    background-color: #fff;
}

.detailsItems .wrap ul li:last-child .padding{
    padding: 0px;
    width: 85%;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.detailsItems .wrap ul li:last-child .padding .search{
}

.detailsItems .wrap ul li:last-child .customDatePicker{
    display: none;
    width: 100%;
    box-sizing: border-box;
    position: relative !important;
    left: auto !important;
    top: auto  !important;
    height: auto  !important;
    text-align: left  !important;
    margin: 0px auto;
    padding: 0px !important;
    margin-top: 27px !important;
    min-height: 135px;
    padding-top: 7px !important;
}

.detailsItems .wrap ul li:last-child .customDatePicker form{
    text-align: left !important;
}

.detailsItems .wrap ul li:last-child .padding .search label{
  color: #ceaf7f;
  border-left: 1px solid #ceaf7f;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
    box-sizing: border-box;
    width: 24.5%;
    padding-left: 10px;
    padding-right: 10px;
    height: 65px;
    margin-bottom: 8px;
}

.detailsItems .wrap ul li:last-child .padding .search label.firstIn {
  border: 0px;
}

.detailsItems .wrap ul li:last-child .padding .search .customInput {
  color: #ceaf7f;
}

.detailsItems .wrap ul li:last-child .padding .search .button{
    width: 49.66666666%;
    margin: 0px auto;
    margin-top: 3px;
    padding: 0px;
}

.detailsItems .wrap ul li:last-child strong{
    font-weight: 500;
}

.detailsItems .wrap ul li:last-child ul{
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    margin: 27px 0px;
}

.detailsItems .wrap ul li:last-child ul.detailsIcons{
    margin: 0px;
    margin-top: 27px;
    min-height: 135px;
}

.detailsItems .wrap ul li:last-child ul li{
    width: 48%;
    max-height: none;
    aspect-ratio:auto;
    margin: 7px 0px;
    font-size: 16px;
}

.detailsItems .wrap ul li:last-child ul li img{
    max-height: 49px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.detailsItems .wrap ul li:last-child .button{
    margin: 0px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.detailsItems .wrap ul li:last-child ul:last-child{

}

.detailsItems .wrap ul li:last-child ul:last-child li:last-child .button{
    background-color: transparent;
    color: #ceaf7f;
}

.detailsItems .wrap ul li:last-child ul:last-child li:last-child .button img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
    margin-right: 0px;
}

@media (max-width: 1560px) {
    .detailsItems .wrap ul li {
      aspect-ratio: 1 / 1.25;
      max-height: 640px;
    }

    .detailsItems .wrap ul li:last-child ul.detailsIcons{
        align-items: flex-start;
        min-height: 115px;
        margin-top: 25px;
    }

    .detailsItems .wrap ul li:last-child ul.detailsIcons li{
        width: 23.75%;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
    }

    .detailsItems .wrap ul li:last-child ul.detailsIcons li img{
        display: block;
        margin: 0px auto;
        padding: 0px;
        margin-bottom: 9px;
    }

    .detailsItems .wrap ul li:last-child ul:last-child{
        margin: 20px 0px;
    }

    .detailsItems .wrap ul li:last-child ul li{
        width: 100%;
    }

    .detailsItems .wrap ul li:last-child .padding .search label {
        width: 48.5%;
        box-sizing: border-box;
        margin: 0px 1px;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .detailsItems .wrap ul li:last-child .padding .search label.firstAdult{
        border: 0px;
    }

    .detailsItems .wrap ul li:last-child .padding .search .button{
        width: 100%;
            background-position: 10px center;
        background-size: auto 22px;
    }
}

.othersItems .wrap ul li {
  width: 48%;
}

.othersItems .wrap h2{
    margin-bottom: 45px;
}


.listIcons .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:center;
}

.listIcons .wrap ul li{
    padding: 0px 3px;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #ceaf7f;
    min-width: 10.5%;
    max-width: 10.5%;
}

@media (max-width: 1560px) {
    .listIcons .wrap ul li{
        font-size: 13px;
        line-height: 17px;
        min-width: 9%;
        max-width: 9%;
         padding: 0px 4px;
    }
}

.listIcons .wrap ul li:last-child{
    border: 0px;
}

.listIcons .wrap ul li img{
    display: block;
    margin: 0px auto;
    max-height: 35px;
    margin-bottom: 8px;
}

.groupIcons .wrap ul{
    display: flex;
    flex-flow: row wrap;
    justify-content:flex-start;
}

.groupIcons .wrap ul li{
    width: 33.3333%;
    max-height: none;
    aspect-ratio:auto;
    margin: 7px 0px;
    font-size: 15px;
}

.groupIcons .wrap ul li img{
    max-height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.othersItems2 .wrap ul {
    justify-content: flex-start;
}

.othersItems2 .wrap ul li {
  width: 24%;
 margin-right: 1.33333333%;
}

.othersItems2 .wrap ul li:last-child{
  margin: 0px;
}



.othersItems2 .wrap h4{
    border: 0px;
}

.othersItems2 .wrap ul li a em strong{
    background-image: none;
    font-size: 21px;
    color: #ceaf7f;
    padding-right: 0px;
    display: block;
    width: 100%;
    overflow: hidden;
}

.detailsInstals .wrap ul li {
  max-height:570px;
    position: relative;
}

.detailsInstals .wrap ul li:last-child div{
    padding: 0px;
    width: 88%;
    margin: 0px auto;
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
}

.companyItems .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
}

.companyItems .wrap{
    padding: 0px;
}

.companyItems .wrap ul li {
  width: 28.75%;
  position: relative;
  margin-bottom: 72px;
}

.companyItems .wrap ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}

.companyItems .wrap ul li a img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}

.companyItems .wrap ul li a span{
    display: block;
    padding: 0px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
      transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.companyItems .wrap ul li a:hover span{
    opacity: 1;
}

.companyItems .wrap ul li a span em{
    display: block;
    padding: 0px;
    width: 100%;
    margin: 0px auto;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Kodchasan', Arial, sans-serif;
    font-size: 32px;
    line-height: 37px;
    color: #81a14b;
    font-style: normal;
}

.companyItems .wrap ul li a span em strong{
    font-weight: 500;
    font-size: 27px;
}

.imagesList .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
}

.imagesList .wrap ul li{
    width: 33%;
    font-size: 0;
    margin-top: 10px;
}

.imagesList .wrap ul li img{
    width:100%;
    display: block;
}

.imagesList .leg{
    display: block;
    text-align: right;
    padding-top: 10px;
}

.cols2List .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
}

.cols2List .wrap ul li{
    width: 47%;
    padding-bottom:25px;
    margin-bottom: 45px;
    border-bottom: 2px dashed #81a14b;
}

.cols2List .wrap ul li:last-child,.cols2List .wrap ul li:nth-last-child(2) {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.cols2List .wrap ul li strong{
font-family: 'Kodchasan', Arial, sans-serif;
font-size: 32px;
line-height: 34px;
color: #81a14b;
display: block;
font-weight: normal;
}


.detailsHistory {
  background-image: url("../img/bgRE.png");
  background-repeat: no-repeat;
  background-position: left 50px;
}

.detailsHistory .wrap ul li {
    position: relative;
}

.detailsHistory .wrap ul li:last-child div{
    padding: 0px;
    width: 88%;
    margin: 0px auto;
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
}

.detailsHistory .wrap ul li{
    width: 46.5%;
    max-height: 570px;
    background-color:transparent!important;
}


.chronology{
}

.chronology h1{
    background-image: url("../img/bgCrono.png");
  background-repeat: no-repeat;
  background-position:center center;
    min-height: 180px;
    line-height: 180px;
    margin: 0px auto;
    text-align: center;
}

.chronology div{
    min-height: 300px;
    position: relative;
    margin-top:75px;
}

.chronology div::after{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 0px;
    width: 10px;
    height: 100%;
    content: '';
    background-color: #bca178;
    border-radius:10px;
}

.chronology .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;   
}

.chronology .wrap ul li{
    width: 50%;
    position: relative;
    margin-bottom:60px;
}

.chronology .wrap ul li:nth-child(odd) {
    margin-left: 50%;
}

.chronology .wrap ul li::before{
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 10px solid #bca178;
    left: 0px;
    top: 38px;
    margin-left: -15px;
    border-radius: 50%;
    z-index: 90;
}

.chronology .wrap ul li:nth-child(even)::before{
    left: auto;
    right: 0px;
    margin-left: 0px;
    margin-right: -15px;
}

.chronology .wrap ul li strong{
    font-family: 'Kodchasan', Arial, sans-serif;
    font-size: 27px;
    line-height: 45px;
    color: #81a14b;
    display: block;
    font-weight:normal;
    padding-left: 20px;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 3px dashed #bca178;
}

.chronology .wrap ul li:nth-child(even) strong{
    text-align: right;
    padding-left: 0px;
    padding-right: 20px;
}

.chronology .wrap ul li span{
    font-size:16px;
    line-height:normal;
    display: block;
    width: calc(100% - 210px - 20px);
    font-weight:300;
    padding-left: 20px;
}

.chronology .wrap ul li:nth-child(even) span{
    text-align: right;
    padding-right: 20px;
    padding-left: 210px;
    width: calc(100% - 210px - 20px);
}

.chronology .wrap ul li img{
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    top: -50px;
    border-radius: 50%;
    max-width: 204px;
}

.chronology .wrap ul li:nth-child(even) img{
    right: auto;
    left: 0px;
}

.detailsItems .wrap ul{
    align-items: end;
}

.detailsAbout .wrap ul li img{
    height: auto;
    width: 100%;
}

.detailsAbout .wrap ul li {
  aspect-ratio:auto;
  max-height:none;
    width: 46%;
  background-color: transparent !important;
}

.detailsAbout .wrap ul li:last-child div {

}

.manifest h1{
    margin-bottom: 25px;

}

.manifest .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-evenly;
margin-top: 5px;
padding-bottom: 25px;
}

.manifest .wrap ul.even{
background-color: #f5f0ea;
}

.manifest .wrap ul li{
    width: 47%;
}

.manifest .wrap ul li:first-child{
    padding-bottom: 15px;
    padding-top:45px;
}

.manifest .wrap ul li:first-child strong{
font-family: 'Kodchasan', Arial, sans-serif;
font-size: 32px;
line-height: 42px;
color: #81a14b;
display: block;
    font-weight: normal;
}

.manifest .wrap ul li p{
    padding-left: 12px;
    position: relative;
}

.manifest .wrap ul li p::before{
    display: block;
    content: '•';
    position: absolute;
    left: 0px;
    top: 0px;
}

.manifest .wrap ul li p strong{
    font-weight: 400;
}


.sos{

}

.sos .wrap ul li strong, .sos .wrap ul li div{
    padding-left: 15px;
    position: relative;
}

.sos .wrap ul li strong::before{
    display: block;
    content: '•';
    position: absolute;
    left: 0px;
    top: 0px;
}

.videoBook{
    height: auto;
    position: relative;
}

.videoBook #video-wrap{
    position: relative;
    height: auto;
}

.videoBook #mimage{
    position: relative;
    min-height: inherit;
    height: inherit;
    display: block;
    left: auto;
    top: auto;
    right:auto;
    bottom: auto;
}

.videoBook .search{
    z-index: 90;
    bottom:0px;
    position: relative;
    width: 95%;
    min-width: 95%;
    margin: 0px auto;
    background-color: #f5f0ea;
    top:-200px;
    margin-bottom: -100px;
    height: auto;
    min-height:190px;
    padding: 50px 0px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}

.videoBook .searchRoom{
    width: 100%;
    min-width: 100%;
    top: auto;
    bottom: auto;
    min-height: inherit;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.videoBook .searchRoom label{
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 1560px) {
    
    .videoBook{
    height: 100vh;
    }
    
    .videoBookRoom{
        height: auto;
    }
    
     .videoAvail{
    height: auto;
    }

    .videoBook #video-wrap{
        position: absolute;
        height: auto;
    }

    .videoBook .search{
        display: block;
        top: 85px;
        width: 96%;
        min-width: 96%;
        padding: 25px 0px;
    }
    
     .videoBookRoom .search{
        display: block;
        top: 0px;
        width: 100%;
        min-width: 100%;
        padding: 0px 0px;
    }
    
    .videoBook .searchRoom label {
      padding-left: 19px;
      padding-right: 19px;
    }
}

.videoAvail{
    margin-top: 85px;
}

.videoAvail .search{
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    min-width: 100%;
}

.videoBook .search h1{
    display: block;
    text-align: center;
    margin-bottom: 45px;
}

.videoBook .search label{
    color: #ceaf7f;
    border-left: 1px solid #ceaf7f;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.videoBook .search label.firstIn{
    border: 0px;
}

.videoBook .search .customInput{
    color: #ceaf7f;
}

.videoBook .search .button{
    
}

.videoBook .search .customInput::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #ceaf7f;
}
.videoBook .search .customInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #ceaf7f;
}
.videoBook .search .customInput::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #ceaf7f;
}
.videoBook .search .customInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #ceaf7f;
}

.detailsItems .wrap ul li:last-child .padding .search .customInput::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #ceaf7f;
}
.detailsItems .wrap ul li:last-child .padding .search .customInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #ceaf7f;
}
.detailsItems .wrap ul li:last-child .padding .search .customInput::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #ceaf7f;
}
.detailsItems .wrap ul li:last-child .padding .search .customInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #ceaf7f;
}

.roomsList h1{
    margin-bottom: 35px;
}

.roomsList .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0px;
 border-bottom: 2px solid #81a14b;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.roomsList .wrap ul.noAvail{
    filter: grayscale(1);
    opacity: 0.7;
}

.roomsList .wrap ul li {
  width: 50%;
}

.roomItem .wrap ul{
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom:20px;
}

.roomItem .wrap ul li {
    width: 35%;
}

.roomsList .wrap ul li:last-child{
    width: 45%;
    position: relative;
    line-height:27px;
}

.roomItem .wrap ul li:last-child{
     width: 60%;
}

.roomsList .wrap ul li .swiper-galleryX .swiper-slide{
    height: 420px;
}

.roomItem .wrap ul li .swiper-galleryX .swiper-slide{
    height: 320px;
}

@media (max-width: 1560px) {
    .roomsList .wrap ul li .swiper-galleryX .swiper-slide{
        height: 375px;
    }
    
    .roomItem .wrap ul li .swiper-galleryX .swiper-slide{
        height: 290px;
    }

}

.roomsList .wrap ul li .swiper-galleryX .swiper-slide img{
    height: 100%;
    object-fit: cover;
}

.roomsList .wrap ul li strong {
  font-family: 'Kodchasan', Arial, sans-serif;
  font-size: 41px;
  line-height: 48px;
    text-transform: uppercase;
  color: #81a14b;
  display: block;
    font-weight: normal;
  margin-bottom: 40px;
}

@media (max-width: 1560px) {
    .roomsList .wrap ul li strong {
      font-size: 38px;
      line-height: 42px;
        margin-bottom: 28px;
    }
}

.roomsList .wrap ul li:last-child ul li {
  width: 47.5%;
  max-height: none;
  aspect-ratio: auto;
  margin: 9px 0px;
}

.roomsList .wrap ul li:last-child .button{
    color: #81a14b;
    background-color: transparent;
    border: 1px solid #81a14b;
    margin-top: 0px;
}

.roomsList .wrap ul.noAvail .button{
    margin-bottom: 30px;
}

.roomsList .wrap ul li:last-child em{
    font-style: normal;
    color: #ceaf7f;
    display: block;
    font-size: 22px;
    font-weight: 300;
}

.roomsList .wrap ul.noAvail li:last-child em{
    margin-top:2px;
    text-transform: uppercase;
}

.roomsList .wrap ul li:last-child ul{
    display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
    position: absolute;
    align-items: center;
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}



.roomsList .wrap ul li:last-child ul li{
    width: 47.5%;
}

.roomsList .wrap ul li:last-child ul li:first-child{
    font-size: 23px;
    font-weight: 600;
}



.roomsList .wrap ul li:last-child ul li:last-child .button{
    border: 1px solid #ceaf7f;
    color: #fff;
    background-color: #ceaf7f;
    width: 100%;
    padding: 0px;
}

.roomsList .wrap ul li:last-child ul.totalsPay li:first-child{
    width: 67%;
}

.roomsList .wrap ul li:last-child ul.totalsPay li:last-child{
    width: 30%;
}

.roomItem .wrap ul li:last-child #dataForm ul{
    position: relative;
    left: auto;
    bottom:auto;
    margin-top: 20px;
}

#hide{
    width:100%;
    height:100vh;
    display:block;
    position:fixed;
    left:0px;
    top:0px;
    background: rgba(255, 255, 255, 0.6);
    z-index:100;
    text-align: center;
}


#hide img{
    max-width: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: rotating 25s linear infinite;
    -moz-animation: rotating 25s linear infinite;
    -ms-animation: rotating 25s linear infinite;
    -o-animation: rotating 25s linear infinite;
    animation: rotating 25s linear infinite;
}

#LB{
    display: none;
    position:fixed;
    z-index:100;
    text-align: center;
    top:0px;
    left:0px;
    width:100%;
    height:100vh;
    background: #f5f0ea;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    background: rgba(81, 74, 61, .9);
}

#LB div{
    position: absolute;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#LB div a.closeStatus {
    display: block;
    position: absolute;
    top: 35px;
    right: 20px;
    width: 33px;
    height: 33px;
    background-image: url(../img/closeLB.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration: none;
    z-index: 99;
}


#LB form{
    display: block;
    background-color: #f5f0ea;
    padding: 25px;
    padding-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 16px;
    line-height: normal;
    text-align: left;
    max-width: 680px;
    min-width: 680px;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}

#LB form strong{
    font-family: 'Kodchasan', Arial, sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #81a14b;
  font-weight: 200;
  display: block;
    margin-bottom: 10px;
}

#LB form em{
    display: block;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 15px;
}

#LB form ul{
    display: flex;
    flex-flow: row wrap;
    justify-content:center;
}

#LB form ul li{
    width: 45%;
    max-height: none;
    aspect-ratio:auto;
    margin: 9px 0px;
    font-size: 14px;
}

#LB form ul li img{
    max-height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

#lopd{
    font-size: 15px;
}

#lopd a{
    text-decoration: underline;
}

.gallery .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:flex-start;
}

.gallery .wrap{

}

.gallery .wrap ul li {
  width: 22.5%;
  margin-right: 1.25%;
  margin-left: 1.25%;
  margin-bottom: 2.5%;
  position: relative;
}

.gallery .wrap ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery .wrap ul li a span{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1 ;
}

.gallery .wrap ul li a span img{
    display: block;
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 120%;
    height: 120%;
    object-fit: cover;
    aspect-ratio: 1 / 1 ;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.gallery .wrap ul li a:hover span img{
    transform: translate(-50%, -50%) scale(0.95);
}


.search .wrapText{
    padding: 0px;
}

.introTop{
    margin-top: 85px;
}

.faqs{
    
}

.faqs .wrap h3{
    display: block;
    color: #81a14b;
    text-align: left;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
}

.faqs .wrap ul{
    width: 100%;
    text-align: left;
    margin-bottom:50px;
}

.faqs .wrap ul li{
    width: 100%;
    padding: 3px 12px;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #d9d6d6;
}


.faqs .wrap ul li.active{
        background-color: #f5f0ea;
}

.faqs .wrap ul li a{
    display: block;
    padding: 10px 0px;
    padding-right: 25px;
    font-weight: normal;
    background-image:url("../img/arrowFaq.png");
    background-repeat: no-repeat;
    background-position: right 15px;
}

.faqs .wrap ul li a.active{
     background-image:url("../img/arrowFaqUp.png");
}

.faqs .wrap ul li p{
    display: none;
    padding: 0px;
    padding-bottom: 0.6em;
    margin: 0px;
}

#formContact{
    text-align: left;
    width: 85%;
    margin: 0px auto;
}

#formContact .inputNormal{
    width: 47.5%;
    border-bottom: 1px solid #81a14b;
    margin-bottom: 35px;
}

#formContact .captcha{
    width: 35%;
}

#formContact label{
    display: block;
    margin-bottom: 4px;
    padding-left: 10px;
}

#formContact textarea.inputNormal{
    width: 95.5%;
}


.error{
    border-bottom: 1px solid #b31412 !important;
}

.errorDate{
    color: #f88f8e !important;
}

.errorForm{
    background-color: #facdcd !important;
}

#formContact .button{
    background-image: none;
    padding-left:45px;
    padding-right: 45px;
    float: right;
    margin-top: 25px;
}

#formSending, #formOk, .formSending, .formOk, #formSending_, #formOk_ {
    text-align: center;
    margin: 30px 0px;
    margin-top: 52px;
    color: #81a14b;
    font-size: 22px;
    font-weight: 300;
    display: none;
}

.dataCompany{

}

.dataCompany .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:center;
    width: 100%;
}


.dataCompany .wrap ul li{
    width:auto;
    padding-right: 45px;
    margin:0px 45px;
    border-right: 1px solid #81a14b;
    box-sizing: border-box;
    padding-left: 45px;
    background-image: url("../img/telContact.png");
    background-repeat: no-repeat;
    background-position: left top;
}

@media (max-width: 1560px) {
    .dataCompany .wrap ul li{
        padding-right: 20px;
        margin: 0px 20px;
    }
}

.dataCompany .wrap ul li:last-child{
    background-image: url("../img/mailContact.png");
    margin-left: 0px;
}

.dataCompany .wrap ul li:first-child{
    background-image: url("../img/pinContact.png");
    margin-right: 0px;
}

.dataCompany .wrap ul li strong{
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.dataCompany .wrap ul li:last-child{
    border: 0px;
}


iframe{
    margin: 0px;
    padding: 0px;
    border:0px;
    display: block;
}

.map{
}

.map .wrap{
    text-align: center;
}

.map .wrap img{
    display: block;
    margin: 0px auto;
    max-width: 100%;
    margin-bottom:30px;
}

.map .wrap strong{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Kodchasan', Arial, sans-serif;
    font-size: 41px;
    color: #81a14b;
    font-weight: normal;
    height: 70px;
    line-height: 70px;
    background-image: url("../img/pin.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size:auto 100%;
    padding-left: 70px;
}

@media (max-width: 1560px) {
    .map .wrap strong{
        font-size:35px;
    }
}

.map .wrap .button{
    background-color: transparent;
    border: 1px solid #81a14b;
    color: #81a14b;
    margin: 0px;
    margin-left:35px;
    vertical-align: middle;
}

.map .wrap .button img{
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    margin-left: 12px;
    margin-right: 0px;
}

.logoFoot{
}


.logoFoot .wrap {
    text-align: center;
}

.logoFoot .wrap img{
    max-width: 185px;
    -webkit-animation: rotating 120s linear infinite;
    -moz-animation: rotating 120s linear infinite;
    -ms-animation: rotating 120s linear infinite;
    -o-animation: rotating 120s linear infinite;
    animation: rotating 120s linear infinite;
}

@media (max-width: 1560px) {
    .logoFoot .wrap img{
        max-width: 130px;
    }
}

.newsletter{
    background-image: url("../img/bgNews.jpg");
	background-repeat:repeat;
	background-position: left center;
    position: relative;
}

.newsletter .wrap {
    width: 900px;
  max-width: 900px;
}

.newsletter .wrap ul {
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    align-items:flex-end;
}

.newsletter label{
    display: block;
}

.newsletter span{
    display: inline-block;
    vertical-align: bottom;
    min-width: 160px;
}

.newsletter img.newsImgC{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}

.newsletter .customInput{
    border: 0px;
    border-bottom:1px solid #000;
    background-color: transparent;
    vertical-align: bottom;
    width: 240px;
}

.newsletter .button{
    color: #000;
    background-color: transparent;
    border: 1px solid #81a14b;
    font-weight: 300;
    padding: 0px 50px;
    text-transform: none;
}

.newsletter .button:hover{
    background-color: #81a14b;
    color: #fff;
}

.newsletter img.newsImg{
    display: block;
    position: absolute;
    bottom: -15px;
    right: 55px;
}

@media (max-width: 1560px) {
    .newsletter img.newsImg{
        display: none;
    }
}

.navButtons{
    display:none;
    position: fixed;
    width: 100%;
    top: auto;
    left: 0px;
    right: auto;
    bottom: 0px;
    z-index: 100;
    background-color: #ded3c6;
}

.navButtons ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
}

.navButtons ul li{
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.navButtons ul li:first-child, .navButtons ul li:last-child{
    width: 25%;
}

.navButtons ul li a.navTel, .navButtons ul li a.navWsp{
    background-image:url("../img/navWsp.png");
    background-repeat: no-repeat;
    background-position:center center;
    background-size: auto 32px;
    background-color: transparent;
}

.navButtons ul li a.navTel{
    background-image:url("../img/navTel.png");
}

.navButtons ul li a{
    display:block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: 'Kodchasan', Arial, sans-serif;
    font-size: 22px;
    color: #4b4237;
    font-weight:normal;
    text-transform: uppercase;
    background-color: #b8aa9a;
}


.wsp {
  display: block;
  position: fixed;
  right: 25px;
  bottom: 30px;
  z-index:100;
  width: 53px;
  height: 53px;
  background-image: url(../img/bgWsp.png);
  background-repeat: no-repeat;
  background-position: center center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.wsp:hover {
    opacity: 0.8;
}

    
footer{
    background-color: #81a14b;
}

footer .wrap ul {
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
}

footer .wrap ul li{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-family: 'Kodchasan', Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    width: 45%;
    text-align: center;
    font-weight: 500;
}

@media (max-width: 1560px) {
    footer .wrap ul li{
        width: 37%;
    }
}

footer .wrap ul li:first-child, footer .wrap ul li:last-child{
    border:0px;
    width: auto;
    text-align: left;
}


footer .wrap ul li a{
    display: block;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

footer .wrap ul li a:hover{
    text-decoration: underline;
}


footer .wrap ul li span{
    display: block;
    margin-top: 15px;
}

footer .wrap ul li span a{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

footer .wrap ul li:last-child img{
    display: block;
    position: absolute;
    top: -100px;
    right: 0px;
}

.inputNormal{
width:31%;
height:42px;
line-height:42px;
font-family: 'Poppins', Arial, sans-serif;
font-size: 18px;
color:#000;
font-weight:300;
background-color:#f5f0ea;
border:0px;
display:inline-block;
    vertical-align: middle;
margin:0px;
margin-right:6px;
margin-bottom:10px;
text-indent:10px;
}

select.inputNormal{
    text-indent: 7px;
    width: 31.6%;
    height: 43px;
}

textarea.inputNormal{
    width: 96%;
    height: 56px;
    line-height: 18px;
    text-indent: 0;
    padding-top: 11px;
    padding-left: 12px;
    display: block;
}

.inputNormal::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #000;
}
.inputNormal:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #000;
}
.inputNormal::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #000;
}
.inputNormal:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000;
}

.customInput {
  border: 0;
  height: 39px;
  line-height: 39px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;    
  color: #000;
  padding: 0px;
  background-color: #fff;
  border: 1px solid #b3bbc2;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0px;
  text-indent: 0px;
  cursor: default;
}

select.customInput {
	opacity:0.95;
	text-indent: 0px;
	padding-left: 18px;
}

textarea.customInput {
		text-indent: 0px;
	padding-left: 18px;
	padding-top:9px;
	line-height:normal;
}

.button {
  text-align: center;
  font-family: 'Kodchasan', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  border: 1px solid #ceaf7f;
  padding: 0px 20px;
  height: 43px;
  min-height: 43px;
  line-height: 43px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  background-color:#ceaf7f;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.button:hover{
    opacity: 0.85;
}


section:after, footer:after, .content:after, .wrap:after, .mainInfo:after, .contentRoom:after, form:after, .valContent:after, .envList ul li:after, .roomItem:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear{
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;
}

.kitDigital{

}

.kitDigital .wrap{
    padding: 15px 0px;
    text-align: center;
}

.kitDigital img{
    max-width:100%;
    display: inline-block;
}

#pdcc-modal-bg{
    font-size: 14px !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-config, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-reject, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-deny-all {
    background-color: #000 !important;
    color: #fff !important;
    margin-left: 12px !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked:disabled + .pdcc-btn-slider {
  background-color: #000 !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-accept {
  background-color: #000 !important;
  color: #fff !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-accept-all {
  background-color: #000 !important;
  color: #fff !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked + .pdcc-btn-slider {
  background-color: #000 !important;
}