﻿/*=====================
	Color information

	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-

=======================*/


/*=====================
	CSS reset/normalize
=======================*/


/**Correct `block` display not defined in IE 8/9.**/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}


/*=====================
		Fonts
=======================*/


/*=====================
	base styles
=======================*/

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background: url(../siteart/furley_bg.png) repeat !important;
    color: #000;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}


/* clear floats */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}


/*image replacement*/

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
    max-width: 100%;
}


/*=====================
	typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-weight: 700;
    line-height: 1.5em;
    color: #ef4833;
}

h1 {
    font-size: 36px;
    padding-bottom: 2%;
}

h2 {
    font-size: 30px;
    padding-bottom: 1%;
}

h3 {
    font-size: 24px;
    padding-bottom: 0.5%;
}

h4 {
    font-size: 20px;
    padding: 0;
}

h5 {
    font-size: 18px;
    padding: 0;
}

p {
    font-family: 'Roboto', sans-serif;
    padding: 0 0 2% 0;
    font-size: 18px;
    line-height: 1.5em;
    color: #4d4d4d;
    margin: 0;
}

strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}


/*=====================
	link styles
=======================*/

a.link:focus {
    outline: thin dotted;
    /*reset*/
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #ccc;
}

.appbutton {}

.appbutton a {
    background: #38b749;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.appbutton a:hover {
    background: #262626;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}


/*=====================
	list styles
=======================*/

ul.list {
    margin: 0;
    padding: 0 0 5% 7%;
}

ul.list li {
    font-size: 16px;
}


/*=====================
	header styles
=======================*/

.topbar {
    width: 65%;
    float: right;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    background: url(../siteart/navback.png) repeat;
    font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
}

header {
    position: absolute;
    z-index: 999;
    width: 100%;
    margin: 0;
    padding: 70px 0 20px 0;
    background: url(../siteart/headerback.png) top center no-repeat;
}

.headerwrap {
    width: 96%;
    max-width: 1720px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 30%;
    text-align: left;
    margin-top: -20px;
}

.logo p {
    text-align: center;
    color: #ef4833;
    font-size: 20px;
}

.hours {
    float: right;
    width: 35%;
}

.hourblock {
    float: right;
    width: 45%;
}

.hourblock p {
    font-size: 15px;
}


/*=====================
	content styles
=======================*/

.wrapper {
    width: 96%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}


/*=====================
	slideshow styles
=======================*/

.slides {
    background: url(../siteart/concrete_wall.png) repeat;
    padding: 0;
    color: #fff;
    position: relative;
}

.slidetitler {
    position: absolute;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
    width: 25%;
    left: 0;
    top: 30%;
    padding: 1% 2% 2% 5%;
}

.slidetitler h3 {
    padding-bottom: 0;
    font-weight: normal;
}

.slidetitler h1 {
    line-height: 1.0em;
}

.cycle-slideshow {}

.cycle-slideshow img {
    width: 100%;
}


/* pager */

.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    display: none;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
    color: #2885b3;
}

.cycle-pager>* {
    cursor: pointer;
}


/*=====================
	contactbar styles
=======================*/

.contactbar {
    padding: 1% 0;
    background: #ef4833;
    border-bottom: 5px solid #fff;
}

.contactleft {
    width: 70%;
    float: left;
}

.contactleft h4 {
    color: #000;
}

.contactleft h4 span {
    color: #fff;
    font-weight: normal;
}

.contactright {
    width: 30%;
    float: left;
    text-align: right;
}

.contactbutton {
    width: 100%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #000;
    padding: 5px 0;
    margin-top: 4%;
}

.contactbutton h3 {
    color: #fff;
    text-align: center;
}

.contactbutton:hover {
    background: #fff;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.contactbutton:hover h3 {
    color: #ef4833;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}


/*=====================
	auction block styles
=======================*/

.auctionblock {
    border-top: 5px solid #000;
}

.auctionwindow {
    height: 300px;
    overflow: hidden;
    width: 50%;
    float: left;
    position: relative;
}

#atauctions {
    background: url(../siteart/atbackoff.jpg) center center no-repeat;
}

#atauctions:hover {
    background: url(../siteart/atback.jpg) center center no-repeat;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

