@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900");
/*-- bootstrap/variables.scss --*/
/*-- ===================================================================== --*/
/*-- pickles-variables.scss --*/
/*-- ===================================================================== --*/
/*-- pickles-variables.scss
 - Screen size
 - Brand colours
 - Product line theme colours
 - Typography
 - Drop down menu
 - Search
 - Paddings
 - Helpers
 - Breadcrumbs
--*/
/*-- Screen Size --*/
/*-- Brand Colours --*/
/* for IE 8 */
/*-- Product line theme colours --*/
/*-- Typography --*/
/*-- Drop down menu --*/
/* for IE 8 */
/* for IE 8 */
/*-- Search --*/
/*-- Padding --*/
/*-- Helpers --*/
/*-- Breadcrumbs --*/
/*-- bootstrap/mixins.scss --*/
/*-- ===================================================================== --*/
/*-- pickles-mixins.scss --*/
/*-- ===================================================================== --*/
/*-- pickles-mixins.scss
 - Transitions
 - Product line colouring
 	- Top navigation
 	- Typography
 - Home product line panel
--*/
/*-- Transitions --*/
.fade-opacity {
  -webkit-transition: opacity, 0.2s, ease-in-out;
  -moz-transition: opacity, 0.2s, ease-in-out;
  -ms-transition: opacity, 0.2s, ease-in-out;
  -o-transition: opacity, 0.2s, ease-in-out;
  transition: opacity, 0.2s, ease-in-out; }

.fade-color {
  -webkit-transition: color, 0.2s, ease-in-out;
  -moz-transition: color, 0.2s, ease-in-out;
  -ms-transition: color, 0.2s, ease-in-out;
  -o-transition: color, 0.2s, ease-in-out;
  transition: color, 0.2s, ease-in-out; }

.fade-background-color {
  -webkit-transition: background-color, 0.2s, ease-in-out;
  -moz-transition: background-color, 0.2s, ease-in-out;
  -ms-transition: background-color, 0.2s, ease-in-out;
  -o-transition: background-color, 0.2s, ease-in-out;
  transition: background-color, 0.2s, ease-in-out; }

.fade-border-top-color {
  -webkit-transition: border-top-color, 0.2s, ease-in-out;
  -moz-transition: border-top-color, 0.2s, ease-in-out;
  -ms-transition: border-top-color, 0.2s, ease-in-out;
  -o-transition: border-top-color, 0.2s, ease-in-out;
  transition: border-top-color, 0.2s, ease-in-out; }

/*-- Product line colouring --*/
@-moz-keyframes pulse {
  0% {
    opacity: 1.0; }

  50% {
    opacity: 0.3; }

  100% {
    opacity: 1.0; } }

@-webkit-keyframes pulse {
  0% {
    opacity: 1.0; }

  50% {
    opacity: 0.3; }

  100% {
    opacity: 1.0; } }

@keyframes pulse {
  0% {
    opacity: 1.0; }

  50% {
    opacity: 0.3; }

  100% {
    opacity: 1.0; } }

/*-- pickles-scaffolding.scss --*/
/*-- ===================================================================== --*/
/*-- ===================================================================== --*/
/*--
 - Body
 - Headings
 - Paragraph
 - Lists
 - Anchors
 - Others
 - Tabs
 - Marketing extras
--*/
/*-- Bid now buy now fix --*/
@media (min-width: 992px) {
  .search-results-header .col-sm-3,
  .search-results-header .col-sm-2,
  .search-results-header .col-md-2 {
    padding: 0 1px; }

  .bid-row div.col-xs-offset-2 {
    padding: 0 1px; }

  .bid-now-link,
  .buy-now-link {
    float: right;
    letter-spacing: -0.08em;
    width: 47px; } }
/*-- Top box changes --*/
.extend-01 {
  padding-top: 13px; }

.search-results-top a.help-popup {
  height: 32px;
  width: 32px; }

.search-results-top a.help-popup:after {
  line-height: 32px; }

.featurebox-search-results .print-border-horizontal {
  padding: 0 30px 0 0; }

@media (min-width: 992px) {
  .extend-01 .print-border-top,
  .extend-01 .search-results-header,
  .extend-02 .search-results-header {
    max-width: 410px; } }
@media (min-width: 1200px) {
  .extend-01 .print-border-top,
  .extend-01 .search-results-header,
  .extend-02 .search-results-header {
    max-width: 570px; } }
@media (min-width: 992px) {
  .extend-02 {
    margin-top: 40px; } }
.featurebox-search-results p.headertext {
  margin: 0; }

/*-- UCM section float image --*/
@media (max-width: 991px) and (min-width: 480px) {
  .section-float-image .image {
    float: left;
    width: 20%;
    margin: 0 10px 10px 0; } }
/*-- Bootstrap tour --*/
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit; }

.tour-step-backdrop > td {
  position: relative;
  z-index: 1101; }

.tour-step-background {
  position: absolute !important;
  z-index: 1100;
  background: inherit;
  border-radius: 6px; }

.popover[class*="tour-"] {
  z-index: 1100; }

.popover[class*="tour-"] .popover-navigation {
  padding: 9px 14px; }

.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right; }

.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  background-color: #4e6267;
  cursor: pointer; }

.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default; }

.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0; }

.popover[class*="tour-"].orphan .arrow {
  display: none; }

.popover.tour nav {
  padding: 0 14px; }

/*-- Accordion --*/
#searchAccordion .panel-title a {
  display: block;
  padding: 10px 15px;
  text-decoration: none; }

#searchAccordion .panel-title a .glyphicon-plus {
  display: none; }

#searchAccordion .panel-title a .glyphicon-minus {
  display: inline-block; }

#searchAccordion .panel-title a.collapsed .glyphicon-plus {
  display: inline-block; }

#searchAccordion .panel-title a.collapsed .glyphicon-minus {
  display: none; }

#searchAccordion .panel-title a:hover {
  text-decoration: none; }

#searchAccordion .panel-heading {
  padding: 0; }

/*-- Style guide --*/
h2.style-guide-heading {
  background: #fff;
  color: #BDBDBD;
  padding: 10px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #BDBDBD; }

nav.nav-style-guide {
  position: fixed;
  top: 20px;
  right: 10px;
  width: 200px;
  z-index: 9999; }

@media (max-width: 768px) {
  nav.nav-style-guide {
    display: none; } }
/*-- Body --*/
body {
  color: #666; }

/*-- Headings --*/
@media (max-width: 992px) {
  h1.headertext {
    margin-top: 30px;
    /* Add space at the top for buttons */ } }
.bid-row h4 {
  margin-bottom: 5px; }

.portal-header {
  font-size: 19px;
  color: #fff;
  padding: 5px 10px;
  display: block; }

/*-- Paragraphs --*/
/*-- Lists --*/
li {
  /*	color: $brand-primary; */ }

/*-- Anchors --*/
.page-content p a,
.page-content li a,
.page-content .action-link {
  /*  text-decoration: underline;*/ }

/*-- Others --*/
.finance-calculator-disclaimer h3 {
  font-size: 11px;
  line-height: 14px; }

.finance-calculator-disclaimer p {
  font-size: 11px;
  line-height: 14px; }

.auction-current {
  color: #ff0000; }

/*-- Tabs --*/
/*-- Marketing extras --*/
/*---------------------------------------------------------------
1. Start - Responsive Promo Page Buttons
---------------------------------------------------------------*/
/*-- Code no longer in use and has been removed --*/
/*---------------------------------------------------------------
2. Start - Responsive Promo Page Buttons (New) (For the purpose of switch tracking)
---------------------------------------------------------------*/
.btn-anchor {
  color: #fff !important;
  text-align: center !important;
  text-decoration: none !important; }

.btn-cont {
  float: left;
  margin: 1%;
  transition: all 0.2s ease-in 0s;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF; }

#wide-1 {
  width: 98%;
  transition: all 0.2s ease-in 0s; }

#wide-2 {
  width: 48%;
  transition: all 0.2s ease-in 0s; }

#wide-3 {
  width: 31.3333%;
  transition: all 0.2s ease-in 0s; }

#wide-4 {
  width: 23%;
  transition: all 0.2s ease-in 0s; }

.btn-theme-motors {
  background-color: #009ee0;
  border-radius: 5px;
  padding: 19px 0;
  transition: all 0.2s ease-in 0s; }

.btn-theme-motors:hover {
  background-color: #0086bf; }

.btn-style {
  border-radius: 5px;
  padding: 19px 0;
  transition: all 0.2s ease-in 0s; }

#btn-theme-motors {
  background-color: #009ee0; }

#btn-theme-motors:hover {
  background-color: #0086bf; }

#btn-theme-salvage {
  background-color: #009534; }

#btn-theme-salvage:hover {
  background-color: #007f2c; }

#btn-theme-industrial {
  background-color: #f18e00; }

#btn-theme-industrial:hover {
  background-color: #cc5200; }

#btn-theme-general {
  background-color: #63717e; }

#btn-theme-general:hover {
  background-color: #495663; }

#btn-theme-corporate {
  background-color: #004c93; }

#btn-theme-corporate:hover {
  background-color: #00417d; }

#btn-theme-corporate-white {
  background-color: #ffffff;
  border: 1px solid #004c93;
  color: #004c93; }

#btn-theme-corporate-white:hover {
  background-color: #f3f3f9;
  border: 1px solid #00417d; }

#btn-theme-prestige {
  background-color: #4b575f; }

#btn-theme-prestige:hover {
  background-color: #41484e; }

#btn-theme-toyota {
  background-color: #5f5f5f; }

#btn-theme-toyota:hover {
  background-color: #515151; }

#btn-theme-lexus {
  background-color: #8c817a; }

#btn-theme-lexus:hover {
  background-color: #776e68; }

#btn-theme-honda {
  background-color: #525458; }

#btn-theme-honda:hover {
  background-color: #46474b; }

#btn-theme-leaseplan {
  background-color: #f48a3f; }

#btn-theme-leaseplan:hover {
  background-color: #d07536; }

#btn-theme-renault {
  background-color: #000000; }

#btn-theme-renault:hover {
  background-color: #333333; }

/*---------------------------------------------------------------
3. Start - Responsive Promo Page Banners
---------------------------------------------------------------*/
.res-promo-banner-cont {
  height: 0;
  margin: 0 !important;
  overflow: hidden;
  padding-bottom: 14.4%;
  position: relative; }

.res-promo-banner-img {
  height: 100%;
  left: 0;
  margin: 0 !important;
  max-height: 118px;
  max-width: 817px;
  position: absolute;
  top: 0;
  width: 100%; }

#mobile-banner {
  display: none; }

/*---------------------------------------------------------------
4. Start - Responsive Video
---------------------------------------------------------------*/
.res-vid-iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.res-vid-cont {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 35px;
  position: relative; }

/*---------------------------------------------------------------
5. Start - Responsive Images
---------------------------------------------------------------*/
.res-promo-image-cont {
  overflow: hidden;
  height: 0px;
  position: relative;
  margin: 0px; }

.res-promo-image-img {
  max-width: 817px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  margin: 0 !important;
  top: 0px; }

#res-promo-image-cont {
  padding-bottom: 75.0%; }

#res-promo-image-img {
  max-height: 613px; }

/*---------------------------------------------------------------
6. Start - Responsive Tables
---------------------------------------------------------------*/
/*-- Code no longer in use and has been removed --*/
/*---------------------------------------------------------------
7. Start - About Us & Promo Embedded Maps
---------------------------------------------------------------*/
.map-wrapper {
  width: 100%;
  overflow: hidden; }

.map-container {
  width: 47%;
  float: left; }

.copy-container {
  overflow: hidden; }

.map-responsive-cont {
  overflow: hidden;
  height: 0px;
  position: relative;
  margin: 0px; }

.iframe-responsive-cont {
  max-width: 817px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  margin: 0 !important;
  top: 0px; }

#map-responsive-cont {
  padding-bottom: 70.0%; }

#iframe-responsive-cont {
  max-height: 306px; }

.copy-responsive-cont {
  margin: 0 15px; }

/*---------------------------------------------------------------
8. Start - DRM Page Profiles
---------------------------------------------------------------*/
.drm-wrapper {
  float: left;
  height: 100%;
  width: 100%; }

.drm-cont-outer {
  margin: 0;
  padding: 0; }

.drm-copy-cont {
  float: left; }

.drm-img-cont {
  float: left;
  margin: 0;
  padding: 0; }

.drm-img-cont > img {
  margin: 0 15px 0 0; }

@media (max-width: 460px) {
  .drm-cont-outer {
    float: left;
    width: 100%; } }
/*---------------------------------------------------------------
9. Start - Pickles Report Pages
---------------------------------------------------------------*/
/*-- Code is still being updated and is not to be included --*/
/*---------------------------------------------------------------
10. Start - Finance Application CSS
---------------------------------------------------------------*/
#finance-app-wrapper {
  width: 710px;
  height: 590px;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll; }

#finance-app-scaled-frame {
  width: 1000px;
  height: 2000px;
  border: 0px;
  margin: -52px 0 0 -23px; }

#finance-app-scaled-frame {
  zoom: 1;
  -moz-transform: scale(0.73958);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.9);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.7395);
  -webkit-transform-origin: 0 0; }

#finance-app-hide {
  display: none !important; }

#finance-app-show {
  display: block !important; }

@media (max-width: 784px) {
  #finance-app-hide {
    display: block !important; }

  #finance-app-show {
    display: none !important; } }
@media (-ms-high-contrast: none) {
  #finance-app-scaled-frame {
    zoom: 0.7395; } }
@media (-ms-high-contrast: none) and (max-width: 784px) {
  #finance-app-hide {
    display: block !important; }

  #finance-app-show {
    display: none !important; } }
/*---------------------------------------------------------------
11. Start - Media Query - Max Width: 500px
---------------------------------------------------------------*/
@media (max-width: 500px) {
  .map-container {
    float: none;
    width: 100%; }

  .copy-responsive-cont {
    margin: 0; }

  #iframe-responsive-cont {
    max-height: 100%; } }
/*---------------------------------------------------------------
12. Start - Media Query 1200px
---------------------------------------------------------------*/
/*---------------------------------------------------------------
13. Start - Media Query 992px
---------------------------------------------------------------*/
/*---------------------------------------------------------------
14. Start - Media Query 784px
---------------------------------------------------------------*/
/*---------------------------------------------------------------
15. Start - Media Query 660px
---------------------------------------------------------------*/
@media (max-width: 660px) {
  /* OLD Button Code */
  .button-4wide {
    width: 49%;
    max-width: 296px; }

  .button-3wide {
    width: 32.3333%; }

  .button-2wide {
    width: 49%; }

  /* NEW Button Code */
  .btn-cont {
    margin: 2% 0;
    width: 100% !important; } }
/*---------------------------------------------------------------
16. Start - Media Query 460px
---------------------------------------------------------------*/
@media (max-width: 460px) {
  /*Section 1 related*/
  .button-container {
    margin: 0; }

  .button-4wide, .button-3wide, .button-2wide, .button-1wide {
    width: 100%;
    max-width: 817px; }

  .button-4wide {
    margin-bottom: 0; }

  #corporate-promo-btn, #corporate-promo-btn-blue, #motors-promo-btn, #salvage-promo-btn, #industrial-promo-btn, #general-promo-btn, #prestige-promo-btn, #toyota-promo-btn, #lexus-promo-btn, #honda-promo-btn, #leaseplan-promo-btn {
    margin-bottom: 15px; }

  /*Section 3 related*/
  #mobile-banner {
    display: inline-block !important; }

  /*Not sure what this related too*/
  #desktop-banner {
    display: none; } }
