/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*** End CSS Reset ***/

html {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
}
body {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.wrapper2{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0;
}
#content {
	width: 100%;
	margin: 0 auto;
	display: block;
}
#searchpage  {     
	float: none;
	margin: 0 auto !important;
}
#cx5ws_windowsticker  {     
	float: none;
	margin: 0 auto !important;
}
.clear {clear: both;}
img {max-width: 100%;}
input {color: #5d5d5d;}
a {color: #e70012; text-decoration:none;}
a:hover{color: #000000;text-decoration:none;}

/** YouTube Video Responsiveness **/
.iacaVid {
    position: relative;
    padding-bottom: 47%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}
.iacaVid iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mapHolder {
    position: relative;
    padding-bottom: 60%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}
#mapHolder iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/************ Header **************/
#header{
	background-color: #ffffff;
	border-top: 1px solid #000000;
	height: 100%;
	width: 100%;
}
#headLogo{
	padding: 10px 2% 0% 2%;
}
#hdtagline{
	display:none;}

#headRight{
	padding: 0% 2% 1% 2%;
	text-align: center;
	color: #e70012;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 1.3;
}
#headRight a{
	color: #e70012;
	transition-duration: .5s;
}
#headRight a:hover{
	color: #7d7d7d;
}

#headPhone{
	font-weight: bold;
	}
/************ Homepage **************/

#homeTopSec{
	background-position: 0px 0px, 8px 8px, 0px 1px, 8px 9px; background-image: radial-gradient(black 15%, transparent 16%), radial-gradient(black 15%, transparent 16%), radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%), radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%); background-attachment: scroll, scroll, scroll, scroll; background-repeat: repeat, repeat, repeat, repeat; background-size: 16px 16px; background-origin: padding-box, padding-box, padding-box, padding-box; background-clip: border-box, border-box, border-box, border-box; background-color: rgb(40, 40, 40);
}
#homeSearch{
	width: 98%;
	background-color: #e70012;
	padding: 10px 0;
	margin: 0;
	float: left;
	-moz-box-shadow: 2px  2px  5px  #000000;
	-webkit-box-shadow: 2px  2px  5px  #000000;
	box-shadow: 2px  2px  5px  #000000;
	}
#searchTxt{
	color: white;
	font-family: 'Arial', sans-serif;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 3%;
	width: 100%;
	padding-right: 2%;
}
#searchArea{
	width: 96%;
	    margin: 0 auto;
}
#searchArea input {
       width: 70%;
    margin-right: 2px;
    }

#homeBtns{
	display: none;
}
#homeBtnsPhone{
	padding-bottom: 15px;
}
#homeBtnsPhone a{
	display: inline-block;
	float: left;
	background-color: #ffffff;
	width: 94%;
	margin:1% 0% 1.5% 2%;
	padding: 7px 0 7px 1.5%;
	text-align:left;
	border: 1px solid #c61633;
	font-size: 17px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
}
#homeBtnsPhone a:hover{
	background-color: black;
	color: white;
}
.iconright{
	float: right;
	padding-right: 2%;
	font-size: 18px;
	padding-top: 1%;
}
.frontbuttonswrap{display:none;}
#homepageSlide{display:none;}
/*********** Vehicle Lineup *************/
#vlHeader{
	display:none;
	text-align: center;
	width: 100%;
}
.vlVehicleType{
	width: 100%;
	text-align: center;
	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 550;
	margin-top: 25px;
}
.white{
	color: white;
}
.vlCars{text-align: center;}
.vlCar{
	display: inline-flex;
	flex-direction: column;
	padding-left: 2%;
	width: 45.6%;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
}
.vlCar a{
	color: #000000;
}
.blank {
	display: none;
}
/* Float */
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: none;
  transform: none;
}
/****** Homepage SEO ********/
#homeSeo{
	background-color: #131212;
	padding-top: 0;
	color: white;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}
