/*
Theme Name: Selectrum Theme
Author: Selectrum
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	display:inline-block;
	font-weight:500;
	padding:25px 50px;
	color:#fff;
	transition:all 0.25s linear;
	background-color:#707070;
	border-radius:100px;
	cursor:pointer;
	border:none;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color:#333;
	background-color:#fff;
}


input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
textarea,select {
	box-sizing: border-box;
	border: 2px solid #D9B44A;
	border-radius: 100px;	
	padding:20px 25px;
	width:100%;
	background: #fff;	
	font-family: "Mona Sans", sans-serif;
	font-size:18px;
	line-height:23px;
	color:#333333;
	font-weight:500;
}

textarea {
	font-family: "Mona Sans", sans-serif;
	overflow: auto;
	resize:none;
	height:150px;
	vertical-align: top;
	font-size:18px;
	line-height:23px;	
	border-radius: 50px;	
	padding:25px;	
}

*{
	outline:none !important;
}

::placeholder {
	color: #D6CFB8;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #D6CFB8;
}

::-moz-placeholder {
	color: #D6CFB8;
	opacity: 1;
}

:-moz-placeholder {
	color: #D6CFB8;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #D6CFB8;
}

blockquote {
	margin: 30px 0;
	background-color: #FEFAF0;
	padding: 40px 20px;
	border-radius: 30px;
	box-sizing: border-box;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input {
	padding: 0;
	margin: 0;
	background: #ffffff;
	font-family: "Mona Sans", sans-serif;
	line-height: 24px;
	font-size: 18px;
	color:#333333;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1 {
	line-height: 66px;
	font-size: 60px;
	font-weight:500;
	margin-bottom:30px;
	font-family: "Taviraj", serif;	
}
h2 {
	line-height: 56px;
	font-size: 50px;
	font-weight:400;
	margin-bottom:30px;
	color:#777674;
	font-family: "Taviraj", serif;	
}
h3 {
	line-height: 32px;
	font-size: 24px;
	margin-bottom:20px;
	font-family: "Mona Sans", sans-serif;
}
h4 {
	line-height: 25px;
	font-size: 21px;
	margin-bottom:15px;
	font-family: "Mona Sans", sans-serif;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: 600;
}
dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.clear{
	clear:both;
}

.container{
	width:1720px;
	margin:0 auto;
}

.container a.btn{
	display:inline-block;
	font-weight:500;
	padding:15px 30px;
	color:#fff;
	transition:all 0.25s linear;
	background-color:#D9B44A;
	border-radius:100px;
}

.container a.btn:hover{
	background-color:#707070;
	color:#fff;
}

.container a.btn.btn-white{
	background-color:#fff;	
	color:#777674;
}

.container a.btn.btn-white:hover{
	background-color:#D9B44A;
	color:#fff;
}


.container .btn.reverse-bt{
	background-color:#707070;
	color:#fff;	
}

.container a.btn.reverse-bt:hover{
	color:#fff;
	background-color:#D9B44A;	
}

.container a.btn-clear{
	display:inline-block;
	font-weight:500;
	padding:15px 30px;
	color:#fff;
	transition:all 0.25s linear;
	border-radius:100px;
	border:2px solid #fff;
}

.container a.btn-clear:hover{
	background-color:#fff;
	color:#333;
}

.container a.btn-clear-grey{
	border:2px solid #777674;
	color:#777674;
	display:inline-block;
	font-weight:500;
	padding:15px 30px;
	transition:all 0.25s linear;
	border-radius:100px;	
}

.container a.btn-clear-grey:hover{
	background:#777674;
	color:#fff;
}
/*HEADER*/
#masthead{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;	
	z-index: 9000;	
	transition:all 0.25s linear;
}

#masthead.scrolldown{
	top:-500px;
}

#header-top {
	background-color: #fff;
}

#header-top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	transition:all 0.15s linear;
}

#header-top-menu-wrapper {
	display: flex;
	align-items: center;
}

#header-bottom {
	background-color: #FEFAF0;
	padding: 25px 0;
	overflow: hidden;
	position: absolute;
	top: 136px;
	z-index: 8999;
	width: 100%;
	transition:top 0.15s linear;
}

#header-top-menu ul{
	margin:0;
	padding:0;
}

#header-top-menu ul li{
	list-style:none;
	float:left;
	margin-right:50px;
}

#header-top-menu ul li a{
	color:#333333;
	font-weight:500;
}

#header-top-menu ul li a:hover,
#header-top-menu ul li.current-menu-item a{
	color:#D9B44A;
}

