@import url("https://use.typekit.net/rrg4vhf.css");
* {
	margin:0px; 
	padding:0px;
	box-sizing:border-box;
}
body {
	font-family:  myriad-pro, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:20px;
	color:#000;
}
img {
	max-width:100%;
	height:auto;
}
.owned {
	font-weight: bold;
	font-size: 22px;
	margin-top: 5px;
	display: block;
}
.clear:after {
	content:'';
	display:block;
	clear:both;
}

.container {
	max-width: 1300px;
	margin:0px auto;
	padding:0px 10px;
}
#print .container {
	max-width: 1000px;
}
.red {
	color: red;
}
.Alert {
	background-color: #F7D3A5;
}

.BadAlert {
	border: 1px solid red;
	height: auto;
	background: #EFE0E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
} 

.BadNews {
	color: red;
	font-weight: bold;
}

.GoodAlert {
	padding: 10px;
	border: 1px solid green;
	height: auto;
	background: #E2EFE0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}

input.ExtraLarge {width: 500px;}
input.Large {width: 400px;}
input.Medium {width: 300px;}
input.MediumSmall {width: 250px;}
input.Small {width: 200px;}
input.ExtraSmall {width: 100px;}
input.Date {width: 80px;}

/* HEADER */
header {
	position:relative;
	z-index:3;
	background-image: url("../../Assets/Images/header-background.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
#header {
	padding: 20px 0;
}
#header:after {
	content:'';
	display:block;
	clear:both;
}
#header #logo {
	width:100%;
	margin: 0;
	text-align: center;
}
#header #logo img {
	padding-top:10px;
	width: 100%;
	max-width: 700px;
}
#header #contact {
    text-align: center;
	width:100%;
	margin: 10px 0;
}
#header #contact a {
	color: #fff;
}
#header #license {
	margin-top: 15px;
	display: none;
}

/* ^ HEADER */
/* NAVIGATION */
header nav {
	background-color:#000;
	border-top:1px solid #000;
	clear:both;
	text-align:center;
}
header #nav > ul {
	list-style:none;
	width:100%;
	display:block;
	margin:0px auto;
    font-size: 0px; /*elimiates spacing between li*/
}
header #nav ul li {
	margin-bottom:0px;
}
header #nav > ul > li {
	display:inline-block;
}
header #nav ul li a {
	text-decoration:none;
	color:inherit;
	text-transform:uppercase;
	display:block;
	padding:10px 10px;
	font-size:19px;
	font-weight:400;
}
header #nav ul li:hover a {
	background-color:#dbdbdb;
	color: #000;
}
header #nav > ul > li ul  {
	display:none;
	position:absolute;
    text-align:left;
	margin-left:0px;
	background-color:#dbdbdb;
}
header #nav > ul > li ul li {
	display:block;
}
header #nav > ul > li ul li a {
	font-weight:300;
	padding:10px 20px;
}
header #nav > ul > li > ul > li a:hover {
	background-color:rgba(255,255,255,.5);
}
/* ^ NAVIGATION */
/* CONTENT */
main {
	background: #102e4a url("../Images/mainBG.jpg") 0 0 repeat-x; 
}
#interior main {
	background: #102e4a url("../Images/interiorBG.jpg") 0 0 repeat-x; 
}
#interior.whitebg main {
	background: #fff url("../Images/interiorBG.jpg") 0 0 repeat-x; 
}
.whitebg ul {
	list-style: outside;
	margin-left: 20px;
}
.whitebg ul li {
	margin-bottom: 20px;
}
#print main {
	padding: 10px 0;
	background-color: #fff; 
	background-image: none;
}
#auction main {
	background-image: none;
	background-color: #fff;
}
#auction .right {
	padding: 10px 30px;
}
#auction #notifications {
	text-align: center;
}
#auction .g-recaptcha > div {
	margin: 10px auto 20px;
}
#main {
	position: relative;
	z-index:2;
	padding-top:30px;
	padding-bottom:30px;
}
#interior #main {
	padding-top: 5px;
}

#auction #main {
	padding-top: 5px;
}
#main:after {
	content:'';
	display: block;
	clear:both;
}

.main {
	margin-top: 20px;
}
#interior .main {
	margin-top: 30px;
}

.hours {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.left {
	float:left;
	width:48%;
	margin-right: 2%;
}
.right {
	float:left;
	width:48%;
	margin-left: 2%;
}
h1 {
	font-size:35px;
	color:#4d759a;
	margin-bottom:15px;
	margin-top:15px;
}
#interior h1 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
#auction h1 {
	
}
h2 {
	font-size:30px;
	color: #4d759a;
	margin-bottom:15px;
}
h3 {
	margin-bottom: 20px;
}
h4 {
	text-transform: uppercase;
	margin: 0px 0px 10px;
	font-size: 24px;
	border-top: 1px solid #999;
	padding-top: 10px;
	margin-top: 15px;
}
h6 {
	width: 34%;
	margin: 0 33% 20px;
	font-size: 20px;
	padding: 5px 10px;
	border: 1px solid #000;
}
p {
  margin-bottom:15px;
}
ul {
    list-style-position: inside;
}
ul li {
	margin-bottom: 10px;
}
a {
    -webkit-transition: all 0.2s5s ease;
    transition: all 0.25s ease;
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#000;
}
#auction a {
	color: #4d759a;
}
#auction a.red {
	color: red;
	font-weight: bold;
}
.contactInfo {
	font-size: 18px;
}
.contactInfo h4 {
	font-size: 20px;
}
input, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	background-color:#ededed;
	border:0px;
	padding:5px;
	width:100%;
	margin-bottom:10px;
}
input[type="submit"], button {
	background-color:#c60001;
	color:#fff;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	text-align:center;
	text-transform: uppercase;
}

