.section-header {
  height: 100vh;
  padding-right: 15px;
  padding-left: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 215, 154, .37)), color-stop(56%, hsla(0, 0%, 100%, 0))), url('../../assets/img/DinnerTableItaly.jpg');
  background-image: linear-gradient(180deg, rgba(255, 215, 154, .37), hsla(0, 0%, 100%, 0) 56%), url('../../assets/img/DinnerTableItaly.jpg');
  background-position: 0px 0px, 50% 96%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section-content-about {
  padding: 40px 15px 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .31)), to(hsla(0, 0%, 100%, .31))), url('../../assets/img/MapItaly.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .31), hsla(0, 0%, 100%, .31)), url('../../assets/img/MapItaly.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-navbar {
  min-height: 13vh;
  padding: 20px 0px;
  background-color: transparent;
}

.header-navbar-link {
  padding-bottom: 40px;
  font-family: 'Droid Sans', sans-serif;
  color: #f1f1f1;
  font-weight: 700;
  text-transform: uppercase;
}

.header-navbar-link:hover {
  color: #fff;
}

.header-logo-img {
  width: 155px;
}

.section-footer {
  min-height: 300px;
  background-color: #410404;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 0, 0, .69)), to(rgba(52, 0, 0, .69))), url('../../assets/img/Pattern2.png');
  background-image: linear-gradient(180deg, rgba(52, 0, 0, .69), rgba(52, 0, 0, .69)), url('../../assets/img/Pattern2.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 100px;
}

.content-container {
  margin-bottom: 39px;
}

.section-content-menu {
  min-height: 100vh;
  padding: 40px 15px 25px;
  background-color: rgba(255, 198, 112, .61);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 198, 112, .79)), to(rgba(255, 198, 112, .79))), url('../../assets/img/pasta_dish.jpg');
  background-image: linear-gradient(180deg, rgba(255, 198, 112, .79), rgba(255, 198, 112, .79)), url('../../assets/img/pasta_dish.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content-paragraph {
  margin-bottom: 0px;
  text-align: justify;
}

.div-conatiner-event-facebook {
  width: 100%;
  height: 400px;
}

.section-content-wine {
  display: none;
  min-height: 100vh;
  padding: 40px 15px 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, .79)), to(rgba(37, 37, 37, .79))), url('../../assets/img/wine_grapes_Blurry.png');
  background-image: linear-gradient(180deg, rgba(37, 37, 37, .79), rgba(37, 37, 37, .79)), url('../../assets/img/wine_grapes_Blurry.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content-container-menu {
  margin-bottom: 15px;
}

.content-menu-tab {
  width: 25%;
  height: 50px;
  padding-top: 15px;
  border-top-right-radius: 10px;
  background-color: rgba(255, 198, 112, .89);
  font-weight: 700;
}

.content-menu-tab:hover {
  background-color: rgba(195, 118, 0, .85);
}

.content-menu-tab.w--current {
  width: 25%;
  border-top-left-radius: 4px;
  border-top-right-radius: 10px;
  background-color: rgba(223, 144, 25, .87);
  font-weight: 700;
}

.container-footer {
  padding-top: 20px;
}

