/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
/* BODY */
body {
	font-size: 100%;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	background-color: #fff;
}

div#comments,
.post-navigation {
	display: none;
}

body.popup {
	background-color: #1d1d1d;
}


/* LINKS */
a {
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	transition: .5s ease-in;
}

a:link,
a:visited {
	color: #454545;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #fdc33a;
	text-decoration: none;
}

/* TELEPHONE LINKS */
a[href^="tel:"] {
	color: #494949;
	text-decoration: none;
}

/* IMAGES */
img {
	display: block;
}

img.heroImageMini {
	height: 150px;
	width: 100%;
	height: auto;
}

/* TEXT ALIGNMENT */
.text-left {
	float: left;
}

.text-right {
	float: right;
}

/* ALIGNMENT */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
	margin: 0 auto;
}

/* CLEAR */
.clear {
	clear: both;
}

/* HIDESELF */
.hide-self {
	display: none;
}

/* DIVIDER LINE */
.divider-line {
	width: 50%;
	margin: 15px 0 25px 0;
	padding: 0;
	border-top: 4px #fdc33a solid;
}

.divider-line-alt {
	width: 50%;
	margin: 15px auto 25px auto;
	padding: 0;
	border-top: 4px #fff solid;
}




/*  POPUP
------------------------------------------------*/
.popup-frame {
	width: 600px;
	max-width: 100%;
	height: 720px;
}

.popup-annoucement {
	width: 450px;
	max-width: 100%;
	margin: 45px auto;
	padding: 0 30px;
	text-align: center;
}

.popup-annoucement h2 {
	/*font-size:30px;*/
	line-height: 40px;
	text-align: center;
	color: #fdc937;
}

.popup-annoucement p {
	text-align: center;
	color: #fff;
}

.popup-annoucement a.btn,
.popup-annoucement button,
.popup-annoucement input[type='submit'],
.popup-annoucement .Actions .action {
	border: 2px #fff solid;
	background: #333;
}




/*  FACEBOOK POPOUT
------------------------------------------------*/
#fb {
	z-index: 13000;
	top: 203px;
	left: -300px;
	transition: all 0.7s ease;
}

div#fb:hover {
	left: 0;
}

.side {
	z-index: 13000;
	width: 300px;
	height: 510px;
	position: fixed;
	background: #fff;
}

.fb_iframe_widget {
	display: inline-block;
	position: relative;
}

#facebookTab {
	display: block;
	position: absolute;
	top: 0px;
	right: -55px;
	width: 55px;
	height: 150px;
	background: url(../images/facebook.png);
}

#facebookTab:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}









/*  GENERAL SITE ELEMENTS
------------------------------------------------*/

/* BUTTON LINK */
.button-link {
	margin: 20px 0;
	padding: 0;
	-webkit-appearance: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.button-link a {
	display: block;
	padding: 15px 25px 12px 25px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	text-decoration: none;
	color: #ccc;
	background: #333;
	-webkit-appearance: none;
}

.button-link a:hover {
	color: #fff;
	background: #053f87;
}

/* BREADCRUMB BANNER */
.breadcrumb-banner {
	padding: 15px 15%;
	font-size: 14px;
	text-transform: capitalize;
	background-color: #feca33;
}

.breadcrumb-banner a {
	font-style: italic;
	text-decoration: none;
	color: #505050;
}

/* FOOTNOTE */
.footnote {
	margin: 0;
	padding: 40px 5%;
	text-align: center;
	font-weight: 700;
	color: #fff;
	border-top: 4px #0c3a75 solid;
	background-color: #224d8f;
}




/*  HEADER
------------------------------------------------*/
.site-header {}

.site-header .contact-banner {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	color: #252525;
	background: rgb(43, 43, 43);
	background: linear-gradient(40deg, rgba(43, 43, 43, 1) 0%, rgba(70, 70, 70, 1) 100%);
}

.PrevButton4,
.NextButton4 {
	display: none;
}

.site-header .header-title {
	padding: 8px 0 8px 6.5%;
	font-size: 15px;
	color: #d8d8d8;
}

.resetCMS p {
	padding: 0 !important;
	margin: 0 !important;
}

.site-header .header-contact-details {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0 6.5% 0 0;
	font-size: 15px;
	color: #f7f7f7;
}

.site-header .header-contact-details .contact-phone {
	margin: 0 45px 0 10px;
	padding: 8px 15px;
	font-weight: 700;
	color: #f7f7f7;
	background-color: #2b2b2b;
}

.site-header .header-contact-details .contact-phone a {
	color: #d8d8d8 !important;
}

.site-header .header-contact-details a {
	color: #fdc33a;
}

.site-header .header-contact-details a.map {
	margin: 0 8px 0 0px;
}

.site-header .header-contact-details a.facebook {
	margin: 0 13px 0 20px;
}

.site-header .header-navigation {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 25px 5%;
}

.site-header .header-navigation .logo {
	margin: 0 0 0 -25px;
	padding: 0;
}

.site-header .header-navigation .logo img {
	width: 100%;
	max-width: 400px;
}

.site-header .header-navigation .brands {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}

.site-header .header-navigation .brands a {
	margin: 0 0 0 25px;
}

.site-header .header-navigation .brands img {
	width: 100%;
	max-width: 215px;

}



/*  NAVIGATION
------------------------------------------------*/
#menu-button {
	display: none;
}

