@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&subset=latin-ext');

body {
	color: #616161;
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	line-height: 170%; 
}

/* one-way css class  */
.fl{float:left;}
.fr{float:right;}
.center{text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.upper {text-transform: uppercase;}
.strong {font-weight: bold; }
.italic {  font-style: italic; }
.upper_off {text-transform: none;}
.fullwidth { width: 100%; }
.bgwh { background-color: white; }
.wh { color: white; }
.small {font-size: 14px; }
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mr10 { margin-right: 10px !important; }
.text-shadow { text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }

.font_2 {
	font-family: 'Playfair Display', serif;
	font-size: 110%;
	line-height: 180%;
}

.anchor-offset, #p-form {
	/*
	http://stackoverflow.com/questions/10732690/offsetting-an-html-anchor-to-adjust-for-fixed-header
	*/
	display: block;
	position: relative;
	top: -90px; /* fixed header height */
}

/* common elements */

a {color: #343434; text-decoration:underline; }
a:hover {
	color: #F1CE65; 
	text-decoration:none;
}

a.link_2, .footer a {text-decoration: none;}
a.link_2:hover, .footer a:hover {text-decoration: underline;}

/* font awesome */
a.fa {text-decoration: none; }
a.fa:hover {text-decoration: none !important;}
.fa { margin: 0 0.3em 0 0; }
.fa.ml { margin: 0 0 0 0.3em; }

.hidden{
	display: none;
}
.cleaner{
	clear: both;
	font-size: 0;
	visibility: hidden;
	border: none;
	margin: 0; padding: 0;
}

.clearfix {
  position: relative;
}
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}

.bold { font-weight: bold; }
.upper { text-transform: uppercase; }

/* forms */
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #D6D6D8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #414141;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  line-height: 170%;
  max-width: 100%;
  padding: 10px 15px;
}

.forms input[type="text"],
.forms input[type="number"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="search"],
.forms textarea,
.forms select {
	width: 400px;
}

button, input[type=button], .button, .links-to-buttons a  {
	border: none;
	padding: 12px 30px;
	display: inline-block;
	text-decoration:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background-color: transparent;
	color: #C19B76;
	border: 1px solid #C19B76;	
	text-transform: uppercase;
	font-weight: 600; 
	border-radius: 2px;
	cursor: pointer;
}

input:required, textarea:required {
 border: 1px solid #C19B76;
}

button.small, input[type=button].small, .button.small {
	padding: 5px 15px;
	font-size: 13px;
}

button.tiny, input[type=button].tiny, .button.tiny {
	padding: 4px 10px;
	font-size: 13px;
}

button:hover, input[type=button]:hover, .button:hover, .links-to-buttons a:hover  {
	color: #fff;
	background: #C19B76;
	text-decoration:none;
}

button.t2, input[type=button].t2, .button.t2, .links-to-buttons.t2 a, .bg_dark button, .bg_dark .button  {
	background-color: #C19B76;
	color: #ffffff;
	border: 1px solid #fff;
	padding: 12px 38px;
}

button.t2:hover, input[type=button].t2:hover, .button.t2:hover, .links-to-buttons.t2 a:hover, .bg_dark button:hover, .bg_dark .button:hover  {
	color: #C19B76;
	background-color: #ffffff;
	border: 1px solid #C19B76;
}


/*
.bg_dark button:hover, 
.bg_dark input[type=button]:hover, 
.bg_dark .button:hover {
	border: 1px solid #ABABAB;
}
*/

/* template */

/* Envelope (responsive) */

