.angled_badge {
	color: #FFF;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100px;
	text-align: center;
}

body.logged-in.admin-bar header {
	margin-top: 32px;
}

.angled_badge:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 100px 100px 0;
	border-color: rgba(0, 0, 0, 0) #c7081b rgba(0, 0, 0, 0);
}

.angled_badge.red:before    { border-color: rgba(0, 0, 0, 0) #ee1100 rgba(0, 0, 0, 0); }
.angled_badge.orange:before { border-color: rgba(0, 0, 0, 0) #ff4422 rgba(0, 0, 0, 0); }
.angled_badge.yellow:before { border-color: rgba(0, 0, 0, 0) #feae2d rgba(0, 0, 0, 0); }
.angled_badge.green:before  { border-color: rgba(0, 0, 0, 0) #69d025 rgba(0, 0, 0, 0); }
.angled_badge.blue:before   { border-color: rgba(0, 0, 0, 0) #1163BB rgba(0, 0, 0, 0); }
.angled_badge.indigo:before { border-color: rgba(0, 0, 0, 0) #3311bb rgba(0, 0, 0, 0); }
.angled_badge.violet:before { border-color: rgba(0, 0, 0, 0) #442299 rgba(0, 0, 0, 0); }
.angled_badge.black:before  { border-color: rgba(0, 0, 0, 0) #000000 rgba(0, 0, 0, 0); }

.angled_badge span.smaller, .listing-slider .angled_badge span.smaller { font-size: 11px; }

.angled_badge span {
	position: absolute;
	display: block;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	height: 100%;
	line-height: 110px;
	-webkit-transform: rotate(45deg) translate(0, -25%);
	-moz-transform: rotate(45deg) translate(0, -25%);
	-ms-transform: rotate(45deg) translate(0, -25%);
	-o-transform: rotate(45deg) translate(0, -25%);
	transform: rotate(45deg) translate(0, -25%);
}

.search_inventory_box .loading_results {
	margin-right: 5px;
}

.portfolio_content .video-container iframe {
	height: 400px;
}

.loading_results {
	font-size: 20px;
	display: inline-block;
	margin-top: 4px;
	vertical-align: top;
	margin-left: 7px;

	display: none;
}

.loading_results i {
	
}

.car_listings div.inventory {
	-webkit-transform: translate3d(0,0,0);
}

body .boxed div.inventory.no_price .options-primary {
	margin-bottom: 45px;
}

.loading_icon_form {
	font-size: 22px;
	padding: 5px;
	vertical-align: text-top;
	display: none;
}

.listing-slider .angled_badge {
	left: 0;
	z-index: 99;
	margin: 4px;
}

.listing-slider .angled_badge span {
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	height: 100%;
	line-height: 110px;
	-webkit-transform: rotate(-45deg) translate(0, -25%);
	-moz-transform: rotate(-45deg) translate(0, -25%);
	-ms-transform: rotate(-45deg) translate(0, -25%);
	-o-transform: rotate(-45deg) translate(0, -25%);
	transform: rotate(-45deg) translate(0, -25%);
}

.listing-slider .angled_badge:before { 
	border-width: 100px 100px 0 0;
}

.listing-slider .angled_badge.red:before    { border-color: #ee1100 rgba(0, 0, 0, 0); }
.listing-slider .angled_badge.orange:before { border-color: #ff4422 rgba(0, 0, 0, 0); }
.listing-slider .angled_badge.yellow:before { border-color: #feae2d rgba(0, 0, 0, 0); }
.listing-slider .angled_badge.green:before  { border-color: #69d025 rgba(0, 0, 0, 0); }
.listing-slider .angled_badge.blue:before   { border-color: #1163BB rgba(0, 0, 0, 0); }
.listing-slider .angled_badge.indigo:before { border-color: #3311bb rgba(0, 0, 0, 0); }
.listing-slider .angled_badge.violet:before { border-color: #442299 rgba(0, 0, 0, 0); }
.listing-slider .angled_badge.black:before  { border-color: #000000 rgba(0, 0, 0, 0); }

.g-recaptcha-response { display: none; }

.car_listings .alert {
	float: left;
	width: 100%;
	margin: 0 15px;
}

.page-content .car-block img {
	border: 0;
}

.page-content .detail-service img, .entry-content .detail-service img {
  border: 0;
}

.sbHolder {
	background: #F7F7F7;
	border: 1px solid rgba(0, 0, 0, 0.0980392);
	border-radius: 4px;
}

.sbHolder:focus {
	outline: none;
}

a.sbSelector:link, a.sbSelector:visited, a.sbSelector:hover {
	color: #333;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
}

.hours_table { text-align: center; }
.table.hours_table { width: auto; display: inline-block; vertical-align: top; margin: 0 15px;}
.table.hours_table:first-of-type { margin-left: 0; }
.table.hours_table:last-of-type { margin-left: 0; }

.post-entry table.hours_table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}

.post-entry table.hours_table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}

.post-entry table.hours_table a:active, .post-entry table.hours_table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}

.post-entry table.hours_table {
    color: #666;
	font-size: 12px;
	text-shadow: none;
	background: rgba(0, 0, 0, 0);
	margin: 0 15px;
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.post-entry table.hours_table th {
    padding:21px 25px 22px 25px;
    border-bottom:0;
    background: transparent;
}

.post-entry table.hours_table th:first-child {
    text-align: left;
    padding-left:0;
}

.post-entry table.hours_table tr:first-child th:first-child {
    -moz-border-radius-topleft:0;
    -webkit-border-top-left-radius:0;
    border-top-left-radius:0;
}

.post-entry table.hours_table tr:first-child th:last-child {
    -moz-border-radius-topright:0;
    -webkit-border-top-right-radius:0;
    border-top-right-radius:0;
}

.post-entry table.hours_table tr {
    text-align: center;
    padding-left:0;
}

.post-entry table.hours_table td:first-child {
    text-align: left;
    padding-left:0;
    border-left: 0;
}

.post-entry table.hours_table td {
    padding:0;
    border-top:0;
    border-bottom:0;
    border-left:0;
    background: transparent;
}

.post-entry table.hours_table tr.even td {
    background: transparent;
}

.post-entry table.hours_table tr:last-child td { border-bottom:0; }

.post-entry table.hours_table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}

.post-entry table.hours_table tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}

.post-entry table.hours_table tr:hover td {
    background: transparent;
}

.post-entry .financing_calculator table {	
	background: rgba(0, 0, 0, 0);
	text-shadow: none;
	margin: 0;
	border: 0;
	box-shadow: none;
}

.post-entry .financing_calculator table td {
	background: transparent;
}

.post-entry .financing_calculator table tr:hover td {
	background: transparent;
}

.post-entry .calculation table td {
	border: 0;
}

.post-entry .calculation table td strong {
	font-size: 14px;
}

.sbHolder .sbToggle {
	background: url(../images/select-icons.png) 0 1px no-repeat;
	right: 7px;
	top: 12px;
	width: 8px;
	height: 6px;
}

.sbHolder .sbToggle:hover {
	background: url(../images/select-icons.png) 0 1px no-repeat;
}

.sbOptions {
	background: #F7F7F7;
	border: 1px solid rgba(0, 0, 0, 0.0980392) !important;
	border-top: 0 !important;
	margin-top: -1px;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.price-ascending-dropdown a {
	/*width: 115px;*/
	width: auto;
}

.price-ascending-dropdown ul {
    overflow-x: hidden;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #333;
}

.sbHolder {
	float: left;
	margin-right: 0;
}

.sbHolder, .sbHolder .sbOptions {
	width: 100%;
}

.fancybox-inner .sbHolder {
	width: 80%;
}

.sbSelector {
	line-height: 27px;
}

.sbSelector {
	width: 100%;
}

.sbOptions li {
	width: 100%;
}

.footer-contact {
	position: relative;
	padding-right:10px;
}

.footer-contact .back_icon {
	position: absolute;
	z-index: 2;
	font-size: 185px;
	top: -22px;
	color: #383838;
	right: 15px;
}

.footer-contact ul {
	position: relative;
	z-index: 3;
}

.footer-contact ul li {
	position: relative;
	padding-left: 25px;	
}

.footer-contact ul li i {
	position: absolute;
	left: 0;
	top: 5px;
}

.footer-contact ul li strong {
	width: auto;
	padding-right: 10px;
}

.recaptcha_holder {
	width: 310px;
	height: 90px;
}

.arrow1 a, .arrow2 a, .arrow3 a {
	background-color: #ccc;
	text-align: center;
	line-height: 25px;
	color: #FFF;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-decoration: none;
}

.arrow2 a {
	background: url(../images/arrow.png) no-repeat #ccc;
	text-indent: -9999px
}

.arrow2 a.bx-next {
	float: right;
	background-position: -20px 8px;
}

.arrow2 a.bx-prev {
	float: left;
	margin-right: 5px;
	background-position: 9px 8px;
}

.arrow1 a.disabled, .arrow2 a.disabled:hover {
	background-color: #eee;
	text-decoration: none;
}

.arrow1 a:hover, .arrow2 a:hover, .arrow3 a:hover {
	background-color: #c7081b;
	text-decoration: none;
}

.arrow3 a {
	background: url(../images/arrow.png) no-repeat #ccc;
	text-indent: -9999px
}

.arrow3 a.bx-next {
	float: left;
	margin-left: 5px;
	background-position: -20px 8px;
}

.arrow3 a.bx-prev {
	float: left;
	background-position: 9px 8px;
}

/*  i. Inventory Listing   */


.car-info .table>tbody>tr>td {
	border-top: none;
	padding: 0 0 14px 4px;
	line-height: 9px;
	letter-spacing: -0.5px;
	word-spacing: 2px;
}

.left_inventory h2 {
	color: #c7081b;
	font-weight: bolder;
	font-size: 20px;
}

.side-content .list h3 {
	font-size: 20px;
	font-weight: 800;
	color: #c7081b;
	margin: 0;
}

.side-content .list ul li span strong {
	font-weight: normal;
}

.financing_calculator .dropdown_container {
	width: 40%;
	float: right;
}

.side-content .financing_calculator {
	padding-left: 0;
	padding-right: 0;
}

.side-content .financing_calculator h3 {
	font-size: 20px;
	font-weight: 800;
	color: #c7081b;
	margin: 0;
}

.side-content .financing_calculator table tr td input.number {
	width: 100%;
	padding: 3px 5px;
	display: block;
	width: 60px;
	border-radius: 4px;
	outline: none;
	color: #999;
	margin-bottom: 10px;
}

.bi_weekly {
	margin-top: 10px;
}

.bi_weekly .styled {
	width: 85px;
}

.car_category h3 {
	margin: 0px;
	font-size: 22px;
	margin-bottom: 5px;
}

.cat_table {
	float: left;
	padding-left: 0;
	width: 50%;
}

.cat_accordian {
	float: left;
	width: 20%;
}

.car_category {
	width: 55%;
	float: left;
	position: relative;
}

.cat_accordian .price-wrap {
	margin-top: 0px;
	padding-left: 20px;
}

.cat_accordian form {
	float: right;
}

.car_fax {
	position: absolute;
	left: 34%;
	bottom: -4%;
}

.car-list {
	padding: 14px;
}

.left_inventory h3 {
	color: #c7081b;
	font-weight: 800;
	font-size: 20px;
	margin-top: 0;
	letter-spacing: -0.5px;
}

.side-content .side-blog img.alignleft {
	margin: 6px 15px 0 0px;
}

.side-content .list h3 {
	font-size: 20px;
	font-weight: 800;
	color: #c7081b;
	margin: 0;
}

.side-content .list ul li span strong {
	font-weight: normal;
}

.financing_calculator .table-responsive table > tbody > tr > td {
	line-height: 24px;
	padding: 0px 0px 2px 3px;
	text-align: right;
}

.financing_calculator .table-responsive table > tbody > tr > td:first-child {
	text-align: left;
}

.side-content .financing_calculator h3 {
	font-size: 20px;
	font-weight: 800;
	color: #c7081b;
	margin: 0;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.side-content .financing_calculator table {
	width: 100%;
}

.side-content .financing_calculator table tr td input.number {
	width: 60%;
	padding: 2px 5px 3px 5px;
	border-radius: 4px;
	outline: none;
	color: #999;
	float: right;
	transition-duration: .25s;
}

.side-content .financing_calculator table tr td input.number.error {
	font-size: 12px;
	border: 1px solid #BB1212;
	background-color: #E2CBCB;
}

.financing_calculator .btn-inventory {
	padding: 5px 8px 4px 10px;
	margin-top: 13px;
	line-height: 20px;
	cursor: pointer;
}

.calculation {
	margin-top: 14px;
}

.calculation strong {
	font-weight: 700;
}

.calculation .table-responsive table {
	margin-top: 0;
	width: 100%;
}

.table-responsive {
	overflow: hidden;
	border: none;
}

.financing_calculator .calculation .table-responsive table tbody tr td {
	text-align: left;
	letter-spacing: -1px;
	word-spacing: 1px;
}

.financing_calculator .calculation .table-responsive table tbody tr td:last-child {
	text-align: right;
	padding-right: 4px;
}

.bi_weekly {
	margin-top: 1px;
}

.bi_weekly .styled {
	width: 85px;
}

.content-nav ul li.gradient_button, .gradient_button.view-details, .gradient_button.view-video, div.example-tabs .nav-tabs>li>a {
	background-color: #f9f9f9;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	border-top-right-radius: 9px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	text-indent: 0px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #3a3a3a;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-weight: 700;
	font-style: normal;
	height: 30px;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #ffffff;
}

div.example-tabs .nav-tabs>li.active>a {
	color: #3a3a3a;
	border-bottom: 0;
	background-color: #FFF;
}

.gradient_button.view-details, .gradient_button.view-video {
	position: absolute;
	bottom: 10px;
	border-radius: 5px;
	height: 26px;
	line-height: 14px;
	padding-left: 9px;
	padding-right: 9px;
}

div.example-tabs .nav-tabs>li>a {
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	color: #686868;
	letter-spacing: -0.5px;
	text-shadow: 1px 1px 0px #ffffff;
	margin-bottom: -1px;
	display: inline-block;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border-bottom: 1px solid transparent;
}

.vehicle-demo {
	margin-top: 12px;
}

.video-link:active {
	background: url(../images/input-bg-hover.png) top repeat-x;
}

.car-info-wrap p {
	padding: 0 11px;
}

.listing-slider {
	border: 4px solid #fff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
	border-radius: 3px;
}

table.technical {
	width: 98%;
	margin-bottom: 30px;
}

table.technical thead tr {
	border-bottom: 1px solid #000;
}

table.technical thead tr > th {
	width: 70%;
	font-size: 22px;
	font-weight: 300;
}

table.technical thead tr > th + th {
	width: 29%;
	font-weight: 300;
	font-size: 16px;
}

table.technical thead tr th {
	padding: 5px;
}

table.technical tbody tr {
	border-top: 1px solid #ccc;
}

table.technical tbody tr > td + td {
	font-weight: 400;
}

table.technical tbody tr > td {
	font-weight: bold;
}

table.technical tbody tr td {
	padding: 5px;
}

.flexslider {
	margin: 0;
}

.inventory-listing .recent-vehicles-wrap {
	margin: 0;
	margin-top: 0;
}

.inventory-listing .recent-vehicles-wrap .recent-vehicles h5 {
	margin-top: 24px;
}

.inventory-listing .recent-vehicles-wrap .recent-vehicles p {
	padding-top: 2px;
}

.inventory-listing .left-content {
	padding-left: 0;
}

.inventory-listing .right-content {
	padding-right: 0;
}

.bx-wrapper .bx-viewport {
	margin: 0;
}

.featured-brand .bx-wrapper .bx-viewport {
	margin: 0;
}

.efficiency-rating {
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 19%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #fefefe), color-stop(100%, #dedede));
	background: -webkit-linear-gradient(top, #fefefe 19%, #dedede 100%);
	background: -o-linear-gradient(top, #fefefe 19%, #dedede 100%);
	background: -ms-linear-gradient(top, #fefefe 19%, #dedede 100%);
	background: linear-gradient(to bottom, #fefefe 19%, #dedede 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dedede', GradientType=0 );
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-left: 2px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
}

.side-content .efficiency-rating h3 {
	text-align: center;
	color: #3a3a3a;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	letter-spacing: -1px;
	word-spacing: -1px;
	line-height: 21px;
}

.efficiency-rating ul {
	padding: 0;
	margin: 7px 0 0 0;
}

.efficiency-rating ul li {
	list-style: none;
	display: inline-block;
	margin-right: 21px;
	line-height: 30px;
}

.efficiency-rating ul li:last-child {
	margin-left: 18px;
}

.efficiency-rating ul li small, .efficiency-rating ul li strong {
	display: block;
	color: #3a3a3a;
	font-weight: 600;
}

.efficiency-rating ul li small {
	font-size: 12px;
}

.efficiency-rating ul li strong {
	font-size: 36px;
	font-weight: 700;
}

.efficiency-rating img.aligncenter {
	margin: 0;
	position: relative;
	top: 13px;
	left: 24px;
}

.efficiency-rating p {
	font-size: 10px;
	text-align: center;
	color: #3a3a3a;
	line-height: 14px;
	padding: 17px 40px 0px 55px;
}

.efficiency-rating {
	position: relative;
}

.efficiency-rating ul li.fuel {
	position: absolute;
	top: 37px;
	left: 50%;
	margin-left: -30px;
}

.efficiency-rating ul li.fuel img {
	left: 0;
}

.efficiency-rating ul li.city_mpg {
	position: absolute;
	left: 25%;
	margin-right: 0;
	margin-left: -30px;
}

.efficiency-rating ul li.hwy_mpg {
	position: absolute;
	right: 25%;
	margin-left: 0;
	margin-right: -30px;
}

.efficiency-rating p {
	font-size: 10px;
	text-align: center;
	color: #3a3a3a;
	line-height: 14px;
	margin: 85px auto 0px;
	padding: 0;
	width: 75%;
}

/*  ii. Inventory Comparison   */


.porche .porche-header {
	background-color: #c7081b;
	text-align: center;
	color: #fff;
	padding: 14px 0px 7px 0;
}

.porche .porche-header span, .porche .porche-header strong {
	display: block;
}

.porche .porche-header span {
	font-size: 22px;
	line-height: 18px;
	color: #fff;
}

.porche .porche-header strong {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	line-height: 50px;
}

.porche .porche-img {
	border: 1px solid #dedede;
	padding: 3px 3px 16px 3px;
	border-bottom: none;
}

.porche .car-detail {
	border: 1px solid #dedede;
	border-top: none;
	font-size: 14px;
	color: #747474;
}

.car-info {
	color: #2d2d2d;
	font-size: 14px;
	text-align: right;
}

.porche .car-detail .table, .car-info .table {
	margin-bottom: 0;
	background:none;
	font-size: 14px;
	border: 0;
	margin-top: 0;
}

.porche .car-detail .table>tbody>tr:first-child > td {
	border-top: none;
}

.porche .car-detail .table>tbody>tr>td:first-child {
	width: 45%;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	line-height: 24px;
}

.car-info .table>tbody>tr>td:first-child {
	width: 45%;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
}

.porche .car-detail .table>tbody>tr>td, .car-info .table>tbody>tr>td {
	padding: 7px 8px;
	border-bottom: 0;
	border-left: 0;
	background: none;
	background-image: none;
	vertical-align: middle;
	text-align: left;
}

.porche .car-detail .option-tick-list ul {
	padding: 0;
	margin: 0;
}

.porche .car-detail .option-tick-list ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
}

.porche .car-detail .option-tick-list ul li:before {
	font-family: fontAwesome;
	content: "\f00c";
	display: block;
	color: #c7081b;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
}

.porche-footer {
	background-color: #f8f8f8;
	text-align: center;
}

/*  iii. Boxed View  */


div.inventory.span3 {
	min-height: 453px;
}

div.inventory.span3 .options-secondary {
	display: none;
}

div.inventory.span3 .options-primary {
	position: static;
	width: auto;
	border: 0;
	margin: 13px auto 0 auto;
	float: none;
}

div.inventory.span3 .inventory .title {
	position: relative;
	overflow: hidden;
	left: 11px;
	white-space: normal;
	padding-top: 7px;
	margin-bottom: 31px;
	max-width: 230px;
	font-size: 22px;
	font-weight: 600;
	color: #3d3d3d;
	clear: left;
}

div.inventory.span3 .preview {
	position: static;
	float: none;
	border: 1px solid #3d3d3d;
	width: 200px;
	height: 150px;
	display: block;
	margin: 0 auto;
}

div.inventory.span3 .checkbox {
	position: absolute;
	top: 9px;
	left: 245px;
}

.grid div.inventory.span3 .checkbox {
	left: initial;
	right: 12px;
}

div.inventory.span3 .carfax {
	position: absolute;
	left: 37px;
	width: 58px;
	top: 384px;
	float: left;
}

div.inventory.span3 .price {
	position: relative;
	margin: 3px 0 33px 0;
	left: 133px;
	float: left;
	color: #3d3d3d;
	top: -22px;
}

div.inventory.span3 .view-video {
	position: absolute;
	left: 9px;
	top: auto;
	bottom: 10px;
	float: left;
	clear: left;
	padding: 6px 9px;
}

div.inventory.span3 .view-details {
	position: absolute;
	right: 9px;
	top: auto;
	bottom: 10px;
	float: right;
	padding: 6px 4px;
}

div.inventory.span3 .price b {
	position: absolute;
	left: -97px;
	top: 19px;
}

.sidebar div.inventory .inventory .title {
	max-width: 580px;
	white-space: normal;
}

.boxed div.inventory .options-secondary {
	display: none;
}

.boxed div.inventory .options-primary {
	position: static;
	width: auto;
	border: 0;
	margin: 13px auto 0 auto;
	float: none;
	width: 200px;
}

.boxed div.inventory .inventory.has_badge .title {
	max-width: 180px;
}

.boxed div.inventory .inventory .title {
	left: 11px;
	white-space: normal;
	padding-top: 7px;
	margin-bottom: 31px;
	font-size: 22px;
	max-width: 220px;
}

.boxed div.inventory .preview {
	position: static;
	float: none;
	border: 1px solid #3d3d3d;
	width: 200px;
	height: 150px;
	display: block;
	margin: 0 auto;
}

.boxed div.inventory label {
	position: absolute;
	top: 3px;
	right: 3px;
	left: initial;
}

.boxed div.inventory .carfax {
	position: absolute;
	left: 28px;
	width: 58px;
	bottom: 53px;
	top: auto;
	float: left;
}

.boxed div.inventory .price {
	position: relative;
	margin: 3px 0 33px 0;
	left: 131px;
	float: left;
	color: #3d3d3d;
	top: -22px;
}

.boxed.boxed_left div.inventory .price, .boxed.boxed_right div.inventory .price {
	left: 107px;
}

.boxed div.inventory .view-video {
	position: absolute;
	left: 9px;
	top: auto;
	bottom: 10px;
	float: left;
	clear: left;
	z-index: 5;
}

.boxed div.inventory .view-details {
	position: absolute;
	right: 11px;
	top: auto;
	bottom: 10px;
	float: right;
}

.boxed div.inventory .figure {
	font-weight: 600;
	font-size: 30px;
	top: 0;
	left: -8px;
}

.boxed div.inventory .tax {
	top: 0;
	left: -8px;
}

.boxed div.inventory .price b {
	position: absolute;
	left: -97px;
	top: 19px;
}

.boxed div.inventory:nth-child(4n) {
	margin-left: 0 !important;
}

.boxed div.inventory .options-primary .spec {
	max-width: 100px;
}

/*  iv. Fullwidth View  */


.inventory label {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 4;
}

.car_listings {
	padding-left: 0;
	padding-right: 0;
}

.car_listings.boxed {
	padding-right: 0;
	margin-right: -15px;
	margin-left: 15px;
}

.car_listings.boxed.boxed_right {
	padding-left: 0;
	margin-left: -15px;
	margin-right: 15px;
}

.car_listings.boxed.boxed_full {
	margin-right: -15px;
	margin-left: -15px;
}

.car_listings.boxed.boxed_left {
	padding-right: 0;
	margin-right: -15px;
	margin-left: 15px;
}

.inventory-wide-sidebar-right .car_listings.sidebar {
	margin-left: -15px;
}

.inventory-wide-sidebar-left .sidebar.car_listings {
	padding-left: 15px;
}

.inventory-wide-sidebar-left .left-sidebar {
	padding-right: 15px;
}

.inventory-wide-sidebar-right div.inventory .price, .inventory-wide-sidebar-left div.inventory .price {
	right: 15px;
}

.inventory-wide-sidebar-right div.inventory .has_badge .price, .inventory-wide-sidebar-left div.inventory .has_badge .price {
	right: 25px;
}

.inventory-wide-sidebar-left > div {
	padding-right: 0;
}

.inventory-wide-sidebar-right div.inventory .carfax, .inventory-wide-sidebar-left div.inventory .carfax {
	left: -80px;
	top: 78px;
	width: 56px;
}

.inventory_box.car_listings.boxed.boxed_full .row .col-lg-3:nth-child(4n + 1) {
	clear: both;
}

.inventory_listings, .single-listing {
	font-family: 'Open Sans', sans-serif;
}

div.inventory {
	border: 1px solid #e5e5e5;
	-moz-border-radius: 11px / 13px;
	-webkit-border-radius: 11px / 13px;
	border-radius: 11px / 13px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.13);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.13);
	box-shadow: 0 0 5px rgba(0,0,0,.13);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #f9f9f9 0%, #fff 100%);
	background-image: -o-linear-gradient(bottom, #f9f9f9 0%, #fff 100%);
	background-image: -webkit-linear-gradient(bottom, #f9f9f9 0%, #fff 100%);
	background-image: linear-gradient(bottom, #f9f9f9 0%, #fff 100%);
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}

div.inventory:hover {
	background-image: -moz-linear-gradient(bottom, #fff 0%, #f9f9f9 100%);
	background-image: -o-linear-gradient(bottom, #fff 0%, #f9f9f9 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #f9f9f9 100%);
	background-image: linear-gradient(bottom, #fff 0%, #f9f9f9 100%);
}

.sidebar div.inventory, .boxed div.inventory {
	margin: 0 0 20px;
}

div.inventory {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

a.inventory {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height: 173px;
	background-image: url('../images/empty.png');
	z-index: 1;
	text-decoration: none;
}

.inventory.car_sold img.preview {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.inventory.car_sold .sold_text, .inventory-heading .sold_text {
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	position: absolute;
	font-size: 38px;
	line-height: 52px;
	border: 6px solid #C7081B;
	color: #C7081B;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.75);
	padding: 3px 5px;
	text-transform: uppercase;
	font-weight: bold;
}

.inventory-heading .sold_text {
	position: absolute;
	bottom: 25px;
	right: 0px;

	padding: 0px 5px;
	line-height: 50px;
}

.inventory.car_sold .sold_text {
	margin-left: 45px;
	left: 0;
}

.boxed .inventory.car_sold .sold_text {
	margin-top: -110px;
	left: 50%;
	margin-left: -65px;
}

.carasouel-slider3 .sold_text {
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	position: absolute;
	left: 38px;
	top: 25%;
	font-size: 26px;
	line-height: 38px;
	border: 6px solid #C7081B;
	color: #C7081B;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.75);
	padding: 3px 5px;
	text-transform: uppercase;
	font-weight: bold;
}

.car-block:hover .carasouel-slider3 .sold_text {
	top: 16%;
}

a.inventory .preview {
	width: 200px;
	height: 150px;
}

a.inventory:hover {
	text-decoration: none;
}

.preview {
	position: absolute;
	left: 11px;
	top: 11px;
	float: left;
	border: 1px solid #3d3d3d;
	width: 200px;
	height: auto;
	-webkit-transform: translate3d(0, 0, 0);
}

.inventory .title {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	left: 234px;
	padding-top: 9px;
	margin-bottom: 8px;
	max-width: 690px;
	font-size: 24px;
	font-weight: 600;
	color: #3d3d3d;
	clear: left;
	padding-bottom: 5px;
	line-height: 24px;
}

.checkbox {
	position: absolute;
	top: 7px;
	right: 12px;
}

div.inventory .options-primary {
	position: relative;
	left: 234px;
	top: -5px;
	float: left;
	width: 230px;
	border: 0;
	table-layout: fixed;
	margin: auto;
	font-size: 12px;
}

div.inventory .options-secondary {
	position: relative;
	left: 245px;
	top: -5px;
	float: left;
	width: 250px;
	border: 0;
	table-layout: fixed;
	margin: auto;
	font-size: 12px;
	margin-bottom: 35px;
}

.option, div.inventory .price b {
	font-weight: 700;
	line-height: 18px;
	color: #3d3d3d;
	font-size: 12px;
}

table td.primary, .primary {
	width: 90px;
	white-space: nowrap;
	padding: 0;
	border: 0;
}

table td.secondary, .secondary {
	width: 92px;
	white-space: nowrap;
	padding: 0;
	border: 0;
	border-right: 10px solid transparent;
}

table td.spec, .spec {
	line-height: 18px;
	color: #3d3d3d;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	border: 0;
}

div.inventory.span3 .spec {
	max-width: 108px;
}

div img.carfax {
	position: relative;
	right: -170px;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	left: 335px;
	top: 36px;
	float: left;
}

.price {
	position: absolute;
	margin: 3px 0 33px 0;
	right: 50px;
	float: left;
	color: #3d3d3d;
	top: 46px;
}

.figure {
	position: relative;
	margin: 0;
	font-weight: 700;
	font-size: 32px;
	top: 4px;
	color: #3d3d3d;
	line-height: 30px;
}

.tax {
	position: relative;
	font-style: italic;
	top: 6px;
	font-size: 12px;
	padding: 0;
}

.view-button:active {
	position: relative;
	top: 6px;
}

.view-video {
	left: 236px;
	clear: left;
	padding: 6px 9px;
	cursor: pointer;
}

.video-icon {
	position: relative;
	left: 213px;
	top: 18px;
	float: left;
	z-index: 3;
}

.view-details {
	right: 10px;
	padding: 6px 4px;
}

.view-details i, .view-video i {
	margin-right: 6px;
}

#youtube_video {
	display: none;
}

.my-dropdown ul li {
	display: block;
	margin-left: 0;
}

.my-dropdown {
	display: inline-block;
	margin-right: 1px;
}

.top_buttons.form-links li {
	float: right;
}

.select-wrapper ul.top_buttons {
	padding: 0;
}

.controls {
	margin: 5px 0;
	text-align: center;
}

.controls .left-arrow, .controls .right-arrow {
	background-color: #cccccc;
	color: #FFF;
	padding: 3px 10px;
	margin: 0 9px;
}

.controls .left-arrow, .controls .disabled {
	background-color: #eee;
}

.controls .left-arrow.disabled:hover, .controls .right-arrow.disabled:hover {
	background-color: #eee;
}

.controls .left-arrow i, .controls .right-arrow i {
	font-size: 14px;
	font-weight: 800;
}

.controls .left-arrow:hover, .controls .right-arrow:hover {
	background-color: #c7081b;
}

.controls .left-arrow:active, .controls .right-arrow:active {
	background-color: #ccc;
}

.search-form {
	padding: 22px 0 17px 0;
	background-color: #f0f0f0;
	margin-top: 20px;
	font-size: 13px;
}

.search-form input[type=search] {
	padding-left: 10px;
}

.form-wrap {
	display: block;
	overflow: hidden;
}

label[for=offer_email], label[for=offer_phone], label[for=schedule_email], label[for=schedule_phone], label[for=email], label[for=phone], .ajax_form label {
	position: relative;
	left: 0px;
	right: inherit;
}

.form-row {
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.form-row:last-child {
	margin-right: 0px;
}

.form-row span {
	font-size: 13px;
	font-weight: 300;
	padding: 0 5px;
	float: left;
}

.form-bottom {
	overflow: hidden;
	display: block;
}

.form-element {
	float: left;
	margin-right: 20px;
	overflow: hidden;
	padding-right: 6px;
}

.form-element label {
	font-weight: 300;
	line-height: 14px;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.form-element:last-child {
	margin-right: 0;
}

input[type=text]:focus, .leave-comments form input[type=text]:focus, .leave-comments form textarea:focus {
	border: 1px solid #66AFE9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}

.page-view, .form-links li a, .video-link {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	margin-right: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
	display: block;
	-moz-border-radius: 5px / 3px;
	-webkit-border-radius: 5px / 3px;
	border-radius: 5px / 3px;
	background: #F7F7F7;
}

ul.top_buttons li a {
	border: 1px solid rgba(0, 0, 0, 0.0980392);
	color: #3a3a3a;
	margin: 0 5px 0 0;
	font-size: 12px;
	font-weight: 600;
	padding: 0 8px;
	height: 30px;
	line-height: 28px;
}

.page-view li {
	float: left;
	display: block;
}

.page-view li a {
	display: block;
	text-indent: -99999px;
	width: 35px;
	height: 28px;
}

.page-view li:nth-child(1) a, .page-view li.active:nth-child(1) a, .page-view li.active:nth-child(1) a:hover {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	border-radius: 4px 0 0 4px;
}

.page-view li:nth-child(2) a, .page-view li.active:nth-child(2) a, .page-view li.active:nth-child(2) a:hover {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	background-position: -25px 8px;
	border-radius: 0;
}

.page-view li:nth-child(3) a, .page-view li.active:nth-child(3) a, .page-view li.active:nth-child(3) a:hover {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	background-position: -61px 8px;
	border-radius: 0;
}

.page-view li:nth-child(4) a, .page-view li.active:nth-child(4) a, .page-view li.active:nth-child(4) a:hover {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	background-position: -96px 8px;
	border-radius: 0;
}

.page-view li:nth-child(5) a, .page-view li.active:nth-child(5) a, .page-view li.active:nth-child(5) a:hover {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	background-position: -133px 8px;
	border-radius: 0;
}

.page-view li:nth-child(6) a, .page-view li.active:nth-child(6) a, .page-view li.active:nth-child(6) a:hover {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	background-position: -169px 8px;
	border-radius: 0;
	margin-right: 0;
}

.inventory-sidebar {
	padding-right: 0;
}

.page-view.nav li:first-child {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}

.page-view.nav li:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-right: 1px solid rgba(0,0,0,0.1);
}

.page-view.nav li {
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	border-right: 0;
}

.page-view.nav {
	border-bottom: 0;
}

.page-view.nav li a {
	margin-right: 0;
	border: 0;
}

.page-view.nav > li > a {
	padding: 0;
}

.page-view.nav>li>a:hover, .page-view.nav>li>a:focus {
	border-color: transparent;
	background-color: transparent;
}

.page-view.nav {
	margin-top: -2px;
}

.ribbon {
	float: left;
	padding-left: 15px;
	padding-right: 30px;
	background: url(../images/ribbon-bg.png) top right no-repeat;
	line-height: 36px;
	margin-right: 12px !important;
}

.listing-view ul.ribbon-item {
	line-height: 33px;
	list-style: none;
}

.listing-view ul.ribbon-item li {
	display: inline-block;
	margin-left: 15px;
}

.listing-view ul.ribbon-item li a {
	color: #2d2d2d;
}

.listing-view ul.ribbon-item li:first-of-type {
	margin-left: 0;
}

.listing-view .nav-tabs>li.active>a, .listing-view .nav-tabs>li.active>a:hover, .listing-view .nav-tabs>li.active>a:focus, .listing-view ul.page-view.nav-tabs li.active a {
	background-color: transparent;
	padding: 0;
	border: 1px solid transparent;
	border-bottom: 0;
}

.page-view.nav li:hover, .page-view.nav li.active {
	background-color: #e2e2e2;
	background-image: none;
}

.page-view.nav li.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}

.inventory-3 .porche .car-detail, .inventory-4 .porche .car-detail {
	font-size: 13px;
}

.inventory-4 .porche .porche-header span {
	font-size: 18px;
}

.inventory-4 .porche .porche-header strong {
	font-size: 26px;
	line-height: 50px;
}

.inventory-4 .porche .car-detail .table>tbody>tr>td {
	padding: 11px 4px 12px 11px;
}

.inventory-4 .porche .car-detail .option-tick-list ul {
	padding: 0 0 0 38px;
}

.inventory-heading {
	color: #3a3a3a;
	display: block;
}

.inventory-heading h2 {
	font-size: 33px;
	font-weight: 700;
	margin: 0;
	letter-spacing: -2.5px;
	line-height: 33px;
}

.inventory-heading span {
	font-size: 22px;
	line-height: 20px;
	letter-spacing: -1.5px;
	word-spacing: 2px;
	display: inline-block;
}

.inventory-heading em {
	font-size: 14px;
	line-height: 51px;
	letter-spacing: -1px;
}

.content-nav ul {
	padding: 0;
	margin: 0;
}

.content-nav ul li {
	list-style: none;
	display: inline-block;
	padding: 4px 8px 2px 8px;
	background: #1e5799;
	background: -moz-linear-gradient(top, #1e5799 0%, #ffffff 0%, #e7e7e7 99%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(0%, #ffffff), color-stop(99%, #e7e7e7), color-stop(100%, #e7e7e7));
	background: -webkit-linear-gradient(top, #1e5799 0%, #ffffff 0%, #e7e7e7 99%, #e7e7e7 100%);
	background: -o-linear-gradient(top, #1e5799 0%, #ffffff 0%, #e7e7e7 99%, #e7e7e7 100%);
	background: -ms-linear-gradient(top, #1e5799 0%, #ffffff 0%, #e7e7e7 99%, #e7e7e7 100%);
	background: linear-gradient(to bottom, #1e5799 0%, #ffffff 0%, #e7e7e7 99%, #e7e7e7 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#e7e7e7', GradientType=0 );
	border-radius: 4px;
	margin-left: 1.5px;
	position: relative;
	height: auto;
}

.content-nav ul li:before {
	font-family: fontAwesome;
	display: block;
	color: #5c5c5c;
	position: absolute;
	left: 9px;
	top: 4px;
	font-size: 13px;
}

.content-nav ul li.prev1:before {
	content: "\f137";
}

.content-nav ul li.request:before {
	content: "\f05a";
}

.content-nav ul li.schedule:before {
	content: "\f133";
}

.content-nav ul li.offer:before {
	content: "\f155";
}

.content-nav ul li.trade:before {
	content: "\f06e";
}

.content-nav ul li.pdf:before {
	content: "\f0f6";
}

.content-nav ul li.print:before {
	content: "\f02f";
}

.content-nav ul li.email:before {
	content: "\f064";
}

.content-nav ul li.next1:before {
	content: "\f138";
	left: auto;
	right: 9px;
}

.content-nav ul li a {
	font-size: 12px;
	display: block;
	color: #3a3a3a;
	font-weight: 700;
	line-height: 23px;
	padding-left: 19px;
	letter-spacing: -0.5px;
}

.content-nav ul li.next1 a {
	padding-left: 0;
	padding-right: 20px;
}

.content-nav ul li a:hover {
	text-decoration: none;
}

.slider .flexslider, .home-slider-thumbs .flexslider {
	border: none;
}

#home-slider-thumbs.flexslider .slides img {
	width: auto;
}

.slider .flexslider {
	margin: 0 0 4px;
}

.example-tabs .nav > li > a {
	padding: 5px 11px;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	color: #3a3a3a;
	letter-spacing: -0.5px;
	text-shadow: 1px 1px 0px #ffffff;
}

.example-tabs .nav {
}

.example-tabs .nav li {
	margin: 0 3px 0 0px;
	display: inline;
	float: left;
	list-style: none;
}

.example-tabs .nav > li:last-child {
	margin-right: 0;
}

.example-tabs .nav-tabs>li>a {
	border: none;
}

.btn-inventory {
	font-size: 13px;
	border: none;
	border-radius: 4px;
	padding: 4px 10px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	outline: none;
	margin-top: 10px;
	padding: 5px 8px 4px 10px;
	margin-top: 13px;
	line-height: 20px;
	cursor: pointer;
}

.btn-inventory:hover {
	text-decoration: none;
	color: #FFF;
}

.car_category h3 {
	margin: 0px;
	font-size: 22px;
	margin-bottom: 5px;
}

.cat_table {
	float: left;
	padding-left: 0;
	width: 50%;
}

.cat_accordian {
	float: left;
	width: 20%;
}

.car_category {
	width: 55%;
	float: left;
	position: relative;
}

.cat_accordian .price-wrap {
	margin-top: 0px;
	padding-left: 20px;
}

.cat_accordian form {
	float: right;
}

.car_fax {
	position: absolute;
	left: 34%;
	bottom: -4%;
}

.car-list {
	padding: 14px;
	background: linear-gradient(to bottom, #FFFFFF 0%, #F9F9F9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #F6F6F6;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.car-list .car_category .car_fax img {
	width: 55px;
}

#features ul {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	margin-left: 0;
}

#features ul li {
	padding-left: 20px;
}

#features ul li .fa-li {
	left: -8px;
	top: 5px;
	color: #c7081b;
}

.content-nav ul li.gradient_button:hover, .gradient_button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color: #e9e9e9;
}

ul.nav-tabs li.active a {
	border-bottom: 1px solid #FFF;
}

.horizontal_box {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	padding: 6px 10px 13px 10px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 26%, rgb(245, 245, 245) 64%);
}

.horizontal_box:hover {
	background: #FFF;
	box-shadow: 0px 0px 14px 1px #ccc;
	cursor: pointer;
}

.horizontal_box h3 {
	font-size: 22px;
	font-weight: bold;
	color: #3a3a3a;
	margin-bottom: 28px;
	margin-top: 0px;
	letter-spacing: -1px;
	padding-right: 20px;
}

.clear {
	clear: both;
}

.select-wrapper.pagination, .select-wrapper.pagination > .row { width: 100%; }

.fancybox-wrap #recaptcha {
	width: 318px;
	height: 129px;
}

.fancybox-inner h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.fancybox-inner input[type="submit"] {
	margin-top: 15px;
}

.fancybox_textarea {
	width: 100%;
}

.fancybox-wrap form.ajax_form tr td {
	padding: 3px 0;
}

.fancybox_form {
	display: none;
}

.recent-vehicles-wrap {
	display: block;
}

.recent-vehicles {
	display: block;
	padding: 0 14px;
}

.recent-vehicles h5 {
	font-weight: 800;
	text-transform: uppercase;
	color: #c7081b;
	margin: 0;
	font-family: "Open Sans";
	margin-right: -15px;
	margin-top: 25px;
	margin-bottom: 10px;
	line-height: 15px;
}

.recent-vehicles p {
	color: #2d2d2d;
	letter-spacing: -0.5px;
}

.car-block {
	display: block;
	position: relative;
	background-color: #f0f0f0;
}

.related_post .car-block img {
	width: 100%;
}

.car-block img {
	width: 170px;
}

.car-block .img-flex {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 555;
	transition-duration: .3s;
}

.car-block .img-flex .align-center {
	display: none;
}

.car-block .img-flex.sold_image img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.car-block:hover .img-flex {
	display: block;
	overflow: hidden;
	position: relative;
}

.car-block:hover .img-flex .align-center {
	display: block;
	background-color: #000;
	opacity: 0.6;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 11;
}

.car-block .img-flex {
	position: relative;
}

.car-block:hover .img-flex i {
	color: #fff;
	opacity: 1;
	position: absolute;
	top: 50%;
	margin-top: -16.5px;
	left: 50%;
	margin-left: -16.5px;
}

.recent-vehicles .car-block:hover .img-flex i {
}

.car-block-bottom {
	display: block;
	background-color: #f0f0f0;
	padding: 6px 5px 10px 5px;
	text-align: center;
	transition-duration: .2s;
	transition-property: all;
}

.car-block:hover .car-block-bottom {
	background-color: #c7081b;
}

.car-block h6 strong {
	font-size: 12px;
}

.car-block .car-block-bottom h6 {
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.car-block .car-block-bottom h6 strong {
	font-weight: 700;
}

.car-block-bottom h5 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0px;
	font-weight: 600;
}

.car-block:hover .car-block-bottom h6, .car-block:hover .car-block-bottom h5, .car-block:hover .car-block-bottom h6 strong {
	color: #fff;
}

.styled_input label:before, .ajax_form label:before {
	display: inline-block;
	position: relative;
	top: 0.25em;
	left: -2px;
	content: '';
	width: 25px;
	height: 20px;
	background-image: url(../images/formelements.png);
}

.styled_input input[type="checkbox"] + label:before, .ajax_form input[type="checkbox"] + label:before {
	background-position: 0 -24px;
}

.styled_input input[type="checkbox"]:checked + label:before, .ajax_form input[type="checkbox"]:checked + label:before {
	background-position: 0 0;
}

.styled_input input[type="radio"] + label:before, .ajax_form input[type="radio"] + label:before {
	background-position: -25px -25px;
}

.styled_input input[type="radio"]:checked + label:before, .ajax_form input[type="radio"]:checked + label:before {
	background-position: -25px 0;
}

.ie8 label:before {
	display: none;
	content: none;
}

.ie8 input[type="checkbox"], .ie8 input[type="radio"], .ie7 input[type="checkbox"], .ie7 input[type="radio"] {
	position: static;
	left: 0;
}

.ie8 input[type="checkbox"], .ie8 input[type="radio"] {
	position: relative;
	top: 5px;
	margin-right: 0.5em;
}

.select-wrapper .form-element label {
	position: static;
}

.styled_input label, .ajax_form label {
	margin: 0 !important;
	position: absolute;
	top: 0;
	right: -47px;
}
.pagination > li:first-child > a, .pagination > li:last-child > a {
	background: #ccc;
}

.pagination>li>a, .pagination>li>span {
	border: none;
	padding: 3px 9px;
	font-size: 13px;
	font-weight: 400;
	background-color: #ccc;
	margin-right: 6px;
	color: #fff;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}

.pagination li.disabled a, .pagination li.disabled a:hover {
	background-color: #eee;
	color: #fff;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	background-color: #c7081b;
	color: #FFF;
}

.pagination > li:first-child > a:hover, .pagination > li:last-child > a:hover {
	color: #fff;
}

.styled_input input[type="radio"], .styled_input input[type="checkbox"], .ajax_form input[type="radio"], .ajax_form input[type="checkbox"]  {
	position: absolute;
	left: -999em;
}

.styled_input label:before {
	display: inline-block;
	position: relative;
	top: 0.25em;
	left: -2px;
	content: '';
	width: 25px;
	height: 20px;
	background-image: url(../images/formelements.png);
}

.styled_input input[type="checkbox"] + label:before {
	background-position: 0 -24px;
}

.styled_input input[type="checkbox"]:checked + label:before {
	background-position: 0 0;
}

.styled_input input[type="radio"] + label:before {
	background-position: -25px -25px;
}

.styled_input input[type="radio"]:checked + label:before {
	background-position: -25px 0;
}

.ie8 label:before {
	display: none;
	content: none;
}

.ie8 input[type="checkbox"], .ie8 input[type="radio"], .ie7 input[type="checkbox"], .ie7 input[type="radio"] {
	position: static;
	left: 0;
}

.ie8 input[type="checkbox"], .ie8 input[type="radio"] {
	position: relative;
	top: 5px;
	margin-right: 0.5em;
}

.no_border.table>tbody>tr>td {
	border-bottom: 0;
}

.strikeout {
    position: relative;
    display: inline-block; 
}

.strikeout::after {
    border-bottom: 3px solid #2D2D2D;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.inventory-listing .inventory-heading  h2.original_price {
	font-size: 26px;
	font-weight: 500;
}

#preview_slideshow {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.65);
	display: block;
	height: auto;

	-webkit-transition: opacity .3s ease-out, z-index .3s ease-out;
    opacity: 0; 
}

#preview_slideshow.open:hover {
	cursor: pointer;
}

#preview_slideshow.open {
	display: block;
	z-index: 9999;
	opacity: 1;
}

#preview_slideshow .listing-slider {
	width: 700px;
	display: block;
	margin: 0 auto;
	z-index: 10000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -215px;
	background-color: #FFF;
	cursor: default;
}

ul.flex-direction-nav a {
	height: 50px;
	padding-top: 10px;
}


.post-entry table.front_end_form a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}

.post-entry table.front_end_form a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}

.post-entry table.front_end_form a:active, .post-entry table.front_end_form a:hover {
    color: #bd5a35;
    text-decoration:underline;
}

.post-entry table.front_end_form {
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:20px 20px 20px 0;
    border:#ccc 1px solid;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.post-entry table.front_end_form th {
    padding:21px 25px 22px 25px;
    border-bottom:1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

.post-entry table.front_end_form th:first-child {
    text-align: left;
    padding-left:20px;
}

.post-entry table.front_end_form tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}

.post-entry table.front_end_form tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}

.post-entry table.front_end_form tr {
    text-align: left;
    padding-left:20px;
}

.post-entry table.front_end_form td:first-child {
    text-align: left;
    padding-left:20px;
    border-left: 0;
}

.post-entry table.front_end_form td {
    padding:18px;
    border-top: 0;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

.post-entry table.front_end_form tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

.post-entry table.front_end_form tr:last-child td { border-bottom:0; }

.post-entry table.front_end_form tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}

.post-entry table.front_end_form tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}

.post-entry table.front_end_form tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}

.carfax_title { 
	float: left;
	margin-left: 30px;
}

@-moz-keyframes fa-spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}