/*Section 1 related - IE hack*/
@media (-ms-high-contrast: none) and (max-width: 460px) {
  .button-4wide, .button-3wide, .button-2wide {
    margin-bottom: 14px;
    float: left; } }
/*-- pickles-lists.scss --*/
/*-- ===================================================================== --*/
/* Pickles DL and List styles */
.dl-horizontal dt {
  text-align: left !important; }

@media (max-width: 768px) {
  .dl-horizontal dd {
    margin-left: 0; } }
/*-- pickles-tables.scss --*/
/*-- ===================================================================== --*/
/*--
	- Listing Results
	- Table Styles
--*/
/*-- Listing Results --*/
#listing-results .dynamic-table-header {
  margin: 0; }

#listing-results .col-xs-1, #listing-results .col-sm-1, #listing-results .col-md-1, #listing-results .col-lg-1, #listing-results .col-xs-2, #listing-results .col-sm-2, #listing-results .col-md-2, #listing-results .col-lg-2, #listing-results .col-xs-3, #listing-results .col-sm-3, #listing-results .col-md-3, #listing-results .col-lg-3, #listing-results .col-xs-4, #listing-results .col-sm-4, #listing-results .col-md-4, #listing-results .col-lg-4, #listing-results .col-xs-5, #listing-results .col-sm-5, #listing-results .col-md-5, #listing-results .col-lg-5, #listing-results .col-xs-6, #listing-results .col-sm-6, #listing-results .col-md-6, #listing-results .col-lg-6, #listing-results .col-xs-7, #listing-results .col-sm-7, #listing-results .col-md-7, #listing-results .col-lg-7, #listing-results .col-xs-8, #listing-results .col-sm-8, #listing-results .col-md-8, #listing-results .col-lg-8, #listing-results .col-xs-9, #listing-results .col-sm-9, #listing-results .col-md-9, #listing-results .col-lg-9, #listing-results .col-xs-10, #listing-results .col-sm-10, #listing-results .col-md-10, #listing-results .col-lg-10, #listing-results .col-xs-11, #listing-results .col-sm-11, #listing-results .col-md-11, #listing-results .col-lg-11, #listing-results .col-xs-12, #listing-results .col-sm-12, #listing-results .col-md-12, #listing-results .col-lg-12 {
  margin: 0;
  padding: 0 5px; }

#listing-results .auction-detail-links a {
  clear: both;
  float: left;
  text-decoration: none;
  padding: 0;
  margin: 0 0 2px; }

#listing-results .auction-detail-links a:hover {
  text-decoration: underline; }

/*-- Table Styles --*/
.line-break-lt {
  border-bottom: 1px solid #c7eeff; }

.line-break-dk {
  border-bottom: 1px solid #93d9f2; }

th, .dynamic-table-header2 {
  color: #004c93; }

.dynamic-table-header {
  color: #fff;
  padding: 5px 10px;
  margin: 10px;
  font-size: 16px; }

.finance-calculator .dynamic-table-header {
  margin: 0; }

.header-align-base {
  display: table-cell;
  vertical-align: bottom; }

.dynamic-table-row {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 10px solid #fff; }

@media (min-width: 992px) {
  .dynamic-table-row {
    border-bottom: 0px solid transparent; } }
.dynamic-table-row:before, .dynamic-table-row:after, .dynamic-table-header:before, .dynamic-table-header:after, .dynamic-table-row-base:before, .dynamic-table-row-base:after {
  content: " ";
  display: table;
  clear: both; }

.dynamic-table-row.row0 {
  background-color: #eef9fd; }

.table-links-list a {
  display: block;
  float: left;
  padding: 0 3px 3px 0;
  margin: 0 5px 7px 0;
  text-decoration: underline;
  line-height: 15px; }

@media (min-width: 992px) {
  .table-links-list a {
    margin: 0 0 12px 0;
    clear: left; } }
.featurebox-top-row .headertext {
  line-height: 19px; }

.headertext-rev {
  color: #fff;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 3px; }

.heading-callout {
  float: right;
  margin: 2px 5px 5px 25px; }

.heading-callout h4 {
  margin: 1px 0 0 0; }

.dynamic-table-row h3 {
  font-size: 18px; }

.facet-table {
  width: 100%; }

.listing-thumbnail, .bids-thumbnail {
  margin: 0 0 20px 0; }

.listing-thumbnail a, .bids-thumbnail a {
  display: block;
  min-height: 28px;
  background: #e8ebf2 url("/pickles-responsive-theme/images/missing-image-icon.svg") center no-repeat;
  background-size: cover; }

.listing-thumbnail img, .bids-thumbnail img {
  width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .listing-thumbnail a, .bids-thumbnail a {
    margin: 0;
    min-height: 70px; } }
@media (min-width: 992px) {
  .listing-thumbnail a, .bids-thumbnail a {
    min-height: 50px; } }
.listing-thumbnail {
  padding: 0; }

.product-alert-row {
  padding-top: 20px;
  padding-bottom: 20px; }

.product-alert-row:nth-child(odd) {
  background-color: #eef9fd; }

.item-detail-summary .col-xs-3, .item-detail-summary .col-sm-3 {
  font-weight: 700; }

.blockheader h4 {
  margin: 5px 0 6px 0;
  font-weight: 500; }

.blockheader a, .featurebox-top-row a {
  color: #f1f1f1;
  color: rgba(255, 255, 255, 0.75); }

.blockheader a:hover, .featurebox-top-row a:hover {
  color: #fff; }

.dl-horizontal dd {
  margin-bottom: 2%; }

@media (min-width: 768px) {
  .dl-horizontal dt, .dl-horizontal dd {
    margin-bottom: 1%; } }
.dl-horizontal dd:after {
  clear: none; }

.description-cell {
  margin-bottom: 15px; }

/*-- pickles-forms.scss --*/
/*-- ===================================================================== --*/
/*-- pickles-btns.scss --*/
/*-- ===================================================================== --*/
/*--
	- Dropdown Button
	- Primary Button
--*/
body .btn-corporate input.btn-primary, body .btn-corporate .btn-primary {
  background-color: #004c93;
  border: 1px solid #004c93; }

body .btn-corporate .btn-primary:hover, body .btn-corporate:hover {
  background-color: #00417d;
  border-color: #00417d;
  border-radius: 5px; }

body .btn-prestige input.btn-primary, body .btn-prestige .btn-primary {
  background-color: #4b575f;
  border: 1px solid #4b575f; }

body .btn-prestige .btn-primary:hover, body .btn-prestige:hover {
  background-color: #41484e;
  border-color: #41484e;
  border-radius: 5px; }

body .btn-toyota input.btn-primary, body .btn-toyota .btn-primary {
  background-color: #5f5f5f;
  border: 1px solid #5f5f5f; }

body .btn-toyota .btn-primary:hover, body .btn-toyota:hover {
  background-color: #515151;
  border-color: #515151;
  border-radius: 5px; }

body .btn-lexus input.btn-primary, body .btn-lexus .btn-primary {
  background-color: #8c817a;
  border: 1px solid #8c817a; }

body .btn-lexus .btn-primary:hover, body .btn-lexus:hover {
  background-color: #776e68;
  border-color: #776e68;
  border-radius: 5px; }

body .btn-honda input.btn-primary, body .btn-honda .btn-primary {
  background-color: #525458;
  border: 1px solid #525458; }

body .btn-honda .btn-primary:hover, body .btn-honda:hover {
  background-color: #46474b;
  border-color: #46474b;
  border-radius: 5px; }

body .btn-lease-plan input.btn-primary, body .btn-lease-plan .btn-primary {
  background-color: #f48a3f;
  border: 1px solid #f48a3f; }

body .btn-lease-plan .btn-primary:hover, body .btn-lease-plan:hover {
  background-color: #d07536;
  border-color: #d07536;
  border-radius: 5px; }

body .btn-renault input.btn-primary, body .btn-renault .btn-primary {
  background-color: #000000;
  border: 1px solid #000000; }

body .btn-renault .btn-primary:hover, body .btn-renault:hover {
  background-color: #333333;
  border-color: #333333;
  border-radius: 5px; }

body .btn-generic input.btn-primary, body .btn-generic .btn-primary {
  color: #333;
  background-color: #ccc;
  border: 1px solid #ccc; }

body .btn-generic .btn-primary:hover, body .btn-generic:hover {
  color: #fff;
  background-color: #009ee0;
  border-color: #009ee0;
  border-radius: 5px; }

/*-- New button styling --*/
.page-content .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.page-content .btn-default i {
  color: #333; }

.page-content .btn-default i:hover {
  color: #333; }

/*-- Dropdown Button --*/
.well-lg .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
  border: 1px solid #4e6267;
  border-width: 1px 0 1px 1px; }

button.btndropdown-toggle {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: #4e6267;
  height: 33px;
  width: 30px;
  display: inline-block;
  padding: 6px 0 0 6px;
  border: 1px solid #4e6267; }

.glyphicon-dropdown-01 {
  color: #b7c2d6; }

body .page-content input[type="submit"] {
  border-radius: 5px; }

.page-content button {
  /*		min-height: 40px;
  		height: 40px;*/ }

.page-content .custom-checkbox input[type=checkbox],
.page-content .custom-checkbox input[type=radio] {
  visibility: hidden; }

.page-content .custom-checkbox {
  background: transparent;
  margin: 1px auto 20px auto;
  position: relative; }

.page-content .custom-checkbox label {
  cursor: pointer;
  position: absolute;
  left: 25px;
  top: 4px; }

.page-content .custom-checkbox label:before {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  border: 1px solid #4e6267;
  position: absolute;
  left: -25px;
  top: -5px; }

.page-content .custom-checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  display: block;
  font-family: "FontAwesome";
  content: '\f00c';
  position: absolute;
  background: transparent;
  top: -2px;
  left: -20px;
  font-size: 18px;
  -webkit-transition: opacity 0.5s 0 ease;
  -moz-transition: opacity 0.5s 0 ease;
  -ms-transition: opacity 0.5s 0 ease;
  -o-transition: opacity 0.5s 0 ease;
  transition: opacity 0.5s 0 ease; }

.page-content .custom-checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.page-content .custom-radio {
  background: transparent;
  margin: 1px auto 20px auto;
  position: relative; }

.page-content .custom-radio label {
  cursor: pointer;
  position: absolute;
  left: 25px;
  top: 4px; }

.page-content .custom-radio label:before {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  border: 1px solid #4e6267;
  border-radius: 14px;
  position: absolute;
  left: -25px;
  top: -5px; }

.page-content .custom-radio label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  display: block;
  border-radius: 8px;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background: #004c93;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(315, #004c93, #009ee0);
  background-image: -o-linear-gradient(315, #004c93, #009ee0);
  background-image: linear-gradient(315, #004c93, #009ee0);
  top: 2px;
  left: -18px;
  -webkit-transition: opacity 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: opacity 0.5s; }

.page-content .custom-radio input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.page-content .login-button {
  display: none;
  /* THIS IS TO HIDE THE SIGN OUT BUTTON IN THE PAGE CONTENT AREA WHEN YOU ARE LOGGED IN AS ADMIN */ }

@media (min-width: 1200px) {
  .page-content button,
  .page-content .btn {
    /*			min-height: 32px;
    			height: 32px;
    			padding-top: 6px;*/ } }
.ie8 .page-content input[type=checkbox],
.ie9 .page-content input[type=checkbox] {
  visibility: visible;
  -webkit-appearance: checkbox;
  height: auto; }

.ie8 .page-content .custom-checkbox label:before, .ie8 .page-content .custom-checkbox label:after,
.ie9 .page-content .custom-checkbox label:before,
.ie9 .page-content .custom-checkbox label:after {
  display: none; }

.ie8 .page-content .custom-checkbox,
.ie9 .page-content .custom-checkbox {
  background: inherit;
  margin: 0;
  position: static; }

.ie8 .page-content .custom-checkbox label,
.ie9 .page-content .custom-checkbox label {
  cursor: inherit;
  position: static;
  color: inherit; }

.ie8 .page-content input[type=radio],
.ie9 .page-content input[type=radio] {
  visibility: visible;
  -webkit-appearance: radio;
  height: auto; }

.ie8 .page-content .custom-radio label:before, .ie8 .page-content .custom-radio label:after,
.ie9 .page-content .custom-radio label:before,
.ie9 .page-content .custom-radio label:after {
  display: none; }

.ie8 .page-content .custom-radio,
.ie9 .page-content .custom-radio {
  background: inherit;
  margin: 0;
  position: static; }

.ie8 .page-content .custom-radio label,
.ie9 .page-content .custom-radio label {
  cursor: inherit;
  position: static;
  color: inherit; }

@media (min-width: 992px) {
  #rightcol-inner .btn {
    width: 100%;
    /* set the buttons in the RH Col to fill the space on DT */ } }
.alert-btn-sizing {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  float: right; }

@media (min-width: 992px) {
  .alert-btn-sizing {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none; } }
.print-findmore {
  position: relative;
  top: 0;
  right: 0; }

@media (min-width: 992px) {
  .print-findmore {
    position: absolute;
    top: 5px;
    right: 15px; } }
/*-- Social plugins --*/
.social-plugins {
  margin: 0 0 40px 10px;
  display: block;
  position: relative; }

.social-plugins ul {
  list-style: none;
  margin: 0; }

.social-plugins ul li {
  padding: 5px 5px 5px 0;
  position: absolute;
  top: 0; }

.social-plugins .facebook {
  width: 100%;
  left: 0; }

.social-plugins .twitter {
  width: 150px;
  left: 130px; }

.social-plugins .twitter iframe[style] {
  width: 80px !important; }

.social-plugins .google {
  width: auto;
  left: 215px; }

.social-plugins .google > div {
  width: auto !important; }

.back-to-top {
  text-align: right; }

.back-to-top .menulink {
  color: #f1f1f1;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  font-size: 14px; }

.back-to-top .menulink i {
  color: #f1f1f1;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  font-size: 14px; }

.back-to-top .menulink:hover, .back-to-top .menulink:hover i {
  color: #fff; }

.ie8 .back-to-top i, .ie9 .back-to-top i {
  display: none; }

.btn-min-height {
  height: 33px !important; }

.bidding-create-acct-btn {
  margin-left: 2%; }

@media (min-width: 768px) and (max-width: 1199px) {
  .bidding-create-acct-btn {
    margin-left: 0; } }
/*-- pickles-breadcrumbs.scss --*/
/*-- ===================================================================== --*/
/*--
	- Breadcrumbs
--*/
/*-- Breadcrumbs --*/
.breadcrumbs {
  margin: 0;
  display: none; }

@media (min-width: 769px) {
  .breadcrumbs {
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    color: white;
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border-radius: 0;
    margin: 0; }

  .breadcrumbs > li {
    display: inline-block; }

  .breadcrumbs > li + li:before {
    content: ">";
    padding: 0 7px;
    color: white;
    color: rgba(255, 255, 255, 0.8); }

  .breadcrumbs > .active {
    color: #999999; }

  .breadcrumbs a {
    color: white;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    padding: 8px 0; }

  .breadcrumbs a:hover {
    color: #fff;
    -webkit-transition: color, 0.2s, ease-in-out;
    -moz-transition: color, 0.2s, ease-in-out;
    -ms-transition: color, 0.2s, ease-in-out;
    -o-transition: color, 0.2s, ease-in-out;
    transition: color, 0.2s, ease-in-out; } }
/*-- pickles-banner-ads.scss --*/
/*-- ===================================================================== --*/
/*--
	- Banner rotator
	- Cars link etc
--*/
/*-- Banner rotator --*/
.portlet-body:hover > .dots {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out; }

.dots {
  /*  zoom: 1;*/
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  margin-left: 12px;
  text-align: left;
  margin: 0 15px;
  top: -10px;
  height: 0;
  background: black;
  position: relative; }

.dotspan {
  right: inherit !important;
  bottom: 0 !important;
  position: relative;
  top: -23px;
  /* background: rgba(0, 0, 0, 0.5); */
  left: 5px;
  padding: 2px; }

/* Homepage slider dots */
#portlet_UCMDisplayPortlet_WAR_PWRWeb_INSTANCE_h4jE .dotspan {
  top: -27px;
  left: 10px; }

.dotspan img {
  cursor: pointer;
  padding: 0 3px; }

.scheduled-content-row .image img {
  cursor: pointer; }

/*-- Cars link etc --*/
#cars-link,
#damaged-link,
#trucks-link,
#general-link {
  margin-top: 2%;
  margin-bottom: 2%; }

#cars-link a,
#damaged-link a,
#trucks-link a,
#general-link a {
  position: relative;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 144px;
  padding: 2px;
  border-radius: 5px; }

#cars-link div,
#damaged-link div,
#trucks-link div,
#general-link div {
  width: 100%;
  background-size: 50% auto;
  background-color: #fff;
  background-position: top right;
  border-radius: 5px;
  height: 90px;
  padding: 5px; }

#cars-link div h2,
#damaged-link div h2,
#trucks-link div h2,
#general-link div h2 {
  color: #004c93;
  font-size: 22px;
  line-height: 26px;
  font-style: italic;
  width: 70%;
  margin-top: 0; }

#cars-link p,
#damaged-link p,
#trucks-link p,
#general-link p {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  width: 98%;
  margin: 8px 15px 0 5px !important; }

@media (min-width: 535px) {
  #cars-link a,
  #damaged-link a,
  #trucks-link a,
  #general-link a {
    height: 155px; }

  #cars-link div,
  #damaged-link div,
  #trucks-link div,
  #general-link div {
    background-size: 40% auto; }

  #cars-link div h2,
  #damaged-link div h2,
  #trucks-link div h2,
  #general-link div h2 {
    font-size: 24px;
    line-height: 30px;
    width: 65%; }

  #cars-link p,
  #damaged-link p,
  #trucks-link p,
  #general-link p {
    font-size: 16px;
    line-height: 20px; } }
@media (min-width: 768px) {
  #cars-link,
  #damaged-link,
  #trucks-link,
  #general-link {
    margin-top: 1%;
    margin-bottom: 1%; }

  #cars-link a,
  #damaged-link a,
  #trucks-link a,
  #general-link a {
    height: 160px; }

  #cars-link div,
  #damaged-link div,
  #trucks-link div,
  #general-link div {
    background-size: 64% auto;
    height: 120px; }

  #cars-link div h2,
  #damaged-link div h2,
  #trucks-link div h2,
  #general-link div h2 {
    font-size: 20px;
    line-height: 22px;
    width: 55%; }

  #cars-link p,
  #damaged-link p,
  #trucks-link p,
  #general-link p {
    position: relative;
    left: 0;
    top: auto;
    font-size: 10px;
    line-height: 11px; } }
@media (min-width: 992px) {
  #cars-link,
  #damaged-link,
  #trucks-link,
  #general-link {
    margin-top: 2%;
    margin-bottom: 2%; }

  #cars-link a,
  #damaged-link a,
  #trucks-link a,
  #general-link a {
    height: 144px; }

  #cars-link div,
  #damaged-link div,
  #trucks-link div,
  #general-link div {
    background-size: 80% auto;
    height: 90px; }

  #cars-link div h2,
  #damaged-link div h2,
  #trucks-link div h2,
  #general-link div h2 {
    font-size: 16px;
    line-height: 18px;
    width: 55%; }

  #cars-link p,
  #damaged-link p,
  #trucks-link p,
  #general-link p {
    font-size: 10px;
    line-height: 11px; } }
@media (min-width: 1200px) {
  #cars-link a,
  #damaged-link a,
  #trucks-link a,
  #general-link a {
    height: 170px; }

  #cars-link div,
  #damaged-link div,
  #trucks-link div,
  #general-link div {
    background-size: 80% auto;
    width: 249px;
    height: 115px; }

  #cars-link div h2,
  #damaged-link div h2,
  #trucks-link div h2,
  #general-link div h2 {
    font-size: 16px;
    line-height: 18px;
    width: 55%; }

  #cars-link p,
  #damaged-link p,
  #trucks-link p,
  #general-link p {
    font-size: 12px;
    line-height: 14px; } }
