﻿body {
  height: 100%;
  background: #fff;
  font-family: "museo-sans";
  font-weight: 300;
}

  body.lockscroll {
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
  }

.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.font-enzo {
  font-family: "ff-enzo-web";
}

.font-din {
  font-family: "din-condensed";
}

.font-aktivGrotesk {
  font-family: "aktiv-grotesk-std";
}

.font-museo {
  font-family: "museo-sans";
}

#siteWrapper {
  max-width: 1440px;
  margin: 0 auto;
  border-right: solid 1px #eee;
  border-left: solid 1px #ccc;
  overflow: hidden;
}

.home #siteWrapper {
  max-width: none;
}

.body-container {
  padding-bottom: 100px;
  background: url(/Content/images/body-bg.jpg) no-repeat bottom center;
}

  .body-container a {
    color: #333333;
    text-decoration: underline;
  }

  .body-container.admin {
    padding-bottom: 50px;
    background: none;
  }

.home .navbar.navbar-default {
  max-width: none;
}

.fixed-navbar-container {
  position: fixed;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 60000;
}
    .navbar-toggle {
      z-index: 60001;
    }

  .fixed-navbar-container .container {
    max-width: 1440px;
    width: auto;
    padding: 0;
  }


.navbar .current_conditions_widget{
    display:flex;
    align-items:center;
    float:right;
    height:40px;
    color:white;
}

@media(max-width:1090px) {
    .navbar.open .current_conditions_widget {
        position:absolute;
        top:10px;
        left:30px;
        padding: 20px 0;
        margin: 0;
        filter: brightness(0);
        color:black;
        float:none;
    }
}

.navbar.inverse .current_conditions_widget{
    color:black;
}

.current_conditions_widget .icon {
    filter: brightness(100);
}

.navbar.inverse .current_conditions_widget .icon {
    filter: brightness(0);
}


#siteWrapper .fixed-navbar-container .container {
    max-width: none;
}

.container-fluid.home-splash {
  height: 100%;
  overflow: hidden;
}

.text-container {
  max-width: 550px;
  text-align: center;
}

p {
  text-shadow: none;
  margin-bottom: 30px;
  font-size: 18px;
  color: #777;
}

p.mb-10 {
  margin-bottom: 10px;
}

.margin-bottom {
  margin-bottom: 50px;
}

.margin-top {
  margin-top: 50px;
}

p.large-centered {
  font-size: 25px;
}


a {
  color: #fff;
}

  a.link-large {
    font-size: 24px;
    color: #9D730C;
  }

h2 {
  text-shadow: none;
  font-family: "ff-enzo-web";
  font-weight: 100;
  font-size: 36px;
  margin-bottom: 20px;
}
  h2.page-header {
    margin-top: 50px;
    border: none;
  }

  h2.large {
    font-size: 56px;
  }

h4 {
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
}

h5 {
  font-family: 'Oswald';
  font-size: 35px;
}

.row.page-section {
  margin-top: 75px;
}

.logo-dropdown {
  display: none;
  margin-bottom: 25px;
  position: absolute;
  top: 38px;
  left: 30px;
}

.lockscroll .navbar-collapse {
  padding-bottom: 30px;
}

.navbar-collapse .button-container {
  margin-bottom: 30px;
}

.navbar-collapse .button-container,
.navbar-collapse .logo-dropdown {
  display: none;
}

.navbar.navbar-default {
  background: none;
  max-width: 1440px;
  margin: 0 auto;
  border: none;
  min-height: 75px;
}

.lockscroll .navbar.navbar-default {
  overflow: auto;
}

#siteWrapper .navbar.navbar-default.inverse {
  background: url(/Content/images/mobile-nav-bg.png);
  border-bottom: solid 1px #ddd;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.navbar-nav.navbar-right {
  margin-right: 20px !important;
}

.nav a {
  font-family: 'Oswald';
  color: #fff;
}

.navbar-nav.nav-main {
  margin-top: -20px;
}

/*.navbar-nav.nav-ecellar > li > a, .navbar-nav > li > a:hover {
  padding-top: 5px;
  padding-bottom: 5px;
}*/

.nav-main {
  clear: both;
}

.navbar-default .navbar-nav > li a {
  font-family: "din-condensed";
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  padding: 10px 15px;
  font-size: 18px;
}

.navbar-default .navbar-nav.nav-ecellar > li > a {
  color: #c7c7c3;
}

  .navbar-default .navbar-nav.nav-ecellar > li > a:hover {
    color: #fff;
  }

