/* ==========================================================================
   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 {
  box-sizing: border-box;
}
#main-content.container-fluid {
  /*background: url('/Content/images/_global/CONTENT_BG_1PX_GRADIENT.png') repeat-x #fff;*/
  padding: 25px;
  min-height: 450px;
}
#main-content.container-fluid .control-group.error label {
  color: #b94a48 !important;
}
#main-content.container-fluid h2 {
  font-size: 22px;
  line-height: initial;
}
#main-content.container-fluid h4 {
  margin-bottom: 25px;
}
#main-content.container-fluid .cta-home {
  margin-top: 25px;
}
#main-content.container-fluid .info-box .info-title {
  overflow: auto;
  padding: 0 15px;
  background: #000;
  color: #fff;
}
#main-content.container-fluid .info-box h6 {
  font-size: 16px;
}
#main-content.container-fluid .info-box .info-content {
  position: relative;
  padding: 15px;
  background: #f1f1f1;
  font-size: 12px;
}
#main-content.container-fluid .info-box .info-content:after {
  content: url(/Content/images/contactus/faq.png);
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 84px;
  height: 84px;
}
#main-content.container-fluid .info-box .info-content > p:first-child {
  font-size: 16px;
}
#main-content.container-fluid .info-box .info-content .last-para {
  margin-top: 20px;
  width: 185px;
}
#main-content.container-fluid .brokerage-tile {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 15px;
  min-height: 295px;
  background: url(/Content/images/contactus/brokerage.jpg);
  color: #fff;
}
#main-content.container-fluid .brokerage-tile h6 {
  font-size: 16px;
  font-weight: bold;
}
#main-content.container-fluid .brokerage-tile a {
  font-variant: small-caps;
}
