/*.auction-nav-section {
	width: 100%;
	background-color: #f6f6f6;
}

.auction-nav-section .auction-nav {
	width: 800px;
	margin: 0px auto;
	padding: 10px 0;
}

.auction-nav-section .auction-nav .auction-nav-item {
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
	padding: 10px 0;
	font-size: 30px;
	font-family: Abolition;
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

.auction-nav-section .auction-nav .auction-nav-item:last-of-type {
	margin-right: 0;
}*/

.category-nav-section {
	width: 100%;
	background-color: #f6f6f6;
}

.category-nav-section .category-nav {
	max-width: 800px;
	width: 90%;
	margin: 0px auto;
	padding: 10px 0;
}

.category-nav-section .category-nav .category-nav-item {
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
	padding: 10px 0;
	font-size: 30px;
	font-family: Abolition;
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

.category-nav-section .category-nav .category-nav-item:last-of-type {
	margin-right: 0;
}

.full-auction {
	max-width: 860px;
	width: 90%;
	margin: 0px auto;
}

.full-auction .auction-title {
	margin-top: 40px;
	font-family: industry-inc-base;
}

.full-auction .auction-date {
	font-family: industry-inc-base;
	margin-bottom: 40px;
	color: #21722a;
}

.full-auction #main-image {
	width: 100%;
	padding-bottom: 38%;
	background-size: cover;
	background-position: center;
}

.full-auction .auction-content {
	width: 100%;
	box-sizing: border-box;
	padding-right: 340px;
	position: relative;
	margin: 50px 0;
}

.full-auction .auction-content .auction-content-left {
	width: 100%;
}

.full-auction .auction-content .auction-content-right {
	width: 320px;
	position: absolute;
	top: 0;
	right: 0;	border-left: 2px solid #000;	box-sizing: border-box;	padding-left: 30px;
}

.full-auction #main-video {
	width: 100%;
	height: 400px;
	margin-bottom: 50px;
	background-color: #000;
}

/*.full-auction .other-images {
	margin-bottom: 50px;
}

.full-auction .other-images .other-image {
	width: 32%;
	padding-bottom: 22%;
	background-size: cover;
	background-position: center;
	margin-right: 2%;
	float: left;
}

.full-auction .other-images .other-image:nth-of-type(4n-1) {
	margin-right: 0%;
}*/

.full-auction #auction-images .auction-image {
	padding-bottom: 200px;
	box-sizing: border-box;
	margin-left: 3px;
	background-size: cover;
	background-position: center;
        position: relative;
        cursor: pointer;
        cursor: hand;
}

.full-auction #auction-images .auction-image .auction-image-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    color: rgba(255,255,255,0.5);
    padding: 5px;
}

.full-auction #auction-images .auction-image:hover > .auction-image-caption {
    background-color: rgba(0,0,0,0.8);
    color: rgba(255,255,255,0.8);
}

.image-lightbox {
    position: relative;
}

.image-lightbox .auction-image-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    color: rgba(255,255,255,0.5);
    padding: 5px;
}

.image-lightbox:hover > .auction-image-caption {
    background-color: rgba(0,0,0,0.8);
    color: rgba(255,255,255,0.8);
}