.envelope_bg {width: 100%; background-color:#fff; }
.envelope_bg.bg1, .bg1 { background-color:#fff;}
.envelope_bg.bg2, .bg2 { background-color: #F5F5F5; }
.envelope_bg.bg3, .bg3 {  background-color: #C19B76; color: #FFFFFF;  }
.envelope_bg.bg4, .bg4 {  background-color: #161616; color: #FFFFFF;  }
.envelope_bg.bg5, .bg5 {  background-color: #1A1A1A; color: #FFFFFF;  }
/*
.envelope_bg.bgc1, .bgc1 {  background-color: #ABABAB; color: #FFFFFF;  }
*/

.hline {
	background: #C19B76;
	content: "";
	width: 87px;
	height: 3px;
	display: inline-block;
	margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: 'Playfair Display', serif;
}

.bg3 a, .bg3 h1, .bg3 h2, .bg3 h3, .bg3 h4, .bg3 h5, .bg3 h6 {color: #fff; }

.bg_dark { color: #aaa; }
.bg_dark a, .bg_dark h1, .bg_dark h2, .bg_dark h3, .bg_dark h4, .bg_dark h5, .bg_dark h6 {color: #fff; }

.c1, .c1 a { color: #C19B76 !important;}

.envelope {
	width: 100%;  
	max-width: 1920px;
	margin: 0 auto 0 auto; 
}
.envelope-pad-top {
	padding:  50px 2% 0 2%;
}
.envelope-pad-bottom {
	padding:  0 2% 50px 2%;
}
.envelope-pad-top-bottom {
	padding:  50px 2% 50px 2%;
}
.envelope-pad-top-bottom-only {
	padding:  50px 0px 50px 0px;
}
.envelope-pad {
	padding:  0 2%;
}
.envelope-top-only {
	padding:  50px 0px 0 0px;
}

.envelope-pad-tiny {
	padding:  25px 3%;
}

.cont-maxwidth {
	max-width: 1330px;
	margin: 0 auto;
}

.maxwidth-none {
	max-width: none;
}

/* titles */

h1, .h1 {
  font: 400 42px/48px 'Playfair Display', serif;
  margin-bottom: 26px;
  margin-top: 26px;
}
h2, .h2 {
  font: 400 39px/47px 'Playfair Display', serif;
  margin-bottom: 26px;
  margin-top: 26px;
}
h3, .h3 {
  font: 400 35px/41px 'Playfair Display', serif;
  margin-bottom: 20px;
  margin-top: 20px;
}
h4, .h4 {
 	font: 400 30px/36px 'Playfair Display', serif;
  margin-bottom: 18px;
  margin-top: 18px;
}
h5, .h5 {
  font: 400 26px/32px 'Playfair Display', serif;
  margin-bottom: 8px;
  margin-top: 8px;
}
h6, .h6 {
  font: 400 22px/28px 'Playfair Display', serif;
  margin-bottom: 14px;
  margin-top: 14px;
}

.content > h1:first-of-type,
.content > h2:first-of-type,
.content > h3:first-of-type,
.content > h4:first-of-type,
.content > h5:first-of-type,
.content > h6:first-of-type 
{
	margin-top: 0;
}

.title-link a {
	color: #2D2D2D;
	text-decoration: none;
}
.title-link a:hover {
	color: #F1CE65;
	text-decoration: underline;
}

/* layout */

/* grids */
.grid-row {
	clear: both;
	font-size: 0;
	visibility: hidden;
	border: none;
	margin: 0; padding: 0;
}

/* grid 2 = 2 columns, 50% width for each */
.grid-2 {
	width: 100%;
}

.grid-2-1 {
	float: left;
	width: 44%;
	margin: 5px 3%;
}

.grid-2-1.nomargin {
	float: left;
	width: 50%;
	margin: 0 0;
}

.grid-2-1.nomargin .pad {
	padding: 3%;
}

.grid-2-1.nomargin.left .pad {
	padding-left: 30%;
}

.grid-2-1.nomargin.right .pad {
	padding-right: 30%;
}



.grid-2-1 .pad {
	/*
	padding: 10% 3%;
	*/
}

.grid-2 .grid-row {
	margin-bottom: 20px;
}

/* grid 3 = 3 columns */
.grid-3 {
	width: 100%;
}
.grid-3-1 {
	float: left;
	width: 31.2%;
	margin: 0 1% 40px 1%;
}

.grid-3-1.first {
	margin-left: 0;
}


/* grid 4 = 4 columns */
.grid-4 {
	width: 100%;
}

.grid-4-1 {
	float: left;
	width: 23%;
	margin: 5px 1%;
}

.grid-4-1 .pad {
}

.grid-4-1.last {
	margin-right: 0;
}

/*
https://www.w3schools.com/howto/howto_css_fixed_menu.asp
*/

/* The navigation bar */
.navbar {
    background-color: rgba(255, 255, 255, 1.0);
    color: #fff;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: 5000;
    transition: height .3s linear;
    /* https://stackoverflow.com/questions/3971880/how-to-make-shadow-on-border-bottom */
}

/* Google Translator fixed workaround: https://stackoverflow.com/questions/10833458/google-translate-with-fixed-top-navbar */
html.translated-ltr .navbar {
	padding-top: 42px;
}

html.translated-ltr select#select_translate {
	display: none;
}

.navbar.shadow {
    box-shadow:0px 3px 3px rgba(100, 100, 100, 0.2);
}

.navbar .logo { font-size: 0; }

.navbar #logo { max-width: 300px; margin-top: 18px;}

.navbar { height: 90px; }
.navbar_space { height: 90px; }

.navbar .pad {
	margin-top: 10px;
	position: relative;
}

.navbar.big { height: 110px; }
.navbar_space.big { height: 110px; }
.navbar.big .pad { margin-top: 20px; }

/* Links inside the navbar */
.navbar .menu {
}

#main_menu {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
}

#slicknav_menu_placeholder {
    display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
}

div.langs {
    display: inline; 
    vertical-align: top; 
    margin: 0 0 0 0; 
    padding: 0 0 0 0; 
}
select#select_lang, select#select_translate {
    vertical-align: top; 
    margin: 15px 0 0 0; 
    padding: 5px; 
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    outline: 0 !important;
}

/* header */

div.effect {
	width: 100%;
	position: relative; 
}

div.effect img {
	width: 100%;
	top:  0; left: 0;
}

div.effect .item { display: none; }
div.effect .item.first { display: block; }

/* pager */
.cycle-pager { 
  text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0px; overflow: hidden;
}
.cycle-pager span { 
   font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 45px;  
   opacity: 0.4;
   display: inline-block; color: #fff; cursor: pointer; 
   margin: 0 5px;
}
.cycle-pager span.cycle-pager-active { color: #fff; opacity: 0.8;}
.cycle-pager > * { cursor: pointer;}

#header_container { width: 100%; }
#header_wrap{width: 100%; position: relative; overflow: hidden; }
#header_picture { width: 100%; max-width: 1920px; margin: 0 auto; background-color: #fff; }
#header_picture img {
	width: 100%; 
	filter: brightness(0.85) grayscale(0.0);
}
.header_picture_bg { }

#header_picture .item {
	width: 100%;
	position: relative;
}

#header_picture .item .content {
	position: absolute;
	width: 100%;
	bottom: 30%;
	left: 0;
	z-index: 5000;
}

#header_picture .item .content .overlay-link {
	position: absolute;
	left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#header_picture .item .content .pad {
	max-width: 1170px;
	padding: 0 2%;
	margin: 0 auto;
}

.hpt_1 {
	font-family: 'Playfair Display', serif;
	font-size: 58px; line-height: 62px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.hpt_2 {
	font-family: 'Playfair Display', serif;
	color: #fff; 
	font-size: 24px;
	font-weight: 400;
	line-height: 44px;
	margin-bottom: 20px; 
}

#header_picture .item .more { margin-top: 30px; }
#header_picture .item .more .button {
	/* button should be on the top of .overlay-link to enable hover action */
	position: relative;
}

.zigzag .image img { width: 100%;  max-width: 700px; height: auto; }
.zigzag .image img.border { border: 15px solid white; }

/* banner */
.banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner .darken {
	background-color: rgba(0, 0, 0, 0.1);
	min-height: 360px;
}

.social_icons {
	margin-bottom: 10px;
}

.social_icons .item {
	display: inline-block;
	margin: 0 4px;
}

.social_icons, .social_icons a {
	font-size: 15px;
	color: #888888;
	vertical-align: middle;
	margin-right: 6px;
}

.social_icons, .social_icons .ficon {
	font-size: 27px;
}

.social_icons, .social_icons a:hover {
	color: #fff;
	text-decoration: none;
}

.signature, .signature a {
	color: #888888;
	font-size: 13px;
}

/* map */
#map_wrap{width: 100%; position: relative;  }
#map-canvas {
	width: 100%;
	height: 450px;
	font-size: 15px;
	line-height: 19px;
}

/* tiles */
.tiles .item {
	float: left;
	width: 16.666%;
	overflow: hidden;
	position: relative;
}

.tiles .item img {
	width: 100%;
	height: 230px;
	object-fit: cover;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.tiles .item:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.tiles .item .overlay {
  transition: all 0.5s ease 0s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
} 

.tiles .item:hover .overlay {
   background: rgba(0, 0, 0, 0.45);
}

.tiles .item .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  
  -moz-transform: translateY(-16%);
  -ms-transform: translateY(-16%);
  -o-transform: translateY(-16%);
  -webkit-transform: translateY(-16%);
  transform: translateY(-16%);
  
  padding: 0 30px;
  text-align: center;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tiles .item .content .text {
	opacity: 0;
	filter: alpha(opacity=0);
}

.tiles .item .content h4 {
	font-size: 22px;
	line-height: 30px;
	font-family: 'Playfair Display', sans-serif;
	font-weight: normal;
	color: #fff;
}

.tiles .item .content .text,
.tiles .item .content .text a {
	color: #fff;
}

.tiles .item:hover .content .text {
	opacity: 1;
	filter: alpha(opacity=100);	
}

.tiles .item:hover .content {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tiles .item .blocklink {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* card - white floating box with image, title, short text */
.news-cards .item {
	background-color: white;
	/* outline: 1px solid #CFCFCF; */
	overflow: hidden;
	margin-bottom: 40px;
	text-align: left;
}

.news-cards .item .pad {
	padding: 15px 15px;
}

.news-cards .item .image {
	width: 100%;
  object-fit: cover;
  border: 0;
  height:220px;
	margin-bottom: 3px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.news-cards .item .image:hover {
	opacity: 0.8;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);	
}

.news-cards .item .cont a {
	text-decoration: none;
}
.news-cards .item .cont a:hover {
	text-decoration: underline;
}

.news-cards .item h3 {
	padding: 0;
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: 400;
	line-height: 30px;
}

.news-cards .item .price {
	font-size: 22px;
	color: #C19B76;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}

.news-cards .item h3 a {
	font-size: 24px;
	line-height: 30px;
	color: #000000;
}

.news-cards .item .cont {
	text-align: left;
	height: 152px;
	overflow: hidden;
}

.news-cards .item .cont .text {
	margin-top: 8px; 
	font-size: 16px;
	line-height: 25px;
}

.news-cards .item .cont .text a {
	color: #888888;
}

.news-cards .item .more {
	margin-top: 20px;
}


.testimonials .item h4 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-size: 19px;
	line-height: 23px;
	color: #616161;
}

.testimonials .item .text {
	font-family: 'Playfair Display', sans-serif;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 8px;
	color: #898787;
}

.testimonials .item .image img{
	 border-radius: 50%;
	 max-height: 100px;
}

.testimonials .item {
}

.testimonials .pad {
}

/* quick contact */
.quick_contact .text {
	margin-top: 10px;
}

.quick_contact .text a {	text-decoration: none; }
.quick_contact .text a:hover {	text-decoration: underline; }


/* newsletter_subscribe_quick */

#newsletter_subscribe_quick {
	text-align: center;
	display: inline-block;
	margin-top: 40px;
}

#nsq_input {
	float:left;
	border: none;
	background-color: rgba(255, 255, 255, 0.3);
	width:300px;
	height:46px;  
	line-height:42px;
	margin-right:0px;
	color: #fff;
	font-size: 16px;
	/*
	padding:0 8px;
	*/
}

#nsq_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	 color: #fff;
}
#nsq_input::-moz-placeholder  { /* Firefox 19+ */
	color: #fff;
	opacity:  1;
}
#nsq_input:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
#nsq_input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
  opacity:  1;
}

