html{
  background:#404a32;
}
body{
font-family: 'Raleway', sans-serif;
}
h5 {
font-size: 18px;
font-weight: 300;
margin: 0 0 10px 0;
}
a {
color: black;
}
a:hover{
color: inherit;
cursor:pointer;
}
ol,ul{
margin:0;
padding:0;
}
hr{
border-color:#e6e4d8;
}

/* Mobile Banner Styles */
.mobile-banner-top {
  background: #F3F1E5;
  display: none;
  padding: 10px 0;
}
.mobile-banner-top {
  border-bottom: 2px solid #404a32;
  margin-bottom: 4px;
}
.mobile-banner-top .app_logo {
  display: block;
  margin-top: 20px;
}
.mobile-banner-top .bid-online-now a {
  font-size: 18px;
  font-weight: 500;
  color: #404a32;
}
.mobile-banner-top .close {
  background: #404a32;
  color: #fff8ca;
  font-size: 20px;
  padding: 5px 10px;
  position: relative;
  top: 5px;
  max-width: 100%;
}

/* Skip to main content link */
a[href='#main-content']{
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  opacity: 0;
  background-color: #fff8ca;;
}
a[href='#main-content']:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

header{
background-color:#404A32;
border-bottom:4px solid #FFF7D0;
box-shadow: 0 2px 3px #333;
position: relative;
z-index: 11;
}
li{
list-style: none;
}
.right {
float: right;
}
.left {
float: left;
}
.center {
text-align: center;
margin: 0 auto;
}
#main_logo #logo a {
background: url(/images/logo.png) no-repeat 0 0;
display: inline-block;
width: 274px;
height: 26px;
text-indent: -9999px;
margin-left: 0;
position: relative;
}
#logo {
display: inline-block;
height: 26px;
margin: 0;
font-size: 20px;
padding: 0;
line-height: 1.7;
}
#main_logo {
text-transform: uppercase;
padding:15px 15px 15px 0;
display: inline-block;
}
#main-menu-navigation {
display: inline;
}
#main-menu-navigation li {
vertical-align: bottom;
display: inline-block;
}
#main-menu-navigation a {
color: #fff8cf;
display: inline-block;
margin: 0 10px;
}
#main-menu-navigation .lg {
font-size: 15px;
}
#main-menu-navigation .lg.pr {
margin-right: 25px;
}
#main-menu-navigation .sm {
font-size: 13px;
}
.navbar {
display: inline;
vertical-align: text-bottom;
}
.mobile_login_register {
    display: none;
}
.dropdown-menu, .dropdown-menu > li > a:hover{
background:#404A32
}
.dropdown-menu li{
padding:7px 7px 0;
}
#search-form, .signup_footer form input[type="text"] {
background: #616f4d;
border: none;
padding: 5px 0;
vertical-align: bottom;
}
.signup_footer form input[type="text"] {
  margin-top: 10px;
}

::-webkit-input-placeholder {
    color: #fff8cf !important;
}
::-moz-placeholder {
    color: #fff8cf !important;
}
::-ms-placeholder {
    color: #fff8cf !important;
}
::placeholder {
    color: #fff8cf !important;
}
#search-form button {
background: none;
border: none;
color: #fff8cf;
width: auto;
}
#search-form input, .signup_footer input {
background: none;
border: none;
color: #fff8cf;
width: 80%;
outline: none;
}
#search-form input[placeholder], .signup_footer input[placeholder] {
color: #fff8cf !important;
text-transform: uppercase;
}
#not_logged {
  display: inline-block;
  vertical-align: middle;
}
#user-menu-container a {
color: #fff8cf;
padding: 13px 5px 0 5px;
}
#user-menu-container {
color: #fff8cf;
}
.search-form-header #not_logged {
  color: #fff8cf;
}

.home {
background: #ece7d0;
}

/* Top Message Styles */

.top-message {
  background: white;
  padding: 15px 0;
  border-bottom: 3px double #aaa796;
}
.top-message h3 {
  margin: 0;
  font-size: 22px;
}
.top-message .btn {
  background-color: #404A32;
  color: #fff8cf;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  top: -3px;
}

/* Home Slideshow Styles */

.carousel-caption {
background: rgba(0,0,0,.5);
border-bottom: 5px solid #404a32;
padding: 10px;
position: absolute;
right: 30px;
top: 25px;
width: 30%;
left: auto;
bottom: auto;
text-align: left;
text-shadow:none;
}
.carousel-caption h2 {
color: white;
font-size: 28px;
font-weight: 200;
line-height: 1.2;
margin: 0;
text-align: right;
}
.price-line {
color: white;
border-top: 4px double #a59f8c;
border-bottom: 4px double #a59f8c;
padding: 0;
}
.price-line p {
margin: 5px 0;
}
.price-line .sold {
color: #a45532;
font-size: 21px;
}
.price-line .sold {
text-transform: uppercase;
font-size: 21px;
font-weight: 700;
padding-top: 5px;
}
.price-line .date_of_sale {
padding-top: 7px;
}
.carousel-caption .auction_date_info {
color: white;
}
.price_number {
font-size: 20px;
font-weight: 400;
}
.price_number strong {
  font-weight: 400;
}
.carousel-caption .right {
color: white;
font-size: 14px;
padding-top: 5px;
}
.carousel-control, .carousel-control:focus {
background: #404a32;
background-image: none !important;
color: white;
font-size: 50px !important;
font-weight: 200;
padding: 10px 15px;
height: 70px;
top: 60%;
width: 60px;
text-shadow:none;
opacity: .3;
}
.carousel-control:hover {
opacity: .75;
}
.carousel-control span {
font-weight: 400;
position: relative;
top: -10px;
}
.carousel-inner img {
width: 100% !important;
height: auto !important;
}
.carousel-inner>.item, #carousel-example-generic, .item.active, .carousel-inner>.item img, .item.left img, .item.right img {
width: 100%;
height: auto;
}
.carousel-control {
z-index: 999;
}

