/*
	Theme Name: accelmedia
	Description: Accelerate Media default HTML 5 theme
	Version: 1.1000
	Author: Accelerate Media
	Tags: Blank, HTML5, CSS3
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html {
	background: url(/images/home_outside_bg.jpg) repeat #000000;
	/* 62.5% font-size for REM use */
	font-size: 62.5%;
}

body {
	font: 300 12px/1.4 "eurostile", sans-serif;
	background: url(/images/lines_bg.png) no-repeat 15% top transparent;
	color: #181818;
	/* padding-top: 40px; */
}


/* clear */

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
}

a {
	color: #181818;
	text-decoration: none;
}

a:hover {
	color: #181818;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

a.gold {
	color: #ffce57;
	text-decoration: none;
}

a.gold:hover {
	color: white;
}

a.blue {
	color: #0c64b7;
	text-decoration: none;
}

a.blue:hover {
	color: #181818;
}

.no-margin {
	margin: 0;
}

.btn-primary {
	color: #fff;
	background-color: #0c64b7;
	border-color: #0c64b7;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
	color: #181818;
	background-color: white;
	border-color: white;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* Begin Header Style */

.toparea {
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #1c1c1c 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(100%, #1c1c1c));
	background: -webkit-linear-gradient(top, #000000 0%, #1c1c1c 100%);
	background: -o-linear-gradient(top, #000000 0%, #1c1c1c 100%);
	background: -ms-linear-gradient(top, #000000 0%, #1c1c1c 100%);
	background: linear-gradient(to bottom, #000000 0%, #1c1c1c 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c1c1c', GradientType=0);
	width: 100%;
	margin: 0 0 15px;
	padding: 15px;
	border-bottom: 1px solid #323232;
}

.abovebottomarea {
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #1c1c1c 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(100%, #1c1c1c));
	background: -webkit-linear-gradient(top, #000000 0%, #1c1c1c 100%);
	background: -o-linear-gradient(top, #000000 0%, #1c1c1c 100%);
	background: -ms-linear-gradient(top, #000000 0%, #1c1c1c 100%);
	background: linear-gradient(to bottom, #000000 0%, #1c1c1c 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1c1c1c', GradientType=0);
	width: 100%;
	margin: 30px 0 0;
	padding: 15px;
	border-top: 1px solid #323232;
}

.bottomarea {
	background: #000000;
	width: 100%;
	margin: 0;
	padding: 15px;
	border-top: 1px solid #323232;
	border-bottom: 1px solid #323232;
}

.home .bottomarea {
	margin-top: 30px;
}

.bottomarea .row {
	margin-top: 15px;
	margin-bottom: 15px;
}

.home header {
	padding-top: 15px;
}

.bottom-text {
	font-size: 14px;
	background-color: #e7e7e7;
	padding: 30px;
	margin-top: 30px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.home .bottom-text {
	background-color: rgba(230, 230, 230, .8);
}
.bottom-text h2 {
	font-size: 20px;
}

header .topbar {
	position: fixed;
	top: 0;
	background: black;
	border-bottom: 1px solid #323232;
	width: 100%;
	font-size: 12px;
	min-height: 40px;
	z-index: 400;
}

.affix + .navbar {
	margin-top: 60px;
}

header .navbar .dropdown .btn-default {
	position: relative;
	width: 44px;
	float: left;
	margin-left: 15px;
	padding: 9px 10px;
	margin-top: 43px;
	background-color: transparent;
	background-image: none;
	color: #888;
	border: 1px solid #ddd;
	border-radius: 4px;
}

header .navbar .dropdown .btn-default:hover,
.header .navbar .dropdown .btn-default:focus {
	background-color: #ddd;
}

header .navbar .dropdown-menu {
	left: 15px;
}

header .topbar .nav>li>a {
	padding: 5px;
	margin: 6px 0;
	color: white;
}

header .topbar .nav>li>a:hover {
	color: #003A7C;
}

.navbar-default {
	background: transparent;
	border: none;
}

.navbar-default .navbar-nav>li {
	float: none;
	display: inline-block;
}

.navbar-default .navbar-nav>li>a {
	font-family: "franklin-gothic-urw", sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 16px;
}

.navbar-default .navbar-nav>li>a:hover {
	-webkit-box-shadow: inset 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
	color: white;
}

.navbar-left {
    width: 100%;
    background: #0c64b7;
    -webkit-box-shadow: inset 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 4px outset #ffffff;
    outline: 1px solid #525252;
    outline-style: inset;
    outline-offset: -5px;
    padding-left: 150px;
    margin: 0 30px;
}
.login-newsletter {
	color: white;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
}
.login-newsletter a {
	color: white;
}

.navbar-default .navbar-nav.navbar-left >li>a {
	padding: 10px 25px;
}

.navbar-right {
	margin-right: -15px;
}

.navbar>.container .navbar-brand {
	position: absolute;
	width: 200px;
	height: 115px;
	left: 0;
	top: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
.navbar>.container {
	position: relative;
}
.nav-tagline {
    color: white;
    font-size: 22px;
    margin-left: 200px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.man-cave-text {
 	-webkit-animation:colorchange 3s infinite;
}

@-webkit-keyframes colorchange {
  0% {
    color: white;
  }            
  50% {
    color: #ffce57;
  }
  100% {
  	color: white;
  }
}

.navbar>.container .navbar-brand a {
	display: block;
}

.navbar>.container .navbar-brand strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}


/* End Header Style */

.rightcol {
	background: rgba(0, 0, 0, .4);
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 1px solid #323232;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.leftcol .block_outer,
.leftcol .block_inner,
.rightcol .block_outer,
.rightcol .block_inner,
#listings .g {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	width: 100% !important;
	height: 100% !important;
}

#listings .g img {
	width: 100%;
	padding: 15px;
}

.rightcol .block_inner {
	margin: 0 0 15px !important;
}

.leftcol .block_inner a img {
	width: 100%;
	padding: 0 15px;
}

.rightcol .block_inner a img {
	width: 100%;
}

.rightcol h4,
.rightcol h5 {
	text-transform: uppercase;
	font-weight: 700;
	color: white;
	margin: 0;
	text-align: center;
}

.rightcol h4 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #ffce57;
}

.rightcol h5 {
	width: 100%;
	font-size: 13px;
	background: rgba(50, 50, 50, 1);
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.leftcol .block_outer {
	text-align: center;
}

.leftcol .block_inner {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

#sidelinks {
	position: fixed;
	z-index: 9999;
	right: 0;
	top: 320px;
}

#sidelinks div {
	margin-bottom: 5px;
}

.sidelink a:hover {
	position: relative;
	left: -2px;
}

footer {
	background-color: #181818;
	color: white;
	margin: 0;
	padding: 30px 0;
}

footer h3,
footer h4 {
	font-weight: 700;
}

footer .container {
	background: url(/images/footer_inner_bg.jpg) no-repeat center top #181818;
	background-size: 100%;
}

footer .browseclassiccars ul,
footer .browseclassiccars li,
footer .helpfullinks ul,
footer .helpfullinks li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer .browseclassiccars a,
footer .helpfullinks a {
	color: #5b5b5b;
	text-decoration: none;
}

footer .browseclassiccars a:hover,
footer .helpfullinks a:hover {
	color: white;
}

footer .helpfullinks .social-links {
	margin-top: 10px;
	margin-bottom: 10px;
}

footer .helpfullinks .login a {
	margin: 15px 0 0;
	font-size: 14px;
}

footer .helpfullinks .login a:hover {
	color: #181818;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

#search-results,
.opaque-panel {
	background: rgba(0, 0, 0, .4);
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border: 1px solid #323232;
	border-bottom: none;
	padding: 15px;
}

#search-results {
	background: rgba(50,50,50,0.8);
	background: -moz-linear-gradient(top, rgba(50,50,50,0.8) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50,50,50,0.8)), color-stop(100%, rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.8) 0%, rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(50,50,50,0.8) 0%, rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(50,50,50,0.8) 0%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(50,50,50,0.8) 0%, rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#000000', GradientType=0 );
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

#search-results h3 {
	margin-bottom: 0;
}

.opaque-panel {
	margin-bottom: 20px;
}

#page-content {
	background-color: #e7e7e7;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}

.nav-tabs {
	background: rgba(0, 0, 0, .4);
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border: 1px solid #323232;
	border-bottom: none;
	padding: 15px 15px 0;
}

#search-results h1,
#search-results h3,
#featured h3,
#auctions-events h3,
#for-sale h1,
#for-sale h2,
.lower-content h2,
.ymal-fvfs-bottom h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	color: white;
	margin-top: 0;
}

#search-results h4 {
	margin-top: 5px;
}

#page-content h1 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	color: #181818;
	margin-top: 0;
	padding-left: 15px;
	padding-right: 15px;
}

#search h1 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	color: #181818;
	margin: 0 0 15px 0;
}

#search h4 {
	display: inline-block;
	font-weight: normal;
	line-height: 1;
	color: #777;
	margin-left: 10px;
}

#search h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	color: #181818;
	margin-top: 30px;
}

#search-results .vehicles-available {
	color: white;
}

#search-results .vehicles-available span {
	background: rgba(255, 255, 255, .2);
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	font-size: 16px;
	font-weight: 700;
	color: white;
	margin-right: 5px;
	padding: 0 5px;
}

#search-results #smartsearch {
	width: 340px;
}

