/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Verdana", arial, verdana, sans-serif;
font-weight:normal;
}

thead th,
tbody th{
font-family: "Verdana", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Verdana", arial, verdana, sans-serif;
}


/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
height:100%;
color:#444;
background: #fff;
/*background: #e0e0e0 url(css/img/gradient.jpg) repeat-x;*/
font:normal 0.9em/150% 'Verdana', arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

header{
	width:100%;
	height:100px;
	background:#fff;
	color:#b1b1b1;
}
header h1{
	font-size:1.25em;
	font-weight:bold;
	margin:26px 0;
	
}
header img{
	width:200px;
}
.dealer{
	margin:22px -22px 22px 0!important;
	width:200px !important;
	background:#2c4875 !important;
	text-align:center;
	display:block;
}
.dealer:hover{
	background:#979797 !important;
}
section#getstarted{
	background:url(css/img/kiosk_background.jpg) no-repeat center top;
	min-height:668px;
	width: 1024px !important;
    max-width: none;
	
	
	background-size:cover;
	position:fixed;
	height:100%;
	position:relative;
	text-align:center;
	display:table;	
}
	.gs, .ty{
	font-size:2.5em !important;
	padding:20px !important;
	}
	.gsInner{
	display:table-cell;
	vertical-align:middle;
	}
	.ty{
	margin:150px 0 !important;
	}
section#content{
	background: #e0e0e0 url(css/img/gradient.jpg) repeat-x;
	width:100%;
	max-width: 100%;
	height:100%;
	max-height:1024px;
}
	.formheading{
		border-bottom:1px solid #b1b1b1;
		padding-bottom:5px;
	}
	.yesNo{
		float:right;
		display:inline-block;
		margin:20px 0 10px 0;
		width:39%;
	}
	.yesNoBtns{
		float:right;
	}
	.rightToggle{
		float:right;
		display:inline-block;
		margin:10px 0;
		width:39%;
	}
	.payBtns{
		margin:-18px -80px 0 20px !important;
		top:-5px !important;
	}
	.state{
		margin-top:0 !important;
		width:101px;
	}
	span.smalltext{
		font-size:0.6em !important;
	}
	span.righttext{
		font-size:0.6em !important;
		font-weight:bold;
		line-height:1.5em;
	}
	.switch{
		float:right;
		vertical-align:top;
		margin-top:-20px;
	}
	.switch2{
		float:right;
		vertical-align:top;
		margin-top:5px;
	}
	#thanks{
		text-align:center;
		width:80%;
		margin:0 auto;
		padding-top:150px;
	}
		#thanks h1{}
		#thanks h2{
			font-size:1.5em;
		}
footer{
	border-top:1px solid #b1b1b1;
	padding-top:5px;
	margin-top:50px;
}
	footer a.nextprev{
	color:#444;
	font-weight:bold;
	font-size:0.8em;
	}

/*---------------------------------
	DOTS
-----------------------------------*/
.dots{
	margin:0;
	text-align:center;
}
.dots li{
	list-style-type:none;
	display:inline-block;
	color:#444;
	margin:0 5px;
}
.dots li a{
	color:#790000;
}

/*---------------------------------
	TOGGLE SWITCH
-----------------------------------*/
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


input.cmn-toggle-round + label {
  padding: 2px;
  width: 133px;
  height: 40px;
  background-color: #dddddd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 40px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 93px;
}