/* Category Carousel */
.carousel-stripe {
  background: #404a32 url(/images/home/carousel_bg.jpg) no-repeat center bottom;
  padding: 0px 0 25px 0;
  height: 200px;
  overflow: hidden;
  transition-property: all;
  transition-duration: .5s;
}
.carousel-stripe.closed {
  height: 0;
  padding:0;
}
.cat-carousel {
  background: #404a32 url(/images/home/carousel_stripe_bg.jpg) repeat-x 0 0;
  padding: 3px 0 0px 0;
  position: relative;
  margin-bottom: 0;
}
.slick-slide a {
  color: #ece7d1;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.3;
  display: block;
}
.slick-slide .cat_link {
  width: 113px;
  height: 120px;
  -webkit-box-shadow: 0px 0px 4px 3px rgba(45,50,39,1);
  -moz-box-shadow: 0px 0px 4px 3px rgba(45,50,39,1);
  box-shadow: 0px 0px 4px 3px rgba(45,50,39,1);
  margin:0 auto;
}
.cat_name {
  margin-bottom: 5px;
  margin-top: 10px;
  min-height: 40px;
}
.cat-carousel img {
  margin:0 auto;
  width: 113px;
}
.cat-carousel div {
  text-align: center;
}
.slick-prev {
  background: none;
  left: 5px;
  font-weight: 300 !important;
}
.slick-next {
  background: none;
  right: 5px;
  font-weight: 300 !important;
}
.slick-prev, .slick-next {
  top: 55%;
}
.slick-slide {
  padding-bottom: 5px;
}
.slick-next:before {
  content: "\003e";
}
.slick-prev:before {
  content: "\003c";
}
.slick-prev:before, .slick-next:before {
  background: none;
  font-weight: 300 !important;
}

/* Homepage CTAs */

#home_ctas > div {
border-top: 3px double #aaa796;
padding: 20px 0;
}
#home_ctas .top, #home_ctas .bottom {
padding:0 20px;
}
#home_ctas .bottom {
display: table;
height: 50px;
width: 100%;
}
#home_ctas p {
display: table-cell;
vertical-align: bottom;
}
#home_ctas .mid_cta {
border-left: 1px solid #404a32;
border-right: 1px solid #404a32;
cursor: pointer;
}
#home_ctas .top {
min-height: 100px;
font-size: 28px;
font-weight: 200;
text-transform: uppercase;
}
#home_ctas .top img {
padding-right: 10px;
}
#home_ctas .bottom a {
color: black;
font-size: 14px;
}
#home_ctas .bottom .glyph {
color: #404a32;
}
#latest_press {
background: #3a4032;
font-weight: 200;
min-width: 1024px;
}
#latest_press strong {
text-transform: uppercase;
padding-right: 20px;
}
#latest_press a:hover .link, #latest_press .link:hover {
text-decoration: underline;
}
#latest_press a {
color: #fff8cf;
}

/* Upcoming Auctions */
.form label {
  display: block;
}
.form input[type=checkbox] ~ label, .form input[type=radio] ~ label {
  display: inline;
}
.form input[type="text"], .form textarea, .stripe-input-element {
  border: 3px solid #e6e4d8;
  border-radius: 5px;
  background: #fff;
}
.note {
  width: 82%;
  float: right;
  padding-right: 10px;
}
.process {
  background: #e6e4d8;
  padding: 5px;
  width: 80%;
  float: right;
}
.process.consignment {
  font-size: 13px;
  width: 85%;
}
.process.consignment .step {
  width: 85%;
}
.process.consignment .step .right {
  width: 75%;
}
.process .inner {
  border: 5px solid #f3f1e5;
  padding: 10px;
}
.process .step {
  width: 80%;
  margin: 0 auto;
  border-bottom:1px solid #aeada3;
}
.w-100 {
  width: 100%;
}
.step:last-of-type {
  border-bottom: medium none;
}
.process ul {
  margin-bottom: 10px;
}
.bullet li {
  list-style: disc;
  margin-bottom: 10px;
}
.bullet {
  padding-left: 15px;
}
.howtobid .bullet, .howtobid .bullet li {
  list-style: none;
}
.process .step.one {
  border-top: 3px double #aeada3;
}
.process .title {
  font-size: 18px;
  text-align: center;
}
.process .title h2 {
  font-weight: 200;
}
.step .circle {
  display: block;
  background: #404a32;
  border-radius: 110px;
  color: white;
  height: 80px;
  min-width: 14px;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  width: 80px;
  padding-top: 25px;
  font-weight: 200;
}
.step .right {
  width: 180px;
}
.landing-steps .step .right {
  width: 250px;
}

/* Prices Realized */
.prices-realized-start-container, .prices-realized-start-container a{
  color:#404a32;
  text-decoration: none !important;
}
.auctions-list-contanier .headline{
  border-top:4px double #a59f8c;
  padding-top:10px;
}
.auctions-list img{
  border:1px solid #000;
}
.auctions-list li{
  padding-bottom:30px;
}
.auctions-list .auction-link{
  font-size: 1.6em;
  font-weight: bold;
}

.categories-list-container .headline{
  background-color:#404a32;
  color:#f3f1e5;
  border-bottom:none;
  padding:14px 0 14px 14px;
}
.categories-list li{
  margin-bottom:5px;
}
.categories-list .col-xs-4{
  padding-right:0;
}
.categories-list .col-xs-8{
  padding-left:0;
}
.categories-list .text-container, .categories-list .img-container{
  border:1px solid;
  height: 100px;
}
.categories-list .img-container {
  overflow: hidden;
}
.categories-list .text-container {
  padding:10px 0 0 10px;
}
.categories-list .text-container a{
  font-size:1.3em;
  font-weight: bold;
}

.category_top {
  margin: 40px -15px;
}
.category_top h1 {
  font-weight: 200;
  margin-top: 0;
  font-size: 34px;
}
.category_top .prices-realized-image img {
  width: 100%;
  padding: 0 15px;
}
.pr_item .main_pr_photo {
  background: none;
}
.auction_name_link {
  display: block;
  margin-bottom: 10px;
}

.whitebg.pr-whitebg {
  background: white;
  padding: 40px 0;
  border-top: 1px dotted #404A32;
}