#homeSeoGraphic{background-color: #131212;}
#homeSeo h1{
	padding-left: .5%;
	width: 96%;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	font-weight: 550;
	text-transform: uppercase;
}
#homeSeo h2{
	padding-left: .5%;
	width: 96%;
	color: #e70012;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	font-weight: 550;
	text-transform: uppercase;
}
#seoLeft{
	float: left;
	padding-left: .5%;
	width: 98%;
	margin-top: 15px;
}

#homeSeo p{
	padding-bottom: 10px;
	line-height: 1.4;
}
/******** Homepage Map******/
#homeMap{
	background-image: none;
}
#getDirections{
	background-color: #2e2e2e;
	float: left;
	width: 96%;
	padding: 1% 2%;
	color: white;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	margin-bottom: 00px;
}
.dealerNameMap{
	text-transform: uppercase;
	font-size: 20px;
}
#directionsBtn a{
	display: inline-block;
	background-color: #e70012;
	width: 100%;
	color: white;
	padding: 7px 0;
}
#directionsBtn a:hover{
	display: inline-block;
	background-color: #ffffff;
	width: 100%;
	color: #2e2e2e;
	padding: 7px 0;
}

/************ Phone Buttons **************/
#phoneTop{
	width: 100%;
	background-color: #000000;
	padding: 7px 0;
	font-size: 36px;
	line-height:1;
	text-align: center;
}
#phoneTop a{color: #ffffff;}
.butIcon{
	float:left;
	width: 19.7%;
	border-right: solid 1px white;
}
.butIconLast{
	float:left;
	width: 19.2%;
}
#phoneBtns{
	width: 100%;
	margin-bottom: 10px;
	font-weight:700;
}
#phoneBtns a{
	display: inline-block;
	background-color: #fafafa;
	width: 96.5%;
	margin:1%;
	text-align:center;
	border: 2px solid #bd1515;
	border-radius: 10px;
	padding: 5px 0;
	font-size: 20px;
}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	background-color: #ffffff;
	border-top: 5px solid #e70012;
	padding: 0 0;
	height: 50px;
}
.toggleMenu  {
	display:inline-block;
	width:100%;
	clear:both;
	float:left;
	margin:1% auto;
	position:relative;
}
.jqueryslidemenu {
	display:none;
}
/************* Footer ****************/
#footer{
	background-color: #e70012;
}
#footerLogo{
	float: left;
	width: 9%;
	padding: 5px 1% 5px 1%;
}
#copyright{
	float: left;
	font-size: 12px;
	color: white;
	padding: 1%;
}
#copyright a{
	color: white;
	text-decoration: none;
}
#copyright a:hover{
	color: #000000;
}

#footerSocial{
	float: left;
	font-size: 28px;
	padding-top: 0px;
	padding-left: 10px;
}
#footerSocial a{
	color:#ffffff;
	}

#footerSocial a:hover{
	color:#000000;
	}
#google_translate_element{
	float: left;
	margin-left:0px;
padding-top: 7px;
}
/************* General Page code ****************/
.pageHeader{
	padding: 1%;
	margin-bottom: 10px;
}
.pageHeader h1{
	font-weight: 700;
	font-size: 18px;
	color: #666666;
}
.fullPage{
	padding: 1%;
	width: 98%;
}
.fullPage p{
	font-size: 14px;
	padding-bottom: 10px;
}
.fullPage h2{
	font-size: 18px;
	font-weight: 700;
}
/***** Form Page ****/
.formLeft{
	padding-left: 1%;
	width: 98%;
}
.formLeft p{
	font-size: 14px;
	padding-bottom: 10px;
}
.formLeft h2 {
	font-size: 16px;
	font-weight:bold;
	color:#e70012;
}
.formLeft h3 {
	font-size: 14px;
	font-weight:bold;
}
.formLeft a{
	font-weight: 500;
	text-decoration:none;
}
.formLeft a:hover{
	color: #7d7d7d;
}
.infoRight{
	margin-top: 15px;
	float:left;
	padding-left: 1%;
	width: 98%;
}
.formBtn {
	display:inline-block;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5%;
	background: #e70012;
	width: 95%;
	margin-bottom: 7px;
}
.formBtn:hover {
  background: #a4a4a4;
  text-decoration: none;
  color: #000000;
}
.formButtons a{
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
}
.formHours{
	font-size: 14px;
}
.formHours h2{
	 color: #e70012;
	 font-weight:700;
	 font-size: 18px;
	 margin-top: 20px;
}
hr{
	padding:0 0;
	margin: 0 0 5px 0;
	border: 0;
    height: 2px;
	background-color: #7d7d7d;
}
/**************** Form Style Overrides *************/
.actionformholder .actionform .multipart_header {
	border: none;
	padding: 2px;
}

