/* RESET   c81d2f    0b0203
------------------------------------------------*/
* {
  margin: 0;
	/*margin: 0 auto;*/
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-text-size-adjust: none;
  font-family: "Open Sans", sans-serif;
}

img,
video {
  height: auto;
  max-width: 100%;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  align-self: center;
  flex-shrink: 0;
}

a,
button,
.button,
a:hover,
button:hover,
.button:hover,
button.mobile_btn::after {
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

a {
  text-decoration: none;
}

p {
  padding: 15px 0;
  font-size: 14px;
}

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
  clear: both;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.none {
  display: none;
}

* {
  box-sizing: border-box;
}

/* HEADER
----------------------------------------------*/
header {
  width: 100%;
  /*margin: 0 auto;*/
}

.header-wrapper {
  width: 80%;
  margin: 0 auto;
}

.header-left {
  width: 49.4%;
  display: inline-block;
}

.header-right {
  width: 49.4%;
  display: inline-block;
}

.contact-space {
  display: inline-block;
  float: right;
  padding: 2% 0;
}

.logo-space {
  width: 75%;
  float: left;
}

.logo-space img {
  width: 100%;
  padding: 2% 0;
}

.contact-space ul {
  list-style: none;
  text-align: left;
}

.contact-space a {
  color: #0b0203;
}

.blue {
  color: #c81d2f;
}

.red {color:#c81d2f;}

/*

nav {
	text-transform: uppercase;
	background: #333366;
	width: 100%;
	margin: 0 auto;
}

.nav-wrapper {
	width: 100%;
}

nav ul {
	list-style: none;
	padding: 15px 10px;
	text-align: center;
}

nav li{
	width: 100%;
	text-align: center;
	display: inline;
	padding: 15px 10px;
}

nav li a {
	color: #fff;
}

nav li:hover{
	background: #015d43;
	padding: 15px 10px;
}
*/
/* HOME PAGE STYLES
-----------------------------------------------*/
.slideshow {
  width: 100%;
}

.slideshow img {
  width: 100%;
}

.about {
  width: 100%;
  /*margin: 0 auto;*/
}

.about-wrapper {
  width: 60%;
  padding: 2% 0;
  margin: 0 auto;
}

.about-top,
.about-bottom {
  display: flex;
  margin: 0 auto;
}

.about-top-left {
  width: 65%;
}

.about-top-right {
  width: 35%;
}

.about-top-right img {
  width: 100%;
}

.about-section-1,
.about-headline {
  padding-right: 2%;
}

.about-headline {
  font-size: 96%;
  color: #0b0203;
}

.about-bottom-left {
  width: 40%;
}

.about-bottom-right {
  width: 60%;
  padding-left: 2%;
}

.about-bottom-left img {
  width: 100%;
}

/* ONLINE ONLY PAGE STYLES
-----------------------------------------------*/
.auction-time-space {
  width: 100%;
  overflow: hidden;
}

.auction-time-wrapper {
  max-width: 1018px;
  width: 100%;
  padding: 2% 0;
}

/* LIVE AUCTIONS PAGE STYLES
-----------------------------------------------*/

.auctions-container {
  width: 80%;
  text-align: center;
  padding: 2% 5%;
	margin: 0 auto;
}

.auctions-container h1 {
  font-size: 40px;
  margin-bottom: 4%;
  color: #0b0203;
}

.auction-info {
  background-color: #0b0203;
  padding: 5%;
}

.auction-info h2 {
  font-size: 30px;
}

.auction-info h2,
.auction-info h3,
.auction-info p{
  color: #fff;
}

.auction-buttons {
  background-color: #c81d2f;
  border: none;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2%;
}

.auction-buttons:hover {
  background-color: #ffffff;
  color: #000000;
}

.lead-image img {
  width: 35%;
  margin: 3%;
  border: white solid 2px;
}

/* GALLERY PAGE STYLES
-----------------------------------------------*/

.gallery-wrap {
  padding: 20px 0;
}

.gallery-images {
  width: 100%;
  display: block;
  text-align: center;
  /*margin: 0 auto;*/
  position: relative;
  float: none;
  align-content: center;
}

.gallery-box img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
.gallery-box {
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  display: inline;
  vertical-align: top;
  margin: 0 auto;
  padding: 2.5px;
}

.gallery-box img {
  border: 1px solid #000;
  max-width: 100%;
}

.gallery-box a:hover {
  color: #fab337; /*yellow*/
  text-decoration: none;
  width: 100%;
  height: 120px;
}

.thumbnail-size {
  height: 152px;
  margin: 0 auto;
}

/* FOOTER
-----------------------------------------------*/
footer {
  background: #0b0203;
  width: 100%;
  margin: 0 auto;
}

.footer-wrapper {
  width: 80%;
  padding: 2% 0 3% 0;
  margin: 0 auto;
  color: #fff;
  display: flex;
}

.footer-wrapper a {
  color: #fff;
}

.footer-left,
.footer-right {
  width: 50%;
  margin: 0 auto;
}

.footer-contact {
  text-align: left;
}

.footer-right {
  text-align: left;
  font-size: 80%;
}

/* MEDIA QUERIES
-----------------------------------------------*/
@media screen and (max-width: 1625px) {
  .about-wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 1550px) {
  .header-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 1430px) {
  .about-headline {
    font-size: 85%;
  }
}

@media screen and (max-width: 1350px) {
  .about-top-left {
    width: 50%;
  }

  .about-top-right {
    width: 50%;
  }

  .about-bottom-left {
    width: 50%;
  }

  .about-bottom-right {
    width: 50%;
  }

  .about-headline {
    font-size: 96%;
  }
}

@media screen and (max-width: 1300px) {
  .about-wrapper {
    width: 90%;
  }

  .mobile-hide {
    display: none;
  }
}

@media screen and (max-width: 1165px) {
  .contact-space {
    font-size: 85%;
    /*width: 60%;*/
  }

  .logo-space {
    width: 85%;
  }

  .logo-space img {
    padding: 2% 0 0 0;
  }
}

@media screen and (max-width: 1100px) {
  .about-top,
  .about-bottom {
    flex-direction: column;
  }

  .about-top-left {
    width: 100%;
  }

  .about-top-right {
    width: 80%;
  }

  .about-bottom-left {
    width: 80%;
  }

  .about-bottom-right {
    width: 100%;
  }

  .about-bottom {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 875px) {
  .contact-space {
    font-size: 80%;
    /* width: 75%;*/
  }

  .header-wrapper {
    width: 90%;
  }

  .logo-space {
    width: 90%;
  }

  .auctions-container {
    width: 100%;
  }
}

@media screen and (max-width: 826px) {
  .footer-wrapper {
    flex-direction: column-reverse;
  }

  .footer-left,
  .footer-right {
    width: 70%;
  }

  .footer-contact {
    text-align: center;
    padding-bottom: 2%;
  }

  .footer-right {
    text-align: center;
  }

  nav li a {
    color: #fff;
    padding: 15px 5px;
    font-size: 90%;
  }
}

@media screen and (max-width: 775px) {
  .about-headline {
    font-size: 85%;
    text-align: center;
  }
}

@media screen and (max-width: 715px) {
  nav li a {
    padding: 15px 0px;
    font-size: 85%;
  }
}

@media screen and (max-width: 700px) {
  .header-left,
  .header-right {
    width: 100%;
  }

  .logo-space {
    width: 100%;
  }

  .contact-space {
    font-size: 100%;
    width: 100%;
    text-align: center;
  }

  .contact-space ul {
    text-align: center;
  }
}

@media screen and (max-width: 645px) {
  .header-wrapper {
    width: 96%;
  }

  nav li a {
    font-size: 75%;
  }
}

@media screen and (max-width: 615px) {
  .about-top-right {
    width: 100%;
  }

  .about-bottom-left {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  nav li a {
    font-size: 65%;
  }
}

@media screen and (max-width: 540px) {
  .footer-left,
  .footer-right {
    width: 94%;
  }

  .footer-left {
    padding-top: 3%;
  }

  .footer-right {
    padding-bottom: 5%;
  }

  nav li {
    padding: 15px 5px;
  }

  nav li:hover {
    padding: 15px 5px;
  }
}

@media screen and (max-width: 460px) {
  .contact-space {
    font-size: 90%;
  }

  nav li {
    padding: 15px 2px;
  }

  nav li:hover {
    padding: 15px 2px;
  }
}

@media screen and (max-width: 435px) {
  .about-headline {
    font-size: 80%;
  }
}

@media screen and (max-width: 425px) {
  nav li a {
    font-size: 60%;
  }
}