.navbar-default.inverse .navbar-nav.nav-main > li > a {
  color: #454647;
}

.navbar-right.navbar-nav > li > .dropdown-menu {
  border-top: none;
  margin-left: -1px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}

.navbar-brand {
  padding: 5px;
}

.navbar-brand .logo {
    display:inline-block;
    height: 63px;
    margin: 5px 0 0 40px;
}

.navbar.open .navbar-brand .logo,
.inverse .navbar-brand .logo {
  filter:brightness(0);
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.dropdown.open > a {
  text-shadow: none;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #808080;
}

.navbar-default .navbar-nav > li.dropdown > a:focus,
.navbar-default .navbar-nav > li.dropdown > a:hover,
.navbar-default .navbar-nav > li.dropdown.open > a {
  border: solid 1px #ccc;
  border-bottom: none;
  background: #fff;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #000;
  padding-left: 14px;
  padding-right: 14px;
}

.navbar-default.inverse .navbar-nav > li.dropdown > a:focus,
.navbar-default.inverse .navbar-nav > li.dropdown > a:hover,
.navbar-default.inverse .navbar-nav > li.dropdown.open > a {
  border: none;
  background: #454647;
  color: #bbb;
}

.navbar-nav > li > .dropdown-menu {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  min-width: 180px;
  left: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: solid 1px black;
}

  .navbar-nav > li > .dropdown-menu.wide {
    min-width: 230px;
  }

.inverse .navbar-nav > li > .dropdown-menu {
  background: #454647;
}

.navbar-nav > li > .dropdown-menu a {
  color: #808080;
  min-width: 178px;
  border-bottom: none;
  padding-bottom: 2px;
  padding-top: 2px;
  font-weight: 300;
  font-size: 16px;
  font-family: "ff-enzo-web";
}

.inverse .navbar-nav > li > .dropdown-menu a {
  background: #454647;
  color: #bbb;
}

.navbar-nav > li > .dropdown-menu a:hover {
  background: #eee;
  color: #000;
}

.btn {
  text-decoration: none !important;
}

.btn.btn-default {
  border: solid 1px #000;
  color: #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  padding: 6px 20px;
  font-size: 22px;
  font-family: "ff-enzo-web";
}

  .btn.btn-default.btn-wine {
    border-color: #878787;
    color: #878787;
    padding: 10px 15px;
  }

  .btn.btn-default.btn-gold {
    border-color: #878787;
    background: #9D730C;
    color: #fff;
    padding: 10px 15px;
  }

.btn-default.btn-inverse {
  border-color: #fff;
  color: #fff;
}

.btn-default.btn-bio {
  color: #878787;
  border-color: #878787;
  font-size: 20px;
  font-family: "museo-sans";
  text-shadow: none;
  font-weight: 100;
  padding: 15px 40px;
  margin-bottom: 20px;
}

.btn-default.btn-tan {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-width: 2px;
  border-color: #9D730C;
  color: #9D730C;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 12px;
  font-family: "din-condensed";
}

.btn-default.btn-large {
  font-size: 22px;
}

.home-callout {
  text-align: center;
  padding: 0 4%;
}

  .home-callout h2 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 0;
    font-weight: 300;
    text-shadow: 0 0 3px #000;
  }

  .home-callout p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    text-shadow: 0 0 3px #000;
  }

.row.callout-row-home {
  position: fixed;
  bottom: 4%;
}

.banner-container {
  height: 300px;
  background: #808080;
  margin-bottom: 50px;
  background: #fff;
}

  .banner-container .banner-content {
    margin-top: 100px;
    text-align: center;
    margin-left: 30px;
    margin-right: 15px;
  }

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.banner-container .banner-content p,
.banner-container .banner-content h2 {
    text-align: center;
    color: #fff;
    width: 100%;
}

.banner-content .banner-copy {
  padding: 0 15%;
}

.wine-detail {
  text-align: center;
}

  .wine-detail .wine-container {
    max-width: 395px;
    display: inline-block;
    min-height: 500px;
    margin-bottom: 30px;
  }

    .wine-detail .wine-container h3 {
      font-size: 33px;
      font-family: "ff-enzo-web";
    }

    .wine-detail .wine-container p {
      font-size: 18px;
      font-family: "ff-enzo-web";
      color: #777;
      margin-bottom: 20px;
    }
    .wine-detail .wine-container img {
      width: 225px;
      height: 225px;
      object-fit:contain;
      object-position:center center;
    }