.pr_item {
  margin-bottom: 20px;
}
.pr_item:nth-child(4n+1){
    clear:left
}
.pr_item .inner {
}
.pr_item .content {
  padding: 10px 0;
  color: #404A32;
  min-height: 160px;
  margin-top: 5px;
}
.pr_item .main_pr_photo {
  background: none;
}
.page-widget-layout-buttons {
  margin-bottom: 20px;
}
.pricesRealized .page-widget-layout-buttons {
  margin-bottom: 0;
}
.page-widget-layout-buttons .view_layout_buttons {
  margin-left: 15px;
}
.page-widget-layout-buttons .num-page-widget {
  display: inline-block;
  margin-top: 5px;
}
#content .pr_item a {
  text-decoration: none;
}
#content .pr_item .title a {
  font-size: 14px;
  display: block;
  font-weight: 400;
}
#content .pr_item .title p {
  margin: 5px 0;
}
#content .pr_item .title {
  border-top: 1px dotted #404A32;
  margin-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  min-height: 50px;
}
#content .pr_item .title small {
  font-weight: normal;
}
#content .pr_item .pr-download-link {
  margin: 10px auto;
  display: block;
  font-size: 12px;
  color: #404A32;
}
#content .pr_item .est_price_grid {
  font-weight: 300;
}
.pr_item .price_realized {
  display: block;
  font-size: 16px;
}
.pr_item img {
  vertical-align: middle;
  height: 260px;
  width: 100%;
  object-fit: contain;
}
.view_layout_buttons {
  display: inline-block;
  margin-left: 5px;
}
.view_layout_buttons .grid_btn {
  font-size: 1em;
  background-color: #e6e4d8;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  margin: 0 2px;
}
.view_layout_buttons .grid_btn.current {
  background: #404A32;
  color: #fff8cf;
}
/* Contact Us */
.last_name_field {
  display: none;
}

#content .contact-location-link{
  color:#333;
  text-decoration:none;
}

#google_map {
margin-bottom: 10px;
}

footer{
background-color: #404A32;
color: #fff8cf;
padding: 40px 0;
margin-top: -10px;
min-width: 1024px;
}
footer a {
color: #fff8cf;
}
header {
padding: 10px 0 15px;
}
.search-form-header a, .search-form-header form {
display: inline-block;
}
.search-form-header #search-form {
vertical-align: top;
}
.search-form-header, #user-menu-container {
display: inline-block;
}
#subheader{
background-color:#E6E4D8;
border-bottom:4px solid #F3F1E5;
}
#subheader .row{
margin:2em -15px;
}
#subheader .row a{
display:inline-block;
margin:15px 10px 0 0;
}
#subheader a.btn-inner{
display:inline;
margin:0;
}
#subheader h1{
margin:0;
font-size:2.25em;
font-weight:100;
}
#subheader .col-xs-5{
text-align:right;
}
#content{
background-color:#F3F1E5;
border-top:4px solid #E6E4D8;
min-height: 700px;
padding:40px 0;
}
.auction.upcoming #content {
padding-top: 0;
}
#content a {
text-decoration: underline;
}
#footer-menu-navigation li, #footer-menu-navigation-2 li {
display: inline-block;
}
#footer-menu-navigation li a, #footer-menu-navigation-2 li a {
font-size: 12px;
padding: 0 5px;
text-transform: uppercase;
}
#footer-menu-navigation, #footer-menu-navigation-2 {
  padding-top: 20px;
padding-bottom: 5px;
}
.signup_footer .glyphicon {
color: white;
font-size: 22px;
position: relative;
top: 5px;
}
.signup_footer input {
width: 400px;
padding: 10px 0;
}
.signup_footer small {
font-size: 13px;
text-transform: uppercase;
}
.signup_footer span, .signup_footer small {
display: inline-block;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
margin: 0 auto;
}
.signup_label {
padding-top: 8px;
}
.signup_footer form input[type="text"] {
padding-left: 10px;
display: inline-block;
width: 100%;
vertical-align: middle;
max-width: 400px;
}
.signup_footer form input[type="submit"] {
background: #3a4032;
width: 100%;
display: inline-block;
padding: 5px 0 6px;
position: relative;
text-transform: uppercase;
top: -3px;
right: 2px;
}
.signup_footer .fieldtype-input {
  width: 70%;
  display: inline-block;
}
.signup_footer .submit-container {
  width: 25%;
  display: inline-block;
}
.g-recaptcha {
  display: none !important;
}

/* Admin Grids */
.grid-view td{
padding:5px;
}
.grid-view tr:nth-child(even) {
background-color: #E6E4D8;
}
#slide-grid table{
width:100%;
}
#slide-grid .img-responsive{
max-height:100px;
}
#slide-grid tr:hover{
cursor:move;
}
#slide-grid td{
padding:10px 5px;
text-align:center;
}

/* Side User Menu */

.sidebar-menu {
  background: #e6e4d8;
  padding: 5px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.sidebar-menu .inner {
  border: 5px solid white;
  padding: 30px 10px 20px 40px;
}
.sidebar-menu li {
  margin-bottom: 30px;
  font-weight: 200;
  font-size: 18px;
}
.sidebar-menu li.active:before {
  content: "\25B6";
  font-size: 16px;
  margin-left: -25px;
  margin-right: 10px;
}
#content .sidebar-menu li a {
  text-decoration: none;
}

/* styles for drag and drop sortables */
body.dragging, body.dragging * {
  cursor: move !important;
}
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
.sortable .placeholder {
  position: relative;
  /** More li styles **/
}
.sortable .placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

/* Frontend table styles */
.front-table {
  width: 100%;
}
.front-table td {
  vertical-align: top;
}
.front-table a {
  color: black;
}
.front-table a:hover {
  text-decoration: underline;
}
.front-table img {
  max-width: 150px;
}
.front-table th {
  border-color: #aaa;
  border-style: double none;
  border-width: 3px;
  font-weight: normal;
  padding: 20px 0 20px 5px;
}
.front-table td{
	padding: 20px 20px 30px 0;
	border-bottom:1px solid #aaa;
}
/* Sort columns on tables */
.sort-link.glyphicon{
  text-decoration: none !important;
  font-size:.6em;
  vertical-align: top;
}
.sort-link.glyphicon.active{
  font-size:.8em;
}
/* Upcoming Auctions */
#banner-container{
text-align: center;
margin-bottom:20px;
}
#banner-container img {
width: 100%;
}

/* Appraisal Page */
#appraisal-form button {
margin: 0 auto;
}

/* Auction Listing Pages */
.auction-note{
	text-align: right;
}
.auction-note strong {
  display: block;
}

/* User Absentee Bid Page */
#absentee-bid-timeframe-menu{
width:100%;
text-align:right;
}
#absentee-bid-timeframe-menu > li{
display:inline-block;
}
#absentee-bid-timeframe-menu > .active a{
font-weight: bold;
}

