﻿/***** BEGIN RESET ****
font-family: 'Montserrat', sans-serif;

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

p {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
}
/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
font-family: 'Montserrat', sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {
	background: #bdbdbd;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.top-bar {
	border-bottom: .5px solid rgba(255,255,255,0.50);
	padding: 10px 0;
	
}

.flex-container.flex-head {
    justify-content: space-between;
    align-items: center;
    width: 90%;
	max-width: 1400px;
    margin: 0 auto;
}
.logo img {
    max-width: 100%;
    width: 150px;
}

.contact-info {
    display: flex;
    gap: 20px;
}

.contact-info span {
    color: #942521;
    font-weight: 800;
}

.contact-info a,.top-bar a {
    font-weight: 500;
    color: #000;
}

.main-head {
	padding: 15px 0;
}

.home-txt h1 {
   font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}

span.red-txt {
    color: #942521;
}

span.white {
	color: #fff;
}

.home-txt {
    margin-bottom: 20px;
}

.mobile-contact {
	display: none;
}
/*---BODY--------------------------------*/

.page-wid {
    /* padding: 5% 0; */
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
    width: 90%;
}

.flex-container {
	display: flex;
}

.center {
	text-align: center;
}



/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{
	background: #333;
}

.top-foot {
	border-bottom: .5px solid rgba(255,255,255,0.50);
}

.flex-container.flex-foot,.flex-container.flex-foot-bottom {
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
    padding: 40px 0;
	color: #fff;
}

.flex-container.flex-foot-bottom {
	align-items: center !important;
	padding: 10px 0;
}
.flex-foot div {
	color: #82807e;
	font-weight: 700;
	margin-bottom: 10px;
}

.flex-foot span.white {
	color: #fff;
	font-weight: 500;
	line-height: 28px;
}

.flex-foot a {
	color: #fff;
	transition:.3s all;
}

.flex-foot a:hover {
	color: #942521;
}

.underline {
	text-decoration: underline !important;
}

.foot-logo img {
	max-width: 100%;
	width: 90px;
}

/*--- AUCTION TIME STYLES ---*/

#tabs-section {
	display: block;
}

.tabs {
	gap: 8px;
	padding: 0;
	list-style: none;
    display:flex;
    display:-webkit-flex;
    flex-direction:row;
	-webkit-flex-flow:row;
}

.tabs li {
	flex-grow:1;
	-webkit-flex-grow:1;
}

.tabs li a:link, .tabs li a:visited, .tabs li a:active {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	font-family:'Montserrat', sans-serif;
	text-align: center;
	text-transform:uppercase;
	position: relative;
	display: block;
	padding:8px 20px;
	color: #fff;
	border:1px #000 solid;
	border-bottom:none;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	background:#000;
    flex-grow:1;
	-webkit-flex-grow:1;
}

.tabs li a:hover, .tabs li a.selected, .tabs li a.selected:active, .tabs li a.selected:visited {
	text-decoration: none;
	position: relative;
	color: #fff;
	background:#942521;
	border-color: #942521;
}

.tabs li a.selected:hover {
	text-decoration: none;
	color: #fff;
}

.tabcontent-wrapper iframe {
    overflow: hidden;
    width:100%;  
    height:1000px;
    margin:0 auto;
	display: block;
    border:1px solid #ccc;
    background:#fff;	
    padding: 0;
}

#logins {
	float:left;
	position:relative;
	width:300px;
	margin:10px 0px;
	color:#fff;
	display: flex;
	gap: 10px;
}

#logins a:link, #logins a:visited, #logins a:active {
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	position:relative;
	padding:5px 7px;
	background:#000; /* Choose a background color which compliments your website */
	font-size:14px;
	border:1px #000 solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-family:'Montserrat', sans-serif;
	text-align: center;
	flex: 1;
}
#logins a:hover {
	color:#fff;
	text-decoration:none;
	background:#942521;
	border-color: #942521;
}

.flex-container.flex-at {
    align-items: flex-start;
    justify-content: space-between;
}

#subnav {
	background-image:#fff;
	border:1px solid #ccc;
	border-bottom:0;
	padding:5px 0;
	font-size:13px;
	line-height:13px;
}

#subnav a:link, 
#subnav a:visited, 
#subnav a:active {
	text-decoration:none;
	text-align:center;
	color:#000;	 /* You can leave this black, or choose a text color complimenting your site. */
	padding:5px 8px;
	display:inline-block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#subnav a:hover, #subnav a.subnavcurrent {
	background:#ddd; /* Choose a background color which compliments your website */
	color:#000;
}