.vintage-detail {
  margin-bottom: 120px;
}

  .vintage-detail p {
    max-width: 80%;
    margin-bottom: 0;
    color: #777;
  }

  .vintage-detail .vintage-availability {
    margin: 11px 0 13px;
    font-weight: bold;
  }

    .vintage-detail .vintage-availability span {
      text-transform: uppercase;
      color: #333;
      font-family: "museo-sans";
    }

      .vintage-detail .vintage-availability span.made {
        margin-right: 5px;
      }

      .vintage-detail .vintage-availability span.status {
        margin-left: 5px;
      }

.table-vintage-detail {
  margin-top: 50px;
}

  .table-vintage-detail td {
    border: none !important;
  }

  .table-vintage-detail .vintage-label {
    max-width: 400px;
  }

  .table-vintage-detail .wine-label {
    width: 50%;
    padding-right: 30px;
    text-align: right;
  }

  .table-vintage-detail .vintage-statistics {
    vertical-align: top;
    padding-left: 30px;
    width: 50%;
  }

    .table-vintage-detail .vintage-statistics p {
      margin-top: 0;
      margin-bottom: 25px;
      text-align: left;
      color: #000;
      font-size: 16px;
    }

.social-fb,
.social-twitter {
  text-decoration: none !important;
  display: inline-block;
  margin: 0 20px;
  max-width: 100px;
}

.phone-block {
  margin-top: 20px;
  margin-bottom: 50px;
}

  .phone-block h4,
  .phone-block span {
    text-align: center;
    font-family: "ff-enzo-web";
  }

.big-paragraph {
  font-size: 22px;
  line-height: 25px;
}

.banner-content {
  height: 377px;
  margin-bottom: 80px;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
}

    .banner-content p,
    .banner-content h1,
    .banner-content h2,
    .banner-content h3,
    .banner-content h4,
    .banner-content h5,
    .banner-content h6 {
        color: #fff;
        text-align: center;
        width: 100%;
    }

  .banner-content h2 {
    font-size: 72px;
  }

  .banner-content p {
    font-size: 18px;
    font-family: "ff-enzo-web";
  }

  .banner-content .content-container {
    position: absolute;
    bottom: 20px;
    width: 100%;
  }

  /*.banner-content.wines {
    background: url(../Content/images/Banners/sub-wines.jpg) no-repeat top center;
  }

  .banner-content.history {
    background: url(../Content/images/Banners/sub-history.jpg) no-repeat top center;
  }

  .banner-content.winery {
    background: url(../Content/images/Banners/sub-winery.jpg) no-repeat top center;
  }

  .banner-content.vineyards {
    background: url(../Content/images/Banners/sub-vineyard.jpg) no-repeat top center;
  }

  .banner-content.visit {
    background: url(../Content/images/Banners/sub-visit.jpg) no-repeat top center;
  }
  */

  .banner-content.brasas {
    background: url(../Content/images/Banners/sub-brasas.jpg) no-repeat top center;
  }

  .banner-content.shop {
    background: url(../Content/images/Banners/sub-shop.jpg) no-repeat top center;
  }

  .banner-content.banner-w-back {
    margin-bottom: 0;
  }

.banner-back {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #EEF1F3;
  margin-bottom: 60px;
}

.video-banner-container {
  padding: 0 15px;
  margin-bottom: 50px;
}

.video-banner {
  background-position: center;
  height: 1100px;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

  .video-banner .icon-play {
    display: inline-block;
    background: url(../Content/images/btn-play.png) no-repeat bottom center;
    width: 144px;
    height: 120px;
    bottom: -65px;
    position: absolute;
    left: 45%;
  }

  .video-banner.history {
    background: url(../Content/images/banners-video/banner-history.jpg) no-repeat bottom center;
  }

  .video-banner.vineyards {
    background: url(../Content/images/banners-video/banner-vineyards.jpg) no-repeat bottom center;
  }

  .video-banner.winery {
    background: url(../Content/images/banners-video/banner-winery.jpg) no-repeat bottom center;
  }


  .video-banner.wine-club {
    background: url(../Content/images/banners-video/banner-winery.jpg) no-repeat bottom center;
    height: 750px;
    margin-bottom: 40px;
  }

  .video-banner.brasas {
    background: url(../Content/images/banners-video/banner-brasas.jpg) no-repeat bottom center;
    height: 750px;
    margin-bottom: 40px;
  }

footer {
  background: url(../Content/images/footer-bg.jpg) #000 no-repeat top center;
  padding-top: 350px;
  border-bottom: none;
}

  footer h3 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
  }

  footer a {
    color: #A5A5A5;
  }

