html {
	overflow-y:scroll;

}

html, body, p, h1, h2, h3, h4 {
	font-family: Roboto, Helvetica, arial, sans-serif;
}

.h1 .small, .h1 small,
.h2 .small, .h2 small,
.h3 .small, .h3 small,
.h4 .small, .h4 small,
.h5 .small, .h5 small,
.h6 .small, .h6 small,
h1 .small, h1 small,
h2 .small, h2 small,
h3 .small, h3 small,
h4 .small, h4 small,
h5 .small, h5 small,
h6 .small, h6 small,
td {
	font-weight: 300;
	color: #333;
}

body {
	font-size: 16px;
}

h1 small {
	width: 20%;
	font-size: 60%;
	display: inline-block;
}

.subtitle {
	font-weight: 400;
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
}

.subtitle .subtitle-label {
	font-weight: 400;
	color: #337ab7;
	display: block;
	text-align: left;
	font-size: 12px;
}

h4 {
	color: #337ab7;
	font-size: larger;

}

.highlight {
	font-weight: bold;
}

.specification-icon {
	margin-right: 15px;
	display: block;
	width: 30px;
	height: 30px;

}

.specification-icon > img {
	width: 30px;

}


.flex-container {
	font-size: 0;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: column;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	display: -webkit-box;
	display: flex;
}

.flex-container a {
	-webkit-box-flex: auto;
	-ms-flex: auto;
	flex: auto;
	width: 400px;
	padding: 5px
}

.flex-container a img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 400px) {
	header div { margin: 0; }
	header { padding: 0; }

}

.photobox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	display: none;
	background-image: url(../car/11784822717368091759642731925284866998569562105780530977000083299469135278622.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.photobox-close {
	font-size: 40px;
	position: absolute;
	left: 10px;
	top: 5px;
}

.photobox-left,
.photobox-right {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 50px;
	padding-top: 45%;
	font-size: 40px;
	padding-left: 10px;
}

.photobox-right {
	right: 0;
	padding-right: 10px;
	text-align: right;

}

.photobox-link {
	position: relative;
}

.side-note {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	background-color: #337ab7;
	font-size: 14px;
	opacity: 1;
	overflow: hidden;
	padding: 0;
	color: white;
	height: 0;
}


.site-note span {

}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	vertical-align: middle;
}



video{
	max-width: 800px;
	height: auto;
}

.car-card {
	display: block;
	padding: 10px;
	color: #333;
}
.car-card:hover {
	box-shadow: 1px 1px 3px #888888;
	text-decoration: none;
	color: #337ab7;
}

.car-card .info {
	font-size: 90%;
	color: rgba(0, 0, 0, .6);
}

.car-list.list {

}
.car-list.list .car-card {
	margin-bottom: 15px;
	padding-left: 160px;
	position: relative;
	min-height: 85px;
}
.car-list.list .car-card .photo{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 140px;
}

.car-list.list .car-card .photo img {
	width: 100%;
}

.car-list.list .car-card .name{
	display: block;
}
.car-list.list .car-card .make{
	display: none;
}



.car-list.grid {
}

.car-list.grid .car-card {
	width: 210px;
	display: inline-block;
}
.car-list.grid .car-card .name{
	display: none;
}
.car-list.grid .car-card .make{
	display: block;
}
.car-list.grid .car-card .photo{
	width: 200px;
}
.car-list.grid .car-card .photo img {
	width: 100%;
}
.car-list.grid .car-card .list-view-only{
	display: none;
}

.logo {
	position: relative;
	left: -22px;
}

.logo img {
	width:290px;
	height:104px;
}

.view-toggle {
	float: right;
}

.tracking-card {
	border-left: 4px solid #337ab7;
	padding-left: 10px;

}

.tracking-card .text{
	font-weight: bold;
}

.tracking-card .info{
	font-size: 80%;
	color: #888;
}

.auction {
	padding: 1em;
	color: #333;
	display: block;
}

.auction:hover {
	text-decoration: none;
}

.auction small {
	color: #888;
}

.auction:nth-of-type(even) {
	background-color: #f3f3f3;
}

.icon-row {

}

.icon-row span {
	height: 1em;
	display: inline-block;
	width: auto;
	margin-right: .2em;
}

.icon-row span img {
	height: 100%;
}