	

#lp_banner {
	margin-bottom:15px;
}

#lp_start {
	text-align:center;
	margin-bottom:15px;
}	

#lp_content  {
	text-align:center;
	background-color: White;
}

.skew-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: skew(-25deg);
}

.lp_poolHeader {
	padding-top:20px;
	padding-bottom:20px;
	margin-top: 15px;
	font-size:2em;
}

.lpHeader {
		background-color: #4A90E2; 
		color:White; 
		font-size: 1.75em; 
		padding: 10px 16px;
		font-weight: bold;
		margin: 15px auto;
	}

.lpImage {
	width: 100%;
	height:300px;
} 

.lpImageDiv {
	text-align: center;
}

.lpImageDiv img {
	max-width: 80%;
}

.lpText {
	max-width: 95%;
	margin: 0 auto 10px auto;
	padding: 10px 20px 20px 16px;
	margin: 0;
	font-size: 24px;
	}

.startFloat {
	background-color: White;
	position: fixed;
	top: 0;
	left:5px;
	width:100%;
	padding: 15px 0px;
}

.startFlow {
	background-color: White;
	text-align: center;
}

.startpool {
	width:250px;
	text-transform: uppercase;
	border-radius: 34px 0px 0px 34px; 
	background-size:30px !important;
	-moz-border-radius: 34px 0px 0px 34px; 
	-webkit-border-radius: 34px 0px 0px 34px; 
		font-weight: 700;
	font-size: 1.4em !important;
	padding-top: 20px;
	padding-bottom:20px;
	white-space: nowrap; 
	background-color: #FC0D1B !important; 
}

.startpool:hover {
	color: #FC0D1B;
	font-weight: 700;
	background-color: #d2d2d2 !important;
}


.tour { 
	text-transform: uppercase;
	border-radius: 0px 34px 34px 0px; 
	background-size:25px !important;
	-moz-border-radius: 0px 34px 34px 0px; 
	-webkit-border-radius: 0px 34px 34px 0px;
	font-weight: 700;
	font-size: 1.4em !important;
	padding-top: 20px;
	padding-bottom:20px;
	white-space: nowrap;
	background-color: #2F2F2F 
}

.tour:hover {
	color: #2F2F2F;
	font-weight: 700;
	background-color: #d2d2d2 !important;
}

@media only screen and (max-width: 600px) {

	.lpImageDiv img {
		max-width:100%;	
	}

	.startpool {
		width:50%;
		padding-right: 4%;
		padding-left: 2%;
	}

	.tour {
		width:30%;
		padding-right: 4%;
		padding-left: 2%;
	} 

   	.takea { 
      display:none;
   	}

}