.actionformholder .formsection{
	border: none;
}

.actionformholder .ui-widget-header {
	background: #ffffff !important;
}

.actionformholder .actionform .formsectiontitle {
	font-family: 'Arial', sans-serif;
	color: #e70012;
	font-size: 1.5em;
}

.actionformholder .actionform ul li div.actionforminput {
	width: 100%;
	float: none;
	display: block;
	margin-right: 0%;
}

.actionformholder .formfield label{
	font-size: 1.2em !important;
}

.actionformholder form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.actionformholder form li {
	padding: 3px;
	margin: 0;
	margin-bottom: 3px;
}

.actionformholder form label:not(.ui-button) {
	clear: both;
	display: block;
	font-size: 12px;
	color: #7d7d7d;
}

.actionformholder input,.actionformholder select{
	font-size: 14px;
	border: 1px solid #ddd;
	margin: 0;
	padding: 8px;
}
.actionformholder input:focus,.actionformholder select:focus {
	border: 1px solid #7d7d7d;
	border-color: rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.2);
}
.actionformholder form .actionform input.inputFull {
	width: 96.5%;
}
.actionformholder form .actionform select.inputFull {
	width: 99%;
}

.actionformholder form .actionform input.inputMid {
	width: 115px;
}

.actionformholder .actionform.user_agreement {
	color: #7d7d7d;
	display: block;
	text-align: left;
	margin: 0;
}

.actionformholder form .actionform.user_agreement li {
	padding: 3px .2px;
	margin: 0;
	margin-bottom: 3px;
}

.actionformholder .button.ui-button, .actionformholder label.ui-button {
	background: #7d7d7d;
	background-image: none;
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
	border: 0px solid #000000;
	font-weight: bold;
	border-radius: 0;
}
.actionformholder .button.ui-button:hover, .actionformholder label.ui-button:hover {
	color: #ffffff;
	background: #e70012;
	
}
.actionformholder .button.ui-button.ui-state-active, .actionformholder label.ui-button.ui-state-active {
	background: #e70012;
	color: #ffffff;
	
}

.actionformholder  .ui-buttonset {
	margin-top: 7px;
}

.actionformholder .actionform .cxprogressbar {
	font-size: 20.5px;
	border-radius: 0;
	margin-right: 1px;
}

.actionformholder .actionform .cxprogressbar .ui-progressbar-value {
	border-radius: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #a4a4a4 !important;
}

.actionformholder .actionform .cxprogressbar .cxprogressname {
	color: #FFFFFF;
	line-height: 1.8em !important;
	font-size: 14px;
}

.actionformholder .actionform .next_button {
	margin-left: 2px;
}

.actionformholder .actionform .prev_button .ui-button-text {
	padding-left: 0.2em;
	padding-right: 0.2em;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*************** Coupons Page ****************/
.couponsContainer{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	width: 90%;
}
.couponHolder{
	border: 3px dashed #bbb;
	border-radius: 2px;
	width: 280px;
	padding: 10px;
	margin: 10px auto;
	font-family: 'Arial', sans-serif;
	text-align: center;
}
.couponTitle{
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 2px solid #ed1c24;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.couponSavings{
	font-weight: 700;
	font-size: 25px;
	color: #e70012;
}
.couponDetails{
	text-align: left;
	font-size: 10px;
}
.couponExpire{
	font-size: 10px;
}
/********** Vehicle Specials **********/
#specialsChoice {
    padding: 5px 1%;
    display: flex;
    flex-wrap: wrap;
    wdith: 98%;
}
.specialsBtn {
    padding-bottom: 5px;
}