.full-auction .auction-content .auction-content-right .quick-details {	
	width: 100%;
        margin-bottom: 15px;
}
.full-auction .auction-content .auction-content-right .quick-details .quick-details-left {	
	float: left;	
	width: 22%;	
	height: 70px;	
	background-color: #21722a;
}
.full-auction .auction-content .auction-content-right .quick-details .quick-details-right {	
	float: left;	
	width: 78%;	
	font-family: abolition;	
	font-size: 20px;	
	line-height: 18px;
}
.full-auction .auction-content .auction-content-right .quick-details .quick-details-left .month {	
	width: 100%;	
	display: block;	
	color: #fff;	
	font-family: abolition;	
	text-align: center;	
	font-size: 22px;	
	line-height: 18px;	
	margin-top: 9px;
}
.full-auction .auction-content .auction-content-right .quick-details .quick-details-left .day {	
	width: 100%;	
	display: block;	
	color: #fff;	
	font-family: abolition;	
	text-align: center;	
	font-size: 40px;	
	line-height: 35px;
}
.full-auction .auction-content .auction-content-right .quick-details .quick-details-right .date {	
	display: block;	
	width: 100%;	
	padding: 0px 6px;	
	padding-bottom: 3px;
}
.full-auction .auction-content .auction-content-right .quick-details .quick-details-right .time {	
	display: block;	
	width: 100%;	
	border-top: 1px solid #b3b3b3;	
	border-bottom: 1px solid #b3b3b3;	
	padding: 4px 6px;
}
.full-auction .auction-content .auction-content-right .quick-details .quick-details-right .lot_amount {	
	display: block;	
	width: 100%;	
	padding: 0px 6px;	
	padding-top: 3px;
}
.full-auction .auction-content .auction-content-right .direction-wrapper {	
	margin: 8px 0;
        font-family: abolition;
	font-size: 20px;
}
.full-auction .auction-content .auction-content-right .direction-wrapper img {	
	height: 30px;
        margin-right: 8px;
}
.full-auction .auction-content .auction-content-right .direction-wrapper a {
}
.full-auction .auction-content .auction-content-right .webcast-wrapper {	
	font-family: abolition;	
	display: block;	
	width: 100%;	
	padding: 10px 12px;	
	background-color: #21722a;	
	color: #fff;	
	font-size: 20px;	
	margin-bottom: 8px;
        text-decoration: none;
}

.full-auction .auction-content .auction-content-right .webcast-wrapper:hover {	
    background-color: #174f1d;
}

.full-auction .auction-content .auction-content-right .webcast-wrapper i {	
    margin-right: 8px;
}

.full-auction .auction-content .auction-content-right .catalog-wrapper {	
	font-family: industry-inc-base;	
	display: block;	
	width: 100%;	
	padding: 12px 9px;	
	background-color: #232323;	
	color: #fff;	
	font-size: 20px;	
	margin-bottom: 8px;
}
.full-auction .auction-content .auction-content-right .phone-wrapper {	
	font-family: abolition;	
	display: block;	
	width: 100%;	
	font-size: 20px;	
	margin-bottom: 8px;
}
.full-auction .auction-content .auction-content-right .calendar_reminder {	
	font-family: abolition;	
	display: block;	
	width: 100%;	
	color: #3d70aa;	
	font-size: 20px;	
	margin-bottom: 8px;
}

.auction-footer {
	display: block;
	max-width: 1052px;
	width: 90%;
	padding-top: 20px;
	border-top-style: double;
    margin: 20px auto 80px auto;
}

.upcoming-auctions-wrapper {
    width: 1052px;
    margin: 0px auto;
}

.upcoming-auctions-wrapper .upcoming-auctions-line {
    width: 1000px;
    height: 10px;
    background-color: #fff;
    margin: 0px auto;
    margin-bottom: 10px;
}

.upcoming-auctions-wrapper .upcoming-auctions {
	width: 334px;
	height: 439px;
	float: left;
	overflow: none;
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #feffff 0%, #e6e6e6 46%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #feffff 0%,#e6e6e6 46%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #feffff 0%,#e6e6e6 46%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	margin-left: 10px;
}

.upcoming-auctions-wrapper .upcoming-auctions h2 {
	text-align: center;
	font-family: industry-inc-base;
	color: #424242;
	font-size: 24px;
	margin: 25px 0px;
}

.upcoming-auctions-wrapper .upcoming-auctions img {
	width: 24px;
	margin-right: 5px;
        margin-top: -5px;
}

.upcoming-auctions-wrapper .upcoming-auctions .upcoming-auction {
    width: 90%;
    margin: 0px auto;
    height: 110px;
    overflow: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
}

.upcoming-auctions-wrapper .upcoming-auctions .upcoming-auction .auction-date {
	width: 60px;
	height: 60px;
	background-color: #21722a;
	position: absolute;
	left: 0px;
	top: 5px;
	display: inline-block;
	color: #FFF;
	font-family: Abolition;
}

.upcoming-auctions-wrapper .upcoming-auctions .upcoming-auction.today .auction-date {
	background-color: #1e599c;
}

