@charset "utf-8";
.input-group-addon	{
	margin-top:1px;
	margin-bottom:1px;
}
.bg-inverse	{
	background-color:#111111 !important;
}
#desktopbanner	{
	display:none;
}
.workwith	{
	font-size:12px;
}
@media (min-width: 768px) {
	#desktopbanner	{
		display:block;
	}
	#mobilebanner	{
		display:none;;
	}
	.workwith	{
		font-size:18px;
	}
}
.bodycontainer {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	top: 0px;
	padding: 0;
	background-color: #2d3135;
	color: #262520;
	letter-spacing: 1.3;
	width:100%;
	height:100%;
}
/*
.bodycontainer * {
	border-radius:0px;		/* Adds rounded corners, set to zero for square */	
}
*/
.bodycontainer ul, .bodycontainer ol, .bodycontainer dl {
	padding: 0;
	margin: 0;
}
.bodycontainer h1, .bodycontainer h2, .bodycontainer h3, .bodycontainer h4, .bodycontainer h5, .bodycontainer h6, .bodycontainer p {
	margin: 0;
	padding-right: 0px;
	padding-left: 0px;
}
.bodycontainer h2 {
	font-size: 30px;
	font-weight: 100;
}
.bodycontainer a img {
	border: none;
}
.bodycontainer a:link {
	text-decoration: none;
}
.bodycontainer a:visited {
	text-decoration: none;
}
.bodycontainer a:hover, .bodycontainer a:active, .bodycontainer a:focus {
	text-decoration: none;
	color: #ffa704;
}

.bodycontainer #spinner {
	position:fixed;
	top:40%;
	left:20%;
	z-index:1001;
	width: 220px;
	height: 220px;
	background-color: #111;
	border-radius: 100%;  
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
@media (min-width: 600px) {
	.bodycontainer #spinner	{
		left:45%;
	}
}

@-webkit-keyframes sk-scaleout {
	0% { -webkit-transform: scale(0) }
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}

