@import "normalize.css";
@import "../slick/slick.css";
@import "../jquery-ui-1.11.2.custom/jquery-ui.min.css";
@import "../jquery-ui-1.11.2.custom/jquery-ui.structure.min.css";
.header-large {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-medium {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-small {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body-copy {
  font-family: 'AvenirNextLTW01-Regular', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body-copy-bold {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
html,
body {
  min-height: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}
body {
  font-family: 'AvenirNextLTW01-Regular', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}
/* INNER GRID */
.col {
  width: 8.33%;
  padding: 14px 14px;
  float: left;
  margin: 0 0 0 0;
  text-align: left;
  position: relative;
}
.col.two {
  width: 16.66%;
}
.col.three {
  width: 25%;
}
.col.four {
  width: 33.33%;
}
.col.five {
  width: 41.66%;
}
.col.six {
  width: 50%;
}
.col.seven {
  width: 58.33%;
}
.col.eight {
  width: 66.66%;
}
.col.nine {
  width: 75%;
}
.col.ten {
  width: 83.33%;
}
.col.eleven {
  width: 91.66%;
}
.col.twelve {
  width: 100%;
}
.col.first {
  clear: both;
}
.centered {
  clear: both;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.nobottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.col.nopadding {
  padding: 0;
}
.inner.bleed {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 14px;
}
.inner.bleed .col {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
/* OUTER STRUCTURE */
header,
.section {
  width: 100%;
  text-align: center;
  display: block;
  padding: 0 14px;
  clear: both;
  padding: 0 28px;
  background: #fff;
}
.section {
  padding-top: 84px;
  padding-bottom: 84px;
}
.section-bleed {
  padding: 14px 0;
}
.section-bleed + .section h2:first-child {
  margin-top: 7px;
}
.section-grey,
.section-grey .inner {
  background: #999;
}
.section-last {
  padding-bottom: 84px;
  margin-bottom: 350px;
}
.section-more {
  height: 350px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.inner {
  display: block;
  max-width: 998px;
  margin: 0 auto;
  padding: 0 14px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #fff;
}
/* TYPOGRAPHY */
h1 {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 14px 0;
  color: #333;
}
h2 {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 14px 0;
  color: #333;
}
h3 {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 10px 0;
  color: #333;
}
p + h3 {
  margin-top: 20px;
}
h4 {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  color: #333;
}
h5 {
  font-family: 'AvenirNextLTW01-Regular', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  color: #333;
}
p + h4 {
  margin-top: 20px;
}
h1 span,
h2 span,
h3 span,
h4 span {
  color: #444;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
  color: inherit;
}
p {
  font-family: 'AvenirNextLTW01-Regular', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 10px 0;
}
iframe {
  display: block;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.col.text img {
  margin: 0 0 14px 0;
}
a img {
  margin-bottom: 7px;
}
a,
p a {
  color: #0072c9;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
a:hover span {
  text-decoration: underline;
}
b {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-weight: normal;
}
ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
/* HEADER */
header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 1978000;
}
header.scrolled {
  border-bottom: 1px solid #eee;
}
header .inner {
  padding: 0 14px;
  margin: 0 auto;
  height: 59px;
}
header .col {
  padding-top: 9px;
  padding-bottom: 0;
}
header a {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  display: block;
  clear: both;
  white-space: nowrap;
  color: #999;
}
header a:hover,
header a.active {
  color: #333;
}
.menu-toggle {
  display: none;
}
.section-carousel {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}
.slideshow {
  padding-bottom: 14px;
}
.slide {
  display: block;
  width: 100%;
  height: auto;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.slide:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.slick-dots {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.slick-dots li {
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-radius: 50%;
  background: #0072c9;
  position: relative;
}
.slick-dots li.slick-active {
  background: #fff;
  width: 15px;
  height: 15px;
  border: 1px solid #0072c9;
}
.slick-dots button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}
.section-home h2,
.section-home h3,
.section-home h4,
.section-home a,
.section-home span.activeItem,
nav a.home.active {
  color: #0072c9;
}
.section-home .slick-dots li {
  background: #0072c9;
}
.section-home .slick-dots li.slick-active {
  border-color: #0072c9;
  background: #fff;
}
.section-restaurant h2,
.section-restaurant h3,
.section-restaurant h4,
.section-restaurant a,
.section-restaurant span.activeItem,
nav a.restaurant.active {
  color: #ff4da4;
}
.section-restaurant .slick-dots li {
  background: #ff4da4;
}
.section-restaurant .slick-dots li.slick-active {
  border-color: #ff4da4;
  background: #fff;
}
.section-reservations h2,
.section-reservations h3,
.section-reservations h4,
.section-reservations a,
.section-reservations span.activeItem,
nav a.reservations.active {
  color: #ff0000;
}
.section-reservations .slick-dots li {
  background: #ff0000;
}
.section-reservations .slick-dots li.slick-active {
  border-color: #ff0000;
  background: #fff;
}
.section-reservations-placeholder h2,
.section-reservations-placeholder h3,
.section-reservations-placeholder h4,
.section-reservations-placeholder a,
.section-reservations-placeholder span.activeItem,
nav a.reservations-placeholder.active {
  color: #ff0000;
}
.section-reservations-placeholder .slick-dots li {
  background: #ff0000;
}
.section-reservations-placeholder .slick-dots li.slick-active {
  border-color: #ff0000;
  background: #fff;
}
.section-menu h2,
.section-menu h3,
.section-menu h4,
.section-menu a,
.section-menu span.activeItem,
nav a.menu.active {
  color: #3dbbdd;
}
.section-menu .slick-dots li {
  background: #3dbbdd;
}
.section-menu .slick-dots li.slick-active {
  border-color: #3dbbdd;
  background: #fff;
}
.section-wine h2,
.section-wine h3,
.section-wine h4,
.section-wine a,
.section-wine span.activeItem,
nav a.wine.active {
  color: #0b4396;
}
.section-wine .slick-dots li {
  background: #0b4396;
}
.section-wine .slick-dots li.slick-active {
  border-color: #0b4396;
  background: #fff;
}
.section-privatedining h2,
.section-privatedining h3,
.section-privatedining h4,
.section-privatedining a,
.section-privatedining span.activeItem,
nav a.privatedining.active {
  color: #00e53f;
}
.section-privatedining .slick-dots li {
  background: #00e53f;
}
.section-privatedining .slick-dots li.slick-active {
  border-color: #00e53f;
  background: #fff;
}
.section-recipes h2,
.section-recipes h3,
.section-recipes h4,
.section-recipes a,
.section-recipes span.activeItem,
nav a.recipes.active {
  color: #ff1942;
}
.section-recipes .slick-dots li {
  background: #ff1942;
}
.section-recipes .slick-dots li.slick-active {
  border-color: #ff1942;
  background: #fff;
}
.section-vouchers h2,
.section-vouchers h3,
.section-vouchers h4,
.section-vouchers a,
.section-vouchers span.activeItem,
nav a.vouchers.active {
  color: #ffcd00;
}
.section-vouchers .slick-dots li {
  background: #ffe40e;
}
.section-vouchers .slick-dots li.slick-active {
  border-color: #ffe40e;
  background: #fff;
}
.section-books h2,
.section-books h3,
.section-books h4,
.section-books a,
.section-books span.activeItem,
nav a.books.active {
  color: #ff489a;
}
.section-books .slick-dots li {
  background: #ff489a;
}
.section-books .slick-dots li.slick-active {
  border-color: #ff489a;
  background: #fff;
}
.section-team h2,
.section-team h3,
.section-team h4,
.section-team a,
.section-team span.activeItem,
nav a.team.active {
  color: #00b100;
}
.section-team .slick-dots li {
  background: #00b100;
}
.section-team .slick-dots li.slick-active {
  border-color: #00b100;
  background: #fff;
}
.section-rose h2,
.section-rose h3,
.section-rose h4,
.section-rose a,
.section-rose span.activeItem,
nav a.rose.active {
  color: #1724aa;
}
.section-rose .slick-dots li {
  background: #1724aa;
}
.section-rose .slick-dots li.slick-active {
  border-color: #1724aa;
  background: #fff;
}
.section-contact h2,
.section-contact h3,
.section-contact h4,
.section-contact a,
.section-contact span.activeItem,
nav a.contact.active {
  color: #00e53f;
}
.section-contact .slick-dots li {
  background: #00e53f;
}
.section-contact .slick-dots li.slick-active {
  border-color: #00e53f;
  background: #fff;
}
.section-work h2,
.section-work h3,
.section-work h4,
.section-work a,
.section-work span.activeItem,
nav a.work.active {
  color: #3dbbdd;
}
.section-work .slick-dots li {
  background: #3dbbdd;
}
.section-work .slick-dots li.slick-active {
  border-color: #3dbbdd;
  background: #fff;
}
.section-offers h2,
.section-offers h3,
.section-offers h4,
.section-offers a,
.section-offers b,
.section-offers span.activeItem,
nav a.offers {
  color: #ff4da4;
}
.section-offers .slick-dots li {
  background: #ff4da4;
}
.section-offers .slick-dots li.slick-active {
  border-color: #ff4da4;
  background: #fff;
}
.section-gift-boxes h2,
.section-gift-boxes h3,
.section-gift-boxes h4,
.section-gift-boxes a,
.section-gift-boxes span.activeItem,
nav a.gift-boxes.active {
  color: #ff4da4;
}
.section-gift-boxes .slick-dots li {
  background: #ff4da4;
}
.section-gift-boxes .slick-dots li.slick-active {
  border-color: #ff4da4;
  background: #fff;
}
.sticky {
  /*
	position: -webkit-sticky;
	position: sticky;
	*/
  top: 165px;
  width: 16.66%;
  z-index: 100;
  top: 0;
}
.fixedSticky {
  position: fixed;
  top: 165px;
  width: 16.66%;
}
/* SECTION PROMO 30 */
.section-promo30 {
  padding-top: 60px;
  padding-bottom: 0;
  border: 60px solid white;
  border-top: 0;
  border-bottom: 0;
  overflow: hidden;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}
.section-promo30,
.section-promo30 .inner {
  background: #fff;
}
.section-promo30 .inner {
  max-width: none;
  margin: 0;
  padding: 0;
}
.section-promo30 a {
  display: block;
  width: 100%;
  height: 90vh;
  text-align: center;
  position: relative;
}
.section-promo30 img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80vh;
  height: auto;
  width: auto;
}
/* SECTION PROMO VIDEO */
.section-promo-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section-promo-video .inner {
  width: 100%;
}
.promo-video-container {
  width: 100%;
}
.promo-video-container a {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-top: 28px;
  color: #ff4da4;
}
.promo-video-container a span {
  white-space: nowrap;
}
@media screen and (max-width: 567px) {
  .promo-video-container a {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
  }
}
.promo-video-container a:hover span {
  text-decoration: none;
  border-bottom: 1px solid;
}
/* HOME */
.section-home {
  padding-top: 60px;
  padding-bottom: 0;
  border: 60px solid white;
  border-top: 0;
  border-bottom: 0;
  overflow: hidden;
}
.section-home.section-holding {
  /*padding-bottom: @header-height;*/
}
.holding {
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  padding: 0 20px;
}
.holding p {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  color: white;
}
.section-home,
.section-home .inner {
  background: #0072c9;
}
.section-home h1 {
  width: 100%;
  max-width: 800px;
  min-height: 400px;
  display: block;
  text-indent: -99999em;
  background: url(/static/img/rc-logo.svg) center center no-repeat;
  background-size: contain;
  margin: 0 auto;
}
/* RESERVATIONS */
#id_widget-trigger {
  margin: 0 auto;
  background: #ff0000;
  color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  white-space: nowrap;
}
@media screen and (max-width: 320px) {
  #id_widget-trigger {
    font-size: 26px;
  }
}
/*

.reservation-link { display: none; }

.touch .section-reservations .col.four {
	width: 50%;
}

.touch .reservation-widget { display: none; }

.touch .reservation-link {
	width: 100% !important;
	clear: both !important;
	display: block;
	text-align: center;
	margin: -10px 0 0 0 !important;
}
.touch .reservation-button {
	.header-medium;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: 10px;
	background: @reservations;
	color: #fff;

}

*/
/* PRIVATE DINING */
.section-privatedining .col p a {
  color: #00cc38;
}
/* FOOD MENU */
.section-menu h2 {
  margin-bottom: 28px;
}
.section-menu ul a {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  color: #999;
}
.section-menu ul a:hover,
.section-menu ul a.active {
  color: #3dbbdd;
}
.foodmenu {
  background: #fffef1 url(/static/img/rc-logo-menu.png) center 30px no-repeat;
  text-align: center;
  padding: 170px 60px 60px 60px;
}
.foodmenu p {
  margin: 0;
}
.foodmenu h3,
.foodmenu h4 {
  color: #333;
}
.foodmenu h3 {
  margin: 0 0 20px 0;
}
/* WINE LSIT */
.section-wine ul a {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  color: #999;
}
.section-wine ul a:hover,
.section-wine ul a.active {
  color: #0b4396;
}
#wine-map {
  max-width: 646px;
  max-width: 66.6%;
  cursor: pointer;
  margin: 0 auto;
}
td {
  padding: 1px 3px;
  border-bottom: 1px solid #eee;
}
.header td {
  border: 0;
}
.wine-list-new p {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  clear: both;
  min-height: 20px;
  margin: 0;
  padding: 2px 0;
}
.wine-list-new h3 + p,
.wine-list-new h4 + p {
  margin-top: 10px;
  border-top: 1px solid #eee;
}
.wine-list-new p span {
  display: inline-block;
  float: left;
  overflow: visible;
}
.wine-list-new p.headers span {
  vertical-align: bottom;
}
.wine-list-new p.headers b {
  float: left;
}
.wine-list-new p.headers .wine-price-glass,
.wine-list-new p.headers .wine-price-bottle {
  float: right;
}
h3.wine-type {
  color: #0b4396;
}
h3.wine-type span.wine-type-subtitle {
  color: #999;
  font-weight: normal;
  font-family: 'AvenirNextLTW01-Regular', Arial, sans-serif;
}
.wine-list-new h3 + h4,
.wine-list-new h4 + h4 {
  margin-top: 15px;
}
.wine-list-new h4.wine-subtype {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'AvenirNextLTW01-Regular', Arial, sans-serif;
  color: #0b4396;
}
#wine-list h5 {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  padding-left: 5%;
  padding-top: 3px;
  padding-bottom: 1px;
  border-bottom: 1px solid #eee;
}
#wine-list h5.wine-subregion-vis {
  padding-top: 23px;
}
#wine-list h3 + h5.wine-subregion-vis {
  padding-top: 3px;
}
.wine-price-glass,
.wine-price-bottle {
  text-align: right;
  float: right;
}
.wine-vintage {
  text-align: right;
  padding-right: 10px;
}
.wine-maker {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
}
.wine-bin {
  width: 5%;
}
.wine-name {
  width: 45%;
}
.wine-vintage {
  width: 8%;
}
.wine-maker {
  width: 32%;
}
.wine-price-glass,
.wine-price-bottle {
  width: 10%;
}
/* VOUCHERS */
.voucher-image {
  margin-bottom: 14px;
}
.section-vouchers img {
  display: block;
  /*width: 75%; height: auto;*/
  margin: 0 auto;
}
/* BOOKS */
.section-books h2 {
  margin-bottom: 28px;
}
.section-books .slide {
  text-align: center;
  height: 328px;
}
.section-books .slide a {
  display: inline-block;
  margin: 0 7px;
}
.section-books img {
  height: 300px;
  width: auto !important;
}
/* CONTACT */
.section-contact h2 {
  margin-bottom: 28px;
}
.section-contact .col p a {
  color: #00cc38;
}
#theMap {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background: #eee;
}
#theMap img {
  max-width: none !important;
}
.section-contact .col.six {
  padding-top: 0;
}
/* FORMS */
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99999999999999;
}
.sectionWrapperOuter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.sectionWrapperInner {
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.body-form {
  background: #eee;
}
.form-container {
  width: 100%;
  max-width: 440px;
  padding: 30px;
  margin: 100px auto;
  background: #0072c9;
  background: #fff;
  border: 1px solid #0072c9;
}
.form-container,
.form-container p a,
.form-container h2,
.form-container h2 span,
.form-container h3,
.form-container h3 span {
  color: #fff;
  color: #0072c9;
}
.form-container p a {
  border-bottom: 1px solid;
}
.form-container p a:hover {
  border-bottom: 0;
  text-decoration: none;
}
.form-container h2,
.form-container h2 span,
.form-container h3,
.form-container h3 span {
  margin: 0;
}
.form-container h2 {
  text-align: center;
}
.form-container h3 {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 20px 0 20px 0;
}
.form-container h3 span {
  font-family: 'AvenirNextLTW01-Regular', Arial, sans-serif;
}
.form-container p {
  margin: 0 0 10px 0;
}
.form-container p.nobottom {
  margin: 0;
}
form {
  margin: 0;
  padding: 0;
}
label,
input,
select {
  width: 100%;
  clear: both;
  border: 0;
  margin: 0;
  padding: 0;
  height: 24px;
  line-height: 24px;
}
label {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  display: block;
  margin-bottom: 5px;
  height: auto;
  line-height: 22px;
}
input {
  height: 30px;
  padding: 3px 5px;
}
input,
textarea {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 5px;
  clear: both;
  color: #333;
}
select {
  height: 30px;
  padding: 3px 5px;
  color: #333;
}
input,
textarea,
select {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border: 1px solid #0072c9;
  color: #333;
}
textarea {
  height: 90px;
  padding-right: 20px;
}
input[type=radio] {
  border: none;
  margin-left: 1px;
}
label span {
  font-family: 'AvenirNextLTW01-Regular', Arial, sans-serif;
  line-height: 120%;
  display: block;
  clear: left;
  padding-bottom: 3px;
}
input[type="submit"],
button {
  width: auto;
  min-width: 33%;
  height: auto;
  padding: 8px 5px 8px 16px;
  background: #00e53f;
  margin-top: 20px;
  text-align: center;
}
input[type="submit"] {
  border: 1px solid #00e53f;
  color: #333;
  padding: 8px 5px 8px 5px;
}
input.wizard_goto_step {
  padding: 8px;
}
button {
  border: none;
  background: white;
  padding-left: 0;
}
button:hover {
  background: white;
}
input[type="submit"]:hover {
  border: 1px solid #00e53f;
  background: white;
}
ul.errorlist {
  margin: 0;
  padding: 5px 10px;
  background: #f44;
  color: white;
}
p.field-error {
  padding: 10px;
  border: 1px solid #f44;
}
/* custom buttons */
.p-id_Voucher-message span,
.p-id_Contact-contact span {
  display: inline-block;
}
.p-id_Delivery-delivery {
  display: none;
}
#id_Delivery-delivery {
  margin-top: -10px;
}
#id_Contact-address,
#id_Delivery-delivery_address {
  height: 90px;
}
#id_Voucher-amount,
#id_Contact-postcode,
#id_Delivery-delivery_postcode {
  width: 25%;
  min-width: 100px;
}
input[value="Proceed to secure server"] {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
}
#id_Delivery-delivery {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}
#id_Delivery-delivery input,
#id_Delivery-delivery label {
  display: inline-block;
  float: left;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
