.shadow-type1 {
  -moz-box-shadow: 1px 1px 3px #4E6075;
  -webkit-box-shadow: 1px 1px 3px #4E6075;
  box-shadow: 1px 1px 3px #4E6075; }

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
* {
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6em;
  color: #ffffff;
  font-family: "Merriweather", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
  background-image: url("/images/background.jpg");
  background-repeat: no-repeat;
  background-color: black;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

@media (max-width: 768px) {
  body {
    -webkit-background-size: initial;
    -moz-background-size: initial;
    -o-background-size: initial;
    background-size: initial; } }
article a {
  color: #4779c2;
  font-weight: bold; }

#mainContentHolder {
  padding-top: 20px; }

#mainContent img {
  max-width: 100%;
  height: auto; }

#top-info {
  font-family: "Merriweather", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: .8em; }

.siteAdd {
  color: #ffffff;
  text-align: center; }

.sitePhone {
  font-weight: bold;
  font-size: .9em;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  color: #51aed4; }

.sitePhone a {
  color: #51aed4; }

@media only screen and (max-width: 768px) {
  .sitePhone {
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 10px; }

  .siteAdd {
    padding-top: 10px;
    text-align: center; } }
#billboardHolder {
  background: #51aed4; }

header {
  margin-bottom: 2em; }

@media (min-width: 768px) {
  header {
    display: flex; } }
article {
  background-color: rgba(0, 0, 0, 0.7);
  padding: .5em 1em .5em 1em;
  border-radius: 4px; }

h1, h2, h3 {
  font-family: "Merriweather", Helvetica, Arial, sans-serif;
  color: #ffffff; }

article h1 {
  font-size: 1.5em;
  margin-top: .3em;
  margin-bottom: 1em;
  margin-left: 0; }

article h2 {
  font-weight: bold;
  font-size: 1.3em;
  margin-left: .3em;
  margin-bottom: 21px; }

article h3 {
  font-weight: bold;
  font-size: 1.1em;
  margin-left: .5em;
  margin-bottom: 21px; }

.restaurant-menu-item h3 {
  margin-bottom: 3px; }

@media (min-width: 769px) {
  article h1 {
    font-size: 1.8em; }

  article h2 {
    font-size: 1.5em; }

  article h3 {
    font-size: 1.3em; } }
article p {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em; }

article dl {
  margin-left: 30px;
  display: block;
  overflow: hidden; }

article dd {
  margin-left: 9px; }

article ul, article ol {
  margin-left: 4em;
  margin-bottom: 1.5em; }

.childRollItem {
  text-align: center;
  position: relative;
  color: #BBBDC8;
  padding-bottom: 8px;
  margin-bottom: 1.5em;
  background-color: #4779c2;
  /*+box-shadow: 1px 1px 3px #4E6075;*/
  -moz-box-shadow: 1px 1px 3px #4E6075;
  -webkit-box-shadow: 1px 1px 3px #4E6075;
  box-shadow: 1px 1px 3px #4E6075; }

.childRollItemThumb {
  display: block;
  overflow: hidden; }

.childRollItemThumb a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.childRollItemTitle {
  padding-top: .4em;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */ }

.childRollItemTitle a {
  color: #C9CFE3; }

.childRollItemDesc {
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 10px;
  font-size: 0.9em; }

.childRollItemFooter {
  text-align: center; }

.shadow-type1 {
  -moz-box-shadow: 1px 1px 3px #4E6075;
  -webkit-box-shadow: 1px 1px 3px #4E6075;
  box-shadow: 1px 1px 3px #4E6075; }

.listRollItemThumb img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover; }

.listRollItemTitle {
  font-family: "Merriweather", Helvetica, Arial, sans-serif;
  padding: .4em;
  font-size: 1.4em;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-content: center;
  /* align vertical */
  align-items: center;
  /* align vertical */ }

.listRollItemTitle a {
  border: none;
  color: #ffffff;
  font-weight: initial; }

.listRollItemDesc {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  font-weight: 500;
  padding: 1em;
  height: 100%;
  background: #4779c2;
  color: #ffffff;
  opacity: 0;
  transition: .5s ease;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  transform-style: preserve-3d;
  display: flex;
  vertical-align: center;
  align-items: center;
  /* align vertical */ }

.listRollItem:hover .listRollItemDesc {
  opacity: .9;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  cursor: pointer;
  width: 100%; }

.listRollItemFooter {
  text-align: center; }

@media (min-width: 768px) {
  #listRoll_pages {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em; }

  .listRollItemTitle {
    font-size: 1.2em; } }
.listRollItem {
  display: grid;
  grid-template-rows: 75% 25%;
  background: #4779c2;
  width: 100%;
  position: relative;
  justify-self: center;
  text-align: center;
  color: #ffffff;
  padding-bottom: 8px;
  margin-bottom: 1.5em;
  border: #000000 thin solid; }

@media (min-width: 991px) {
  .listRollItemTitle {
    font-size: 1.4em; } }
.hidden {
  display: none; }

/*Headers*/
/*Forms*/
/**/
/*OTHER*/
article table li {
  margin-left: 20px; }

article table {
  font-size: 1em; }

article table thead td {
  text-align: center;
  font-weight: bold;
  color: #6B6B6B;
  background: #E8E8E8; }

#logo {
  flex: 1;
  text-align: center;
  position: relative; }

#logo img {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 300px; }

@media (max-width: 768px) {
  #logo img {
    width: 90%;
    margin: 5em auto 0em auto; } }
#billboard {
  position: relative;
  padding: 0px; }

#slideShow {
  max-width: 100%;
  margin: auto; }

.blogRollItemTitle {
  font-family: "Merriweather", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold; }

.blogRollItemDate {
  margin-left: .5em;
  font-size: .7em;
  font-style: italic; }

.calendarWidgetViewAll, .widget .blogViewAll, .widget .widget-view-all {
  text-align: right;
  font-size: 0.8em; }

.calendarRoll {
  width: 95%;
  margin: auto;
  padding: .5em; }

.calendarRoll h2 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  border-bottom: #d1d1d1 solid 1px; }

.calendarRollItem {
  width: 95%;
  margin: auto; }

.calendarRollItemTitle {
  font-size: 1.3em;
  font-weight: bold; }

.calendarRollItemDate {
  background-color: #51aed4;
  color: #000000;
  display: inline-block;
  padding: 1px 3px 1px 3px;
  margin: 0em .5em 0em .5em; }

.calendarRollItemLocation {
  margin: 0em .5em 0em .5em; }

.calendarRollItemDesc {
  margin: 0em .5em 0em .5em; }

noscript div {
  background-color: #FFDF3A;
  width: 100%;
  color: #8F0101;
  padding: 10px;
  font-size: medium;
  position: relative; }

/*WIDGETS*/
.widget {
  font-size: .9em;
  position: relative;
  color: #980a0f;
  padding: 3px !important;
  border: #d1d1d1 solid 1px; }

.widgetTitle {
  font-size: 1.4em;
  background: #51aed4;
  color: #000000;
  padding: .3em; }

#testimonialsWidget {
  margin-top: 20px; }

.widget-item {
  padding: .5em; }

.widget-item-date {
  font-size: .8em;
  text-align: left;
  padding-left: .5em; }

.widget-item-title {
  font-size: 1.1em;
  font-weight: bold; }

.widget-item-description {
  padding-left: .5em; }

.widget p {
  margin-left: 15px;
  margin-top: 5px; }

.widget .readAll a {
  text-decoration: none; }

.testimonialRollItem {
  margin: 1em; }

.testimonialRollItemTitle {
  font-weight: bold;
  color: #980a0f; }

.testimonialRollItemDate {
  font-size: 0.8em;
  display: none; }

.testimonialRollItemDesc {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  margin-left: 10px;
  margin-bottom: 10px; }

.socialNetwork {
  float: right;
  padding: 2px 2px 10px 2px;
  padding: 2px 2px 10px 2px; }

.socialNetwork {
  list-style: none; }

ul.socialNetworks {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 5px;
  display: block; }

.socialNetwork img {
  /*+box-shadow: 1px 1px 3px #656565;*/
  -moz-box-shadow: 1px 1px 3px #656565;
  -webkit-box-shadow: 1px 1px 3px #656565;
  box-shadow: 1px 1px 3px #656565;
  /*+border-radius: 2px;*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px; }

.tag-line {
  padding: 0em .5em 0em .5em;
  display: inline-block;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0.5); }

#siteTag {
  font: 0.7em / 1em sans-serif;
  color: grey;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 5px;
  margin: auto 5px 5px auto; }

#siteTag a {
  color: #9A9A9A; }

#leftBar {
  margin-top: 30px; }

.label.label-danger p {
  display: inline; }

#about blockquote {
  width: 70%;
  margin: auto auto 40px auto;
  background: rgba(236, 239, 241, 0.819); }

.clearAll {
  clear: both; }

#gallery {
  margin: 0;
  padding: 0; }

#gallery ul {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important; }

#gallery ul li {
  display: inline-block !important;
  margin: 0;
  max-width: 250px;
  /*+placement: ;*/
  position: relative;
  left: 0;
  top: 0; }

.personnel-item {
  display: block;
  overflow: hidden;
  background-color: #000000;
  -moz-box-shadow: 1px 1px 3px #4E6075;
  -webkit-box-shadow: 1px 1px 3px #4E6075;
  box-shadow: 1px 1px 3px #4E6075;
  font-size: 1em;
  margin: 15px 0 15px 0; }

.personnel-item p {
  font-size: .9em; }

.personnel-item-title {
  display: block;
  position: relative;
  padding-top: 5px;
  margin: 0px 10px 2px 10px;
  border-bottom: solid thin #C9CFE3;
  font-size: 1.3em;
  font-weight: bold;
  font-family: "Merriweather", Helvetica, Arial, sans-serif; }

.personnel-item-image img {
  width: 40%;
  float: left;
  margin: 10px; }

.personnel-item-contact {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px; }

footer {
  overflow: hidden;
  text-align: center;
  display: block;
  background: rgba(0, 0, 0, 0.58);
  padding-top: 13px;
  color: grey; }

.navbar-brand img {
  display: none; }

footer p {
  padding-right: 5px;
  padding-left: 5px;
  font-size: small; }

footer a {
  padding-left: 3px;
  padding-right: 3px;
  color: #FDFDFD;
  font-size: 0.8em; }

ul#footerMenu {
  list-style: none inside none;
  margin: 0;
  padding: 0; }

.siteMsg {
  font-size: small;
  padding: 5px;
  border: 1px solid #EFA5A5;
  border-radius: 5px;
  width: 90%;
  margin: 10px auto; }

.siteMsg p {
  margin-bottom: 5px; }

.cbLabel {
  font-size: small; }

.special:hover {
  background: #FFFFFF; }

#nav ul ul {
  padding-top: 5px; }

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  margin-bottom: 35px;
  overflow: hidden; }

.responsive-iframe iframe, .responsive-iframe object, .responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.form-group .control-label {
  margin: 0;
  font-size: .8em;
  color: #000000; }

.btn-cust {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Merriweather", Helvetica, Arial, sans-serif;
  text-align: center;
  border: solid medium #ffffff;
  box-shadow: inset 0 0 0 0 #4779c2;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  border-radius: 2px; }

.btn-cust:hover {
  color: #000000;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: inset 0 0 0 22px #ffffff; }

.page-section {
  float: none;
  clear: both; }

@media (min-width: 769px) {
  .page-section {
    padding-top: 15px;
    padding-bottom: 2em; } }
#billboard .galleria-info-description {
  margin-top: 10%; }

.navbar-collapse {
  max-height: auto;
  overflow-x: auto; }

.well {
  border-color: #C9CFE3; }

.criteria-state-value {
  font-weight: bold; }

.submitButton {
  text-align: center; }

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px; }

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.bs-callout p:last-child {
  margin-bottom: 0; }

.bs-callout code {
  border-radius: 3px; }

.bs-callout + .bs-callout {
  margin-top: -5px; }

.bs-callout-default {
  border-left-color: #777; }

.bs-callout-default h4 {
  color: #777; }

.bs-callout-primary {
  border-left-color: #428bca; }

.bs-callout-primary h4 {
  color: #428bca; }

.bs-callout-success {
  border-left-color: #5cb85c; }

.bs-callout-success h4 {
  color: #5cb85c; }

.bs-callout-danger {
  border-left-color: #d9534f; }

.bs-callout-danger h4 {
  color: #d9534f; }

.bs-callout-warning {
  border-left-color: #f0ad4e; }

.bs-callout-warning h4 {
  color: #f0ad4e; }

.bs-callout-info {
  border-left-color: #5bc0de; }

.bs-callout-info h4 {
  color: #5bc0de; }

.btn-primary {
  color: #ffffff;
  background-color: #4779c2;
  border-color: #51aed4; }

span.metaDescTag {
  font-size: .7em;
  float: none;
  position: relative; }

#badgeLinks {
  text-align: left;
  padding-left: 10px; }

@media only screen and (max-width: 768px) {
  #badgeLinks {
    text-align: center;
    padding: 0; } }
#badgeLinks img {
  height: 50px;
  padding-bottom: 3px; }

.ws_bullets img {
  width: 85px;
  height: 48px; }

#fbPluginHolder {
  display: block;
  margin-top: 2em; }

#wine-list {
  background-image: url("/images/bgbl.gif");
  background-repeat: repeat; }

#visit-us {
  background-image: url("/images/bggr.png");
  background-repeat: repeat; }

@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table; }

  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top; } }
.included-page {
  margin-top: 3em; }

.print-images {
  display: none; }

#main-contact {
  background: #4779c2;
  color: #ffffff;
  position: absolute;
  right: .5em;
  top: .5em;
  z-index: 9;
  font-weight: bold;
  font-size: 1.3em;
  padding: .4em;
  border-radius: .3em; }

.btn {
  border-radius: 0px; }

#credLogos {
  text-align: center; }

#credLogos img {
  height: 150px; }

cite {
  font-size: .8em;
  color: darkslategrey; }

#secondaryContent {
  padding-bottom: 2em; }

@media only screen and (min-width: 768px) {
  #secondaryContent {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 1%; } }
#secondaryContent .widget {
  margin-bottom: 1em; }

#filesTable {
  width: 90%;
  margin: auto; }

.giftCard {
  text-align: center;
  width: 100%; }

.restaurant-menu-item {
  padding: .2em;
  margin: 1%;
  border-radius: .5em;
  background-color: rgba(71, 121, 194, 0.3); }

@media (min-width: 768px) {
  .giftCards {
    display: flex;
    flex-wrap: wrap; }

  .giftCard {
    width: 50%; }

  .restaurant-menu-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

  .restaurant-menu-item {
    width: 30%; } }
.menu-item-price {
  display: block;
  text-align: right;
  padding-right: 1em; }

.food-warning {
  border: grey thin solid;
  border-radius: 4px;
  margin-top: 1em;
  text-align: center;
  padding-top: 1em; }

.site-hours {
  text-align: center;
  display: block;
  margin: auto;
  background-color: rgba(71, 121, 194, 0.85);
  font-size: 1.2em;
  padding: .3em; }

/*# sourceMappingURL=screen.css.map */
