﻿/***** BEGIN RESET *****/

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;	
	box-sizing: border-box;
}

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, img {  
    display: block;  
} 

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
*, *:before, *:after {
  box-sizing: inherit; }

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,700');

/************************************************ Home Page Styles ************************************************/
	body {font-family: 'Montserrat', sans-serif; font-weight: 300; font-size:16px; line-height: 24px; -webkit-text-size-adjust:none;}
	h1 {font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: normal; margin-bottom: 5px;}
	h2 {font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: normal; margin-bottom: 5px;}
	h3 {font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: normal; margin-bottom: 5px;}
	h4 {font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: normal; margin-bottom: 5px;}
	h5 {font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: normal; margin-bottom: 5px;}
	strong {font-family: 'Montserrat', sans-serif; font-weight: 700;}
	p {font-family: 'Montserrat', sans-serif; font-weight: 300;}
	
	a:link, a:visited, a:active {text-decoration:none; color:#9ad3de; font-family: 'Montserrat', sans-serif; font-weight: 400;}
	a:hover {text-decoration:none; color:#e3e3e3;}

	header { max-width: 100%;position: relative;background-color:#0955A5; }

header .wrapper {
	width: 100%;
	max-width: 1300px;
	padding:10px 20px 0 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

	.logo {
	display: flex;
		align-items: center;
		gap:20px;
		width:auto;
	height: auto;
}
.head-phone-1 {
	font-family: 'Montserrat', sans-serif;
    color: #ffffff!important;
    text-decoration: none;
    padding: 10px 20px;
	font-weight: 600!important;
}
.head-phone-1:hover {
background:#f3f3f3;
    color:#000000!important;
}
	.logo img {width:100%;max-width: 200px!important; height: auto; display: inline-block;margin-top:20px;}
	
.head-button-1 {
	width:auto;
}
.head-button-1 a {
	background: #E33828;
	font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    padding: 8px 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    outline-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
	font-weight: 600;
}
.head-button-1 a:hover {
	background-color:#9E9FA0;
    color:#000000
}

	.hdcushion {padding: 50px 0px;}
	.cushion {padding: 20px 0px;}
	.wrapper {width: 80%; max-width: 90%; height: auto; margin: 0 auto;}
	.wrapper img {max-width: 100%; height: auto;}
	
	.banner {width: 100%; margin: 0 auto;}
	.banner img {width: 100%; height: auto;}
	
	.ATimg {width:250px; float:right; position:relative; padding-bottom: 20px;}
	
	.auctionbar{position:absolute;z-index:99;right:2%;width:30%;}
	.auctionlink{float:left;width:30%;background:#fff;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;margin:0 1%;text-align:center;-moz-box-shadow:2px 2px 2px #575757;-webkit-box-shadow:2px 2px 2px #575757;box-shadow:2px 2px 2px #575757;}
	.auctionlink img{max-width:100%;margin:0 auto !important;}

footer {max-width: 100%; background:#c9e0f1;padding:60px 20px;box-sizing: border-box; text-align: center;}

.foot-logo-1 {
	display: block;
	max-width:200px;
	width:100%;
	height: auto;
	margin:0 auto;
}
.foot-logo-1 img {
	width:100%;
	height: auto;
	display: block;
}
.foot-phone-1 {
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	color:#000!important;
	text-align: center;
	font-weight: 400;
	margin-top:20px;
}
.foot-phone-1:hover {
	text-decoration: underline;
}

.foot-nav-1 {
	padding:20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:0 auto;
}
.foot-nav-1 li {
	list-style: none;
	padding:0;
	margin:0;
}
.foot-nav-1 li a {
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 400;
	color: #555454;
	padding: 5px 15px;
}
.foot-nav-1 li a:hover {
	background: #fff;
}
.foot-button-1 {
	background: #E33828!important;
  color: #ffffff!important;
  padding: 8px 20px;
  text-transform: uppercase;
  font-family: "montserratregular",Helvetica,Gotham,Arial,"sans-serif";
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  outline-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  border-radius: 0;
	font-size: 16px;
}
.foot-button-1:hover {
	background:#0955A5!important;
  color:#ffffff!important;
}
.foot-bottom-info-1 {
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 400;
	color: #555454;
	padding:20px 0;
}
.foot-bottom-info-1 a {
	color: #555454;
	text-decoration: underline;
}
.foot-bottom-info-1 a:hover {
	text-decoration: none;
}
.foot-soc-1 {
	padding-bottom:20px;
		display: flex;
		justify-content: center;
		gap:10px;
	}
	.foot-soc-1 a {
		font-size: 12px;
		color:#000;
	}
	.foot-soc-1 a:hover {
		color:#fff;
	}
.foot-dics {
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 400;
	color: #555454;
}
	

/************************************************ Responsive Styles ************************************************/







@media screen and (max-width: 760px) {
	.four-cols {width: 50%;}
	.auctionbar{right:0;width:100%;text-align: center;}
	.auctionlink{float:none; display: inline-block;background:#fff;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;text-align:center;}

}
 


@media screen and (max-width: 375px){
	.four-cols {width: 100%;}
}