#id_Delivery-delivery input {
  width: 20px;
  clear: left;
  margin-right: 10px;
  width: auto;
}
#id_Delivery-delivery label {
  float: left;
  width: auto;
}
.p-id_Booking-date,
.p-id_Contact-arrival {
  overflow: auto;
}
#id_Booking-date,
#id_Contact-arrival {
  width: 50%;
  float: left;
}
.ui-datepicker-trigger {
  content: 'Calendar' !important;
  display: inline-block;
  float: left;
  border: 0;
  margin: 0 0 0 15px;
  padding: 0 10px;
  min-width: 0;
  width: auto;
  height: 30px;
  line-height: 30px;
}
#id_home a.button {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 150px;
  height: 150px;
  background: #ff4da4;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  display: block;
  line-height: 150px !important;
  vertical-align: middle;
}
#id_home a.button span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-size: 20px;
  line-height: 23px;
  margin-top: -3px;
}
#id_home a.button:hover span {
  text-decoration: none;
}
#id_home a.button-wintersetlunch {
  background: #ff4da4;
}
@media screen and (max-width: 768px) {
  #id_home a.button {
    width: 100px;
    height: 100px;
    line-height: 100px !important;
  }
  #id_home a.button span {
    font-size: 14px;
    line-height: 17px;
    margin-top: -1px;
  }
}
/*
**************************************************************
**************************************************************
**************************************************************
**************************************************************
*********************R****************************************
*********************E****************************************
*********************S****************************************
*********************P****************************************
*********************O****************************************
*********************N****************************************
*********************S****************************************
*********************I****************************************
*********************V****************************************
*********************E****************************************
**************************************************************
**************************************************************
**************************************************************
**************************************************************
**************************************************************
**************************************************************
**************************************************************
**************************************************************
**************************************************************
**************************************************************
**************************************************************
*/
@media screen and (max-width: 900px) {
  header {
    height: 40px;
  }
  header .inner {
    height: 39px;
  }
  header + .section {
    padding-top: 40px;
  }
  .sticky {
    top: 145px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 0;
  }
  /* GENERAL */
  .empty {
    display: none;
  }
  .section {
    padding-right: 0;
    padding-left: 0;
  }
  .col,
  .col.two,
  .col.three {
    width: 50%;
  }
  .col.four,
  .col.five,
  .col.six,
  .col.seven,
  .col.eight,
  .col.nine,
  .col.ten,
  .col.twelve {
    width: 100%;
  }
  /* MENU */
  .menu-toggle {
    display: block;
    position: fixed;
    left: 28px;
    top: 10px;
    width: 24px;
    height: 20px;
    background: url(/static/img/menu-toggle-24x20.svg) 0 0 no-repeat;
    background-size: 24px 20px;
    text-indent: -999em;
    opacity: 0.5;
  }
  .menu-toggle.active {
    opacity: 1;
  }
  .menu-toggle.active + nav {
    display: block;
  }
  nav {
    position: fixed;
    top: 39px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 0 28px 14px 28px;
    z-index: 9999999;
    display: none;
  }
  nav .col {
    margin: 0;
    padding: 0;
  }
  nav a {
    font-size: 20px;
    line-height: 20px;
    height: 30px;
  }
  /* HEADERS */
  /* SPECIFIC */
  .section-promo30,
  .section-home {
    border-width: 28px;
  }
  .section-reservations .four {
    width: 50%;
  }
  .section-recipes .col.six {
    width: 50%;
  }
  .section-vouchers img {
    width: 100%;
    height: auto !important;
  }
  .section-books .slide {
    height: 278px;
  }
  .section-books img {
    height: 250px;
  }
  .section-rose img {
    max-height: 500px !important;
    width: auto !important;
    margin: 0 auto;
  }
  /* SUBMENUS */
  /*

.submenu { width: 100% !important; }
.fixedSticky {
	position: static !important;
	top: auto;
}
.sticky ul,
.sticky h5 {
	float: left;
	width: auto;
	padding-right: @gutter;
}




.sticky {
	display: none;
	height: auto !important; background: #fff !important;
	overflow: auto;
	top: @header-height;
	width: auto !important;
}

.sticky.fixedSticky,
.mostVisible .sticky {
	display: block;
	position: fixed !important;
	left: 0; right: 0;
	overflow: visible;
}

.sticky p { display: none; } // just for: our menu changes daily
.sticky ul { display: none; }

.sticky ul {
	display: none;
	background: #fff;
	top: 0;
	width: 100%;
	padding: 0;
	z-index: 99999;
	position: relative;
	margin: 0;
}

.sticky.fixedSticky ul,
.mostVisible .sticky ul {
	margin: 0; padding: 0;
}

.sticky h5,
.sticky li {
	display: block;
	height: 30px; line-height: 30px;
	border-bottom: @border;
	margin: 0;
	background: #fff;
}


.mostVisible .sticky h5,
.mostVisible .sticky li,
.sticky.fixedSticky h5,
.sticky.fixedSticky li {
	padding: 0 25px;
}

.sticky h5 {
	width: 100% !important;
	clear: both; float: none;
}




.sticky li {
	width: 50% !important;
	clear: none; float: left;
	white-space: nowrap; overflow: hidden;
}

// if there is an odd number of lis the last one must fill the whole row
.sticky li.last-odd {
	width: 100% !important;
}

*/
  .sticky {
    width: 100% !important;
  }
  .sticky h5 {
    display: block;
    width: 50%;
    float: left;
    clear: left;
  }
  .sticky ul {
    width: 50%;
    float: left;
    margin-bottom: 5px;
  }
  .section-wine .sticky h5 {
    width: 25%;
  }
  .section-wine .sticky ul {
    width: 75%;
  }
  .sticky h5 span.activeItem {
    display: block;
    float: left;
    font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
    width: 50%;
  }
  #wine-map {
    max-width: none;
    margin-top: 20px;
    z-index: -1;
  }
  .wine-bin {
    display: none !important;
  }
  .wine-name {
    width: 65%;
  }
  .wine-vintage {
    width: 17.5%;
    text-align: right;
    padding: 0;
  }
  .wine-maker {
    width: 80%;
    clear: left;
  }
  .wine-price-glass,
  .wine-price-bottle {
    width: 20%;
  }
}
@media screen and (max-height: 400px) {
  nav .col {
    width: 50% !important;
    float: left;
    clear: none;
  }
}
@media screen and (max-width: 567px) {
  .form-container {
    margin: 0;
  }
  .col {
    width: 100% !important;
    clear: both;
  }
  .foodmenu {
    padding: 170px 20px 40px 20px;
  }
  .foodmenu h4,
  .foodmenu p {
    margin-bottom: 10px;
  }
  .section-books .slide {
    height: 128px;
  }
  .section-books img {
    height: 100px;
  }
}
/*

DATEPICKER

*/
.ui-widget {
  font-family: inherit;
  background: #3dbbdd;
  border: 1px solid #0072c9;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.ui-datepicker {
  padding: 0;
}
.ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
}
.ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.ui-datepicker .ui-datepicker-title {
  margin-top: 0.4em;
  margin-bottom: 0.3em;
  color: #fff;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: 0.9em;
  border: none;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background-image: url('/static/jquery-ui-1.11.2.custom/melon-theme/ui-icons_ffffff_256x240.png');
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
  width: 16px;
}
.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker th {
  padding: 1em 0;
  color: #fff;
  font-weight: normal;
  border: none;
}
.ui-datepicker td {
  background: #fff;
  border: none;
  padding: 0;
}
td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  color: #0072c9;
}
.ui-state-disabled {
  opacity: 1;
}
.ui-state-disabled .ui-state-default {
  color: #bbb;
}
td .ui-state-active,
td .ui-state-hover {
  background: #0072c9;
  color: #fff;
}
.rc-icon {
  display: inline-block;
  text-indent: -99999em;
  overflow: hidden;
  width: 17px;
  height: 17px;
  background-image: url('/static/img/rc-icons.svg');
  background-size: 75px 75px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.rc-icon--twitter {
  background-position: 0 0;
}
.rc-icon--facebook {
  background-position: -25px 0;
}
.rc-icon--instagram {
  background-position: -50px 0;
}
.rc-social-splash {
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 100%;
  text-align: center;
}
.rc-social-splash .rc-icon {
  margin: 0 0.75rem;
  zoom: 1.8;
  -moz-transform: scale(1.8);
}
.rc-social-splash .rc-icon:hover {
  opacity: 0.7;
}
.rc-social-splash .rc-icon--twitter {
  background-position: 0 -25px;
}
.rc-social-splash .rc-icon--facebook {
  background-position: -25px -25px;
}
.rc-social-splash .rc-icon--instagram {
  background-position: -50px -25px;
}
.rc-social-menu {
  position: absolute;
  right: 0;
  top: 10px;
}
.rc-social-menu .rc-icon {
  opacity: 0.5;
  margin: 0 0 0 0.3rem;
}
.rc-social-menu .rc-icon:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .rc-social-menu {
    position: static;
    width: 100%;
    text-align: left;
  }
  .rc-social-menu .rc-icon {
    zoom: 1.35;
    -moz-transform: scale(11.35);
    margin-right: 0.75rem;
    margin-top: 5px;
  }
}
.rc-social-contact {
  margin-top: 20px;
}
.rc-social-contact .rc-icon {
  zoom: 1.2;
  -moz-transform: scale(1.2);
  margin: 0 0.5rem 0 0;
}
.rc-social-contact .rc-icon--twitter {
  background-position: 0 -50px;
}
.rc-social-contact .rc-icon--facebook {
  background-position: -25px -50px;
}
.rc-social-contact .rc-icon--instagram {
  background-position: -50px -50px;
}
.rc-social-contact .rc-icon--twitter:hover {
  background-position: 0 0;
}
.rc-social-contact .rc-icon--facebook:hover {
  background-position: -25px 0;
}
.rc-social-contact .rc-icon--instagram:hover {
  background-position: -50px 0;
}
@media screen and (max-width: 768px) {
  .rc-social-contact {
    margin-bottom: 20px;
  }
  .rc-social-contact .rc-icon {
    zoom: 1.5;
    -moz-transform: scale(1.5);
    margin: 0 0.4rem;
  }
}
.notice {
  width: 100%;
  background: #ff4da4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.notice p {
  font-family: 'Avenir Next LT W01 Demi', Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-align: center;
  /*font-weight: bold !important;*/
  margin: 0;
  padding: 45px 30px;
}
.notice p a {
  color: inherit;
}
.notice .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  /*background: #fff;*/
  /*text-indent: -9999em;*/
  overflow: hidden;
}
nav a.shop {
  color: #ff4da4;
}
