@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700);
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; }

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 {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

::selection {
  background: #a3f4d9; }

::-moz-selection {
  background: #a3f4d9; }

/*
	PROJECT NOTES
*/
/*  ==========================================================================
    Table of Contents
    ========================================================================== */
/*

    0.  General
    1.  Top Bar
    2.  Header
    3.  Headings
    4.  Body Text Styles
    5.  Form Elements
    6.  Quote Banner
    7.  Google Map
    8.  Home Page Specific Styles
    9.  Subpage Styles
	10. Image Styles
    11. Footer Styles
    12. Print Styles
    13. Special Event Top Bar Styles

*/
/*  ==========================================================================
    0. General 
	========================================================================== */
body {
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
  background: #ececec; }

.container {
  width: 960px;
  margin: 0 auto; }
  @media (max-width: 960px) {
    .container {
      width: 100%;
      padding: 0 10px; } }
  @media (max-width: 700px) {
    .container {
      padding: 0; } }

.center {
  text-align: center; }

.rose {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (max-width: IPHONE-LANDSCAPE) {
    .rose {
      margin-bottom: 0; } }

div.spacer {
  height: 80px; }

div.breadcrumbs {
  background: #eee;
  padding-left: 10px;
  margin-bottom: 10px; }
  div.breadcrumbs p {
    color: #ed1c24;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase; }
    div.breadcrumbs p a, div.breadcrumbs p a:visited {
      color: #545454;
      opacity: .5; }
    div.breadcrumbs p a:hover {
      border: none;
      color: #ed1c24;
      opacity: 1; }
  div.breadcrumbs i {
    opacity: .5;
    color: #545454; }

.main {
  background: #fff;
  border: 1px solid #d5d5d5;
  margin-top: 10px; }

.half {
  float: left;
  height: 802.50px; }
  @media (max-width: 960px) {
    .half {
      width: 100%;
      height: auto; } }
  .half:nth-of-type(2) {
    float: right; }

/*  ==========================================================================
    1. Top Bar
	========================================================================== */
#top-bar {
  padding: 10px 0;
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0%, #3a3a3a 45%, #2b2b2b 58%, #2b2b2b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a3a3a), color-stop(45%, #3a3a3a), color-stop(58%, #2b2b2b), color-stop(100%, #2b2b2b));
  background: -webkit-linear-gradient(top, #3a3a3a 0%, #3a3a3a 45%, #2b2b2b 58%, #2b2b2b 100%);
  background: -o-linear-gradient(top, #3a3a3a 0%, #3a3a3a 45%, #2b2b2b 58%, #2b2b2b 100%);
  background: -ms-linear-gradient(top, #3a3a3a 0%, #3a3a3a 45%, #2b2b2b 58%, #2b2b2b 100%);
  background: linear-gradient(to bottom, #3a3a3a 0%, #3a3a3a 45%, #2b2b2b 58%, #2b2b2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#2b2b2b',GradientType=0 );
  /*SOCIAL UL*/
  /*HARRYS,MILES,PROPERTIES LINKS*/ }
  #top-bar ul:first-of-type {
    float: left; }
    #top-bar ul:first-of-type li {
      display: inline-block; }
    @media (max-width: 569px) {
      #top-bar ul:first-of-type {
        display: none; } }
  #top-bar ul:last-of-type {
    float: right;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
    /*text-shadow: 0px 1px rgba(255,255,255,.19);*/
    /*CENTER REMAINING LINKS ON SMALL SCREENS, ONCE SOCIAL UL HAS BEEN NONED*/ }
    #top-bar ul:last-of-type li {
      display: inline; }
      #top-bar ul:last-of-type li a {
        display: inline-block;
        float: left;
        border-style: solid;
        border-width: 0 1px 0 1px;
        border-color: transparent #343738 transparent rgba(255, 255, 255, 0.1); }
        @media (max-width: 605px) {
          #top-bar ul:last-of-type li a {
            border-width: 0 2px 0 2px; } }
        #top-bar ul:last-of-type li a:last-of-type {
          padding-right: 0; }
      #top-bar ul:last-of-type li:first-child a {
        border-left: none;
        padding-left: 0px;
        padding-right: 10px;
        /*ON VERY SMALL SCREENS, HIDE ALL BUT HOME LINK*/ }
        @media (max-width: 505px) {
          #top-bar ul:last-of-type li:first-child a {
            display: none; } }
      #top-bar ul:last-of-type li:nth-child(2) a, #top-bar ul:last-of-type li:nth-child(3) a {
        padding-right: 10px;
        padding-left: 10px;
        /*ON VERY SMALL SCREENS, HIDE ALL BUT HOME LINK*/ }
        @media (max-width: 505px) {
          #top-bar ul:last-of-type li:nth-child(2) a, #top-bar ul:last-of-type li:nth-child(3) a {
            display: none; } }
      #top-bar ul:last-of-type li:nth-child(4) a {
        border-right: none;
        padding-left: 10px; }
      @media (max-width: 605px) {
        #top-bar ul:last-of-type li {
          display: inline-block;
          font-size: 15px; }
          #top-bar ul:last-of-type li a {
            border-left: none; } }
    @media (max-width: 605px) {
      #top-bar ul:last-of-type {
        float: none;
        text-align: center; } }
  #top-bar a, #top-bar a:visited {
    /*color: #07070d;*/
    color: #989898;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  #top-bar a:hover {
    color: #fff;
    text-shadow: 0px 1px black; }