#hibidauctions {
    background: url(../siteart/hibidbackoff.jpg) center center no-repeat;
}

#hibidauctions:hover {
    background: url(../siteart/hibidback.jpg) center center no-repeat;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.auctionwindow:hover>.auctionbarleft,
.auctionwindow:hover>.auctionbarright {
    width: 80%;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    bottom: 7%;
    background: rgba(255, 255, 255, 1.0)
}

.auctionbarleft {
    padding: 5px 0;
    width: 75%;
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 5%;
}

.auctionbarright {
    padding: 5px 0;
    width: 75%;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 5%;
    right: 0;
}

.auctiontitlerleft {
    padding-left: 11%;
}

.auctiontitlerright {
    padding-right: 11%;
    text-align: right;
    float: right;
}

.auctiontitlerleft,
.auctionlogoleft,
.auctiontitlerright,
.auctionlogoright {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.auctionlogoleft {
    text-align: right;
    float: right;
    margin-right: 5%;
}

.auctionlogoright {
    margin-left: 5%;
}

.auctiontitlerleft h4,
.auctiontitlerright h4 {
    font-weight: normal;
}

.auctiontitlerleft h3,
.auctiontitlerright h3 {
    line-height: 1.2em;
}


/*=====================
	consignment styles
=======================*/

.welcome {
    background: url(../siteart/furley_bg.png) repeat;
    border-bottom: 20px solid #ef4833;
}

.padit {
    padding: 3% 0;
}

.consignleft {
    width: 60%;
    float: left;
}

.consignleft h3 {
    padding: 0;
}

.consignleft h4 {
    color: #000;
}

.consignleft p {
    margin: 1% 0;
}

.consignright {
    width: 35%;
    float: right;
    position: relative;
    min-height: 340px;
}

.consignright img {
    position: absolute;
    z-index: 99;
    bottom: -30%;
    right: 0;
}

.consignbutton {
    width: 50%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #000;
    padding: 5px 8px;
}

.consignbutton h3 {
    color: #fff;
    text-align: center;
}

.consignbutton:hover {
    background: #666;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.consignbutton:hover h3 {
    color: #eee;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}


/*=====================
	inventory styles
=======================*/

.internal {
    padding: 14% 0 2% 0;
}

.attachment-search {
    max-width: none !important;
}

.hosted-content #wide_col {
    max-width: none !important;
}

.hosted-content h1 {
    font-size: 24px !important;
}

.hosted-content h2 {
    font-size: 22px !important;
}

.hosted-content h3 {
    font-size: 20px !important;
}


/*=====================
	contact styles
=======================*/

.directions {
    padding-left: 2%;
}

#auctioncontact {
    padding: 2.5%;
}

.contactblock {
    background: #000;
    padding: 3px 0 0 3px;
}

#auctioncontact h3,
#auctioncontact a,
#auctioncontact p {
    color: #fff;
}

#auctioncontact h4,
#auctioncontact h5 {
    color: #ccc;
}


/*=====================
	Form styles
=======================*/

#formpage {
    padding: 0 10px;
}

.full {
    width: 99%;
    margin-left: 1%;
}

.full input {
    padding: 0.5%;
}

.half {
    width: 48%;
    float: left;
    margin: 0 1%;
}

.sectionbar {
    background: #000;
    padding: 8px 0;
    margin: 1% auto;
}

.sectionbar h3 {
    color: #fff;
    text-align: center;
}

form {
    margin: 0 0 0;
}

label {
    display: block;
    font-size: 16px;
    padding-top: 4%;
    width: 100%;
}

input {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
    margin-bottom: 10px;
}

input:focus {
    border: #2885b3 solid 1px;
}

input.button2 {
    display: block;
    width: 50%;
    margin: 0 auto 5% auto;
    border: #277e32 solid 1px;
    background-color: #38b749;
    color: #fff;
    border-radius: 2px;
}

input.button2:hover {
    background-color: #277e32;
    cursor: pointer;
}

select {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
    margin-bottom: 8px;
}

textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
}

.checked {
    float: left;
    width: 10px;
    margin-right: 10px;
    margin-bottom: 80px;
}

.attachment-search .search-checkboxes label .row input[type="checkbox"] {
    width: 15px !important;
}