nav.mobile {
	display: none;
}

nav.primary {
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 0;
	z-index: 500;
	background: #efefef;
}

nav.primary ul {
	margin: 0 auto;
	padding: 0;
	text-align: center
}

nav.primary ul li {
	width: 11.11%;
	margin: 0 auto;
	padding: 0;
	float: left;
	list-style-type: none;
}

nav.primary ul li:hover,
nav.primary ul li:focus,
nav.primary ul li:active {
	color: #202020;
}

nav.primary ul li a {
	display: block;
	margin: 0 8px;
	padding: 12px 5px;

	color: #303030;
	font-size: 1em;
	line-height: 35px;
	text-decoration: none;

	text-align: center;
	position: relative;
	vertical-align: middle;
	font-weight: 700;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;

	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	transition: .5s ease-in;
}

nav.primary ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #fdc33a;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

nav.primary ul li a:hover,
nav.primary ul li a:focus,
nav.primary ul li a:active {
	color: #818181;
}

nav.primary ul li a:hover:before,
nav.primary ul li a:focus:before,
nav.primary ul li a:active:before {
	left: 0;
	right: 0;
}

/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {
	width: 275px;
}

nav.primary ul li li a:link,
nav.primary ul li li a:visited {
	font-size: .85em;
	line-height: 30px;
	padding: 10px 20px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	background: #262626;
	width: 275px;
	text-align: left;
	border-right: none;
	border-left: none;
	-webkit-transform: perspective(0) translateZ(0);
	transform: perspective(0) translateZ(0);
	box-shadow: 0 0 0 transparent;
}

nav.primary ul li li a:before {
	display: none;
}

nav.primary ul li li a:hover,
nav.primary ul li li a:active {
	color: #fff;
	background: #424242 !important;
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition-duration: 0;
	transition-duration: 0;
	-webkit-transition-property: none;
	transition-property: none;
}

nav.primary ul li li a:hover:before,
nav.primary ul li li a:focus:before,
nav.primary ul li li a:active:before {
	-webkit-transform: none;
	transform: none;
}

/*  NAV DROPDOWNS
------------------------------------------------*/
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: 500;
}

nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
}




/*  HERO IMAGE
------------------------------------------------*/
.hero-wrap {
	position: relative;
	width: 100%;
	margin: 30px 0;
	padding: 30px 0;
}

.hero {
	position: absolute !important;
	z-index: 80 !important;
	width: 80%;
	top: -3%;
	margin: 0 10%;
	height: 100%;
	padding: 0;
}


.hero .hero-slide {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 435px;
	margin: 0 auto;
	-webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
	clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
}

.hero .hero-slide img {
	width: 100%;
	height: auto;
	margin: -5% 0 0 0;
}


.hero-wrap .motto {
	position: absolute;
	z-index: 100;
	width: 100%;
	margin: -140px 0 0 0;
	padding: 0 12%;
	font-size: 45px;
	line-height: 55px;
	text-align: center;
	font-style: italic;
	color: #fff;
}

.hero-wrap .motto .motto-text {
	width: 100%;
	font-weight: 800;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(30, 30, 30, 0.7);
}

.hero-wrap .hero-background {
	position: relative;
	z-index: 25;
	width: 100%;
	height: 350px;
	background-color: #fdcb38;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23f9c837' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23f6c536' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23f2c236' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23efbf35' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23ebbc34' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23efbf35' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23f3c236' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23f6c536' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23fac837' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23fecb38' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	/* background by SVGBackgrounds.com */
}


/*  SLIDESHOW
------------------------------------------------*/
.cycle-slideshow {
	width: 100%;
	line-height: 0;
	z-index: 10;
	position: relative;
	clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
	height: 100%;
}

.cycle-slideshow img {
	width: 100%;
}


/*  MAIN
------------------------------------------------*/
div.main {
	margin: 0;
	padding: 55px 20% !important;
	background: #f6f6f6;
}

div.main.invmain {
	margin: 0;
	padding: 55px 5% !important;
}


/*  ARTICLE
------------------------------------------------*/
article {
	font-size: 18px;
	line-height: 24px;
}



/*  HOME - AUCTION LISTNGS
------------------------------------------------*/
.auction-calendar-section {
	margin: 0;
	padding: 55px 20%;

	background-color: #1155ab;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(25,960,538)'%3E%3Cstop offset='0' stop-color='%231155ab'/%3E%3Cstop offset='1' stop-color='%230d4487'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='793' height='660.8' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.08'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover;


	/* background by SVGBackgrounds.com */
}


