/**
 * Copyright: 2007-2012, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
 */


/* WShowroom-4 */
	:root{
		--placeholderSvg: 25px;
		--placeholderLabel: 20px !important;
		--placeholderFontFamily: Arial, Helvetica, sans-serif;
	}
	.AV-WShowroomslider-1.widget {
		position: relative;
		padding: 30px !important;
	}
	.AV-WShowroomslider-1.widget.placeholder{
		padding: 20px 30px !important;
	}
	.AV-WShowroomslider-1 h3 {
		text-align: center;
		color: black;
		font-family: Lato;
		font-size: 22px;
		font-weight: 400;
		line-height: 36px;
	}
	.AV-WShowroomslider-1 .leftSide {
		font-size: 32px;
		position: absolute;
		left: 0px;
		top: 50%;
		margin-top: -14px;
		cursor: pointer;
		font-weight: 400;
	}
	.AV-WShowroomslider-1 .rightSide {
		font-size: 32px;
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -14px;
		cursor: pointer;
		font-weight: 400;
	}
	.AV-WShowroomslider-1 .leftSide:hover,
	.AV-WShowroomslider-1 .rightSide:hover {
		color: #c00;
	}
	.AV-WShowroomslider-1 #showroom-slide .owl-stage-outer .owl-stage .item .vehicle_info {
		text-align: center;
	}
	.AV-WShowroomslider-1 #showroom-slide .owl-stage-outer .owl-stage .item a {
		color: #666;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		text-decoration: none;
	}
	.AV-WShowroomslider-1 #showroom-slide .owl-stage-outer .owl-stage .item a:hover {
		text-decoration: none;
		color: #c00;
	}
	.AV-WShowroomslider-1 #showroom-slide .owl-item img {
		width: 178px;
	}
	.AV-WShowroomslider-1 #showroom-slide .owl-dots {
		display: none;
	}
	.AV-WShowroomslider-1 .WShowroomslider-layout.placeholder svg {
		width: 100%;
		margin: auto;
		display: block;
		max-width: var(--placeholderSvg);
		max-height: var(--placeholderSvg);
	}
	.AV-WShowroomslider-1 .WShowroomslider-layout.placeholder .placeholder-label {
		margin-bottom: 0px;
		text-align: center;
		line-height: normal;
		padding-bottom: 0px;
		font-size: var(--placeholderLabel) !important;
		font-family: var(--placeholderFontFamily) !important;
	}
	