#header-main-menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

#header-main-menu ul li{
	list-style:none;
	margin-right:50px;
}

#header-main-menu ul li:last-child{
	margin-right:0;
}

#header-main-menu ul li a {
	color: #333;
	transition: all 0.25s linear;
	position: relative;
	text-transform: uppercase;
	font-size:15px;
}

#header-main-menu ul li a:after{
	content:'';
	width:100%;
	height:5px;
	background-color:#D9B44A;
	position: absolute;
	left:0;
	bottom:-27px;
	opacity:0;
	transition: all 0.25s linear;	
}

#header-main-menu ul li a:hover:after,
#header-main-menu ul li.current-menu-item a:after{
	opacity:1;
}

.only-for-responive,
#header-main-menu ul li.wpml-ls-item{
	display:none;
}

#header-logo img {
	max-width: 80px;
	transition:all 0.15s linear
}
/*PAGES*/
#date-form {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#date-range-item input,#guests {
	border: 2px solid #FEFAF0;
	background: #FEFAF0;
	border-radius: 30px;
}

#guests {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #FEFAF0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 1.75rem center;
	background-size: 15px auto;
}

.form-item:nth-child(2){
	width:210px;
}


.form-item {
	text-align: center;
}

.form-item > label {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: 500;
}

#voucher {
	border: 2px solid #333;
}

#dates-submit:hover{
	background:#D9B44A;
	color:#fff;
}

#home-reservation{
	padding:55px 0;
}


.form-item input::placeholder {
	color: #777674;
	opacity: 1;
}

.form-item input::-webkit-input-placeholder {
	color: #777674;
}

.form-item input::-moz-placeholder {
	color: #777674;
	opacity: 1;
}

.form-item input:-moz-placeholder {
	color: #777674;
	opacity: 1;
}

.form-item input:-ms-input-placeholder {
	color: #777674;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background: #777674;
	border-color: #777674;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
	background: #D6CFB8;
	border-color: #D6CFB8;
}

.flatpickr-day.inRange {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #D6CFB8,5px 0 0 #D6CFB8;
	box-shadow: -5px 0 0 #D6CFB8,5px 0 0 #D6CFB8;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: -10px 0 0 #777674;
	box-shadow: -10px 0 0 #777674;
}

#main {
	margin-top: 211px;
}

#gmap {
	width: 100%;
	height: 600px;
}

#page-hero {
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	padding: 50px 0;
	box-sizing: border-box;
	position: relative;
	background-color: #FEFAF0;
}

#page-hero:before{
	position: absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	top:0;
	left:0;
	content:'';
}

#page-hero .container{
	position: relative;
}

#page-hero h1{
	line-height: 62px;
	font-size: 56px;
	font-weight:400;
	margin-bottom:30px;	
}

#banner-content .btn-clear {
	font-size: 20px;
}


#banner-content .btn-wrapper {
	padding-top: 30px;
}


.section-top-padding{
	padding-top:90px;
}

.section-bottom-padding{
	padding-bottom:90px;
}

.intro-section.intro-center {
	text-align: center;
}

.intro-section {
	max-width: 885px;
	margin:0 auto;
}

.intro-section.intro-left-align{
	margin:0;
}

#home-service .intro-section {
	margin:0 auto 100px auto;	
}

.section-subtitle {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 15px;
}


#home-service {
	background-color:#FEFAF0;
}

#home-service .section-subtitle {
	color:#333;
}

#characteristics-wrapper {
	display: flex;
	justify-content: center;
	flex-flow:wrap;
}

.characteristics-item {
	background-color: #fff;
	width: 230px;
	height: 230px;
	display: flex;
	flex-direction: column;
	border-radius: 50%;
	margin-right: 6%;
	align-items: center;
	justify-content: center;
	padding: 50px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 50px;
}

.characteristics-item span {
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
}

@media screen and (min-width: 1351px) {
	.characteristics-item:nth-child(3n) {
		margin-right: 0%;	
	}
}

.characteristics-item img {
	height: 115px;
	max-width: 70%;
	display: block;
	margin: 0 auto 30px auto;
}


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

#home-section-8 {
	background-color: #FEFAF0;
}

.bottom-padding-60{
	padding-bottom:40px;
}

#home-section-3,
#section-hotel-5{
	background-image:url(assets/images/bg-type1.jpg);
	background-size:cover;
	overflow:hidden;
	position: relative;
}

#home-section-3 .container,
#section-hotel-5 .container{
	position: relative;
}

