﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

img{max-width: 100%; height: auto;}


/*===================== 
	@Font-Face 
=======================*/
@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff'),
         url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	base styles 
=======================*/

html, body{
	font-family: 'montserratlight';
	font-size: 14px;
	-web-text-size-adjust:none;
	margin:0;
}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
img.full-width{width:100%; display: block;}

.clear{clear:both;}
	
/*===================== 
	typography 
=======================*/

h1 { font-family: 'montserratbold'; color: #000; font-size: 23px; text-transform: uppercase; font-weight: normal}
h2 { font-family: 'montserratlight'; color: #000; font-size: 21px; font-weight: normal}
h3 { font-family: 'montserratregular'; color: #000; font-size: 18px; font-weight: normal}
h4 { font-family: 'montserratlight'; color: #000; font-size: 16px; font-weight: normal}
h5 { font-family: 'montserratlight'; color: #fff; font-size: 13px; text-transform: uppercase; font-weight: normal}
h6 { font-family: 'montserratregular'; color: #000; font-size: 14px; font-weight: normal}
h7 { font-family: 'montserratlight'; color: #000; font-size: 12px; text-align:right; font-weight: normal}

p { font-family: 'montserratlight'; font-size: 16px; line-height: 28px; color:#000; font-weight: normal}

.quote{
	font-style: italic;
	font-family: 'montserratlight'; 
	font-size: 20px; 
	line-height: 28px;
	color:#000;
}

.text-banner span{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 900;
}

.text-banner, .text-banner-2{width:100%; padding:10px 0; text-align: center; background:#fef200 ; font-size: 21px; font-weight: 700; color: black;}

.text-banner-2 {margin-top:  15px;}

.text-banner-2 a {color: white; font-weight: 700;font-family: 'montserratlight'; }

.banner-auction{
    background-color: #000;
    background-image: url(/siteart/tractor-field.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 15px;
    position: relative;
}

.banner-auction-intro {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.banner-auction-2 {
	font-family: 'montserratbold';
	color: #000;
}

.bottom-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2%;
    background: linear-gradient(rgb(212, 212, 212) 9%, rgb(91, 91, 91) 18%, rgb(31, 31, 31) 27%, rgb(64, 64, 64) 37%, rgb(137, 137, 137) 44%, rgba(255, 255, 255, 0.55) 57%);
}


/*===================== 
	link styles 
=======================*/

a{
	font-family: 'montserratbold';
	color: #000;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a:hover{color: #ccc; text-decoration:none;}

a.text-banner-hover:hover {color: #333333;}

.flex-links{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 16px;
}

/* Highlight Button - Modern Professional */
a.highlight-btn {
  display: block;
  width: 100%;
  background: #010ed1;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
  font-size: 2rem;
  margin: auto;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border: none;
  box-shadow: 
    0 10px 30px rgba(1, 14, 209, 0.4),
    0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

a.highlight-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.7s ease;
}

a.highlight-btn:hover::before {
  left: 100%;
}

a.highlight-btn:hover {
  background: #0210e8;
  transform: translateY(-3px);
  box-shadow: 
    0 15px 40px rgba(1, 14, 209, 0.5),
    0 8px 16px rgba(0, 0, 0, 0.3);
}

a.highlight-btn:active {
  transform: translateY(-1px);
  box-shadow: 
    0 8px 20px rgba(1, 14, 209, 0.4),
    0 4px 8px rgba(0, 0, 0, 0.2);
}

a.highlight-btn span {
  position: relative;
  z-index: 1;
}

/* Auction Links - Modern Professional */
a.auction-links {
  display: inline-block;
  width: 32%;
  background: #010ed1;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.1rem;
  margin: 0.5rem 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
	
}

.now-consign{
	text-decoration: underline;
	font-size: 20px !important;
}

a.auction-links::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.7s ease;
}

a.auction-links:hover::before {
  left: 100%;
}

a.auction-links:hover {
  background: #0210e8;
  transform: translateY(-3px);
  box-shadow: 
    0 15px 40px rgba(1, 14, 209, 0.5),
    0 8px 16px rgba(0, 0, 0, 0.3);
}

a.auction-links:active {
  transform: translateY(-1px);
  box-shadow: 
    0 8px 20px rgba(1, 14, 209, 0.4),
    0 4px 8px rgba(0, 0, 0, 0.2);
}
a.black-btn{
	width:33%;
	background:#000;
	color:#fff;
	border-right:#fef200 solid 10px;
	text-align: center;
	padding: 1% 0;
	font-size: 16px;
	font-family: 'montserratregular';
	font-weight: normal;
}
a.black-btn:hover{
	background:#fef200;
	color:#000;
	border-right:#000 solid 10px;
}

/*===================== 
	header styles 
=======================*/

.mckillip-top-header {
		font-size: 14px;
}

.mckillip-top-header, .top-header{
	padding:1.3% 0;
	background:#010ed1;	

}
	.mckillip-top-header a{
		color:#fff!important;
		padding-right:4%;
		float:right;
		line-height: 4px;
		font-family: "Montserrat", sans-serif;
		font-weight: 400;
		text-decoration: none;
	}

	.mckillip-top-header a:hover, .topheader a:hover{
		color:#ccc!important;
	}


.mckillip-header, .header {
	margin: 0 auto;
/*	width: 94%; */
	padding: 0 3%;

}
	/*
.logo {
    padding: 1% 0;
    margin: 0;
	float:left;
	width:35%;

}
*/

.logo{
   width: 17%;
}

.logo img{width:100%; display: inline-block;}

.header-right {
    float: right;
    text-align: right;
    padding: 2% 0;
}
	.header-right a{
		color:#000;
	}
	.header-right a:hover{
		color:#ccc;
	}
	
/*===================== 
	content styles 
=======================*/
.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.content {
    padding: 6% 0;
    background: #202020;
    width: 100%;
}
.content-white{
	padding: 6% 0;
	background:#fff;
	width:100%;
}
.content p, .column3 p, .column3 p a{color:#fff;}
.content h1,.content h2,.content h3,.content h4{color:#fff;}
.content .column3 img{width:100%;}

.content h3{font-family: 'montserratregular'; font-weight: normal}
.content h4{font-family: 'montserratlight'; font-weight: normal}

.our-history{
	width:100%;
	border-bottom: 5px solid #010ed1;
	border-top: 5px solid #010ed1;
	padding:2% 0;
}

.giant{display: block; position: relative; background: url("../siteart/giant-dark.jpg"); padding:17% 0;}
.giant .white_box{
	width:60%;
	position: absolute;
	right:0;
	bottom:0;
	background:#fff;
	box-sizing: border-box;
	padding: 2% 3%;
	border-left: #010ed1 solid 10px;
	
}

.starburst{display:relative;top:100px;left:50px;max-width:200px;}


.manus{
	width:100%;
	margin:2% auto 0;
	text-align:center;	
}
.manus img{
    width: 300px;
    padding: 0 0;
    text-align: center;
}

.btn{
	background: #010ed1;
    width: 150px;
    padding: 2%;
    border-radius: 3px;
    color: #fff;
	text-align:center;
	font-family: 'montserratregular';
}
.btn:hover{background: #030da0;}

.online a{
	background: #010ed1;
    width: 300px;
	display: inline-block;
    padding: 2%;
    border-radius: 3px;
    color: #fff;
	text-align:center;
	font-family: 'montserratregular';
	
}
.online a:hover{background: #030da0;}

.big{display:block;}
.small{display:none;}

.picture {
    width: 50%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
	margin:5% auto;
}

.wording {
    z-index: 9;
    position: relative;
    right: 40px;
    top: 100px;
    text-align: right;
}
.wording a h3{
    color: #010ed1;
    font-size: 15px;
    font-family: 'montserratbold';
}
.wording a h3:hover{
    color: #030da0;
}

/*===================== 
   Photo Button styles 
=======================*/
/********* Grid and hover effect ************/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 30%;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
}

.grid figure figcaption {
	padding: 1%;
	color: #fff;
	font-size: 18px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	height: 95%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	letter-spacing: 1px;
	color:#fff;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 75%;
	color:#fff;
}

/***** Lily Hover Effect *****/

figure.effect-lily img {
	opacity: 0.4;
	width:100%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lily figcaption {
	text-align: left;
	padding:6% 0 0 5%; 
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img{
	opacity: .5;
}
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
/******************************************/

/*===================== 
	slideshow styles 
=======================*/


.cycle-slideshow {
    width:100%;     
	position: relative;
    margin: 0;
}
.cycle-slideshow img{
	width:100%;
}
.thumbslide{width:40%; padding:20px 5px 5px 5px; float:right;}


/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}
.clear {clear:both;}
	
.column1 {width:65%; float:left; padding-right: 50px;  box-sizing: border-box;}
.column2 {width:50%; float:left; padding-right: 25px; box-sizing: border-box;}
.column3 {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}
.column4 {width:25%; float:left; padding-right: 25px; box-sizing: border-box; color: #d3d3d3;}
.column5 {width:20%; float:left; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}


/*===================== 
	zoom wrap 3 styles 
=======================*/
.lt-gray-wrap{
	background:#ebebeb;
	width:100%;
	padding:4% 0;
}
.zoom-wrap{
	display: block;
	width:90%;
	margin:auto;
}
.zoom-container3 {
    float: left;
    width: 20%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratregular';
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background-color: #000;
}
.zoom-container3 a{color: #bbbbbb;}
.zoom-container3 img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container3:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.zoom-container3 .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .82); /*------change bg color-------*/
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	
	p{
		color: #fff;
	}
}
.zoom-container3 .zoom-caption h3 {
    display: block;
    text-align: center;
    font-family: 'montserratbold';
    font-size: 25px;
    font-style: normal;
    margin: 25% 0 0;
    text-transform: uppercase;
    color: #fff;
}
.zoom-container3:hover .zoom-caption {
	background: none;
}


/*===================== 
	zoom wrap 6 styles 
=======================*/

.zoom-container6 {
    float: left;
    width: 20%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratregular';
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.zoom-container6 a{color: #bbbbbb;}
.zoom-container6 img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container6:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.zoom-container6 .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .82); /*------change bg color-------*/
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.zoom-container6 .zoom-caption h3 {
    display: block;
    text-align: center;
    font-family: 'montserratbold';
    font-size: 16px;
    font-style: normal;
    margin: 20% 0 0;
    text-transform: uppercase;
    color: #fff;
}

.zoom-container6:hover .zoom-caption {
	background: none;
}


/*===================== 
	main form
=======================*/

#form{
	background: #fff;
	max-width:1100px;
	margin: 5% auto;
	color:#333333;
}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
}

#form input[type="checkbox"] {
    margin:5px 10px 0 0;
    width:13px;
    height:13px;
    display:inline;
}
#form input[type="radio"] {
    margin:5px 10px 0 0;
    width:15px;
    height:15px;
    display:inline;
}
 
#form input.send-button,
#form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    color: #fff;
	font-family: 'montserratregular';
	background: #646d6d;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
	height: 50px;
}

#form input.send-button:hover {
	background: #158d12;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	cursor: pointer;
}
 
/*CAPCHA*/

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: left !important;
	line-height:normal !important;
}

.CaptchaAnswerPanel input {width: 200px !important;}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color: #859090;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*===================== 
	top footer styles 
=======================*/

.bottom {
    width: 100%;
	background: #202020;
	padding:1.3% 0;
}
.bottom a {
    color: #fff;
    padding: 0 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
	text-decoration: none;
}


.mckillip-footer {
    width: 100%;
    color: #fff;
    background: #cecbcb;
    margin: 0 auto;
	padding:3% 0;
	text-align: center;
}

.mckillip-footer a {
	font-family: "Montserrat", sans-serif;
    color: #000;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
	text-decoration: none;
}
.mckillip-footer a:hover{color: #333;}


/*-------------------*/

.footer-logo {
	margin:0 auto 2%;
    max-width: 410px;
    text-align: center;
}

.footer-logo img{
	margin:0 auto;
	padding:0 5px;
	height: 59px;
}

.mckillip-footer h8{
	margin: 0 auto;
    display: inline;
    text-align: center;
}

/*===================== 
	Inventory styles 
=======================*/



/*----View Details Button----*/
.view-listing-details-link {background:#010ed1 !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #010ed1 !important; color:#fff !important;}


/* ---- Parts ----- */
.parts-listing-container .parts-button{background: #010ed1 !important; color:#fff !important;}
.parts-listing-container .parts-button:hover{background:#000 !important; color:#fff !important}
	
#part-detail-content .part-detail-additional-data .data-row .data-label{background:#000 !important; color:#fff !important;}

/*------------------------------Compare Page---------------------------------*/
.cs-btns a{
	background:#000 !important; color:#fff !important;
}
.cs-btns a:hover{
	background:#010ed1 !important; color:#fff !important;
}




/*===================== 
  responsive styles 
=======================*/
@media screen and (max-width: 1460px){
	.giant{display: block; position: relative; background: #fff; padding:0;}
	.giant .white_box{
		width:100%;
		position: relative;
		right:auto;
		bottom:auto;
		background:#fff;
		box-sizing: border-box;
		padding:4% 3%;
		border-left: none;
	}
}
@media screen and (max-width: 1230px){
	.wrapper {
		width: 94%;
		margin: 0 auto;
		padding: 0 3%;
	}
}
@media screen and (max-width: 1175px) {

	.wording {
		z-index: 9;
		position: relative;
		right: 16px;
		top: 100px;
		text-align: right;
	}


}
@media screen and (max-width: 1060px) {

	.zoom-container6 .zoom-caption h3 {
		display: block;
		text-align: center;
		font-family: 'montserratbold';
		font-size: 13px;
		font-style: normal;
		margin: 20% 0 0;
		text-transform: uppercase;
		color: #fff;
	}

	h5 {
		font-family: 'montserratlight';
		color: #fff;
		font-size: 11px;
		text-transform: uppercase;
	}
}
@media screen and (max-width: 1015px) {
 
.content .column2 {
    width: 100%;
    float: none;
    padding-right: 0;
    box-sizing: border-box;
    margin: 0 0 3%;
}
.content {
    padding: 4% 0;
    background: #000;
    width: 100%;
    height: auto;
} 

.wording a h3 {font-size: 14px;}

	.mckillip-top-header, .top-header {
		padding: 2% 0;
		background: #010ed1;
	}
	.mckillip-top-header a, .top-header a{
		color:#fff!important;
		padding-right:4%;
		float:none;
		line-height: normal;
		font-family: 'montserratlight';	
		display:block;
		text-align: center;
		text-decoration: none;
		
	}
 
}
@media screen and (max-width: 1000px) {
 
.picture {
    width: 100%;
    float: none;
    padding-right: 0;
    margin: 3% auto;
    text-align: center;
} 
.wording a h3 {font-size: 18px;}
.wording {
    z-index: 9;
    position: relative;
    right: 135px;
    top: 80px;
    text-align: right;
}
	.grid figure {width: 46%;}
	
	.logo img{
		width: 60%;
	}

 
}
@media screen and (max-width: 875px) {

.wording {
    z-index: 9;
    position: relative;
    right: 90px;
    top: 80px;
    text-align: right;
}
	
.zoom-container6 .zoom-caption h3 {
    display: block;
    text-align: center;
    font-family: 'montserratbold';
    font-size: 11px;
    font-style: normal;
    margin: 19% 0 0;
    text-transform: uppercase;
    color: #fff;
}
	

	.column4 {width:50%;  padding-top:25px;}

}
@media screen and (max-width: 775px) {

.wording {right: 65px;}

.zoom-container3{
	width: 50%;	
}
	
.zoom-container6 {
    float: left;
    width: 33.333%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratregular';
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.zoom-container6 .zoom-caption h3 {
    display: block;
    text-align: center;
    font-family: 'montserratbold';
    font-size: 17px;
    font-style: normal;
    margin: 22% 0 0;
    text-transform: uppercase;
    color: #fff;
}
.zoom-container3 .zoom-caption h3 {
    display: block;
    text-align: center;
    font-family: 'montserratbold';
    font-size: 17px;
    font-style: normal;
    margin: 22% 0 0;
    text-transform: uppercase;
    color: #fff;
}
	
.flex-links{
	display: flex;
	flex-direction: column;
	align-items: center;
}
a.auction-links,a.black-btn{
	padding: 2% 0;
	margin:5px 0;
	width:100%;
}
	.column1 {width:95%; margin: auto; float:none; padding-right:0;  box-sizing: border-box;}
	.column3 {width:95%; margin: auto; float:none; padding-right: 0; box-sizing: border-box;}


}
@media screen and (max-width: 721px) {

.content .column2 {
    width: 100%;
    float: none;
    padding-right: 0;
    box-sizing: border-box;
    margin: 0 0 10%;
}

.small{display:block;}
.big{display:none;}

.wording-sm {
    z-index: 9;
    position: relative;
    right: 0;
    top: 0px;
	width: 491px;
    text-align: center;
    margin: 0 auto;
}
.wording-sm a h3 {
    font-family: 'montserratregular';
    color: #010ed1;
    font-size: 18px;
    background: #a7a3a3;
    padding: 16px 0;
}
.wording-sm img{width:100%;}

.wording-sm a h3:hover {
    color: #030da0;
    background: #9a9a9a;
}

.mckillip-top-header, .top-header {padding: 3% 0; background: #010ed1;}
	

.online a{
	background: #010ed1;
	display: block;
    width: 300px;
    padding: 2%;
	margin:5px 0;
    border-radius: 3px;
}

}
@media screen and (max-width: 580px) {

.zoom-container6 .zoom-caption h3 {
    display: block;
    text-align: center;
    font-family: 'montserratbold';
    font-size: 13px;
    font-style: normal;
    margin: 22% 0 0;
    text-transform: uppercase;
    color: #fff;
}
	
.zoom-container3 .zoom-caption h3 {
    display: block;
    text-align: center;
    font-family: 'montserratbold';
    font-size: 13px;
    font-style: normal;
    margin: 22% 0 0;
    text-transform: uppercase;
    color: #fff;
}
	
h5 {
    font-family: 'montserratlight';
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}
	.grid figure {
		display: block;
		float: none;
		width: 90%;
		margin: 10px auto;
	}
	.grid figure h2 {
		word-spacing: -0.15em;
		font-weight: 300;
		letter-spacing: 1px;
		font-size:21px;
	}



}
@media screen and (max-width: 550px) {
a.highlight-btn {font-size: 36px; line-height:30px;}
a.highlight-btn span {font-size:18px; line-height:18px; }
	
.mckillip-footer a {
    font-family: 'montserratregular';
    color: #000;
    line-height: 16px;
    text-align: center;
    font-size: 11px;
}


}
@media screen and (max-width: 541px) {

.wording-sm {width: 100%;}

.content {padding: 6% 0; border-bottom: 20px solid #010ed1;}

.picture {margin: 6% auto;}

.bottom .left {
    float: none;
    text-align: center;
    margin: 0 auto 1%;
}
.bottom .right {
    float: none;
    text-align: center;
    margin: 0 auto 1%;
}
.bottom a {padding: 0;}

}

@media screen and (max-width: 430px) {

	.logo {width:100%;}
	.logo img{width:49%; display: inline-block;}

	.zoom-container6 {display: none;}
	.zoom-container3 {display: none;}
	
	.thumbslide{width:100%; padding:20px 5px 5px 5px; float:none;}
	.column4 {width:100%;  padding-top:25px;}
}
@media screen and (max-width: 330px) {


h1 {font-size: 21px; line-height: 22px;}
h2 {font-size: 20px; line-height: 22px;}

.bottom a {font-size: 9px;}

.wording-sm a h3 {font-size: 14px;}

.content .column2 a {
    color: #fff;
    line-height: 25px;
    font-size: 12px;
}

p {font-size: 16px; line-height: 24px;}
.content p {font-size: 16px; line-height: 24px;}



}
@media screen and (max-width: 315px) {

.wording-sm {width: 100%;}


}
@media screen and (max-width: 215px) {

.wording-sm {width: 100%;}


}
	