.upcoming-auctions-wrapper .upcoming-auctions .upcoming-auction .auction-date .time {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	margin-top: 8px;
}

.upcoming-auctions-wrapper .upcoming-auctions .upcoming-auction .auction-date .today-text {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}

.upcoming-auctions-wrapper .upcoming-auctions .upcoming-auction .auction-date .month {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	margin-top: 4px;
}

.upcoming-auctions-wrapper .upcoming-auctions .upcoming-auction .auction-date .day {
	display: block;
	text-align: center;
	font-size: 40px;
	line-height: 32px;
}

.upcoming-auctions-wrapper .upcoming-auctions .upcoming-auction .seperator {
	width: 3px;
	height: 100%;
	position: absolute;
	left: 66px;
	top: 0px;
	background-color: #000;
}

.upcoming-auctions-wrapper .upcoming-auctions .upcoming-auction .auction-info {
	width: 225.6px;
	height: 100px;
	position: absolute;
	left: 75px;
	top: 5px;
	overflow: hidden;
        text-overflow: clip;
}

.upcoming-auctions-wrapper .upcoming-auctions .upcoming-auction:nth-of-type(2n) .auction-info {
	background-color: #feffff;
	padding: 5px;
	box-sizing: border-box;
}

.upcoming-auctions-wrapper .upcoming-auctions .upcoming-auction .auction-info .auction-title {
	display: block;
	font-family: Abolition;
	font-size: 22px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	color: #21722a;
        white-space: nowrap;
        text-overflow: ellipsis;
}

.upcoming-auctions-wrapper .upcoming-auctions .upcoming-auction.today .auction-info .auction-title {
	color: #1e599c;
}

.upcoming-auctions-wrapper .upcoming-auctions .upcoming-auction .auction-info .auction-consigners {
	display: block;
	font-size: 13px;
	line-height: 15px;
	height: 15px;
	overflow: hidden;
        color: #222;
        white-space: nowrap;
        text-overflow: ellipsis;
}

.upcoming-auctions-wrapper .upcoming-auctions .upcoming-auction .auction-info .auction-breif {
	display: block;
	font-size: 13px;
	line-height: 15px;
	overflow: hidden;
        color: #555;
}

.auction-breadcrumbs {
	max-width: 860px;
    margin: 0px auto;
	display: block;
	text-align: right;
	padding: 50px 0 0px 0;
}

.auction-breadcrumbs a,
.auction-breadcrumbs a:hover {
	color: inherit;
	padding: 0 10px;
}

form.auction-nav-bar {
	font-family: Georgia;
	width: 100%;
	background-color: #424242;
	padding: 15px;
	box-sizing: border-box;
	padding-right: 160px;
	position: relative;
	margin: 20px 0;
}

form.auction-nav-bar input[name="keywords"] {
	width: 32%;
	margin-right: 1.4%;
	box-sizing: border-box;
	padding: 12px;
	font-size: 16px;
}

form.auction-nav-bar select[name="category"] {
	width: 32%;
	margin-right: 1.4%;
	box-sizing: border-box;
	padding: 12px;
	font-size: 16px;
}

form.auction-nav-bar select[name="date"] {
	width: 32%;
	box-sizing: border-box;
	padding: 12px;
	font-size: 16px;
}

form.auction-nav-bar .auction-nav-button {
	position: absolute;
	width: 130px;
	top: 15px;
	right: 15px;
	background-color: #21722a;
	color: #fff;
	box-sizing: border-box;
	padding: 13px;
	font-size: 16px;
	text-align: center;
	border: none;
}

form.auction-nav-bar .auction-nav-button:hover {
	text-decoration: none;
	background-color: #808080;
}

h1.auction-browse-header {
	margin-top: 40px;
	font-size: 36px;
	color: #000;
    font-family: industry-inc-base;
}

.webcast-wrapper {
	font-family: industry-inc-base;
	max-width: 860px;
	margin: 0px auto;
	width: 90%;
}

.webcast-wrapper h1 {
	font-size: 32px;
	border-bottom-size: 1px;
	border-bottom-color: #b0b0b0;
	border-bottom-style: double;
}