/*  ==========================================================================
    2. Header
	========================================================================== */
#header {
  height: 405px;
  margin-bottom: 24px;
  position: relative;
  background: url(../../images/header-bg.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (max-width: 568px) {
    #header {
      margin-bottom: 10px; } }
  #header #logo {
    width: 767px;
    display: block;
    margin: 0 auto 0 auto; }
    @media (max-width: 960px) {
      #header #logo {
        width: 85%; } }
    @media (max-width: 320px) {
      #header #logo {
        width: 70%; } }
  #header .container {
    height: 405px;
    padding-top: 40px;
    background: url(../../images/header.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); }
    @media (max-width: 960px) {
      #header .container {
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 1024px) {
      #header .container {
        height: 350px;
        background: url(../../images/header.jpg) no-repeat center top scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; } }
    @media (max-width: 568px) {
      #header .container {
        height: 200px;
        background: rgba(0, 0, 0, 0.9); } }
    @media (max-width: 320px) {
      #header .container {
        height: 140px;
        background: rgba(0, 0, 0, 0.9); } }
  @media (max-width: 1024px) {
    #header {
      background: #fff;
      height: 350px; } }
  @media (max-width: 568px) {
    #header {
      height: 200px; } }
  @media (max-width: 320px) {
    #header {
      height: 140px; } }

/*  ==========================================================================
    3. Headings
	========================================================================== */
h1 {
  font-size: 33px;
  color: rgba(0, 0, 0, 0.8);
  font-variant: small-caps;
  font-weight: 700; }

h2 {
  color: #ed1c24;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  letter-spacing: 0.5px;
  font-size: 18px;
  text-transform: uppercase; }

h3 {
  margin: 40px 0 10px 0;
  font-weight: bold; }

h4 {
  margin-top: 20px;
  font-variant: small-caps;
  font-size: 20px; }

/*side subnav header*/
h5 {
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
  font-variant: small-caps;
  font-weight: 700;
  text-transform: none;
  font-size: 20px;
  text-decoration: underline;
  margin-top: 0; }

/*  ==========================================================================
    4. Body Text Styles
	========================================================================== */
a, a:visited {
  text-decoration: none; }

p.lead {
  font-weight: bold;
  font-style: italic;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
  margin-top: 10px; }