/* Bidding Page Updates */

.bidding .top_content h3 {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
}
.bidding .top_content p {
  margin: 0;
}
.bidding .top_content .col-md-8 {
  border-right: 1px dashed #a59f8c;
  margin-right: 15px;
}
.bidding .top_content .col-md-4 {
  margin-right: -15px;
}
.bidding .top_content > .row {
  margin: 20px -15px;
}
.bidding .top_content .col-md-4 span span {
  font-size: 16px;
  line-height: 1.6;
}
.bidding #content .top_content .col-md-4 .btn, .small-green-btn {
  background-color: #404A32;
  color: #fff8cf;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 20px;
  margin: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
#content .small-green-btn, #content .small-green-btn:hover {
  text-decoration: none;
  color: #fff8cf;
}
.bidding .bidding_content {
  margin-top: 15px;
}
.bidding .bidding_content .col-md-6 {
  margin-top: 10px;
}
.bidding .bidding_content h5 img {
  float: left;
  vertical-align: middle;
  margin-top: 5px;
}
.bidding .bidding_content h5 small, .bidding .bidding_content p {
  font-size: 16px;
}
.bidding #content .bidding_content .btn {
  background-color: #404A32;
  color: #fff8cf;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 0;
}

/* Shipping Information */

.shipping .top_content img {
  float: left;
  width: 120px;
  margin-top: -25px;
  margin-right: 10px;
}
.shipping .top_content h3 {
  font-size: 20px;
  font-weight: 300;
  margin-top: -5px;
}
.shipping .top_content p {
  font-size: 18px;
}
.shipping .headline {
  margin-top: 30px;
}
.shipping .bidding_content p {
  font-size: 16px;
}
.shipping-information {
  border-top: 4px double #404a32;
  background: rgba(0,0,0,.1);
  padding: 0 10px 5px;
}

/* Auction Lots Info */
.lot-item-container .btn {
display: inline-block;
margin:0 auto;
}
.lot-item-container .btn {
margin-bottom: 10px;
font-size: 16px;
border-radius: 30px;
padding: 10px;
width: 100%;
text-align: center;
}
.lot-item-container .btn.red-btn {
  background: #C33149;
}
.lot-item-container .btn {
  border: none;
  color: #fff8cf;
  background: #404A32;
  padding: 15px;
}
.lot-item-container .btn.border-btn {
  background: none;
  border: 1px solid #404a32;
  color: #404a32;
}
.lot-item-container .btn {
text-decoration: none !important;
}
.lot-item-container .btn i {
  margin-right: 5px;
}
.lot-item-container .smaller-btn {
  font-size: 14px;
  font-weight: 700;
}
.preloader {
width:274px !important;
margin: 0 auto !important;
}
.sold_realized {
font-style: italic;
text-transform: uppercase;
font-size: 22px;
font-weight: 700;
color: #a45532;
}
.price_realized {
font-size: 22px;
font-weight: 700;
}
.price_realized, .sold_realized {
margin: 10px 0;
}
.price-realized-external-link{
display:inline-block;
margin:15px 0;
text-decoration:none;
}
.lot-item-info {
background: white;
border-top: 3px double #404a32;
margin: 10px 0;
padding: 10px;
}
.lot-item-info table {
width:100%;
}
.lot-item-info th, .lot-item-info td {
padding: 5px 0;
vertical-align: top;
}
.lot-item-info td {
width: 100%;
text-align: left;
}
.details {
margin: 10px 0;
}
.details .title {
border-bottom: 3px double #acaaa3;
}
.zoomy {
display:inline-block;
height: auto;
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
max-width: 100%;
}
.zoomy img {
display: block;
max-width: 100%;
}
.zoomy img::selection { background-color: transparent; }
.lot_info a {
text-decoration: underline;
}
.thumb {
cursor:pointer;
width: 18%;
margin: 10px 6px;
}
.thumb:nth-of-type(1), .thumb:nth-of-type(6), .thumb:nth-of-type(11) {
margin-left: 0;
}
.thumb:nth-of-type(5), .thumb:nth-of-type(10), .thumb:nth-of-type(15) {
margin-right:0;
}
#galleryThumbImg .thumb.current {
  border: 2px solid #404A32;
}
.trackupcoming a {
text-decoration: underline;
}
.pr-download-link {
  font-size:.8em;
  background-color: #e6e4d8;
  padding: 10px;
  border-radius: 20px;
  display:inline-block;
  width:120px;
  text-align: center;
}
/* Bidding */

.headline {
border-bottom: 4px double #a59f8c;
padding-bottom: 10px;
margin-bottom: 20px;
font-size: 26px;
font-weight: 300;
}
.headline h2 {
font-size: 26px;
font-weight: 300;
padding: 0;
margin: 0;
}
.headline a.right {
font-size: 16px;
padding-top: 10px;
}
.top_content {
font-size: 21px;
}
.top_content span {
display: block;
font-size: 18px;
padding: 10px 0;
}
.top_content span a {
text-decoration: underline;
}
.bidding_content h5 {
margin-bottom: 20px;
}
.bidding_content img {
padding-right: 10px;
}
.bottom_links a {
font-weight: 700;
margin-right: 15px;
}

/* Hot to bid */

