﻿/*===================== 
	Color information
	
	-#e01e26
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size:50px;
		font-weight: 700;
	}
	h2 {
		font-size:25px;
		font-weight: 600;
	}
	h3 {}
	h4 {}
	h5 {}
	h6 {}

p {
	font-size:17px;
	margin: 0;
	}

.bold {
    font-weight: bold;
	}
.font-red {
	color:#e01e26;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/

.top-header-bill {
	width:100%;
	margin:0;
}
.top-header-cont {
	margin: 0 auto;
	max-width: 1100px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.top-h-col ul {
	padding:0;
	margin:0;
	box-sizing: border-box;
	display: flex;
	text-align: center;
}
.top-h-col ul li {
	padding:10px;
	margin: 0;
	font-size: 17px;
	list-style: none;
}
.top-h-col ul li a {
	color:#000;
}
.top-h-col ul li a:hover {
	color:#e01e26;
}


.header-wrap {
	width: 100%;
	margin: 0;
    background: #e01e26 linear-gradient(-0deg, black, transparent);

	}

header {
	margin: 0 auto;

	}
.header-flex-1 {
	width:100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 108px;

}
.header-logo-1 {
	padding: 31px 0;
	width:28%;
	position: relative;
	left: -75px;
	top: -1px;
	transform: skew(-15deg);
	background: #000;;
}
.header-logo-1 img {
	max-width: 100%;
	height: auto;
	display: block;
	margin:auto;
	transform: skew(15deg);
}

.article {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px;	
}

.article img{
    width: 100%;
    max-width: 690px;	
}


.article p{
  font-size:25px;
  font-style: italic;
  font-weight: 600;
}

.top-flex {display:flex;justify-content: flex-end;padding-top:10px;padding-right:30px;gap:30px;margin-bottom:10px;}

.top-flex a {color:#fff; font-weight:500;font-size:21px;}
.top-flex i {font-size:30px;}
/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin-bottom: 20px;
	position:relative;
	width:70%;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
		display: flex;
		justify-content: flex-end;
		}
		nav.primary ul li {
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    display: block;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 700;
				}	
			nav.primary ul li a:hover {
				background: #e01e26;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px 0;
				color:#fff;
				background: #000;
				display: block;
				text-align:center;
				border-right:none;
				border-left:none;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;

}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 200;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 240px;
    position: relative;
    margin:0;

}

/*===================== 
	content styles 
=======================*/

/*
.auction-nav-wrap {
	width:100%;
}
.auction-btn-cont {
	max-width: 1100px;
	margin:0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
}
.auction-btn {
    background: #fff;
	margin: 0 0 0 10px;
    border: 2px solid #000;
	border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	position: relative;
	z-index: 100;
	top:-3px !important;
}
.auction-btn a {
	width:100%;
	height: 100%;
}
.auction-btn img {
	max-width: 100%;
	height: auto;
	display: block;
	margin:auto;
	padding:10px;
	box-sizing: border-box;
}
.auction-btn:hover {
	background: #F4F4F4;
}

.content-sect.hero-overlay-bottom {bottom:180px;}
*/

.wrap-hero-bg-1 {
/*
	background:url("../siteart/new-hero-bg.jpg") no-repeat right bottom;
	background-size: cover;
*/
/*	margin: -54px 0 0 0;*/
	width:100%;
	height: 32vw;
}
/*
.hero-welcome {
	padding:10% 0 0 0;
}
*/
.home-slider {
	position: relative;
}


.home-carousel {
  position: relative;
  left: 0;
  top: 0;
  display: block;
	height: 22vw;
	max-height: 410px;
	min-height: 300px;
	overflow: hidden;
}
.home-carousel .slick-track {
	height: 22vw;
	max-height: 410px;
	min-height: 300px;
	display: flex;
	align-items: stretch;
}
.content-sect.hero-overlay {position: absolute;top:10px;}

section.wrap-hero-bg-1.flex {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	
/*    padding: 20px 0;*/
}

section.wrap-hero-bg-1.flex {position:relative;}

.hero-welcome h1 {
    color: #fff;
	text-align: center;
	text-shadow: -2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     1px 1px 0 #000;
}