.underline {
  text-decoration: underline;
  margin-top: 30px;
  font-weight: bold; }

p {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 28px; }

p.item-description {
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic; }

p.item-price {
  font-weight: bold;
  margin-top: 0;
  font-family: "Open Sans Condensed", Arial, sans-serif; }

p.note {
  font-size: 12px; }

p.condensed {
  line-height: 20px; }

p span.bold {
  font-weight: 700; }

hr {
  border: none;
  border-top: 1px dashed #d5d5d5;
  margin: 20px 0; }

p + p, .fancybox + p, h4 + p, .fancybox + h2, p + h2 {
  margin-top: 15px; }

/*  ==========================================================================
    5. Form Elements
	========================================================================== */
button {
  margin-top: 40px;
  background: #ed1c24;
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 10px;
  outline: none;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase; }
  button:hover {
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer; }

label {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  line-height: 24px;
  font-family: "Open Sans", Arial, sans-serif;
  display: block; }

input {
  width: 80%;
  padding: 10px;
  color: #ed1c24;
  background: #eee;
  border: none;
  font-size: 17px;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 20px;
  outline: none; }

textarea {
  width: 80%;
  padding: 10px;
  color: #ed1c24;
  background: #eee;
  border: none;
  outline: none;
  font-size: 17px;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif; }