#home-section-3::before,
#section-hotel-5:before{
	background: rgba(254,250,240,0.9);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}

#home-section-4 .carousel-wrapper {
	padding-top: 20px;
}

.carousel-image {
	background-size: cover;
	background-position: center;
	margin-bottom:25px;
}

.carousel-image:before{
	content:'';
	display:block;
	padding-top:100%;
}

.carousel-wrapper {
	width: 140%;
}

.carousel-content {
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

.carousel-wrapper .owl-carousel .owl-dots {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 90px;
	width: 50%; 
}

.carousel-wrapper .owl-carousel .owl-dots::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 20px;
	background: #fff;
	border-radius: 50px;
	transform: translateY(-50%);
	border:1px solid #E2E2E2;
}

.carousel-wrapper .owl-carousel .owl-dot {
	opacity: 0;
	width: 0;
	height: 0;
	border: none;
	margin: 0;
	padding: 0;
}

.carousel-wrapper .owl-carousel .owl-dots::after {
	content: '';
	position: absolute;
	top: 50%;
	left: var(--dot-pos, 0px);
	width: 45px;
	height: 45px;
	background: #777674;
	border: 5px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: left 0.4s ease;
}

.carousel-btn.btn-wrapper {
	float: right;
	margin-top: -14px;
	z-index: 5;
	position: relative;
}

.btn-type2 {
	color: #777674;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	position: relative;
	padding-right: 70px;
}

.btn-type2::after {
	content: '';
	background-image: url(assets/images/arrow.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 50px;
	height: 34px;
	position: absolute;
	right: 0;
	bottom: -5px;
	transition: all 0.25s linear;
}

.btn-type2:hover{
	color:#D9B44A;
}

.btn-type2:hover:after{
	right:-5px;
}

#home-section-4 {
	background-color: #FEFAF0;
	overflow: hidden;
}

#home-section-3 .intro-section ,
#home-section-4 .intro-section,
#home-section-7 .intro-section{
	padding-bottom:50px;
}

#home-section-5 {
	background-color: #D6CFB8;
	overflow: hidden;
}

.section-with-carousel .owl-stage-outer {
	padding-bottom: 60px;
}

.testimonial-item {
	text-align: center;
}

.testimonial-author {
	font-weight: 600;
	font-style: italic;
}

.testimonial-item:before{
	content:'';
	background-image:url(assets/images/stars.svg);
	background-repeat:no-repeat;
	background-size:100%;
	width:127px;
	height:25px;
	display:block;
	margin:0 auto 40px auto;
}

.testimonial-description {
	margin-bottom: 15px;
}

.testimonial-slide {
	display: flex;
	justify-content: center;
	flex-flow:wrap;
}

.testimonial-item {
	text-align: center;
	width: 33.333%;
	padding: 0 2%;
	box-sizing: border-box;
}

.testimonial-carousel .owl-dots {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #777674;
	position: relative;
	bottom: 19px;
	z-index:-1;
}

.testimonial-carousel .owl-stage-outer {
	margin-bottom: 70px;
}

.testimonial-carousel.owl-carousel button.owl-prev {
	background-image: url(assets/images/arrow.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 50px;
	height: 34px;
	transform: rotate(180deg);
	box-shadow: inherit;
	border: none;
	background-color: transparent;
}

.testimonial-carousel.owl-carousel button.owl-next{
	background-image: url(assets/images/arrow.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 50px;
	height: 34px;
	box-shadow: inherit;
	border: none;	
	background-color: transparent;
}

.testimonial-carousel.owl-carousel button.owl-prev span,
.testimonial-carousel.owl-carousel button.owl-next span{
	display:none;
}

.testimonial-carousel.owl-carousel .owl-nav {
	width: 250px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: 31px;
}

.forfaits-image {
	margin-bottom: 25px;
}

img{
	max-width:100%;
	height:auto;
}

.small-text{
	font-size:18px;
	line-height:27px;
}

.forfaits-item h3 {
	margin-bottom: 20px;
}

.forfaits-content {
	max-width: 880px;
}

.forfaits-item {
	margin-bottom: 60px;
}

.forfaits-item:last-child{
	margin-bottom:0;
}

.container a.btn-text {
	color: #777674;
	display: inline-block;
	line-height: 1;
	font-weight: 500;
}

.container a.btn-text:hover{
	color:#D9B44A;
}

.container a.btn-text::after {
	display: block;
	content: '';
	background-color: #777674;
	height: 2px;
	width: 100%;
	margin-top: 3px;
	transition:all 0.25s linear;
}

.container a.btn-text:hover:after{
	background-color: #D9B44A;	
}

.section-with-carousel {
	overflow: hidden;
}

.row-flex {
	display: flex;
	justify-content: space-between;
}

.layout-col-2 {
	width: 48%;
}

.top-padding-20{
	padding-top:20px;
}

#packages-contact {
	background-color: #D9B44A;
	color: #fff;
}

#packages-contact h2,#packages-contact h3, #packages-contact h4{
	color:#fff;
}