.actionformholder form .actionform select.inputFull{width: 90% !important;}


@media only screen and (max-width: 479px){
/* Hide Things from Phone View */
}

@media only screen and (max-width: 599px){
/* Hide Things from Phone Landscape and Phone View */
}

@media only screen and (min-width: 320px){
/* Smart Phones, Portrait iPhone, Portrait 480x320 phones (Android) */
#nav{height:55px;}
}

@media only screen and (min-width: 480px){
/* Smartphones, Android Phones, Landscape iPhone */
/************ Navigation Styles ************/
#nav{height:55px;}

/************ Header **************/
#headLogo{
	float: left;
	padding: 10px 2% 0% 2%;
}
#headRight{
	float: none;
	width: 89%;
	padding: 1% 2% 5px 2%;	
	}
#translate{
	padding-bottom: 2%;
}
#searchArea input {
    width: 80%;
}
}

@media only screen and (min-width: 600px){
/* Portrati Tablets, Portrait iPad, e-readers (nook/kindle), Landscape 800x480 phones (Android) */
/************ Header **************/
#header{border-top: 10px solid #000000;}
#headLogo{
	width: 55%;
	}
#headRight{
	width: 90%;
	text-align: right;	
}


.jqueryslidemenu ul.navbar-nav ul.dropdown-menu{position: relative !important;}

#phoneTop{display: none;}
#phoneBtns{display: none;}

/************ Homepage **************/


/***** Form Page ****/
.formBtn {width: 75%;}
/********** Vehicle Specials **********/
#specialsChoice {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.specialsBtn {
    width: 48%;
}
.specialsBtn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
}

@media only screen and (min-width: 768px){
/* Tablet, Landscape iPhone, Lo-res Laptops and Desktops */
/************ Header **************/
#headLogo{width: 40%;}
#hdtagline{
	display:inline-flex;
	width: 10%;
	padding-left: 0px;
	padding-top: 2.5%;
}
#headRight{
	float: right;
	width: auto;
	padding: 2% 2% 0px 0%;
	font-size: 13px;
}

/************ Homepage **************/
#homeBtnsPhone{display:none;}
#homeTopSec{
		width: 100%;
	background-image: url(images/PlanetBackround2.jpg);
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
#homeSearch{
	width: 96%;
	padding: 10px 0;
	margin: 25px 2%;
	float: left;
	-moz-box-shadow: 2px  2px  5px  #000000;
	-webkit-box-shadow: 2px  2px  5px  #000000;
	box-shadow: 2px  2px  5px  #000000;
}
#searchTxt{
	color: white;
	font-family: 'Arial', sans-serif;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 3%;
	width: 29%;
	padding-right: 2%;
}
#searchArea{
	float: right;
	padding-right: 2.5%;
	width: 61%;
}
#searchArea input {
    width: 70%;
    height: 1.7em;
    margin-right: 10px;
    padding: 0.2em 0;
    border: 1px solid #ccc;
}
#homeBtns img{
	-moz-box-shadow: 2px  2px  5px  #000000;
	-webkit-box-shadow: 2px  2px  5px  #000000;
	box-shadow: 2px  2px  5px  #000000;
}
.homeBtnLeft{
	float: left;
	width: 32%;
	margin-bottom: 1.5%;
	line-height: 1;
	padding: 0 0;
}
.homeBtnCenter{
	float: left;
	margin-left: 2%;
	width: 32%;
	margin-bottom: 1.5%;
}
.homeBtnRight{
	float: left;
	margin-left: 2%;
	width: 32%;
	margin-bottom: 1.5%;
}
/* front buttons */
.frontbuttonswrap {
   width: 100%;
  display:block; margin-left: auto; margin-right:auto;
}
.frontpageone {
    padding: 5px;
    width: 25%;
    float: left;
    display: inline-block;
}