ul#subNavList {
    list-style:none; 
    display:block; 
    margin:0px; 
    list-style:none; 
    font-size:12px; 
    font-family:Arial, Helvetica, sans-serif;
}
ul#subNavList li {
    float:left;
    margin:0px; 
    border-right:1px dotted #000; 
    position: relative;
}
ul#subNavList li a.menu {
    margin:2px 12px; 
    display:block;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.clear {
  clear: both;
}
/***** Start of primary nav ******/
#menu-button {
  display: none;
}
nav.mobile {
  display: none;
}
nav.primary {
  padding: 0;
  display: inline-block;
  margin: 0;
  width: 100%;
  position: relative;
}
nav.primary ul {
  margin: 0;
  padding: 0;
}
nav.primary ul li {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  width: auto;
}
nav.primary ul li a {
	cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 18px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  font-family: 'Montserrat', sans-serif;
}
nav.primary ul li a:hover {
	color: #942521;
}
/* Appearance of the sub-level links */
nav.primary ul li li a {
  font-size: 14px;
  line-height: 24px;
  padding: 2px 0 2px 15px;
  color: #105eac;
  background: #fff;
  text-align: left;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #cccccc;
}
/* 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: 100;
}
nav.primary ul ul li {
  float: none;
  width: 270px;
  position: relative;
  margin: 0;
  display: block;
}
@media screen and (max-width: 1530px) {
  nav.primary ul li a {
  }
}
@media screen and (max-width: 1200px) {
  nav.primary ul li a {
    
  }
}
/******** End of primary Nav ***************/
@media screen and (min-width: 661px) {
  .menu-toggle.exit-click {
    display: none !important;
  }
}
@media screen and (max-width: 660px) {
  .mobile:not(.open) + .menu-toggle.exit-click {
    display: none;
  }
  .mobile.open + .menu-toggle.exit-click {
    position: fixed !important;
    top: 0 !important;
    left: 250px !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1000;
  }
  /*==============================
	Mobile Nav Styles			
================================*/
  nav.primary {
    display: none;
  }
  #menu-button {
    display: inline-block;
    font-size: 32px;
    position: relative;
    line-height: 32px;
    z-index: 400;
    text-align: right;
  }
  #menu-button a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
	  cursor: pointer;
  }
  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: rgba(51,51,51,0.98);
    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: 50px 0 10px 0;
    color: #999;
    font-size: 18px;
    font-weight: 400;
  }
  /* MENU CLOSE 'X' BUTTON */
  nav.mobile .menu-toggle:not(.exit-click) {
    position: absolute;
    padding: 3px 8px 3px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #942521;
    text-decoration: none;
        top: -50px;
    right: 10px;
	  cursor: pointer;
  }
  nav.mobile .menu-toggle:not(.exit-click):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: 0.5px solid rgba(255,255,255,0.50);
    border-bottom: 0.5px solid rgba(255,255,255,0.50);
    position: relative;
  }
  /* FIRST LEVEL */
  nav.mobile ul li a {
   position: relative;
    display: block;
    font-size: 18px;
    padding: 20px;
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    text-align: left;
  }
  nav.mobile ul li a:hover {
    background: rgba(45, 45, 45, 0.5);
    color: #fff;
    border-left: 4px #CB1C1C 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: #82807e;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0;
  }
  /* FONT AWESOME ICONS */
  nav.mobile ul li a .fa,nav.mobile ul li a .fa-solid,nav.mobile ul li a .fa-regular {
    width: 25px;
    font-weight: 100;
    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;
  }
}





/*---------- RESPONSIVE STYLES ----------*/
@media screen and (max-width:1100px) {
	.tabs li {
		flex-basis: 30%;
	}
	
	.tabs {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	
	.tabs li a:link, .tabs li a:visited, .tabs li a:active {
		border-radius: 5px;
	}
	
	.flex-container.flex-at {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width:950px) {
	.flex-container.flex-foot, .flex-container.flex-foot-bottom {
		flex-wrap: wrap;
		    gap: 30px;
	}
	.foot-nav {
    flex-basis: 40%;
    flex-grow: 1;
}
	
	
}

@media only screen and (max-width:660px) {
	.desktop {
		display: none;
	}
	
	.mobile-contact {
		display: flex;
	}
	
	.mobile-contact a {
    border-left: .5px solid rgba(255,255,255,0.50);
    flex-grow: 1;
    text-align: center;
    padding: 10px;
		font-size: 24px;
}
	
	.mobile-contact a:first-of-type {
		border-left: none;
	}
	
	.top-bar {
		padding: 0;
	}
	
	
	div#at-logo {
    flex-basis: 100%;
    order: -1;
    float: none;
    text-align: left;
}
	
	div#at-logo img {
		float: none !important;
		margin: 0 0 10px 0 !important;
	}
	
	.flex-container.flex-at {
		margin-bottom: 20px;
	}
	
	.tabs li {
		flex-basis: 40%;
	}
}


@media only screen and (max-width:500px) {
	.foot-nav {
    flex-basis: 100%;
    flex-grow: 1;
}
		.flex-container.flex-head {
		flex-wrap: wrap;
		gap: 20px;
	}
	
	.logo,.navigation-1 {
    flex-basis: 100%;
		text-align: center;
}
	.logo img{
		width: 200px;
	}
	
	.main-head {
    padding: 20px 0;
}
	
	
}

@media only screen and (max-width:400px) {

	.tabs li {
    flex-basis: 100%;
}
	
}


@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


@media only screen and (max-width: 767px) {

	
}






