/* ----------------------------------- libs ------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* ----------------------------------- variables ------------------------------------- */
/* ----------------------------------- main ------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'kepler-std', serif;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #4f4d4d;
}
input[type=text],
input[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
textarea {
  overflow: auto;
}
.alignleft {
  margin: 0 15px 5px 0;
  float: left;
}
.alignright {
  margin: 0 0 5px 15px;
  float: right;
}
.aligncenter {
  margin: 0 auto 5px;
  display: block;
  text-align: center;
}
h1,
.h1,
h2,
h6 {
  font-family: 'Tinos', serif;
  font-size: 57px;
  line-height: 0.877192982;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1100px) {
  h1,
  .h1,
  h2,
  h6 {
    font-size: 40px;
  }
}
h2 {
  font-size: 30px;
  line-height: 1.666666667;
}
@media only screen and (max-width: 1100px) {
  h2 {
    font-size: 24px;
  }
}
h3,
h5 {
  font-family: 'Tinos', serif;
  font-size: 30px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1100px) {
  h3,
  h5 {
    font-size: 24px;
  }
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 400;
}
h5 {
  font-size: 18px;
  letter-spacing: 0.1em;
}
h6 {
  font-size: 14px;
  letter-spacing: 0.2em;
}
p,
ul li {
  font-size: 15px;
  line-height: 1.2;
  font-family: 'kepler-std', serif;
  font-weight: 400;
  margin: 0 0 20px;
}
.body-feature {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
}
.home-feature {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.005em;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1100px) {
  .home-feature {
    font-size: 18px;
  }
}
body {
  color: #4f4d4d;
}
.button {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 18px 20px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  background: #0e0708;
}
.button--tan {
  background-color: #b1aaa1;
}
.button--tan:hover {
  background-color: #9ecbe8;
}
.button--blue {
  background-color: #cce3f4;
}
.button--blue:hover {
  background-color: #b1aaa1;
}
.button--book {
  padding-left: 70px;
  background-image: url("../img/button-book.png");
  background-position: left 17px center;
  background-repeat: no-repeat;
  -webkit-background-size: 34px 28px;
  -moz-background-size: 34px 28px;
  background-size: 34px 28px;
}
.button--cutlery {
  padding-left: 70px;
  background-image: url("../img/button-cutlery.png");
  background-position: left 26px center;
  background-repeat: no-repeat;
  -webkit-background-size: 15px 31px;
  -moz-background-size: 15px 31px;
  background-size: 15px 31px;
}
.button--cross {
  padding-left: 70px;
  background-image: url("../img/button-cross.png");
  background-position: left 22px center;
  background-repeat: no-repeat;
  -webkit-background-size: 28px 31px;
  -moz-background-size: 28px 31px;
  background-size: 28px 31px;
}
.color-white {
  color: #fff;
}
/* ----------------------------------- components ------------------------------------- */
.wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1120px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.wrapper:before,
.wrapper:after {
  content: '';
  display: table;
}
.wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1160px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.hero {
  position: relative;
}
@media only screen and (max-width: 968px) {
  .hero {
    display: none;
  }
}
.hero a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: url("../img/hero-arrow.png") center top no-repeat;
  text-align: center;
  display: block;
  padding: 55px 0 45px;
}
.hero a p {
  margin: 0;
  color: #fff;
  font-style: italic;
}
.nav-faux {
  height: 0px;
}
.scrolling .nav-faux {
  height: 85px;
}
@media only screen and (max-width: 968px) {
  .scrolling .nav-faux {
    height: 67px;
  }
}
.nav {
  background: #4f4d4d;
  *zoom: 1;
  height: 85px;
  z-index: 99;
  position: relative;
}
.nav:before,
.nav:after {
  content: '';
  display: table;
}
.nav:after {
  clear: both;
}
@media only screen and (max-width: 968px) {
  .nav {
    height: 67px;
  }
}
.nav .nav-logo {
  float: left;
  margin: 0 0 0 45px;
}
@media only screen and (max-width: 1200px) {
  .nav .nav-logo {
    margin: 0 0 0 20px;
  }
}
.nav .nav-logo a img {
  width: 230px;
  height: 59px;
}
@media only screen and (max-width: 968px) {
  .nav .nav-logo a img {
    width: 187px;
    height: 44px;
  }
}
.nav .nav-logo a img.lg {
  display: block;
}
@media only screen and (max-width: 968px) {
  .nav .nav-logo a img.lg {
    display: none;
  }
}
.nav .nav-logo a img.sm {
  display: none;
}
@media only screen and (max-width: 968px) {
  .nav .nav-logo a img.sm {
    display: block;
  }
}
.nav .nav-social {
  float: right;
  margin: 25px 45px 0 15px;
}
@media only screen and (max-width: 1200px) {
  .nav .nav-social {
    margin: 25px 20px 0 0;
  }
}
@media only screen and (max-width: 968px) {
  .nav .nav-social {
    display: none;
  }
}
.nav .nav-social ul li {
  float: left;
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 1200px) {
  .nav .nav-social ul li {
    margin: 0 0 0 10px;
  }
}
.nav .nav-social ul li a {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.nav .nav-social ul li a img {
  width: 37px;
  height: 37px;
}
.nav .nav-social ul li a:hover {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.nav .nav-social ul:hover li a {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.nav .nav-menu-button {
  display: none;
}
@media only screen and (max-width: 1340px) {
  .nav .nav-menu-button {
    display: block;
    float: right;
  }
}
.nav .nav-menu-button a {
  display: block;
  padding: 31px 20px;
}
@media only screen and (max-width: 968px) {
  .nav .nav-menu-button a {
    padding: 22px 20px;
  }
}
.nav .nav-menu-button a img {
  width: 24px;
  height: 19px;
}
.nav .nav-menu {
  float: right;
}
@media only screen and (max-width: 1340px) {
  .nav .nav-menu {
    display: none;
  }
}
.nav .nav-menu ul li {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .nav .nav-menu ul li {
    margin: 0;
  }
}
.nav .nav-menu ul li a {
  display: block;
  line-height: 85px;
  padding: 0 15px;
  text-transform: uppercase;
  color: #0e0708;
  font-family: 'Tinos', serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media only screen and (max-width: 1450px) {
  .nav .nav-menu ul li a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1380px) {
  .nav .nav-menu ul li a {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}
.nav .nav-menu ul li a[title=contact] {
  background: #b2aaa0;
}
.nav .nav-menu ul li .download-dropdown {
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 0px 3px 4px rgba(178,170,160,0.5);
  box-shadow: 0px 3px 4px rgba(178,170,160,0.5);
  text-align: center;
  padding: 30px 25px 20px;
  width: 174px;
  left: -45px;
  top: 70px;
  display: none;
  z-index: 99999;
}
.nav .nav-menu ul li .download-dropdown a {
  line-height: 1.2;
  padding: 0;
}
.nav .nav-menu ul li .download-dropdown a p {
  text-transform: none;
  font-size: 18px;
  color: #4f4d4d;
  letter-spacing: 0;
  margin: 0 0 15px;
}
.nav .nav-menu ul li .download-dropdown a p span {
  font-style: italic;
  font-weight: 700;
  color: #b2aaa0;
}
.nav .nav-menu ul li .download-dropdown a img {
  width: 42px;
  height: 42px;
}
.nav .nav-menu ul li .download-dropdown:before {
  position: absolute;
  content: '';
  top: -10px;
  left: 75px;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.nav .nav-menu ul li.current-menu-item > a,
.nav .nav-menu ul li:hover > a {
  color: #fff;
}
.scrolling .nav {
  position: fixed;
  top: 0px;
  width: 100%;
}
.nav-menu-sm {
  background: #fefcfd;
  position: fixed;
  top: 67px;
  width: 100%;
  z-index: 9999;
  display: none;
}
.nav-menu-sm ul.list li {
  border-top: 1px solid #878585;
  margin: 0;
}
.nav-menu-sm ul.list li a {
  display: block;
  padding: 18px 30px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.nav-menu-sm ul.social {
  *zoom: 1;
  padding: 10px 30px 40px;
}
.nav-menu-sm ul.social:before,
.nav-menu-sm ul.social:after {
  content: '';
  display: table;
}
.nav-menu-sm ul.social:after {
  clear: both;
}
.nav-menu-sm ul.social li {
  margin: 0 10px 0 0;
  float: left;
}
.nav-menu-sm ul.social li a img {
  width: 40px;
  height: 40px;
}
.download-button {
  display: none;
}
.panel {
  padding: 168px 0;
  border-bottom: 10px solid #fff;
}
@media only screen and (max-width: 1100px) {
  .panel {
    padding: 100px 0;
    border-bottom: 6px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .panel {
    padding: 35px 0 280px;
  }
}
.panel .text {
  width: 49.107142857%;
}
@media only screen and (max-width: 767px) {
  .panel .text {
    width: 100%;
  }
}
.panel .text--right {
  float: right;
}
.photos {
  padding: 90px 0;
  text-align: center;
  border-bottom: 10px solid #fff;
  background: url("../img/photos.png") 50% 50%;
}
@media only screen and (max-width: 1100px) {
  .photos {
    padding: 50px 0;
    border-bottom: 6px solid #fff;
  }
}
.photos h2 {
  margin: 0 0 10px;
}
.photos a.view-more {
  display: block;
  margin: 0 0 30px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
}
.photos a.view-more span {
  background: #eee;
  position: relative;
  padding: 0 25px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.photos a.view-more:before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0px;
  height: 2px;
  width: 100%;
  background: #4f4d4d;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.photos a.view-more:hover span {
  color: #b1aaa1;
}
.photos a.view-more:hover:before {
  background: #b1aaa1;
}
.photos a.photo {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
}
.photos a.photo:before,
.photos a.photo:after {
  content: '';
  display: table;
}
.photos a.photo:after {
  clear: both;
}
.photos a.photo:last-child {
  margin-right: 0%;
}
.photos a.photo .hover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.photos a.photo .hover p {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.photos a.photo img {
  width: 100%;
  height: auto;
}
.photos a.photo:hover .hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.contact {
  padding: 90px 0;
  text-align: center;
  border-bottom: 10px solid #fff;
  *zoom: 1;
}
.contact:before,
.contact:after {
  content: '';
  display: table;
}
.contact:after {
  clear: both;
}
@media only screen and (max-width: 1100px) {
  .contact {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 968px) {
  .contact {
    border-bottom: 6px solid #fff;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .contact {
    border-bottom: none;
  }
}
.contact h2 {
  margin: 0 0 40px;
}
@media only screen and (max-width: 968px) {
  .contact h2 {
    margin: 0 0 20px;
  }
}
.contact .contact-form {
  float: left;
  width: 38.928571429%;
  margin: 0 5% 0 0;
  text-align: left;
}
@media only screen and (max-width: 968px) {
  .contact .contact-form {
    width: 100%;
    float: none;
  }
}
.contact .contact-form .gform_wrapper .gform_ajax_spinner,
.contact .contact-form .gform_wrapper .validation_error {
  display: none;
}
.contact .contact-form .gform_wrapper ul li {
  margin: 0 0 10px;
}
.contact .contact-form .gform_wrapper ul li input[type=text],
.contact .contact-form .gform_wrapper ul li textarea {
  border: none;
  background: #e3ded7;
  width: 100%;
  font-size: 16px;
  padding: 14px;
  color: #000;
  margin: 0;
}
.contact .contact-form .gform_wrapper ul li textarea {
  height: 207px;
  resize: none;
}
.contact .contact-form .gform_wrapper ul li ::-webkit-input-placeholder {
  color: #4f4d4d;
}
.contact .contact-form .gform_wrapper ul li :-moz-placeholder {
  color: #4f4d4d;
}
.contact .contact-form .gform_wrapper ul li ::-moz-placeholder {
  color: #4f4d4d;
}
.contact .contact-form .gform_wrapper ul li :-ms-input-placeholder {
  color: #4f4d4d;
}
.contact .contact-form .gform_wrapper ul li .validation_message {
  margin: 5px 0 0;
}
.contact .contact-form .gform_wrapper ul #field_1_5 {
  display: none;
}
.contact .contact-form .gform_wrapper input[type=submit] {
  border: none;
  background: #4f4d4d;
  color: #fff;
  padding: 11px 15px;
  cursor: pointer;
}
.contact .contact-form .gform_wrapper input[type=submit]:hover {
  background: #9ecbe8;
  color: #4f4d4d;
}
.contact .contact-info {
  float: right;
  width: 23.928571429%;
  margin: 0 32.142857143% 0 0;
  text-align: left;
}
@media only screen and (max-width: 1160px) {
  .contact .contact-info {
    width: 28.928571429%;
    margin: 0 27.142857143% 0 0;
  }
}
@media only screen and (max-width: 968px) {
  .contact .contact-info {
    width: 100%;
    margin: 0 0 30px;
    float: none;
  }
}
@media only screen and (max-width: 968px) {
  .contact .contact-info .hide-small {
    display: none;
  }
}
.contact .contact-info a.phone {
  border-top: 1px solid #e3ded7;
  border-bottom: 1px solid #e3ded7;
  display: block;
  padding: 15px 0 15px 35px;
  font-size: 30px;
  font-weight: 700;
  background: url("../img/contact-phone.png") left center no-repeat;
  -webkit-background-size: 24px 28px;
  -moz-background-size: 24px 28px;
  background-size: 24px 28px;
}
.contact .contact-info p.address {
  padding: 15px 0 15px 35px;
  border-bottom: 1px solid #e3ded7;
  font-size: 16px;
  margin: 0 0 15px;
  background: url("../img/contact-address.png") left center no-repeat;
  -webkit-background-size: 19px 30px;
  -moz-background-size: 19px 30px;
  background-size: 19px 30px;
}
.contact .contact-info p.open {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
}
@media only screen and (max-width: 968px) {
  .contact .contact-info p.open {
    margin: 0 0 20px;
  }
}
.contact .contact-info ul {
  border-top: 1px solid #e3ded7;
}
@media only screen and (max-width: 968px) {
  .contact .contact-info ul {
    border: none;
    *zoom: 1;
  }
  .contact .contact-info ul:before,
  .contact .contact-info ul:after {
    content: '';
    display: table;
  }
  .contact .contact-info ul:after {
    clear: both;
  }
}
.contact .contact-info ul li {
  border-bottom: 1px solid #e3ded7;
  margin: 0;
  padding: 15px 0;
}
@media only screen and (max-width: 968px) {
  .contact .contact-info ul li {
    border: none;
    padding: 0;
    float: left;
  }
}
.contact .contact-info ul li a {
  display: block;
}
.contact .contact-info ul li a img {
  width: 42px;
  height: 42px;
  float: left;
  margin: 0 32px 0 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media only screen and (max-width: 968px) {
  .contact .contact-info ul li a img {
    margin: 0 10px 0 0;
  }
}
.contact .contact-info ul li a span {
  font-size: 16px;
  line-height: 42px;
  display: inline-block;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media only screen and (max-width: 968px) {
  .contact .contact-info ul li a span {
    display: none;
  }
}
.contact .contact-info ul li a:hover img,
.contact .contact-info ul li a:hover span {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.contact .contact-info ul:hover li a img,
.contact .contact-info ul:hover li a span {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.map {
  width: 100%;
  height: 526px;
}
@media only screen and (max-width: 928px) {
  .map {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    display: none;
  }
}
.banner img {
  width: 100%;
  display: block;
}
.our-story {
  padding: 50px 0;
  background: #fff;
}
.our-story h1 {
  text-align: center;
  position: relative;
  margin: 0 0 50px;
  font-size: 30px;
}
@media only screen and (max-width: 968px) {
  .our-story h1 {
    text-align: left;
    margin: 0 0 30px;
  }
}
.our-story h1 span {
  padding: 0 20px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 968px) {
  .our-story h1 span {
    padding: 0;
  }
}
.our-story h1:before {
  position: absolute;
  content: '';
  top: 12px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #4f4d4d;
}
@media only screen and (max-width: 968px) {
  .our-story h1:before {
    display: none;
  }
}
.our-story .text {
  float: left;
  width: 39.285714286%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 968px) {
  .our-story .text {
    width: 100%;
    margin: 0;
  }
}
.our-story .image {
  float: right;
  width: 57.678571429%;
  margin: 0 0 30px;
}
@media only screen and (max-width: 968px) {
  .our-story .image {
    width: 100%;
  }
}
.our-story .story {
  clear: both;
  text-align: center;
  padding: 120px 23.214285714% 100px;
  background: url("../img/story.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 968px) {
  .our-story .story {
    padding: 30px;
    background: url("../img/story-small.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.recipes {
  padding: 50px 0 80px;
  background: url("../img/recipes.jpg");
}
.recipes h1 {
  text-align: center;
  position: relative;
  margin: 0 0 50px;
  font-size: 30px;
  color: #e3ded7;
}
@media only screen and (max-width: 968px) {
  .recipes h1 {
    text-align: left;
    margin: 0 0 30px;
  }
}
.recipes h1 span {
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 968px) {
  .recipes h1 span {
    padding: 0;
  }
}
.recipes h1:before,
.recipes h1:after {
  position: absolute;
  content: '';
  top: 12px;
  left: 0px;
  width: 42%;
  height: 1px;
  background: #e3ded7;
}
@media only screen and (max-width: 968px) {
  .recipes h1:before,
  .recipes h1:after {
    display: none;
  }
}
.recipes h1:after {
  right: 0px;
  left: auto;
}
.recipes .recipe {
  position: relative;
  display: block;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  background: #fff;
  margin-bottom: 40px;
  height: 395px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.recipes .recipe:before,
.recipes .recipe:after {
  content: '';
  display: table;
}
.recipes .recipe:after {
  clear: both;
}
.recipes .recipe:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.recipes .recipe:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 968px) {
  .recipes .recipe {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .recipes .recipe {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .recipes .recipe:before,
  .recipes .recipe:after {
    content: '';
    display: table;
  }
  .recipes .recipe:after {
    clear: both;
  }
  .recipes .recipe:nth-child(3n) {
    margin-right: 3%;
    float: left;
  }
  .recipes .recipe:nth-child(3n+1) {
    clear: none;
  }
  .recipes .recipe:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .recipes .recipe:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .recipes .recipe {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  .recipes .recipe:first-child {
    margin-left: auto;
  }
  .recipes .recipe:last-child {
    margin-right: auto;
  }
}
.recipes .recipe img {
  width: 100%;
  height: auto;
  padding-bottom: 2px;
  border-bottom: 2px solid #b1aaa1;
}
.recipes .recipe p {
  font-size: 18px;
  padding: 20px 120px 20px 30px;
}
@media only screen and (max-width: 968px) {
  .recipes .recipe p {
    padding: 20px;
  }
}
.recipes .recipe h6 {
  position: absolute;
  bottom: 0px;
  left: 30px;
  color: #b1aaa1;
}
@media only screen and (max-width: 480px) {
  .recipes .recipe h6 {
    position: relative;
    left: 0px;
    padding: 20px;
  }
}
.recipes .recipe span {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 38px;
  height: 38px;
  background: #b1aaa1 url("../img/recipe-span.png") center center no-repeat;
  -webkit-background-size: 14px 9px;
  -moz-background-size: 14px 9px;
  background-size: 14px 9px;
}
.recipes .recipe:after {
  position: absolute;
  content: '';
  bottom: 2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #b1aaa1;
}
.recipes .recipe:hover {
  background: #cce3f4;
}
.recipe-single {
  padding: 50px 0;
  background: $fff;
}
.recipe-single .left {
  float: left;
  width: 25.446428571%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recipe-single .left {
    width: 100%;
    float: none;
  }
}
.recipe-single .left h1 {
  font-size: 30px;
  text-transform: none;
  font-style: normal;
  font-family: 'Tinos', serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 15px;
}
.recipe-single .left p {
  font-style: italic;
}
.recipe-single .left hr {
  border: none;
  border-top: 1px solid #b1aaa1;
  margin: 0 0 20px;
  display: block;
}
.recipe-single .left h4 {
  margin: 0 0 5px;
  color: #b1aaa1;
  font-size: 14px;
  font-family: 'Tinos', serif;
  letter-spacing: 0;
  position: relative;
  font-weight: 700;
}
.recipe-single .left h4 span {
  display: block;
  position: absolute;
  left: 100px;
  top: 0px;
  color: #4f4d4d;
  text-transform: none;
  font-weight: 400;
}
.recipe-single .left h4.last {
  margin: 0 0 20px;
}
.recipe-single .left h6 {
  color: #b1aaa1;
}
.recipe-single .left .ssba-holder {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media only screen and (max-width: 1160px) {
  .recipe-single .left .ssba-holder {
    position: relative;
  }
}
.recipe-single .left .ssba-holder p {
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-family: 'Montserrat', sans-serif;
  line-height: 29px;
  float: left;
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
}
.recipe-single .left .ssba-holder .ssba {
  float: left;
}
.recipe-single .left .ssba-holder .ssba a img {
  padding: 3px;
}
.recipe-single .right {
  float: right;
  width: 66.071428571%;
}
@media only screen and (max-width: 767px) {
  .recipe-single .right {
    width: 100%;
    float: none;
  }
}
.recipe-single .right img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 968px) {
  .recipe-single .right img {
    margin: 30px 0 0;
  }
}
.ingredients {
  padding: 50px 0;
  background: url("../img/photos.png");
  *zoom: 1;
}
.ingredients:before,
.ingredients:after {
  content: '';
  display: table;
}
.ingredients:after {
  clear: both;
}
.ingredients h4 {
  margin: 0 0 30px;
}
.ingredients .left {
  float: left;
  width: 25.446428571%;
}
@media only screen and (max-width: 767px) {
  .ingredients .left {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
}
.ingredients .right {
  float: right;
  width: 66.071428571%;
}
@media only screen and (max-width: 767px) {
  .ingredients .right {
    width: 100%;
    float: none;
  }
}
.ingredients .right ol {
  list-style-type: decimal;
  padding: 0 0 0 20px;
}
.ingredients .right ol li {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.gallery {
  padding: 50px 0 80px;
  background: url("../img/photos.jpg");
}
.gallery h1 {
  text-align: center;
  position: relative;
  margin: 0 0 50px;
  font-size: 30px;
}
@media only screen and (max-width: 968px) {
  .gallery h1 {
    text-align: left;
    margin: 0 0 30px;
  }
}
.gallery h1 span {
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 968px) {
  .gallery h1 span {
    padding: 0;
  }
}
.gallery h1:before,
.gallery h1:after {
  position: absolute;
  content: '';
  top: 12px;
  left: 0px;
  width: 42%;
  height: 1px;
  background: #4f4d4d;
}
@media only screen and (max-width: 968px) {
  .gallery h1:before,
  .gallery h1:after {
    display: none;
  }
}
.gallery h1:after {
  right: 0px;
  left: auto;
}
.gallery .return-to-gallery {
  display: block;
  text-align: right;
  padding: 20px 0;
}
.gallery .gallery-view {
  margin: 0 0 80px;
  display: none;
  position: relative;
}
.gallery .gallery-view .gallery-prev,
.gallery .gallery-view .gallery-next {
  position: absolute;
  height: 100%;
  width: 70px;
  left: -70px;
  background: url("../img/gallery-prev.png") left center no-repeat;
  z-index: 9;
}
@media only screen and (max-width: 1260px) {
  .gallery .gallery-view .gallery-prev,
  .gallery .gallery-view .gallery-next {
    left: 10px;
    width: 50px;
  }
}
.gallery .gallery-view .gallery-next {
  left: auto;
  right: -70px;
  background: url("../img/gallery-next.png") right center no-repeat;
}
@media only screen and (max-width: 1260px) {
  .gallery .gallery-view .gallery-next {
    right: 10px;
  }
}
.gallery .gallery-view .item .ssba {
  float: right;
  margin: 10px 0 0;
}
.gallery .gallery-view .item .ssba a img {
  padding: 0;
  margin: 0 0 0 10px;
}
.gallery .gallery-thumbs a {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 23.575000000000003%;
  margin-left: 0%;
  margin-right: 1.9%;
  position: relative;
  margin-bottom: 20px;
}
.gallery .gallery-thumbs a:before,
.gallery .gallery-thumbs a:after {
  content: '';
  display: table;
}
.gallery .gallery-thumbs a:after {
  clear: both;
}
.gallery .gallery-thumbs a:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.gallery .gallery-thumbs a:nth-child(4n+1) {
  clear: both;
}
.gallery .gallery-thumbs a .hover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.gallery .gallery-thumbs a .hover p {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.gallery .gallery-thumbs a img {
  width: 100%;
  height: auto;
}
.gallery .gallery-thumbs a:hover .hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.footer {
  background: #4f4d4d;
  *zoom: 1;
  height: 85px;
}
.footer:before,
.footer:after {
  content: '';
  display: table;
}
.footer:after {
  clear: both;
}
@media only screen and (max-width: 968px) {
  .footer {
    height: auto;
  }
}
.footer .footer-logo {
  float: left;
  margin: 0 0 0 45px;
}
@media only screen and (max-width: 968px) {
  .footer .footer-logo {
    display: none;
  }
}
.footer .footer-logo img {
  width: 230px;
  height: 59px;
}
.footer .footer-info {
  float: right;
  margin: 34px 0 0;
}
@media only screen and (max-width: 968px) {
  .footer .footer-info {
    text-align: center;
    float: none;
    margin: 10px 0;
  }
}
.footer .footer-info p {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #9b9b9b;
  display: inline-block;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 968px) {
  .footer .footer-info p {
    display: block;
    line-height: 2;
  }
}
.footer .footer-info p a {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.footer .footer-info p a img {
  width: 42px;
  height: 14px;
  margin: 0 0 0 3px;
  position: relative;
  top: 2px;
}
.footer .footer-info p a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.nav-download,
.nav-reservations {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 400px;
  max-width: 0px;
  background: #fff;
  border-left: 1px solid #b2aaa0;
  border-bottom: 1px solid #b2aaa0;
  padding: 52px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  padding: 52px 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  overflow: scroll;
}
@media only screen and (max-width: 767px) {
  .nav-download,
  .nav-reservations {
    width: 100%;
    padding: 20px 0;
  }
}
.nav-download .nav-download-inner,
.nav-reservations .nav-download-inner,
.nav-download .nav-reservations-inner,
.nav-reservations .nav-reservations-inner {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out 0.2s;
  -moz-transition: opacity 0.3s ease-in-out 0.2s;
  -o-transition: opacity 0.3s ease-in-out 0.2s;
  -ms-transition: opacity 0.3s ease-in-out 0.2s;
  transition: opacity 0.3s ease-in-out 0.2s;
}
.nav-download .nav-download-inner h3,
.nav-reservations .nav-download-inner h3,
.nav-download .nav-reservations-inner h3,
.nav-reservations .nav-reservations-inner h3 {
  color: #4f4d4d;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.nav-download .nav-download-inner a,
.nav-reservations .nav-download-inner a,
.nav-download .nav-reservations-inner a,
.nav-reservations .nav-reservations-inner a {
  display: block;
  font-family: 'Tinos', serif;
  color: #4f4d4d;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  padding: 20px 0;
  border-bottom: 1px solid #e3ded7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: url("../img/nav-download.png") center right no-repeat;
  -webkit-background-size: 16px 21px;
  -moz-background-size: 16px 21px;
  background-size: 16px 21px;
}
@media only screen and (max-width: 767px) {
  .nav-download .nav-download-inner a,
  .nav-reservations .nav-download-inner a,
  .nav-download .nav-reservations-inner a,
  .nav-reservations .nav-reservations-inner a {
    font-size: 20px;
    padding: 10px;
  }
}
.nav-download .nav-download-inner .gform_wrapper .gform_description,
.nav-reservations .nav-download-inner .gform_wrapper .gform_description,
.nav-download .nav-reservations-inner .gform_wrapper .gform_description,
.nav-reservations .nav-reservations-inner .gform_wrapper .gform_description {
  font-family: 'kepler-std', serif;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .nav-download .nav-download-inner .gform_wrapper .gform_description,
  .nav-reservations .nav-download-inner .gform_wrapper .gform_description,
  .nav-download .nav-reservations-inner .gform_wrapper .gform_description,
  .nav-reservations .nav-reservations-inner .gform_wrapper .gform_description {
    display: none;
  }
}
.nav-download .nav-download-inner .gform_wrapper .gform_validation_container,
.nav-reservations .nav-download-inner .gform_wrapper .gform_validation_container,
.nav-download .nav-reservations-inner .gform_wrapper .gform_validation_container,
.nav-reservations .nav-reservations-inner .gform_wrapper .gform_validation_container,
.nav-download .nav-download-inner .gform_wrapper .gfield_label,
.nav-reservations .nav-download-inner .gform_wrapper .gfield_label,
.nav-download .nav-reservations-inner .gform_wrapper .gfield_label,
.nav-reservations .nav-reservations-inner .gform_wrapper .gfield_label,
.nav-download .nav-download-inner .gform_wrapper .validation_error,
.nav-reservations .nav-download-inner .gform_wrapper .validation_error,
.nav-download .nav-reservations-inner .gform_wrapper .validation_error,
.nav-reservations .nav-reservations-inner .gform_wrapper .validation_error {
  display: none;
}
.nav-download .nav-download-inner .gform_wrapper .gsection_title,
.nav-reservations .nav-download-inner .gform_wrapper .gsection_title,
.nav-download .nav-reservations-inner .gform_wrapper .gsection_title,
.nav-reservations .nav-reservations-inner .gform_wrapper .gsection_title {
  font-size: 24px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .nav-download .nav-download-inner .gform_wrapper .gsection_title,
  .nav-reservations .nav-download-inner .gform_wrapper .gsection_title,
  .nav-download .nav-reservations-inner .gform_wrapper .gsection_title,
  .nav-reservations .nav-reservations-inner .gform_wrapper .gsection_title {
    display: none;
  }
}
.nav-download .nav-download-inner .gform_wrapper ul li,
.nav-reservations .nav-download-inner .gform_wrapper ul li,
.nav-download .nav-reservations-inner .gform_wrapper ul li,
.nav-reservations .nav-reservations-inner .gform_wrapper ul li {
  margin: 0 0 10px;
}
.nav-download .nav-download-inner .gform_wrapper ul li input[type=text],
.nav-reservations .nav-download-inner .gform_wrapper ul li input[type=text],
.nav-download .nav-reservations-inner .gform_wrapper ul li input[type=text],
.nav-reservations .nav-reservations-inner .gform_wrapper ul li input[type=text],
.nav-download .nav-download-inner .gform_wrapper ul li textarea,
.nav-reservations .nav-download-inner .gform_wrapper ul li textarea,
.nav-download .nav-reservations-inner .gform_wrapper ul li textarea,
.nav-reservations .nav-reservations-inner .gform_wrapper ul li textarea {
  border: none;
  background: #e3ded7;
  width: 100%;
  font-size: 16px;
  padding: 14px;
  color: #000;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .nav-download .nav-download-inner .gform_wrapper ul li input[type=text],
  .nav-reservations .nav-download-inner .gform_wrapper ul li input[type=text],
  .nav-download .nav-reservations-inner .gform_wrapper ul li input[type=text],
  .nav-reservations .nav-reservations-inner .gform_wrapper ul li input[type=text],
  .nav-download .nav-download-inner .gform_wrapper ul li textarea,
  .nav-reservations .nav-download-inner .gform_wrapper ul li textarea,
  .nav-download .nav-reservations-inner .gform_wrapper ul li textarea,
  .nav-reservations .nav-reservations-inner .gform_wrapper ul li textarea {
    padding: 10px;
    font-size: 14px;
  }
}
.nav-download .nav-download-inner .gform_wrapper ul li textarea,
.nav-reservations .nav-download-inner .gform_wrapper ul li textarea,
.nav-download .nav-reservations-inner .gform_wrapper ul li textarea,
.nav-reservations .nav-reservations-inner .gform_wrapper ul li textarea {
  height: 207px;
  resize: none;
}
.nav-download .nav-download-inner .gform_wrapper ul li ::-webkit-input-placeholder,
.nav-reservations .nav-download-inner .gform_wrapper ul li ::-webkit-input-placeholder,
.nav-download .nav-reservations-inner .gform_wrapper ul li ::-webkit-input-placeholder,
.nav-reservations .nav-reservations-inner .gform_wrapper ul li ::-webkit-input-placeholder {
  color: #4f4d4d;
}
.nav-download .nav-download-inner .gform_wrapper ul li :-moz-placeholder,
.nav-reservations .nav-download-inner .gform_wrapper ul li :-moz-placeholder,
.nav-download .nav-reservations-inner .gform_wrapper ul li :-moz-placeholder,
.nav-reservations .nav-reservations-inner .gform_wrapper ul li :-moz-placeholder {
  color: #4f4d4d;
}
.nav-download .nav-download-inner .gform_wrapper ul li ::-moz-placeholder,
.nav-reservations .nav-download-inner .gform_wrapper ul li ::-moz-placeholder,
.nav-download .nav-reservations-inner .gform_wrapper ul li ::-moz-placeholder,
.nav-reservations .nav-reservations-inner .gform_wrapper ul li ::-moz-placeholder {
  color: #4f4d4d;
}
.nav-download .nav-download-inner .gform_wrapper ul li :-ms-input-placeholder,
.nav-reservations .nav-download-inner .gform_wrapper ul li :-ms-input-placeholder,
.nav-download .nav-reservations-inner .gform_wrapper ul li :-ms-input-placeholder,
.nav-reservations .nav-reservations-inner .gform_wrapper ul li :-ms-input-placeholder {
  color: #4f4d4d;
}
.nav-download .nav-download-inner .gform_wrapper ul li .validation_message,
.nav-reservations .nav-download-inner .gform_wrapper ul li .validation_message,
.nav-download .nav-reservations-inner .gform_wrapper ul li .validation_message,
.nav-reservations .nav-reservations-inner .gform_wrapper ul li .validation_message {
  margin: 5px 0 0;
}
.nav-download .nav-download-inner .gform_wrapper ul #field_1_5,
.nav-reservations .nav-download-inner .gform_wrapper ul #field_1_5,
.nav-download .nav-reservations-inner .gform_wrapper ul #field_1_5,
.nav-reservations .nav-reservations-inner .gform_wrapper ul #field_1_5 {
  display: none;
}
.nav-download .nav-download-inner .gform_wrapper input[type=submit],
.nav-reservations .nav-download-inner .gform_wrapper input[type=submit],
.nav-download .nav-reservations-inner .gform_wrapper input[type=submit],
.nav-reservations .nav-reservations-inner .gform_wrapper input[type=submit] {
  border: none;
  background: #4f4d4d;
  color: #fff;
  padding: 11px 15px;
  cursor: pointer;
  margin: 10px 0 0;
}
.nav-download .nav-download-inner .gform_wrapper input[type=submit]:hover,
.nav-reservations .nav-download-inner .gform_wrapper input[type=submit]:hover,
.nav-download .nav-reservations-inner .gform_wrapper input[type=submit]:hover,
.nav-reservations .nav-reservations-inner .gform_wrapper input[type=submit]:hover {
  background: #9ecbe8;
  color: #4f4d4d;
}
.nav-download a:first-of-type,
.nav-reservations a:first-of-type {
  border-top: 1px solid #e3ded7;
}
.nav-download a:hover,
.nav-reservations a:hover {
  color: #e3ded7;
}
.nav-download.active,
.nav-reservations.active {
  max-width: 500px;
  padding: 52px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media only screen and (max-width: 767px) {
  .nav-download.active,
  .nav-reservations.active {
    padding: 20px;
  }
}
.nav-download.active .nav-download-inner,
.nav-reservations.active .nav-download-inner,
.nav-download.active .nav-reservations-inner,
.nav-reservations.active .nav-reservations-inner {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.our-story--function {
  padding-bottom: 0px;
  padding-top: 0px;
}
.our-story--function .wrapper .text {
  margin: 0 0 10px;
}
.our-story--function .wrapper .text .body-feature {
  font-style: italic;
}
.ui-datepicker {
  background: #4f4d4d;
  padding: 10px;
  display: none;
  -webkit-box-shadow: 0px 2px 4px;
  box-shadow: 0px 2px 4px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  display: none;
}
.ui-datepicker .ui-datepicker-month {
  margin: 0 10px 0 0;
}
.ui-datepicker td {
  text-align: center;
}
.ui-datepicker td a {
  color: #b1aaa1;
  padding: 3px;
  display: block;
  font-family: 'Montserrat', sans-serif;
}