.webcast-wrapper .video-wrapper {
	width: 100%;
	background-color: #fff;
}

.webcast-wrapper .video-wrapper .video-js {
	position: relative !important;
    width: 100% !important;
    height: auto !important;
    padding-top: 56.25%;
}

.webcast-wrapper .video-wrapper .vjs-poster {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*.webcast-wrapper .video-wrapper .vjs-fullscreen {padding-top: 0px}*/

.webcast-wrapper .webcast-info {
    width: 100%;
    background-color: #424242;
    margin: 10px auto;
    color: #fff;
    font-family: Abolition;
}

.webcast-wrapper .webcast-info-selling  {
    float: left;
    width: 42%;
    margin-right: 3%;
}

.webcast-wrapper .webcast-info-sold  {
	float: left;
    width: 55%;
}

.webcast-wrapper h3 {
	float: left;
	margin: 10px 18px;
	font-size: 42px;
	display:inline-block;
}

.webcast-wrapper .webcast-info-item {
	float: left;
	padding: 10px 10px;
}

.webcast-wrapper .webcast-info-item span {
	display: block;
	font-size: 22px;
	line-height: 20px;
}

.webcast-wrapper .webcast-info-item span.amount {
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 26px;
	padding-bottom: 6px;
}



.auction-stub {
	width: 100%;
	position: relative;
	padding-left: 300px;
	box-sizing: border-box;
	min-height: 280px;
	margin-bottom: 20px;
}

.auction-stub .auction-stub-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
}

.auction-stub .auction-stub-right {
	width: 100%;
}

.auction-stub .auction-stub-left .stub-image {
	width: 100%;
	padding-bottom: 42%;
	margin-bottom: 10px;
	background-position: center;
	background-size: cover;
}

.auction-stub .auction-stub-left .quick-details {	
	width: 100%;
}
.auction-stub .auction-stub-left .quick-details .quick-details-left {	
	float: left;	
	width: 30%;	
	height: 90px;	
	background-color: #21722a;
}
.auction-stub .auction-stub-left .quick-details .quick-details-right {	
	float: left;	
	width: 70%;	
	font-family: abolition;	
	font-size: 24px;	
	line-height: 22px;
}
.auction-stub .auction-stub-left .quick-details .quick-details-left .month {	
	width: 100%;	
	display: block;	
	color: #fff;	
	font-family: abolition;	
	text-align: center;	
	font-size: 28px;	
	line-height: 23px;	
	margin-top: 13px;
}
.auction-stub .auction-stub-left .quick-details .quick-details-left .day {	
	width: 100%;	
	display: block;	
	color: #fff;	
	font-family: abolition;	
	text-align: center;	
	font-size: 50px;	
	line-height: 40px;
}
.auction-stub .auction-stub-left .quick-details .quick-details-right .date {	
	display: block;
	width: 100%;
	padding: 0px 6px;	
	padding-bottom: 5px;
}
.auction-stub .auction-stub-left .quick-details .quick-details-right .time {
	display: block;	
	width: 100%;	
	border-top: 1px solid #b3b3b3;	
	border-bottom: 1px solid #b3b3b3;	
	padding: 6px 6px;
}
.auction-stub .auction-stub-left .quick-details .quick-details-right .lot_amount {	
	display: block;	
	width: 100%;	
	padding: 0px 6px;	
	padding-top: 5px;
}

.auction-stub .auction-stub-right a {
	display: block;
	color: #21722a;
	font-family: abolition;	
	font-size: 36px;
	margin: 0;
	padding-bottom: 4px;
}

.auction-stub .auction-stub-right a:hover {
	text-decoration: none;
}

.auction-stub .auction-stub-right span {
	font-family: arial;
	text-transform: uppercase;
	
}

.auction-stub .auction-stub-right p {
	font-family: arial;
	font-size: 13px;
}

.auction-list .auction-nav-bar {
	margin-bottom: 40px;
}

.auction-content-wrapper {
	width: 90%;
	max-width: 860px;
	margin: 40px auto;
}