#nsq_submit {
	float:left;
	border:0;
	margin:0; 
	padding:0 16px;
	height:46px;
	background-color: #fff;
	color: #DAA158;
	cursor:pointer;
	text-transform: none;
}

#nsq_submit:hover {
	background-color: #1B1B1B;
}


/* card - white floating box with image, title, short text */
.subcats-cards .item {
	background-color: white;
	/* outline: 1px solid #CFCFCF; */
	overflow: hidden;
	margin-bottom: 40px;
	text-align: left;
}

.subcats-cards .item .pad {
	padding: 15px 15px;
}

.subcats-cards .item .image {
	width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border: 0;
  display:block;
  height:220px;
	margin-bottom: 3px;
 transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.subcats-cards .item .image:hover {
	opacity: 0.8;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);	
}

.subcats-cards .item .cont a {
	color: #6A6D6F;
	text-decoration: none;
}
.subcats-cards .item .cont a:hover {
	text-decoration: underline;
}

.subcats-cards .item h3 {
	margin-bottom: 5px;
	text-transform: none;
	font-weight: normal;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}

.subcats-cards .item h3 a {
	font-size: 21px;
	color: #272D33;
}

.subcats-cards .item .cont {
	text-align: left;
	height: 87px;
	overflow: hidden;
}