#packages-contact .phone-item {
	margin-bottom: 0;
	margin-top: 15px;
}

#packages-contact .row-flex {
	align-items: center;
}

#section-characteristics{
	background-image:url(assets/images/bg-type2.jpg);
	background-size:cover;
	background-position: center;
	position: relative;
}

#section-characteristics::before {
	background: rgba(254,250,240,0.9);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}

#section-characteristics .container{
	position: relative;
}

.rounded-item-icon {
	width: 230px;
	height: 230px;
	background-color: #D6CFB8;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 25px auto;
}
.rounded-items-wrapper {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.rounded-item {
	width: 350px;
	text-align: center;
	margin-bottom: 60px;
}

.rounded-item-title{
	margin: 0 auto 0 auto;
	width: 65%;	
}
.rounded-item-title h3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
}

#section-chambres {
	background-color: #FEFAF0;
}

.room-type-flex {
	display: flex;
	flex-flow: wrap;
}

.room-type-item {
	width: calc(25% - 19px);
	margin-right: 25px;
	margin-bottom: 90px;
}

.room-type-item:nth-child(4n){
	margin-right:0;
}

.room-type-slide {
	width: 99.9%;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;	
}

.room-type-slide:before {
	content:'';
	padding-top:100%;
	display:block;
}

.room-type-gallery .owl-nav {
	position: absolute;
	top: calc(50% - 25px);
	width: 100%;
}

.room-type-gallery.owl-carousel button.owl-prev {
	background-image: url(assets/images/arrow-left.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 25px;
	height: 50px;
	box-shadow: inherit;
	border: none;
	left: 20px;
	position: absolute;
}

.room-type-gallery.owl-carousel button.owl-next {
	background-image: url(assets/images/arrow-left.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 25px;
	height: 50px;
	box-shadow: inherit;
	border: none;
	right: 20px;
	position: absolute;
	transform:rotate(180deg);
}

.room-type-gallery .owl-nav button span{
	display:none;
}

.room-type-desc {
	margin-bottom: 40px;
}

.room-type-desc.post-text p {
	margin-bottom: 20px;
}

.room-type-comod h4 {
	color: #777674;
}

.room-type-comod p{
	margin-bottom:7px;
}

.room-type-comod {
	padding-bottom: 35px;
}

.room-type-info {
	font-size: 16px;
	line-height: 22px;
}

.room-type-item.certificate-item {
	background-color: #D6CFB8;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #777674;
}

.room-type-item.certificate-item a{
	color: #777674;
}

.room-type-item.certificate-item a:hover{
	color:#D9B44A;
}

.room-type-item .email-item {
	margin-bottom: 60px;
}

.room-type-item.certificate-item .phone-item::before {
	filter: brightness(0) saturate(100%) invert(41%) sepia(70%) saturate(18%) hue-rotate(6deg) brightness(96%) contrast(85%);
}

#section-sertificate-second .room-type-slide {
	margin-bottom: 0;
}

#section-sertificate-second .room-type-item {
	margin-bottom: 0;
	width: calc(50% - 12.5px);
	margin-right: 25px;
}

#section-sertificate-second .room-type-item:nth-child(2n){
	margin-right:0;
}

.room-type-gallery-static {
	background-size: cover;
	background-position: center;
}

.room-type-gallery-static:before {
	content: '';
	padding-top: 100%;
	display: block;
}

#section-faq {
	background-color: #D6CFB8;
	overflow: hidden;
}


.faq-flex:first-child{
	border-top: 2px solid #fff;	
}

.faq-flex {
	border-bottom: 2px solid #fff;
	padding: 20px;
	cursor: pointer;
	display: flex;
	position: relative;
}

.question-item {
	font-weight: 500;
	width: 45%;
}

.reponse-item {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
	width: 45%;	
}

.reponse-item p:last-of-type{
	margin:0;
}


.faq-flex.active .reponse-item {
    opacity: 1;
	max-height:1000px;
}