#search-results label,
#refine-results label {
	font-size: 14px;
	color: white;
	margin-right: 5px;
}

#search-results label.sort-by {
	margin: 5px 5px 5px 0px;
}

#search-results input,
#search-results select,
#search-results a.btn,
#refine-results input,
#refine-results select {
	margin-right: 15px;
}

#search-results a.grid-btn {
	margin-right: 5px;
}

.search-btn,
.refine-btn,
.submit-btn,
.phone-btn,
.gold-btn,
.gform_footer input[type=submit] {
	color: #181818;
	background-color: #ffce57;
	border-color: #ffce57;
	font-weight: 700;
	border: none;
	border-radius: 4px;
	padding: 6px 12px;
}

.search-btn:hover,
.search-btn:focus,
.search-btn.focus,
.refine-btn:hover,
.refine-btn:focus,
.refine-btn.focus,
.submit-btn:hover,
.submit-btn:focus,
.submit-btn.focus,
.phone-btn:hover,
.phone-btn:focus,
.phone-btn.focus,
.gold-btn:hover,
.gold-btn:focus,
.gold-btn.focus,
.gform_footer input[type=submit]:hover,
.gform_footer input[type=submit]:focus {
	background-color: white;
	border-color: white;
}

.phone-btn a, .gold-btn a {
	color: #181818 !important;
	text-decoration: none;
}

#vehicle-description .gold-btn {
	margin-top: 15px;
	margin-bottom: 15px;
}

#vehicle-description h2 {
	margin-top: 30px;
}

#vehicle-description p a:hover {
    color: white;
}

#vehicle-description p a {
    color: #ffce57;
    text-decoration: none;
}

