/* ==========================================================================
   Dimensions
   ========================================================================== */
/* ==========================================================================
   Colours - see colour_palette_Langtons_FINAL_hex.jpg
   ========================================================================== */
/* ==========================================================================
   Fonts - see font_style_guide.psd
   ========================================================================== */
/* Bootstrap variables override
   ========================================================================== */
/* ==========================================================================
   Buttons
   ========================================================================== */
/* Bootstrap variables override
   ========================================================================== */
/* ==========================================================================
  arrows for the carousel
   ========================================================================== */
/* ==========================================================================
  negative-margin used for two colum equal height
   ========================================================================== */
/* ==========================================================================
  small list no padding no margin ready to float
   ========================================================================== */
/* ==========================================================================
  drop that shadow
   ========================================================================== */
/* ==========================================================================
  wine tools for page styles
   ========================================================================== */
/* ==========================================================================
   Hero Unit
   ========================================================================== */
#langtons {
  /* ==========================================================================
	  Product Search item
	   ========================================================================== */
  /* ==========================================================================
	  Carousel
	  ========================================================================== */
  /* ==========================================================================
	  Sortable Table
	  ========================================================================== */
  /* ==========================================================================
	  Sortable List
	  ========================================================================== */
  /* ==========================================================================
	   Steps breadcrumb
	   ========================================================================== */
}
#langtons .product-detail h4 {
  font-family: "Siri Semi Bold", "Siri", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 21px;
  line-height: 21px;
}
#langtons .product-detail h4 a {
  color: inherit;
  text-decoration: none;
}
#langtons .product-detail h5 {
  margin: 0;
  font-size: 21px;
  line-height: 24px;
}
#langtons .product-detail h5 a {
  color: inherit;
  text-decoration: none;
}
#langtons .product-detail h6 {
  margin: 0;
  font-family: 'MuseoSans_500', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 14px;
  padding-top: 7px;
}
#langtons .product-detail h6.sizes {
  margin: 0;
  font-style: normal;
  padding-bottom: 7px;
}
#langtons .product-detail h6.sizes em {
  font-family: "MuseoSans_700", Helvetica, Arial, sans-serif;
  font-style: normal;
}
#langtons .product-detail p {
  font-size: 13px;
}
#langtons .product-detail p.urgent {
  border-top: dotted 1px rgba(94, 94, 94, 0.5);
  padding-top: 10px;
  color: #e94d27;
  margin-bottom: 0;
}
#langtons .product-detail p.urgent em {
  font-family: "MuseoSans_700", Helvetica, Arial, sans-serif;
  font-style: normal;
}
#langtons .product-detail p.expected-delivery,
#langtons .product-detail p.auction-close,
#langtons .product-detail p.auction-name {
  font-size: 12px;
  color: #d54a2b;
}
#langtons .product-detail p.auction-name {
  margin-bottom: 0;
}
#langtons .product-detail .has-notes {
  display: block;
  margin: 3px 0 7px 0;
}
#langtons .product-detail .has-notes span.tooltip-label {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  color: #4e4e4e;
  font-size: 11px;
  line-height: 15px;
}
#langtons .product-image-display .product-image {
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
#langtons .product-image-display img.feature {
  margin: 0 auto 15px;
  display: block;
}
#langtons .product-image-display .lot-id {
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1f1f1;
  font-size: 11px;
  text-align: center;
  display: inline-block;
  min-width: 10%;
  margin: 0 auto;
  padding: 2px 5px;
  line-height: 15px;
}
#langtons .auction-box-table table {
  width: 100%;
}
#langtons .auction-box-table table thead th {
  padding: 0;
  font-weight: normal;
  vertical-align: top;
  font-size: 12px;
  font-family: "MuseoSans_700", Helvetica, Arial, sans-serif;
  color: #555;
}
#langtons .auction-box-table table thead th.left {
  text-align: left;
}
#langtons .auction-box-table table thead th > span {
  height: 30px;
  display: block;
  line-height: 30px;
}
#langtons .auction-box-table table tbody tr.active {
  background-color: #e9e9e9;
}
#langtons .auction-box-table table tbody tr td {
  padding: 0;
  vertical-align: middle;
  border-top: 1px solid #cdcdcd;
}
#langtons .auction-box-table table tbody tr td .inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  color: #3e3e3e;
  padding: 10px 0;
}
#langtons .auction-box-table table tbody tr td.lot {
  min-width: 41px;
  text-align: center;
}
#langtons .auction-box-table table tbody tr td.image {
  cursor: pointer;
  min-width: 98px;
  text-align: center;
}
#langtons .auction-box-table table tbody tr td.details {
  min-width: 103px;
}
#langtons .auction-box-table table tbody tr td.details span {
  display: block;
  font-size: 11px;
  line-height: 15px;
}
#langtons .auction-box-table table tbody tr td.details span.closes {
  color: #e94d27;
}
#langtons .auction-box-table table tbody tr td.details span.closes span {
  display: inline;
}
#langtons .auction-box-table table tbody tr td.qty {
  min-width: 37px;
  text-align: center;
}
#langtons .auction-box-table table tbody tr td.notes {
  text-align: center;
}
#langtons .auction-box-table table tbody tr td.notes div {
  cursor: pointer;
}
#langtons .auction-box-table table tbody tr td.current-bid {
  min-width: 77px;
  text-align: center;
}
#langtons .auction-box-table table tbody tr td.auto-bid {
  width: 237px;
}
#langtons .auction-box-table table tbody tr td.auto-bid .inner {
  display: table;
}
#langtons .auction-box-table table tbody tr td.auto-bid .inner form {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 164px;
}
#langtons .auction-box-table table tbody tr td.auto-bid .inner form div {
  display: table;
  width: 100%;
}
#langtons .auction-box-table table tbody tr td.auto-bid .inner form div .amount {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 70px;
  height: 24px;
  line-height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 10px;
  margin-bottom: 0;
}
#langtons .auction-box-table table tbody tr td.auto-bid .inner form div .amount:-moz-placeholder {
  color: #b1b1b1;
}
#langtons .auction-box-table table tbody tr td.auto-bid .inner form div .amount:-ms-input-placeholder {
  color: #b1b1b1;
}
#langtons .auction-box-table table tbody tr td.auto-bid .inner form div .amount::-webkit-input-placeholder {
  color: #b1b1b1;
}
#langtons .auction-box-table table tbody tr td.auto-bid .inner form div .btn {
  margin-left: 5px;
}
#langtons .auction-box-table table tbody tr td.auto-bid .inner .status {
  display: table-cell;
  vertical-align: middle;
}
#langtons .price-list-table table {
  width: 100%;
}
#langtons .price-list-table table.auction-box-table {
  margin: 15px 0;
}
#langtons .price-list-table table.auction-box-summary {
  margin-top: 15px;
}
#langtons .price-list-table table tr.sans-border th,
#langtons .price-list-table table tr.sans-border td {
  border-top: none;
}
#langtons .price-list-table table tr th,
#langtons .price-list-table table tr td {
  border-top: 1px dotted #b3b3b3;
}
#langtons .price-list-table table tr th > span,
#langtons .price-list-table table tr td > span {
  display: inline-block;
  padding: 10px 5px;
}
#langtons .price-list-table table tr th {
  font-weight: normal;
  text-align: right;
}
#langtons .price-list-table table tr .price {
  font-family: "Siri", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
