@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
	margin: 0;
}
html, body {
	height: 100%;
	}
	.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}
#footer, .push {
	height: 40px;
}

body {
	background: #28bdb3;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

h1 {
	font-family: 'BebasNeueRegular', Impact, Charcoal, sans-serif;
	font-size: 51px;
	line-height: 42px;
	font-weight: lighter;
	color: #000;
	text-transform: uppercase;
	margin-top: 16px;
}

h2 {
	font-family: 'BebasNeueRegular', Impact, Charcoal, sans-serif;
	font-size: 26px;
	line-height: 24px;
	font-weight: lighter;
	color: #000;
	text-transform: uppercase;
	background: #35bdb2;
}

h3 {
	font-family: 'BebasNeueRegular', Impact, Charcoal, sans-serif;
	font-size: 26px;
	line-height: 24px;
	font-weight: lighter;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}

h4 {
	font-family: 'BebasNeueRegular', Impact, Charcoal, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: lighter;
	color: #000;
	text-transform: uppercase;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

.italic {
	font-style: italic;
}

#head {
	background: url('../images/head_w.png');
	width: 896px;
	height: 344px;
	text-align: center;
	margin-bottom: 42px;
}



#purchase, #access, #connect {
	height: 150px;
}

#logo_wrap {
	margin-top: 15px;
	text-align: center;
}

#logos {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#logos li {
	display: inline;
	margin-top: -20px;
}

#acc {
	margin-top: 30px;
	text-align: center;
}

#access_link {
	font-family: 'BebasNeueRegular';
	font-size: 15px;
	line-height: 24px;
	font-weight: lighter;
	color: #000;
	text-transform: uppercase;
	list-style: none;
}

#access_link li {
	display: inline;
}

#genpush {
	margin-right: 20px;
}

#dabuttons {
	width: 143px;
	margin-left: auto;
	margin-right: auto;
}

#soc_but {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#show1, #show2, #show3:hover {
	cursor: pointer;
}

#hide1 {
	display: none;
}

#hide2 {
	display: none;
}

#hide3 {
	display: none;
}

#car1_1 {
	display: none;
}

#car2_1 {
	display: none;
}

#car3_1 {
	display: none;
}

.quote {
	font-style:italic;
}

.name {
	font-size: 10px;
}

#footer {
	margin-top: 18px;
	float: left;
	width: 100%;
	font-size: 10px;
	text-align: center;
}

#footer hr {
	height: 1px;
	background: #fff;
	width: 100%;
	margin-bottom: 10px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	#head {
		background: url('../images/head_m.png');
		width: 712px;
		height: 344px;
		text-align: center;
	}
	#access_link li {
		display: list-item;
	}
	#genpush {
		margin-right: 0px;
	}
	#gen {
		width: 344px;
		margin-right: 0;
	}
	#dir {
		width: 344px;
		margin-right: 24px;
		margin-bottom: 24px;
		float: left;
	}
	#endorse {
		width: 344px;
		margin-bottom: 24px;
		float: left;
	}
}

@media only screen and (max-width: 767px) {
	#head {
		background: url('../images/head_t.png');
		width: 252px;
		height: 344px;
		text-align: center;
	}
		#purchase {
		height: 150px;
	}
	#access, #connect {
		height: 100px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#head {
		background: url('../images/head_s.png');
		width: 436px;
		height: 344px;
		text-align: center;
	}
	#purchase {
		height: 130px;
	}
	#access, #connect {
		width: 198px;
		height: 100px;
	}
}