.auction-content-seperator {
	margin: 40px auto;
	margin-bottom: 0px;
	width: 90%;
	max-width: 860px;
	border-top-style: double;
}

.webcast-login {
	padding: 20px !important;
	margin: 0px !important;
 	min-width: none !important;
 	width: auto !important;
}

.webcast-login h3 {
	margin: 0;
	font-family: industry-inc-base;
	margin-bottom: 10px;
}

.webcast-login input {
	width: 100%;
	padding: 8px;
	margin-bottom: 10px;
}

.webcast-login input[name="submit"] {
	background-color: #1b7a25;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    width: 100%;
    color: #FFF;
    text-align: center;
    display: block;
    border: none;
    margin-bottom: 0px;
}

.directions-lightbox {
	padding: 0 !important;
	margin: 0 !important;	
}

.directions-lightbox #auction-map {
	width: 100%;
	height: 400px;
}

.no-auctions {
	width: 90%;
	text-align: center;
	font-size: 20px;
	margin: 0px auto;
}

.no-auctions a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1b7a25;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-family: Abolition;
    margin-top: 20px;
    box-sizing: border-box;
    width: 90%;
    max-width: 350px;
}

.no-auctions a:hover {
    color: #FFF;
    text-decoration: none;
}

.no-sales {
    width: 90%;
    text-align: center;
    margin: 0px auto;
}

.no-sales a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1b7a25;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-family: Abolition;
    margin-top: 20px;
    box-sizing: border-box;
    width: 90%;
    max-width: 350px;
    font-size: 20px;
}

.no-sales a:hover {
    color: #FFF;
    text-decoration: none;
}

#small-player-link,
#audio-only-link {
    background-color: #21722a;
    font-size: 20px;
    color: #fff;
    line-height: 10px;
    text-decoration: none;
    display: inline-block;
    padding: 6px;
    font-family: Abolition;
    float: right;
    margin-left: 5px;
}

.share-wrapper {
    width: 100%;
    font-family: Abolition;
    padding: 10px 12px;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    font-size: 20px;
}

.share-wrapper .share-icons {
    float: left;
}

.share-wrapper .share-icons a {
    color: #fff;
    text-decoration: none;
    margin-right: 8px;
}

.share-wrapper .share-icons a i.fa-facebook-official:hover {
    color: #3b5998;
}

.share-wrapper .share-icons a i.fa-twitter:hover {
    color: #00aced;
}

.share-wrapper span {
    float: right;
}





@media only screen and (max-width: 755px) {
    .webcast-wrapper .webcast-info-selling {
        width: 100%;
        margin-right: 0;
    }
    .webcast-wrapper .webcast-info-sold {
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
	.full-auction .auction-content {
	    padding-right: 0px;
	}
	
	.full-auction .auction-content .auction-content-right {
	    width: 100%;
	    position: static;
	    border-left: none;
	    padding-left: 0;
	}
	
	.full-auction #auction-images {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
        
        .auction-stub {
            padding-left: 0;
        }
        
        .auction-stub .auction-stub-left {
            position: relative;
            top: auto;
            left: auto;
            width: 100%;
        }
        
        .auction-stub .auction-stub-right {
            width: 100%;
        }
        
        .auction-stub .auction-stub-right p {
            max-height: 280px;
            display: inline-block;
            overflow: hidden;
        }
	
}

@media only screen and (max-width: 540px) {
    #small-player-link span,
    #audio-only-link span {
        display: none;
    }
}

@media only screen and (max-width: 380px) {
    .webcast-wrapper .webcast-info-selling h3,
    .webcast-wrapper .webcast-info-sold h3 {
        margin: 10px 18px;
        font-size: 30px;
    }
    
    .webcast-wrapper .webcast-info-item {
        padding: 10px 5px;
    }
    
    .webcast-wrapper .webcast-info-item span {
        font-size: 20px;
    }
    
    .webcast-wrapper .webcast-info-item span.amount {
        font-size: 20px;
    }
    
    #small-player-link,
    #audio-only-link {
        float: left;
        margin-bottom: 5px;
    }
    
    #small-player-link span,
    #audio-only-link span {
        display: inline-block;
    }
}