/*  AUCTION CALENDAR ICON
------------------------------------------------*/
.calendar-icon {
	width: 90px;
	margin: 0 0 10px 30px;
	padding: 0;
	float: right;
	position: relative;
	text-align: center;
	border: 1px #C7C7C7 solid;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.calendar-icon .month {
	margin: 0;
	padding: 9px 0;
	font-size: 15px;
	color: #f7f7f7;
	background: #234c8e;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.calendar-icon .day {
	margin: 4px 0 0 0;
	padding: 12px 0 10px 0;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	border-top: 1px #DDDDDD dashed;
}

.calendar-icon .multi-day {
	font-size: 18px !important;
}

.calendar-icon .year {
	margin: 4px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color:#525252;
}

/*  AUCTION LISTING HOME
------------------------------------------------*/
.auction-event {
	width: 80%;
	/* min-width: 445px; */
	margin: 35px auto;
	padding: 25px;
	border: 1px #BDBDBD solid;
	background-color: #fff;
	min-height: 500px;
}

.auction-title {
	margin: 0 0 5px 0;
	font-size: 20px;
	line-height: 24px;
	font-style: italic;
	font-weight: 700;
	text-transform: capitalize;
	color: #565656;
}

.auction-title .stripe {
	width: 72%;
	margin: 4px 0 10px 0;
	padding: 0 0 1px 0;
	border-bottom: 3px #cecece solid;
}

.auction-date {
	margin: 6px 0 3px 0;
	font-size: 16px;
	font-weight: 600;
	color: #3E3E3E;
}

.auction-date span {
	font-weight: 300;
}

.auction-location {
	margin: 3px 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
}

#myCarousel {
	/* overflow: hidden; */
	/* position: relative; */
	/* width: 100%; */
	height: 150px;
	/* margin: 15px 0; */
	/* padding: 0; */
}

#auc-gallery div#myCarousel {
	height: auto;
}

#myCarousel .carousel-inner {
	height: 100%;
}

.listing-gallery img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.listing-description {
	margin: 15px 0 0 0;
	text-align: left !important;
}

.auction-link {
	margin: 25px 0 0 0;
	text-align: right;
}

.auction-link a {
	padding: 12px;
	font-size: 15px;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
	background: #234c8e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}



.auction-type {
	font-weight: 600;
	color: #a41918;
}



/*  AUCTION LISTING HOME
------------------------------------------------*/
.auction-section-title {
	margin: 0;
	padding: 45px 3%;
	text-align: center;
	border-bottom: 4px #051e3d solid;
	background-color: #0a356a;
}

.auction-section-title h2 {
	margin: 0 0 8px 0 !important;
	padding: 0;
	font-size: 36px !important;
	color: #f7f7f7 !important;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px rgba(10, 10, 10, 0.6);
}

.auction-section-title p {
	margin: 10px 0 0 0;
	font-style: italic;
	color: #f7f7f7;
}

.auction-section-title a {
	color: #f7f7f7;
}

.auction-section {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: space-around;
	margin: 0;
	padding: 45px 5%;
	background-color: #0c4080;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 20 20'%3E%3Cg fill-opacity='0.06'%3E%3Cpolygon fill='%231672e6' points='20 10 10 0 0 0 20 20'/%3E%3Cpolygon fill='%231672e6' points='0 10 0 20 10 20'/%3E%3C/g%3E%3C/svg%3E");
	/* background by SVGBackgrounds.com */
}


/*  AUCTION LANDING PAGE
------------------------------------------------*/
.auction-listing-landing {
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	justify-content: space-between;
	margin: 15px 0;
	padding: 30px 25px;
	border: 1px #BDBDBD solid;
	background-color: #F0F0F0;
}

.auction-listing-landing .listing-content {
	width: 65%;
	margin: 0 5% 0 0;
	padding: 0;
}

.auction-listing-landing .listing-title {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 22px;
	font-style: italic;
	font-weight: 700;
	text-transform: capitalize;
	color: #565656;
}

.auction-listing-landing .stripe {
	width: 100%;
	margin: 2px 0 15px 0;
	padding: 0 0 1px 0;
	border-bottom: 3px #cecece solid;
}

.auction-listing-landing .listing-description {
	margin: 20px 0 0 0;
}

.auction-listing-landing .listing-preview {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 250px;
	margin: 20px 0 0 0;
	padding: 0;
}

.auction-listing-landing .listing-preview img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.auction-listing-landing .listing-side {
	width: 30%;
	background-color: #F7F7F7;
}

.auction-listing-landing .side-details {
	padding: 20px;
	text-align: center;
}

.auction-listing-landing .side-details h6 {
	font-size: 20px;
}

.auction-listing-landing .alt-text {
	padding: 8px 0;
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	font-variant: small-caps;
	color: #616161;
	border-bottom: #d0d0d0 double;
}

.auction-listing-landing h6 {
	font-size: 18px;
	color: #777;
}

.auction-listing-landing .listing-date {
	margin: 0px 0 4px 0;
	padding: 0;
	font-size: 17px;
	line-height: 17px;
	font-weight: 600;
}

.auction-listing-landing .multi-date {
	font-size: 15px !important;
}

.auction-listing-landing .button-link {
	margin: 40px auto 20px auto;
	text-align: center;
}

.auction-listing-landing .button-link a {
	color: #fff;
	background: #053f87 !important;
}

.auction-listing-landing .button-link a i {
	color: #fece45;
}

/*  AUCTION DETAILS PAGE
------------------------------------------------*/
.listing-hero {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 380px;
	border-bottom: 4px #dd9b27 solid;
}

.listing-hero img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.listing-details {
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	justify-content: space-between;
	padding: 20px 1.5% 20px 2.5%;
}

.listing-details .auction-contact {
	width: 40%;
	margin: 0 5% 0 0;
	padding: 0;
}

.listing-details .auction-contact p, .listing-details .auction-contact-alt p{margin:0;}

.listing-details .auction-contact-alt {
	width: 100%;
	margin: 0;
	padding: 0;
}

.listing-details .auction-date {
	font-weight: 600;
	font-style: italic;
	color: #333;
}

.listing-links {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: space-around;
	width: 53%;
	margin: 0;
	padding: 0 1%;
}

.listing-links div {
	width: 45%;
	text-align: center;
}

.listing-links div a {
	margin: 0;
	border: 1px #606060 solid;
}

.listing-links .button-link a {
	color: #fff;
	border: 1px #ffcd45 solid;
	background: #062b58 !important;
}

.listing-links .button-link a i {
	color: #fece45;
}


.description {
	margin: 30px 0 0 0;
	padding: 0;
}

.auction-gallery {
    margin: 0;
    padding: 55px 20%;
    border-top: 12px #033f88 solid;
    background-color: #0a356a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpolygon fill='%23051933' fill-opacity='.1' points='120 0 120 60 90 30 60 0 0 0 0 0 60 60 0 120 60 120 90 90 120 60 120 0'/%3E%3C/svg%3E");
    /* background by SVGBackgrounds.com */
}

.auction-gallery h2 {
    color: #fff !important;
}

#hl-container {
    width: 100%;
    /*height: 600px;*/
    background: #454545;
    margin: 40px 0 15px 0;
    border: 2px #676767 solid;
    /*overflow: hidden !important;*/
}

