/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

body {
	line-height: 1;
    font-family: 'Open Sans', sans-serif, Arial;
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	font-family: 'Open Sans', sans-serif, Arial;
}

/* hide */

#secondary-banner, footer, .content-nav, .content-nav .gradient_button, .recent-vehicles-wrap, .recent-listings-wrap .efficiency-rating, .social-likes, .flex-direction-nav, .financing_calculator, header, .example-tabs, .car-info, #google-map-listing, .addthis_sharing_toolbox, .contact-seller-custom, .home-slider-thumbs, .flex-control-nav, ul.slides li, #at-cv-lightbox, .aspNetHidden, .side-widget, .business-details-links, .message-seller, .social-footer, .favourite-icon, .video-available, .inventory-ads, .noprint, pagination_container, .pagination {
	display: none;
}

a:link:after, a:visited:after {
	content: "";
}

#myTab li a {
	background: none;
	font-size: 26px;
	border: 0;
	box-shadow: none;
}

.print_friendly {
	display: block;
	font-family: 'Open Sans', sans-serif, Arial;
}



p, div {
	page-break-inside: avoid;
}

.print_image {
	display: block;
	float: left;
}

.print_header li {
	list-style-type: none;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

h5 {
	font-size: .83em;
}

h6 {
	font-size: .75em;
}

p, li {
	font-size: 14px;
	line-height: 16px;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif, Arial;
	font-weight: 400;
}

.print_tabs h2:first-of-type {
	margin-top: 20px;
}

.inventory-heading span, .inventory-heading .text-right em {
	font-family: 'Open Sans', sans-serif, Arial;
}

.print_friendly .car-info {
	display: table;
}

.print_friendly table.table, .print_friendly .car-info {
	font-family: 'Open Sans', sans-serif, Arial;
	width: 375px;
	float: right;
	border: none;
}

.print_friendly .car-info .table>tbody>tr>td {
	padding: 0 0 9px 4px;
}

.print_header li {
	font-size: 18px;
}

.inventory-heading .row > div {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
}

.inventory-heading .row .text-right {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	margin-top: -70px;
}

.inventory-heading h2 {
	font-size: 28px;
}

.inventory-heading span {
	font-size: 18px;
}

.print_header {
	margin-bottom: -30px;
	padding-bottom: 0;
}

/*listing details*/

.left-content {
    width: 100%;
    padding: 0 !important;
    display: block;
    clear: both;
}

.listing-slider {
    border: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(204, 204, 204, 0.75);
    box-shadow: 0px 0px 0px 0px rgba(204, 204, 204, 0.75);
    border-radius: 0px;
}

.flex-active-slide {
    width: 100%;
    float: left;
    display: block;
    max-width:654px;
}

.img-responsive {
    display: block;
    height: auto;    
    width: 100%;
    float: left;
}

/*.listing-details .form-horizontal .form-group label {
    padding-left: 0;
}*/

.listing-details .form-horizontal .form-group p{
    margin-top:0 !important;
}

.right-content {
    padding-left: 0;
}

.seller-profile, .business-profile {
    width: 100%;
    display: block;
    clear: both;
}

.seller-profile .form-horizontal .form-group p {
    margin-top:3px !important; 
}

.business-logo img {
    max-width: 120px !important;
}

/*news page*/

.consider .col-lg-8 {
    width: 95%;
    padding: 0 30px !important;
    display: block;
    clear: both;
}

.blog-content .post-entry {
    line-height: 20px !important;
}

.blog-content .post-entry p {
    margin-bottom: 10px !important;
}

/*footer*/

.copyright-wrap .container .row .col-md-6 {
    display: block;
    clear: both;
}

.copyright-wrap p {
    text-align: center;
    float: none;
}

.logo-footer img .noprint {
    display: none !important;
}
.logo-footer img .print{
    display:block;
    max-width: 200px;
}


 @page {
 margin: 30px 25px;
}

#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;
	line-height: 14px;
}

#features ul li .fa-li {
	left: -8px;
	top: 5px;
	color: #c7081b;
}