#search-results a.adv-search,
#refine-results a.adv-search {
	font-size: 14px;
	color: #ffce57;
	text-decoration: none;
	margin-left: 15px;
}

#search-results a.adv-search:hover,
#refine-results a.adv-search:hover {
	color: white;
}

#search-results .current-grid {
	color: #fff;
	background-color: #0c64b7;
	border-color: #0c64b7;
}

#search-results .form-inline {
	margin-top: 15px;
	margin-bottom: 15px;
}

.page-id-2197 #search-results .form-inline {
	margin-bottom: 0px;
}

#refine-results .form-inline .form-group {
	margin-bottom: 15px;
}

#refine-results .button-group {
	display: block;
	margin-bottom: 0;
}

.carousel .attachment-945x424 {
	width: 945px;
	height: 424px;
}

.carousel-inner>.item>a>img {
	border: 1px solid #323232;
}

.carousel-indicators {
	left: inherit;
	right: 5%;
	width: inherit;
	margin-left: 0;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	margin: 2px;
	border: 4px solid #323232;
	border-radius: 15x;
	background-color: #323232;
}

.carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 2px;
	background-color: white;
}

#featured,
#listings,
#for-sale,
#featured-dealer {
	background: rgba(0, 0, 0, .4);
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border: 1px solid #323232;
	padding: 15px;
}

#for-sale,
#featured-dealer {
	color: white;
}

#featured-dealer .dealer-logo img {
	width: 100%;
}

#for-sale,
.lower-content {
	font-size: 14px;
	margin-bottom: 30px;
}

.auction-time .heading {
    font-size: 1.4rem;
}
.auction-time .date {
    display:inline-block;
    padding-left:10px;
    font-size: 2.2rem;
}
.auction-listing-details, .auction-listing-details .btn{
	font-size: 1.8rem;
}
.auction-listing-details .auction-time {
	padding: 5px;
	background-color:#323232;
    margin-bottom: 30px;
}
.auction-listing-details .btn-link{
	color:#fff;
	text-decoration: underline;
}
.listing.auction .auction-time {
	margin-bottom:10px;
	background-color:#d9d9d9;
	padding:2px;
    font-size: 1.2em;
    display:inline-block;
}
.listing.auction .auction-time .heading {
    font-size: 1.1rem;
}
.listing.auction .auction-time .date {
    font-size: 1.5rem;
}
.listing.auction .auction-time p{
    margin-bottom:3px;
}

#for-sale .dealer-info,
#featured-dealer .dealer-info {
	font-size: 13px;
}

#for-sale .dealer-info .info-name {
	width: 60%;
}

#for-sale .dealer-info .info-links {
	width: 40%;
}

#for-sale .image-box,
#for-sale .media-bar {
	margin-top: 30px;
	margin-bottom: 0px;
}

#for-sale .image-box img,
#for-sale .dealer-logo img {
	width: 100%;
}

#for-sale .dealer-logo {
	padding: 15px;
}

#dealer-directions-map {
	width: 100%;
	min-height: 600px;
}

#listings {
	margin-top: 30px;
}

#featured h3 {
	margin-top: 35px;
}

#for-sale h1,
#for-sale h2,
#for-sale h3,
#for-sale h4 {
	color: white;
}

#map-modal {
	color: #181818;
}

#map-modal .modal-title,
#carousel-modal .modal-title {
	color: white;
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

#carousel-modal .modal-dialog {
	width: 800px;
}

#modal-upsell .modal-body {
	font-size: 16px;
}

#modal-upsell .modal-body .only_price,
.purchase-no-upsell {
	font-size: 14px;
}

#modal-upsell .panel-default>.panel-heading {
	background: white;
}

#modal-upsell .panel-title {
	font-weight: bold;
}

#modal-upsell .panel-heading .accordion-toggle:after {
	content: "Hide Example";
	float: right;
	color: #0c64b7;
}

#modal-upsell .panel-heading .accordion-toggle.collapsed:after {
	content: "View Example \25BE";
	letter-spacing: 0;
}

#modal-upsell a.accordion-toggle {
	display: block;
}

#view-video-modal .modal-body iframe {
	max-width: 100%;
}

#for-sale-carousel .carousel-inner>.item>img,
#for-sale-carousel .carousel-inner>.item>a>img,
#mobile-carousel .carousel-inner>.item>img,
#mobile-carousel .carousel-inner>.item>a>img {
	width: 100%;
	border: 4px solid #323232;
}

.show-all-pictures, .show-all-pictures:hover {
	color: white;
	font-size: 16px;
}
#mobile-images-list {
	display: none;
}

#mobile-carousel {
	margin-bottom: 100px;
}

#mobile-carousel {
	margin-top: 30px;
}

#mobile-carousel .carousel-indicators {
	overflow: auto;
	text-align: left;
	white-space: nowrap;
	bottom: -80px;
	left: inherit;
	right: inherit;
	width: 100%;
	margin: 0;
}
#for-sale-carousel .carousel-indicators {
	overflow: visible;
	text-align: left;
	position: static;
	width: 100%;
	margin: 20px 0 0;
}

#for-sale-carousel .carousel-indicators li,
#mobile-carousel .carousel-indicators li {
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	height: auto;
	margin: 0 !important;
	width: auto;
}
#for-sale-carousel {
	height: auto !important;
}
#for-sale-carousel .carousel-control {
	max-height: 440px;
}

#mobile-carousel .carousel-indicators li img {
	width: 80px;
	height: 50px;
	display: block;
	opacity: 0.5;
}