.home-productline {
  width: 100%; }

.home-main {
  width: 100%; }

.home-banner-main {
  width: 100%; }

.home-banner-item {
  margin: 2% 0;
  border: 1px solid #b7c2d6;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 120px;
  max-height: 120px;
  padding: 0; }

.home-banner-item:before, .home-banner-item:after {
  content: " ";
  display: table; }

.home-banner-item:after {
  clear: both; }

.home-banner-item .col-md-12 {
  padding: 0 0 0 15px; }

.home-banner-item .scheduled-content-row {
  position: relative;
  height: 120px;
  width: 100%;
  padding: 0;
  margin: 0; }

.home-banner-item .scheduled-content-row img {
  width: 120px;
  height: auto;
  position: absolute;
  top: -3px;
  right: -10px;
  background-color: #fff; }

@media (min-width: 768px) {
  .home-banner-item .scheduled-content-row img {
    width: 375px; } }
@media (min-width: 992px) {
  .home-banner-item .scheduled-content-row img {
    width: 120px; } }
.home-banner-item .hp-promo-text {
  width: 55%; }

.home-banner-item .hp-promo-text h3 {
  color: #004c93;
  font-size: 18px;
  margin: 3px 0 2px 0;
  font-weight: 700; }

.home-banner-item .hp-promo-text p {
  line-height: 17px; }

.home-banner-item .sched-content-template {
  height: 120px;
  /* position: absolute; */ }

.home-banner-item .dots {
  position: absolute;
  bottom: 13px;
  left: 15px;
  display: none; }

.image img {
  width: 100%;
  height: auto;
  margin: 0 0 10px; }

.home-welcome {
  width: 100%; }

.homepage-sign-in {
  background-image: none;
  border: 1px solid #ccc;
  margin: 40px 0;
  height: 200px;
  padding: 7px; }

.homepage-sign-in h3 {
  margin: 0; }

.homepage-sign-in input.homepage-sign-in-username, .homepage-sign-in input.homepage-sign-in-password {
  background-color: #fff;
  height: 40px;
  margin: 5px 0; }

.home-welcome {
  height: auto !important; }

.portlet-column-first .sched-content-template {
  display: none; }

@media (min-width: 992px) {
  .portlet-column-first .sched-content-template {
    display: block;
    margin-top: -18px; } }
.product-line-banner {
  display: none; }

/*-- pickles-carousel.scss --*/
/*-- ===================================================================== --*/
/*--
	- Carouel
--*/
/*-- Carousel--*/
.carousel-wrapper {
  margin: 0 auto; }

@media (min-width: 992px) {
  .carousel-wrapper {
    width: 512px; } }
.carousel-wrapper .fa-chevron-right, .carousel-wrapper .fa-chevron-left {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 50%; }

.carousel-wrapper .fa-chevron-right {
  right: 15px; }

.carousel-wrapper .fa-chevron-left {
  left: 15px; }

.carousel-wrapper .carousel-inner > .item > img, .carousel-wrapper .carousel-inner > .item > a > img {
  margin: 0 auto; }

/*-- pickles-icons.scss --*/
/*-- ===================================================================== --*/
.cross-icon {
  display: block;
  float: left;
  margin: -5px 10px 0 4px;
  background: url("/pickles-responsive-theme/images/cross.png") no-repeat center;
  width: 25px;
  height: 25px; }

.info-msg {
  background: url("/pickles-responsive-theme/images/info.png") no-repeat scroll 6px 50%;
  display: block;
  margin: 2px 0 0 0;
  padding: 6px 6px 6px 30px;
  text-align: left; }

.search-icon {
  display: block;
  float: right; }

.infoHeaderText {
  background: rgba(0, 0, 0, 0) url("/pickles-responsive-theme/images/info.png") no-repeat scroll 0 0;
  padding-left: 20px; }

.facet-filter-remove, .facet-filter-remove:hover {
  background: url("/pickles-responsive-theme/images/xIcon_cross.png") no-repeat top right;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom; }

.crossHeaderText {
  background: transparent url("/pickles-responsive-theme/images/cross-in-circle.png") no-repeat scroll 0 0;
  font-weight: bold;
  width: 180px;
  text-align: left;
  color: #FF9900;
  padding-left: 20px; }

.tickHeaderText {
  background: transparent url("/pickles-responsive-theme/images/tick-in-circle.png") no-repeat scroll 0 0;
  font-weight: bold;
  width: 180px;
  text-align: left;
  color: #FF9900;
  padding-left: 20px; }

.bid-status-icon-cross, .bid-status-icon-tick {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 5px -3px 0;
  vertical-align: bottom; }

.bid-status-icon-tick {
  background: transparent url("/pickles-responsive-theme/images/tick-in-circle.png") no-repeat scroll 0 0; }

.bid-status-icon-cross {
  background: transparent url("/pickles-responsive-theme/images/cross-in-circle.png") no-repeat scroll 0 0; }

span.alert {
  color: #f90;
  padding-left: 18px;
  background: transparent url("/pickles-responsive-theme/images/alert.png") no-repeat scroll left center; }

/*-- ===================================================================== --*/
/*--
  - Product line mixin
  - Feature box
--*/
/*-- Product line mixin --*/
/* Top navigation */
@media (max-width: 768px) {
  .pickles-default-section > .dropdown-menu {
    padding-top: 0; }

  .pickles-default-section > .dropdown-menu > li:first-child a {
    background-color: #004c93 !important;
    /* monkey */ } }
li.pickles-default-section {
  background-color: #004c93 !important;
  background-position: 0 center; }

li.pickles-default-section > ul {
  border-top: 20px solid #004c93; }

@media (min-width: 768px) {
  li.pickles-default-section:hover, li.pickles-default-section:focus {
    background-color: #00417d !important; } }
@media (min-width: 768px) {
  li.pickles-default-section.open {
    background-color: #00417d !important; } }
li.pickles-default-section.open a {
  background-color: transparent !important; }

li.pickles-default-section li.dropdown-submenu > a {
  color: #004c93 !important; }

.pickles-default .section-strip {
  background-color: #004c93;
  margin: 0 0 20px;
  /*	  background: #fff;*/ }

@media (min-width: 768px) {
  .navbar-nav li.pickles-default-section {
    background-color: #004c93; }

  .navbar-nav li.pickles-default-section:hover > a {
    background-color: #00417d !important;
    color: #fff !important; } }
/* Typography */
.pickles-default h1, .pickles-default h3 {
  /*	  color: #333;
  	  border: 1px solid
  	  border-width: 0 0 1px;
  	  border-color:  $section-colour;*/
  color: #004c93; }

.pickles-default .portal-header {
  /* background-color: $section-colour;*/ }

.pickles-default .page-content p a,
.pickles-default .page-content li a,
.pickles-default .page-content .action-link,
.pickles-default td a {
  /*	  color: $brand-primary;*/ }

.pickles-default .page-content p a:hover,
.pickles-default .page-content li a:hover,
.pickles-default .page-content .action-link:hover,
.pickles-default td a:hover {
  /*		color: $brand-primary-hover;*/ }

.pickles-default legend {
  /*	  color: $section-colour;*/ }

.pickles-default input.btn-primary,
.pickles-default .btn-primary {
  background-color: #004c93;
  border: 1px solid #004c93; }

.pickles-default input.btn-primary .btn-primary:hover, .pickles-default input.btn-primary:hover,
.pickles-default .btn-primary .btn-primary:hover,
.pickles-default .btn-primary:hover {
  background-color: #00417d;
  border: 1px solid #00417d; }

.pickles-default .custom-checkbox label:after {
  color: #004c93; }

.pickles-default .custom-checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.pickles-default .custom-radio label:after {
  background: #004c93;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(315deg, #00417d, #004c93);
  background-image: -o-linear-gradient(315deg, #00417d, #004c93);
  background-image: linear-gradient(315deg, #00417d, #004c93); }

.pickles-default .dynamic-table-header {
  background-color: #004c93; }

.pickles-default .search-results-header h3,
.pickles-default .search-results-header a {
  color: #004c93; }

.pickles-default .blockheader, .pickles-default .featurebox-top-row {
  background-color: #004c93;
  color: #fff;
  padding: 5px 5px 2px 15px;
  margin: -15px -15px 12px -15px; }

.pickles-default .headertext {
  color: #004c93;
  font-weight: 700;
  margin-top: 5px; }

.pickles-default .headertext-rev a {
  color: #f1f1f1 !important; }

.pickles-default .headertext-rev a:hover {
  color: #fff !important; }

.pickles-default .featurebox-right {
  border: solid 1px #004c93;
  margin: 0 0 10px 0;
  padding: 15px;
  position: relative; }

.pickles-default .featurebox-right > .headertext {
  color: #004c93;
  padding: 10px 5px;
  margin: -8px -8px 8px -8px; }

.pickles-default .featurebox-right > .headertext p {
  color: #fff;
  padding: 0;
  margin: 0; }

.pickles-default .featurebox-right dd {
  margin-left: 0; }

@media (max-width: 768px) {
  .pickles-default .featurebox-right dt {
    float: none; } }
.pickles-default .featurebox-right .dl-horizontal {
  margin: 0; }

/*-- Featurebox --*/
.featurebox, .featurebox2, .featurebox-small {
  background: #effbff;
  border: 1px solid #9cf;
  margin: 0 0 12px;
  padding: 15px;
  background-image: -webkit-linear-gradient(top, #d0eef8 0, #effbff 40%);
  background-image: -o-linear-gradient(top, #d0eef8 0, #effbff 40%);
  background-image: linear-gradient(to bottom, #d0eef8 0%, #effbff 40%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD0EEF8', endColorstr='#FFEFFBFF', GradientType=0);
  position: relative; }

@media (min-width: 992px) {
  .featurebox-small {
    width: 50%; } }
.featurebox-bg-1 {
  background-image: -webkit-linear-gradient(top, #d0eef8 0%, #effbff 10%);
  background-image: -o-linear-gradient(top, #d0eef8 0%, #effbff 10%);
  background-image: linear-gradient(to bottom, #d0eef8 0%, #effbff 10%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD0EEF8', endColorstr='#FFEFFBFF', GradientType=0); }

.image-search {
  max-width: 100%; }

.container-print-mode .print-header .btn {
  float: right;
  margin: 0 5px 0 0; }

.container-print-mode .item-detail-summary {
  padding: 0 0 10px 0; }

.container-print-mode .item-detail-summary:nth-child(odd) {
  background: #eef9fd; }

.roadtest .item-detail-summary .col-sm-3 {
  font-weight: 400; }

.mobile-channel-title {
  display: none;
  color: #fff;
  font-size: 18px;
  margin: auto;
  text-align: center;
  line-height: 38px;
  /*  font-weight: 700;*/ }

@media (max-width: 768px) {
  .car .mobile-channel-title, .general .mobile-channel-title, .salvage .mobile-channel-title, .industrial .mobile-channel-title {
    display: block; } }
.h-rule-dot {
  border-top: 1px dotted #009ee0;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 100%; }

/*-- pickles-cars.scss --*/
/*-- ===================================================================== --*/
/* Top navigation */
@media (max-width: 768px) {
  .car-section > .dropdown-menu {
    padding-top: 0; }

  .car-section > .dropdown-menu > li:first-child a {
    background-color: #009ee0 !important;
    /* monkey */ } }
li.car-section {
  background-color: #009ee0 !important;
  background-position: 0 center; }

li.car-section > ul {
  border-top: 20px solid #009ee0; }

@media (min-width: 768px) {
  li.car-section:hover, li.car-section:focus {
    background-color: #0086bf !important; } }
@media (min-width: 768px) {
  li.car-section.open {
    background-color: #0086bf !important; } }
li.car-section.open a {
  background-color: transparent !important; }

li.car-section li.dropdown-submenu > a {
  color: #009ee0 !important; }

.car .section-strip {
  background-color: #009ee0;
  margin: 0 0 20px;
  /*	  background: #fff;*/ }

@media (min-width: 768px) {
  .navbar-nav li.car-section {
    background-color: #009ee0; }

  .navbar-nav li.car-section:hover > a {
    background-color: #0086bf !important;
    color: #fff !important; } }
/* Typography */
.car h1, .car h3 {
  /*	  color: #333;
  	  border: 1px solid
  	  border-width: 0 0 1px;
  	  border-color:  $section-colour;*/
  color: #009ee0; }

.car .portal-header {
  /* background-color: $section-colour;*/ }

.car .page-content p a,
.car .page-content li a,
.car .page-content .action-link,
.car td a {
  /*	  color: $brand-primary;*/ }

.car .page-content p a:hover,
.car .page-content li a:hover,
.car .page-content .action-link:hover,
.car td a:hover {
  /*		color: $brand-primary-hover;*/ }

.car legend {
  /*	  color: $section-colour;*/ }

.car input.btn-primary,
.car .btn-primary {
  background-color: #009ee0;
  border: 1px solid #009ee0; }

.car input.btn-primary .btn-primary:hover, .car input.btn-primary:hover,
.car .btn-primary .btn-primary:hover,
.car .btn-primary:hover {
  background-color: #0086bf;
  border: 1px solid #0086bf; }

.car .custom-checkbox label:after {
  color: #009ee0; }

.car .custom-checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.car .custom-radio label:after {
  background: #009ee0;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(315deg, #0086bf, #009ee0);
  background-image: -o-linear-gradient(315deg, #0086bf, #009ee0);
  background-image: linear-gradient(315deg, #0086bf, #009ee0); }

.car .dynamic-table-header {
  background-color: #009ee0; }

.car .search-results-header h3,
.car .search-results-header a {
  color: #009ee0; }

.car .blockheader, .car .featurebox-top-row {
  background-color: #009ee0;
  color: #fff;
  padding: 5px 5px 2px 15px;
  margin: -15px -15px 12px -15px; }

.car .headertext {
  color: #009ee0;
  font-weight: 700;
  margin-top: 5px; }

.car .headertext-rev a {
  color: #f1f1f1 !important; }

.car .headertext-rev a:hover {
  color: #fff !important; }

.car .featurebox-right {
  border: solid 1px #009ee0;
  margin: 0 0 10px 0;
  padding: 15px;
  position: relative; }

.car .featurebox-right > .headertext {
  color: #009ee0;
  padding: 10px 5px;
  margin: -8px -8px 8px -8px; }

.car .featurebox-right > .headertext p {
  color: #fff;
  padding: 0;
  margin: 0; }

.car .featurebox-right dd {
  margin-left: 0; }

@media (max-width: 768px) {
  .car .featurebox-right dt {
    float: none; } }
.car .featurebox-right .dl-horizontal {
  margin: 0; }

#cars-link a {
  background-color: #009ee0;
  background-image: none;
  border: 1px solid #009ee0; }

#cars-link a:hover {
  background-color: #0086bf;
  border: 1px solid #0086bf; }

#cars-link a div {
  background-repeat: no-repeat;
  background-image: url("/pickles-responsive-theme/images/car-link.png"); }

.ie8 #cars-link div {
  background-image: url("/pickles-responsive-theme/images/car-link-ie.png"); }

/*-- pickles-industrial.scss --*/
/*-- ===================================================================== --*/
/* Top navigation */
@media (max-width: 768px) {
  .industrial-section > .dropdown-menu {
    padding-top: 0; }

  .industrial-section > .dropdown-menu > li:first-child a {
    background-color: #f18e00 !important;
    /* monkey */ } }
li.industrial-section {
  background-color: #f18e00 !important;
  background-position: 40% center; }

li.industrial-section > ul {
  border-top: 20px solid #f18e00; }

@media (min-width: 768px) {
  li.industrial-section:hover, li.industrial-section:focus {
    background-color: #cc5200 !important; } }
@media (min-width: 768px) {
  li.industrial-section.open {
    background-color: #cc5200 !important; } }
li.industrial-section.open a {
  background-color: transparent !important; }

li.industrial-section li.dropdown-submenu > a {
  color: #f18e00 !important; }

.industrial .section-strip {
  background-color: #f18e00;
  margin: 0 0 20px;
  /*	  background: #fff;*/ }

@media (min-width: 768px) {
  .navbar-nav li.industrial-section {
    background-color: #f18e00; }

  .navbar-nav li.industrial-section:hover > a {
    background-color: #cc5200 !important;
    color: #fff !important; } }
/* Typography */
.industrial h1, .industrial h3 {
  /*	  color: #333;
  	  border: 1px solid
  	  border-width: 0 0 1px;
  	  border-color:  $section-colour;*/
  color: #f18e00; }

.industrial .portal-header {
  /* background-color: $section-colour;*/ }

.industrial .page-content p a,
.industrial .page-content li a,
.industrial .page-content .action-link,
.industrial td a {
  /*	  color: $brand-primary;*/ }

.industrial .page-content p a:hover,
.industrial .page-content li a:hover,
.industrial .page-content .action-link:hover,
.industrial td a:hover {
  /*		color: $brand-primary-hover;*/ }

.industrial legend {
  /*	  color: $section-colour;*/ }

.industrial input.btn-primary,
.industrial .btn-primary {
  background-color: #f18e00;
  border: 1px solid #f18e00; }

.industrial input.btn-primary .btn-primary:hover, .industrial input.btn-primary:hover,
.industrial .btn-primary .btn-primary:hover,
.industrial .btn-primary:hover {
  background-color: #cc5200;
  border: 1px solid #cc5200; }

.industrial .custom-checkbox label:after {
  color: #f18e00; }

.industrial .custom-checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.industrial .custom-radio label:after {
  background: #f18e00;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(315deg, #cc5200, #f18e00);
  background-image: -o-linear-gradient(315deg, #cc5200, #f18e00);
  background-image: linear-gradient(315deg, #cc5200, #f18e00); }

.industrial .dynamic-table-header {
  background-color: #f18e00; }

.industrial .search-results-header h3,
.industrial .search-results-header a {
  color: #f18e00; }

.industrial .blockheader, .industrial .featurebox-top-row {
  background-color: #f18e00;
  color: #fff;
  padding: 5px 5px 2px 15px;
  margin: -15px -15px 12px -15px; }

.industrial .headertext {
  color: #f18e00;
  font-weight: 700;
  margin-top: 5px; }

.industrial .headertext-rev a {
  color: #f1f1f1 !important; }

.industrial .headertext-rev a:hover {
  color: #fff !important; }

.industrial .featurebox-right {
  border: solid 1px #f18e00;
  margin: 0 0 10px 0;
  padding: 15px;
  position: relative; }

.industrial .featurebox-right > .headertext {
  color: #f18e00;
  padding: 10px 5px;
  margin: -8px -8px 8px -8px; }

.industrial .featurebox-right > .headertext p {
  color: #fff;
  padding: 0;
  margin: 0; }

.industrial .featurebox-right dd {
  margin-left: 0; }

@media (max-width: 768px) {
  .industrial .featurebox-right dt {
    float: none; } }
.industrial .featurebox-right .dl-horizontal {
  margin: 0; }

#trucks-link a {
  background-color: #f18e00;
  background-image: none;
  border: 1px solid #f18e00; }

#trucks-link a:hover {
  background-color: #cc5200;
  border: 1px solid #cc5200; }

#trucks-link a div {
  background-repeat: no-repeat;
  background-image: url("/pickles-responsive-theme/images/trucks-link.png"); }

.ie8 #trucks-link div {
  background-image: url("/pickles-responsive-theme/images/trucks-link-ie.png"); }

/*-- pickles-general.scss --*/
/*-- ===================================================================== --*/
/* Top navigation */
@media (max-width: 768px) {
  .general-section > .dropdown-menu {
    padding-top: 0; }

  .general-section > .dropdown-menu > li:first-child a {
    background-color: #63717e !important;
    /* monkey */ } }
li.general-section {
  background-color: #63717e !important;
  background-position: 60% center; }

li.general-section > ul {
  border-top: 20px solid #63717e; }

@media (min-width: 768px) {
  li.general-section:hover, li.general-section:focus {
    background-color: #495663 !important; } }
@media (min-width: 768px) {
  li.general-section.open {
    background-color: #495663 !important; } }
li.general-section.open a {
  background-color: transparent !important; }

li.general-section li.dropdown-submenu > a {
  color: #b7c2d6 !important; }

.general .section-strip {
  background-color: #63717e;
  margin: 0 0 20px;
  /*	  background: #fff;*/ }

@media (min-width: 768px) {
  .navbar-nav li.general-section {
    background-color: #63717e; }

  .navbar-nav li.general-section:hover > a {
    background-color: #495663 !important;
    color: #fff !important; } }
/* Typography */
.general h1, .general h3 {
  /*	  color: #333;
  	  border: 1px solid
  	  border-width: 0 0 1px;
  	  border-color:  $section-colour;*/
  color: #63717e; }

.general .portal-header {
  /* background-color: $section-colour;*/ }

.general .page-content p a,
.general .page-content li a,
.general .page-content .action-link,
.general td a {
  /*	  color: $brand-primary;*/ }

.general .page-content p a:hover,
.general .page-content li a:hover,
.general .page-content .action-link:hover,
.general td a:hover {
  /*		color: $brand-primary-hover;*/ }

.general legend {
  /*	  color: $section-colour;*/ }

.general input.btn-primary,
.general .btn-primary {
  background-color: #63717e;
  border: 1px solid #63717e; }

.general input.btn-primary .btn-primary:hover, .general input.btn-primary:hover,
.general .btn-primary .btn-primary:hover,
.general .btn-primary:hover {
  background-color: #495663;
  border: 1px solid #495663; }

.general .custom-checkbox label:after {
  color: #63717e; }

.general .custom-checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.general .custom-radio label:after {
  background: #63717e;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(315deg, #495663, #63717e);
  background-image: -o-linear-gradient(315deg, #495663, #63717e);
  background-image: linear-gradient(315deg, #495663, #63717e); }

.general .dynamic-table-header {
  background-color: #63717e; }

.general .search-results-header h3,
.general .search-results-header a {
  color: #63717e; }

.general .blockheader, .general .featurebox-top-row {
  background-color: #63717e;
  color: #fff;
  padding: 5px 5px 2px 15px;
  margin: -15px -15px 12px -15px; }

.general .headertext {
  color: #63717e;
  font-weight: 700;
  margin-top: 5px; }

.general .headertext-rev a {
  color: #f1f1f1 !important; }

.general .headertext-rev a:hover {
  color: #fff !important; }

.general .featurebox-right {
  border: solid 1px #63717e;
  margin: 0 0 10px 0;
  padding: 15px;
  position: relative; }

.general .featurebox-right > .headertext {
  color: #63717e;
  padding: 10px 5px;
  margin: -8px -8px 8px -8px; }

.general .featurebox-right > .headertext p {
  color: #fff;
  padding: 0;
  margin: 0; }

.general .featurebox-right dd {
  margin-left: 0; }

@media (max-width: 768px) {
  .general .featurebox-right dt {
    float: none; } }
.general .featurebox-right .dl-horizontal {
  margin: 0; }

#general-link a {
  background-color: #63717e;
  background-image: none;
  border: 1px solid #63717e; }

#general-link a:hover {
  background-color: #495663;
  border: 1px solid #495663; }

#general-link a div {
  background-repeat: no-repeat;
  background-image: url("/pickles-responsive-theme/images/general-link.png"); }

.ie8 #general-link div {
  background-image: url("/pickles-responsive-theme/images/general-link-ie.png"); }

/*-- pickles-salvage.scss --*/
/*-- ===================================================================== --*/
/* Top navigation */
@media (max-width: 768px) {
  .salvage-section > .dropdown-menu {
    padding-top: 0; }

  .salvage-section > .dropdown-menu > li:first-child a {
    background-color: #009534 !important;
    /* monkey */ } }
li.salvage-section {
  background-color: #009534 !important;
  background-position: 19.5% center; }

li.salvage-section > ul {
  border-top: 20px solid #009534; }

@media (min-width: 768px) {
  li.salvage-section:hover, li.salvage-section:focus {
    background-color: #007f2c !important; } }
@media (min-width: 768px) {
  li.salvage-section.open {
    background-color: #007f2c !important; } }
li.salvage-section.open a {
  background-color: transparent !important; }

li.salvage-section li.dropdown-submenu > a {
  color: #009534 !important; }

.salvage .section-strip {
  background-color: #009534;
  margin: 0 0 20px;
  /*	  background: #fff;*/ }

@media (min-width: 768px) {
  .navbar-nav li.salvage-section {
    background-color: #009534; }

  .navbar-nav li.salvage-section:hover > a {
    background-color: #007f2c !important;
    color: #fff !important; } }
/* Typography */
.salvage h1, .salvage h3 {
  /*	  color: #333;
  	  border: 1px solid
  	  border-width: 0 0 1px;
  	  border-color:  $section-colour;*/
  color: #009534; }

.salvage .portal-header {
  /* background-color: $section-colour;*/ }

.salvage .page-content p a,
.salvage .page-content li a,
.salvage .page-content .action-link,
.salvage td a {
  /*	  color: $brand-primary;*/ }

.salvage .page-content p a:hover,
.salvage .page-content li a:hover,
.salvage .page-content .action-link:hover,
.salvage td a:hover {
  /*		color: $brand-primary-hover;*/ }

.salvage legend {
  /*	  color: $section-colour;*/ }

.salvage input.btn-primary,
.salvage .btn-primary {
  background-color: #009534;
  border: 1px solid #009534; }

.salvage input.btn-primary .btn-primary:hover, .salvage input.btn-primary:hover,
.salvage .btn-primary .btn-primary:hover,
.salvage .btn-primary:hover {
  background-color: #007f2c;
  border: 1px solid #007f2c; }

.salvage .custom-checkbox label:after {
  color: #009534; }

.salvage .custom-checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.salvage .custom-radio label:after {
  background: #009534;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(315deg, #007f2c, #009534);
  background-image: -o-linear-gradient(315deg, #007f2c, #009534);
  background-image: linear-gradient(315deg, #007f2c, #009534); }

.salvage .dynamic-table-header {
  background-color: #009534; }

.salvage .search-results-header h3,
.salvage .search-results-header a {
  color: #009534; }

.salvage .blockheader, .salvage .featurebox-top-row {
  background-color: #009534;
  color: #fff;
  padding: 5px 5px 2px 15px;
  margin: -15px -15px 12px -15px; }

.salvage .headertext {
  color: #009534;
  font-weight: 700;
  margin-top: 5px; }

.salvage .headertext-rev a {
  color: #f1f1f1 !important; }

.salvage .headertext-rev a:hover {
  color: #fff !important; }

.salvage .featurebox-right {
  border: solid 1px #009534;
  margin: 0 0 10px 0;
  padding: 15px;
  position: relative; }

.salvage .featurebox-right > .headertext {
  color: #009534;
  padding: 10px 5px;
  margin: -8px -8px 8px -8px; }

.salvage .featurebox-right > .headertext p {
  color: #fff;
  padding: 0;
  margin: 0; }

.salvage .featurebox-right dd {
  margin-left: 0; }

@media (max-width: 768px) {
  .salvage .featurebox-right dt {
    float: none; } }
.salvage .featurebox-right .dl-horizontal {
  margin: 0; }

#damaged-link a {
  background-color: #009534;
  background-image: none;
  border: 1px solid #009534; }

#damaged-link a:hover {
  background-color: #007f2c;
  border: 1px solid #007f2c; }

#damaged-link a div {
  background-repeat: no-repeat;
  background-image: url("/pickles-responsive-theme/images/salvage.png"); }

.ie8 #damaged-link div {
  background-image: url("/pickles-responsive-theme/images/salvage-ie.png"); }

/*-- pickles-my-pickles.scss --*/
/*-- ===================================================================== --*/
li.my-pickles-section, li.my-pickles-section.open > a {
  background-color: #004c93 !important;
  background-position: 80% center; }

li.my-pickles-section:hover, li.my-pickles-section:focus, li.my-pickles-section.open > a:hover, li.my-pickles-section.open > a:focus {
  background-color: #003260 !important; }

.my-pickles .section-strip {
  background-color: #004c93; }

@media (min-width: 768px) {
  .navbar-nav li.my-pickles-section {
    background-color: #004c93; }

  .navbar-nav li.my-pickles-section:hover > a {
    background-color: #003260 !important;
    color: #fff !important; } }
/*-- pickles-about.scss --*/
/*-- ===================================================================== --*/
/*--
	- About
--*/
/*-- About --*/
li.about-section, li.about-section.open > a {
  background-color: #004c93 !important;
  background-position: 80% center; }

li.about-section:hover, li.about-section:focus, li.about-section.open > a:hover, li.about-section.open > a:focus {
  background-color: #003260 !important; }

@media (min-width: 768px) {
  .navbar-nav li.about-section {
    background-color: #004c93; }

  .navbar-nav li.about-section:hover > a {
    background-color: #003260 !important;
    color: #fff !important; } }
/*-- pickles-helpers.scss --*/
/*-- ===================================================================== --*/
/*-- pickles-homepage.scss --*/
/*-- ===================================================================== --*/
.home-quicksearch {
  padding: 0;
  margin: 0;
  background-image: none;
  overflow: inherit;
  border-radius: 10px;
  border-color: transparent;
  padding: 2px 15% 2px 5%;
  color: #e0f6ff;
  background-color: #0059ad;
  width: 100%;
  line-height: 50px;
  font-size: 22px; }

.home-quicksearch::-webkit-input-placeholder {
  color: #add7ff; }

.home-quicksearch:-moz-placeholder {
  /* Firefox 18- */
  color: #add7ff; }

.home-quicksearch::-moz-placeholder {
  /* Firefox 19+ */
  color: #add7ff; }

.home-quicksearch:-ms-input-placeholder {
  color: #add7ff; }

@media (min-width: 768px) {
  .home-quicksearch {
    margin: 8px 0 0 0;
    width: 190px;
    height: 28px;
    font-size: 14px;
    line-height: 16px; } }
@media (min-width: 992px) {
  .home-quicksearch {
    width: 260px; } }
.home-quicksearch-icon {
  background-color: #004c93;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px transparent;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: url("/pickles-responsive-theme/images/global-search-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 58px;
  height: 58px;
  margin: 0 0 0 -20px; }

@media (min-width: 768px) {
  .home-quicksearch-icon {
    margin: 8px 0 0 -20px;
    float: none;
    width: 36px;
    height: 28px; } }
/*-- pickles-search.scss --*/
/*-- ===================================================================== --*/
/*-- pickles-search.scss
 - Feature box
  - Results
--*/
/*-- Feature box --*/
.featurebox-search-results {
  border: 1px solid #ddd;
  border-width: 0 0 1px;
  min-height: 90px; }

.featurebox-search-results-bottom {
  border: 1px solid #ddd;
  border-width: 1px 0 0; }

.featurebox3 {
  background-image: -webkit-linear-gradient(top, #d0eef6 0%, #f8f9fb 100%);
  background-image: -o-linear-gradient(top, #d0eef6 0%, #f8f9fb 100%);
  background-image: linear-gradient(to bottom, #d0eef6 0%, #f8f9fb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD0EEF6', endColorstr='#FFF8F9FB', GradientType=0);
  position: relative;
  border: 1px solid #9cf;
  clear: both;
  margin-bottom: 12px;
  padding: 5px 0 0 0; }

.featurebox3 {
  padding-left: 15px;
  padding-right: 15px; }

.sale-search-box {
  clear: both; }

/*--  Results --*/
.search-results-header {
  display: block;
  padding: 0 0 10px 0;
  margin: 0; }

.item-listing {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 30px 0; }

.item-listing img.imgborder {
  max-width: 100%; }

.item-listing h3 {
  margin-top: 0; }

.item-listing h3 a {
  text-decoration: none;
  transition: color 0.5s ease; }

.item-listing .listing-image {
  margin: 20px 0; }

@media (min-width: 992px) {
  .item-listing .listing-image {
    margin: 5px 0 0 0; } }
.sublisting-heading {
  font-size: 18px;
  margin: 30px 0 10px 0; }

.feature .row.item-listing .col-sm-2:first-child {
  display: block;
  min-width: 140px;
  min-height: 116px;
  background-color: #d7dee9;
  text-align: center;
  z-index: 100;
  padding: 0; }

.feature .row.item-listing .col-sm-2:first-child:before {
  display: block;
  font-family: "FontAwesome";
  content: "\f030";
  color: #e8ebf2;
  position: absolute;
  top: 24%;
  left: 35%;
  z-index: 101;
  font-size: 48px; }

.feature .row.item-listing .col-sm-2:first-child img {
  position: relative;
  z-index: 105; }

span.listing-details {
  display: block;
  float: left;
  padding-left: 0px;
  margin-bottom: 15px;
  margin-left: 0; }

span.listing-details a:last-child {
  margin-bottom: 0; }

@media (min-width: 992px) {
  span.listing-details {
    display: inline;
    float: none;
    padding-left: 0;
    margin-left: 0; } }
/*-- pickles-bids.scss --*/
/*-- ===================================================================== --*/
/*--
	- Bid Listing
--*/
/*-- Bid Listing --*/
.bid-listing .bid-offset-heading {
  margin-top: 5px !important;
  margin-left: 24px;
  line-height: 18px;
  float: left;
  display: block;
  width: 70px;
  margin-bottom: 10px !important; }

@media (min-width: 768px) {
  .bid-listing .bid-offset-heading {
    margin-bottom: 0px !important;
    width: 150px; } }
@media (min-width: 992px) {
  .bid-listing .bid-offset-heading {
    margin-top: 10px !important;
    float: none;
    width: auto;
    margin-left: 0; } }
@media (min-width: 1200px) {
  .bid-listing .bid-offset-heading {
    margin-top: 0px !important; } }
@media (max-width: 992px) {
  .bid-listing .bids-type-header {
    width: 100%;
    background-color: #e0f6ff;
    padding: 6px 15px 4px 15px;
    margin: -10px 0 5px 0; }

  .bid-listing .bids-type-header h4 {
    float: left;
    width: 81px;
    margin-top: 0 !important; } }
@media (max-width: 992px) and (min-width: 992px) {
  .bid-listing .bids-type-header h4 {
    float: none;
    width: auto; } }
.bid-listing p {
  display: block;
  margin-left: 110px;
  margin-top: 0; }

@media (min-width: 768px) {
  .bid-listing p {
    margin-left: 174px; } }
@media (min-width: 992px) {
  .bid-listing p {
    margin-left: 0; } }
.bid-row,
.bids-table-row {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eef9fd; }

.bid-row:nth-child(odd),
.bids-table-row:nth-child(odd) {
  background-color: #f6fcfe; }

.bid-row a,
.bids-table-row a {
  /*      color: $brand-primary;*/
  margin-top: 0; }

.bid-row a:hover,
.bids-table-row a:hover {
  /*        color: $brand-primary-hover;*/ }

.bids-table-row {
  padding-bottom: 20px; }

@media (min-width: 992px) {
  .bids-table-row {
    padding-bottom: 10px; } }
.bidding-panel {
  clear: both; }

.bidding-panel-heading {
  margin-right: 85px; }

.bid-box-inner-box {
  float: none;
  width: 100%;
  margin-bottom: 4%; }

.bid-box-inner-box label {
  width: 100%;
  padding-left: 0; }

.bid-box-inner-box p {
  line-height: 2.0rem;
  margin: 10px 0; }

.bid-box-inner-box .bidding-field {
  width: 60%;
  float: left; }

.bid-box-inner-box .bidding-btn {
  width: 38% !important;
  float: right;
  margin-bottom: 0; }

.bid-box-inner-box .margin-vertical-md {
  margin-top: 0 !important; }

@media (min-width: 768px) {
  .bid-box-inner-box {
    width: 280px;
    margin-bottom: 0;
    float: right; } }
@media (min-width: 1200px) {
  .bid-box-inner-box {
    width: 350px;
    float: right; } }
.bidhistory img {
  width: 30%; }

dl {
  margin-left: 15px !important; }

.dl-bid-confirm dt {
  width: 80px;
  float: left; }

.dl-bid-confirm dd {
  margin-left: 80px; }

.bidDateAlert {
  background: transparent url("/pickles-responsive-theme/images/alert.png") no-repeat scroll 6px 20%;
  display: block;
  font-weight: bold;
  color: #f90;
  margin: 2px 0 0 0;
  padding: 6px 6px 6px 30px;
  text-align: left; }

.bidStatusAlert {
  color: #f90; }

.bids-details {
  position: relative; }

.bids-details h3 {
  margin-top: 0px !important; }

.bids-details h3, .bids-details p {
  padding-left: 25px; }

.bids-listing-icon {
  display: block;
  position: absolute;
  top: 3px;
  width: 40px;
  height: 40px; }

.bid-description-offset {
  padding-left: 40px; }

/*-- pickles-defaults.scss --*/
/*-- ===================================================================== --*/
/* Help popup - question mark - right floating*/
a.help-popup {
  margin: 0 3px;
  cursor: pointer;
  background-color: #4e6267;
  color: #FFF !important;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  vertical-align: top;
  height: 40px;
  width: 40px;
  -webkit-transition: background-color 0.5s 0 ease;
  -moz-transition: background-color 0.5s 0 ease;
  -ms-transition: background-color 0.5s 0 ease;
  -o-transition: background-color 0.5s 0 ease;
  transition: background-color 0.5s 0 ease; }

a.help-popup:after {
  font-family: 'FontAwesome';
  content: "\f128";
  font-size: 14px;
  line-height: 40px;
  padding-right: 1px; }

a.help-popup:hover {
  background-color: #b7c2d6; }

@media (min-width: 1200px) {
  a.help-popup {
    height: 32px;
    width: 32px; }

  a.help-popup:after {
    line-height: 32px; } }
/* Help popup - question mark - inline version*/
a.help-popup-adjacent {
  display: none; }

@media (min-width: 768px) {
  a.help-popup-adjacent {
    display: block;
    margin: 3px;
    cursor: pointer;
    background-color: #4e6267;
    color: #FFF;
    text-decoration: none !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 0;
    -webkit-transition: background-color 0.5s 0 ease;
    -moz-transition: background-color 0.5s 0 ease;
    -ms-transition: background-color 0.5s 0 ease;
    -o-transition: background-color 0.5s 0 ease;
    transition: background-color 0.5s 0 ease; }

  a.help-popup-adjacent:after {
    font-family: 'FontAwesome';
    content: "\f128";
    font-size: 14px;
    line-height: 20px;
    padding-right: 1px;
    color: #FFF;
    font-weight: normal;
    text-decoration: none !important; }

  a.help-popup-adjacent:hover {
    background-color: #b7c2d6;
    color: #FFF; } }
/* Shows an 'i' icon inline */
a.help-popup-adjacent-info-msg {
  margin: 3px;
  cursor: pointer;
  background-color: #4e6267;
  color: #FFF;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background-color 0.5s 0 ease;
  -moz-transition: background-color 0.5s 0 ease;
  -ms-transition: background-color 0.5s 0 ease;
  -o-transition: background-color 0.5s 0 ease;
  transition: background-color 0.5s 0 ease; }

a.help-popup-adjacent-info-msg:after {
  font-family: 'FontAwesome';
  content: "\f128";
  font-size: 14px;
  line-height: 20px;
  padding-right: 1px;
  text-decoration: none; }

a.help-popup-adjacent-info-msg:hover {
  background-color: #b7c2d6; }

/* In IE6/7 inline elements need a little coercion to display a background image. */
.ie6 a.help-popup-adjacent,
.ie7 a.help-popup-adjacent,
.ie6 a.help-popup-adjacent-info-msg,
.ie7 a.help-popup-adjacent-info-msg {
  display: inline-block;
  width: 1%;
  white-space: nowrap; }

/* Help popup - collection icon - right floating*/
a.help-popup-collection {
  margin: -15px 0 0 5px;
  cursor: pointer;
  color: #FFF;
  display: inline-block;
  width: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none !important;
  float: right;
  border-radius: 0;
  -webkit-transition: background-color 0.5s 0 ease;
  -moz-transition: background-color 0.5s 0 ease;
  -ms-transition: background-color 0.5s 0 ease;
  -o-transition: background-color 0.5s 0 ease;
  transition: background-color 0.5s 0 ease; }

a.help-popup-collection:after {
  font-family: 'FontAwesome';
  content: "\f16b";
  font-size: 20px; }

a.help-popup-collection:hover:after {
  color: #b7c2d6; }

/* Help popup - delivery icon - right floating*/
a.help-popup-delivery {
  margin: -15px 0 0 5px;
  cursor: pointer;
  color: #FFF;
  display: inline-block;
  width: 32px;
  line-height: 32px;
  text-decoration: none !important;
  text-align: center;
  float: right;
  border-radius: 0;
  -webkit-transition: background-color 0.5s 0 ease;
  -moz-transition: background-color 0.5s 0 ease;
  -ms-transition: background-color 0.5s 0 ease;
  -o-transition: background-color 0.5s 0 ease;
  transition: background-color 0.5s 0 ease; }

a.help-popup-delivery:after {
  font-family: 'FontAwesome';
  content: "\f0d1";
  font-size: 20px; }

a.help-popup-delivery:hover:after {
  color: #b7c2d6; }

/*-- pickles-ucm.scss --*/
/*-- ===================================================================== --*/
/*--
- xxxxxx
--*/
/*-- Employee -- */
.employee .list-group-item img.left {
  margin: 0 15px 10px 0; }

.employee .list-group-item {
  margin: 0 0 15px; }

.employee h2 {
  background: #F0F0F0;
  padding: 10px; }

.employee h2 span {
  color: #666; }

.employee p {
  margin: 0; }

/*-- XXXXXXX --*/
.ucm-content .dynamic-table-header {
  margin: 10px 0; }

.ucm-content .row {
  margin: 15px -15px 0; }

.tabs
.ucm-content img.icon {
  margin: 0 18px 12px 0; }

.ucm-content span.support {
  padding-left: 18px;
  background: transparent url("/pickles-responsive-theme/images/tech-support.png") no-repeat scroll 0 0; }

.ucm-content span.info {
  padding-left: 18px;
  background: transparent url("/pickles-responsive-theme/images/info.png") no-repeat scroll 0 0; }

.highlight-text {
  color: #f90 !important; }

.ucm-content span.info {
  padding-left: 18px;
  background: transparent url("/pickles-responsive-theme/images/info.png") no-repeat scroll 0 0; }

.ucm-content span.help {
  padding-left: 18px;
  background: transparent url("/pickles-responsive-theme/images/help.gif") no-repeat scroll 0 0; }

.ucm-content span.alert {
  color: #f90;
  padding-left: 18px;
  background: transparent url("/pickles-responsive-theme/images/alert.png") no-repeat scroll 0 0; }

.ucm-content span.error {
  color: #f00;
  padding-left: 18px;
  background: transparent url("/pickles-responsive-theme/images/error.png") no-repeat scroll 0 0; }

.ucm-content span.support {
  padding-left: 18px;
  background: transparent url("/pickles-responsive-theme/images/tech-support.png") no-repeat scroll 0 0; }

.ucm-content span.alert-text {
  color: #f90; }

.ucm-content span.error-text {
  color: #f00; }

.ucm-content img.left,
img.left {
  float: left;
  margin: 0 15px 15px 0; }

.ucm-content img.nofloat {
  float: none;
  margin: 15px 15px 15px 0; }

.ucm-content img.right {
  float: right;
  margin: 15px 0 15px 15px; }

.ucm-content img.minibanner {
  float: none;
  margin: 16px auto; }

.ucm-content img.nomargin {
  margin: 0;
  float: none; }

.ucm-content img.icon {
  margin: 0 18px 12px 0; }

.ucm-content img.map {
  margin: 12px 24px 12px 0; }

.ucm-content table {
  display: table;
  background: 0;
  width: 100% !important;
  border: 1px solid #00529c; }

.ucm-content tr {
  display: table-row;
  background: 0; }

.ucm-content th, .ucm-content td {
  display: table-cell;
  background: 0;
  padding: .5em;
  vertical-align: top; }

.ucm-content th {
  font-weight: bold;
  text-align: left; }

.ucm-content td {
  border: 1px solid #00529c; }

table.feature {
  margin: 12px 8px 4px 0;
  width: 100%;
  clear: both;
  display: inline-table;
  border-collapse: collapse; }

table.feature tr.row0 {
  background-color: #eef9fd; }

table.feature tr.row1 {
  background-color: #e4f5fc; }

table.feature td {
  vertical-align: top; }

table.feature td, table.feature th {
  padding: 3px 15px 6px 15px; }

table.feature ul a, table.feature a.menulink {
  display: block;
  font-style: italic;
  text-align: right;
  text-decoration: underline; }

table.grid, table.box {
  display: table;
  border: 1px solid #000; }

table.box th, table.box td {
  border-style: none;
  padding: 5px;
  vertical-align: top; }

table.grid th, table.grid td {
  border: 1px solid #000;
  padding: 5px;
  vertical-align: top; }

table.clean, table.clean td {
  border: 0; }

table th.colFirst, table td.colFirst {
  width: 100px; }

table th.colDescr, table td.colDescr {
  width: 300px; }

table th.colIcons, table td.colIcons {
  width: 30px; }

table.blue-formatted-table {
  border: none;
  display: inline-table;
  margin: 10px 0 20px 0;
  width: 100%; }

table.blue-formatted-table td, table.blue-formatted-table th {
  border-bottom: 1px solid #004c93;
  padding: 8px 10px 8px 10px; }

table.blue-formatted-table th {
  font-weight: bold;
  border-bottom: 2px solid #004c93; }

@media (min-width: 992px) {
  table.blue-formatted-table {
    width: 50%; } }
.listing-details .col-md-12 {
  padding-left: 0; }

.PKQ {
  background: #1894c8;
  border: 1px solid white;
  border-bottom: 1px solid black;
  color: white; }

.sched-content-template {
  overflow: hidden; }

.ucm-left-offset {
  margin-left: -15px; }

.subscriptions-iframe {
  width: 100%;
  height: 1000px; }

@media (min-width: 768px) {
  .subscriptions-iframe {
    height: 460px; } }
/*-- pickles-IE8.scss --*/
/*-- ===================================================================== --*/
/*--
  - Home page
--*/
html {
  font-size: 1rem; }

/*-- Homepage V1.0 --*/
input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus {
  background: none;
  width: auto; }

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover {
  background: none;
  width: auto; }

input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea, button, .aui-field-input-text {
  padding: 6px 12px; }

.tour-tour-search .btn-default, .tour-tour-home .btn-default {
  background: #FFF !important;
  color: #333 !important; }

h1.portlet-title {
  display: none; }

.blockheader h4 {
  color: #FFF; }

.heading-callout h4 {
  color: #FFF; }

/* remove chrome highlight */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

input[type="text"], input[type="password"], textarea, select {
  outline: none; }

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  background-color: #fff; }

#LoginPickles .portlet-body .portlet-msg-error {
  display: none; }

#LoginPickles .portlet-body .dropdown .portlet-msg-error {
  display: block; }

form#smvForm {
  padding: 20px 10px; }

form#smvForm .alert-msg {
  color: #D60000; }

div#p_p_id_SellYourVehiclePortlet_WAR_PWRWeb_INSTANCE_k0PrHjMsDiZh_ {
  padding: 0px 30px; }

@media (max-width: 480px) {
  div#p_p_id_SellYourVehiclePortlet_WAR_PWRWeb_INSTANCE_k0PrHjMsDiZh_ {
    padding: 0 10px; } }
div#p_p_id_SellYourVehiclePortlet_WAR_PWRWeb_INSTANCE_k0PrHjMsDiZh_ .featurebox3 {
  background: #FFF;
  border: 1px solid #d2d2d2; }

div#p_p_id_SellYourVehiclePortlet_WAR_PWRWeb_INSTANCE_k0PrHjMsDiZh_ input[type="text"], div#p_p_id_SellYourVehiclePortlet_WAR_PWRWeb_INSTANCE_k0PrHjMsDiZh_ input[type="password"], div#p_p_id_SellYourVehiclePortlet_WAR_PWRWeb_INSTANCE_k0PrHjMsDiZh_ input[type="file"], div#p_p_id_SellYourVehiclePortlet_WAR_PWRWeb_INSTANCE_k0PrHjMsDiZh_ input[type="submit"], div#p_p_id_SellYourVehiclePortlet_WAR_PWRWeb_INSTANCE_k0PrHjMsDiZh_ input[type="button"], div#p_p_id_SellYourVehiclePortlet_WAR_PWRWeb_INSTANCE_k0PrHjMsDiZh_ input[type="reset"], div#p_p_id_SellYourVehiclePortlet_WAR_PWRWeb_INSTANCE_k0PrHjMsDiZh_ select, div#p_p_id_SellYourVehiclePortlet_WAR_PWRWeb_INSTANCE_k0PrHjMsDiZh_ textarea, div#p_p_id_SellYourVehiclePortlet_WAR_PWRWeb_INSTANCE_k0PrHjMsDiZh_ .textarea, div#p_p_id_SellYourVehiclePortlet_WAR_PWRWeb_INSTANCE_k0PrHjMsDiZh_ .aui-field-input-text {
  background: #FFF; }

.homepage {
  margin-top: 10px; }

.homepage .homepage-carousel {
  margin: 10px 0 0; }

.homepage .homepage-carousel .carousel-indicators {
  opacity: 0; }

.homepage .homepage-carousel:hover .carousel-indicators {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }

.homepage .carousel-control {
  display: none; }

@media (max-width: 785px) {
  #carousel-homepage-top,
  #carousel-homepage-top .carousel-inner > .item > img,
  #carousel-homepage-top .carousel-inner > .item > a > img {
    width: 100%; }

  .homepage-promos .carousel-inner > .item > a > img {
    width: 100%; } }
#picklesPromos {
  margin: 30px 0; }

#picklesPromos .col-item {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  background: #FFF; }

#picklesPromos .col-item .photo img {
  margin: 0 auto;
  width: 100%; }

#picklesPromos .col-item .photo .col-md-12 {
  margin: 0px;
  width: 100%;
  border: none;
  padding: 0px; }

#picklesPromos .col-item .photo p {
  margin: 0px;
  width: 100%;
  border: none;
  padding: 0px; }

#picklesPromos .carousel-indicators {
  margin-bottom: -60px; }

#picklesPromos .carousel-indicators li {
  border-radius: 50%;
  padding: 5px; }

#picklesPromos .carousel-indicators li.motor-vehicles {
  border: 1px solid #009EE0; }

#picklesPromos .carousel-indicators li.motor-vehicles.active {
  background: #009EE0;
  margin-top: 0; }

#picklesPromos .carousel-indicators li.salvage {
  border: 1px solid #009534; }

#picklesPromos .carousel-indicators li.salvage.active {
  background: #009534;
  margin-top: 0; }

#picklesPromos .carousel-indicators li.industrial {
  border: 1px solid #F18E00; }

#picklesPromos .carousel-indicators li.industrial.active {
  background: #F18E00;
  margin: 0; }

#picklesPromos .carousel-indicators li.general-goods {
  border: 1px solid #63717e; }

#picklesPromos .carousel-indicators li.general-goods.active {
  background: #63717e;
  margin-top: 0; }

.picklesPromosControls .left {
  position: absolute;
  font-size: 2em;
  color: #DEDEDE;
  text-decoration: none;
  left: -40px;
  top: 45%; }

.picklesPromosControls .right {
  position: absolute;
  right: -40px;
  text-decoration: none;
  top: 45%;
  font-size: 2em;
  color: #DEDEDE; }

.container.page-content {
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px; }

html.ie8 .tablet-desktop-img.hidden-xs {
  display: block; }

.homepage .col-md-8 .row .col-md-6:first-child .image img {
  width: 80%; }

.homepage .homepage-search .btn-default {
  background: #FFF;
  color: #333;
  border-color: #dbdbdb;
  height: 45px; }

.homepage .homepage-search .item {
  max-height: 380px; }

.homepage .homepage-search .btn-primary {
  color: #FFF;
  background-color: #004c93;
  border-color: #004c93;
  height: 45px; }

.homepage .homepage-search .btn-primary.motor-vehicles {
  background-color: #009ee0;
  border-color: #008cc7; }

.homepage .homepage-search .btn-primary.salvage {
  background-color: #009534;
  border-color: #007c2b; }

.homepage .homepage-search .btn-primary.industrial {
  background-color: #f18e00;
  border-color: #d87f00; }

.homepage .homepage-search .btn-primary.general-goods {
  background-color: #63717e;
  border-color: #586470; }

.homepage .homepage-search .input-group {
  margin-bottom: 10px; }

.homepage .homepage-search input {
  border: 1px solid #dbdbdb;
  height: 45px !important;
  width: 100%;
  background: #FFF;
  padding: 5px; }

.homepage .homepage-search .dropdown-menu {
  border-radius: 0;
  margin-top: 0px;
  min-width: 75%; }

.homepage .tab-content {
  clear: both; }

.homepage .tab-pane {
  border: none;
  padding: 0; }

.homepage .search-area {
  background-color: rgba(255, 255, 255, 0.9);
  width: 50%;
  padding: 1%;
  width: 50%; }

.homepage .search-area .btn {
  border-radius: 0; }

.homepage .form-area {
  background-color: #e8e8e8; }

.homepage .form-area fieldset {
  margin: 0; }

.homepage .form-area .form-types {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden; }

.homepage .form-area .form-types li {
  float: left;
  margin: 0;
  padding: 10px 10px 10px 5px;
  font-size: 15px; }

.homepage .form-area .form-types li.active {
  font-weight: bold; }

.homepage .form-area .btn {
  border-radius: 0; }

.newSearchWidgetCats {
  margin-top: -6px;
  border-radius: 0px;
  border-color: #d2d2d2; }

.newSearchWidgetCats li a {
  color: #63717e;
  font-size: 1.1em;
  font-weight: 600; }

.newSearchWidgetCats li a:hover {
  color: #009EE0;
  text-decoration: none;
  background: none; }

.newSearchWidgetCats li ul {
  list-style: none;
  padding-left: 5px;
  margin-top: 0px; }

.newSearchWidgetCats li ul li {
  list-style: none; }

.newSearchWidgetCats li ul li a {
  font-size: 1em;
  color: #63717e;
  font-weight: normal; }

.newSearchWidgetCats li ul li a:hover {
  color: #009EE0;
  text-decoration: none;
  background: none; }

@media (min-width: 1201px) {
  .homepage .homepage-search .tabs-pickles {
    padding: 0 0 0 15px; } }
/* Auction table */
@media (max-width: 992px) {
  .auction-table .view-more-links {
    position: static;
    margin: 5px 0 0; } }
.ryvusKeywordDropHome {
  margin: -5px 0; }

.ryvusKeywordDropHome li {
  list-style: none;
  padding: 5px 0 0; }

.ryvusKeywordDropHome li ul li {
  list-style: none;
  padding: 5px 0 0 20px; }

.ryvusKeywordDropHome li ul li a {
  color: #333; }

@media (max-width: 1200px) {
  .auction-table {
    margin: 30px 0 0; } }
.auction-table table th {
  color: #333;
  font-size: 12px;
  cursor: pointer; }

.auction-table table tr {
  cursor: pointer; }

.auction-table table tr td {
  padding: 5px;
  font-size: 12px; }

.auction-table h3.auction-heading {
  color: #63717e;
  float: left;
  font-weight: bold;
  margin: 0px;
  font-size: 16px; }

.auction-table .nav-tabs {
  float: right;
  border: 1px solid #DEDEDE;
  margin: 0px; }

.auction-table .nav-tabs > li {
  margin: 0px;
  border: none; }

.auction-table .nav-tabs > li.active, .auction-table .nav-tabs > li:hover {
  margin: 0px;
  border: none; }

@media (max-width: 992px) {
  .auction-table .nav-tabs > li {
    width: auto; } }
.auction-table .nav-tabs > li a {
  color: #333;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 5px 8px;
  border-radius: 0; }

@media (max-width: 992px) {
  .auction-table .nav-tabs > li a {
    background: none; } }
.auction-table .nav-tabs > li.active > a,
.auction-table .nav-tabs > li > a:hover {
  background-color: #004c93;
  color: #FFF;
  cursor: pointer;
  margin: 0px;
  border-radius: 0px;
  border: none; }

.auction-table tr:nth-child(10) {
  display: none; }

.auction-table .tabs-pickles .tab-content .table-responsive thead > tr > th {
  border: 1px solid #c7c8ca;
  border-width: 2px 1px;
  color: #414042; }

.auction-table .tabs-pickles .tab-content .table-responsive thead > tr > th:first-child {
  border-width: 2px 1px 2px 0; }

.auction-table .tabs-pickles .tab-content .table-responsive thead > tr > th:last-child {
  border-width: 2px 0 2px 1px; }

.auction-table .tabs-pickles .tab-content .table-responsive table td:first-child {
  border-width: 1px 1px 1px 0;
  width: 30%; }

.auction-table .tabs-pickles .tab-content .table-responsive table td {
  cursor: pointer;
  height: 40px;
  width: 30%; }

.auction-table .tabs-pickles .tab-content .table-responsive table td:last-child {
  border-width: 1px 0 1px 1px;
  width: 40%; }

.auction-table .tab-content > .tab-pane {
  padding: 0;
  margin: 0;
  border-width: 0; }

.auction-table .view-more-links {
  color: #000;
  font-weight: bold;
  margin: 20px 0 0 5px; }

.auction-table .view-more-links a {
  font-weight: normal; }

.alert-msg, .error-msg {
  background: transparent url("/pickles-responsive-theme/images/alert.png") no-repeat scroll 3px 20%;
  display: block;
  color: #ff0000;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  text-align: left; }

/* Two promos */
.homepage-promos {
  margin: 30px 0 0; }

.homepage-promos > .col-md-12 {
  padding: 0; }

.homepage-promos img {
  width: 100%; }

.homepage-promos .col-md-4 {
  padding: 0 0 0 20px; }

@media (max-width: 991px) {
  html body .homepage-promos .col-md-4:first-child {
    margin-left: 0; }

  html body .homepage-promos .col-md-4,
  html body .homepage-promos .col-md-4:first-child,
  html body .homepage-promos .col-md-4:last-child {
    padding: 0 0 5px; } }
/* Why buy from us */
.desktop-accordion-nav {
  display: none; }

.desktop-accordion-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.desktop-accordion-nav li {
  margin: 0 0 5px;
  padding: 0; }

.desktop-accordion-nav li a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,f5f5f5+100 */
  background: #e8e8e8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e8e8e8 0%, whitesmoke 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, whitesmoke));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e8e8e8 0%, whitesmoke 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e8e8e8 0%, whitesmoke 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e8e8e8 0%, whitesmoke 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#f5f5f5', GradientType=0);
  /* IE6-9 */
  text-decoration: none; }

.desktop-accordion-nav li a:hover {
  text-decoration: none; }

.desktop-accordion-nav li.active a,
.desktop-accordion-nav li.active a:hover {
  text-decoration: none; }

@media (max-width: 991px) {
  html .homepage-promos > .col-md-12 {
    padding: 0 15px; }

  html .homepage-promos .col-md-6:first-child {
    padding: 0; } }
@media (min-width: 992px) {
  .why-buy-from-us .panel-group .panel + .panel {
    margin: 0; }

  .desktop-accordion-nav {
    display: block;
    float: left;
    width: 12%; }

  .desktop-accordion-nav li {
    text-align: center; }

  .desktop-accordion-nav li a {
    color: #414042;
    display: block;
    border-radius: 3px;
    padding: 10px; }

  .desktop-accordion-nav li a:hover {
    color: #004c93;
    text-decoration: none; }

  .desktop-accordion-nav li.active a {
    background: #004c93 none repeat scroll 0 0;
    color: #ffffff; }

  #accordion .panel .panel-heading {
    display: none; }

  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none; }

  #accordion.panel-group .panel {
    border: none;
    box-shadow: none;
    float: right;
    width: 88%; } }
.why-buy-from-us {
  margin: 30px 0px; }

.why-buy-from-us .panel-body {
  padding: 0; }

.why-buy-from-us h2 {
  border: 1px solid #D2D2D2;
  border-width: 1px 0 0;
  color: #004c93;
  margin: 0 0 15px;
  padding: 20px 0 5px; }

.why-buy-from-us ul {
  margin: 0; }

.why-buy-from-us .step-title strong {
  padding: 10px 0;
  text-transform: uppercase; }

.why-buy-from-us .step {
  color: #fff;
  background: #004c93;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  padding: 10px;
  margin: 0 auto; }

.why-buy-from-us strong {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 12px; }

.why-buy-from-us .breadcrumb-steps li.divider-arrow {
  font-size: 39px;
  position: relative;
  width: 30px;
  text-align: center;
  left: -15px;
  color: #004c93; }

.why-buy-from-us .breadcrumb-steps li {
  list-style: none;
  float: left;
  padding: 0 3px;
  width: 13%; }

.why-buy-from-us .breadcrumb-steps li p {
  text-align: center; }

@media (max-width: 991px) {
  .why-buy-from-us ul {
    margin: 10px 0; }

  .why-buy-from-us .breadcrumb-steps li.divider-arrow {
    display: none; }

  .why-buy-from-us .breadcrumb-steps li {
    clear: both;
    margin: 0 0 10px;
    width: 100%; }

  .why-buy-from-us .breadcrumb-steps li a.step-count {
    float: left;
    margin: 0 0 10px;
    width: 30%; }

  .why-buy-from-us .breadcrumb-steps li a.step-title {
    width: 70%; }

  .why-buy-from-us .breadcrumb-steps li a.step-title strong {
    font-size: 14px;
    padding: 0 0 2px;
    text-align: left; }

  .why-buy-from-us .breadcrumb-steps li p {
    float: right;
    font-size: 18px;
    text-align: left;
    width: 70%; }

  .carousel-inner > .item > img {
    width: 100%; } }
/* Information boxes */
.information-boxes .list-group-item {
  border: 1px solid #d1d3d4;
  border-radius: 0; }

.information-boxes .list-group-item h4 {
  color: #004c93;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0; }

/*-- End homepage --*/
.portlet-layout {
  display: block;
  width: auto; }

.portlet-column {
  display: block; }

.home-login {
  display: none; }

.portlet-boundary, .portlet-body, .portlet-content {
  margin: 0;
  padding: 0; }

.animation embed {
  width: 100%;
  height: 100%; }

embed[style], iframe[style] {
  width: 100%; }

.fb-like {
  position: relative;
  z-index: 999;
  width: 100%; }

.fb-like > span[style] {
  width: 100%; }

hr.predictiveLineBreak {
  margin: 5px 0px 10px; }

.pagination {
  padding-left: 0; }

.staging-bar {
  visibility: visible;
  display: block; }

.portlet-topper-toolbar {
  z-index: 1000; }

/* -- Extra glyphicons --*/
.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.govt-logo-col {
  float: left;
  width: 50%;
  padding: 15px 30px; }

@media (max-width: 500px) {
  .govt-logo-col img {
    width: 90%; }

  .govt-logo-col {
    padding: 15px 20px; }

  .auction-table .nav-tabs {
    width: 100%; }

  .auction-table .nav-tabs li {
    width: 20%;
    float: left;
    display: inline-block; }

  .auction-table .nav-tabs li a {
    font-size: 15px;
    text-align: center;
    padding: 10px;
    cursor: pointer; } }
@media (min-width: 992px) {
  .login-button.homeOnly {
    margin: 2px 0 0 290px; } }
@media (max-width: 784px) {
  .container > .navbar-header {
    margin: 0px; } }
@media (min-width: 785px) {
  .navbar-brand img {
    margin-left: 0px; } }
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%; }

.global-search-icon-mob {
  display: none; }

#picklesTabs h2 {
  color: #004c93; }

#picklesTabs .panel-default > .panel-heading {
  padding: 0;
  background: #FFF;
  color: #63717e;
  border-top: 5px solid #008cc7; }

#picklesTabs .panel-default > .panel-heading a {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 2px 10px 5px; }

@media (max-width: 768px) {
  #picklesTabs .panel-default > .panel-heading a {
    padding: 20px; } }
#picklesTabs .panel-default > .panel-heading:hover {
  border-top: 5px solid #f18e00;
  text-decoration: none; }

#picklesTabs #myTabContent {
  border-width: 0 1px 1px 1px;
  border-color: #ddd;
  border-style: solid;
  border-collapse: collapse;
  padding: 20px 15px; }

#picklesTabs #myTabContent .lead-desc {
  text-align: left;
  margin: 0 15px 30px;
  display: block; }

@media (max-width: 480px) {
  #picklesTabs #myTabContent .lead-desc {
    text-align: center;
    margin: 0 0 20px; } }
#picklesTabs .nav-tabs {
  padding: 0;
  margin: 0; }

#picklesTabs .nav-tabs li.active > a {
  color: #63717e;
  border-top: 5px solid #004c93; }

#picklesTabs .nav-tabs li.active > a:hover {
  border-top: 5px solid #009ee0; }

#picklesTabs .nav-tabs li > a {
  color: #63717e;
  padding: 15px 20px; }

#picklesTabs .tab-content > .tab-pane {
  padding: 0px;
  border: none;
  margin: 0; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #efefef; }

.tooltip.top .tooltip-arrow {
  border-top-color: #efefef; }

.tooltip-inner {
  max-width: 200px;
  padding: 8px 8px;
  color: #6f6f6f;
  text-align: center;
  background-color: #efefef;
  border-radius: 0; }

.new-login-register, .subscribe-form {
  margin: 50px 0 10px; }

.new-login-register h2, .subscribe-form h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  color: #004c93; }

.new-login-register label, .subscribe-form label {
  color: #666;
  font-size: 13px;
  font-weight: 400; }

.new-login-register span.required, .subscribe-form span.required {
  color: #c00000; }

.new-login-register .form-control, .subscribe-form .form-control {
  border-radius: 4px;
  height: 42px; }

.new-login-register .form-control[name="firstName"], .subscribe-form .form-control[name="firstName"] {
  text-transform: capitalize; }

.new-login-register .form-control[name="lastName"], .subscribe-form .form-control[name="lastName"] {
  text-transform: capitalize; }

.new-login-register .panel-default, .subscribe-form .panel-default {
  border-top: 5px solid #004c93;
  min-height: 460px; }

.new-login-register .panel-default .panel-body, .subscribe-form .panel-default .panel-body {
  padding: 30px; }

.new-login-register .panel-default label, .subscribe-form .panel-default label {
  color: #666;
  font-size: 13px;
  font-weight: 400; }

.new-login-register .panel-default span.required, .subscribe-form .panel-default span.required {
  color: #c00000; }

.new-login-register .not-full-width, .subscribe-form .not-full-width {
  max-width: 70%; }

@media (max-width: 991px) {
  .new-login-register .not-full-width, .subscribe-form .not-full-width {
    max-width: 100%; } }
.new-login-register .form-control-feedback, .subscribe-form .form-control-feedback {
  right: 30%; }

@media (max-width: 991px) {
  .new-login-register .form-control-feedback, .subscribe-form .form-control-feedback {
    right: 0; } }
.new-login-register .bv-form .help-block .sbm, .subscribe-form .bv-form .help-block .sbm {
  margin-bottom: 10px; }

.new-login-register .checkbox-margin .form-control-feedback, .subscribe-form .checkbox-margin .form-control-feedback {
  top: -10px;
  right: 48%; }

@media (max-width: 1150px) and (min-width: 992px) {
  .new-login-register .checkbox-margin .form-control-feedback, .subscribe-form .checkbox-margin .form-control-feedback {
    right: 40%; } }
@media (max-width: 992px) {
  .new-login-register .checkbox-margin .form-control-feedback, .subscribe-form .checkbox-margin .form-control-feedback {
    right: 0; } }
@media (max-width: 350px) {
  .new-login-register .checkbox-margin .form-control-feedback, .subscribe-form .checkbox-margin .form-control-feedback {
    display: none; } }
.new-login-register .has-feedback label ~ .form-control-feedback, .subscribe-form .has-feedback label ~ .form-control-feedback {
  top: 30px; }

.new-login-register .checkbox-margin, .subscribe-form .checkbox-margin {
  margin-bottom: 5px; }

.new-login-register .portlet-msg-error, .new-login-register .lfr-message-error, .subscribe-form .portlet-msg-error, .subscribe-form .lfr-message-error {
  background-image: none;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  font-size: 13px;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 4px; }

.opt-out {
  display: none; }

.subscribe-form {
  margin: 20px 0 10px; }

.portlet-msg-error, .lfr-message-error {
  background-image: none;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  font-size: 13px;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 4px; }

.new-subscribe-form h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  color: #004c93; }

.new-subscribe-form .has-feedback label ~ .form-control-feedback {
  top: -3px; }

.new-subscribe-form .states-subscribe {
  height: 160px; }

.new-subscribe-form .form-control-feedback {
  right: 0; }

.new-subscribe-form .has-success .multi-select-help {
  color: #737373;
  display: block; }

.new-subscribe-form .has-error .multi-select-help {
  display: none; }

html.ie6 .outdated-browser, html.ie7 .outdated-browser, html.ie8 .outdated-browser, html.ie9 .outdated-browser, html.ie10 .outdated-browser {
  display: block; }

.outdated-browser {
  background: #f2f9fc;
  text-align: center;
  padding: 15px 0;
  display: none;
  font-size: 15px;
  margin: 0;
  font-family: Helvetica, Arial, san-serif;
  color: #666; }

.outdated-browser a {
  color: #009ee0; }

.outdated-browser a:hover {
  text-decoration: underline;
  color: #008cc7; }

.outdated-browser .close-browser-notification {
  color: #666;
  opacity: 0.7;
  font-size: 20px; }

.outdated-browser .close-browser-notification:hover {
  text-decoration: none; }

.predictiveContainer hr.predictiveLineBreak {
  margin: 5px 0;
  padding: 0;
  line-height: 1em; }

.predictiveContainer .dropdown-menu {
  white-space: normal;
  margin-top: 0px; }

.predictiveContainer .dropdown-menu li a {
  white-space: normal; }

.predictiveContainer .dropdown-menu li a:hover, .predictiveContainer .dropdown-menu li a:active, .predictiveContainer .dropdown-menu li a:focus {
  background-color: #004c93; }

.predictiveContainer .dropdown-menu li a:hover strong, .predictiveContainer .dropdown-menu li a:active strong, .predictiveContainer .dropdown-menu li a:focus strong {
  color: #FFF; }

.predictiveContainer .dropdown-menu li a strong {
  color: #009ee0; }

.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px; }

.navbar-toggle {
  color: #FFF;
  border: 1px solid #FFF; }

.navbar-toggle .icon-bar {
  background-color: #FFF; }

.navbar-toggle:focus, .navbar-toggle:hover {
  background-color: transparent;
  color: #FFF;
  border-color: #FFF; }

.picklesDesktopLogo img {
  max-width: 70%;
  width: 70%;
  padding: 30px 0 0; }

@media (max-width: 992px) {
  .picklesDesktopLogo img {
    max-width: 80%;
    width: 80%; } }
.keywordMobile {
  background: #004c93;
  /* Old browsers */
  background-image: -webkit-linear-gradient(left, color-stop(#004c93 0%), color-stop(#009ee0 100%));
  background-image: -webkit-linear-gradient(left, #004c93 0%, #009ee0 100%);
  background-image: -o-linear-gradient(left, #004c93 0%, #009ee0 100%);
  background-image: linear-gradient(to right, #004c93 0%, #009ee0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF004C93', endColorstr='#FF009EE0', GradientType=1);
  padding: 5px 0 5px; }

.keywordMobile input {
  background: #FFF;
  padding: 5px 10px;
  outline: none;
  border: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 4px 0 0 4px;
  height: 44px; }

.keywordMobile input:focus {
  backgorund: #FFF; }

.keywordMobile button#searchBtnMarker {
  padding: 11px 15px;
  border-color: #FFF; }

.keywordMobile button#searchBtnMarker:hover {
  border-color: #FFF;
  background: #FFF; }

.keywordMobile .navbar-nav {
  margin: 10px 0; }

#LoginPickles .btn-sign-in {
  background-image: none;
  width: 100%;
  float: none;
  color: #fff !important;
  border: 1px solid #009adb;
  background-color: #009ee0 !important;
  transition: 0.2s; }

#LoginPickles .btn-sign-in:hover {
  background-color: #008cc7; }

#LoginPickles .btn-join-pickles {
  background-image: none;
  width: 100%;
  float: none;
  color: #fff !important;
  border: 1px solid #009adb;
  background-color: #009ee0 !important;
  transition: 0.2s; }

#LoginPickles .btn-join-pickles:hover {
  background-color: #008cc7; }

#LoginPickles .has-error small.help-block {
  color: #bdbdbd !important; }

#LoginPickles .join-my-pickles {
  float: right; }

#LoginPickles .light-link {
  color: #bdbdbd;
  font-weight: 300;
  font-size: 0.9em;
  text-decoration: underline; }

#LoginPickles .light-link:hover {
  color: #FFF; }

#LoginPickles .portlet-title {
  color: #FFF;
  margin: 0 0 10px;
  font-size: 1.5em;
  line-height: 1.6em;
  display: block; }

#LoginPickles h2.page-login-heading {
  display: none; }

#LoginPickles .modal-body {
  padding: 15px; }

#LoginPickles .modal-content {
  background: rgba(52, 64, 79, 0.97);
  color: #FFF; }

#LoginPickles button.close {
  color: #FFF;
  text-shadow: 0; }

#LoginPickles .modal-header {
  border-bottom: 0;
  padding: 10px 15px 0; }

#LoginPickles .portlet-body .portlet-msg-error {
  display: none; }

#LoginPickles .portlet-body .top-errors .portlet-msg-error {
  display: block; }

.topRowHead {
  margin-top: 10px; }

#howToBuy {
  margin: 30px 0; }

#howToBuy h2 {
  color: #004c93;
  font-weight: bold;
  font-size: 20px; }

#howToBuy .panel-default > .panel-heading {
  padding: 0;
  background: #FFF;
  color: #63717e;
  border-top: 5px solid #008cc7; }

#howToBuy .panel-default > .panel-heading a {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 2px 10px 5px; }

@media (max-width: 768px) {
  #howToBuy .panel-default > .panel-heading a {
    padding: 20px; } }
#howToBuy .panel-default > .panel-heading:hover {
  border-top: 5px solid #f18e00;
  text-decoration: none; }

#howToBuy #myTabContent {
  border-width: 0 1px 1px 1px;
  border-color: #ddd;
  border-style: solid;
  border-collapse: collapse;
  padding: 20px 15px; }

#howToBuy #myTabContent .lead-desc {
  text-align: left;
  margin: 0 15px 30px;
  display: block; }

@media (max-width: 480px) {
  #howToBuy #myTabContent .lead-desc {
    text-align: center;
    margin: 0 0 20px; } }
#howToBuy .nav-tabs {
  padding: 0;
  margin: 0; }

#howToBuy .nav-tabs li.active > a {
  color: #63717e;
  border-top: 5px solid #004c93; }

#howToBuy .nav-tabs li.active > a:hover {
  border-top: 5px solid #009ee0; }

#howToBuy .nav-tabs li > a {
  color: #63717e;
  padding: 15px 20px; }

@media (max-width: 992px) {
  #howToBuy .nav-tabs li a {
    background: #FFF;
    border: 1px solid #dedede; } }
#howToBuy .breadcrumbsStepsUpdated {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 20px 0 0;
  padding: 0; }

#howToBuy .breadcrumbsStepsUpdated li {
  display: table-cell;
  text-align: center; }

@media (max-width: 768px) {
  #howToBuy .breadcrumbsStepsUpdated li {
    display: table-row; } }
#howToBuy .breadcrumbsStepsUpdated li.divider-step {
  width: 20px; }

#howToBuy .breadcrumbsStepsUpdated p {
  line-height: 1.4em;
  font-size: 0.8em;
  max-width: 60%;
  margin: 0 auto; }

@media (max-width: 768px) {
  #howToBuy .breadcrumbsStepsUpdated p {
    font-size: 1em; } }
#howToBuy .breadcrumbsStepsUpdated .step-count {
  color: #fff;
  background: #AABACA;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  padding: 12px;
  transition: all 0.7s;
  margin: 0 auto; }

#howToBuy .breadcrumbsStepsUpdated .step-count:hover {
  text-decoration: none;
  background: #0057a7; }

#howToBuy .breadcrumbsStepsUpdated .step-title {
  color: #63717e;
  font-weight: 400;
  margin: 10px 0 5px;
  display: block;
  font-size: 1.3em; }

@media (max-width: 768px) {
  #howToBuy .breadcrumbsStepsUpdated .step-title {
    font-size: 1.3em; } }
#howToBuy .breadcrumbsStepsUpdated .divider-step span {
  color: #63717e;
  font-size: 1em;
  font-weight: bolder; }

@media (max-width: 768px) {
  #howToBuy .breadcrumbsStepsUpdated .divider-step span {
    padding: 20px 0; } }
#dealer-page {
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 50px; }

#dealer-page h1 {
  font-size: 55px;
  color: #004C93;
  font-weight: 900; }

#dealer-page h2 {
  font-size: 36px;
  color: #004C93;
  font-weight: 500; }

#dealer-page h3 {
  font-size: 24px;
  color: #004C93;
  font-weight: 500; }

#dealer-page h4 {
  font-size: 18px;
  color: #004C93;
  font-weight: 500; }

#dealer-page h4.faq {
  margin-top: 30px; }

#dealer-page h4.faq.first {
  margin-top: 0; }

#dealer-page h5 {
  font-size: 16px;
  color: #004C93;
  font-weight: 500; }

#dealer-page p {
  font-size: 16px;
  color: #2B2B2B;
  font-weight: 300; }

#dealer-page a {
  color: #00A1CB;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none; }

#dealer-page a:hover {
  text-decoration: underline; }

#dealer-page .main-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/banner-bg.jpg");
  background-size: contain;
  border-radius: 0;
  position: relative;
  height: 415px; }

@media (max-width: 768px) {
  #dealer-page .main-banner {
    height: auto; } }
#dealer-page .main-banner.carsales {
  background-image: url("../images/banner-carsales.jpg"); }

#dealer-page .main-banner.mazda {
  background-image: none;
  height: auto;
  padding: 0;
  background-color: #FFF; }

#dealer-page .main-banner.volkswagen {
  background-image: none;
  height: auto;
  padding: 0;
  background-color: #FFF; }

#dealer-page .main-banner .search-holder {
  display: flex; }

#dealer-page .main-banner .search-holder .select {
  border: 1px solid #ccc;
  overflow: hidden;
  height: 45px;
  width: 550px;
  position: relative;
  display: block;
  margin-bottom: 0; }

@media (max-width: 768px) {
  #dealer-page .main-banner .search-holder .select {
    width: auto;
    min-width: 260px; } }
@media (max-width: 400px) {
  #dealer-page .main-banner .search-holder .select {
    width: auto;
    min-width: 190px; } }
#dealer-page .main-banner .search-holder select {
  height: 45px;
  background: #FFF;
  padding: 5px 15px;
  border: 0;
  font-size: 16px;
  font-weight: 300;
  width: 550px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@media (max-width: 768px) {
  #dealer-page .main-banner .search-holder select {
    width: auto;
    min-width: 260px; } }
@media (max-width: 400px) {
  #dealer-page .main-banner .search-holder select {
    width: auto;
    min-width: 190px; } }
#dealer-page .main-banner .search-holder select::-ms-expand {
  display: none; }

#dealer-page .main-banner .search-holder select:focus::-ms-value {
  background: #FFF;
  color: #2B2B2B; }

#dealer-page .main-banner .search-holder select option {
  padding: 10px; }

#dealer-page .main-banner .search-holder .select:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #2B2B2B;
  opacity: 0.6;
  padding: 12px 8px;
  position: absolute;
  right: 0;
  top: 0;
  background: #FFF;
  z-index: 1;
  text-align: center;
  width: 6%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box; }

@media (max-width: 768px) {
  #dealer-page .main-banner .search-holder .select:after {
    width: 16%; } }
#dealer-page .main-banner .search-holder .dealer-go {
  background: #00A1CB;
  color: #FFF;
  box-shadow: none;
  text-decoration: none;
  border: none;
  border-radius: 0 3px 3px 0;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.5s; }

#dealer-page .main-banner .search-holder .dealer-go:hover {
  background: #00b5e5; }

#dealer-page .main-banner .logo {
  margin-bottom: 40px; }

#dealer-page .main-banner .logo img {
  max-width: 300px;
  text-align: center;
  margin: 0 auto; }

@media (max-width: 400px) {
  #dealer-page .main-banner .logo img {
    max-width: 100%; } }
#dealer-page .mazda-logo {
  max-width: 300px;
  margin: 0 auto 30px;
  display: block; }

#dealer-page .useful-links {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none; }

#dealer-page .useful-links li:before {
  font-family: 'FontAwesome';
  content: '\f105';
  margin: 0 5px 0 -15px; }

#dealer-page .threeCentreBtns {
  text-align: center;
  margin: 0 auto 40px;
  display: block; }

#dealer-page .threeCentreBtns .btn {
  min-width: 320px;
  margin: 0 10px 15px; }

@media (max-width: 400px) {
  #dealer-page .threeCentreBtns .btn {
    min-width: 240px;
    font-size: 12px; } }
#dealer-page .threeCentreBtns a {
  color: #FFF; }

#dealer-page .fiveCentreBtns {
  text-align: center;
  margin: 0 auto 40px;
  display: block; }

#dealer-page .fiveCentreBtns .btn {
  min-width: 200px;
  margin: 0 10px 15px; }

@media (max-width: 400px) {
  #dealer-page .fiveCentreBtns .btn {
    min-width: 240px; } }
#dealer-page .fiveCentreBtns a {
  color: #FFF; }

#dealer-page .logo-block {
  display: block;
  margin: 10px 0 40px; }

#dealer-page .logo-block img {
  max-width: 250px;
  margin-bottom: 20px; }

#dealer-page .logo-block .skoda-logo {
  padding-top: 15px; }

.portlet-blogs .asset-small-image {
  float: left;
  padding: 0 15px 15px 0;
  max-width: 130px; }

.portlet-blogs .entry {
  clear: both;
  padding: 10px 20px;
  background: #f9f9f9;
  border: 1px solid #CCC;
  border-top: 5px #004c93; }

.portlet-blogs .entry-author {
  color: #6f6e6e;
  border-right: none;
  margin-bottom: 20px; }

.portlet-blogs .entry-date {
  color: #6f6e6e; }

.portlet-blogs .entry-body {
  font-size: 14px;
  margin: 10px 0 30px; }

.portlet-blogs .entry-body a {
  font-size: 14px !important; }

.portlet-blogs .entry-footer {
  margin: 10px 0;
  padding-bottom: 20px;
  display: block;
  clear: both; }

.portlet-blogs .entry-navigation {
  background: #f9f9f9;
  border-top: 1px solid #ccc;
  margin: 15px 0 0;
  overflow: hidden;
  padding: 15px; }

.portlet-blogs .delta-selector {
  padding: 7px; }

.pickles-blog-section .btn-primary {
  background: #004c93;
  border-color: #004789; }

.pickles-blog-section h2 {
  color: #004c93;
  font-size: 1.5em;
  font-weight: 800;
  margin-top: 3rem; }

.pickles-blog-section .post-block-image {
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 2.4rem; }

.pickles-blog-section .post-block-image:first-child {
  margin-top: 0; }

.pickles-blog-section .post-block-image img {
  width: 100%; }

.pickles-blog-section .post-float-image-left {
  float: left;
  margin: 0 1.5rem 1rem 0;
  max-width: 35%; }

@media (max-width: 500px) {
  .pickles-blog-section .post-float-image-left {
    max-width: 100%; } }
.pickles-blog-section .post-float-image-left img {
  max-width: 100%; }

.pickles-blog-section .post-float-image-right {
  float: right;
  margin: 0 0 1rem 1.5rem;
  max-width: 35%; }

@media (max-width: 500px) {
  .pickles-blog-section .post-float-image-right {
    max-width: 100%; } }
.pickles-blog-section .post-float-image-right img {
  max-width: 100%; }

.pickles-blog-section .post-block-caption {
  background: #f0f5f7;
  font-weight: 500;
  padding: 1.1rem 1.3rem;
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 2rem; }

.pickles-blog-section .post-block-author {
  float: left;
  margin: 0 1.5rem 1rem 0;
  max-width: 100px; }

.pickles-blog-section .post-block-author img {
  max-width: 100px;
  border: 1px solid #EFEFEF; }

.pickles-blog-section .post-block-author .author-info {
  background: #f0f5f7;
  display: block;
  padding: 5px; }

.pickles-blog-section .post-block-author .author-title {
  font-size: 0.9em;
  text-align: center; }

.pickles-blog-section .post-block-author .author-position {
  font-size: 0.7em;
  text-align: center; }

.pickles-blog-section blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin-bottom: 1.5rem;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’"; }

.pickles-blog-section blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

.pickles-blog-section blockquote p {
  display: inline; }

/*# sourceMappingURL=custom.css.map */