#auc-gallery {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 25px;
    /*overflow: hidden !important;*/
}

#auc-gallery .carousel-inner {display: flex!important; flex-flow:row wrap; justify-content:center;}

#auc-gallery .item {width: calc(25% - 20px); margin:10px;}


#auc-gallery .item img {
	width: 100% !important;
    height: auto;
    border: 2px #fff solid;}

.chocolat-image img {
    width: 225px;
    height: auto;
    margin: 15px;
    border: 2px #fff solid;
}


/*  AUCTION TAGLINE
------------------------------------------------*/
.tagline-banner {
	margin: 0;
	padding: 55px 12%;
	text-align: center;
	border-top: 8px #fff solid;
	background-color: #fdc839;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='540' height='450' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.08'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");
	/* background by SVGBackgrounds.com */
}

.tagline-banner p {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	/* text-shadow: 1px 1px 0px rgba(100, 100, 100, 0.6); */
}

.tagline-title {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Domine', serif;
	/* color: #fff; */
	text-shadow: 2px 1px 0px rgba(100, 100, 100, 0.6);
}

.tagline-title span {
	font-weight: 800;
	font-family: 'Domine', serif;
	color: #252525;
	text-shadow: 2px 1px 0px rgba(250, 250, 250, 0.6);
}


/*  AUCTION HOSTING
------------------------------------------------*/
.auction-hosting {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	margin: 0;
	padding: 15px 8%;
}

.auction-hosting .auction-title {
	margin: 0 25px 0 0;
	padding: 0;
	font-size: 20px;
	line-height: 14px;
	text-align: right;
	font-weight: 800;
	color: #1c1c1c;
}

.auction-hosting .auction-title span {
	font-size: 14px;
	font-weight: 400;
	color: #404040;
}

.auction-hosting .auction-brand {
	margin: 20px 15px;
	padding: 0;
}










/*  INVENTORY SETTINGS
------------------------------------------------*/
.detail-content .detail-additional-data h4 {
	margin: 17px 0 0 0 !important;
}

.media-buttons button {
	margin: 0 5px !important;
}

.detail-content .dealer-info .contact-information {
	display: block !important;
	margin: 0;
	padding: 10px 0;
	border: 0 !important;
	background: transparent !important;
}

.detail-content .dealer-info .contact-information a {
	color: #000 !important;
	text-shadow: none !important;
}

.detail-content .dealer-info .contact-information div {
	margin: 0 !important;
	color: #000 !important;
	text-shadow: none !important;
}

.detail-content .detail-additional-data .data-row .data-value {
	font-weight: 400 !important;
}

.detail-content .detail-main-body .main-detail-data .offer-btn .fa-chevron-right,
.detail-content .detail-main-body .main-detail-data .buy-btn .fa-chevron-right {
	margin: 0 5px 0 0;
}

