body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
/* For Christmas use the following background CSS and comment out the background-image */ 
/*	background:
 *			radial-gradient(black 15%, transparent 16%) 0 0,
 *					radial-gradient(black 15%, transparent 16%) 8px 8px,
 *							radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
 *									radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
 *										background-color:#383838;
 *											background-size:16px 16px; */ 
	background-image: url(./img/background.png);
	background-repeat: repeat;
}

a {
	color: white;
}

a:hover {
	color: #25aae1;
}

.divLoading {
	background: #ffffff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.8;
	z-index: 999;
	text-align: center;
}

.spanLoading {
	position: absolute;
	top: 30%;
	width: 100%;
}

.divSpinner {
	position: absolute;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	top: 20%;
	opacity: 1.0;
}

.copy {
	font-size: 1.2em;
	font-weight: normal;
	padding: 20px;
	line-height: 1.5em;
}

.copy a {
	color: #0000ff;
}

.copy img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.spanValueHeading {
	font-size: 1.5em;
	font-weight: normal;
}

/* FAQ */
.faqQ {
	cursor: help;
	font-size: 1.1em;
}

.faqQ:hover {
	color: #25aae1;
}

.faqA {
	display: none;
	color: #444444;
	margin-left: 20px;
}

/* LFAQ */
.lfaqQ {
	cursor: help;
	font-size: 1.1em;
}

.lfaqQ:hover {
	color: #25aae1;
}

.lfaqA {
	display: none;
	color: #444444;
	margin-left: 20px;
}

#garagemaxLogo {
	float: left;
}


#headline {
	padding: 0.8em;
	font-size: 2.0em;
	background-color: white;
	
	/* 
 * 		background-image: url("../img/garage.jpg");
 * 				background-size: cover;
 * 					*/
	
	background-image: linear-gradient(163deg, #fff, #fff 50%, #a2c6eb);
    background-repeat: no-repeat;
    background-size: cover; /* 100% 1100px !important; */
}

#headline a {
	color: black;
	text-decoration: none;
}

#headline a:hover {
	color: blue;
}

#headline ul {
	list-style-type: none;
}

#headline li {
	font-weight: normal;
	font-size: 0.5em;
}

#headline h1 {
	font-weight: normal;
	font-size: 2.0em;
	line-height: 1em;
	margin-bottom: 0;
	color: rgba(33, 33, 33, 1) !important;
}
    
#headline h2 {
	font-weight: normal;
	font-size: 1.0em;
	margin-top: 5px;
}

#headline header {
	border-bottom: 1px solid #e8ecef;
}

#blurb {
	padding-top: 20px;
	color: rgba(33, 33, 33, 0.67) !important;
	/*
 * 	float:none;
 * 		margin:0 auto;
 * 			width:100%;
 * 				*/
}

#blurb a {
	color: rgba(33, 33, 33, 0.67) !important;	
	text-decoration: none !important;
}

#blurb h2 {
	color: rgba(33, 33, 33, 0.9) !important;
}

#blurb p {
	font-size: 0.7em;
	margin-top: -10px;
	margin-bottom: -10px;
}

#headline .garage {
	margin-top: 50px;
	margin-bottom: 50px;
}


.download a {
	text-decoration: none;
}

#nav {
	background-color: #075d92;
	font-family: Arial, sans-serif;
	font-size: 2em;
	text-align: center;
	padding: 10px;
	width: 100%;
	z-index: 99;
}


#nav a {
	text-decoration: none;
	position:relative;
	z-index:1000;
}

#orderNowButton, #divOrVisaMC {
	cursor: pointer;
	color: #33ffff;
}

#orderNowButton:hover {
	color: #00ccff;
}
  
#section1, #section2, #section3 {
	color: white;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
}

.downShadow{
	-moz-box-shadow: 0px 2px 2px #000; 
	-webkit-box-shadow: 0px 2px 2px #000;
	box-shadow: 0px 2px 2px #000;
}

.downShadow24{
     -moz-box-shadow: 0px 24px 24px #000;
     -webkit-box-shadow: 0px 24px 24px #000;
     box-shadow: 0px 24px 24px #000;
 }

.downRightShadow{
	-moz-box-shadow: 4px 4px 2px #000; 
	-webkit-box-shadow: 4px 4px 2px #000;
	box-shadow: 4px 4px 2px #000;
}

.leftRightShadow{
	-webkit-box-shadow: 0px 24px 24px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 24px 24px 0px rgba(0,0,0,1);
	box-shadow: 0px 24px 24px 0px rgba(0,0,0,1);
}

#section1 h2, #section2 h2, #section3 h2  {
	font-size: 1.5em;
	font-weight: normal;
	padding:0;
	margin:40px;
}


#section1 .bullets {
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	list-style-type: none;
}

#section1 .subBullets {
	font-size: 0.6em;
	font-weight: normal;
	font-style: normal;
}

#images {
	position: relative;
	margin-top: -30px;
	margin-left: -30px;
}