.subcats-cards .item .cont .text {
}

.subcats-cards .item .more {
	margin-top: 20px;
}


/* quick_reservation stripe */

.envelope-pad-quick-reservation {
	padding:  18px 3%;
}

#quick_reservation {
	text-align: center;
}

#quick_reservation .item {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 70px;
	display: inline-block;
}

#quick_reservation.lang_en .item {
	margin-right: 74px;
}

#quick_reservation .item.last {
	margin-right: 0;
}

#quick_reservation .title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    line-height: 38px;
	font-weight: 400;
}

#quick_reservation input, #quick_reservation select {
	border: 0;
	color: #757575;
	background-color: #fff;
	vertical-align: middle;
	height: 22px;
	padding: 15px;
}

.ui-datepicker {
	z-index: 99999999 !important;
}

#quick_reservation input.date{
	cursor: pointer;
	background: #fff url('../img/template/ico/date_picker.png') no-repeat right 10px;
    padding-right: 25px;
}

#quick_reservation button.submit {
    text-transform: none;
    /*
	background-color: #737C00;
	background-image: none;
	color: #BECD00;
	margin: 0px;
	padding: 4px 20px;
	font-size: 15px;
	line-height: 20px;
	border: 0;
	font-weight: normal;
	transition: all 0.5s ease 0s;
    */
}

#quick_reservation button.submit:hover {
    /*
	color: #fff;
	background-color: #9DAA00;
    */
}

/* logos_footer */

.logos_footer .item {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}

.logos_footer .item img {
	border: 0;
}

.logos_footer .item {
	margin: 0 20px;
	height: 140px;
    width: auto;
    filter: grayscale(1);
    opacity: 0.8;
}

.logos_footer .item:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* 
https://stackoverflow.com/questions/7273338/how-to-vertically-align-an-image-inside-a-div
*/

.logos_footer .item .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.logos_footer .item img {
	vertical-align: middle;
	width: auto;
	max-height: 100%;
}

.footer_3 .item {
    display: inline-block;
    margin: 0 20px;
}

.header_message {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
 /* https://stackoverflow.com/questions/20505008/css-property-to-pad-text-inside-of-div
    */
    padding: 10px 15px;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