.howtobid .top_content p {
  font-size: 24px;
}
.howtobid .top_content span {
  margin-top: 15px;
}
.howtobid .nav.nav-tabs {
  border-bottom: 4px double #a59f8c;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 300;
}
.howtobid #content .nav.nav-tabs a {
  text-decoration: none;
  font-size: 20px;
  padding: 10px 15px;
}
.howtobid #content .nav.nav-tabs li:first-child {
  margin-right: 10px;
}
.howtobid #content .nav.nav-tabs .active a {
  color: #fff8cf;
  background: #404A32;
  border-radius: 5px 5px 0 0;
}
.howtobid .nav {
  font-size: 18px;
}
.howtobid .bullet li:before {
  content:"•";
  font-weight: 700;
  font-size: 20px;
  margin-right: 10px;
}
.howtobid ol ul {
  padding-left: 15px;
}
#live-bidding-online ul, #live-bidding-online ol {
  font-size: 16px;
}
.howtobid ol.numbered > li {
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 5px;
}
.howtobid .tab-pane {
  display: none;
}
.howtobid .tab-pane.active {
  display: block;
}
.howtobid .bidding_content h5 {
   font-size: 20px;
   font-weight: 300;
   margin-bottom: .5em;
}
#live-bidding-in-person {
  font-size: 16px;
  font-weight: 300;
}
#live-bidding-in-person ol > li {
  margin-bottom: 5px;
}
#live-bidding-in-person ul, #live-bidding-in-person ol {
  margin-bottom: 20px;
}
#live-bidding-in-person ol ul {
  margin-bottom: 0;
  padding-left: 15px;
}
/* Modal */
#login-register-modal .modal-dialog {
width: 420px;
}
#login-register-modal .text_action {
font-size: 18px;
font-weight: normal;
}
#login-register-modal .btn {
font-weight: 700;
}
#register-form .btn {
margin-top: 25px;
}
#login-form label {
display: inline-block;
}
#login-register-modal .modal-title img {
  max-width: 100%;
}
#login-register-modal .modal-content {
  padding: 15px 20px;
}
.dont-account {
  margin-top: 0;
  text-align: center;
}
.dont-account a {
  font-weight: 700;
  text-decoration: underline;
}
.modal-content {
background: #f3f0e5;
border: 8px solid #e6e4d8;
border-radius: 0;
padding: 15px 10px;
}
.modal-header .close {
background: none;
border: none;
position: absolute;
right: -20px;
top: -20px;
}
.modal-header {
border: none;
}
.modal-content .btn {
text-transform: uppercase;
}
#bid-modal {
width: 350px;
}
#bid-modal .modal-header {
padding: 0;
}
#bid-form button {
margin: 25px 0 15px 0;
}
#bid-form input[type="text"] {
margin-bottom: 10px;
padding-left: 30px;
background: white url(/images/modal/dollarsign.png) no-repeat 5px center;
}
.fp_link {
padding-top: 5px;
}
.login_btn {
margin-top: 46px;
outline: none;
}
/* Forms */
.form .row{
padding-bottom:10px;
}
input[type=text], input[type=password], textarea, select, .stripe-input-element{
width:100%;
padding: 10px 5px;
margin-bottom: 15px;
}
.form textarea {
min-height: 150px;
}
input[type=checkbox]{
vertical-align: middle;
}
label span.required, label.error, .stripe-error{
color:#FF0000;
}
.alert{
margin-bottom:20px;
}
.alert p{
margin:0;
}
.alert ul{
margin-left:40px;
}
.btn, .btn-inner{
background-color: #404a32;
border-radius: 45px;
}
.btn{
border: none;
font-size: 18px;
font-weight: 200;
margin: 10px;
padding: 18px 3px 16px;
}
.btn a.btn-inner{
  text-decoration: none !important;
}
#subheader .btn {
border: none;
display: inline-block;
font-size: 14px;
font-weight: 200;
margin: 0 5px 0 5px;
padding: 12px 2px;
}
#subheader .btn-inner {
padding: 11px 30px;
}
.admin-auction #subheader .btn-inner{
padding: 11px 10px;
}
.btn:hover{
cursor: pointer;
}
.btn-inner{
border: 1px solid #f3f1e5;
color: #f3f1e5;
padding: 15px 60px;
}
.btn-inner.small-inner {
padding: 15px 48px;
}
a.btn-inner:hover{
color: #f3f1e5;
}
.auction_top {
margin-bottom: 30px;
}
#login-form .btn:hover .btn-inner {
background: #fff8cf;
color: #404a32;
}
/* Hide individual validation fields on form since we just can use an error summary */
/* This is through AJAX validation and doesn't show in the error summary so we must show this ont */
.errorMessage:not(#User_email_em_){
display:none !important;
}
#bid-approval-form #User_email_em_{ /* Hide it on the bid approval page though */
display:none !important;
}

#Media-form table td{
padding:10px;
}
#Media-form .preview img{
max-width:300px;
}
.invoice.pay .form .payment-methods {
	display: none;
}
.form .payment-methods {
	margin-bottom: 30px;
}

/* Admin Category */

#category-grid table.items, #user-stripe-sources-grid table.items {
width: 100%;
}

.close_window_link_gallery {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 18px;
}

/* Upcoming auctions */

.upcoming-auctions-list {
  background: white;
  padding-top: 30px;
  margin-top: 0;
  min-height: 75vh;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.double-border-row {
  border-color: #aaa;
  border-style: double none;
  border-width: 4px;
  border-bottom: none;
}
.auction-details span:not(.glyphicon) {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  color: #404a32;
  margin-top: 0;
  line-height: 1;
}
.auction-details .btn {
  border-radius: 35px;
  padding: 10px 25px;
  color: #fff8cf;
  text-decoration: none !important;
  margin: 10px 0 0;
  display: inline-block;
}
#content .auction-details .title strong a, #content .auction-details .title strong {
  font-size: 26px;
  font-weight: bold;
  color: #404a32;
  line-height: 1;
  text-decoration: none;
}
.upcoming-auctions-list .auction-note {
  font-size: 18px;
  text-align: left;
}
.auction-details .title strong, .auction-details b {
  font-size: 1.2em;
  font-weight: bold;
  color: #404a32;
}
.upcoming-auctions-list .front-table img {
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.upcoming-auctions-list .front-table {
  border-top: 1px dotted #aaa;
  min-height: 230px;
}
.upcoming-auctions-list .front-table td {
  border-bottom: none;
  padding-bottom: 0;
}
.upcoming-auctions-list .front-table td.auction-details {
  padding-top: 5px;
}
#content .action-buttons .btn {
  background-color: #e6e4d8;
  color: #404a32;
  padding: 10px;
  font-size: 16px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
#content .action-buttons {
  margin-top: 10px;
}
#content .action-buttons .btn:first-child {
  margin-left: 0;
}
#content .atcb-link {
  text-decoration: none;
}
.bid-live.btn, .bid-live.btn span {
  background: #fff8cf;
  border-radius: 30px;
  color: #404A32;
  margin: 0;
  display: inline-block;
  text-align: center;
}
.bid-live.btn {
  margin: 0 15px;
  padding: 2px;
  text-align: center;
}
.bid-live.btn span {
  padding: 4px 15px;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #404A32;
}
.bid-live.btn.live-bid-btn span {
  padding: 15px 60px;
  font-size: 18px;
}
.bid-live.btn.live-bid-btn:hover span {
  background: #404a32;
  color: #fff8cf;
}
.search-form-header {
  margin-top: 15px;
  margin-right: 5px;
}
.search-form-header, #user-menu-container {
  display: inline-block;
  vertical-align: middle;
}
#user-menu-container #not_logged {
  padding: 0 20px 0 0;
  display: inline-block;
  margin: 0;
  margin-top: 9px;
}
#logged a, #logged, .admin-menu a, .admin-menu .dropdown a {
  color: #fff8cf;
}
.open>.dropdown-menu {
  left: auto;
  right: 0;
}
#logged {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.admin-menu {
  display: inline-block;
}
.search-form-header {
  width: 100%;
}
.search-form-header #search-form {
  text-align: left;
}
.search-form-header.not-logged-in #search-form {
  width: 60%;
}
.search-form-header #logged a:first-child {
  margin-right: 3px;
}
.search-form-header #logged a:first-child:after {
  content: "|";
  padding-left: 5px;
}