#for-sale-carousel .carousel-indicators li img {
	width: 104px;
	height: 72px;
	display: block;
	opacity: 0.75;
}


#for-sale-carousel .carousel-indicators li.active img,
#mobile-carousel .carousel-indicators li.active img {
	opacity: 1;
}

#for-sale-carousel .carousel-indicators li:hover img,
#mobile-carousel .carousel-indicators li:hover img {
	opacity: 1;
}

#for-sale-carousel .carousel-outer,
#mobile-carousel .carousel-outer {
	position: relative;
}

#for-sale .google-maps,
#featured-dealer .google-maps {
	width: 300px;
	height: 200px;
}

#for-sale .google-maps input,
#featured-dealer .google-maps input {
	margin-top: 15px;
	margin-bottom: 15px;
}

#vehicle-description {
	font-size: 18px;
}

.email-seller {
	margin-top: 30px;
}

.form-carousel {
	margin-top: 15px;
}

.listings-grid,
.listings-rows {
	padding: 0 15px;
}

.listings-grid .listing,
.listings-rows .listing {
	padding-top: 15px;
	padding-bottom: 15px;
}

.listings-grid .price p,
.listings-rows .content-title p {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	background-color: #0c64b7;
	color: white;
}

.listings-rows .content-title p {
	background-color: transparent;
	padding: 5px 0px;
}

.listings-rows .featured .content-title {
	padding: 10px 15px;
}

.listings-rows .featured .content-title p {
	padding: 0;
}

.listings-grid .price p {
	padding: 5px 15px;
}

.listings-rows .content-title p a {
	color: white;
	text-decoration: none;
}

.listings-rows .featured .content-title p a {
	color: #181818;
}

.listings-grid .featured .price p,
.listings-rows .featured .content-title {
	background-color: #ffce57;
	color: #181818;
}

.home .listings-grid .featured .price p {
	background-color: #0c64b7;
	color: white;
}

.listings-grid .title p,
.listings-grid .desc p {
	display: block;
	color: #000000;
	padding: 5px 15px;
	margin: 0;
}

.listings-grid h4,
.listings-rows h4 {
	color: white;
}

.listings-grid h4 .btn {
	margin-left: 10px;
}

.listings-rows .desc p {
	margin: 0;
}

.listings-rows .desc p a {
	font-size: 14px;
	display: block;
	color: #000000;
	padding: 15px 0;
	margin: 0;
	text-decoration: none;
}

.listings-rows br {
	display: none;
}

.listings-rows .desc p.dealer-photos a {
	padding: 0 0 15px 0;
}

.listings-rows .featured .dealer-info {
	padding: 0 15px;
}

.listings-rows .featured p.dealer-photos a {
	font-size: 14px;
	display: block;
	color: #000000;
	padding: 0 0 15px 0;
	margin: 0;
	text-decoration: none;
}

.listings-grid .title p {
	padding-top: 10px;
}

.listings-grid .title a {
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}

.listings-rows .content-title {
	background-color: #0c64b7;
	color: white;
	border-radius: 0px 4px 0px 0px;
	-moz-border-radius: 0px 4px 0px 0px;
	-webkit-border-radius: 0px 4px 0px 0px;
}

.listings-grid .content-grid {
	height: 100px;
	overflow-y: auto;
}

.listings-grid .car-image-grid {
	background-size: cover;
	background-position: center;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	padding: 0;
}

.listings-grid .car-image-grid a {
	display: block;
	width: 100%;
	height: 130px;
}

.listings-rows .car-image-row {
	background-size: cover;
	background-position: center;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	padding: 0;
}

.listings-rows .car-image-row a {
	display: block;
	width: 100%;
	height: 210px;
}

.listings-rows .featured .car-image-row a {
	height: 340px;
}

.listings-rows .dealer-info {
	padding: 15px;
}

#featured .listings-rows .featured .dealer-info {
	padding: 0 15px;
}

.listings-rows .dealer-info p {
	margin: 0 0 15px 0;
}

.listings-rows .dealer-info p a {
	display: block;
}

.listings-rows .dealer-info img {
	max-height: 100px;
}

.listings-grid .inner,
.listings-rows .inner {
	background: #e7e7e7;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.featured-listing {
	font-size: 12px;
	color: #181818;
	padding: 2px 0;
}

.home .featured-listing {
	color: white;
}

.listings-rows .featured-listing {
	margin-left: 5px;
}

/** Similar Listings */
#similar-listings-container{
	padding:0;
}
#similar-listings-container h3{
	color:#fff;
}
#similar-listings-container.listings-grid .title p, #similar-listings-container.listings-grid .desc p{
	padding:5px;
}
.similar-listing{
	margin-bottom:10px;
}
#page-navigation {
	padding: 0 30px;
}

.presented {
	color: white;
}

.presented img {
	vertical-align: top;
}

#auctions-events {
	background-color: rgba(230, 230, 230, .8);
	padding: 0 15px 15px;
	margin-top: 30px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.auctions-events-top {
	background: #e7e7e7;
	padding: 15px 0;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

.auctions-events-top h3 {
	margin-bottom: 0;
}

#auctions-events-listing {
	border-top: 1px solid #181818;
	padding: 15px 15px 0;
}

#auctions-events-listing .listing {
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 340px;
}

#auctions-events h3,
.lower-content h2,
.lower-content h5 {
	color: #181818;
}

.lower-content h2 {
	margin-bottom: 0;
}

.lower-content h5 {
	margin: 0 0 15px 0;
}

#auctions-events .presented {
	color: #181818;
}