.alert {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 17px;
  width: 100%;
  text-align: center;
  padding: 10px 20px 20px 20px;
  margin-bottom: 40px;
  border: 1px solid #d5d5d5;
  letter-spacing: 0.5px;
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1); }
  .alert h4 {
    background: #ed1c24;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    margin-bottom: 10px; }

/*  ==========================================================================
    6. Quote Banner
	========================================================================== */
.quotebox {
  padding: 50px 60px;
  background: #fff;
  border: 1px solid #d5d5d5;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px; }
  @media (max-width: 960px) {
    .quotebox {
      padding: 30px; } }
  @media (max-width: 320px) {
    .quotebox {
      font-size: 22px; } }
  .quotebox p {
    font-size: 28px;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
    font-weight: 200;
    color: #656565;
    font-style: italic;
    line-height: 40px; }
    @media (max-width: 320px) {
      .quotebox p {
        font-size: 22px;
        line-height: 32px; } }
  .quotebox a.note, .quotebox a.note:visited {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    color: #d5d5d5;
    font-style: italic;
    text-decoration: none; }
  .quotebox a.note:hover {
    color: #ed1c24; }
  .quotebox span {
    display: block;
    font-size: 20px;
    font-style: normal; }
    @media (max-width: 320px) {
      .quotebox span {
        font-size: 18px; } }

/*  ==========================================================================
    7. Google Map
	========================================================================== */
#map-canvas {
  width: 100%;
  height: 300px;
  border: 1px solid #d5d5d5; }

.infowindow-title {
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
  color: #ed1c24;
  font-weight: bold; }

.infowindow-phone {
  margin-top: 0;
  font-family: "Open Sans Condensed", Arial, sans-serif; }

/*  ==========================================================================
    8. Home Page Specific Styles
	========================================================================== */
.home-text {
  width: 475px;
  height: 592.50px;
  padding: 60px 33px 0 35px;
  background: #fff;
  text-align: center;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 960px) {
    .home-text {
      width: 100%;
      height: auto;
      padding-bottom: 60px;
      padding: 30px; } }
  .home-text:nth-of-type(2) {
    float: right; }
  .home-text a, .home-text a:visited {
    color: #ed1c24;
    text-decoration: none; }
  .home-text a:hover {
    color: #ed1c24;
    text-decoration: underline; }

.specials {
  height: 350px;
  width: 475px;
  opacity: 0.9;
  margin-bottom: 10px;
  border: 1px solid #d5d5d5;
  background: url(../../images/home-specials.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 960px) {
    .specials {
      margin-left: auto;
      margin-right: auto;
      width: 100%; } }
  .specials:hover {
    opacity: 1; }

.catering {
  height: 200px;
  opacity: 0.9;
  width: 475px;
  margin-bottom: 10px;
  background: url(../../images/home-catering.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 1px solid #d5d5d5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 960px) {
    .catering {
      margin-left: auto;
      margin-right: auto;
      width: 100%; } }
  .catering:hover {
    opacity: 1; }

.wine {
  height: 232.5px;
  opacity: 0.9;
  width: 232.5px;
  float: left;
  background: url(../../images/home-wine.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 1px solid #d5d5d5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 960px) {
    .wine {
      float: left;
      width: 50%; } }
  @media (max-width: 568px) {
    .wine {
      height: 200px; } }
  .wine:hover {
    opacity: 1; }

.gifts {
  height: 232.5px;
  opacity: 0.9;
  width: 232.5px;
  float: right;
  background: url(../../images/home-gift-baskets.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 1px solid #d5d5d5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 960px) {
    .gifts {
      float: right;
      width: 50%; } }
  @media (max-width: 568px) {
    .gifts {
      height: 200px; } }
  .gifts:hover {
    opacity: 1; }

.location1 {
  height: 200px;
  opacity: 0.9;
  width: 475px;
  background: url(../../images/home-location1.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 1px solid #d5d5d5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 960px) {
    .location1 {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      width: 100%; } }
  .location1:hover {
    opacity: 1; }

.location2 {
  height: 200px;
  opacity: 0.9;
  width: 475px;
  background: url(../../images/home-location2.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 1px solid #d5d5d5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 960px) {
    .location2 {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      width: 100%; } }
  .location2:hover {
    opacity: 1; }

.location3 {
  height: 200px;
  opacity: 0.9;
  width: 475px;
  background: url(../../images/home-location3.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 1px solid #d5d5d5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 960px) {
    .location3 {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      width: 100%; } }
  .location3:hover {
    opacity: 1; }

.galleria {
  width: 100%;
  height: 600px;
  background: #ed1c24;
  margin-bottom: 40px;
  margin-top: 40px; }
  @media (max-width: 960px) {
    .galleria {
      height: 450px; } }
  @media (max-width: 768px) {
    .galleria {
      height: 300px; } }

/*  ==========================================================================
    9. Subpage Styles
	========================================================================== */
#specials-banner {
  height: 200px;
  width: 100%;
  background: #fff;
  border: 1px solid #d5d5d5;
  background: url(../../images/specials-banner.jpg) no-repeat;
  display: inline-block;
  position: relative;
  text-indent: -9999px; }
  @media (max-width: 960px) {
    #specials-banner {
      display: none; } }

#specials-banner-mobile {
  display: none;
  height: 90px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff !important;
  background: #ff3846;
  /*background: -moz-linear-gradient(top,  #ff3846 0%, #ff3846 45%, #dc0508 51%, #dc0508 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3846), color-stop(45%,#ff3846), color-stop(51%,#dc0508), color-stop(100%,#dc0508));
  background: -webkit-linear-gradient(top,  #ff3846 0%,#ff3846 45%,#dc0508 51%,#dc0508 100%);
  background: -o-linear-gradient(top,  #ff3846 0%,#ff3846 45%,#dc0508 51%,#dc0508 100%);
  background: -ms-linear-gradient(top,  #ff3846 0%,#ff3846 45%,#dc0508 51%,#dc0508 100%);
  background: linear-gradient(to bottom,  #ff3846 0%,#ff3846 45%,#dc0508 51%,#dc0508 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3846', endColorstr='#dc0508',GradientType=0 );*/
  background: #ED1C24; }
  #specials-banner-mobile .plain, #specials-banner-mobile .plain:visited {
    color: #fff;
    font-weight: 200;
    text-decoration: none; }
  #specials-banner-mobile h1 {
    line-height: 85px; }
    @media (max-width: 767px) {
      #specials-banner-mobile h1 {
        font-size: 28px; } }
    @media (max-width: 450px) {
      #specials-banner-mobile h1 {
        line-height: 45px; } }
  @media (max-width: 960px) {
    #specials-banner-mobile {
      display: block;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; } }

.header {
  width: 680px;
  float: left;
  padding: 60px 0 0 90px; }
  @media (max-width: 960px) {
    .header {
      width: 100%;
      padding: 60px 0 0 0; } }
  @media (max-width: 320px) {
    .header {
      padding: 30px 0 0 0; } }

.sidebar {
  width: 160px;
  float: right;
  margin-right: 90px;
  margin-bottom: 60px;
  padding: 30px 10px;
  line-height: 30px;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: right;
  border: 1px dashed #d5d5d5; }
  @media (max-width: 960px) {
    .sidebar {
      clear: both;
      width: 300px;
      float: none;
      display: block;
      margin: 30px auto 30px auto;
      font-size: 22px;
      line-height: 40px; } }
  @media (max-width: 320px) {
    .sidebar {
      width: 90%;
      font-size: 22px; } }
  .sidebar a, .sidebar a:visited {
    text-decoration: none;
    color: #c8c8c8; }
  .sidebar a:hover {
    color: #ed1c24;
    text-decoration: none; }
  .sidebar li.active a {
    color: #ed1c24; }

.main-text {
  width: 680px;
  float: left;
  padding: 30px 0 60px 60px; }
  @media (max-width: 960px) {
    .main-text {
      width: 100%;
      padding: 30px; } }
  @media (max-width: 568px) {
    .main-text {
      padding: 0px 15px; } }
  @media (max-width: 320px) {
    .main-text {
      padding: 10px 10px; } }
  .main-text p a, .main-text p a:visited {
    color: #ed1c24;
    text-decoration: none; }
  .main-text p a:hover {
    color: #ed1c24;
    text-decoration: none;
    border-bottom: 1px solid #ed1c24; }

/*  ==========================================================================
    10. Image Styles
	========================================================================== */
/*RECTANGULAR IMAGES UNDER TEXT ON SUBPAGES*/
.decorative {
  width: 590px;
  height: 200px;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  position: relative;
  opacity: .9;
  margin: 40px auto 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 960px) {
    .decorative {
      width: 100%;
      border: none; } }
  .decorative:hover {
    opacity: 1; }
  .decorative img {
    min-width: 680px;
    position: absolute;
    top: -50%; }
    @media (max-width: 960px) {
      .decorative img {
        width: 100%; } }

.regular {
  border: 1px solid #d5d5d5;
  display: block;
  margin: 40px auto 0 auto; }

/*TO PUSH TEXT DOWN BELOW IMAGES*/
.push-down {
  margin-bottom: 40px; }

.full {
  border: 1px solid #d5d5d5;
  max-width: 80%;
  opacity: .9;
  margin: 40px auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .full:hover {
    opacity: 1; }

.grid {
  margin-top: 15px; }
  .grid img {
    border: 1px solid #d5d5d5;
    width: 30%;
    margin-right: 10px;
    margin-bottom: 10px;
    opacity: .9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .grid img:nth-of-type(3n) {
      margin-right: 0; }
    .grid img:hover {
      opacity: 1; }

/*  ==========================================================================
    11. Footer Styles
	========================================================================== */
footer {
  background: #383838;
  padding: 40px 0 80px 0;
  color: #07070d;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 16px; }
  footer #nav-links {
    text-align: center;
    font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif; }
    footer #nav-links li {
      display: inline;
      margin-right: 10px;
      padding-right: 13px;
      line-height: 40px;
      border-right: 1px solid #737374; }
      footer #nav-links li:last-child {
        border: none; }
    footer #nav-links a, footer #nav-links a:visited {
      color: #737374;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    footer #nav-links a:hover {
      color: #d6d6d6;
      text-shadow: inset 0px 2px rgba(0, 0, 0, 0.5) 0px 1px rgba(255, 255, 255, 0.4); }
  footer span {
    color: #737374;
    font-family: "Open Sans Condensed", Arial, sans-serif; }
  footer hr {
    margin: 40px 0;
    border-top: 1px solid #282828;
    border-bottom: 1px solid #4F4F4F;
    border-left: none;
    border-right: none; }
  footer .contact {
    width: 28%;
    float: left;
    margin-right: 2%; }
    footer .contact li {
      line-height: 23px; }
    footer .contact .fa-instagram {
      margin-left: 7px;
      margin-right: 7px; }
    footer .contact a, footer .contact a:visited {
      color: #07070d;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    footer .contact a:hover {
      color: #d6d6d6;
      text-shadow: inset 0px 2px rgba(0, 0, 0, 0.5) 0px 1px rgba(255, 255, 255, 0.4); }
    @media (max-width: 768px) {
      footer .contact {
        width: 50%;
        float: left; } }
  footer .hours {
    width: 18%;
    float: left;
    margin-right: 2%; }
    footer .hours li {
      line-height: 23px; }
    @media (max-width: 768px) {
      footer .hours {
        float: right;
        text-align: right;
        margin-right: 0;
        width: 40%; } }
  footer .links {
    width: 50%;
    float: right;
    text-align: right; }
    footer .links li {
      display: inline-block;
      height: 100px;
      width: 100px;
      background: url(../../images/logo-sprite.png); }
    @media (max-width: 768px) {
      footer .links {
        width: 100%;
        clear: both;
        display: block;
        text-align: center;
        margin-top: 80px; } }
  @media (max-width: 768px) {
    footer {
      padding-bottom: 40px; } }

#footer-harrys {
  background-position: 0 0; }
  #footer-harrys:hover {
    background-position: -100px 0; }

#footer-waterfront-properties-marina {
  background-position: 0 -100px; }
  #footer-waterfront-properties-marina:hover {
    background-position: -100px -100px; }

#footer-pwmarine {
  background-position: 0 -300px; }
  #footer-pwmarine:hover {
    background-position: -100px -300px; }

/*  ==========================================================================
    12. Print Styles
	========================================================================== */
@media print {
  #header {
    margin-bottom: 0; }

  #logo {
    width: 350px !important; }

  #specials-banner-mobile {
    display: none; }

  .quotebox {
    margin-bottom: 0;
    padding-bottom: 5px; }
    .quotebox p {
      font-size: 16px;
      line-height: 22px; }

  .main {
    border: none; }

  .header {
    padding-top: 20px; }

  .sidebar li {
    font-size: 14px;
    line-height: 25px; }

  footer {
    padding-top: 10px; }
    footer #nav-links {
      display: none; }
    footer .links {
      display: none; } }