/* User Billing Styles */

#user-stripe-sources-grid th {
  padding: 5px;
  text-align: left;
}

/* Hello Bar */
.hello-bar {
    background: #ba202d;
    color: white;
    margin-top: -50px;
    position: relative;
    height: 50px;
}
.hello-bar.show {
    animation-name: slideBanner;
    animation-duration: 1s;
    animation-delay: 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    padding-left: 15px;
    padding-right: 15px;
}
.hello-bar.closed {
  margin-top: 0px;
  animation-name: hideBanner;
  animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.hello-bar h4 {
    margin: 0;
    padding: 15px 0;
    font-weight: normal;
    font-size: 16px;
}
.hello-bar h4 a, .hello-bar h4 a:link, .hello-bar h4 a:visited {
  color: white;
  font-weight: bold;
}
.hello-bar .close-cookie-bar {
  position: absolute;
    right: 15px;
    top: 12px;
    font-size: 24px;
    text-transform: uppercase;
    color: white;
    background: rgba(0,0,0,.25);
    padding: 0px 10px;
}


@keyframes slideBanner {
    from {
        margin-top: -50px
    }
    to {
        margin-top: 0
    }
}
@keyframes hideBanner {
    from {
        margin-top: 0
    }
    to {
        margin-top: -50px
    }
}

.navbar-toggler {
  display: none;
}

@media (max-width: 1550px) {
  #main-menu-navigation a {
    margin:0 5px;
  }
  #main_logo #logo a {
    margin-right: 0;
  }
  #logged {
    display: inline-block;
  }
}
@media (max-width: 1480px) {
  .search-form-header.not-logged-in #search-form {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .navbar {
    padding-left: 10px;
  }
}
@media (max-width: 1200px) {
  .process.consignment .step .right {
    width: 65%;
  }
}
@media (max-width: 1149px) {
  .navbar {
    padding-left: 10px;
  }
  #logged, .admin-menu {
    margin-top: 13px;
    vertical-align: middle;
  }
  .bid-live.btn {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  #home_ctas .top span {
    display: block;
  }
  #latest_press, #latest_press .container {
    min-width: 0;
  }
  #latest_press .glyphicon {
    display: none;
  }
  #latest_press strong, #latest_press .title {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .ticket_information {
    float: none;
    display: block;
    margin: 5px 0;
  }
}
@media (max-width: 1000px) {
  .carousel-caption {
    position: static;
    width: 100%;
	background: #404A32;
	text-align: left;
  }
  .carousel-caption h2 {
    font-size: 18px;
    line-height: 24px;
	text-align: left;
  }
  .carousel-control, .carousel-control:focus {
    font-size: 40px !important;
    padding: 10px;
    height: 55px;
    top: 30%;
    width: auto;
  }
  .price_number {
    font-size: 16px;
  }
  .price-line .text-right {
    text-align: left !important;
  }
  .carousel-caption .right {
    float: left !important
  }
  header.container-fluid, footer, footer .container-fluid {
    width: 100%;
    min-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
    display: inline-block;
  }
  header .navigation {
    text-align: center;
  }
  .search-form-header.not-logged-in #search-form, .search-form-header.logged-in #search-form  {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  header .search-form-header {
    width: 100%;
    text-align: center;
  }
  .search-form-header #search-form {
    text-align: left;
    margin-bottom: 15px;
  }
  #not_logged, #not_logged span {
    background: #fff8cf;
    border-radius: 30px;
    color: #404A32;
    display: inline-block;
    text-align: center;
  }
  #not_logged {
    padding: 2px;
    margin: 10px;
  }
  #not_logged span {
    padding: 4px 15px;
    font-size: 16px;
    border: 1px solid #404A32;
  }
  .search-form-header.logged-in #search-form {
    margin-bottom: 10px;
  }
  #logged {
    margin-left: 15px;
  }
  #logged, .admin-menu {
    margin-top: 0;
  }
  .process.consignment .step .right {
    width: 75%;
  }
  .my-account .col-md-8 {
    clear:both;
  }
  .my-account .sidebar-menu, .my-account .col-md-4.pull-right .right  {
    width: 100% !important;
  }

}
@media (max-width: 900px) {
  #user-menu-container {
    margin-left: 12px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .process.consignment {
    width: 100%;
  }
  #content .pr_item .title {
    border: none;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  #content .pr_item .title a {
    display: inline;
  }
  #content .pr_item .content {
    min-height: 140px;
  }
  #content .pr_item .inner {
    border-bottom: 1px dotted #404A32;
    margin-bottom: 30px;
  }
  #content .pr_item .title br {
    display: none;
  }
  #content .pr_item .title small {
    font-size: 100%;
  }
  #content .pr_item .title small:after {
    content: ".";
  }
  #content .page-widget-layout-buttons .pull-right {
    float: none !important;
  }
  #content .auction-note {
    text-align: initial !important;
    margin: 10px 0 0;
  }
  .category_top {
    margin: 0 -15px;
  }
  #content .pr_item .est_price_grid {
    margin: 0;
  }
  .pricesRealized .front-table {
    table-layout: fixed;
  }
  .pricesRealized .front-table .img-responsive {
    width: 100%;
  }
  footer,
  footer .text-right {
      text-align: center;
  }
  .footer-logo img {
      margin: 0 auto;
  }

  /* Search Results Table */


  /* Force table to not be like tables anymore */
  .search.index table, .search.index thead, .search.index tbody, .search.index th, .search.index td, .search.index tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  .search.index thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .search.index tr { 
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  
  .search.index td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #ccc; 
    position: relative;
    padding: 10px 0 10px 50%;
  }
  
  .search.index td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }

  .search.index tr:nth-child(odd) {
    background: rgba(0,0,0,.05);
  }
  
  /*
  Label the data
  */
  .search.index td:nth-of-type(1):before { content: "Lot #"; }
  .search.index td:nth-of-type(2):before { content: ""; }
  .search.index td:nth-of-type(3):before { content: "Item"; }
  .search.index td:nth-of-type(4):before { content: "Category"; }
  .search.index td:nth-of-type(5):before { content: "Estimate / Prices Realized"; }


}
@media (max-width: 600px) {
  .carousel-control {
    font-size: 20px !important;
    height: 26px;
    top: 20%;
  }
  #main_logo {
    padding: 15px 0;
  }
  .navbar {
    padding-left: 0;
    text-align: center;
  }
  header #search-form {
    width: 100%;
    margin-left: 5px;
  }
  #user-menu-container {
    text-align: center;
  }
  footer .text-right {
    text-align: center;
  }
  #main-menu-navigation .lg.pr {
    margin-right: 0;
  }

}
@media (max-width: 800px) {
  #user-menu-container {
    display: none;
  }
  header #search-form {
    margin-bottom: 10px;
  }
  .mobile_login_register {
    display: block;
    text-align: center;
  }
  .mobile_login_register, .mobile_login_register a {
    color: #fff8cf;
    display: inline-block;
    font-size: 15px;
  }
  .mobile_login_register {
    width: 100%;
    margin-bottom: 15px;
  }
  .close_window_link_gallery {
    display: none;
  }
}
@media (max-width: 768px) {
  .auction.view .pr_item:nth-child(odd), .pricesRealized .pr_item:nth-child(odd) {
    clear: left;
  }
  .category_top {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .hello-bar {
    margin-top: -70px;
    height: 70px;
  }
  .hello-bar h4 {
    padding-right: 50px;
    text-align: left;
  }
}
@media (max-width: 515px) {
  .howtobid ul.nav {
    display: none;
  }
  .howtobid .tab-pane {
    display: block;
  }
  #live-bidding-in-person {
    margin-top: 30px;
  }
  #live-bidding-in-person:before {
    Content:"Absentee Bidding Options";
    font-size: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  .process.consignment .step .right {
    width: 65%;
  }
}
@media (max-width: 414px) {
  .hello-bar {
    margin-top: -90px;
    height: 90px;
  }
}