.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn {
	width: 271px !important;
}

.container .body-content {
	margin: 45px auto 0 auto;
}

.container h4 {
	font-size: 17px !important;
	line-height: 22px !important;
	font-family: sans-serif !important;
}

.container button {
	transform: none !important;
}

.list-content .list-top-section .listing-option-bar .list-listings-count {
	color: #636363 !important;
}

.paging-container .page-navs button {
	background-color: #0a356a !important;
}

.paging-container .page-navs .list-page-nav {
	font-family: 'latoheavy', sans-serif !important;
}


.list-content .list-main-section {
	padding-top: 20px;
}


.faceted-search-content .selected-facets-container .selected-facet {
	background: #0a356a !important;
}

.faceted-search-content h5 {
	font-size: 17px !important;
	color: #272727 !important;
	font-family: 'latoheavy', sans-serif;
}

.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn {
	background: #0a356a !important;
}

.body-content input[type="submit"],
.body-content button[type="submit"],
.body-content .btn,
.body-content .button {
	background: #0a356a !important;
}

.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .faceted-option-checkbox-sort {
	color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-listing-mobile .view-listing-details-link {
	text-decoration: none !important;
	color: #fff !important;
	background-color: #0a356a !important;
}

.list-content .list-title .list-title-text {
	line-height: 1.25em !important;
}

.list-content .list-listing-mobile .price-container .price {
	color: #b00101 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
	margin: 0 0 0 4px !important;
}

.faceted-search-content .faceted-section-box button {
	margin: 0;
	float: none;
}

.noUi-connect {
	background: #0a356a !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {
	color: #0a356a !important;
	font-size: 14px !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link {
	background-color: #8e8e8e !important;
}

.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call {
	border: 1px solid #0a356a !important;
	color: #0a356a !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn {
	background: #0a356a !important;
}

.detail-content .detail-additional-data .data-row .data-label {
	background-color: #585858 !important;
	font-family: 'latoheavy', sans-serif;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
	background-color: none !important;
	color: #0a356a !important;
	border: 1px solid #0a356a !important;
}

.detail-content .detail-main-body .main-detail-data .addthis_inline_share_toolbox .at-share-btn {
	width: 30px !important;
	height: 42px !important;
}

.detail-content .detail-main-body .main-detail-data .detail-price {
	color: #0a356a !important;
}

.detail-content .detail-main-body .main-detail-data .detail-title,
.container h1 {
	color: #656565;
	font-size: 20px !important;
	line-height: 22px !important;
}

.detail-content .search-results {
	color: #0a356a !important;
}

.mobile-breadcrumb {
	background-color: #0a356a !important;
}


.detail-content-mobile .detail-additional-data .data-row .data-label {
	background-color: #585858 !important;
	font-family: 'latoheavy', sans-serif;
}

.detail-content-mobile .detail-main-body .main-detail-data .detail-price {
	color: #0a356a !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {
	border: #0a356a !important;
	background-color: #0a356a !important;
}

.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn {
	padding: 0 !important;
	float: none !important;
	background-color: #0a356a !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
	width: 271px !important;
	height: 45px;
	padding: 0 !important;
}

/*  LISTINGS
------------------------------------------------*/
.list-content .list-title .list-listings-count {
	line-height: 34px !important;
	color: #636363 !important;
	font-family: sans-serif;
}

.list-content h3.listing-portion-title {
	font-size: 16px !important;
	font-family: 'latoblack', sans-serif;
}

.list-content h3 {
	font-weight: 700;
	color: #0a356a !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .listing-category {
	margin-top: 5px !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right {
	margin-left: 15px;
}


.fin-stacked a {
	color: #484848 !important;
	font-family: 'latoblack', sans-serif !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info a {
	text-decoration: none !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name {
	font-size: 12px !important;
	text-transform: uppercase;
	font-family: 'latoblack', sans-serif !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .retail-price-container span.spec-label {
	text-transform: uppercase;
	font-family: 'latoblack', sans-serif !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .spec-container span.spec-label {
	text-transform: uppercase;
	font-family: 'latoblack', sans-serif !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info {
	margin: 0 0 8px 0 !important;
}



.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {
	text-decoration: none !important;
	color: #fff !important;
}

.compare-chkbox-container .compare-listings .compare-label {
	margin: 0 0 0 4px !important;
}

#no-compare-listings {
	color: #000 !important;
}

.contact-options a {
	background: #0a356a !important;
}

.compare-listings-container .compare-container .cs-btns a {
	text-decoration: none !important;
	background: #0a356a !important;
}

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {
	color: #0a356a !important;
}

.selected-facet {
	padding: 8px 12px !important;
	color: #fff !important;
	background: #0a356a !important;
}

.list-content .list-error-container .info button {
	background: #0a356a !important;
}

.compare-chkbox-container .compare-listings .fa-check {
	top: 3px !important;
	left: 2px !important;
}

.compare-checked span,
.compare-checked a {
	color: #0a356a !important;
	text-decoration: none !important;
}



.compare-listings-container .compare-container .compare-price {
	color: #000 !important;
}

.compare-listings-container .compare-container .list-media img {
	display: inherit;
}



/*  CONTACT / MAILING LIST PAGES
------------------------------------------------*/
div.contact-information-banner {
	margin: 0;
	padding: 45px 20% !important;
	background-color: #0a356a;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='94' height='94' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23092d5a' fill-opacity='0.29'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.29'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
	/* background by SVGBackgrounds.com */
	padding-left: 20% !important;
	padding-right: 20% !important;
}

.contact-information {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	margin: 0;
	padding: 10px 0;
	border: 1px #fff solid;
	background: rgba(27, 27, 27, 0.6);
}

.contact-information div {
	margin: 15px;
	padding: 0;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(100, 100, 100, 0.2);
	text-align: left;
}

.contact-information h5 {
	color: #fff;
}

.contact-information a {
	color: #fff;
}

.map-embed iframe {
	width: 100%;
	height: 280px;
	margin: 30px 0 0 0;
	padding: 0;
}


/*  FOOTER
------------------------------------------------*/
#foot {
	color: #fff;
	background-color: #353535;
}


/*  MAILING LIST
------------------------------------------------*/
#foot .mailing-list {
	display: flex !important;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	margin: 0;
	padding: 15px 15%;
	text-align: center;
	background: rgb(255, 207, 74);
	background: linear-gradient(90deg, rgba(255, 207, 74, 1) 0%, rgba(253, 201, 54, 1) 50%, rgba(255, 207, 74, 1) 100%);
}

#foot .mailing-list h4 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	text-shadow: 1px 1px 0px rgba(150, 150, 150, 0.6);
}

#foot .mailing-list .list-text {
	margin: 20px 25px 20px 0;
	padding: 0;
	font-weight: 600;
	color: #454545;
}

#foot .mailing-list .button-link a {
	background: #393939;
}

/*  FOOTER CONTACT INFO
------------------------------------------------*/
#foot .footer-contact {
	display: flex !important;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	padding: 15px 15%;
	line-height: 20px;
}

#foot .footer-location {
	margin: 0 25px 0 0;
	padding: 20px 0;
}