/*  ==========================================================================
    13. Special Event Top Bar Styles
	========================================================================== */
.blue {
  background: #54b3d1;
  background: #ed1c24; }

#special-event {
  font-family: "Open Sans", Arial, sans-serif;
  text-align: center;
  padding: 10px;
  display: table;
  width: auto;
  margin: 0 auto; }
  #special-event strong {
    font-weight: bold; }
  #special-event .announcement {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    line-height: 22px; }
    @media (max-width: 827px) {
      #special-event .announcement {
        display: block; } }
  #special-event button {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    background: #3A3A3A;
    border-radius: 4px;
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
    padding: 6px;
    letter-spacing: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.9); }
    @media (max-width: 827px) {
      #special-event button {
        display: block;
        margin: 5px auto; } }
    #special-event button:hover {
      background: #040404; }

nav {
  background: #fff;
  text-align: center;
  position: absolute;
  bottom: -25px;
  z-index: 2;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-variant: small-caps;
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
  width: 958px;
  height: 55px;
  display: block;
  margin: 0 auto;
  /*HIDE UNDER IPHONE LANDSCAPE SIZE*/ }
  @media (max-width: 960px) {
    nav {
      width: 100%; } }
  @media (max-width: 568px) {
    nav {
      display: none; } }
  nav ul li {
    display: inline-block;
    margin: 0 35px;
    font-size: 22px;
    line-height: 55px;
    font-weight: 700; }
    @media (max-width: 1024px) {
      nav ul li {
        margin: 0 30px; } }
    @media (max-width: 773px) {
      nav ul li {
        margin: 0 25px; } }
    @media (max-width: 773px) {
      nav ul li {
        font-size: 20px;
        margin: 0 13px; } }
  nav a, nav a:visited {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    display: inline-block;
    height: 55px; }
  nav a:hover {
    color: #ed1c24;
    text-decoration: none; }