.footer-col-1 {
  min-height: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-col-2 {
  min-height: 50px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}

.footer-col-3 {
  min-height: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-heading {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.footer-form-field-txt {
  margin-bottom: 15px;
  border-radius: 4px;
}

.footer-form-message-txt {
  margin-bottom: 15px;
  border-radius: 4px;
}

.footer-form-btn {
  width: 100%;
  border-radius: 4px;
  background-color: #9c2727;
  font-weight: 700;
}

.footer-bar-txt {
  padding-top: 10px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.footer-gmap-img {
  width: 100%;
  height: 269px;
  border-radius: 4px;
}

.footer-bottom-bar {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.footer-txt {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.footer-txt-day {
  color: #fff;
  font-weight: 700;
}

.bold-text {
  text-align: left;
}

.footer-social-icon-img {
  width: 50px;
}

.footer-social-txt {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.footer-social-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-tab-pane {
  padding-top: 40px;
}

.content-menu-heading {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 6px solid #333;
  text-align: center;
}

.container-menu-wrapper {
  padding: 15px 15px 25px;
}

.content-menu-item-descript {
  margin-bottom: 15px;
}

.content-menu-item-heading {
  width: 100%;
}

.content-menu-item-price {
  margin-bottom: 15px;
  color: #c30202;
}

.container-content-wine-header {
  padding: 15px;
  border-bottom: 6px solid rgba(195, 2, 2, .62);
}

.content-wine-heading-grp {
  color: #fff;
}

.container-content-wine {
  margin-top: 25px;
  margin-bottom: 35px;
  padding-right: 15px;
  padding-left: 0px;
}

.content-wine-item-heading {
  width: 75%;
  float: left;
  color: #fff;
}

.content-wine-item-price {
  width: 25%;
  float: left;
  color: #fff;
  text-align: right;
}

.content-wine-item-descript {
  color: #c30202;
  text-align: justify;
}

.content-wine-heading {
  color: #fff;
}

.content-wine-menu-pane {
  padding: 40px 15px 25px;
}

.content-wine-menu-tab {
  width: 25%;
}

.content-wine-menu-tab.w--current {
  width: 25%;
}

.content-menu-group-heading {
  width: 100%;
  margin-bottom: 0px;
  float: left;
}

.content-menu-group-sub-heading {
  width: 100%;
  margin-top: 0px;
  float: left;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.footer-form-selector-left {
  width: 47%;
  margin-right: 5%;
  margin-bottom: 15px;
  margin-left: 0%;
  float: left;
  border-radius: 4px;
}

.footer-form-selector-right {
  width: 47%;
  margin-bottom: 15px;
  float: right;
  border-radius: 4px;
}

.footer-cols-mobile {
  display: none;
}

.section-footer-other {
  background-color: #410404;
  background-image: url('../../assets/img/Pattern2.png');
  background-position: 50% 0px;
  background-size: 100px;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.section-header-other {
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(0, 0, 0, .5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../../assets/img/wine_grapes.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../../assets/img/wine_grapes.jpg');
  background-position: 0px 0px, 50% 61%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.container-admin-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75vh;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-form-login-wrapper {
  width: 300px;
  padding: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 3px solid #260909;
  border-radius: 3px;
  background-color: #410404;
  box-shadow: 5px 5px 22px 5px rgba(0, 0, 0, .5);
}

.admin-content-login-heading {
  margin-bottom: 20px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.admin-form-txt-field {
  width: 100%;
  margin-bottom: 20px;
  border: 3px solid #260909;
}

.admin-form-login-btn {
  width: 100%;
  border: 3px solid #260909;
  border-radius: 3px;
  background-color: #9c2727;
  font-family: 'Droid Sans', sans-serif;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.admin-form-login-btn:hover {
  background-color: #ff0303;
}

.footer-section-admin {
  min-height: 15vh;
}

.admin-row-header {
  border-bottom: 4px solid #410404;
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.admin-row-data {
  height: 45px;
  padding-top: 10px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #909090;
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

.admin-row-page {
  height: 44px;
}

.admin-form-search {
  width: 100%;
  margin-top: 46px;
}

.admin-form-search-txt-field {
  width: 75%;
  float: left;
  border: 2px solid #410404;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.admin-search-form-btn {
  width: 25%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #410404;
}

.admin-search-form-btn:hover {
  background-color: #ff0303;
}

.admin-form-search-p {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
}

.admin-form-select-field {
  width: 25%;
  float: left;
  border: 2px solid #410404;
}

.admin-row-data-message {
  height: 45px;
  border-bottom: 3px solid #909090;
}

.column {
  height: 45px;
}

.column-2 {
  height: 45px;
}

.paragraph {
  padding-top: 10px;
  font-family: 'Droid Sans', sans-serif;
}

.admin-table-heading {
  font-family: 'Droid Sans', sans-serif;
}

.section-content-status {
  min-height: 77vh;
  background-image: url('../../assets/img/MapItaly.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.form-label {
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
}

.form-btn {
  width: 100%;
  margin-top: 18px;
  border-radius: 3px;
  background-color: #410404;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
}

.form-btn:hover {
  background-color: #9c2727;
}

@media (max-width: 991px) {
  .section-header {
    padding-left: 0px;
  }

  .header-navbar-menu {
    margin-bottom: 0px;
    background-color: #410404;
  }

  .header-navbar-link {
    margin-left: 0px;
  }

  .header-logo-img {
    margin-left: 15px;
    padding-left: 0px;
  }

  .footer-form-selector-left {
    width: 100%;
  }

  .footer-form-selector-right {
    width: 100%;
  }

  .footer-cols-desktop {
    display: none;
  }

  .footer-cols-mobile {
    display: block;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button:hover {
    background-color: #410404;
  }

  .menu-button.w--open {
    color: #fff;
  }

  .mobile-icon:hover {
    background-color: #410404;
  }
}

@media (max-width: 479px) {
  .content-menu-tab {
    width: 100%;
    float: none;
    border-top-right-radius: 0px;
  }

  .content-menu-tab.w--current {
    width: 100%;
    border-top-right-radius: 0px;
  }

  .content-wine-item-heading {
    width: 100%;
  }

  .content-wine-item-price {
    width: 100%;
    text-align: left;
  }

  .content-wine-item-descript {
    float: left;
  }
}