/*.container, .container-fluid {
  min-width: 1024px;
}*/

/* Tooltips */
.tooltip-trigger{
  cursor:pointer;
}

/* Type Ahead Styles */
.twitter-typeahead, .tt-dropdown-menu {
  width:100%;
}
.tt-dropdown-menu {
  background: white;
}
.tt-dropdown-menu span {
  cursor: pointer;
}
.tt-dataset-lot-items span {
  padding: 0;
}
.tt-dataset-lot-items .tt-suggestion {
  padding: 2px 10px;
}
.tt-dataset-lot-items .tt-suggestion:hover {
  background: #333;
  color: white;
}

/** Landing Page Styles **/
.landing-page #subheader {
  background: url("/images/buffalo-landing/subheader-bg.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
  min-height: 420px;
}
.landing-page #subheader .row a{
display:inline;
margin:0;
}
.landing-page #subheader h1{
font-weight: 400;
line-height: 1;
margin-bottom: 15px;
}
.landing-page #subheader h2{
margin:0;
font-weight: 300;
font-size: 26px;
}
.landing-page #subheader p{
margin-top:0;
}
.landing-page #subheader .panel {
  background: none repeat scroll 0 0 #e2dbc2;
  border-bottom: 10px solid #404a32;
  font-size: 16px;
  padding: 20px 0 40px;
}
.landing-page h4 {
  margin-bottom:10px;
  font-weight: normal;
  font-size:18px;
}
.landing-page #our-process .step{
  font-size:12px;
}
.landing-page #our-process.landing-steps .step{
  font-size:14px;
}
.panel{
  background: none repeat scroll 0 0 #e6e4d8;
  padding:20px;
  margin-bottom:20px;
}
.panel th {
  text-align: left;
  vertical-align: top;
}
.panel td {
  text-align: right;
  padding-bottom:9px;
}
.panel-bottom {
    margin-top: 30px;
}

/** Style for Pager */
ul.yiiPager a:link, ul.yiiPager a:visited {
  border: 1px solid #404a32 !important;
  color: #404a32 !important;
}
ul.yiiPager .selected a {
  background: #404a32 none repeat scroll 0 0 !important;
  color: #f3f1e5 !important;
}

/** GDRP Notice **/

.gdrp {
  position: fixed;
  font-size: 14px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #404A32;
  color: #fff8cf;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  border-top: 1px solid #fff8cf;
}
.gdrp.active {
  visibility: visible;
  opacity: 1;
}
.gdrp.closed {
  transition: visibility 0.25s, opacity 0.25s linear;
  opacity: 0;
  visibility: hidden;
}
.gdrp .btn {
  background: #fff8cf;
  border-radius: 5px;
  color: #404A32;
  margin: 0;
  padding: 5px 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  margin: 0 10px;
  font-size: 14px;
  font-weight: 400;
}


/** Animate the refresh icon to symbolize loading **/
.glyphicon-refresh-animate {
    animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}


/** For Absentee Bid Form **/
.col-plus-one, .col-lot-number{
  width:10%;
}
.col-bid-amount{
  width:25%;
}
.col-plus-one, .col-title{
  text-align: center;
}
#new-absentee-bids-table.mode-phone-bidding .col-bid-amount, #new-absentee-bids-table.mode-phone-bidding .col-plus-one{
  display:none;
}


/** For Twiiter Typeahead **/
::-webkit-input-placeholder {
    color: #cccccc !important;
}
::-moz-placeholder {
    color: #cccccc !important;
}
::-ms-placeholder {
    color: #cccccc !important;
}
::placeholder {
    color: #cccccc !important;
}
.tt-menu {
  position: relative !important;
}
.twitter-typeahead{
  transition:height 5s ease-out;
}
.tt-selectable{
  cursor:pointer;
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
  text-align: left;
}
.tt-selectable img{
  margin-right:10px;
}
.tt-selectable:last-of-type{
  border-bottom: none;
}