.faq-flex::after {
	content: '';
	position: absolute;
	background-image: url(assets/images/arrow-left.svg);
	background-size: 100%;
	width: 15px;
	height: 32px;
	right: 20px;
	top: calc(50% - 16px);
	transform: rotate(-90deg);
	background-repeat: no-repeat;
	transition: all 0.25s linear;
	filter: brightness(0) saturate(100%) invert(46%) sepia(10%) saturate(9%) hue-rotate(341deg) brightness(93%) contrast(93%);
}

.faq-flex.active:after{
	transform: rotate(90deg);	
}

#section-faq .layout-col-2 .post-text p:last-of-type {
	margin: 0;
}

.section-cta .room-type-item {
	margin-bottom: 120px;
}

.row-flex.flex-end {
	align-items: flex-end;
}

.p-last-noMargin p:last-of-type{
	margin-bottom:0;
}

.bgLightOrange{
	background-color:#FEFAF0 !important;
}

.h2-noMargin h2{
	margin:0;
}

#section-reunion-description .layout-col-2:last-child p{
	margin-bottom:10px;
}

.post-text ol {
	margin: 0 0 1em 1em;
}

.post-text ul{
	margin: 0 0 1em 0;	
}

.post-text a{
	color:#D9B44A;
}

.post-text a:hover{
	color:#777674;
}

.post-text ul li{
	position: relative;
	list-style:none;
	padding-left:16px;
	margin-bottom:8px;
}

.post-text li:before{
	content:'-';
	position: absolute;
	left:0;
	top:-2px;
}

#section-contactForm {
	background-color: #D9B44A;
	color: #fff;
}

#section-contactForm h1,
#section-contactForm h2,
#section-contactForm h3{
	color:#ffff;
}

#contact-infow-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-template-reunions-et-evenements  #section-contactForm .layout-col-2:first-child .post-text {
	margin-bottom: 363px;
}


#section-contactForm .layout-col-2:first-child .post-text {
	margin-bottom: 100px;
}

.mail-item{
	position: relative;
	line-height: 65px;
	padding-left: 80px;	
}

.mail-item a{
	color: #fff;
	font-weight: 500;
}

.mail-item::before {
	background-image: url(assets/images/mail-icon.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 59px;
	height: 65px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}

.field-row {
	display: flex;
	justify-content: space-between;
}

.field-col-2 {
	width: 47%;
	margin-bottom: 30px;
}

.field-col-full{
	margin-bottom: 30px;
	width:100%;
}

#form-wrapper {
	margin-top: 180px;
}

.field-row.field-row-bt {
	justify-content: right;
}

.field-row.field-row-bt .wpcf7-spinner {
	display: block;
}

#form-wrapper .wpcf7-not-valid-tip{
	display:none;
}

#form-wrapper input.wpcf7-not-valid,
#form-wrapper textarea.wpcf7-not-valid{
	border: 2px solid #C45B6B;
}

#section-contactForm .address-item{
	margin-bottom:70px;
}

#section-contactForm .address-item a{
	font-size:20px;
	line-height:24px;
}

.section-note {
	margin-top: 70px;
	font-size: 18px;
	line-height: 22px;
	max-width: 830px;
	float: right;
	position: relative;
	clear: both;
}

.carousel-wrapper .owl-carousel.hotel-carousel-second .owl-dots::before,
#home-section-7 .carousel-wrapper .owl-carousel .owl-dots::before{
	background: #FDFAF0;
}

.faq-with-category .faq-wrapper {
	margin-bottom: 40px;
}

#section-faq.bgLightOrange .faq-flex{
	border-bottom: 2px solid #D6CFB8;
}

#section-faq.bgLightOrange .faq-flex:first-child {
	border-top: 2px solid #D6CFB8;
}

.page-template-contact #section-contactForm .layout-col-2:first-child .post-text {
	margin-bottom: 239px;
}

/*FOOTER*/
.footer-col .address-item {
	width: 220px;
}

#footer-top-menu {
	display: flex;
	align-items: center;
}

#footer-info {
	background-color: #777674;
	padding: 50px 0 70px 0;
	color: #fff;	
}

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

.site-footer a{
	color:#fff;
}

.site-footer a:hover{
	color: #D9B44A;
}

#footer-logos {
	display: flex;
}

#footer-logos div {
	margin-right: 70px;
}

#footer-logos div:last-child {
	margin-right: 0;
}


#footer-logos img {
	max-height: 120px;
}

#footer-level1 {
	align-items: center;
	margin-bottom:90px;
}