#auctions-events .event-image img {
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 120px;
}

#auctions-events .event-info a,
.lower-content h3 {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 0;
}

.lower-content h3 {
	text-transform: uppercase;
	margin: 0 0 15px;
}

.lower-content h3 small {
	font-size: 75%;
	margin-left: 5px;
}

#auctions-events .event-date {
	font-size: 12px;
	font-weight: 400;
}

#search-banner img {
	width: 100%;
	border: 1px solid #323232;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	margin-bottom: 20px;
}

#search,
.lower-content {
	background: #e7e7e7;
	border: 1px solid #323232;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding: 15px;
	position: relative;
}

.media img {
	max-width: inherit;
	margin-bottom: 15px;
}

.make-model-links {
	padding: 0 15px;
}

.make-model-links ul.list,
.make-model-links ul.list ul.sublist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.make-model-links ul.list ul.sublist {
	padding-left: 22px;
}

.make-model-links a {
	display: inline-block;
	color: #0c64b7;
	font-size: 14px;
	padding-bottom: 5px;
}

.make-model-links .sublist strong {
	font-weight: 100;
}

#refine-results {
	color: white;
	background: rgba(0, 0, 0, .4);
	border-style: solid;
	border-color: #323232;
	border-width: 1px 1px 0 1px;
	padding: 15px;
}

#search-results .year-links {
	margin-top: 15px;
}

#search-results .year-links label {
	margin-bottom: 10px;
}

#search-results .year-links ul {
	margin-bottom: 0;
}

#search-results .year-links a {
	display: block;
	margin-bottom: 5px;
	color: white;
}

.pagination>li {
	display: none;
}

.pagination>li:first-child,
.pagination>li:last-child,
.pagination .visible {
	display: inline;
}

.nav-tabs>li>a {
	color: white;
	font-size: 16px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: white;
	background-color: #0c64b7;
	border: none;
}

.tab-content {
	padding: 15px;
}

#search .popover {
	width: 220px;
}

#search .popover img {
	width: 100%;
	margin-bottom: 15px;
}

#mobile-ads {
	background: #e7e7e7;
	border: 1px solid #323232;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding: 15px;
}

#mobile-ads h5 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #181818;
	margin: 0 0 15px 0;
	text-align: center;
}

#mobile-ads a {
	display: block;
	text-align: center;
}

.at4-share-title {
	color: white;
	text-align: center;
}


/*------------------------------------*\
    PLACE AN AD
\*------------------------------------*/

.page-title {
	padding: 0;
	margin: 0;
	color: white;
}

.price-column {
	float: left;
	width: 25%;
	margin-top: 20px;
}