#langtons .price-list-table table tr .price em {
  font-style: normal;
  font-family: "Siri Semi Bold", "Siri", Helvetica, Arial, sans-serif;
}
#langtons .price-list-table table tr:first-child th,
#langtons .price-list-table table tr:first-child td {
  border-top: none;
}
.wine-tool.calendar:hover {
  background-position: 0 -100px;
}
.wine-tool.auction:hover {
  background-position: -100px -100px;
}
.wine-tool.price-guide:hover {
  background-position: -200px -100px;
}
.wine-tool.vintage-report:hover {
  background-position: -300px -100px;
}
.wine-tool.faq:hover {
  background-position: -400px -100px;
}
.wine-tool.video:hover {
  background-position: -500px -100px;
}
.wine-tool.terms:hover {
  background-position: -600px -100px;
}
:root,
html,
body {
  font-size: 62.5%;
}
a,
ul,
li,
i {
  box-sizing: border-box;
}
ul {
  font-size: 13px;
}
#main-content.container-fluid.page-content-section {
  min-height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content.container-fluid.page-content-section #top-bottles.span4 {
  background: #000;
}
#main-content.container-fluid.page-content-section .form-info {
  margin: 20px 0;
}
#main-content.container-fluid.page-content-section .form-info i.icon {
  position: relative;
  right: -5px;
}
#main-content.container-fluid.page-content-section .form-info p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  line-height: 160%;
}
#main-content.container-fluid.page-content-section .form-actions {
  border: 0;
}
#main-content.container-fluid.page-content-section #wine-tools.span4 {
  background: url('/content/images/common/background-lte.png');
  margin-top: 30px;
}
#main-content.container-fluid.page-content-section #wine-tools.span4 h4 {
  text-align: center;
  margin: 29px 0 50px;
  color: #fff;
  font-family: "Siri Medium", "Siri", Helvetica, Arial, sans-serif;
}
#main-content.container-fluid.page-content-section #wine-tools.span4 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main-content.container-fluid.page-content-section #wine-tools.span4 ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  text-align: center;
  width: 150px;
  padding-bottom: 60px;
}
.langtons-form-compact {
  margin: 0;
}
.negative-margin-min-height-fieldset {
  min-height: 535px;
}
@media only screen and (max-width: 768px) {
  #main-content.container-fluid.page-content-section .span8,
  #main-content.container-fluid.page-content-section .span4 {
    width: 100%;
  }
  #main-content.container-fluid.page-content-section .control-label {
    width: 100%;
    text-align: left;
  }
  #main-content.container-fluid.page-content-section .span4 {
    padding: 20px 0;
    margin: 0;
  }
  #main-content.container-fluid.page-content-section .span4 img {
    max-width: 100%;
    width: 100%;
  }
}