.frontpagetwo {
    padding: 5px;
    width: 25%;
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.frontpagethree {
    position: relative;
    padding-bottom: 23%;
    padding-top: 0%;
    height: 0;
    width: 44%;
    top: 5px; float: right; right:15px; 
	
}
.frontpagethree iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Shrink */

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    width: 100%; margin-left: 10px;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#homepageSlide{
	display:flex;
	text-align: center;
	background-color: #131212;
}
/*********** Vehicle Lineup *************/
#vlHeader{
	display:block;
	text-align: center;
	width: 100%;
	max-height: 212px;
}
.vlVehicleType{
	width: 100%;
	text-align: center;
	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 550;
	margin-top: 25px;
}
.white{
	color: white;
}
.vlCars{text-align: center;}
.vlCar{
	
	padding-left: 2%;
	width: 18.6%;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
}
.vlCar a{
	color: #000000;
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/****** Homepage SEO ********/
#homeSeo{
	background-color: #131212;
	padding-top: 0;
	color: white;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}
#homeSeoGraphic{background-color: #131212;}
#homeSeo h1{
	padding-left: .5%;
	width: 96%;
	font-family: 'Arial', sans-serif;
	font-size: 25px;
	font-weight: 550;
	text-transform: uppercase;
}
#homeSeo h2{
	padding-left: .5%;
	width: 96%;
	color: #e70012;
	font-family: 'Arial', sans-serif;
	font-size: 27px;
	font-weight: 550;
	text-transform: uppercase;
}
#seoLeft{
	float: left;
	padding-left: .5%;
	width: 98%;
	margin-top: 15px;
}
#seoRight{
	float: left;
	padding-left: 2%;
	width: 47%;
	margin-top: 15px;
}
#homeSeo p{
	padding-bottom: 10px;
	line-height: 1.4;
}
/******** Homepage Map******/
#homeMap{
	background-image: url(images/pmh-map.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#getDirections{
	background-color: #2e2e2e;
	float: left;
	width: 40%;
	padding: 1% 2%;
	color: white;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	margin-bottom: 180px;
}
.dealerNameMap{
	text-transform: uppercase;
	font-size: 30px;
}
#directionsBtn a{
	display: inline-block;
	background-color: #e70012;
	width: 100%;
	color: white;
	padding: 7px 0;
}
#directionsBtn a:hover{
	display: inline-block;
	background-color: #ffffff;
	width: 100%;
	color: #2e2e2e;
	padding: 7px 0;
}

/***** Form Page ****/
.formBtn {width: 65%;}



}

@media only screen and (min-width: 1024px){
/* Big landscape tablets, Laptops, & Desktops */
/********************** Header *********************/
#hdtagline{
	width: 10%;
}
#headRight{
	padding-top: 30px;
	font-size: 16px;
}

#headPhone{
	font-size: 16px;
}
/************ Navigation Styles ************/
#nav{
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	text-align: center;
	height: auto;
	}

.jqueryslidemenu ul.navbar-nav ul.dropdown-menu{position: absolute !important;}

.jqueryslidemenu {display:inline;}
.toggleMenu {display:none;}


/************ Homepage **************/


#homeTopSec{
		width: 100%;
	background-image: url(images/PlanetBackround2.jpg);
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
#homeSearch{
    background-color: #e70012;
	width: 96%;
	padding: 10px 0;
	margin: 25px 2%;
	}
#searchTxt{
	padding-left: 2%;
	width: 25%;
	padding-right: 2.5%;
}
#searchArea{
	width: 65%;
}
#searchArea input {
    width: 80%;
    }

#homeBtns img{
	-moz-box-shadow: 2px  2px  5px  #000000;
	-webkit-box-shadow: 2px  2px  5px  #000000;
	box-shadow: 2px  2px  5px  #000000;
}
.homeBtnLeft{
	float: left;
	width: 32%;
	margin-bottom: 1.5%;
	line-height: 1;
	padding: 0 0;
}
.homeBtnCenter{
	float: left;
	margin-left: 2%;
	width: 32%;
	margin-bottom: 1.5%;
}
.homeBtnRight{
	float: left;
	margin-left: 2%;
	width: 32%;
	margin-bottom: 1.5%;
}
/* front buttons */
.frontbuttonswrap {
   max-width: 100%;
  display:block; margin-left: auto; margin-right:auto;
}
.frontpageone {
    padding: 8px;
    max-width: 45%;
    float: left;
    display: inline-block;
}