#index #nav-index, #our-store #nav-our-store, #miles-to-go #nav-miles-to-go, #gifts #nav-gifts, #contact #nav-contact, #our-store #sidebar-our-store a, #history-of-miles-market #nav-our-store, #history-of-miles-market #sidebar-history-of-miles-market a, #butchers #nav-our-store, #butchers #sidebar-butchers a, #wine #nav-our-store, #wine #sidebar-wine a, #produce #nav-our-store, #produce #sidebar-produce a, #cheese #nav-our-store, #cheese #sidebar-cheese a, #specialty #nav-our-store, #specialty #sidebar-specialty a, #contact #nav-contact, #contact #sidebar-contact a, #staff #nav-contact, #staff #sidebar-staff a, #miles-to-go #sidebar-miles-to-go a, #miles-to-go #nav-miles-to-go, #catering #nav-miles-to-go, #picnics-and-lunches #nav-miles-to-go, #picnics-and-lunches #sidebar-picnics-and-lunches a, #sushi #nav-miles-to-go, #sushi #sidebar-sushi a, #prepared-foods #nav-miles-to-go, #prepared-foods #sidebar-prepared-foods a, #catering #sidebar-catering a, #todays-menu #nav-miles-to-go, #todays-menu #sidebar-todays-menu a, #gifts #nav-gifts, #gifts #sidebar-gifts a, #gift-baskets #nav-gifts, #gift-baskets #sidebar-gift-baskets a, #gift-cards #nav-gifts, #gift-cards #sidebar-gift-cards a, #hors-doeuvres #sidebar-hors-doeuvres a, #party-platters #sidebar-party-platters a, #complete-meals #sidebar-complete-meals a, #by-the-pound #sidebar-by-the-pound a, #hors-doeuvres #nav-miles-to-go, #party-platters #nav-miles-to-go, #complete-meals #nav-miles-to-go, #by-the-pound #nav-miles-to-go, #sandwiches-to-go #sidebar-sandwiches-to-go a, #lunch-boxes #sidebar-lunch-boxes a, #picnic-lunch #sidebar-picnic-lunch a, #prepared-foods #sidebar-prepared-foods a, #boat-provisions #nav-miles-to-go, #boat-provisions #sidebar-boat-provisions a {
  color: #ed1c24; }

