div.home_top{
	margin-bottom: 25px;
}

div.home_top div.left{
	float: left;
	width: 250px;
}

div.home_top div.right{
	float: right;
	width: 710px;
}

div.home_top div.left div.buttons a{
	display: block;
	background-color: #475474;
	color: white;
	text-decoration: none;
	width: 48%;
	box-sizing: border-box;
	padding: 20px 0px;
	font-weight: 500;
	line-height: 1.2em;
	font-size: 16px;
	text-align: center;
	border-radius: 20px;
}

div.home_top div.left div.buttons a:hover{
	background-color: #374259;
}

div.home_top div.left div.buttons a:first-child{
	float: left;
}

div.home_top div.left div.buttons a:nth-child(2){
	float: right;
}

div.home_top div.left div.social{
	text-align: center;
	margin-top: 12px;
}

div.home_top div.left div.social img{
	height: 50px;
}

div.home_top div.left div.social a:not(:first-child){
	margin-left: 10px;
}

div.home_top div.text_content p{
	font-size: 16px;
}

div.home_top div.right a.mta{
	position: absolute;
	top: 0px;
	right: 0px;
}

@media (max-width: 1000px) {
	div.home_top div.left,
	div.home_top div.right{
		float: none;
		width: 100%;
	}

	div.home_top div.right a.mta{
		position: relative;
		float: right;
		margin-bottom: 15px;
		margin-left: 15px;
	}

	div.home_top div.left div.buttons a{
		margin-top: 20px;
	}
}

@media (max-width: 600px) {
	div.home_top div.left div.buttons a{
		width: 100%;
		float: none;
	}

	div.home_top div.left div.social{
		margin-top: 20px;
	}
}








div.home_left{
	float: left;
	width: 250px;
	overflow: hidden;
}

div.home_right{
	width: 710px;
	float: right;
}

div.home_fade{
	position: relative;
	background-color: white;
}

div.home_fade li img{
	border-radius: 20px;
}

div.home_fade li:not(:first-child){
	display: none;
}

div.home_fade.vertical{
	border: 3px solid #475474;
	background-color: #475474;
	box-sizing: border-box;
	border-radius: 20px;
	height: 400px;
	width: 250px;
	float: left;
	margin-right: 20px;
}

div.home_fade.horizontal{
	width: 100%;
	height: 400px;
	float: right;
}

/* TODO: remove once new images have been uploaded at the right size */
div.home_fade.vertical img{
	width: 244px;
	height: 394px;
	border-radius: 18px;
}
div.home_fade.horizontal img{
	width: 710px;
	height: 400px;
}

div.home_left div.content{
	border: 3px solid #475474;
	border-radius: 20px;
	box-sizing: border-box;
	min-height: 400px;
	padding: 20px;
}

div.home_left div.content :first-child{
	margin-top: 0px;
}

div.home_left div.featured_lots{
	position: relative;
	border: 3px solid #475474;
	border-radius: 20px;
	box-sizing: border-box;
	height: 400px;
}

div.home_left div.featured_lots div.title{
	text-align: center;
	color: white;
	background-color: #475474;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 0px;
	border-radius: 14px 14px 0px 0px;
	font-size: 14px;
}

div.home_left div.featured_lots div.lots{
	overflow: hidden;
}

div.home_left div.featured_lots div.lots li div.container{
	width: 244px;
}

div.home_left div.featured_lots div.lots li a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: inherit;
}

div.home_left div.featured_lots div.lots li a:hover{
	opacity: 0.8;
}

div.home_left div.featured_lots div.lots div.name{
	color: #475474;
	font-size: 18px;
	font-weight: 500;
	margin-top: 8px;
}

div.home_left div.featured_lots div.lots div.price,
div.home_left div.featured_lots div.lots div.timeleft{
	font-size: 16px;
	margin-top: 5px;
}

div.home_left div.featured_lots div.lots div.price{
	float: left;
}

div.home_left div.featured_lots div.lots div.timeleft{
	float: right;
}

div.home_left div.featured_lots div.lots div.auction{
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 10px;
}

div.home_left div.featured_lots div.lots li img{
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
}

div.home_left div.featured_lots div.nav{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: white;
	background-color: #475474;
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	border-radius: 0px 0px 14px 14px;
}

div.home_left div.featured_lots div.nav a{
	position: absolute;
	display: block;
	width: 40px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	bottom: 0px;
	background-color: #475474;
	background-size: 20%;
}

div.home_left div.featured_lots div.nav a:hover{
	background-color: #374259;
}

div.home_left div.featured_lots div.nav a.back{
	background-image: url(/modules/main/images/lots/arrow_left.png);
	left: 0px;
	border-radius: 0px 0px 0px 14px;
	border-right: 1px solid white;
}

div.home_left div.featured_lots div.nav a.next{
	background-image: url(/modules/main/images/lots/arrow_right.png);
	right: 0px;
	border-radius: 0px 0px 14px 0px;
	border-left: 1px solid white;
}

@media (max-width: 1000px) {
	div.home_left{
		float: none;
		margin: auto;
	}

	div.home_right{
		display: none;
	}
}











ul.featured_auctions{
	margin-top: 10px;
}

ul.featured_auctions a{
	text-decoration: none;
	color: inherit;
}

ul.featured_auctions li{
	float: left;
	width: 458px;
	margin-top: 20px;
	border: 1px solid #eee;
	border-radius: 10px;
	background-color: #f5f5f5;
	padding: 10px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

ul.featured_auctions li:hover{
	background-color: #eee;
}

ul.featured_auctions li:nth-child(even){
	float: right;
}

ul.featured_auctions li:nth-child(odd){
	clear: both;
}

ul.featured_auctions li div.image{
	float: left;
	width: 100px;
	position: relative;
}

ul.featured_auctions li div.text{
	float: right;
	width: 346px;
}

ul.featured_auctions li img{
	width: 100px;
	height: 142px;
}

ul.featured_auctions li div.name{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.1em;
	color: #475474;
}

ul.featured_auctions li div.info{
	margin-top: 13px;
	line-height: 1.3em;
}

ul.featured_auctions li div.info div.key{
	font-weight: bold;
}

ul.featured_auctions li.ending div.image:after{
	position: absolute;
	content: 'Sale Finishing Today';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.75);
	display: block;
	text-align: center;
	color: red;
	font-weight: 700;
	line-height: 1.3em;
	font-size: 18px;
	box-sizing: border-box;
	padding-top: 37px;
}

ul.featured_auctions li.ended div.image:after{
	content: 'Sale Closed';
	padding: 47px 5px 0px;
}

@media (max-width: 1000px) {
	ul.featured_auctions li{
		float: none !important;
		width: auto;
	}

	ul.featured_auctions li div.text{
		width: calc(100% - 110px);
	}
}











a.archived_auctions{
	font-size: 1px;
	color: white;
}