.frontpagetwo {
    padding: 7px;
    width: 45%;
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.frontpagethree {
    position: relative;
    padding-bottom: 40%;
    padding-top: 0%;
    height: 0;
    width: 95%;
    top: 0;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	
}
.frontpagethree iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Shrink */

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    width: 100%; margin-left: 10px;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#homepageSlide{
	text-align: center;
	background-color: #131212;
}
/* front buttons */
.frontbuttonswrap {
   max-width: 100%;
  display:block; margin-left: auto; margin-right:auto;
}
.frontpageone {
    padding: 10px;
    max-width: 25%;
    float: left;
    display: inline-block;
}

.frontpagetwo {
    padding: 10px;
    width: 25%;
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.frontpagethree {
    position: relative;
    padding-bottom: 23%;
    padding-top: 0%;
    height: 0;
    width: 44%;
    top: 10px; float: right; right:15px; 
	
}
.frontpagethree iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*********** Vehicle Lineup *************/
#vlHeader{
	text-align: center;
	width: 100%;
}
.vlVehicleType{
	width: 100%;
	text-align: center;
	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 550;
	margin-top: 25px;
}
.white{
	color: white;
}
.vlCars{text-align: center;}
.vlCar{
	
	padding-left: 2%;
	width: 18.6%;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
}
.vlCar a{
	color: #000000;
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/****** Homepage SEO ********/
#homeSeo{
	background-color: #131212;
	padding-top: 0;
	color: white;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}
#homeSeoGraphic{background-color: #131212;}
#homeSeo h1{
	padding-left: .5%;
	width: 96%;
	font-family: 'Arial', sans-serif;
	font-size: 27px;
	font-weight: 550;
	text-transform: uppercase;
}
#homeSeo h2{
	padding-left: .5%;
	width: 96%;
	color: #e70012;
	font-family: 'Arial', sans-serif;
	font-size: 27px;
	font-weight: 550;
	text-transform: uppercase;
}
#seoLeft{
	float: left;
	padding-left: .5%;
	width: 98%;
	margin-top: 15px;
}
#seoRight{
	float: left;
	padding-left: 2%;
	width: 47%;
	margin-top: 15px;
}
#homeSeo p{
	padding-bottom: 10px;
	line-height: 1.4;
}
/******** Homepage Map******/
#homeMap{
	background-image: url(images/pmh-map.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#getDirections{
	background-color: #2e2e2e;
	float: left;
	padding: 1% 2%;
	color: white;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	margin-bottom: 180px;
}
.dealerNameMap{
	text-transform: uppercase;
	font-size: 30px;
}
#directionsBtn a{
	display: inline-block;
	background-color: #e70012;
	width: 100%;
	color: white;
	padding: 7px 0;
}
#directionsBtn a:hover{
	display: inline-block;
	background-color: #ffffff;
	width: 100%;
	color: #2e2e2e;
	padding: 7px 0;
}

/************* Footer **************/
#footerSocial{
	float: left;
	padding-top: 0px;
	padding-left: 10px;
}

.formBtn {width: 95%;}
.formLeft{
	float:left;
	padding-left: 1%;
	width: 63%;
}
.infoRight{
	float:right;
	padding-right: 1%;
	width: 32%;
}
/********** Vehicle Specials **********/
#specialsChoice {
    min-height: 600px;
}
}

@media only screen and (min-width: 1300px){
/* Hi-Res Laptops and Desktops */
html {overflow-x: hidden;}
#homeSearch{
	width: 96%;
	padding: 10px 0;
	margin: 25px 2%;
	}
#searchTxt{
	padding-left: 2.5%;
	width: 15%;
	padding-right: 2.5%;
}
#searchArea{
	width: 75%;
}
#searchArea input {
    width: 90%;
    }

}