.site-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%; }

#body-nav {
  position: fixed;
  overflow: hidden;
  top: 0;
  background: transparent;
  text-align: left;
  display: block;
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  transition: background 500ms ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: -1;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  #body-nav p {
    color: rgba(0, 0, 0, 0.8);
    font-family: "Open Sans Condensed", Arial, sans-serif;
    display: none;
    text-transform: uppercase;
    font-size: 15px;
    text-shadow: 0px 1px rgba(255, 255, 255, 0.1);
    position: relative;
    top: 10px;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in; }
    #body-nav p a, #body-nav p a:visited {
      color: rgba(0, 0, 0, 0.8); }
    #body-nav p a:hover {
      color: #fff; }

.burger-x {
  top: 40px;
  left: 0;
  position: absolute;
  width: 40px;
  height: 8px;
  box-shadow: 0px 1px 2px #000;
  background-color: #fff;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 225ms ease;
  -moz-transition: all 225ms ease;
  transition: all 225ms ease;
  margin: 0 auto; }

.burger-x:before, .burger-x:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 2px #000;
  background: #fff;
  content: '';
  -webkit-transition: all 225ms ease;
  -moz-transition: all 225ms ease;
  transition: all 225ms ease; }

.burger-x:before {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%); }

.burger-x:after {
  -webkit-transform: translateY(200%);
  transform: translateY(200%); }