.phone {
	position: absolute;
	top: 40px;
	left: 0px;
}

.screens {
	position: absolute;
	top: 162px;
	left: 43px;
	z-index: 10;
}

#section1 {
	background-color: #313131;
}

#section2 {
	background-color: #184764;
	z-index:10;
}

#section3 {
	background-color: #075d92;
	z-index:1;
}

#section2 p {
	font-size: 1.3em;
}

.logos {
	background: #ffffff;
	height: auto;/*500px;*/
	padding-top: 50px;
	padding: 20px;
}

.comment {
	font-size: 0.5em;
	font-style: italic;
	color: #aaaaaa;
}

#section3 h2 {
	cursor: pointer;
}

#section3 p {
	font-size: 1.3em;
}

#section3 span {
	font-size: 3em;
}	

#divOrVisaMC {
	color:#ffffff;
}

#orderNow:hover, #divOrVisaMC:hover {
	/*color:#25aae1;*/
	color:#ffd080;
}

#price:hover {
	color:#25aae1;
}

#paymentText {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 1.5em;
}

#paymentOptions {
	margin-left: 50%;
}

/* CHECKOUT */

#checkout, #success {
	color: #000000;
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#checkout h3 {
	text-align: left;
	margin-left: 60px;
}

#checkout span, label {
	font-size: 1.2em;;
}

#billingAddress span {
	font-size: 1em;
}

#shippingSelector span {
	font-size: 1.3em;
}

#shippingSelector input {
    transform: scale(2);
     -webkit-transform: scale(2);
}

.formInput {
	height: 40px;
	box-sizing: border-box;
	position: relative;
	min-width: 300px;
	max-width: 800px;
}

.formInput label {
	white-space: nowrap;
	width: 30%;
}

.formInput input, select {
	width: 70%;
	display: block;
	float: right;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: -5px;
}

#quantity {
	width: 60px;
	float: none;
	display: inline;
	margin-left: 10px;
}

#submitPayment {
	font-size: 1.5em;
	-webkit-appearance: button;
}

#validationError {
	color: #ff0000;
	font-size: 1.2em;
	font-weight: normal;
}

.errorInput {
	color: #ff0000;
	border-color: #ff0000;
}

.errorSelect {
	color: #ff0000;
}

.checkboxLabel {
	cursor: pointer;
}

footer {
	/*font-family: Roboto, sans-serif;*/
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: normal;
	text-align: center;
	background-color: black;
	color: white;
	padding-bottom: 20px;
	padding-top: 20px;
}

@media screen and (max-width: 960px) {
	#divGarageAnimation, #divUnboxVideo {
		overflow-x:scroll;
	}
}

@media screen and (min-width: 960px) {
	#divGarageAnimation, #divUnboxVideo {
         overflow-x:hidden;
  	} 
}

@media screen and (max-width: 480px) {	
	#bgCirclesLeft {
		display:none;
	}

	#bgCirclesRight {
		display:none;
	}

	#bgBottomLeft {
		display:none;
	}

	#bgBottomRight {
		display:none;
	}

	#footerSpanCompanyName {
		display:none;
	}

	#pClickPaymentMethodSmall{
		display:show;
	}

	#imgGmInstalled {
		width: 320px;
		height: 188px;
	}	

	#imgVideoPlayButton {
		left:400px;
	}
	
	#nav {
		font-size: 1em;
	}
	
	header {
		font-size: 0.4em;
		margin-top: -10px !important;
	}
	
	#blurb {
		padding-top: 5px;
	}
	
	#installText {
		/*display: none;*/
	}
	
	#installLinks {
		margin-top: 30px !important;
		margin-bottom: -30px !important;
	}
	
	.garage {
		margin-top: 10px !important;
	}
	
	
	.download {
		margin-bottom: 0;
	}
	
	.mobileSmallHide {
		display: none;
	}
	
	#section1 h2, #section2 h2, #section3 h2  {
		margin-top: 0;
	}
	
	#section1 .bullets {
		margin-top: 800px;
		margin-left:  -40px !important;
	}
	
	#phone {
		left: -25px !important;
	}
	
	#paymentChoices {
		width: 100%;
		margin-left: 0;
	}
	
	#paymentMethod {
		display: none;
	}

	.imgCurlyBrace {
		display:none;
	}
	
	#paymentOptions {
		margin-left: 0px;
	}
	
	#h {
		float:left;
	}
	
	#imgGooglePlay {
		margin-left:0px;
	}
	
	#garagemaxImage {
		height:40px;
		width:40px;
		margin-right:10px;
	}
	
	#installText {
		font-size:0.95em;
	}
	
	#paymentChoices {
		overflow: hidden;
		margin-left:0 auto;
	}
	
	.formInput label {
		display: none;
	}
	
	.formInput input, select {
		width: 96%;
		margin-left: 4px;
		float: none;
	}
}
  