.hero-welcome.flex {
	display: flex;
	justify-content: flex-end;
}
.hero-welcome.flex p {
	font-size:30px;
	margin:0;
	color:#fff;
	text-shadow: -2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     1px 1px 0 #000;
	padding-right:50px;
	line-height: 42px;
	font-style: italic;
}

.blue-underline {border-bottom:#126390 double 8px;;}

.bottom-welcome.flex {padding-left:40px;color:#fff;
bottom:20px;
	position: absolute;
line-height: 1;}
.bottom-welcome h1 {
	font-size: 50px;
	text-shadow: -2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     1px 1px 0 #000;
	font-style: italic;
	margin-bottom: -11px;}

.bottom-welcome p {
	font-size: 26px;
    text-shadow: -2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     1px 1px 0 #000;
    text-align: center;
    display: flex;}

section.button.wrap {
/*padding: 40px 0;*/
background: #e01e26 linear-gradient(-180deg, #000000, transparent);
}

section.button.wrap h2{color:#fff;padding:30px 0;text-align:center;}

.cat-btn-cont {
	max-width: 1440px;
	margin:0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.cat-btn {
	width:32%;
	padding:20px 0;
	box-sizing: border-box;
}
.cat-btn.buy a{
	background:url("../siteart/buy-button.jpg") !important;
	background-size:cover !important;
	object-fit: cover;
	height: 160px;
	width: 100%;
	border-radius: 30px;
	
}
.cat-btn.sell a{
	background:url("../siteart/sell-button.jpg");
	background-size:cover !important;
	object-fit: cover;
	height: 160px;
	width: 100%;
	border-radius: 30px;
}
.cat-btn.contact-button a{
	background:url("../siteart/contact-button.jpg");
	background-size:cover !important;
	object-fit: cover;
	height: 160px;
	width: 100%;
	border-radius: 30px;
}
.cat-btn a {
    display: block;
/*    background: #e01e26;*/
	border: 6px #fff solid;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding: 30px 0;
/*
    -webkit-box-shadow: 0px 0px 12px 1px #000000;
    box-shadow: 0px 0px 12px 1px #000000;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
*/
	
}
.cat-btn a:hover {
/*    background:rgba(209,28,35,1.00);*/
    -webkit-box-shadow: 3px 3px 12px 1px #000000;
    box-shadow: 3px 3px 12px 1px #000000;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}

.cat-btn a p { 
	font-size: 40px;
    font-weight: 600;
    color: #fff;
    padding: 30px 0;
	text-shadow: -2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     1px 1px 0 #000;
padding: 60px 0;}

.about-cont-1 {
	max-width: 1100px;
	margin:auto;
	padding: 50px 10px;
	box-sizing: border-box;
}
.about-cont-1 h2 {
	padding: 0 0 10px 0;
}
.about-cont-1 ul {
	padding:0;
	margin:0;
}
.about-cont-1 ul li {
	padding:0;
	margin:0;
	list-style: none;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.about-cont-1 ul li a {
	color:#000;
	font-weight: 600;
}
.about-cont-1 ul li a:hover {
	color:#e01e26;
}
.black-bg-1 {
	background:#000;
}
.contact-cont-1 {
	max-width: 1100px;
	margin:0 auto;
	padding: 20px 10px;
	box-sizing: border-box;
	color:#fff;
}
.contact-cont-1 h2 {
	padding: 0 0 30px 0;
}
.contact-flex-1 {
	display: flex;
	justify-content: space-between;
}
.contact-col-1 {
	width:49%;	
}
.contact-col-1 p {
	padding: 0 0 30px 0;
	font-weight: 600;
}

.about-cont-1.map {
    max-width: 1100px;
    margin: auto;
    padding: 50px 10px;
    box-sizing: border-box;
    display: flex;
    gap: 70px;	
}

.location-flex {
	display: flex;
    flex-direction: column;
    gap: 30px;
}
.about-cont-1 {max-width:500px;}
.location_wrapper {width:100%;}

.location-content {display:flex;}
.location-flex a {color:#000;}
.about-cont-1.map {width:90%;margin: 0 auto;}
section.contact.wrap {
    margin:0 auto;display: flex;}

.contact-info .logo {
	background: #000;
    padding: 80px;
    width: 100%;
	max-width: 970px;
    text-align: center;
    transform: skew(-15deg);
    position: relative;
    left: -64px;
}
.contact-info .logo img {
    transform: skew(15deg);
}

.contact p {font-size:20px;margin-bottom: 20px;}

.contact a  {color:#000;}
.contact h1  {  
	font-size: 41px;
    margin-bottom: 20px;
    font-weight: 400;}

.contact {padding-top:32px;}

section.contact-info {display:flex;width:100%;gap: 90px;}

.consignment.wrap {display:flex;}

.about-cont-1.consignment {max-width:890px;}

.location-columns {
	display: flex;
    gap: 110px;
}

/*===================== 
	Form styles 
=======================*/


.form-info-contact {
	width: 100%;
	box-sizing: border-box;
}
.form-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-info-contact input {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-contact textarea {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
}
.select-form {
	display: block;
	font-size: 16px;
	margin: 5px 5px 5px 0;
	padding:5px;
}
select {
	margin:0;
	padding:0;
}
.form-inline .button {
	color: #fff;
	font-size:20px;
	font-weight: 600; 
	font-family: 'Roboto', sans-serif;
    display: block;
    padding: 10px;
	width: 40%;
    margin: 10px auto;
	-webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.3);
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	border: none;
    background: #e01e26;
	-webkit-appearance: none;
}


.form-inline .button:hover {
    background:rgba(209,28,35,1.00);
    -webkit-box-shadow: 3px 3px 12px 1px #000000;
    box-shadow: 3px 3px 12px 1px #000000;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.3);

}

.CaptchaWhatsThisPanel a {color:#fff;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 

.thankyou-container-1 {
	width:80%;
	margin:auto;
	padding: 60px 0 20% 0;
	text-align: center;
}







/*===================== 
	banner styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
	

.container {
	max-width: 1100px;
	margin: 0 auto;
	}
.container-1 {
/*	max-width: 1100px;*/
	margin:auto;
	padding: 50px 10px;
	box-sizing: border-box;
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/


.footer-logo {padding-bottom:20px;}
.footer-logo img {width:60%;}

footer {
	margin: 0;
	width: 100%;
	border-top: 4px solid #000;
	background:#000;
	color: #fff;
	}
.foot-cont-flex-1 {
	max-width: 1100px;
	padding: 30px 10px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot-site-name ul {
	padding:0;
	margin:0;
}
.foot-site-name ul li {
	font-size: 18px;
	font-weight: 600;
	list-style: none;
	margin:0;
}
.foot-site-name ul li a {
	font-size: 17px;
	font-weight: 500;
	color:#000;
}

.foot-cont-info ul {
	text-align: right;
	padding:0;
	margin:0;
}
.foot-cont-info ul li {
	list-style: none;
	margin-bottom: 10px;
}
.foot-cont-info ul li a {
	color:#fff;
	font-weight: 500;
}
.foot-cont-info ul li a i {
	font-size: 28px;
	padding: 0 0 0 10px;
}
.foot-cont-flex-1 ul li a:hover{
	color:#e01e26;
}

	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================== 
	  Responsive styles 
============================*/
@media screen and (max-width:1496px) {
	.header-logo-1 {left: -35px;}
}
@media screen and (max-width:1496px) {
	.header-logo-1 {left: -35px;}
}
@media screen and (max-width:1400px) {
	.header-logo-1 {left: -25px;}
}
@media screen and (max-width:1360px) {

}
@media screen and (max-width:1200px) {
	.header-logo-1 {left: -15px;width: 38%;}
	
	section.contact-info {flex-direction:column;}
	.contact {text-align:center;}
	section.contact-info {gap:0;}
	section.contact.wrap,section.consignment.wrap {flex-direction:column;}
	.contact-info .logo  {transform:none;width: 100%;max-width:none;max-width:100%;padding:80px 0;left:0px !important;}
	.contact-info .logo img {transform:none;}
	section.contact-info {flex-direction:column;}
	.location-columns {justify-content: center;}

}
@media screen and (max-width:931px) {
	.hero-welcome.flex p {
		padding:0;
	  }

}
@media screen and (max-width:800px) {
	.location-columns {flex-direction: column;gap:50px;}
	.location-content {justify-content: center;}
}
@media screen and (max-width: 1570px)  {
	.contact-info .logo {width: 40%;}

	/*==============================
		Mobile Header Styles			
	================================*/	
	.top-header-cont {
	display: block;
	}
	.top-h-col ul {
	width:100%;
	display: block;
	}
	.header-logo-1 {
	width:40%;
	}
	
	.cat-btn {width:22%;}
	
	.cat-btn.buy a,.cat-btn.sell a,.cat-btn.contact-button a {height: 120px;}
	
    .cat-btn-cont {    
	max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;}
	
	nav.primary {
	width:79%;
	}
	.contact-flex-1 {
	display: block;
	}
	.contact-col-1 {
	width:100%;
	padding:10px 0;
	}
}

@media screen and (max-width:1036px) {
	.cat-btn-cont {
	max-width: 1100px;
	margin:0 auto 0 auto;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	}
	.cat-btn {
		width:80%;
		margin:auto;
	}
	.cat-btn a {
    font-size: 6vw;
	}
}


@media screen and (max-width:900px) {
	.bottom-welcome h1 {font-size: 40px;}
	.bottom-welcome p,.hero-welcome.flex p {font-size:20px;line-height: 30px;}
	.hero-welcome.flex {justify-content: center;}

}

@media screen and (max-width: 912px)  {
	/*==============================
		Mobile Header Styles			
	================================*/	
	.header-logo-1 {
		padding: 30px 10px;
		width:100%;
		box-sizing: border-box;
	}

	
	
	
	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #e01e26;
		}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 padding:0 0 0 .8em; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #999;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #C8102E solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

	nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		position:absolute;
		display:block;
		cursor:pointer;
		z-index: 12399994;
		top:0;
		right:0;
		width:auto;
		height:auto;
		padding: 17px 20px;
		color:#fff;

	}
	.nav-footer {color:#999; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i{
		width:25px;
		padding:8px 3px;
		margin:0 6px 0 0;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}


	nav.mobile ul li .fa-chevron-down {color:#999;}
    
    .grid figure{width: 49%;}
	
	
	.wrap-hero-bg-1 {
	background:url("../siteart/hero-bg.jpg") no-repeat right bottom;
	background-color:#000;
	background-size: cover;
	margin: -54px 0 0 0;
	width:100%;
	height: 350px;
	}
	

	.auction-btn-cont {
	justify-content: center;
	}

	.foot-cont-flex-1 {
	display: block;
	}
	.foot-site-name ul {
		text-align: center;
		padding: 0 0 20px 0;
	}
	.foot-cont-info ul {
		text-align: center;
	}
	.col-1-3 { 
		width: 100%; 
		box-sizing:border-box;
		}
	.col-1-2 {
		width: 100%;
		box-sizing:border-box;
	}
}


@media screen and (max-width: 912px)  {
	
	.auction-btn {
	margin: 0 5px 0 5px;
	width:49%;
	}
	
	.top-flex {    
	display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-right: 30px;
    gap: 30px;
    text-align: center;}
	
	.header-logo-1 img {transform: none;}
	.header-logo-1 {transform: none;margin-top:30px;top:0;left:0;}
}


@media screen and (max-width: 500px)  {
	
	.article p{
	font-size:18px;
	}

}


@media screen and (max-width: 400px)  {
	
	.auction-btn {
	margin: 0 5px 0 5px;
	width:49%;
	}
}


@media screen and (max-width:338px)  {
	
	.auction-btn {
	margin: 0 5px 0 5px;
	width:49%;
	}
	
	.bottom-welcome h1 {font-size: 29px;text-align: center;}
	.bottom-welcome p {font-size:16px;}
}

@media screen and (max-width: 260px)  {
	
	.contact-info .logo img {
		width:100%;
		max-width: 200px;
	}
	.contact h1 {
		font-size:31px;}
}