.home-delivery {
  color: #fff;
  line-height: 18px;
  margin-bottom: 60px;
}

  .home-delivery span {
    font-size: 25px;
  }

.wealth-of-information {
  color: #A5A5A5;
  margin-top: 25px;
}

.copyright {
  margin-top: 50px;
  font-size: 11px;
  padding-bottom: 20px;
}

.photos {
  margin-top: 30px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

  .photos > div {
    text-align: center;
  }

  .photos .photo {
    width: 227px;
    height: 227px;
    margin-bottom: 20px;
    border: solid 1px #999;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
  }
    .photos .photo img {
      max-width: 100%;
      max-height: 100%;
    }
    .photos .photo.horizontal img {
      margin-top: 38px;
      border-top: solid 1px #eee;
      border-bottom: solid 1px #eee;
    }

.bio-block {
  padding: 0 10px;
  margin-bottom: 70px;
}

  .bio-block img {
    max-width: 225px;
  }

  .bio-block h2 {
    font-weight: 300;
    margin-bottom: 10px;
  }

  .bio-block p {
    font-size: 18px;
    font-family: "ff-enzo-web";
  }

  .bio-large {
    width: 100%;
    max-width: 450px;
  }

.img-responsive {
  margin: 0 auto;
}

/****** VIDEO ******/

.chapter-marker {
  position: absolute;
  top: 0;
  background: #666;
  height: 8px;
  width: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.video-modal .modal-dialog {
  width: 900px;
}

.video-modal .modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  padding-top: 60px;
}

  .video-modal .modal-content h2 {
    color: #777;
  }

.video-modal .modal-body {
  padding: 0;
}

.modal-backdrop.in {
  opacity: 0.98;
}

div.jp-play-bar {
  background: #999;
}

div.jp-video-270p,
.jp-jplayer,
.jp-jplayer video {
  width: 889px !important;
  height: 500px !important;
}

div.jp-video-270p.inset,
.inset .jp-jplayer,
.inset .jp-jplayer video {
  width: 100% !important;
  height: auto !important;
}

.video-content .content-body {
  display: none;
}

  .video-content .content-body:first-child {
    display: block;
  }

.video-modal .player-controls {
  display: inline-block;
  margin-top: 20px;
}

  .video-modal .player-controls button {
    margin-top: 20px;
    border: none;
    background: url(/Content/images/controls-video-white.png) no-repeat;
    height: 61px;
    width: 61px;
  }

    .video-modal .player-controls button.jp-prev {
      background-position: 0 0;
    }

    .video-modal .player-controls button.jp-play {
      background-position: -208px 0;
    }

      .video-modal .player-controls button.jp-play.pause {
        background-position: -68px 0;
      }

    .video-modal .player-controls button.jp-next {
      background-position: -137px 0;
    }

div.jp-video div.jp-interface {
  border-top: none;
}

.video-modal div.jp-interface {
  border: none;
  background: none;
}

.cke_editable .video-modal,
.cke_editable .video-modal * {
  display: block !important;
  position: relative;
  opacity: 1;
}

.cke_editable .player-controls,
.cke_editable .jp-video {
  display: none !important;
}

.cke_editable .modal-content,
.cke_editable .modal-body {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}

.cke_editable .video-modal {
  padding-top: 100px !important;
}

.cke_editable .content-body {
  border: solid 2px #666 !important;
}

.video-modal div.jp-gui {
  margin-top: 5px;
}

.video-modal div.jp-progress {
  background: none;
  height: 8px;
}

.video-modal div.jp-seek-bar {
  border: none;
  opacity: .9;
  background: #454647;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.blog-post {
  margin-bottom: 50px;
}

  .blog-post .heading {
    text-transform: uppercase;
    font-family: "din-condensed";
    font-size: 35px;
  }

  .blog-post .subheading {
    text-transform: uppercase;
    margin: 20px auto 30px 0;
  }

  .blog-post .tags {
    margin-left: 10px;
  }

  .blog-post .post-info div {
    margin-right: 20px;
  }

  .blog-post .tags li {
    float: left;
    margin-left: 5px;
  }

    .blog-post .tags li a {
      display: block;
      padding: 3px 8px;
      border: solid 1px #454647;
      color: #454647;
    }

.blog-sidebar h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "din-condensed";
}

.blog-sidebar li a {
  color: #0094ff;
  font-size: 18px;
}

.blog-content h4,
.post h4 {
  margin: 25px 0;
}

.blueimp-gallery > .indicator > li {
  height: 25px;
  width: 25px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 6px 15px;
}

