/* Vertical Spaces */
.vspace0 {
	padding: 0px 0px;
}

.vspace10 {
	padding: 10px 0px;
}

.vspace20 {
	padding: 10px 0px;
	width:990px;
	margin: 0 auto;
	font-size: 230%;
	line-height: 130%;
}

.vspace30 {
	padding: 30px 0px;
}

.vspace40 {
	width:990px;
	padding: 20px 0px;
	background-color:#fff;
	margin:0 auto;
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
        box-shadow: 0 1px 10px rgba(0,0,0,.1);  
	
}

.vspace50 {
	padding: 50px 0px;
}

.vspace60 {
	padding: 60px 0px;
}

.vspace70 {
	padding: 70px 0px;
}

.vspace80 {
	padding: 80px 0px;
}

.vspace90 {
	padding: 90px 0px;
}

.vspace100 {
	padding: 100px 0px;
}





/* Bottom Spaces */
.mbottom0 {
	margin-bottom: 0px !important;
}

.mbottom10 {
	margin-bottom: 10px !important;
}

.mbottom20 {
	margin-bottom: 20px !important;
}

.mbottom30 {
	margin-bottom: 30px !important;
}

.mbottom40 {
	margin-bottom: 40px !important;
}

.mbottom50 {
	margin-bottom: 50px !important;
}

.mbottom60 {
	margin-bottom: 60px !important;
}

.mbottom70 {
	margin-bottom: 70px !important;
}

.mbottom80 {
	margin-bottom: 80px !important;
}

.mbottom90 {
	margin-bottom: 90px !important;
}

.mbottom100 {
	margin-bottom: 100px !important;
}




/* Top Spaces */
.mtop0 {
	margin-top: 0px !important;
}

.mtop10 {
	margin-top: 10px !important;
}

.mtop20 {
	margin-top: 20px !important;
}

.mtop30 {
	margin-top: 30px !important;
}

.mtop40 {
	margin-top: 40px !important;
}

.mtop50 {
	margin-top: 50px !important;
}

.mtop60 {
	margin-top: 60px !important;
}

.mtop70 {
	margin-top: 70px !important;
}

.mtop80 {
	margin-top: 80px !important;
}

.mtop90 {
	margin-top: 90px !important;
}

.mtop100 {
	margin-top: 100px !important;
}



/* Alignment */
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


/* Marketing Area*/
.marketing {
  color:#5A5A5A;
}

.marketing h1 {
  font-size:20px;
  font-weight:200;
  margin:5px 0 5px;
}

.marketing h2 {
  font-weight:200;
  margin-bottom:5px;
  color:#00b3cf;
}

.marketing .marketing-byline {
  color:#999999;
  font-size:20px;
  font-weight:300;
  line-height:1.25;
  margin-bottom:40px;
}

.marketing p {
	font-size: 12px;
	line-height: 1.5;
	text-align:justify;
	
       
	
  
}
.marketing p.front {
	font-size: 12px;
	line-height: 1.5;
	text-align:justify;
	width: 280px;
        margin-left:10px; 
}

p.faq { margin-left:15px;text-align:justify;}
.marketing img {
	margin: 0 auto;
}

/* Divider */
hr.soften {
  background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0980392), rgba(0, 0, 0, 0));
  background-color: #DDDDDD;
  border:0;
  height:1px;
  margin:20px 0;
  clear: both;
}

hr.soften2 {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0980392), rgba(0, 0, 0, 0));
background-color: #DDDDDD;
border: 0;
height: 1px;
margin: 10px 0;
clear: both;
}






/* touchTouch Description */
.placeholder span {
	color: #FFFFFF;
	display: block;
	margin: 15px 0 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}




/* Social Bar */
.socialbar {
  background-color:#F5F5F5;
  border-bottom-color:#DDDDDD;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#FFFFFF;
  border-top-style:solid;
  border-top-width:1px;
  padding:10px 0;
  text-align:center;
}






@media (max-width: 979px) {
	.navbar {
		margin-bottom: 0;
	}
	#footer {width:979px; overflow:hidden !important;}
	.vspace20 {
	padding: 20px 0px;
	width:979px !important;
	margin: 0 auto;
}
}

@media (max-width: 768px) {
	body {
		padding: 0;
	}

	.marketing h1 {
		font-size: 30px;
	}
	
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.navbar {
		width:768px;
		margin-bottom: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 0;
	}
	
	.vspace40 {
	width:768px !important;
	padding: 20px 0 important!;
	background-color:#fff;
	margin:0 auto;
	 -webkit-box-shadow: 0px 16px 32px -4px rgba(107,107,107,1);
-moz-box-shadow: 0px 16px 32px -4px rgba(107,107,107,1);
box-shadow: 0px 16px 32px -4px rgba(107,107,107,1);
}
.marketing p.front {
	font-size: 12px;
	line-height: 1.5;
	text-align:justify;
	width: 228px!important;
        margin-left:0px!important; 
}


.vspace20 {
	
	width:768px !important;
	margin: 0 auto;
}


	
}

@media (max-width: 480px) {
	body {
		padding: 0;
		
	}

	.marketing h1 {
		font-size: 16px;
	}
	
	.container {
		width:480px;
		margin:0 auto;
		padding: 0;
		
		
	}
	.navbar {
		width:480px;
		
	
	}
	
	.vspace40 {
	width:480px !important;
	position:relative;
	background-color:#fff;
	margin:0 auto;
	 -webkit-box-shadow: 0px 16px 32px -4px rgba(107,107,107,1);
-moz-box-shadow: 0px 16px 32px -4px rgba(107,107,107,1);
box-shadow: 0px 16px 32px -4px rgba(107,107,107,1);
overflow:hidden;
}
	
	.vspace20 {
	padding: 20px 0px;
	width:480px !important;
	margin: 0 auto;
	overflow:hidden;
	
}

h2.marketing{margin:0 auto; margin-left:25%;}
	#footer {margin:0 auto;width:480px !important;overflow:hidden; }
.span4footer {
margin:0 auto;

}
	.span4footerlast{margin-left:34%;}
	
	
}
 