html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}


/* ********************FORMAT********************** */

#mauto_content .contain {
	font: sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
	padding: 1%;
	text-align: center;
	background-color: #FFFFFF;
	background: url("../img/dealersdash/background-cars.png") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	clear: both;
	width: 100%;
	margin-top: -30px;
}

#mauto_content .center {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
	padding: 1%;
	height: auto;
}

#mauto_content h1 {
    font-size: 3em;
    text-align: center;
	line-height: normal;
	padding-top: 3%;
}

#mauto_content h2 {
    font-size: 3.5em;
    text-align: center;
	line-height: normal;
	padding-top: 3%;
	letter-spacing: 1px;
}

#mauto_content h2 {
	padding-top: 4%;
}

#mauto_content h4 {
	font-size: 2em;
	padding-top: 3%;
	padding-bottom: 3%;
}

#mauto_content p {
	font-size: 1.2em;
	line-height: 1.9em;
}

#mauto_content hr {
	color: #979797;
	clear: both;
}



/* ********************ABOUT********************** */

#mauto_content .center #max {
	max-width: 300px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#mauto_content .white-back {
	width: 100%;
	height: auto;
	margin: auto 0;
		
}

#mauto_content .mcode {
	display: block;
	padding: 2% 1%;
	width: 60%;	
}
#mauto_content .cols {
	position: relative;
	display: inline-block;
	width: 40%;
	float: right;
	padding: 2%;	
}

#mauto_content .copy {
	float: right;
	position: relative;
	padding-top: 2%;
	
}

#mauto_content b {
	color: #df0101;
}

#mauto_content .btn1 {
	display: block;
    background-color: #df0101;
    border: none;
    color: white;
    padding: 15px 25px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
	margin-top: 3%;
	margin-bottom: 3%;
	max-width: 200px;
	margin-right: auto;
	margin-left: auto;
}

#mauto_content .btn1:hover {
    background-color: black;
}

/* **** employee grid **** */

#mauto_content .grid {
	display: block;
	width: 100%;
	height: auto;
	clear: left;
}

#mauto_content .grid .block {
	width: 97%;
	display: block;
	height: auto;
	margin: 30px auto;
	
}

#mauto_content .grid .icon {
	max-width: 40px;
	haight: auto;
	display: block;
	margin: 10 auto;
}

#mauto_content .grid .block img {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

#mauto_content .grid .block .title {
	text-transform: uppercase;
	font-weight: 700;
	color: #df0101;
}

/* **** articles footer **** */

#mauto_content article .title {
	text-transform: uppercase;
	font-weight: 700;
	color: #df0101;
}

#mauto_content #underlink {
	color: #000000;
	text-decoration: underline;
}

#mauto_content #underlink:hover {
	color: #df0101;
	text-decoration: underline;
}

#mauto_content .containgray {
	backgound-color: #979797;
	border: 2px solid #DBDBDB;
	margin: 1% 0% 1% 0%;
	
}
#mauto_content .block {
	line-height: 1em;
	font-size: .7em;
	
}

/* ********************DEALER********************** */

/* ********************CONTACT********************** */


/* ********************MEDIA********************** */
@media only screen and (min-width: 768px) {
#mauto_content .grid {
	display: block;
}

#mauto_content .grid .block {
	max-width: 30%;
	display: inline-block;
	margin-top: 3%;
}
#mauto_content .block {
	max-width: 30%;
	padding: 1%;
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
	font-size: .7em;
}
	
#mauto_content .grid .icon {
	max-width: 40px;    
}
#mauto_content .containgray .title {
	vertical-align: top;
}
	

	
}