/*=====================
	layout styles
=======================*/

#picturebox img {
    position: absolute;
    z-index: 99;
    bottom: -20%;
    right: 0;
}

.scrolling {
    display: block;
    background: url(../siteart/scrollingbg.jpg) repeat;
    padding: 30px 0;
    border-top: #ffcd07 4px solid;
}

.sendbutton {
    background: #ef4833;
    color: #fff;
}

.sendbutton:hover {
    cursor: pointer;
    background: #000;
}

.ribbon {
    text-align: center;
    color: #fff;
    background: #38b749;
    border-bottom: #216c2b 5px solid;
    position: relative;
}

.ribbon h2 {
    color: #fff;
}

.linkbox {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 142px;
    height: 70px;
    padding-top: 100px;
    font-family: 'quanticobold';
    position: relative;
}

a .linkbox {
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover .linkbox {
    color: #000;
}

.sitemap {
    background: url(../siteart/escheresque_ste.png) repeat;
    color: #fff;
}

.sitemap p {
    line-height: 2em;
}

.sitemap i {
    font-size: 42px;
    margin-right: 20px;
}


/*--------Scrolling Inventory--------*/

.mobilecontainer {
    overflow: hidden;
    /* must have this property for mobile phones and tablet display! */
    width: 100%;
    margin: 0 auto;
    height: 92px;
    padding: 0;
    background: #000;
}

iframe.banner {
    width: 100%;
    height: 92px;
    background: #000
}


/*=====================
	footer styles
=======================*/

.pagebottom {
    background: url(../siteart/footerback.jpg) bottom center no-repeat;
    padding: 20px 0;
    border-top: #000 8px solid;
    border-bottom: 50px solid #000;
}

.pagebottom p {
    color: #666;
    font-size: 14px;
}

.pagebottom a {
    color: #666;
}

.pagebottom a:hover {
    color: #ef4833;
}

footer {
    margin: 0 auto;
    width: 100%;
}

.footerleft {
    float: left;
    width: 20%;
    margin-right: 10%;
}

.footerleft a {
    display: block;
    text-align: center;
    margin: 5px auto;
    color: #ef4833;
    font-weight: 700;
}

.footerleft a:hover {
    color: #000;
}

.footerleft a i {
    color: #000;
}

.footerpages {
    float: left;
    width: 15%;
}

.footerpages a {
    display: block;
}

.footerright {
    float: right;
    width: 30%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #ef4833;
    border-bottom: none;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
    color: #000;
}

.footertext {
    font-size: 11px;
    color: #666;
}

.smallfootertext {
    font-size: 11px;
    color: #666;
}

.divfooter {
    text-align: right;
    margin: 0 auto;
}


/*=====================
	Inventory styles
=======================*/

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input, .list-content label{width:auto!important;}
*{box-sizing: border-box!important;}
.compare-chkbox-container .compare-listings .fa-check{top:7px!important;}
.compare-chkbox-container .compare-listings .compare-label{margin-top:-15px!important;}
.detail-wrapper .main-detail-data, .data-value, .shipping, .financing{background-color: #FFF!important;}

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#ef5138 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#ef5138 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #ef5138 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #ef5138 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

/*=====================
	Responsive styles
=======================*/

@media screen and (max-width: 1540px) {
    header {
        padding-top: 55px;
    }
    .hourblock p {
        font-size: 16px;
    }
    .slidetitler {
        width: 35%;
    }
}

@media screen and (max-width: 1350px) {
    .logo {
        width: 25%;
    }
    .topbar {
        width: 72%;
    }
    .internal {
        padding-top: 15%;
    }
    .hours {
        width: 40%;
    }
    .hourblock {
        width: 50%;
    }
    .slidetitler {
        width: 45%;
    }
    .logo p {
        font-size: 18px;
    }
    .auctionlogoleft,
    .auctionlogoright {
        width: 40%;
        margin-top: 10px;
    }
    .consignright img {
        bottom: -25%;
    }
    .footerleft {
        width: 25%;
        margin-right: 5%;
    }
}

@media screen and (max-width: 1180px) {
    .topbar {
        width: 75%;
    }
    .hourblock p {
        font-size: 15px;
    }
    .logo p {
        font-size: 16px;
    }
    h1 {
        font-size: 30px;
        padding-bottom: 1.5%;
    }
    h2 {
        font-size: 26px;
        padding-bottom: 1%;
    }
    h3 {
        font-size: 24px;
        padding-bottom: 0.5%;
    }
    h4 {
        font-size: 20px;
        padding: 0;
    }
    h5 {
        font-size: 18px;
        padding: 0;
    }
    p {
        font-size: 16px;
        padding-bottom: 1.5%;
    }
    .hosted-content h1 {
        font-size: 22px !important;
    }
    .hosted-content h2 {
        font-size: 20px !important;
    }
    .hosted-content h3 {
        font-size: 18px !important;
    }
    .contactleft h4 {
        font-size: 18px;
    }
    .contactbutton h3,
    .consignbutton h3 {
        font-size: 22px;
    }
    .auctionlogoleft,
    .auctionlogoright {
        margin-top: 15px;
    }
    .consignbutton {
        width: 60%;
    }
    .slidetitler {
        width: 90%;
    }
    .footerpages {
        width: 18%;
    }
    .internal {
        padding-top: 16%;
    }
    .contactblock {
        margin-top: 2%;
    }
}

@media screen and (max-width: 1100px) {
    header {
        position: relative;
        background: #fff;
        margin-bottom: -100px;
        padding: 15px 0 5px 0;
    }
    .topbar {
        position: relative;
        float: none;
        width: 100%;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .logo {
        margin: 0;
    }
    .hours {
        margin-top: 10px;
        width: 45%;
    }
    .slides {
        margin-bottom: -100px;
    }
}

@media screen and (max-width: 1000px) {
    .slidetitler {
        width: 80%;
        top: 19%;
    }
    #atauctions,
    #hibidauctions,
    #atauctions:hover,
    #hibidauctions:hover {
        -moz-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        height: 220px;
    }
    .auctionbarright,
    .auctionbarleft {
        width: 75% !important;
        bottom: 5% !important;
        background: #fff !important;
    }
    .consignright {
        min-height: auto !important;
    }
    .consignright img,
    #picturebox img {
        position: relative;
        bottom: 0;
    }
    .footerleft {
        width: 30%;
    }
    .footerpages h4 {
        font-size: 18px;
    }
    .footerpages a {
        font-size: 15px;
    }
    .footerright {
        width: 25%;
    }
    #auctionpage {
        padding-top: 16%;
    }
    .internal {
        padding-top: 14%;
    }
}