#footer-top-menu ul{
	margin:0;
	padding:0;
}

#footer-top-menu ul li{
	list-style:none;
	float:left;
	margin-right:50px;
}

#footer-top-menu ul li a{
	color:#fff;
}

#footer-top-menu ul li a:hover,
#footer-top-menu ul li.current-menu-item a{
	color:#D9B44A;
}

.phone-item {
	position: relative;
	line-height: 65px;
	padding-left: 80px;
}

.phone-item a {
	color: #fff;
	font-weight: 500;
}

.phone-item:before{
	background-image:url(assets/images/phone-icon.svg?v=2);
	background-repeat:no-repeat;
	background-size:100%;
	width:65px;
	height:65px;
	content:'';
	position: absolute;
	left:0;
	top:0;
}

#footer-level2 .phone-item {
	position: relative;
	top: 18px;
}

#footer-level2 {
	align-items: flex-end;
	margin-bottom:75px;
}

#footer-main-menu ul{
	margin:0;
	padding:0;
	text-align:right;	
}

#footer-main-menu ul li{
	list-style:none;
	margin-bottom:30px;
}

#footer-main-menu ul li:last-child{
	margin-bottom:0;
}

#footer-main-menu .wpml-ls-item{
	display:none;
}

#footer-main-menu ul li a{
	font-size:18px;
	text-transform:uppercase;
}

#footer-main-menu ul li.current-menu-item a{
	color:#D9B44A;
}


#footer-level3 {
	justify-content: right;
	margin-bottom:30px;
}

.social-item a {
	width: 50px;
	height: 50px;
	display: flex;
	border: 2px solid #fff;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	margin-right:20px;
	transition:all 0.25s linear;
}

.social-item div:last-child a{
	margin-right:0;
}

.social-item a:hover{
	background-color:#D9B44A;
	border: 2px solid #D9B44A;
	color:#fff;
}

.social-item {
	display: flex;
}

.address-item {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 50px;
}

.address-item a{
	color:#fff;
}


.footer-email-item {
	font-size: 18px;
	font-weight: 600;
}

#footer-num {
	text-align: right;
	margin-bottom: 15px;
	font-weight: 500;
}

#copyright {
	font-size: 14px;
	line-height: 19px;
}

#copyright a{
	text-transform: uppercase;
}

#footer-level4{
	align-items: flex-end;
}


/*RESPONSIVE*/
.testimonialTabletMobile{
	display:none !important;
}

#menu-toggle {
	width: 30px;
	height: 21px;
	position: relative;
	cursor: pointer;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 25px;
	right:5px;
}

#menu-toggle span {
	display: block;
	height: 3px;
	width: 100%;
	background: #707070;
	border-radius: 3px;
	transition: all 0.3s ease;
}

#menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
}

#menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

#menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg);
	position: absolute;
	top: 10px;
}

@media screen and (max-width: 1760px)  {
	.container {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}	
	
	#header-top .container{
		padding: 20px 30px;
	}
	
	.carousel-wrapper .owl-carousel .owl-dots {
		width: 40%;
	}	
	
	#contact-infow-wrapper {
		flex-direction: column;
		align-items: inherit;
	}
	
	#contact-infow-wrapper .phone-item {
		margin-bottom: 30px;
	}
	
	.page-template-reunions-et-evenements #section-contactForm .layout-col-2:first-child .post-text {
		margin-bottom: 274px;
	}	
	
	.page-template-contact #section-contactForm .layout-col-2:first-child .post-text {
		margin-bottom: 150px;
	}	
}

@media screen and (max-width: 1700px)  {
	#date-form {
		flex-direction: column;
		flex-flow: wrap;
	}	
	
	.form-item:nth-child(2){
		width: 45%;
	}	
	
	.form-item {
		width: 45%;
		margin-bottom:30px;
	}	
	
	#home-reservation{
		padding:30px 0 0 0;
	}
}

@media screen and (min-width: 1351px)  {
	#header-bottom {
		display: block !important;
	}
}

