﻿@charset "UTF-8";

@import url('https://rsms.me/interface/interface.css');

/* RESET 
------------------------------------------------*/
*{ 
    margin: 0 ;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent;  
}

ol, ul {}

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
body {font-size:100%; font-family: 'Inter', sans-serif; background:#cccbcb !important;}

/* SELECTION */	
::selection {color:#fff; background: #9e2a1e;}
::-moz-selection {color:#fff; background: #9e2a1e;}

/* CONTENT */
.content {width:85%; margin:0 auto;}

/* CLEAR */
.clear {clear: both;}

/* HEADERS */
/*Remove or simplify font-weight and font-height */
h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}
h1 {font-size:34px; margin:0 0 6px 0; font-weight:200;}
h2 {font-size:30px; margin:0 0 6px 0; font-weight:600;}
h3 {font-size:26px; margin:0 0 5px 0; font-weight:600; color:#303030;}
h4 {font-size:26px; font-weight:normal;}
h5 {font-size:22px; font-weight:normal;}
h6 {font-size:18px; margin:0 0 4px 0; font-weight:600; color:#404040;}


/* PARAGRAPH/LIST/GENERAL TEXT */
/*p, ul, li {font-size: 15px;}*/

/* LINKS */
a{-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;}
a:link, a:visited {color:#202020; text-decoration:underline;}
a:hover, a:active {color:#f30601; text-decoration:none;}

a[href^="tel:"] {color:#D40E21;  text-decoration: none;}

/* IMAGES */
img {display:block;}


/* TEXT EMPHASIS */
.typography em {font-family: 'InterItalic';}
.typography strong {font-weight: 700;}


/* ALIGNMENT */
.left {float:left;}
.right {float:right;}
.center {text-align:center;}







/* FORM
------------------------------------------------*/
.site-form {}
.site-form .search-fields {width:19%; *width: 19%; min-width:175px; box-sizing: border-box;}
.site-form .three-cells {width:32.3%; *width: 32%; box-sizing: border-box;}
.site-form .two-cells-wrap {display:flex; flex-flow:row wrap; justify-content:space-around;}
.site-form .full-cell {width:99% !important;}
.site-form .no-mobile {}
.site-form .last {margin-right:0 !important;}

.site-form .instructions {font-size:14px; color:#777; margin:6px 0 6px 0;}
.site-form .note {font-size:12px; font-style:italic; color:#777; text-align:center; margin:8px 0 0 0;}

.site-form input[type="text"], .site-form input[type="email"], .site-form input[type="number"], .site-form input[type="time"], .site-form input[type="date"], .site-form select {
	margin:6px .8% 9px 0;
    padding:12px 0;
    font-size: 15px;
    background-color: #F4F4F4;
	text-indent:12px;
	box-sizing: border-box; 
	border:none;
}

.site-form input[type="text"]:focus, .site-form input[type="email"]:focus, .site-form input[type="number"]:focus, .site-form input[type="time"]:focus, .site-form input[type="date"]:focus, .site-form select:focus {background-color:#fcfcfc;}

.site-form textarea {width:100%; height:100px; margin:2px 0; padding: 4px 8px; font-size: 15px;
    background-color: #f9f9f9;
	box-sizing: border-box; -webkit-border-radius:0; border-radius:0;}

.site-form textarea:focus {background-color:#FCFCFC; border: 1px #5A5A5A solid;}

.site-form .check-field {display:flex; flex-flow:row wrap; justify-content:space-around;}
.site-form .check-field .checkbox {margin:0 8px 8px 8px; padding:0; color:#4D4D4D;}

.site-form input[type="submit"] {
	height: 46px; padding:0 20px; margin:10px 0 0 0; font-size: 16px; color: #fff; border:2px #fff solid; background: #393939;
	transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}

.site-form input[type="submit"]:hover {color:#fff; background:#4a4a4a; letter-spacing:.5px; transform:scale(1.01,1.01); cursor:pointer; -webkit-appearance: none;}

img.CaptchaImage {margin:0 auto;}
.CaptchaAnswerPanel input {
	margin:6px 0 9px 0;
    padding:12px 0;
    font-size: 15px;
    background-color: #F4F4F4;
	text-indent:12px;
	box-sizing: border-box; 
	border:none;
}



/* HEADER
------------------------------------------------*/	
header {margin:0; padding:0; text-align: right;  background-color:#fff;}

header .contact-banner {display:flex; flex-flow:row wrap; align-content:center; justify-content:flex-end; padding:10px 5%; color:#fff; background-color:#9e2a1f;}	
header .contact-banner .contact-location {margin:0 15px; padding:0;}
header .contact-banner .contact-info {margin:0 15px; padding:0;}
header .contact-banner .social-media {margin:0 10px; padding: 0;}
header .contact-banner div a {color:#fff;}

header .header-navigation {display:flex; flex-flow:row wrap; align-content:center; justify-content:space-between; padding:0 5%;}


/* CORNHUSKER AG LOGO
------------------------------------------------*/	
header .logo {z-index:350;  margin:-14px 0 -6px 0; padding:0;}
header .logo img {width:100%; max-width:373px;}


/*  NAVIGATION
------------------------------------------------*/
#menu-button{display:none;}
nav.mobile {display:none;}

nav.primary {z-index: 500; position:relative; margin:29px 0; padding:0;}

nav.primary ul {margin:0 auto; padding:0;}
nav.primary ul li {margin:0; padding:0; float:left; list-style-type:none;}
nav.primary ul li:hover, nav.primary ul li:focus, nav.primary ul li:active {color: #202020;}
				
nav.primary ul li a {
	display:block;
	color:#737373;
	font-size:1.25em;
	line-height:40px;
	text-decoration:none;
	
	margin:0 8px;
	padding:0 15px;
	font-weight: 700;
	text-align:center;
	-webkit-transition:.5s ease-in;  
	-moz-transition:.5s ease-in;  
	-o-transition:.5s ease-in;  
	transition:.5s ease-in;	
}	

nav.primary ul li a:hover {color:#fff; background: #aa3226;}


/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {width: 230px;}
nav.primary ul li li a:link, nav.primary ul li li a:visited{
	font-size:.94em;
    line-height:16px;
	padding:16px 0;
	text-indent:20px;
	color:#fff;
	background:#282828;
	width: 230px;	
	text-align:left;
	border-right:none;
	border-left:none;
	border-top: #353535 solid 1px;
}

nav.primary ul li li a:hover,nav.primary ul li li a:active {color:#fff; background:#aa3226;}


/*  NAV DROPDOWNS
------------------------------------------------*/
nav.primary ul ul {display: none; position: absolute;} 
nav.primary ul ul ul {position: absolute; left: 100%; top:0;}
nav.primary ul li:hover > ul {display: block; line-height:18px; z-index: 500;}
nav.primary ul ul li {float: none; position: relative; margin:0;}


/*  HERO
------------------------------------------------*/
.hero {position:relative; margin:0 0 25px 0; background:#fbfbfb;}

.hero .hero-image {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; padding:0 .2% 5% .2%;}
.hero .hero-image img {width:100%; margin:0; padding:0;}


.hero-show {width:33.1% !important; }

.hero-inventory {position:absolute; bottom:0; z-index:50; width:100%; margin:0;}



/*  SLIDESHOW
------------------------------------------------*/
.cycle-slideshow {width:33.3%; line-height:0; z-index:10; position:relative;}
.cycle-slideshow img {width:100%; height:auto;}


.transporation-show {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around; margin:25px 10% 45px 10%; padding:0;}
.transporation-show img {width:96%; margin:0 2%; padding:0; border:2px #202020 solid;}




/*  INVENTORY EQUIPMENT CATEGORIES
------------------------------------------------*/
.inv-categories {display: flex; flex-flow:row wrap; align-content: center; justify-content: space-around; margin:35px 0 0 0; text-align:center;
	border-top:2px #fff solid; border-bottom:2px #fff solid; background:#fff;}
.inv-categories .category {width:24.9%; height:275px; position:relative; overflow: hidden; margin:0; padding:0; border-right:2px #fff solid; background-color:#161616;}
.inv-categories .category:last-of-type{border:0;}

.inv-categories .category h3 {
	position:absolute; bottom:12%; z-index:50; width:100%; margin:0; padding:20px 0; font-size:32px; line-height:32px; font-weight: 900; text-transform: uppercase; color:#fff;
}

.inv-categories .category a h3 span {
	z-index:5; font-size:22px; font-weight:700; opacity:0; filter: alpha(opacity=0);
	-webkit-transition: all .75s ease; -moz-transition: all .75s ease; -o-transition: all .75s ease; -ms-transition: all .75s ease; transition: all .75s ease;
}
.inv-categories .category a:hover h3 span {opacity:1; filter: alpha(opacity=100);}

.inv-categories .category a img{
	width:103%; position: absolute; top: 50%; left: 50%; height: auto; margin: auto auto; z-index:10; border-bottom:3px #fff solid;
	opacity:.15; filter: alpha(opacity=15);
	-webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
	-webkit-transition: all .75s ease; -moz-transition: all .75s ease; -o-transition: all .75s ease; -ms-transition: all .75s ease; transition: all .75s ease;
}
.inv-categories .category a:hover img{
	width:120%;
	opacity:1; filter: alpha(opacity=100);
	-webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
}


















/*  INVENTORY SEARCH
------------------------------------------------*/
.search-banner {margin:0 3.5%; padding:10px 15px; background-color:#9e2a1f;}


/*  PAGE TITLE
------------------------------------------------*/	
.page-title {margin:0; padding:65px 7% 55px 7%; background-color:#333; }
.page-title h1 {font-size:38px; font-weight:900; text-transform: uppercase; text-align: center; color:#fff;}

.barn-field {background:#333 url(../siteart/barn-and-field.jpg) no-repeat; background-position:center center; background-size: cover;}
.field-bales {background:#333 url(../siteart/field-bales.jpg) no-repeat; background-position:center center; background-size: cover;}
.bales-rain {background:#333 url(../siteart/bales-rain.jpg) no-repeat; background-position:center center; background-size: cover;}
.fence-line {background:#333 url(../siteart/fence-line.jpg) no-repeat; background-position:center center; background-size: cover;}
.corn {background:#333 url(../siteart/corn.jpg) no-repeat; background-position:center center; background-size: cover;}
.hay-field {background:#333 url(../siteart/hay-field.jpg) no-repeat; background-position:center center; background-size: cover;}


/*  MAIN
------------------------------------------------*/	
.main {margin:25px 5% 0 5%; padding:0; background-color:#fff;}

.intro-text {
	display:flex; flex-flow:row wrap; align-content:center; justify-content:space-between; 
	margin:0; padding:35px 3.5%; color:#fff !important; background:#8b2617 url(../siteart/Plow-Background.jpg) no-repeat; background-position: center center; background-size:cover;	
}

.page-content {display:flex; flex-flow:row wrap; align-content:flex-start; justify-content:space-between; margin:0; padding:45px 3.5% 20px 3.5%;}


.mid-section {width:100%; margin:0; padding:35px 3.5%; border:2px #ddd solid; background-color:#e6e6e6;}


.hero-map {width:100%;}
.hero-map iframe {width:100%; height:400px; line-height:0;}







/*  INVENTORY
------------------------------------------------*/
.inv-page {background:#fff;}
.body-wrapper {margin:0; padding:35px 3.5% 20px 3.5%;}
.body-content {font-family: 'Inter', sans-serif !important;}

.list-content .list-top-section .listing-option-bar .list-listings-count {color:#9e2a1f !important;}


/*  INVENTORY HEADER
------------------------------------------------*/
.list-content .list-title {align-items:center !important;}
.list-content .list-title .list-title-text {font-size:1.5em !important;}
.list-content h1 span {font-size: 18px; text-transform:none; color: #5a5a5a;}
.list-content .list-title .list-listings-count {font-weight:700 !important; color:#9e2a1f !important; font-family: 'Inter', sans-serif;;}


/*  INVENTORY FACETED
------------------------------------------------*/	
.faceted-search-content .selected-facets-container .selected-facet {border-radius:0 !important; background-color: #9e2a1f !important;}
.faceted-search-content .faceted-section-head h5 {font-size:18px !important;}
.faceted-search-content .faceted-section-box .faceted-text-input, .faceted-search-content .faceted-section-box .faceted-search {border-radius:0 !important;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {margin:0 0 0 3px !important;}
.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn {border-radius:0 !important; background-color: #9e2a1f !important;}


/*  INVENTORY MAIN SECTION
------------------------------------------------*/	
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {color:#9e2a1f !important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {
    border-radius:0 !important; background-color: #9e2a1f !important;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link {border-radius:0 !important; background-color: #333 !important;}


/*  INVENTORY MOBILE
------------------------------------------------*/	
.list-content .list-listing-mobile .price-container .price {color: #9e2a1f !important;}
.list-content .list-listing-mobile .price-container .fin-stacked.purchase-today-link {background:transparent !important;}
.list-content .list-listing-mobile .email-seller-link {border-radius:0 !important; background-color: #333 !important;}
.list-content .list-listing-mobile .view-listing-details-link {border-radius:0 !important; background-color: #9e2a1f !important;}


/*  INVENTORY DETAILS
------------------------------------------------*/	
.detail-content .search-results {color: #9e2a1f !important;}
.detail-content .search-results .fa {font-size:.85em !important;}
.mc-thumb-toggles .mc-btn {height:28px !important; font-size: 18px !important; border-radius:0 !important;}
.detail-content .detail-main-body .main-detail-data .detail-price {color:#9e2a1f !important;}
.detail-content .detail-main-body .main-detail-data .offer-btn {border-radius:0 !important; background-color: #9e2a1f !important;}
.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
    width: 231px !important; padding:12px 20px !important; border-radius:0 !important;
}
.detail-content .dealer-info {margin:20px 0 0 0 !important;}
.detail-content .dealer-info a .dealer-company-header {color:#555 !important;}
.detail-content .dealer-info .dealer-company-header {margin:0 0 10px 0 !important; font-size:.95rem !important;}
.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #9e2a1f !important; border: 1px solid #9e2a1f !important; border-radius:0 !important;
}
.detail-content .listing-widgets a {border-radius:0 !important;}
.detail-content .detail-additional-data h4 {margin:18px 0 0 0 !important; font-weight:700; font-style:italic;}
.detail-content .detail-additional-data .data-row .data-label {font-weight:700 !important; background-color: #9e2a1f !important;}
.detail-content .detail-additional-data .data-row .data-value {font-weight:400 !important;}



/*  INVENTORY DETAILS MOBILE
------------------------------------------------*/
.mobile-breadcrumb {background-color: #9e2a1f !important;}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price {color:#9e2a1f !important;}
.detail-content-mobile .dealer-info .dealer-title-link h3 {margin:0 0 8px 0 !important; font-weight:700 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    margin-right:0 !important; border-radius:0 !important; background-color: #9e2a1f !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {
	border-radius:0 !important; border: 1px solid #9e2a1f !important; background-color: #9e2a1f !important;
}

.detail-content-mobile .listing-widgets {margin:18px 0 0 0 !important}
.detail-content-mobile .detail-additional-data h4 {margin:18px 0 0 0 !important; font-weight:700; font-style:italic;}
.detail-content-mobile .detail-additional-data .data-row .data-label {font-weight:700 !important; background-color: #9e2a1f !important;}
.detail-content-mobile .detail-additional-data .data-row .data-value {font-weight:400 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn {border-radius:0 !important; background-color: #9e2a1f !important;}


.hosted-content {max-width:1124px; margin:0 auto; padding:35px 3.5% 20px 3.5%;}
.hosted-content a.widget-email {background: #333 !important;}
.hosted-content .btn {background-color: #9e2a1f !important;}















/*  ARTICLE
------------------------------------------------*/
article {margin:0; padding:0 0 35px 0; width:65%;}
article.inv-text {width:100%; max-width:1124px; margin:0 auto;}
article h1{font-style: italic;}
article p {font-size:17px; line-height:22px;}


/*  ASIDE
------------------------------------------------*/
aside {align-self: center; width:30%; margin:0 0 0 5%;}


.quick-button { margin:0 0 0 0;}
.quick-button a:link, .quick-button a:visited {
	margin:0; padding:25px 30px; font-size: 18px; line-height:18px; text-decoration: none; font-weight: 900;font-variant: small-caps; color: #9e2a1f; border:2px #4a4a4a solid; background:rgba(250,250,250,0.9);
	transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}
.quick-button a:hover, .quick-button a:active {color:#fff; background:#4a4a4a; letter-spacing:.5px; transform:scale(1.01,1.01); cursor:pointer; -webkit-appearance: none;}


/* ADDRESS
------------------------------------------------*/	
address {display:flex; flex-flow:row wrap; align-content: center; justify-content: space-between; padding:35px 0; font-style:normal; background:#fff;}

address .contact-fields {display:flex; flex-flow: column; align-content: center; justify-content: space-between; width:20%; margin:0 5% 0 5%;}
address .contact-fields .contact-box {min-width:180px; margin:0; padding:18px 25px; line-height:22px; text-align:center; color:#98281d; border:2px #98281d solid;}
address .contact-fields .contact-box:nth-of-type(2) {margin:15px 0;}
address .contact-fields .contact-box a {color:#98281d;}

address .map {width:70%; align-self: flex-end;}
address .map iframe {width:100%; height:300px; line-height:0;}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {width:100%; height:90px; overflow:hidden;}
.scrolling {width:100%; height:90px;}


/*  FOOTER
------------------------------------------------*/
.site-footer {display:flex !important; flex-flow:row wrap; align-content: center; justify-content: space-between; padding:25px 3.5%; font-size:15px; color:#fff; background:#ac3327;}
.site-footer div {margin:0; padding:0;}
.site-footer div i {font-size:14px;}
.site-footer div a:link, .site-footer div a:visited {color:#fff;}




/************************************************ Responsive Styles **/

@media screen and (max-width: 1500px) {
	nav.primary ul li a {font-size:1.1em; margin:0 5px; padding:0 10px;}
	.inv-categories .category {width:24.7%; height:200px;}
	.transporation-show a {width:25%;}
}

@media screen and (max-width: 1280px) {
	nav.primary ul li a {font-size:1em; margin:0 4px; padding:0 6px;}
	
	
	.inv-categories .category h3 {font-size:28px;}
	
	
	address {padding:35px 0 0 0;}
	address .contact-fields {flex-flow:row wrap; justify-content:space-around; width:100%; margin:0 0 35px 0;}
	address .contact-fields .contact-box {margin:20px;}
	address .contact-fields .contact-box:nth-of-type(2) {margin:20px;}
	address .map {width:100%; align-self:auto; line-height:0;}	
}


@media screen and (max-width: 1150px) {
	.site-form .no-mobile {display:none;}
	.site-form .search-fields {width:32.3%; *width:32%;}
	
	.site-form .three-cells {width:100%; *width: 100%;}
	.site-form .full-cell {width:100% !important;}
	
	nav.primary{display:none;}
	#menu-button{display: block; font-size: 1.25em; line-height:40px; position: relative; z-index:300; margin:29px 0; padding:0;}
	#menu-button a{color:#737373; text-decoration: none; padding:0 0 0 .8em; font-weight:700;}
	
	nav.mobile ul li a .fa{
		width:25px;
		font-weight:100;
		padding:8px 3px;
		margin:0 0 0 5px;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	
	nav.mobile ul li .fa-chevron-down {position:absolute; right:10px; margin:17px 0 0 0;}

	nav.mobile {display:block; z-index: 500; position: fixed; overflow:auto; top: 0; left: -285px; width: 285px; height: 100%; background:#333;}
	
	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: absolute;
		text-decoration: none;
		vertical-align: top;
		z-index:9999;
		display: inline-block;
		
		top: 15px;
		left: 15px;
		font-size:16px;
		word-spacing:13px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}
	
	/* MENU HEADER STYLES */
	nav.mobile h3 {position: relative; padding: 23px 0; font-size: 18px; color: #ccc; background:#313131;}			
	nav.mobile .menu-title {position: absolute; vertical-align: top; top: 16px; right: 47px; text-transform:uppercase; font-size:12px; color: #ccc;}
		
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {position: absolute; top: 8px; right: 10px; padding: 6px 9px 5px; display: inline-block; font-weight: 700; font-size: 18px; line-height: 1; color: #ccc; text-decoration: none; vertical-align: top; font-family: Arial, sans-serif;}
	nav.mobile .menu-toggle:hover {color: #fff;}
	
	/* MENU LIST STYLE */
	nav.mobile ul {list-style: none; font-weight: 300; margin:0; padding:0;}
	nav.mobile ul li {color: #999; font-size:15px; border-bottom: 1px solid #303030;}
	
	/* FIRST LEVEL */
	nav.mobile ul li a {
		color: #999;
		position: relative;
		display: block;
		font-size:15px;
		text-align:right;
		text-decoration: none;
		border-left:4px #333 solid;
		padding: 15px 35px 15px 20px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {background:rgba(45,45,45,0.5); color: #fff; border-left:4px #C8102E solid;}
	
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {color: #ccc; background: #444; border-left:4px #444 solid; padding: 15px 10px 15px 15px;}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}
	
	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {color: #ccc; background: #555; border-left:4px #555 solid;}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}
	
	.nav-footer {color:#292929; position:relative; text-align:center; font-size:16px; line-height:16px; padding:15px 0;}
	
	.page-content {padding:40px 5% 20px 5%;}
	
	article {width:100%; padding:0 0 25px 0;}
	aside {width:100%; margin:0; padding:0 0 25px 0;}
	.quick-button {margin: 30px 0 0 0;}
	
	.inv-categories .category {width:24.7%; height:150px;}
}

@media screen and (max-width:950px) {
	.inv-categories .category h3 {font-size:25px; line-height:25px;}
}

@media screen and (max-width: 768px) {
	.site-form .search-fields {width:100%; *width:100%;}
	
	header .contact-banner {justify-content:space-around;}
	header .contact-banner .contact-location span{display:none;}
	
	.page-content {padding:35px 7.5% 20px 7.5%;}
	
	.page-title h1 {font-size:30px;}
	
	.hero .hero-image {display:none;}
	.hero-inventory {position:relative;}
	.inv-categories {margin:0; padding:15px 0 0 0;}
	.inv-categories .category {width:49.7%; height:150px;}
	.inv-categories .category {border:0;}
	.inv-categories .category:nth-of-type(n+1){border-bottom:2px #fff solid;}
	.inv-categories .category:last-of-type{border:0;}
	
	
	.cycle-slideshow {width:95%; margin:0 auto;}
	.transporation-show img {width:100%; margin:20px 0;}
	
	address {padding:25px 0 0 0;}
}

@media screen and (max-width:600px){
	.transporation-show a {width:40%;}
}

@media screen and (max-width: 575px){
	header .logo {width:100%; margin:-9px 0 0 0; padding:0;}
	#menu-button {width:100%; text-align: center;}
	
	.page-title {padding:45px 7% 35px 7%;}
	.page-title h1 {font-size:28px;}
	.page-content {padding:30px 9% 20px 9%;}
	
	.inv-categories .category {height:125px;}
}

@media screen and (max-width:485px){
	.transporation-show a {width:90%; margin:30px 0;}
	.quick-button a:link, .quick-button a:visited {padding:15px 20px; font-size:14px; line-height:14px;}
}

@media screen and (max-width: 375px){
	header .contact-banner .social-media {display:none;}
	.inv-categories .category {width:49.7%; height:115px;}
	.inv-categories .category h3 {font-size:22px; line-height:22px;}
}