@media screen and (min-width: 360px) and (max-width: 800px) {

	#bgCircleLeft {
         display:none;
     }
 
     #bgCircleRight {
         display:none;
     }
 
     #bgBottomLeft {
         display:none;
     }
 
     #bgBottomRight {
         display:none;
     }

	#pClickPaymentMethodSmall{
		display:show;
	}

	 #imgVideoPlayButton {
         left:400px;
    }

	#imgGmInstalled {
       width: 80%;
    }

	#divUnboxVideo {
		width: 100%;
	}

	#nav {
		font-size: 1em;
	}
	
	header {
		font-size: 0.8em;
		margin-top: -10px !important; 
	}
	
	#blurb {
		padding-top: 5px;
	}
	
	#installText {
		/*display: none;*/
	}
	
	#installLinks {
		margin-top: 30px !important;
		margin-bottom: -30px !important;
	}
	
	.garage {
		margin-top: 10px !important;
	}
	
	#garagemaxImage {
		height:46px;
		width:46px;
		margin-right:10px;
	}
	
	.download {
		margin-bottom: 0;
	}
	
	.mobileSmallHide {
		display: none;
	}
	
	#section1 h2, #section2 h2, #section3 h2  {
		margin-top: 0;
	}
	
	#section1 .bullets {
		margin-top: 800px;
		margin-left:  -40px !important;
	}
	
	#phone {
		left: -25px !important;
	}
	
	#paymentChoices {
		width: 100%;
		margin-left: 0;
	}
	
	#paymentMethod {
		display: none;
	}

	.imgCurlyBrace {
		display:none;
	}
	
	#paymentOptions {
		margin-left: 0px;
	}
	
	#h {
		float:left;
	}
	
	#imgGooglePlay {
		margin-left:0px;
	}

	#installText {
		font-size:0.95em;
	}
	
	#paymentChoices {
		overflow: hidden;
	    width:500px;
		margin:0 auto;
		/*margin-left:20%;*/
	}
}
  
@media screen and (min-width: 800px) {
	#pClickPaymentMethodSmall {
		display:none;
	}

	 #imgVideoPlayButton {
          left:50%;
     }
	#headline {
		padding: 20px 5%;
	}
	
	.download {
		margin-bottom: 50px;
	}
      
	.container {
		margin: auto;
		max-width: 960px;
	}

	#headline #blurb {
		float: left; 
		font-weight: normal;
		width: 60%;
		font-size: 1.2em;
		box-sizing: border-box;
		padding-right: 50px;
	}

	#headline br {
		clear: both;
	}
      
	#section1 h2, #section2 h2, #section3 h2  {
		font-size: 4em;
		
	}
      
	#section1 .bullets {
		box-sizing: border-box;
		margin-top: 80px;
		margin-left: 360px;
		margin-bottom: 130px;
		padding-right: 1em;
		line-height: 1.3em;
	}

	#section1 br {
		clear: both;
	}
	
	#pInstallGarageMax {
		float:left;
	}
	
	#headline .garage img {
		margin-left: 50px;
	}
	
	#garagemaxImage {
		height: 112px;
		width: 112px;
		margin-right: 16px;
	}
	
	#pInstallGarageMax {
		padding-top:14px; font-size:1.1em; line-height:0.75em;
	}
	
	#installText {
		font-size:0.95em;
	}
	
	#paymentChoices {
		overflow: hidden;
		width:600px;
		margin:0 auto;
		/*margin-left:20%;*/
	}
	
}

.divImageText { 
	width:100%; 
	text-align:center;
	font-size:0.9em;
}

#section1 {
	background: -webkit-linear-gradient(90deg, #232526 10%, #414345 90%); /* Chrome 10+, Saf5.1+ */
  	background:    -moz-linear-gradient(90deg, #232526 10%, #414345 90%); /* FF3.6+ */
  	background:     -ms-linear-gradient(90deg, #232526 10%, #414345 90%); /* IE10 */
 	background:      -o-linear-gradient(90deg, #232526 10%, #414345 90%); /* Opera 11.10+ */
	background:         linear-gradient(90deg, #232526 10%, #414345 90%); /* W3C */
}

.divGarageMaxQuote {
	position:absolute; 
	width: 175px;	
	opacity: 0.1;
}

.divGarageMaxQuote .pGarageMaxQuote {
	text-align:left; display:block; width:90%; margin:0; padding:0;	
	font-weight:normal !important; font-size:1.0em !important; line-height:1.2em !important; color:#2997ff;
	font-style:italics;
}

.divGarageMaxQuote .pAuthor {
	width:100%; font-weight: normal !important; color:#2997ff; 
	font-style:italics; font-size:0.8em !important; display:block; text-align:right; margin:0;  padding:0;
	margin-top:8px;
}	

.divGarageMaxQuote .pLeadingQuote {
	font-weight:normal !important; float:left; font-size:1.0em !important; 
	color:#2997ff; height:100%; font-style:italics; height:100%; 
	vertical-align:top; padding:0; margin:0; margin-right:4px;
}