.price-column.featured {
	margin-top: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.price-table .title-bar {
	background: #387ec1;
	color: white;
	padding: 15px 0 50px 0;
}

.price-column.featured .title-bar {
	background: #387ec1 url(/wp-content/themes/accelerate/images/place-an-ad/best-value-banner.png) top right no-repeat;
}

.price-table .price-column.featured .title-bar {
	padding: 15px 0 70px 0;
}

.price-table .title-bar h2 {
	font-size: 30px;
	text-transform: uppercase;
}
.basic-price-column .title-bar h2, .the-works-price-column .title-bar h2, .featured-price-column .title-bar h2 {
  padding-bottom: 33px;
}

.price-table .title-bar span {
	font-size: 16px;
	display: block;
	text-transform: none;
}

.price-table .price-box {
	background: white;
	border: 1px solid black;
	border-radius: 5px;
	position: relative;
	padding: 15px 0;
	margin: -58px auto 0;
	width: 60%;
	z-index: 2;
}

.price-table .price-box h3 {
	font-size: 48px;
	margin: 0;
}

.price-table .price-box sup {
	vertical-align: baseline;
}

.price-table .features {
	background: white;
	margin-top: -50px;
	min-height: 900px;
	padding-top: 50px;
}

.price-table .features ul {
	padding-top: 61px;
	margin: 0;
	padding-left: 0;
}
.price-column.featured.the-works-online-auction-price-column .features ul {
	padding-top: 10px;
}

.price-table .features li {
	border-bottom: 1px solid #c1c1c1;
	font-size: 16px;
	list-style: none;
	width: 100%;
	padding: 10px;
}

.price-table .features li:before {
	color: #0c64b7;
	font-family: 'Glyphicons Halflings';
	content: "\e067";
	font-size: 20px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.price-table .features li.super-feature {
  background: red;
  color: white;
}
.price-table .features li.super-feature:before {
  color: white;
}
.price-table .features li a {
	cursor: pointer;
}
.price-column.bordered {
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.price-column.featured.the-works-online-auction-price-column .title-bar {
    background: #387ec1 url(/wp-content/themes/accelerate/images/place-an-ad/165-value-banner.png) top right no-repeat;
}
.price-column.featured-price-column .title-bar {
    background: #387ec1 url(/wp-content/themes/accelerate/images/place-an-ad/most-popular-banner.png) top right no-repeat;
}

.price-table .features li.no-check:before {
	display: none;
}

.price-table .sell-car {
	background: #ffce57;
	color: #181818;
	display: block;
	padding: 10px 0;
	margin: 20px auto 0;
	width: 80%;
	text-align: center;
}

.place-ad-main-links a {
	border: 1px solid white;
	border-radius: 5px;
	color: white;
	font-size: 24px;
	width: 100%;
	text-align: center;
	display: block;
	padding: 15px 0;
}

.place-ad-main-links a:hover,
.place-ad-main-links a.current {
	background: #0c64b7;
	border: 1px solid #0c64b7;
	text-decoration: none;
}

.place-ad-main-links img {
	vertical-align: middle;
	margin-right: 10px;
}

.sell-car-first h1 {
	border-bottom: 1px solid #8c8c8c;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	font-size: 30px;
	text-transform: uppercase;
}

.sell-car input[type="text"],
.sell-car select {
	width: 100%;
	padding: 7px 0;
	text-indent: 10px;
}

.sell-car select {
	background: white no-repeat url(/wp-content/themes/accelerate/images/place-an-ad/select-bg.png) right center;
	border: 1px solid #ccc;
}

.sell-car .row {
	margin-bottom: 15px;
}

.lower-content h1 {
	font-size: 30px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.modal-dialog {
	width: 900px;
	max-width: 100%;
}

.modal-header {
	background: #0c64b7;
	color: white;
}

.modal-header button {
	opacity: 1;
	color: white;
}

#submit-butt,
.cform input[type="submit"] {
	background: #ffce57;
	color: #181818;
	display: block;
	padding: 10px 0;
	border: none;
	border-radius: 5px;
	margin: 20px 0;
	text-align: center;
	width: 100%;
}

.page-id-418 .lower-content h3,
.page-id-418 .lower-content p {
	margin: 0 0 10px 0;
}

.banner_ads_table thead tr {
	background: #0c64b7;
	color: white;
}

.cform {
	max-width: 500px;
	margin: 0 auto;
}

.cform ol {
	margin: 0;
	padding: 0;
}

.cf_hidden {
	display: none;
}

.cform ol li {
	list-style: none;
	margin-bottom: 10px;
	width: 100%;
}

.cform label {
	display: inline-block;
}

.cform input[type="text"],
.cform textarea {
	width: 100%;
	padding: 5px 0;
}

.cform input[type="checkbox"] {
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}

.linklove {
	display: none;
}

.leftcol .lower-content a {
	color: #17528a;
	cursor: pointer;
}

.lower-content.sell-car-first p {
	margin-bottom: 10px;
}

.lower-content .image-file-upload {
	background: #0c64b7;
	padding: 10px 0;
	color: #ffce57;
}

#modal-sell-plan-one .modal-body,
#modal-sell-plan-two .modal-body {
	font-size: 18px;
}

.btn-yellow {
	background: #ffce57;
	color: #181818;
	display: block;
	padding: 15px 0;
	border: none;
	border-radius: 5px;
	margin: 20px 0;
	text-align: center;
	width: 100%;
}


/*------------------------------------*\
    THE MAN CAVE
\*------------------------------------*/

.mc-grid .row {
	margin-bottom: 15px;
}

.mc-post {
	background: white;
	border-radius: 5px;
	margin-bottom: 20px;
}

.mc-post.featured {
	background: #ffce57;
}

.mc-details {
	padding: 10px;
}

.mc-details h3 {
	font-size: 14px;
	margin: 0;
}

.mc-post .mc-image-slideshow img {
	border-radius: 5px 5px 0 0;
}

.filter-links {
	text-align: center;
}

.filter-links a {
	border: 1px solid white;
	border-radius: 5px;
	color: white;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 25px;
}

.filter-links a:hover,
.filter-links a.current {
	background: #0c64b7;
	border: 1px solid #0c64b7;
	color: white;
	text-decoration: none;
}

.ad-img-fullsize img {
	width: 100%;
}

.ad-img-fullsize {
	padding: 15px 15px 5px 15px;
}

ul.thumbnails-carousel {
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

ul.thumbnails-carousel .center {
	display: inline-block;
}

.title-for-sale-row h4 {
	margin-top: 0;
}

ul.thumbnails-carousel li {
	margin-right: 5px;
	float: left;
	cursor: pointer;
	max-width: 100px;
}

ul.thumbnails-carousel img {
	width: 100px;
	height: auto;
	max-width: 200px;
	height: auto;
}

.controls-background-reset {
	background: none !important;
}

.active-thumbnail {
	opacity: 0.4;
}

.indicators-fix {
	bottom: 70px;
}

.mc-grid .carousel-inner>.item>a>img {
	border: none;
}

.mc-image-slideshow img {
	height: 300px;
}

.mc-image-slideshow .item {
	max-height: 250px;
}

.share_bottom {
	width: 100%;
	left: 0;
	margin: 10px 0;
	padding: 5px 0px;
	z-index: 2;
}

.mc-image-slideshow .carousel-inner {
	height: 225px;
}

.single-man-cave .page-title {
	font-size: 24px;
}

.single-man-cave #for-sale-carousel .carousel-inner>.item>img {
	height: 550px;
	width: auto;
	margin: 0 auto;
}

.search-mc-form {
	margin-top: 10px;
}

.search-mc-form input[type="text"],
.search-mc-form input[type="image"] {
	vertical-align: middle;
}

.search-mc-form #search {
	padding: 7px 0;
	text-indent: 10px;
	width: 75%;
}

.vc-link,
.vc-link:hover {
	color: white;
	font-size: 14px;
}

.video-content {
	color: white;
	font-size: 18px;
}

.order_confirm_info h3 {
	margin: 10px 0 0 0 !important;
}





/*------------------------------------*\
    DEALERS PAGE
\*------------------------------------*/

#vmap path {
	cursor: pointer;
}
.statelist li {
    display: inline;
    margin: 0 5px;
}
.statelist {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    padding-left: 0;
}
.dealer_listing_item .left {
	margin-left: 10px;
}
.dealer_listing_item .right {
	margin-right: 10px;
	text-transform: uppercase;
	color: red;
}
.dealer_listing_item {
	padding: 10px 15px;
    margin: 0 -15px;
}
.backtotop {
	margin: 5px 0;
	display: block;
}
#dealer_by_state > div {
    clear: both;
    padding-top: 20px;
}
#dealer_by_state > div .backtotop {
	font-size: 12px;
    margin-right: 0px;
    margin-top: 15px;
}
.dealer_logo {
    border-right: 1px solid white;
    float: left;
    height: 120px;
    margin: -10px 20px -10px -10px;
    padding-right: 15px;
    width: 200px;
}
.dealer_logo img {
    height: 120px;
    width: 215px;
}
.dealer_address {
	color:white;
	float:left;
	width:300px;
}
.dealer_quick_links {
    float: right;
    width: 115px;
}
.dealer_address h1,
.dealer_address h2 {
	font-size: 18px;
}
.dealer_sortoptions, .dealer_sortoptions a {
	color:white;
	font-size: 14px;
}
.dealer_sortoptions .current {
	color:#FFCE57;
    background: none repeat scroll 0 0 #11283F;
    border-bottom: 2px solid #303943;
    border-radius: 5px 5px 5px 5px;
    color: #FFCE57;
    padding: 2px 8px;
}
.dealer_sortoptions {
	margin: 15px 0;
}
.dealer_sortoptions .left strong {
    font-size: 18px;
    margin-right: 10px;
}
.dealer_sortoptions .right strong {
	font-size: 18px;
}
.dealer_sortoptions .right {
	margin-top: 2px;
}
.dealer_individual_find {
	margin:10px 0;
}
.dealer_quick_links a {
	font-size: 12px;
	margin-bottom:10px;
}
.dealer_listing_item .right {
	font-size: 11px
}
.dealer_listing_item:nth-child(odd) {
	background:#cccccc;
}
#dealer_by_state h2 {
	margin-bottom: 15px;
}
.red {
	color: red;
}
.dealer_listing_item .red {
	text-transform: uppercase;
}
.canadasprite {
    width: 200px;
    height: 196px;
    background: url(/images/canada_eh.png);
    padding: 0;
    position: relative;
    margin-right: 90px;
    margin-bottom: -30px;
}
.canadasprite li {
margin: 0; padding: 0; list-style: none;
position: absolute; top: 0;}
.canadasprite li, .canadasprite a {
height: 196px; display: block;
}
#panelcanada {left: 0; width: 200px;}
#panelcanada a:hover {
background: transparent url(/images/canada_eh.png)
0 -196px no-repeat;}
#pagecol .canadalink {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: -30px;
	margin-right: 75px;
}
.right {
	float: right;
}
.featured_image img {
    width: 147px;
    height: 70px;
}
#dealer-search-results-container .featured_item {
	padding: 15px 0;
}
.featured_info a {
    font-size: 18px;
    font-family: 'eurostilebold', arial, helvetica;
    font-weight: normal;
}
.featured_item:nth-child(even) {
	background: rgba(0,0,0,.15);
}
.navbar-default .navbar-nav>.mobile-link {
	display: none;
}
.modal-body {
	font-size: 16px;
}


