@charset "utf-8";
/* CSS Document */


.row {margin:0px;}

body {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1rem;
    line-height: 1.5;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 36px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	font-size: 30px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 24px;
    text-transform: uppercase;
}

h4 {
    font-family: 'Oswald', sans-serif;
	font-weight:600;
	font-size: 24px;
}



/* HEADER & NAVIGATION */

.top-header {
    background-image: url(/../siteart/bg.gif);
    background-repeat: repeat;
    background-position: top;
    background-size: contain;
}

.logo {
    max-width: 1200px;
}

.navbar {
    background: #0b4881;
    font-family: 'Oswald', sans-serif !important;
}

.navbar a {
    font-weight: 400;
	font-size: 16px;
    text-transform: uppercase;
	color: #fff;
	transition:.3s all;
}

.navbar a:hover {
    color: #0b4881;
    background: #fff;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(/../siteart/bars-solid-white.svg) !important;
}

/* HERO */

.hero {
    background-image: url(/../siteart/hero.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    min-height: 500px;
}

.hero h1 {
    color: #910400;
}

.hero h2 {
    color: #000;font-family: 'Oswald', sans-serif;font-weight: 600;font-size: 24px;
}

.atlogo {
    max-width: 300px;
}

.redbtn, .formbtn {
	transition:.3s all;
    color: #fff;
    background: #910400;
    border: 3px solid #910400;
    font-weight: 400;
	font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px;
}

.redbtn:hover, .formbtn:hover {
    color: #910400;
    background: #fff;
    border: 3px solid #fff;
    font-weight: 400;
	font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px;
}

/* QUICK LINKS */

.quick-links img {
    border: 2px solid #000;
}

.quick-links a {
    color: #fff;
}

.quick-links h3{
    margin: 0;
    line-height: 0;
}

.btnoverlay{ 
    position:absolute; 
    bottom: 1px;
    background: rgba(0,0,0,.70);
    width: 100%;
	transition:.3s all;
}

.btnoverlay:hover {
    background: #000;
}


/* QUICK CONTACT */

.quick-contact {
    background-color: #fff;
}

.quick-contact a{
    color: #000;transition:.3s all;
}

.quick-contact h2{
    text-transform: uppercase;
    color: #0b4881;
}  

.quick-contact h4,h2.small-head {
    color: #0b4881;font-size: 20px;font-weight: 500;text-transform: none;
}

.fa-facebook{
     color: #0b4881;
}

.scrollinv {
    border: 3px solid #0b4881;
}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling {
    width:100%;
    height:92px;
}



/* FOOTER */


.pre-footer{
    background-color: #0b4881;
	color: #fff;
    font-size: 14px;
}

.pre-footer a{
    color:#fff;
}

.pre-footer a:hover{
    color:#fff;
}

/* LISTINGS */



/* CONTACT FORM  */

.formbtn {
    color: #fff;
    background: #910400;
    border: 3px solid #910400;
    font-weight: 400;
	font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px;
}

.formbtn:hover {
    color: #910400;
    background: #fff;
    border: 3px solid #910400;
    font-weight: 400;
	font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px;
}



/*control the Captcha */
.CaptchaMessagePanel {padding:0 0 0 0 !important; margin:0 0 0 0 !important; font-weight:normal !important; font-size:12px; line-height:14px;}
.CaptchaAnswerPanel {margin:0 0 0 0; padding:0px !important;}
.CaptchaWhatsThisPanel {line-height:0; margin:0 0 0 0; padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000; font-size:12px;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}

/* TIMED AUCTIONS */

.auctionTimeLogo{
    width:250px; 
    float:right; 
    position:relative;
    margin-bottom: 30px;
    margin-top: -5px;
}


/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
    
    .hero {background-image: url(/../siteart/hero-mobile.jpg);}

}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {
    
    .hero {background-image: url(/../siteart/hero-mobile.jpg);}
 
}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {
    
    .hero {background-image: url(/../siteart/hero-mobile.jpg);}

}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {
    

}

/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {

    
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1400px) {   

   
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1600px) {   

}