/* YUI 3.9.0 (build 5827) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
html{color:#000;background-color:#FFF;overflow-y:scroll}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:""}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}legend{color:#000}
/* base
-------------------------------------- */
a:focus, a:active, a:hover { outline: 0; }
a:active { background-color: inherit; }
/* animations
-------------------------------------- */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/* global
-------------------------------------- */
html, body { background-color: #f2f2f2; }
body {
	color: #555;
	font: 14px/1.5 Roboto, Helvetica, Arial, sans-serif
}
a {
	color: #ec1c2e;
}
a:hover, a:focus {
	color: #b10c1a;
}
h1 {
	-moz-font-feature-settings: "liga" 1, "dlig" 1;
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
}
/* header
-------------------------------------- */
.headerWrap {
	background-color: #FFF;
	height: 80px;
	position: relative;
}
.headerWrap:before, .headerWrap:after { content: " "; display: table; }
.headerWrap:after { clear: both; }
.header {
	padding: 5px 0 0;
	position: relative;
}
.groupLogo {
	position: relative;
	z-index: 10;
}
.groupLogo img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-width: 200px;
}
.dealersOverview { display: none; }
.branding {
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
}
.header h1 {
	color: #000;
	padding: 10px 18px 24px;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.46;
	position: relative;
	text-align: center;
	z-index: 10;
}
.intro img {
	width: 100%;
	margin-top: 20px;
}
/* content
-------------------------------------- */
.contentWrap {
	position: relative;
	padding: 0 0 10px;
}
.contentWrap:before, .contentWrap:after, .dealerList:before, .dealerList:after { content: " "; display: table; }
.contentWrap:after, .dealerList:after { clear: both; }
.dealerList {
	clear: both;
	margin: 12px auto 0;
	padding: 0 12px;
	max-width: 76em;
}
.dealerList > li {
	display: block;
	padding: 20px;
	margin: 0 0 12px;
	min-height: 280px;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 2px rgba(100,100,100,.1);
	box-shadow: 0 3px 2px rgba(100,100,100,.1);

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-ms-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;

	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;

	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.dealerList > li:nth-child(2) {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}
.dealerList > li:nth-child(3) {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}
.dealerList > li:nth-child(4) {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s;
}
.dealerList li.map {
	padding: 0;
	width: 100%;
	min-height: 300px;
	display: none;
}
.dealerList li.map iframe {
	border-radius: 4px;
}
.dealerList .logo {
	float: right;
	margin: 0 0 0 10px
}
.dealerList .logo img {
	display: block;
	width: 64px;
	height: auto;
	margin: 0 auto;
}
.dealerList h2 {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.33;
	margin: 12px 0 4px;
	color: #1d1d1d;
}
.dealerList p {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.56;
}
.dealerInfo {
	margin: 14px 0 0;
	width: 100%;
}
.dealerNumbers {
	float: right;
	width: 100%;
}
.dealerNumbers dt {
	clear: both;
	display: block;
	margin: 1px 0 0;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.2;
}
.dealerNumbers dd {
	clear: both;
	display: block;
	margin: 0 0 15px;
	color: #1d1d1d;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
}
.dealerLinks {
	float: left;
	width: 46%;
}
.dealerLinks li {
	width: 100%;
	display: block;
}
.dealerLinks a, .dealerLinks span {
	display: block;
	position: relative;
	padding: 0 0 0 13px;
	margin: 0 0 6px;
	text-decoration: none;
	line-height: 1.24;
}
.dealerLinks a:before, .dealerLinks span:before {
	content: "\203A";
	position: absolute;
	left: 1px;
	top: -4px;
	font-size: 18px;
}

.intro {
	padding: 10px 0;
}
.intro h1 {
	color: #000;
	padding: 10px 18px 0;
	font-weight: 700;
	font-size: 19px;
	line-height: 1.46;
	position: relative;
	text-align: left;
	z-index: 10;
}
.intro h1 strong {
	color: #db0410;
}
.intro h2 {
	color: #000;
	padding: 10px 18px 0;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.46;
	position: relative;
	text-align: left;
	z-index: 10;
}
.intro h3 {
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	margin-top: 40px;
	padding-left: 16px;
}
.intro p {
	padding: 10px 18px 0;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.7;
	position: relative;
	text-align: left;
	z-index: 10;
}
.intro ul {
	list-style: disc;
	padding-left: 30px;
	margin-top: 15px;
}
.intro ul li {
	padding: 0 15px 10px 0;
	font-size: 12px;
	font-weight: 300;
}
.intro img {
	width: 100%;
	margin-top: 20px;
}
.intro .ppImage {
	max-width: 360px;
	margin: 20px auto 0;
	padding: 0 15px;
}
.intro .ppImage img {
	box-sizing: border-box;
	-webkit-border-radius:4px ;
	border-radius:4px ;
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.1);
	box-shadow:0px 1px 2px rgba(0,0,0,0.1);
}
/* footer
-------------------------------------- */
.footerWrap {
	position: relative;
	background-color: #f6f6f6;
}
.footerWrap:before, .footerWrap:after, .footer:before, .footer:after { content: " "; display: table; }
.footerWrap:after, .footer:after { clear: both; }
.footer {
	padding: 10px 0;
	width: 100%;
}
.footer .copyright {
	color: #8e8e8e;
	padding: 0 12px;
	font-weight: 300;
	font-size: 12px;
	text-align: center;
}
.footer .copyright a {
	display: inline-block;
	margin: 0 0 0 6px;
	color: #8e8e8e;
}
.footer .copyright a:hover, .footer .copyright a:focus { color: #1d1d1d; }
.footerMattaki {
	width: 80px;
	height: 20px;
	margin: 6px auto 0;
	display: block;
	background: url("../../images/logo-mattaki.png") no-repeat;
	-o-background-size: 80px 40px;
	-webkit-background-size: 80px 40px;
	background-size: 80px 40px;
}
.footerMattaki:hover, .footerMattaki:focus { background-position: 0 -20px; }
@media only screen and (max-width: 54em) and (min-width: 33em) {
	.groupLogo {
		position: absolute;
		left: 12px;
		top: 4px;
	}
	.groupLogo img { max-width: 220px; }
	.header {
		min-height: 80px;
		margin: 0 auto;
		text-align: center;
	}
	.dealerList > li {
		float: left;
		width: 41%;
		margin: 0 2% 1.5% 0;
		padding: 4%;
	}
	.dealerList li.map {
		width: 49%;
		display: block;
	}
	.dealerList > li:nth-child(2n+3) { clear: left; }
	.dealerList > li:nth-child(2n) { margin-right: 0; }
	.dealerList .logo img { width: 86px; }
	.footer .copyright { float: left; }
	.footerMattaki {
		margin: 0 14px 0 0;
		width: 80px;
		height: 20px;
		float: right;
	}
}
@media only screen and (min-width: 54em) {
	.headerWrap {
		height: 300px;
		background: #141414 url("../../images/bg-hero.jpg") no-repeat 50% 0;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.header {
		height: 320px;
		max-width: 76em;
		margin: 0 auto;
	}
	.branding { opacity: 1; width: 360px; height: auto; display: none; }
	.groupLogo {
		position: absolute;
		left: 12px;
		top: 14px;
	}
	.groupLogo img { max-width: 259px; }
	.dealersOverview {
		display: block;
		position: absolute;
		top: 14px;
		right: 12px;
		z-index: 10;
	}
	.dealersOverview a {
		float: left;
		margin-left: 12px;
	}
	.dealersOverview a:hover, .dealersOverview a:focus { opacity: .7; }
	.dealersOverview a img { display: block; width: 86px; height: 86px; }
	.header h1 {
		max-width: 30em;
		margin: 154px auto 0;
		text-align: center;
		text-shadow: 1 2px 3px rgba(255,255,255,.8);
		font-size: 30px;
		line-height: 1.4;
		padding: 0 2em;
	}
	.dealerList > li {
		float: left;
		width: 43.9%;
		min-height: 385px;
		margin: 0 2% 1.5% 0;
		padding: 1.6% 2.5%;
	}
	.dealerList li.map {
		width: 48.9%;
		display: block;
	}
	.dealerList > li:nth-child(2n) { margin-right: 0; }
	.dealerList .logo {
		float: none;
		margin: 0;
	}
	.dealerList .logo img { width: 128px; }
	.dealerList p { }
	.dealerNumbers {
		overflow: hidden;
		float: none;
		width: 100%;
		padding: 12px 0 8px 15px;
		margin-bottom: 14px;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
	}
	.dealerNumbers dt { clear: left; float: left; width: 50%; }
	.dealerNumbers dd { clear: none; float: left; width: 50%; margin: 0 0 4px; }
	.dealerLinks { float: none; width: 100%; font-size: 12px; }
	.dealerLinks a, .dealerLinks span { margin-bottom: 8px; }
	.dealerLinks a:before, .dealerLinks span:before { top: -6px; }
	.intro {
		max-width: 76em;
		margin: 40px auto;
		padding: 0 0 10px;
	}
	.intro h1, h2, h3, p, ul {
		max-width: 1040px;
		margin: 10px auto;
		text-align: left;
		padding: 0 15px;
	}
	.intro h1 {
		font-size: 24px;
		line-height: 0.8;
		margin-top: 30px;
	}
	.intro h2 {
		font-size: 19px;
		line-height: 0.8;
	}
	.intro h3 {
		font-size: 19px;
		line-height: 1;
		font-weight: 700;
		margin-top: 40px;
	}
	.intro p {
		font-size: 14px;
		line-height: 1.8;
	}
	.intro ul {
		list-style: disc;
		padding-left: 50px;
		margin-top: 25px;
	}
	.intro ul li {
		padding: 0 0 10px 8px;
		font-size: 14px;
	}
	.footer {
		max-width: 76em;
		margin: 0 auto;
	}
	.footer .copyright { float: left; }
	.footerMattaki {
		margin: 10px 14px 0 0;
		width: 80px;
		height: 20px;
		float: right;
	}
}
/* print (put @ bottom of css)
-------------------------------------- */
@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
a, a:visited { text-decoration: underline; }
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* h5bp.com/t */
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
.dealerList > li { min-height: 0!important; }
.groupLogo img { width: 220px; height: 86px; }
.header h1 { padding: 4px 18px; }
}