/*------------------------------------*\
	Blog Page
\*------------------------------------*/

.newsitem {
    border-bottom: 1px solid #B7B7B7;
    font-size: 12px;
    margin: 10px 0;
}

/*------------------------------------*\
	About Page
\*------------------------------------*/
.tablist {
	margin: 0;
	padding: 0;
}
.tablist li {
	margin: 0 15px;
}
.abouttabs .opaque-panel {
	padding: 0;
}
.tablist li a {
	padding: 15px;
	display: inline-block;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

.hidden-number {
	display: none;
}

a#preloader {
	left: 50%;
	margin-left: -200px;
	display: none;
	position: fixed;
	top: 40%;
	z-index: 9999;
}

a#preloader img {
    display: block;
}

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

.form-group.last_name {
	display: none;
}
.gallery-item {
	float: left;
	margin: 10px 15px;
}

/* White background black text tooltip */
.page-id-7 .tooltip, .page-id-7 .tooltip * {
	color: black !important;
	font-size: 14px;
}
.page-id-7 .tooltip > .tooltip-inner {
	background: rgba(255,255,255,1) !important;
}
.page-id-7 .tooltip .arrow {
	background: rgba(255,255,255,1) !important;
}
.page-id-7 .tooltip>.tooltip-inner {
  background-color: rgba(255,255,255,1) !important;
}
.page-id-7 .tooltip>.tooltip-arrow {
  border-bottom-color: white !important;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
	.navbar-default .navbar-nav.navbar-left >li>a,
	.navbar-default .navbar-nav.navbar-right >li>a {
		padding: 10px;
	}
	.listings-grid .price p,
	.listings-rows .content-title p,
	.listings-rows .desc p a,
	.listings-rows .featured p.dealer-photos a {
		font-size: 12px;
	}
	#search-results .form-inline .form-group {
		margin-bottom: 15px;
	}
	.listings-grid .car-image-grid a {
		height: 110px;
	}
	.listings-rows .car-image-row a {
		height: 220px;
	}
	.listings-rows .featured .car-image-row a {
		height: 260px;
	}
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
	.navbar-default .navbar-nav.navbar-left >li>a,
	.navbar-default .navbar-nav.navbar-right >li>a {
		padding: 10px;
	}
	.listings-grid .car-image-grid a {
		height: 100px;
	}
	.listings-rows .car-image-row a,
	.listings-rows .featured .car-image-row a {
		height: 340px;
	}
	.bottomarea .col-md-4,
	.bottomarea .pull-right {
		text-align: center !important;
		float: none !important;
	}
	.navbar>.container .navbar-brand {
		position: relative;
	}
	.navbar-left {
		padding-left: 0;
		clear: both;
	}
	.container>.navbar-collapse {
		margin-left: 0;
		margin-right: -15px;
	}
	.navbar>.container .navbar-brand {
		width: 100%;
	}
	.nav-tagline {
		font-size: 18px;
		margin-top: 130px;
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.navbar-left {
		margin: 0;
		text-align: center;
	}
	.login-newsletter {
		font-size: 16px;
	}
}

