.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: #000000;
  font-family: "Krub", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
  background-image: url("/images/bg.jpg");
  background-repeat: repeat; }

article a {
  color: #003b15;
  font-weight: bold;
  text-decoration: underline; }

#mainContentHolder {
  padding-top: 20px; }

#mainContent img {
  max-width: 100%;
  height: auto; }

#top-info {
  font-family: "Krub", 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: "Krub", Helvetica, Arial, sans-serif;
  color: #319837; }

.sitePhone a {
  color: #319837; }

@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; } }
header .glyphicon {
  font-size: 1em; }

#billboardHolder {
  background: #319837; }

h1, h2, h3 {
  font-family: "Krub", Helvetica, Arial, sans-serif;
  color: darkslategray; }

article h1 {
  font-size: 1.5em;
  margin-top: .3em;
  margin-bottom: 1em;
  margin-left: 0;
  border-bottom: solid #C9CFE3 1px; }

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; }

@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; }

article li ul, article li ol {
  margin-top: .5em; }

article ul li, article ol li {
  margin-bottom: .5em; }

.childRollItem {
  text-align: center;
  position: relative;
  color: #BBBDC8;
  padding-bottom: 8px;
  margin-bottom: 1.5em;
  background-color: #003b15;
  /*+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; }

@media (min-width: 768px) {
  #listRoll_pages {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em; } }
@media only screen and (min-width: 991px) {
  #listRoll_pages {
    grid-template-columns: 1fr 1fr 1fr; } }
.listRollItem {
  width: 100%;
  position: relative;
  justify-self: start;
  text-align: center;
  color: #5b5f71;
  padding-bottom: 8px;
  margin-bottom: 1.5em;
  background-color: #ffffff;
  /*+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; }

.listRollItemThumb {
  display: block;
  overflow: hidden; }

.listRollItemThumb a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.listRollItemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden; }

.listRollItemTitle {
  font-family: "Krub", Helvetica, Arial, sans-serif;
  padding-top: .4em;
  font-size: 1.5em;
  font-weight: 600; }

.listRollItemTitle a {
  border: none;
  text-decoration: none; }

.listRollItemDesc {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  padding: 1em;
  padding-top: 30%;
  height: 100%;
  background: #003b15;
  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: table-cell;
  vertical-align: center; }

.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; }

.hidden {
  display: none; }

/*Headers*/
/*Forms*/
/**/
/*OTHER*/
article table li {
  margin-left: 20px; }

article table {
  font-size: 1em;
  margin-bottom: 1em; }

article table td {
  padding: .5em; }

article table thead td {
  text-align: center;
  font-weight: bold;
  color: #6B6B6B;
  background: #E8E8E8; }

#logo {
  text-align: center;
  position: relative; }

#logo img {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 1em;
  width: 250px; }

@media (max-width: 768px) {
  #logo img {
    width: 90%;
    padding-top: 40px;
    margin: auto;
    margin-bottom: 1em; } }
#billboard {
  position: relative;
  padding: 0px;
  background: #319837;
  background-image: url("/images/billboard_bg.jpg"); }

#slideShow {
  max-width: 100%;
  margin: auto; }

@media (min-width: 769px) {
  #billboard {
    margin: auto;
    margin-bottom: 1em; } }
.blogRollContainer {
  height: 40vh;
  overflow-y: scroll;
  overflow-x: hidden;
  border: #003b15 thin solid;
  padding: .5em;
  border-radius: 4px; }

.blogRollItem {
  margin-bottom: 1.1em; }

.blogRollItemTitle {
  font-family: "Krub", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold; }

.blogRollItemDate {
  margin-left: .5em;
  font-size: .7em;
  font-style: italic; }

#calendarValues {
  background-color: whitesmoke;
  border: lightgrey solid thin;
  font-size: 1.1em;
  padding: .5em; }

.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; }

.calendarRollItems {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-evenly; }

@media (min-width: 768px) {
  .calendarRollItem {
    width: 32%; } }
.calendarRollItem {
  border: #319837 thin solid;
  padding: .5em;
  margin-bottom: .5em; }

.calendarRollItemTitle {
  font-size: 1.1em;
  font-weight: bold; }

.calendarRollItemDate {
  background-color: #319837;
  color: #ffffff;
  display: inline-block;
  padding: 1px 3px 1px 3px;
  margin: 0em .5em 0em .5em; }

.calendarRollItemLocation {
  margin: 0em .5em 0em .5em; }

.calendarRollItemMore {
  text-align: right; }

.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: #319837;
  color: #ffffff;
  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; }

#siteTag {
  font: 0.7em / 1em sans-serif;
  color: #2b2b2b;
  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: #ffffff;
  -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: "Krub", 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; }

.navbar-brand img {
  display: none; }

footer p {
  padding-right: 5px;
  padding-left: 5px;
  color: #1b1b1b;
  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; }

.btn-cust {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Krub", Helvetica, Arial, sans-serif;
  text-align: center;
  border: solid medium #ffffff;
  box-shadow: inset 0 0 0 0 #003b15;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  border-radius: 2px; }

.btn-cust:hover {
  color: #ffffff;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: inset 0 0 0 22px #003b15; }

.btn-codered {
  color: white;
  background-color: #be0c0c; }

#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: #003b15;
  border-color: #319837;
  background-image: linear-gradient(#003b15, #003b15 3%, #319837); }

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 {
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: space-around; }

#main-contact a {
  width: 50%; }

@media only screen and (min-width: 768px) {
  #main-contact a {
    width: 25%; } }
.header-search-bar {
  margin: 1em auto;
  width: 90% !important; }

@media only screen and (min-width: 768px) {
  .header-search-bar {
    margin: 1em auto;
    width: 30% !important; } }
.btn {
  border-radius: 0px; }

#credLogos {
  text-align: center; }

#credLogos img {
  height: 150px; }

cite {
  font-size: .8em;
  color: darkslategrey; }

#secondaryContent {
  padding: 1em; }

@media only screen and (min-width: 768px) {
  #secondaryContent {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2%; } }
#secondaryContent .widget {
  margin-bottom: 1em; }

#filesTable {
  width: 90%;
  margin: auto; }

.galleryItemDesc {
  display: none; }

.content-disclaimer {
  text-align: center;
  padding-bottom: 1.4em; }

@media only screen and (min-width: 768px) {
  .split-5050-responsive {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2em; }

  .split-3070-responsive {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: .5em; }

  .split-3070-responsive div:first-child {
    border-right: solid gray thin; }

  .split-303030-responsive {
    display: flex; }

  .split-303030-responsive > div {
    flex-basis: 33%; } }

/*# sourceMappingURL=screen.css.map */
