body,
nav ul {
	margin: 0;
	padding: 0;
}

body {
	background: #f4f4f4;
}

a {
	color: inherit;
}

.container {
	max-width: 1250px;
	margin: 0 auto;
}

header {
	background-color: #222;
	color: #fff;
	padding: 1em;
	text-align: center;
}

header h1,
header h3 {
	margin: 0;
	font-weight: 500;
	font-family:open sans, arial, sans-serif;
}

header .row {
	line-height: 1.25em;
}

nav {
	background-color: #0078E7;
	color: #fff;
}

nav ul {
	text-align: center;
}

nav ul li {
	display: inline-block;
	padding: 0 1em;
	line-height: 3.5em;
	box-sizing: border-box;
}

nav ul li:hover {
	background: rgba(255,255,255,0.2)
}

.l-box {
	padding: 1em;
	box-sizing:border-box;
}

.pure-g {
	display: block;
}
/*
 * HOME STYLES
*/

.main-content,
.side-content {
	background-color: #fff;
}

.inv-item a {
	text-decoration: none;
}

.inv-item .img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 75%;
	background-color: #222;
}

.inv-item .view {
	background-color: #0078E7;
	line-height: 2em;
	color:#fff;
	text-align: center;
}

.inv-item .details {
	padding: 1em 0;
	box-sizing:border-box;
}

.inv-item .price {
	padding-top: 0.5em;
}

.side-content h2 {
	margin: 0;
	padding-bottom: 0.5em;
	font-weight: 500;
	border-bottom: 0.1em solid #d5d5d5;
}

/*
 * ABOUT US INFO
*/

.side-content .about-info {
	line-height: 1.5em;
}

.content-area .contact-info {
	padding-left: 1em;
	box-sizing: border-box;
}

.contact-info .contact-row {
	padding-bottom: 0.5em;
}

.contact-info span {
	font-weight: 600;
	width: 5em;
	display: block;
	padding-bottom: 0.5em;
}


/*
 * INVENTORY DETAILS
*/

.inv-content .extra-info {
	padding: 0 1em;
	box-sizing:border-box;
}

.extra-info .row {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 0.1em solid #d5d5d5
}

.extra-info .price h1 {
	margin:0.25em 0;
}

.extra-info .call-us h2 {
	margin:0.25em 0;
}

.inv-img .img {
	padding-bottom: 75%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.inv-thumbs {
	padding: 0.25em 0;
}

.inv-thumbs .thumb-container.l-box {
	padding: 0.25em;
}

.inv-thumbs .thumb {
	padding-bottom: 75%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 4em;
}

.inv-details span {
	width: 90px;
	display: inline-block;
	font-weight: 600;
}

.inv-details .detail,
.option-content .option {
	padding-bottom: 1em;
}

.pictures .large-pics {
	margin-bottom: 1em;
}

.pictures .large-pics-img {
	padding-bottom: 75%;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 48em) {
	.inventory h1.title {
		text-align: center;
		padding: 0 0.5em;
		box-sizing: border-box;
	}
	.inv-content .extra-info {
		padding: 1em;
	}

	.inv-content .inv-details,
	.inv-content .description,
	.inv-content .options,
	.inv-content .pictures {
		padding: 0 1em;
		box-sizing: border-box;
	}

	.inv-content .inv-thumbs {
		display: none;
	}

	.about-us .about-us-info {
	padding-left: 1em;
	}

}

@media screen and (max-width: 35.6em) {
	.content-area > .l-box {
		padding: 0;
	}
	.dealer-name {
		padding-bottom: 1em;
	}
}