#foot .footer-location .footer-address {
	margin: 8px 0 0 25px;
	font-size: 15px;
	line-height: 18px;
}

#foot .footer-location .footer-address *,
.footer-hours *,
.footer-phone * {
	text-align: left !important;
}

#foot .footer-hours {
	margin: 0 25px 0 0;
	padding: 20px 0;
	font-size: 16px;
}

#foot .footer-hours strong {
	font-size: 20px;
}

#foot .footer-phone {
	margin: 0 25px 0 0;
	padding: 20px 0;
	font-size: 16px;
}

#foot .footer-phone a {
	color: #fff !important;
}

#foot .footer-phone strong {
	font-size: 18px;
}

#foot .footer-associations {
	display: flex !important;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 20px 0;
}

#foot .footer-associations a {
	margin: 0;
	padding: 5px;
}

#foot .footer-associations img {
	margin: 0 15px;
	padding: 0;
}

#foot .footer-lists {
	display: flex !important;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	margin: 0 8% 35px 8%;
}

#foot .footer-lists img {
	width: 100%;
	max-width: 185px;
	padding: 8px 0;
}

/*  FOOTER COPYRIGHT
------------------------------------------------*/
#foot .copyright {
	padding: 12px 0;
	font-size: 13px;
	text-align: center;
	color: #b1b1b1;
	background-color: #232323;
}

#foot .copyright a:link,
#foot .copyright a:visited {
	text-decoration: none;
	color: #b1b1b1;
}

#foot .copyright a:hover,
#foot .copyright a:active {
	text-decoration: none;
	color: #b1b1b1;
}

/*  FOOTER SOCIAL MEDIA
------------------------------------------------*/
#foot .social-media {
	margin: 0 0 0 25px;
}




/************************************************ Responsive Styles **/

@media screen and (max-width: 1850px) {
	nav.primary ul li a {
		font-size: .7em;
	}
}

@media screen and (max-width: 1800px) {
	header .header-navigation .logo {
		margin: 0 auto 30px auto;
	}

	nav.primary {
		width: 98%;
		margin: 20px auto 0 auto;
		padding: 0 2%;
	}

	nav.primary ul li a {
		font-size: .8em;
	}
}

@media screen and (max-width: 1700px) {
	nav.primary ul li a {
		margin: 0 6px;
		padding: 12px 4px;
	}
}

@media screen and (max-width: 1575px) {
	nav.primary ul li {
		width: auto;
	}
}

@media screen and (max-width: 1450px) {
	nav.primary ul li a {
		font-size: .7em;
	}

	nav.primary ul {
		width: auto;
		float: left;
		margin: 0 auto;
		padding: 0;
	}

	nav.primary ul li {
		float: left;
		width: auto;
	}
	
}

