/* Header  */
.cw-header {
	background-color: #132c4b;
	padding: 1rem 0;
}

.cw-header .row {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.cw-header .cw-info {
	color: #fff;
	padding: 10px 5px;
}

.cw-header .cw-info h5 {
	font-size: 18px;
}

.cw-header .cw-info h6 {
	font-size: 16px;
}

.cw-header .cw-info a {
	color: #fff;
	font-size: 20px;
}

.cw-header .cw-info a:hover {
	color: #72a0d7;
}

.cw-header .cw-head-logo {
	width: 100%;
	max-width: 300px;
}

/* Homepage H1 Banner */
.cw-h1-banner {
	padding: .75em 0;
	background: #fff;
}

.cw-h1-banner h1 {
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0;
}

/* Hero */
.cw-hero {
	z-index: 1;
	overflow: hidden;
	padding: 2em 0 0 0;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/36C3A1CC9B0BF19A8415DBE15015A92C.jpg");
	/* background-attachment: fixed; */
	background-size: cover;
	background-position: center;
	/*background-attachment: fixed;*/
	background-color: rgba(0, 0, 0, 0.15);
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	min-height: 320px;
}

.cw-hero .cw-logo {
	padding-bottom: 6em;
}

.cw-hero .cw-logo img {
	max-width: 900px;
	margin: 0 auto;
}

.cw-hero h5 {
	color: #FFFFFF;
	font-size: 2em;
	font-weight: 800;
}

.cw-hero h6 {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: 600;
	text-shadow: 2px 2px #000000;
}

.cw-hero h6 a {
	color: #FFFFFF;
}

.cw-hero .cw_social i {
	color: #FFFFFF;
	font-size: 1.5em;
}

@media (min-width: 768px) {
	.cw-hero h5 {
		font-size: 3em;
	}

	.cw-hero h6 {
		font-size: 2em;
	}
}

/* Homepage buttons */
/* Global Styles */
.cw-no-gutter {
	padding-left: 0;
	padding-right: 0;
}

/* Main Buttons */
.cw-button-section {
	background-color: #FFFFFF;
	padding: 2em;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(26, 44, 73, 0.5);
	-moz-box-shadow: 0px 5px 10px 0px rgba(26, 44, 73, 0.5);
	box-shadow: 0px 5px 10px 0px rgba(26, 44, 73, 0.5);
}

.cw-button-section .cw-button {
	display: inline-block;
	position: relative;
	margin: 20px auto 5px;
	padding: 25px 15px;
	overflow: hidden;
	z-index: 1;
	width: 100%;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	border: 2px solid #FFFFFF;
	border-radius: 6px;
	background: #DD0B1A;
	background: -webkit-linear-gradient(-45deg, rgba(30, 58, 98, 1) 0%, rgba(30, 58, 98, 1) 50%, rgba(26, 44, 73, 1) 51%, rgba(26, 44, 73, 1) 100%);
	background: -webkit-linear-gradient(315deg, rgba(30, 58, 98, 1) 0%, rgba(30, 58, 98, 1) 50%, rgba(26, 44, 73, 1) 51%, rgba(26, 44, 73, 1) 100%);
	background: -o-linear-gradient(315deg, rgba(30, 58, 98, 1) 0%, rgba(30, 58, 98, 1) 50%, rgba(26, 44, 73, 1) 51%, rgba(26, 44, 73, 1) 100%);
	background: linear-gradient(135deg, rgba(30, 58, 98, 1) 0%, rgba(30, 58, 98, 1) 50%, rgba(26, 44, 73, 1) 51%, rgba(26, 44, 73, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac6502', endColorstr='#ffba5c', GradientType=1);
	background-size: 200%;
	background-position: center center;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-box-shadow: 0px 2px 6px 0px rgba(21, 20, 21, 0.25);
	box-shadow: 0px 2px 6px 0px rgba(21, 20, 21, 0.25);
	-webkit-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.cw-button-section .cw-button:hover {
	color: #FFFFFF;
}

.cw-button i {
	position: absolute;
	top: 23%;
	right: -8%;
	color: #FFFFFF;
	font-size: 2.0em;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cw-button:hover {
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	background-position: 20% center;
}

.cw-button:hover i {
	right: 8%;
}

/* Body Styles */
.cw-body-style-buttons {
	position: relative;
	margin: 4em auto 0;
	border-radius: 6px;
	border: 1px solid #000000;
}

.cw-body-style-buttons h5 {
	position: absolute;
	top: -23px;
	left: 0;
	bottom: auto;
	right: 0;
	margin: 0 auto;
	padding: 0.75em 1.0em;
	z-index: 1;
	width: 215px;
	color: #000000;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background-color: #FFFFFF;
}

.cw-body-style-buttons a {
	display: block;
	position: relative;
	padding: 2.5em 0;
	text-align: center;
	font-size: 1.25em;
	color: rgba(26, 44, 73, 0.4);
	border-bottom: 1px solid #000000;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.cw-body-style-buttons .col-6:nth-child(6) a {
	border-bottom: 1px solid transparent;
}

.cw-body-style-buttons .col-6:nth-child(7) a {
	/* border-right: 1px solid transparent; */
	border-bottom: 1px solid transparent;
}

.cw-body-style-buttons a img {
	height: 38px;
	width: auto;
}

.cw-body-style-buttons a:hover {
	color: rgba(26, 44, 73, 0.7);
}

.cw-body-style-buttons a img {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.cw-body-style-buttons a:hover img {
	opacity: 0.6;
	-webkit-animation: carMotion 0.5s;
	animation: carMotion 0.5s;
}

/* Bodystyle Keyframs*/
@-webkit-keyframes carMotion {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	33.33% {
		-webkit-transform: translate(5px, 5px);
		transform: translate(5px, 5px);
	}

	66.66% {
		-webkit-transform: translate(-5px, -5px);
		transform: translate(-5px, -5px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes carMotion {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	33.33% {
		-webkit-transform: translate(5px, 5px);
		transform: translate(5px, 5px);
	}

	66.66% {
		-webkit-transform: translate(-5px, -5px);
		transform: translate(-5px, -5px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

/* SM: 768px & Up */
@media (min-width: 768px) {
	.cw-button-section .cw-button {
		width: 45%;
		font-size: 1.3em;
	}

	.cw-body-style-buttons a {
		border-bottom: 1px solid #999999;
	}

	.cw-body-style-buttons .col-6:nth-child(1n+5) a {
		border-bottom: 1px solid transparent;
	}
}

/* MD: 992px & Up */
@media (min-width: 992px) {
	.cw-body-style-buttons a {
		border-bottom: 1px solid transparent;
	}
}


/* Homepage About */
.cw-home-about {
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/17E95CBA9EC429C37D64D4AFB8FFBD7F.jpg");
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.1);
	background-blend-mode: overlay;
}

.cw-home-about h5 {
	font-size: 2em;
	color: #000000;
	margin-top: 0.5em;
	text-transform: uppercase;
}

.cw-home-about p {
	font-size: 1rem;
	color: #000000;
}

.cw-home-about .btn {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* MD: 992px & Up */
@media (min-width: 992px) {
	.cw-flex-row {
		display: flex;
		align-items: center;
		justify-content: center;
		align-content: center;
	}

	.cw-home-about .container-fluid {
		padding-left: 0;
		padding-right: 2em;
	}

	.cw-home-about h5 {
		font-size: 2.7em;
	}
}

/* Reviews Slideshow */
.cw-look-section {
	padding: 3em 0;
	background: linear-gradient(to bottom, rgba(19, 44, 75, .85), rgba(19, 44, 75, .85)), url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/ACC1DDC910CCE2F7F55BC589FD68FC68.jpg");
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-bottom: 2em;
}

/* Customer Reviews */
.cw-reviews {
	padding: 1em 0;
	/* height: auto; */
}

.cw-reviews h5 {
	color: #ffffff;
	font-size: 2em;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

.cw-reviews hr {
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	border-color: #ffffff;
	opacity: 1;
	border-width: 1px;
}

.cw-reviews .cw-carouselWrap i {
	color: #ca9243;
	font-size: 1.5rem;
	margin: .5em 0;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

.cw-reviews .cw-carouselWrap p {
	color: #ffffff;
	text-align: center;
	line-height: 1.75rem;
	font-weight: 700;
	font-size: 1.25em;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

.cw-reviews .cw-carouselWrap h5 {
	color: #ffffff;
	font-size: 2em;
	line-height: 1.25em;
	text-transform: uppercase;
	font-weight: bolder;
	text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
}

.cw-reviews .cw-carouselWrap h5 span {
	color: rgba(221, 221, 221, 1);
	font-size: 0.75em;
}

/* Driven */
.cw-driven {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #252525;
	color: #000;
}

.cw-driven .cw-driven-item {
	max-width: 100%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 100%;
	min-height: 300px;
	padding: 5vw;
}

.cw-driven .cw-driven-item h5 {
	font-size: 2em;
}

.cw-driven .cw-flexImg1 {
	background: #252525 url("{{ asset 'photos/img7.jpg' }}") no-repeat center bottom;
	background-size: cover;
}

.cw-driven .cw-flexImg2 {
	background: url("{{ asset 'photos/second-bkg.jpg' }}");
	background-size: cover;
	background-position: center;
}

.cw-review-text {
	min-height: 44em;
}

@media (min-width: 330px) {
	.cw-review-text {
		min-height: 30em;
	}
}


@media (min-width: 768px) {
	/* .cw-reviews {
                  height: 70vh;
              } */

	.cw-reviews h5 {
		font-size: 2.5rem;
	}

	.cw-reviews .cw-carouselWrap h5 {
		font-size: 2em;
	}

	.cw-driven .cw-driven-item h5 {
		font-size: 3em;
	}

	.cw-driven .cw-driven-item p {
		font-size: 1.25em;
	}

	.cw-driven .cw-driven-item {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
	}

	.cw-review-text {
		min-height: 25em;
	}
}

/* Homepage Banner w/ Links */
.cw-banner-links {
	padding: 10px 0;
	font-size: 1em;
	background-color: #172C4A;
}

.cw-banner-links h5 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 800;
	margin: .25em 0;
	text-transform: uppercase;
}

.cw-banner-links a {
	display: inline-block;
	padding: 1px 15px;
	background-color: #172C4A;
	color: #FFFFFF;
	border-radius: 4px;
	margin: 3px auto;
	border: 2px solid #5084C3;
}

.cw-banner-links a:hover {
	text-decoration: underline;
}

/* Homepage Footer */
.cw-custom-footer {
	padding: 5rem 0;
	background: #f5f5f5;
	color: #000;
}

.cw-custom-footer img {
	width: 70%;
	margin: auto 15%;
}

.cw-custom-footer h5 {
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 2.5rem;
}

.cw-footer-contact p {
	color: #000;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2.25rem;
	text-align: center;
}

.cw-footer-contact p a {
	color: #132c4b;
}

.cw-footer-contact p a:hover {
	color: #999999;
}

.cw-footer-contact i {
	margin: 0 1rem 0 0;
	color: #132c4b;
}

.cw-custom-footer .business-hours .bh-title {
	display: none;
}

.cw-custom-footer iframe {
	height: 250px;
}


/* Staff Page */
.cw-staff {
	padding-bottom: 3em;
}

.cw-staff .cw-intro {
	margin-bottom: 3em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.cw-staff h5 {
	font-size: 2.75rem;
	text-transform: uppercase;
	color: #132c4b;
	font-weight: 700;
	margin: 0.5em 0;
}

@media (min-width: 768px) {
	.cw-staff h5 {
		font-size: 3.5rem;
	}
}

.cw-staff h6 {
	font-size: 1.75rem;
	text-transform: uppercase;
	color: #132c4b;
	font-weight: 700;
	margin: 0 0 .5em 0;
}

@media (min-width: 768px) {
	.cw-staff h6 {
		font-size: 1.75rem;
	}
}

.cw-staff p {
	font-size: 1.25rem;
}

.cw-staff .cw-staff-flex {
	display: flex;
	flex-wrap: wrap;
	flex: stretch;
}

.cw-staff .thumbnail {
	height: 100%;
	padding: 1em;
	display: block;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: border .2s ease-in-out;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
}

.cw-staff .cw-caption h6 {
	font-size: 1.75rem;
	color: #132c4b;
	font-weight: 700;
}

.cw-staff .cw-caption p span {
	font-size: 1.25rem;
	font-weight: 700;
	font-style: italic;
}

.cw-staff .cw-staff-flex img {
	margin-bottom: 1.5em;
}

.cw-staff .cw-staff-member {
	margin-bottom: 2em;
}

/* Testimonials Page */
.cw-google-reviews {
	margin-top: 2em;
	margin-bottom: 2em;
}

.cw-facebook-reviews {
	margin-top: 4em;
	margin-bottom: 2em;
}

/**********  Used Car Dealership in Dothan Page  *********/
/* About Us Header */
.cw-about-us-header {
	padding: 2em 0;
	background: #020109;
	background: -moz-linear-gradient(top, #020109 0%, #172C4A 100%);
	background: -webkit-linear-gradient(top, #020109 0%, #172C4A 100%);
	background: linear-gradient(to bottom, #020109 0%, #172C4A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020109', endColorstr='#6db45d', GradientType=0);
}

.cw-about-us-header h5 {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 4em;
}

.cw-about-us-header h6 {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 2em;
	padding: .5em 0 0;
}

.cw-about-us-header a.btn-primary {
	color: #FFFFFF;
	background-color: #eda200;
	border: none;
	border-radius: 0;
	padding: 1em 5em;
	margin: 3em 1em 0;
	display: inline-block;
}

.cw-about-us-header a.btn-primary:hover {
	color: #FFFFFF;
	background-color: #192532;
}

/* About Us Section */
.cw-about-us {
	background-color: #FFFFFF;
	padding: 3em 0 3em 0;
}

.cw-about-us h6 {
	color: #172C4A;
	font-weight: 900;
	font-size: 1.5rem;
}

.cw-about-us p {
	font-size: 1.25rem;
	color: #333333;
	margin-bottom: 1em;
}

.cw-about-us li {
	font-size: 1.4em;
	font-weight: 500;
}

.cw-about-us .btn-primary {
	width: 100%;
	margin: 1em 0;
}

.cw-about-us .img-responsive {
	margin: 1em 0;
}

/* Core Values */
.cw-core-values h5 {
	color: #FFFFFF;
	background-color: #172C4A;
	padding: .5em;
	font-weight: 500;
	font-size: 1.75em;
}

.cw-core-values h5 i,
.cw-core-values h6 i {
	margin-right: .5em;
	color: #F6641D;
}

.cw-core-values h6 {
	color: #FFFFFF;
	background-color: #192532;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: .5em;
	font-weight: 500;
	font-size: 1.5em;
	font-style: italic;
}

.cw-core-values p {
	font-size: 1.25em;
	color: #333333;
	text-align: center;
	margin: 0 1em;
}

p.cw-values-left {
	text-align: left;
}

/* =============================================================================== */
.inventoryslideshow .inventoryslideshow-arrow.btn-secondary {
	background: var(--color-theme-primary) !important;
}

/* SRP */
/* .inventory .carousel-indicators {
	background: none;
}

.inventory-card-view .p-veh-card .card-top-img {
	height: 330px;
}

.inventory-card-view .p-veh-card .card-top-img img {
	height: 333px;
	border-radius: 0;
}

.page-cars-for-sale .card {
	border-radius: 0;
}

@media (min-width: 1200px) {
	.page-cars-for-sale .flex-card-item {
		-webkit-box-flex: 0 1 50%;
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		max-width: 50%;
	}
}

@media (min-width: 1200px) {
	.page-cars-for-sale .flex-card-item {
		-webkit-box-flex: 0 1 33.33%;
		-webkit-flex: 0 1 33.33%;
		-ms-flex: 0 1 33.33%;
		flex: 0 1 33.33%;
		max-width: 33.33%;
	}
} */