@media screen and (max-width: 1350px)  {
	.room-type-item.certificate-item h2 br{
		display: none;
	}
	
	#header-logo img {
		max-width: 80px;
	}
	
	#menu-toggle{
		display: flex;
	}

	#header-top-menu-wrapper {
		align-items: flex-end;
		flex-direction: column;
	}
	
	#header-top-menu {
		display: none;
	}
	
	.only-for-responive,
	#header-main-menu ul li.wpml-ls-item{
		display:block;
	}
	
	#header-main-menu ul .wpml-ls-menu-item a{
		display: inline-block;
	}
	
	#header-main-menu ul li.current-menu-item a {
		color: #D9B44A;
	}	
	
	#header-bottom {
		display: none;
		position: fixed;
		top: 162px;
		background-color: #fff;
		border-bottom: 2px solid #D9B44A;
	}
	
	#header-main-menu ul li {
		list-style: none;
		margin-right: 0;
		text-align: center;
		margin-bottom: 30px;
	}	
	
	#header-main-menu ul li a:after{
		display:none;
	}
	
	#header-main-menu ul li:last-child{
		margin-bottom: 0
	}
	
	#header-main-menu ul {
		flex-direction: column;
	}	
	
	#header-top .container {
		padding: 30px;
	}	
	
	#main {
		margin-top: 160px;
	}	
	
	#page-hero {
		min-height: 400px;
		padding: 80px 0;
	}	
	
	.section-top-padding {
		padding-top: 60px;
	}	
	
	.section-bottom-padding {
		padding-bottom: 60px;
	}	
	
	.characteristics-item {
		margin:0 30px 80px 30px;
	}	
	
	h2 br, h1 br{
		display:none;
	}
	
	.testimonialTabletMobile{
		display:block !important;
	}	
	
	.testimonialDesktop{
		display: none !important;
	}
	
	.testimonial-item {
		width: 100%;
		padding: 0;
	}	
	
	.carousel-btn.btn-wrapper {
		float: inherit;
		margin-top: 80px;
	}	
	
	.carousel-wrapper .owl-carousel .owl-dots {
		width: 71%;
	}	
	
	.bottom-padding-60 {
		padding-bottom: 30px;
	}	
	
	.testimonial-carousel .owl-stage-outer {
		margin-bottom: 40px;
	}	
	
	#footer-menu-wrapper{
		display: none;
	}
	
	#footer-level1 {
		flex-direction: column;
	}	
	
	#footer-logos {
		margin-bottom: 40px;
	}	
	
	#footer-level2 {
		align-items: center;
		justify-content: center;
	}	
	
	#footer-level3 {
		justify-content: center;
	}	
	
	#footer-level4 {
		align-items: center;
		flex-direction: column;
		text-align: center;
	}	
	
	.footer-email-item {
		margin-bottom: 30px;
	}	
	
	#footer-num {
		text-align: center;
	}	

	#footer-level1 {
		margin-bottom: 60px;
	}	
	
	#footer-top-menu ul li {
		margin-right: 40px;
	}	
	
	#footer-logos img {
		max-height: 100px;
	}	
	
	.row-flex {
		flex-direction: column;
		align-items: inherit !important;
	}	
	
	.layout-col-2 {
		width: 100%;
	}	
	
	h2 {
		margin-bottom: 30px;
	}	
	
	.rounded-item {
		width: 50%;
		margin-bottom: 40px;
	}	
	
	.room-type-item {
		width: calc(50% - 12.5px);
		margin-bottom: 90px;
	}
	
	.room-type-item:nth-child(2n){
		margin-right:0;
	}
	
	.faq-flex {
		flex-direction:column ;
	}	
	
	.faq-flex.active .reponse-item {
		margin-top: 30px;
	}	
	
	.reponse-item,.question-item  {
		width: calc(100% - 50px);
	}	
	
	.container a.btn-clear-grey,
	.container a.btn,.container a.btn-clear,button, html input[type="button"], input[type="reset"], input[type="submit"]{
		padding: 20px 30px;
	}	
	
	.h2-noMargin h2 {
		margin: 0 0 30px 0;
	}	
	
	#section-contactForm .layout-col-2:first-child .post-text {
		margin-bottom: 100px !important;
	}	
	
	#form-wrapper {
		margin-top: 80px;
	}	
	
	#banner-content br{
		display:none;
	}
}