@media only screen and (max-width: 992px) {
	.price-table .price-box {
		width: 85%;
	}
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
	.price-column {
		width: 50%;
		margin-top: 0;
	}
	.price-table .basic-price-column .features, .price-table .featured-price-column .features {
		min-height: 700px;
	}
	.price-column .headline {
		min-height: 105px;
	}
	.price-table .price-column.featured .title-bar {
		padding: 15px 0 50px 0;
	}
	.price-table .features ul {
		padding-top: 11px;
	}
	#sidelinks {
		bottom: 20px;
		top: auto;
	}
}

@media only screen and (max-width: 767px) {
	header .navbar,
	.affix + .navbar {
		margin-top: 0;
	}
	.navbar-nav {
		margin: 0;
	}
	#main-navbar {
		background: #000000;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border-bottom: 1px solid #e7e7e7;
	}
	.navbar-left,
	.navbar-right {
		float: left;
		width: 100%;
		background: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
		outline: none;
	}
	.navbar-default .navbar-nav>li {
		float: none;
		display: block;
		text-align: left;
	}
	.navbar-default .navbar-nav.navbar-left >li>a,
	.navbar-default .navbar-nav.navbar-right >li>a {
		padding-left: 15px;
	}
	.listings-rows .content-title {
		float: none;
	}
	#search-results #smartsearch {
		width: 100%;
	}
	#search input,
	#search select,
	#search .btn,
	#refine-results input,
	#refine-results select {
		margin-bottom: 15px;
	}
	.listings-rows .featured .dealer-photos {
		padding: 0 15px;
	}
	#featured-dealer .info-name,
	#featured-dealer .info-links {
		width: 100%;
		text-align: left;
		float: left !important;
		margin-bottom: 15px;
	}
	.listings-grid .car-image-grid a,
	.listings-rows .car-image-row a,
	.listings-rows .featured .car-image-row a {
		height: 440px;
	}
	.rightcol {
		margin: 30px 15px 0;
	}
	.rightcol .g img {
		padding: 15px 15px 0;
	}
	.page-id-7 .rightcol .g img {
		padding: 0;
		margin-bottom: 15px;
	}
	.rightcol .place-ad {
		padding: 15px;
	}
	a#preloader {
		width: 300px;
		margin-left: -150px;
	}
	.search-mc-form #search {
		width: 94%;
	}
	.search-mc-form input[type="submit"] {
		width: 5%;
	}
	.filter-links {
		text-align: center;
	}
	.price-column {
		width: 100%;
		margin-bottom: 20px;
	}
	.price-table .features {
		min-height: 0;
		padding-bottom: 10px;
	}
	.price-table .features ul {
		padding-top: 0;
	}
	.price-table .price-box {
		width: 60%;
	}
	.canadasprite, #vmap {
		display: none;
	}
	#dealer-search-results-container .featured_item .text-right {
		text-align: left;
	}
	.tablist li, .tablist li a {
		display: block;
	}
	.login-newsletter {
		display: none;
	}
	.navbar-default .navbar-nav>.mobile-link {
		display: block;
	}
	header .navbar .dropdown .btn-default, .navbar-toggle {
		margin-top: 0;
		margin-bottom: 0;
	}
	.title-for-sale-row h4 {
		float: none !important;
	}
	.notify-me span.glyphicon {
		display: none !important;
	}
	.price-table .basic-price-column .features, .price-table .featured-price-column .features, .price-column .headline {
		min-height: 0;
	}
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
	body {
		padding-top: 0;
	}
	.navbar>.container .navbar-brand {
		width: 140px;
		height: 80px;
		margin-left: -70px;
		top: 20px;
	}
	#search-results .vehicles-available {
		float: left !important;
	}
	#search h4 {
		margin: 0 0 30px 0;
	}
	.listings-grid .car-image-grid a,
	.listings-rows .car-image-row a,
	.listings-rows .featured .car-image-row a {
		height: 190px;
	}
	.back-mc {
		display: none;
	}
	.search-mc-form #search {
		width: 89%;
	}
	.search-mc-form input[type="submit"] {
		width: 10%;
	}
	.single-man-cave #for-sale-carousel .carousel-inner>.item>img {
		height: 250px;
	}
	.modal-dialog {
		margin: 0;
	}
	.navbar>.container .navbar-brand {
		width: 100%;
		position: static;
		margin: 0 auto;
	}
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
	#featured h3,
	#listings h3 {
		margin-top: 0;
	}
	#search-results .vehicles-available {
		float: left !important;
	}
	.listings-grid .car-image-grid a,
	.listings-rows .car-image-row a,
	.listings-rows .featured .car-image-row a {
		height: 140px;
	}
}


/*cforms */

p.error_msg {
	font-weight: 800;
	color: red;
	font-size: 16px;
}

/* Bootstrap Alerts */
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.stripe-error{
	color:red;
}

/** Animate the refresh icon to symbolize loading */
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}