@media screen and (max-width: 1385px) {
	.auction-listing-home .listing-content {
		width: 100%;
		margin: 0;
	}

	.auction-listing-home .listing-gallery {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.hero-wrap .motto {
		margin-top: -300px;
	}
}

@media screen and (max-width: 1250px) {

	.cycle-slideshow {

		clip-path: none
	}

	header .contact-banner {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-around;
		padding: 0 6.5%;
	}

	header .header-contact-details {
		justify-content: space-around;
		padding: 0;
	}

	header .header-title {
		display: none;
	}

	.hero-wrap {
		padding: 0;
	}

	.hero {
		top: 0;
	}

	.hero .hero-slide {
		height: 350px;
	}

	div.main {
		margin: 0;
		padding: 55px 10% !important;
		padding-left: 10% !important;
		padding-right: 10% !important;
	}

	.auction-event {
		width: 85%;
	}

	.auction-title .stripe {
		width: 65%;
	}

	.auction-listing-landing .listing-content {
		width: 100%;
		margin: 0;
	}

	.auction-listing-landing .listing-preview {
		height: 200px;
	}

	.auction-listing-landing .listing-side {
		width: 80%;
		margin: 20px 10% 0 10%;
	}
}

@media screen and (max-width: 1185px) {
	.site-header .header-navigation .logo a {text-align:center; }
	.site-header .header-navigation .logo a img {margin:0 auto;}
	
	nav.primary {
		display: none;
	}

	#menu-button {
		width: 90%;
		margin: 35px auto 0 auto;
		padding: 0;
		text-align: center;
		display: block;
		font-size: 1em;
		line-height: 60px;
		position: relative;
		z-index: 400;
		background-color: #efefef;
	}

	#menu-button a {
		display: block;
		color: #444;
		text-decoration: none;
		padding: 0 0 0 .8em;
		font-size: 1.15em;
		font-weight: 800;
	}

	nav.mobile ul li a .fa {
		width: 25px;
		font-weight: 100;
		padding: 8px 3px;
		margin: 0 0 0 5px;
		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 {
		position: absolute;
		right: 10px;
		margin: 22px 0 0 0;
	}


	nav.mobile {
		display: block;
		position: fixed;
		top: 0;
		left: -285px;
		width: 285px;
		height: 100%;
		z-index: 500;
		overflow: auto;
		background: #333;
	}

	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: absolute;
		text-decoration: none;
		vertical-align: top;
		z-index: 9999;
		display: inline-block;

		top: 15px;
		left: 15px;
		font-size: 16px;
		word-spacing: 13px;
		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 h3 {
		color: #ccc;
		margin: 0;
		padding: 23px 0;
		position: relative;
		font-size: 18px;
		font-weight: 600;
		background: #313131;
		font-family: 'Inter', sans-serif;
	}

	nav.mobile .menu-title {
		position: absolute;
		vertical-align: top;
		top: 20px;
		right: 47px;
		text-transform: uppercase;
		font-size: 12px;
		color: #ccc;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		top: 13px;
		right: 10px;
		padding: 6px 9px 5px;
		display: inline-block;
		font-weight: 700;
		font-size: 18px;
		line-height: 1;
		color: #ccc;
		text-decoration: none;
		vertical-align: top;
		font-family: Arial, sans-serif;
	}

	nav.mobile .menu-toggle:hover {
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}

	nav.mobile ul li {
		color: #999;
		font-size: 15px;
		border-bottom: 1px solid #303030;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		color: #999;
		position: relative;
		display: block;
		font-size: 15px;
		text-align: right;
		text-decoration: none;
		border-left: 4px #333 solid;
		padding: 15px 35px 15px 20px;
		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 rgb(255, 207, 74) solid;
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}

	nav.mobile ul li li a {
		color: #ccc;
		background: #444;
		border-left: 4px #444 solid;
		padding: 15px 10px 15px 15px;
	}

	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 {
		color: #ccc;
		background: #555;
		border-left: 4px #555 solid;
	}

	nav.mobile ul li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}

	.nav-footer {
		color: #AAAAAA;
		position: relative;
		text-align: center;
		font-size: 15px;
		line-height: 16px;
		padding: 15px 0;
	}

	.nav-footer i {
		font-size: 13px;
		line-height: 16px;
	}

	nav.mobile ul li span.click {
		background: url(../images/menu-arrow.png) 10px 12px no-repeat;
		background-size: 55%;
		position: relative;
		display: block;
		float: right;
		margin: -44px 0 0 0;
		cursor: pointer;
		z-index: 12399994;
		width: 44px;
		height: 44px;
		-webkit-transition: background-size .3s ease-in-out;
		-moz-transition: background-size .3s ease-in-out;
		transition: background-size .3s ease-in-out;
	}

	nav.mobile ul li span.click:hover {
		background-size: 60%;
	}
}

@media screen and (max-width: 1100px) {
	.site-header .contact-banner {
		justify-content: center;
	}

	.site-header .header-title {
		display: none;
	}

	.site-header .header-contact-details {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		padding: 0 2.5%;
	}

	.auction-section {
		padding: 45px 5%;
	}
}