.admin-container {
  border-top: solid 90px #000;
  background: #fff;
  padding-top: 30px;
}

  .admin-container a {
    color: #000;
  }

.text-medallion {
  background: #a0431c;
  color: #fff;
  font-family: "din-condensed";
  text-transform: uppercase;
  display: inline-block;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 0 12px;
  font-size: 22px;
}

.text-medallion.medallion-large {
  padding: 3px 15px;
  font-size: 25px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.text-medallion.medallion-light {
  background: #ccc;
}

.text-small {
  font-size: 14px;
}


.form-progress {
  background: #eee;
  border: solid 1px #666;
}
.btn.btn-default.btn-cancel {
  background: #878787;
  color: #333333;
}

.btn.btn-default.btn-continue {
  background: #a0431c;
  color: #fff;
  text-transform: uppercase;
}

.cart-info {
  display: none;
}

.nav-cart {
  height: 30px;
  background: #8f8a86;
  text-align: right;
  border-right: solid 1px white;
  border-left: solid 1px white;
  padding-top: 5px;
  color: #fff;
}
  .nav-cart .btn-checkout {
    border-color: white;
    color: white;
    font-size: 14px;
    line-height: 7px;
    margin-left: 10px;
    text-transform: uppercase;
  }

.nav-cart.inverted {
  height: 29px;
  border-bottom: solid 1px #ccc;
  background: none;
}
  .nav-cart.inverted .btn-checkout {
    color: #8f8a86;
    border: solid 1px #8f8a86;
    text-shadow: none;
  }

.home .nav-cart {
  display: none;
}

#cart-iframe {
  display: none;
}

.wine-club-option p {
  margin-bottom: 5px;
}

.text-medallion.small,
.wine-club-option .text-medallion {
  font-size: 16px;
}

.wine-club-option .compare-prices {
  font-size: 20px;
}

.wine-club-option .compare-prices .strikethrough {
  text-decoration: line-through;
}

.wine-club-option h5.small {
  font-size: 18px;
  font-weight: bold;
}

.round-number {
  display: inline-block;
  border: solid 1px #ccc;
  background: #ccc;
  font-size: 25px;
  text-align: center;
  border-radius: 35px;
  font-family: 'Oswald';
  padding: 3px 12px;
  color: #fff;
  clear: both;
  font-weight: bold;
}
.round-number-caption {
  display: inline-block;
  clear: both;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Oswald';
  font-weight: bold;
}

 .margin-missing-medallion {
    margin-bottom: 30px;
 }

.blog-callouts {
  margin-top: 20px;
}

.home-callout-block {
  margin-top: 30px;
}
  .home-callout-block a,
  .home-callout-block a:hover {
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
  }
  .home-callout-block p {
    color: #fff;
    font-size: 14px;
  }

/*.col-only-two {
  padding-left: 15%;
}
.col-only-two.right {
  padding-left: 0;
  padding-right: 15%;
}*/

.home-callout-block.fix-margin {
  margin-top: 12px;
}
.cke_editable .jplayer-auto {
  height: 100px;
  clear: both;
  background: #ddd;
  border: solid 3px #333;
  margin: 0;
}
  .jplayer-auto .placeholder {
    margin: 15px;
    display: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
    .cke_editable .jplayer-auto .placeholder {
      display: block;
    }

.play-then-remove {
  float: left;
  width: 100%;
}

.img-event {
  max-width: 325px;
}

.event-date {
  
}

.forgot-password {
  margin-left: 30px;
}

.vintage-properties-ipad h4 {
  text-align: center;
}

.gallery-description {
  bottom: 10%;
  position: absolute;
  width: 100%;
  padding: 20px 0;
}
  .gallery-description .container {
    max-height: 110px;
    overflow-y: auto;
    background-color:rgba(255,255,255,.8);
    padding: 10px 20px;
  }

.blog-content img {
  width: 100%;
  max-width: 500px;  
  margin: 0 auto;
}

.video-caption {
  margin-top: 10px;
  font-size: 12px;
  display: none;
}
  .video-caption.visible {
    display: block;
  }

.inline-price {
  text-align: center;
  display: inline-block;
  width: 150px;
}
  .inline-price.short {
    width: 100px;
  }

  .inline-price a {
    text-decoration: none;
  }
    .inline-price a:hover {
      text-decoration: none;
      color: #777;
    }

.beef-detail {
    display: none;
}

    .beef-detail .detail-container {
        background: #eee;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px;
    }

.col-md-6.text-center.mb-15 {
    margin-bottom: 25px;
}