/* ==========================================================================
   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;
}
#hero {
  display: table;
  background-color: black;
  color: white;
  background-image: url("/Content/Images/brokerage/hero-background.jpg");
  background-repeat: no-repeat;
  background-position-x: right;
  height: 250px;
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
}
#hero .inner {
  display: table-cell;
  vertical-align: middle;
}
#hero .inner #hero-title {
  font-weight: normal;
  margin: 0 0 20px 0;
  font-size: 30px;
  line-height: 1;
  font-family: "Siri Medium", "Siri", Helvetica, Arial, sans-serif;
}
#hero .inner p#hero-text {
  font-family: "Siri", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  width: 45%;
  margin-bottom: 15px;
}
#hero .inner .cta {
  display: block;
  font-size: 12px;
}
:root,
html,
body {
  font-size: 62.5%;
}
a,
ul,
li,
i {
  box-sizing: border-box;
}
ul {
  font-size: 13px;
}
.page-content-section p {
  margin-bottom: 15px;
}
.page-content-section button#make-appointment-link {
  display: inline-block;
  margin-top: 15px;
}
#brokerage-team {
  margin-bottom: 15px;
  background-color: #fff;
}
#grid-title {
  min-height: 25px;
  color: #fff;
  background-color: #d54a2b;
  background-image: -moz-linear-gradient(left, #9f0c10, #d54a2b);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#9f0c10), to(#d54a2b));
  background-image: -webkit-linear-gradient(left, #9f0c10, #d54a2b);
  background-image: -o-linear-gradient(left, #9f0c10, #d54a2b);
  background-image: linear-gradient(to right, #9f0c10, #d54a2b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f0c10', endColorstr='#ffd54a2b', GradientType=1);
}
#grid-title h3 {
  font-family: "Siri Medium", "Siri", Helvetica, Arial, sans-serif;
  font-size: 21px;
  margin: 0;
  padding: 13px 25px;
  font-weight: normal;
  line-height: 1;
}
/* ==========================================================================
   Tile Grid
   ========================================================================== */
ul.grid-list {
  list-style-type: none;
}
.grid-nomargin {
  margin: 0;
}
.tile-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tile {
  background-color: #222;
  display: inline-block;
  position: relative;
}
.tile-square {
  margin-top: 100%;
}
.tile-img {
  width: 100%;
  cursor: pointer;
}
.tile-hover {
  opacity: 0.25;
  filter: alpha(opacity=25);
  background-color: #222;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  cursor: pointer;
}
.grayscale-filter:hover,
.tile-hover-highlight {
  /* Tim - String interpolation is required for LESS to compile grayscale properly */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  /*not supported in firefox - falls back to tile-hover style */
}
.tile-selected {
  position: absolute;
  background-color: #414042;
  width: 100%;
  height: 100%;
  opacity: 0.97;
  filter: alpha(opacity=97);
  text-align: center;
}
.tile-hidden {
  background-color: transparent;
}
.tile-desc {
  position: absolute;
  color: #fff;
  font-style: italic;
}
.tile-desc-layout {
  padding-left: 50px;
  padding-right: 50px;
}
.tile-vertalign {
  display: table-cell;
  vertical-align: middle;
}
.tile-box {
  padding: 10px;
}
.tile-title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
}
.tile-subtitle {
  color: #fff;
  font-size: 13px;
  display: block;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
}
.tile-hover-subtitle {
  color: #000;
  font-size: 1.250em;
}
.grid-container {
  background-color: #111;
  width: 100%;
}
.grid-closeicon {
  position: absolute;
  width: 100%;
  text-align: right;
}
.grid-closeicon .icon-remove {
  padding-right: 5px;
  padding-top: 2px;
}
#ContactBrokerTemplateForm .control-group input[type='text'],
#ContactBrokerTemplateForm .control-group textarea {
  margin-bottom: 0;
}
#ContactBrokerTemplateForm .control-group input[type='text'],
#ContactBrokerTemplateForm .control-group select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}
#ContactBrokerTemplateForm .control-group .help-block {
  margin-bottom: 0;
}
#ContactBrokerTemplateForm .control-group .help-block-wrapper label {
  margin: 10px 0 0;
}
#ContactBrokerTemplateForm .control-group#one-contact-method .help-block-wrapper label[for='OneContactMethod'] {
  margin-top: 0;
}
#ContactBrokerTemplateForm .control-group#short-message {
  margin-bottom: 0;
}
#ContactBrokerTemplateForm .control-group#short-message textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ContactBrokerTemplateForm input[type='submit'] {
  position: absolute;
  bottom: 30px;
  right: 15px;
}
@media only screen and (max-width: 768px) {
  .span8 {
    width: 100%;
    margin: 0;
  }
  .grid-list li {
    width: 50% !important;
  }
}