@media screen and (max-width: 1024px) {
	.popup-frame {
		width: 100%;
		height: 720px;
	}

	.popup-annoucement {
		width: 90%;
		margin: 25px auto;
		padding: 0 5%;
	}

	.hero-wrap {
		margin: 10px 0;
		padding: 0;
	}

	.hero {
		position: relative !important;
		width: 100%;
		top: 0;
		margin: 0;
		padding: 0;
	}

	.hero .hero-slide {
		height: 350px;
		-webkit-clip-path: none;
		clip-path: none;
	}

	.hero-background {
		display: none;
	}

	#foot .footer-contact {
		text-align: center;
	}

	#hl-container {
		height: 500px;
	}
}

@media screen and (max-width: 975px) {
	.site-header .header-navigation {
		flex-flow: column;
		justify-content: center;
	}

	.site-header .header-navigation .logo {
		margin: 0 auto 20px auto;
	}

	.site-header .header-navigation .brands {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.site-header .header-navigation .brands a {
		margin: 0 auto;
	}

	#menu-button {
		width: 90%;
		margin: 20px auto 0 auto;
	}

	/*	
	.site-header .header-navigation .logo {margin:0 0 0 -25px; padding:0;}
	.site-header .header-navigation .logo img {width:100%; max-width:400px;}

	.site-header .header-navigation .brands {display:flex; flex-flow:row wrap; align-items:center; justify-content:flex-end; margin:0; padding:0;}
	.site-header .header-navigation .brands a {margin:0 0 0 25px;}
	.site-header .header-navigation .brands img {width:100%; max-width:225px;}*/
}

@media screen and (max-width: 900px) {
	#fb {
		display: none;
	}

	.auction-calendar-section {
		padding: 55px 10%;
	}

	.auction-listing-landing .listing-preview {
		height: 175px;
	}

	.auction-hosting .auction-title {
		display: none;
	}

	.listing-details .auction-contact {
		width: 100%;
		margin: 0;
	}

	.listing-links {
		width: 98%;
		margin: 20px 0 0 0;
	}

	.listing-links div {
		width: 95%;
	}
}

@media screen and (max-width: 768px) {
	.site-header .header-contact-details span {
		display: none;
	}

	.listing-hero {
		height: 280px;
	}

	.listing-details .description {
		display: none;
	}

	.auction-listing-landing .listing-preview {
		height: 150px;
	}

	#hl-container {
		height: 400px;
	}
}

@media screen and (max-width: 700px) {
	.auction-title {
		font-size: 18px;
		line-height: 22px;
	}

	.listing-hero {
		height: 230px;
	}
}

@media screen and (max-width: 650px) {
	.hero .hero-slide {
		height: 300px;
	}

	.hero-wrap .motto {
		margin: -200px 0 0 0;
		font-size: 35px;
		line-height: 40px;
	}

	.listing-hero {
		height: 200px;
	}

	#foot .mailing-list {
		padding: 15px 8%;
	}

	#hl-container {
		height: 350px;
	}
}

@media screen and (max-width: 600px) {
	.auction-event {
		min-width: 400px;
	}

	.auction-title {
		color: #181818;
	}

	.auction-title .stripe {
		width: 65%;
	}
}

@media screen and (max-width: 550px) {
	.site-header .header-navigation .brands {
		display: flex;
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
	}

	.site-header .header-navigation .brands a {
		margin: 8px 0 0 0;
	}

	.auction-section {
		padding: 35px 2.5%;
	}

	.auction-event {
		min-width: 0;
	}

	.auction-event .auction-date {
		display: none;
	}

	.auction-title {
		font-size: 16px;
		line-height: 20px;
	}

	.auction-title .stripe {
		width: 50%;
	}

	.listing-gallery {
		height: 100px;
	}

	.hero .hero-slide {
		height: 200px;
	}

	.hero-wrap .motto {
		margin: -130px 0 0 0;
		font-size: 30px;
		line-height: 35px;
	}

	.listing-hero {
		height: 180px;
	}

	#hl-container {
		height: 300px;
	}
}

@media screen and (max-width: 450px) {
	.auction-listing-landing .listing-preview {
		display: none;
	}

	.auction-listing-landing .listing-side {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.hero .hero-slide {
		height: 180px;
	}

	.hero-wrap .motto {
		display: none;
	}

	.listing-hero {
		height: 130px;
	}
}

@media screen and (max-width: 400px) {
	.calendar-icon {
		width: 90px;
		margin: 0 auto 25px auto;
		padding: 0;
		float: none;
		position: relative;
		text-align: center;
		border: 1px #C7C7C7 solid;
	}

	.auction-title .stripe {
		width: 100%;
	}
}

@media screen and (max-width: 380px) {
	.listing-gallery {
		display: none;
	}

	.hero .hero-slide {
		display: none;
	}

	.listing-hero {
		display: none;
	}

	#hl-container {
		height: 250px;
	}
}