.my-bids-past-bids {
  clear: both;
}

/** Contact hover dropdown **/
.navigation,
.drop-down {
  display: inline-block;
}
.drop-btn {
  color: #fff8cf;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0 5px;
  vertical-align: top;
}
.drop-down-content {
  background-color: #fff8cf;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  display: none;
  left: 5%;
  min-width: 90%;
  position: absolute;
  z-index: 1;
}
.drop-down-content .links span {
  border-bottom: 1px solid #404a32;
  color: #404a32;
  display: block;
  font-size: 12px;
  margin: 0 10px 10px;
  padding: 10px 0 10px;
  text-decoration: none;
}
.drop-down-content .links a {
  color: #404a32 !important;
  display: block !important;
  padding: 5px 10px;
  text-decoration: none;
}
.drop-down-content .form-inline #form-email {
  background: #616f4d;
  border: none;
  color: #fff8cf;
  left: 0;
  margin: 0 !important;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 70%;
}
.drop-down-content .form-inline input[placeholder] {
  padding: 5px;
  text-transform: uppercase;
}
.drop-down-content .form-inline #submit-form {
  background: #3a4032;
  border: none;
  color: #fff8cf;
  text-transform: uppercase;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
}
.drop-down-content .social-icons {
  display: inline-block !important;
  margin: 10px 0 10px 10px !important;
}
.drop-down-content .signup-form {
  margin: 10px 10px 15px;
  position: relative;
}
.drop-down-content .form-header {
  font-weight: bold;
  margin: 10px;
}
.drop-down-content .signup-form div {
  display: inline-block;
}
.drop-down-content .links a:hover {
  text-decoration: underline;
}
.drop-down:hover .drop-down-content {
  display: block;
}
@media (min-width: 992px) {
  .drop-down {
    position: relative;
    text-align: left;
  }
  .drop-down-content {
    left: 50%;
    min-width: 425px;
    position: absolute;
    transform: translateX(-50%);
  }
  .drop-down-content::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 5px solid #404a32;
    content: '';
    left: 50%;
    margin-left: -20px;
    position: absolute;
  }
}

#myDiv {
	height:600px;
}

.mobile-user-nav {
  display: none;
}
.mobile-only {
  display: none;
}

@media (max-width: 992px) {
	#subheader h1 {
		font-size: 1.75em;
	}
	#myDiv {
		height: 400px;
	}
  .navigation {
    display: none;
  }
  .navigation.collapsing {
    display: block;
  }
  .mobile-user-nav {
    display: block;
    margin: 10px 0 0;
  }
  .search-form-header #logged, .search-form-header .admin-menu, .search-form-header .bid-live.btn {
    display: none;
  }
  .mobile-only {
    display: inline-block;
  }
  .search-form-header {
    display: none;
  }
  #main_logo {
    padding-left: 0;
  }
  .mobile-user-nav #logged {
    display: none;
  }
}


/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 768px) {

  /* Force table to not be like tables anymore */
  table.my-bids-past-bids, .my-bids-past-bids thead, .my-bids-past-bids tbody, .my-bids-past-bids th, .my-bids-past-bids td, .my-bids-past-bids tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .my-bids-past-bids thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .my-bids-past-bids tr { border: 1px solid #ccc; }

  .my-bids-past-bids td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #aaa;
    position: relative;
    min-height: 40px;
    padding: 10px 10px 10px 45%;
  }

  .my-bids-past-bids td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 6px;
    width: 50%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 700;
  }

  .my-bids-past-bids td:nth-of-type(2) {
    padding-bottom: 0;
    border-bottom: 0;
  }

  /*
  Label the data
  */
  .my-bids-past-bids td:nth-of-type(1):before { content: "Lot #"; }
  .my-bids-past-bids td:nth-of-type(2):before { content: "Item"; }
  .my-bids-past-bids td:nth-of-type(4):before { content: "Category"; }
  .my-bids-past-bids td:nth-of-type(5):before { content: "Estimate"; }
  .my-bids-past-bids td:nth-of-type(6):before { content: "My Bid"; }
  .my-bids-past-bids td:nth-of-type(7):before { content: "Phone Number"; }
  .my-bids-past-bids td:nth-of-type(8):before { content: "Alt. Phone Number"; }
  .my-bids-past-bids td:nth-of-type(9):before { content: "Edit"; }



  /* Force table to not be like tables anymore */
 .upcoming-auctions-list .front-table, .upcoming-auctions-list .front-table thead, .upcoming-auctions-list .front-table tbody, .upcoming-auctions-list .front-table th, .upcoming-auctions-list .front-table td, .upcoming-auctions-list .front-table tr {
    display: block;
    text-align: center;
  }

  .upcoming-auctions-list .front-table img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .upcoming-auctions-list .front-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .upcoming-auctions-list .front-table tr { border: none; }

  .upcoming-auctions-list .front-table td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    min-height: 40px;
    padding: 10px;
    width: 100% !important;
  }
  #content .upcoming-auctions-list .auction-note, #content .upcoming-auctions-list .action-buttons {
    text-align: center !important;
  }

  #content .upcoming-auctions-list .auction-note {
    text-align: center;
  }
  .upcoming-auctions-list .container .row:first-child .col-sm-6:first-child .front-table {
    border-top: none;
  }
}

@media
only screen and (max-width: 430px) {

  #main_logo #logo a {
    width: 235px;
    background-size: contain;
  }

}

@media
only screen and (max-width: 395px) {

  #main_logo #logo a {
    width: 200px;
  }

}

@media
only screen and (min-width: 1200px) {

  .pr-lg {
    padding-right: 15px;
  }
  .pl-lg {
    padding-left: 15px;
  }

}

/* Toggle */
.mobile-search .bid-live.btn {
  display: none;
}
.float-right {
  float: right;
}
.navbar-toggler {
  position: relative;
  padding: 9px 10px;
  margin-right: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler {
    border-color: #fff8cf;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,248,207, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background-size: 100% 100%;
}

@media
only screen and (min-width: 1400px) {

  .whitebg.pr-whitebg > .container {
    width: 1530px;
  }

}