/* ^ CONTENT */
.redbox {
	border: 4px solid #ce1212;
	display: none;
}
#auction .redbox {
	margin-top: 25px;
}
.redbox .head {
	background: #ce1212;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
#auction .redbox .head,
#interior .redbox .head {
	cursor: pointer;
}
#auction .redbox .head .left,
#interior .redbox .head .left {
	width: 90%;
	float: left;
	margin: 0;
}
#auction .redbox .head .right,
#interior .redbox .head .right {
	width: 10%;
	float: left;
	margin: 0;
	text-align: center;
}
#auction .redbox .head .icon,
#interior .redbox .head .icon {
	color: #fff;
	margin-top: 18px;
	font-size: 30px;
}
.redbox .head .title {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
}
.redbox .head .subtitle {

}
.redbox .body {
	background: #e4e4e4;
	padding: 20px;
}
#auction .redbox .body,
#interior .redbox .body {
	display: none;
}
.redbox .body .left {
}

.buttons {
	margin: 30px 0px;
}
.buttons .col {
	float: left;
	width: 33%;
	text-align: center;
}
.buttons .col a {
	width: 80%;
	text-align: center;
	margin: 10% auto;
	border: 1px solid #fff;
	color: #fff;
	background: #00386d;
	padding: 20px;
	font-size: 24px;
	text-transform: uppercase;
	display: block
}
.buttons .col a:hover {
	background: #0078eb;
}
p a.link,
td a.link {
	padding: 10px;
	text-align: center;
	background: #0078eb;
	border: 1px solid #fff;
	color: #fff;
}
p a.link:hover,
td a.link:hover {
	background: #00386d;
}
.attention {
	display: block;
	color: red;
}
.attention-green {
	color: green;
}
.strike {
	text-decoration: line-through;
}
div.attention {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}

.AuctionSummary {}
.AuctionSummary p {
	margin-top: 5px;
}
.AuctionSummary .terms {}
.AuctionSummary .terms .title {
	background: #0078eb;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	width: 120px;
}
.print {
	margin-top: 20px;
}
#auction a.link {
	background: #0078eb;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	display: block;
	max-width: 300px;
	float: left;
	margin-right: 20px;
}
#auction a.link:hover {
	text-decoration: underline;
}
.AuctionSummary .terms .body {
	border-top: 1px solid #999;
	padding-top: 20px;
}
/* FOOTER */
footer {
	background: #102e4a;
	text-align: center;
	color: #fff;
	padding-top: 20px;
}
#footer {
	padding-bottom: 30px;
}

#siteby a {
    width: 84px;
    height: 39px;
    text-indent: -5000px;
    background: url("../../Assets/Images/firehorse-creative.png") top left no-repeat;
    margin:0px auto;
    display:block;
    float:right;
    margin-top:-70px;
}
/* ^ FOOTER */
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:100px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.featuredAuction {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 2%;
	background: #cdd5dc;
	margin-bottom: 20px;
}
.featuredAuction {

}
.featuredAuction .featuredAuctionImage1 {
	order: 0;
	width: 20%;
	margin-right: 2%;
	overflow: hidden;
	max-height: 235px;
}
.featuredAuction .featuredAuctionImage2 {
	order: 1;
	width: 20%;
	margin-right: 2%;
	overflow: hidden;
	max-height: 205px;
}
.featuredAuction .featuredAuctionImage1 img,
.featuredAuction .featuredAuctionImage2 img {
	height: 205px;
	width: auto;
	max-width: 5000px;
	display: block;
	margin-left: -10%;
}

.featuredAuction .featuredAuctionText {
	order: 2;
	width: 52%;
}


@media (max-width:1130px) {
	.featuredAuction .featuredAuctionText,
	.featuredAuction .featuredAuctionImage2,
	.featuredAuction .featuredAuctionImage1 {
		width: 100%;
		margin: 10px 0;
	}
	.featuredAuction .featuredAuctionImage2 img,
	.featuredAuction .featuredAuctionImage1 img {
		width: 100%;
		height: auto;
		margin: 0;
	}

	#mobile-nav {
		display:block;
	}
	h6 {
		width: 100%;
		margin: 0 0 20px;
	}
	header #nav > ul {
		display:none;
		position:absolute;
		background-color:#fff;
		padding-left:0px;
	}
	header #nav ul  li {
		display:block;
		width:100%;
		border-top:1px solid #ccc;
		text-align:left;
	}
	header #nav > ul > li ul {
		position:relative;
	}	header #nav ul li a {		color: #000;	}
	#header #license,
	#header #contact,
	#header #logo {
		width: 90%;
		margin:10px 5%;
		text-align: center;
	}
	
	#auction .redbox .head .left,
	#auction .redbox .head .right,
	#interior .redbox .head .left,
	#interior .redbox .head .right,
	.buttons .col,
	.left,
	.right {
		width: 100%;
		margin: 10px 0;
	}	.redbox .head .title,	#interior h1 {		font-size: 24px;	}
}