.show-nav .burger-x, .show-nav .burger-x:before, .show-nav .burger-x:after {
  background: #fff;
  box-shadow: 0px 1px 2px #000; }

/*FULL PAGE NAV*/
.show-nav #body-nav {
  background: rgba(237, 28, 36, 0.92);
  z-index: 100; }
  .show-nav #body-nav p {
    display: block; }

.hide-nav #body-nav {
  background: transparent;
  height: 100%;
  width: 100%;
  z-index: 1; }

#body-nav ul {
  position: absolute;
  left: 0%;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateX(-50%);
  transform: translateY(-50%); }

#body-nav ul li a {
  display: block;
  text-decoration: none !important;
  height: 100px;
  line-height: 100px;
  font-size: 48px;
  color: #fff;
  opacity: 0;
  border: none;
  -webkit-transition: all 200ms cubic-bezier(0.17, 0.67, 0.38, 1.46);
  -moz-transition: all 200ms cubic-bezier(0.17, 0.67, 0.38, 1.46);
  transition: all 200ms cubic-bezier(0.17, 0.67, 0.38, 1.46);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px); }
  #body-nav ul li a:hover {
    color: rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 568px) {
    #body-nav ul li a {
      line-height: 25px;
      height: 40px;
      font-size: 30px; } }
  @media screen and (max-width: 320px) {
    #body-nav ul li a {
      line-height: 60px;
      height: 50px;
      font-size: 35px; } }

.show-nav #body-nav ul li a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

#body-nav ul li:nth-child(1) a {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

#body-nav ul li:nth-child(2) a {
  -webkit-transition-delay: 0.025s;
  -moz-transition-delay: 0.025s;
  -o-transition-delay: 0.025s;
  transition-delay: 0.025s; }

#body-nav ul li:nth-child(3) a {
  -webkit-transition-delay: 0.050s;
  -moz-transition-delay: 0.050s;
  -o-transition-delay: 0.050s;
  transition-delay: 0.050s; }

#body-nav ul li:nth-child(4) a {
  -webkit-transition-delay: 0.075s;
  -moz-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s; }

#body-nav ul li:nth-child(5) a {
  -webkit-transition-delay: 0.10s;
  -moz-transition-delay: 0.10s;
  -o-transition-delay: 0.10s;
  transition-delay: 0.10s; }

#body-nav ul p {
  -webkit-transition-delay: 0.150s;
  -moz-transition-delay: 0.150s;
  -o-transition-delay: 0.150s;
  transition-delay: 0.150s; }

/*TOGGLE NAV BUTTON*/
.toggle-nav {
  display: none;
  text-align: center;
  width: 40px;
  height: 100px;
  right: 20px;
  top: 40px;
  position: absolute;
  z-index: 9999999;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  text-decoration: none;
  top: 23px; }
  .toggle-nav:visited {
    color: #fff;
    text-decoration: none; }
  @media all and (max-width: 569px) {
    .toggle-nav {
      display: block; } }

.toggle-nav:hover, .toggle-nav-close:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

.option {
  color: #fff;
  text-shadow: 0px 1px 2px #000;
  letter-spacing: 0.5px; }

.show-nav .option {
  color: #fff !important; }

/*FANCYBOX*/
.fancybox-image {
  z-index: 99999999999999999; }

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