/**
 * 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.


*/
	:root{
		--placeholderSvg: 25px;
		--placeholderLabel: 20px !important;
		--placeholderFontFamily: Arial, Helvetica, sans-serif;
	}
	.light .AV-WHoursofoperation-2 {
		background-color: #f9fafb;
	}
	.AV-WHoursofoperation-2.widget {
		background: #fff;
		padding: 20px;
		color: #000 !important;
	}
	.AV-WHoursofoperation-2 .WHoursofoperation-layout.placeholder{
		text-align: center;
	}
	.AV-WHoursofoperation-2 .WHoursofoperation-layout.placeholder .fa-hourglass-clock{
		font-size: 25px;
	}
	.AV-WHoursofoperation-2 h3 {
		color: black !important;
		font-family: Roboto;
		font-size: 18px;
		font-weight: 400;
		margin-bottom: 20px;
		text-align: left;
		margin-top: 0px;
	}
	@media only screen and (max-width: 768px) {
		.AV-WHoursofoperation-2 h3 {
			text-align: center;
		}
	}
	.AV-WHoursofoperation-2 #dealer-department {
		margin-bottom: 15px;
	}
	.AV-WHoursofoperation-2 #dealer-department .department_info {
		margin-bottom: 20px !important;
	}
	.AV-WHoursofoperation-2 #dealer-department .department_info .department_title {
		color: #606064;
		font-size: 16px;
		font-family: Lato;
		font-weight: 400;
		color: black;
	}
	.AV-WHoursofoperation-2 #dealer-department .department_info .department_phone {
		color: #d94545;
		font-family: Lato;
		font-size: 12px;
		font-weight: 400;
		text-align: right;
	}
	.AV-WHoursofoperation-2 #dealer-department .row {
		margin-bottom: 4px;
	}
	.AV-WHoursofoperation-2 #dealer-department ul {
		margin: 0px;
		list-style: none;
		text-align: left;
		padding: 0px;
		margin-bottom: 25px;
	}
	.AV-WHoursofoperation-2 #dealer-department .dtab {
		display: none;
	}
	.AV-WHoursofoperation-2 #dealer-department .activeTab {
		display: block !important;
	}
	.AV-WHoursofoperation-2 #dealer-department ul li {
		display: inline-block;
		margin-right: 7px;
	}
	.AV-WHoursofoperation-2 #dealer-department ul li a {
		font-family: Lato;
		font-size: 10px;
		font-weight: 400;
	}
	.AV-WHoursofoperation-2 #dealer-department ul li:last-child {
		display: inline-block;
		margin-right: 0px;
	}
	.AV-WHoursofoperation-2 #dealer-department .days {
		text-align: left;
		color: #606064;
		font-family: Lato;
		font-size: 12px;
		font-weight: 400;
	}
	.AV-WHoursofoperation-2 #dealer-department .times_oc {
		text-align: right;
	}
	.AV-WHoursofoperation-2 #dealer-department .times {
		text-align: right;
		color: #606064;
		font-family: Lato;
		font-size: 12px;
		font-weight: 400;
		min-width: 100px;
		display: inline-block;
	}
	.AV-WHoursofoperation-1 .title {
		color: #000000;
		font-family: Arial, Helvatica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		margin: 7px 4px 7px 5px;
	}
	.AV-WHoursofoperation-1 .comment {
		font-size: 12px;
		margin: 15px 0 0;
		text-align: center;
	}

	@media only screen and (max-width: 767px) {
		.AV-WHoursofoperation-2 #dealer-department ul {
			text-align: center;
		}
	}
	.AV-WHoursofoperation-2 .WHoursofoperation-layout.placeholder svg {
		width: 100%;
		margin: auto;
		display: block;
		max-width: var(--placeholderSvg);
		max-height: var(--placeholderSvg);
	}
	.AV-WHoursofoperation-2 .WHoursofoperation-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;
	}