@media screen and (max-width: 1024px)  {
	#section-sertificate-second .room-type-flex {
		flex-direction: column;
	}	
	
	#section-sertificate-second .room-type-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 767px)  {
	.form-item {
		width: 100% !important;
	}
	
	#page-hero h1,h1 {
		line-height: 56px;
		font-size: 50px;
		margin-bottom: 30px;
	}	
	
	h2 {
		line-height: 33px;
		font-size: 30px;
		margin-bottom: 15px;
	}	
	
	h3 {
		line-height: 28px;
		font-size: 24px;
		margin-bottom:15px;
	}
	h4 {
		line-height: 24px;
		font-size: 20px;
		margin-bottom:15px;
	}	
	
	#banner-content .btn-wrapper {
		padding-top: 20px;
	}	
	
	.btn-wrapper a {
		font-size: 18px !important;
	}		
	
	.container a.btn-clear-grey, .container a.btn, .container a.btn-clear,button, html input[type="button"], input[type="reset"], input[type="submit"] {
		padding: 15px 30px;
	}	
	
	.section-subtitle {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 15px;
	}	
	
	.characteristics-item {
		width: 200px;
		height: 200px;
		margin: 0 0 30px 0;
	}
	
	#characteristics-wrapper {
		flex-direction: column;
		align-items: center;
	}
	
	#home-service .intro-section {
		margin: 0 auto 50px auto;
	}	
	
	#home-section-3 .intro-section, #home-section-7 .intro-section {
		padding-bottom: 30px;
	}	
	
	.carousel-wrapper {
		width: 100%;
	}	
	
	.section-with-carousel .owl-stage-outer {
		padding-bottom: 0;
	}	
	
	.carousel-wrapper .owl-carousel .owl-dots::after {
		width: 30px;
		height: 30px;
	}	
	
	.btn-type2::after {
		width: 50px;
		height: 38px;
	}	
	
	.btn-type2 {
		padding-right: 70px;
	}	
	
	.carousel-wrapper .owl-carousel .owl-dots {
		width: 100%;
	}	
	
	#home-section-4 .intro-section{
		padding-bottom:60px;
	}
	
	.testimonial-carousel.owl-carousel .owl-nav {
		width: 280px;
		top:28px;
	}	
	
	.testimonial-carousel.owl-carousel button.owl-prev,
	.testimonial-carousel.owl-carousel button.owl-next{
		width: 50px;
		height: 34px;
	}	
	
	.testimonial-carousel .owl-dots {
		font-size: 18px;
	}	
	
	#gmap {
		height: 400px;
	}	
	
	#footer-top-menu {
		flex-direction: column-reverse;
	}
	
	#footer-top-menu ul li {
		margin-right: 0;
		text-align: center;
		float: inherit;
		margin-bottom: 20px;
	}	
	
	#footer-top-menu ul .wpml-ls-menu-item a{
		display: inline-block;
	}
	
	#footer-top-menu .btn-wrapper {
		margin-bottom: 30px;
	}	
	
	#footer-level1 {
		margin-bottom: 30px;
	}	
	
	#footer-level2{
		margin-bottom:30px;
	}
		
	.phone-item::before,.mail-item:before {
		position: relative;
		display: block;
	}
	
	.footer-col .phone-item::before {
		margin: 0 auto;
	}	
	
	.phone-item,.mail-item {
		top: 0;
		padding-left:0;
	}	
	
	.address-item {
		margin-bottom: 30px;
	}	
	
	#copyright {
		font-size: 13px;
		line-height: 22px;
	}	
	
	#footer-info {
		padding: 50px 0 30px 0;
	}	
	
	.rounded-items-wrapper {
		flex-direction: column;
		align-items: center;
	}	
	
	.rounded-item {
		width: 100%;
	}	
	
	.rounded-item-icon {
		width: 200px;
		height: 200px;
	}	
	
	.rounded-item-icon img{
		max-width:50%;
	}
	
	.room-type-flex {
		flex-direction: column;
	}	
	
	.room-type-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}	
	
	.room-type-gallery.owl-carousel button.owl-prev {
		left: 20px;
	}	
	
	.room-type-gallery.owl-carousel button.owl-next {
		right: 20px;
	}
	
	.room-type-desc {
		margin-bottom: 30px;
	}	
	
	.faq-flex::after {
		width: 15px;
		height: 30px;
		top: calc(50% - 15px);
	}	
	
	.faq-flex {
		padding: 20px 0;
	}	
	
	.section-cta .room-type-item {
		margin-bottom: 70px;
	}
	
	#section-contactForm .layout-col-2:first-child .post-text {
		margin-bottom: 60px !important;
	}	
	
	input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], textarea, select {
		padding: 15px 25px;
		font-size: 18px;
	}	
	
	.field-col-2,.field-col-full {
		width: 100%;
		margin-bottom: 15px;
	}	
	
	.field-row {
		flex-direction: column;
	}	
	
	.field-row.field-row-bt {
		align-items: center;
	}
	
	.section-note {
		margin-top: 40px;
		font-size: 14px;
		line-height: 18px;
		float: inherit;
	}	
	
	
}