@media screen and (max-width: 900px) {
    .logo {
        width: 35%;
    }
    .hours {
        width: 55%;
    }
    /*.slidetitler{width:45%;}*/
    .slidetitler {
        position: relative;
        width: 96%;
        padding: 3% 2%;
        text-align: center;
        background: url(../siteart/furley_bg.png) repeat;
        margin-top: -75px;
    }
    #atauctions,
    #hibidauctions,
    #atauctions:hover,
    #hibidauctions:hover {
        height: 200px;
    }
    .consignbutton {
        width: 70%;
    }
    .consignleft {
        width: 70%;
    }
    .consignright {
        width: 25%;
    }
    .pagebottom {
        position: relative;
        padding-bottom: 100px;
    }
    .footerleft {
        width: 42%;
    }
    .footerpages {
        width: 26%;
    }
    .footerright {
        float: none;
        display: block;
        width: 80%;
        margin: 0 auto;
        position: absolute;
        bottom: 4%;
        left: 10%;
        right: 10%;
    }
    .divfooter {
        text-align: center;
    }
    #auctionmap {
        width: 60%;
    }
    #auctioncontact {
        width: 35%;
    }
}

@media screen and (max-width: 800px) {
    header {
        margin-bottom: -80px;
    }
    .hourblock p,
    .logo p {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
        padding-bottom: 1%;
    }
    h2 {
        font-size: 22px;
        padding-bottom: 0.5%;
    }
    h3 {
        font-size: 20px;
        padding-bottom: 0.25%;
    }
    h4 {
        font-size: 18px;
        padding: 0;
    }
    h5 {
        font-size: 16px;
        padding: 0;
    }
    p {
        font-size: 16px;
        padding-bottom: 1%;
    }
    .hosted-content h1 {
        font-size: 20px !important;
    }
    .hosted-content h2 {
        font-size: 18px !important;
    }
    .hosted-content h3 {
        font-size: 16px !important;
    }
    .slides {
        margin-bottom: 0px;
    }
    .slidetitler {
        position: relative;
        width: 96%;
        padding: 3% 2%;
        text-align: center;
        background: url(../siteart/furley_bg.png) repeat;
        margin-top: -75px;
    }
    #atauctions,
    #hibidauctions,
    #atauctions:hover,
    #hibidauctions:hover {
        height: 175px;
    }
    .pagebottom {
        padding-bottom: 120px;
    }
    .footerleft a {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .hosted-content #wide_col {
        width: 100% !important;
    }
}