.box {
	max-width: 100%;
	min-width: 960px;
	background-color: #2d3135;
	margin: 0 auto;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.checkbox-fancy	{
	border: 1px solid #dddddd;
	border-radius: 5px;
}
/* FONT */

.bigYellowText {
	line-height: 25px;
	font-size: 22px;
	text-align: center;
	color: #ffa704;
	text-align: left;
}
.smallWhiteText {
	line-height: 20px;
	font-size: 15px;
	color: #d4d4d4;
	padding-top: 10px;
	padding-bottom: 20px;
}
.bigWhiteText {
	top: 250px;
	left: 50px;
	position: relative;
	max-width: 580px;
	color: #f1f1f1;
}
.bigWhiteTextTwo {
	top: 350px;
	left: 50px;
	position: relative;
	max-width: 580px;
	color: #f1f1f1;
}
.bigBlackText {
	line-height: 25px;
	position: relative;
	margin-top: 60px;
	font-size: 24px;
	text-align: center;
	width: 960px;
	height: 73px;
	padding-top: 40px;
	color: #f1f1f1;
}
.thinBlackText {
	padding-top: 30px;
	font-size: 2.5em;
	letter-spacing: 1.3;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 100;
	color: #f1f1f1;
}
.thinBlackTextTwo {
	line-height: 25px;
	position: relative;
	padding-top: 80px;
	font-size: 20px;
	width: 700px;
	padding-left: 37px;
	color:#262520;
	margin: 0px auto;
	color: #f1f1f1;
}
.thinBlackTextThree {
	clear: both;
	color: #262520;
	font-size: 2.5em;
	letter-spacing: 1.3;
	line-height: 1.4em;
	margin-bottom: 40px;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 100;
	color: #f1f1f1;
}
.thinBlackTextFour {
	clear: both;
	color: #565656;
	font-size: 2.5em;
	letter-spacing: 1.3;
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-top: 20px;
	position: relative;
	text-align: left;
	font-weight: 600;
	color: #f1f1f1;
}
.thinBlackTextFive {
	padding-top: 10px;
	clear: both;
	color: #262520;
	font-size: 2.5em;
	letter-spacing: 1.3;
	line-height: 1.4em;
	margin-bottom: 40px;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 100;
	color: #f1f1f1;
}

.thinBlackTextTwoBackground {
	position: relative;
	color: #f1f1f1;
	width: 960px;
	margin: 0px auto;

}
.thinBlackFooter {
	position: relative;
	padding-top: 20px;
	font-size: 24px;
	color: #f1f1f1;
}
.smallGreyText {
	line-height: 20px;
	font-size: 15px;
	color: #f1f1f1;
	padding-top: 10px;
	font-weight: bold;
}
/* HEADER */

.fltrtLinks {
	color: #fff;
	font-size: 13px;
	font-weight:600;
	white-space: nowrap;
}
.fltrtLinks:a {
	color:#fff;
}
.linkImg {
	display:inline-block;
	width: 36px;
	height: 40px;
	background: url(../images/googleButton.png) bottom;
}
.linkImgTwo {
	display:inline-block;
	width: 36px;
	height: 40px;
	background: url(../images/facebookButton.png) bottom;
}
.linkImgThree {
	display:inline-block;
	width: 36px;
	height: 40px;
	background: url(../images/twitterButton.png) bottom;
}
.linkImg:hover {
	background-position: 0 0;
}
.linkImgTwo:hover {
	background-position: 0 0;
}
.linkImgThree:hover {
	background-position: 0 0;
}
.header {
	background-color:#000;
	background-repeat: repeat-x;
	height: 73px;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 111;
	width: 100%;
	background-color:#000;
	background-repeat: repeat-x;
}
.headerShadow	{
	background-image: url(../images/headerShadow.png);
	background-repeat: repeat-x;
	z-index: 1110;
	width: 100%;
	height: 39px;
}
.headerMapper {
	background-color:#2d3135;
	background-repeat: repeat-x;
	height: 110px;
}
.tabDropper	{
	position:absolute;
	right:0px;
	z-index:112;
	top:73px;
	cursor: pointer;
}
.links {
	padding-right: 30px;
	color: #fff;
}
/* SUPER BODY */

.slideAbout {
	background-image: url(../images/riderAbout.jpg);
	background-position: Top;
	background-size: cover;
	height: 561px;
	width: 100%;
}
.slideFAQ {
	background-image: url(../images/riderFAQ.jpg);
	background-position: Top;
	background-size: cover;
	height: 561px;
	width: 100%;
}
.slideContact {
	background-image: url(../images/riderContact.jpg);
	background-position: Top;
	background-size: cover;
	height: 561px;
	width: 100%;
}
.slideNews {
	background-image: url(../images/riderNews.jpg);
	background-position: Top;
	background-size: cover;
	height: 561px;
	width: 100%;
}
.slideBenefits {
	background-image:url(../images/background.jpg);
	background-position: Top;
	background-size:cover;
	border-top:#ffa705 solid thick;
	border-bottom:#ffa705 solid thick;
	height: 100%;
	width: 100%;
}

.slide1 {
	background-image: url(../images/riderOne.jpg);
	background-position: Top;
	background-size: cover;
	height: 561px;
	width: 100%;
}
.slide2 {
	background-image: url(../images/riderTwo.jpg);
	background-position: Top;
	background-size: cover;
	height: 561px;
	width: 100%;
}
.slide3 {
	background-image: url(../images/riderThree.jpg);
	background-position: Top;
	background-size: cover;
	height: 561px;
	width: 100%;
}
.slide4 {
	background-image: url(../images/riderFour.jpg);
	background-position: Top;
	background-size: cover;
	height: 561px;
	width: 100%;
}
.slide5 {
	background-image: url(../images/riderFive.jpg);
	background-position: Top;
	background-size: cover;
	height: 561px;
	width: 100%;
}
.driverslide1 {
	background-image: url(../images/driverOne.jpg);
	background-position: Top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.insightSlides {
	background-image: url(../images/insightTopOne.jpg);
	background-position: Top;
	background-size: cover;
	height: 561px;
	width: 100%;
}
.insightSlide1	{
	background-image:url(../images/insight2.jpg);
	background-repeat:no-repeat;
	color:#CCC;
	margin:0px auto;
	width:1065px;
}
.insightSlide2	{
	background-image:url(../images/insight.jpg);
	background-repeat:no-repeat;
	color:#CCC;
	margin:0px auto;
	width:1065px;
}

.superBody {

}

.slideShow {
	width: 100%;
	min-width:1300px;
	overflow: hidden;
	position:relative;
}
.slideShow.fixed {
	position:fixed;
	top:73px;
	height: 561px;
	width: 100%;
	overflow: hidden;
	z-index:113;
}
.signUpBackground {
	float: right;
	right: 70px;
	top:123px;
	position: absolute;
	background-image: url(../images/signUpBackground.jpg);
	width: 261px;
	height: 521px;
	padding-left: 15px;
	padding-top: 40px;
	z-index:110;
}
.signUpBackground.fixed	{
	position:fixed;
	right:70px;
	z-index:113;
	top:73px;
}
.signUpBackgroundDriver {
	float: right;
	right: 70px;
	top:50px;
	position: absolute;
	background-image: url(../images/signUpBackgroundDriver.jpg);
	width: 261px;
	height: 319px;
	padding-left: 15px;
	padding-top: 40px;
	z-index:110;
}
.signUpBackgroundDriverTwo {
	float: right;
	right: 70px;
	top:0px;
	position: absolute;
	background-image: url(../images/signUpBackgroundDriver.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	width: 261px;
	height: 549px;
	padding-left: 15px;
	padding-top: 20px;
	z-index:110;
}.signUpBackgroundDriver.fixed	{
	position:fixed;
	right:70px;
	z-index:113;
	top:73px;
}
.signUpButton {
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	width: 256px;
	height: 66px;
	padding-top: 11px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #262520;
	margin-top: 65px;
	position: relative;
	right: 5px;
	text-decoration: none;
	cursor: pointer;
}
#signUpButtonDriver {
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	width: 256px;
	height: 66px;
	padding-top: 11px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #262520;
	margin-top: 30px;
	position: relative;
	right: 5px;

	text-decoration: none;
	cursor: pointer;
}

#signupThanks	{
	text-align:center;
	color: red;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	display: none;
}

.closeButton	{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #f1f1f1;
	cursor: pointer;
}
.bigWhiteTextSignup {
	top: 0px;
	left: 100px;
	position: relative;
	max-width: 580px;
	color: #f1f1f1;
}
.textInputCoat {
	height: 41px;
	font-size: 24px;
	color: #aaaaaa;
	margin-top: 8px;
}
.textInputCoatPointer	{
	height: 41px;
	font-size: 24px;
	color: #aaaaaa;
	margin-top: 8px;
	cursor: pointer;
}
.textInputCoatSmall {
	height: 31px;
	font-size: 20px;
	color: #aaaaaa;
	margin-top: 20px;
}
.textInput {
	background-image: url(../images/textBox.jpg);
	background-repeat: no-repeat;
	width: 231px;
	height: 41px;
	font-size: 24px;
	color: #aaaaaa;
	border: none;
	padding-left: 15px;
}
.textInputTwwo {
	background-image: url(../images/textBox.jpg);
   background-size:cover;
	background-repeat: no-repeat;
	width: 670px;
	height: 41px;
	font-size: 24px;
	color: #aaaaaa;
	border: none;
	padding-left: 15px;
}
.textInputTwwoX {
	background-image: url(../images/textBox.jpg);
	    background-size:cover;
background-repeat: no-repeat;
	width: 640px;
	height: 41px;
	font-size: 24px;
	color: #aaaaaa;
	border: none;
	padding-left: 15px;
}
.textInputThreee {
	background-image: url(../images/textBox.jpg);
	    background-size:cover;
background-repeat: no-repeat;
	width: 322px;
	height: 41px;
	font-size: 24px;
	color: #aaaaaa;
	border: none;
	padding-left: 15px;
}
.textInputTwoCoat {
	height: 41px;
	font-size: 20px;
	color: #aaaaaa;
	margin-top: 20px;
}
.textInputTwo {
	background-image: url(../images/textBox.jpg);
	background-repeat: no-repeat;
	width: 231px;
	height: 41px;
	font-size: 20px;
	color: #aaaaaa;
	border: none;
	padding-left: 15px;
}
.textInputDropCoat {
	width: 246px;
	height: 43px;
	font-size: 20px;
	color: #aaaaaa;
	margin-top: 20px;
	border: none;
	border-radius: none;
	background-image: url(../images/textBox.jpg);
	background-repeat: no-repeat;
}
.textInputDrop {
	background-image: url(../images/textBox.jpg);
	background-repeat: no-repeat;
	width: 246px;
	height: 43px;
	font-size: 20px;
	color: #aaaaaa;
	border: none;
	border-radius: none;
	padding-left: 20px;
}
.fltrtInput {
	float: right;
	width: 110px;
	margin-right: 20px;
}
.fltrtInputTwo {
	float: right;
	width: 90px;
	margin-right: 5px;
}
.smallTextInputCoat {
	height: 19px;
	font-size: 12px;
	color: #aaaaaa;
	margin-top: 12px;
}
.smallTextInput {
	background-image: url(../images/smallTextBox.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 19px;
	font-size: 12px;
	color: #aaaaaa;
	border: none;
	padding-left: 15px;
}
.expierTextInputCoat {
	height: 41px;
	font-size: 20px;
	color: #aaaaaa;
	margin-top: 20px;
}
.expierTextInput {
	background-image: url(../images/expierTextBox.jpg);
	background-repeat: no-repeat;
	width: 133px;
	height: 41px;
	font-size: 20px;
	color: #aaaaaa;
	border: none;
	padding-left: 15px;
}
.ccvTextInputCoat {
	height: 41px;
	font-size: 20px;
	color: #aaaaaa;
	margin-top: 20px;
}
.ccvTextInput {
	background-image: url(../images/CCV.jpg);
	background-repeat: no-repeat;
	width: 65px;
	height: 41px;
	font-size: 20px;
	color: #aaaaaa;
	border: none;
	padding-left: 15px;
}

.bodySection {
	width: 100%;
	min-width:960px;
	margin: 0px auto;
	background-color: #2d3135;
	padding-bottom: 80px;
	letter-spacing: 1.3;
}
.bodySectionNoBottom {
	width: 100%;
	min-width:960px;
	margin: 0px auto;
	background-color: #2d3135;
	padding-bottom: 10px;
	padding-left:10px;
	letter-spacing: 1.3;
}
.bodySectionOne {
	width: 100%;
	min-width:960px;
	margin: 0px auto;
 	padding-bottom: 80px;
	letter-spacing: 1.3;
	background-image: url(../images/imageSlideTwo.jpg);
	background-position: bottom;
	background-size: cover;
	height: 561px;
	color:#FFF;
	
}
.bodySectionTwo {
	width: 100%;
	min-width:960px;
	margin: 0px auto;
	background-color: #fff;
	padding-bottom: 80px;
	letter-spacing: 1.3;
}
.bodySectionThree {
	position: relative;
	width: 960px;
	height: 73px;
	padding-top: 40px;
	color:#262520;
	background-color:#FFF;
	background-position: bottom;
	background-size: cover;
	width: 100%;
	margin: 0px auto;
}
.bodySectionFour {
	width: 100%;
	min-width: 1300px;
	margin: 0px auto;
	background-color: #2d3135;
	letter-spacing: 1.3;
}
.bodySectionFive {
	width: 100%;
	min-width:960px;
	margin: 0px auto;
 	background-image  padding-bottom: 80px;
	letter-spacing: 1.3;
	background-image: url(../images/imageSlideThree.jpg);
	background-position: bottom;
	background-size: cover;
	height: 561px;
	color:#FFF;
}
.bodySectionSix {
	width: 100%;
	min-width:960px;
	margin: 0px auto;
	background-color: #2d3135;
	padding-bottom: 0px;
	letter-spacing: 1.3;
}
.bodySectionSeven {
	width: 100%;
	min-width:960px;
	margin: 0px auto;
	background-color: #2d3135;
	letter-spacing: 1.3;
}

.listPoints {
	height: 200px;
	width: 700px;
	margin: 0px auto;
	letter-spacing: 1.3;
}
.listSections {
	position: relative;
	float: left;
	width: 500px;
	padding-left: 30px;
	letter-spacing: 1.3;
}
.listText {
	line-height: 25px;
	position: relative;
	top: 11px;
}
.cityLink {
	color:#262520;
}
.cityLink a:hover {
	color: #1d1d1d;
}
.slideShowSlide{
	margin: 0px auto;
	width: 960px;
	position:relative;
}
.display {
	margin: 0px auto;
	width: 960px;
	min-width:960px;
	height: auto;
	color: #fff;
	text-align: left;
	position: relative;
}
.displayOne {
	background-image: url(../images/displayOne.jpg);
	margin: 0px auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 960;
	min-width:960px;
	height: 553px;
	color: #fff;
	text-align: left;
	padding-bottom: 40px;
}
.displayTwo {
	background-image: url(../images/displayTwo.jpg);
	margin: 0px auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 960px;
	min-width:960px;
	height: 553px;
	color: #fff;
	text-align: right;
	padding-bottom: 40px;
}
.displayThree {
	background-image: url(../images/displayThree.jpg);
	margin: 0px auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 960px;
	min-width:960px;
	height: 553px;
	color: #fff;
	text-align: right;
	padding-bottom: 40px;
}
.sectionLink {
	color: #fff;
}

/* FOOTER */
#footerBackground {
	background-image: url(../images/footerImage.jpg);
	background-position: top;
	height: 561px;
	background-size: cover;
}
.footer {
	background-image: url(../images/footerAbout.jpg);
	margin: 0px auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	min-width:960px;
	height: 470px;
	color: #565656;
}
.footerMap {
	background-image: url(../images/footerMap.jpg);
	margin: 0px auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 960;
	height: 470px;
	color: #565656;
}
.footerDriver {
	background-image: url(../images/footerDriver.jpg);
	margin: 0px auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 960;
	height: 470px;
	color: #565656;
}
.footerObject {
	height: 80px;
	width: 780px;
}
.fltlftFooter {
	float: left;
	padding-right: 90px;
}
.footerLink {
	padding-top: 6px;
	color: #565656;
}
.footerLinkTwo {
	padding-top: 6px;
	color: #fff;;
}
.footerFont {
	font-size: 10px;
	font-weight: bold;
	color: #565656;
}
.legal {
	padding-top: 80px;
	color: #666;
}
.businesslide1 {
	background-image: url(../images/connect.jpg);
	background-position: top;
	background-size: cover;
	background-repeat:no-repeat;
	height: 561px;
	width: 100%;
}
.delete-item	{
	float: right;
	display: none;
	background-image: url(images/button-delete.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.item-display:hover .delete-item	{
	display: block;
}

.item-display img	{
	float: left;
	width: 32px;
	height: 38px;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 8px;
	vertical-align: top;
}
.topbar {
	width: 100%
	max-height:15px;
	min-height:15px;
	margin: 0px  0px 0px 0px;
	background-color: #303030;
	font-size: 12px;
	font-family: Arial;
	text-align: right;
	vertical-align: middle;
	color: white;
	padding-right: 5px;
	padding-left: 5px;
}
.topbar:link	{
	text-decoration: none;
	color: white;
}
.topbar:visited	{
	text-decoration: none;
	color: white;
}
.topbar:active	{
	text-decoration: none;
	color: white;
}
.topbar:hover	{
	text-decoration: none;
	color: yellow;
}
.powerby	{
	float: left;
	font-size: 10px;
	font-family: Verdana;
	text-align: right;
	color: #f4802d;
	font-weight: bold;
}
.powerby:link	{
	text-decoration: none;
	color: #f4802d;
}
.powerby:visited	{
	text-decoration: none;
	color: #f4802d;
}
.powerby:active	{
	text-decoration: none;
	color: #f4802d;
}
.powerby:hover	{
	text-decoration: underline;
	color: yellow;
}

.pagerContainer	{
	width:100%;
}
.pager {
	padding: 0;
	height: 22px;
	z-index: 1999;
}
.pager a {
	display:inline-block;
	width: 8px;
	height: 8px;
	text-decoration: none;
	text-indent: -999em;
	background: #fff;
	border-radius: 8px; /* must be the same as width and height */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 1px 1px #707173; /* border color */
	margin-right: 10px;
}
.pager a {
  background: #707173; /* optional: color when hovered */
}
.pager a.activeSlide {
  background: #c0c0c0; /* color when active */
}
/* for overriding Google's autocomplete list z-index */
.pac-container {
    z-index: 1200 !important;
}

.transparent_class {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
    background-color: #000; 
}