@media screen and (max-width: 700px) {
    header {
        margin-bottom: -60px;
    }
    .logo,
    .hours {
        float: none;
        margin: 0 auto;
        width: 100%;
        display: block;
        text-align: center;
    }
    .logo img {
        width: 60%;
        margin: 0 auto !important;
    }
    .logo p {
        font-size: 18px;
    }
    .contactbar {
        padding: 2% 0;
    }
    .contactleft,
    .contactright,
    .consignleft {
        width: 100%;
        text-align: center;
        float: none;
    }
    .consignbutton {
        margin: 2% auto;
        width: 80%;
    }
    .consignright {
        display: none;
    }
    .phone,
    .mail {
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 0 8px;
    }
    .contactbutton {
        margin: 1% auto;
        width: 80%;
    }
    .contactbutton h3,
    .consignbutton h3 {
        font-size: 20px;
    }
    .auctionwindow {
        float: none;
        width: 100%;
        margin: 1% auto;
    }
    #atauctions,
    #hibidauctions,
    #atauctions:hover,
    #hibidauctions:hover {
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .auctionlogoleft,
    .auctionlogoright {
        margin-top: 8px;
    }
    .contactblock {
        padding: 0;
        margin-top: 6%;
    }
    #auctionmap iframe {
        border: none !important;
    }
    #auctioncontact,
    #auctionmap {
        float: none;
        width: 96%;
        display: block;
        padding: 2%;
    }
}

@media screen and (max-width: 600px) {
    header {
        margin-bottom: -40px;
    }
    .logo img {
        width: 70%;
    }
    .contactleft h4 {
        font-size: 16px;
    }
    .footerleft {
        float: none;
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .footerpages {
        width: 50%;
        margin: 2% auto;
        text-align: center;
    }
    .pagebottom {
        padding-bottom: 140px;
    }
    .half {
        width: 98%;
        float: none;
        display: block;
        margin: 0 auto;
    }
    .sectionbar {
        margin-bottom: 5%;
    }
    #captchabox {
        width: 80% !important;
        margin-top: -20px !important;
    }
}

@media screen and (max-width: 480px) {
    header {
        margin: 0 auto;
    }
    .logo img {
        width: 80%;
    }
    .cycle-slideshow {
        display: none;
    }
    .slidetitler {
        margin: 0 auto;
        padding: 6% 2%;
    }
    .auctiontitlerleft {
        padding-left: 5%;
    }
    .auctiontitlerright {
        padding-right: 5%;
    }
    .auctionlogoleft,
    .auctionlogoright {
        width: 50%;
    }
    .internal {
        padding: 4% 0;
    }
    .contactblock {
        margin-top: 10%;
    }
}

@media screen and (max-width: 447px) {
    .contactleft h4 {
        font-size: 15px;
    }
    .contactbutton h3,
    .consignbutton h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .logo p {
        font-size: 16px;
    }
    .hourblock p {
        font-size: 12px;
    }
    .contactbar {
        padding: 2% 12%;
    }
    .auctionbarleft,
    .auctionbarright {
        width: 85% !important;
    }
    .auctionlogoleft,
    .auctionlogoright {
        width: 40%;
        margin-top: 15px;
    }
    .pagebottom {
        padding-bottom: 180px;
    }
    .divfooter {
        width: 100%;
    }
    .footerpages a {
        font-size: 14px;
    }
    #auctionpage {
        padding-top: 20%;
    }
}