
.pageBanner
{
	background-image: url('/images/price-main-head-mobile.jpg');
	color: #FFFFFF;
	height: 175px;
}
h1
{
	padding-top: 50px;
	padding-bottom: 10px;
}


.spanSectionCenter
{
	background-color: #FFFFFF;
	padding-top: 10px;
	
}

.buttonBig
{

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		

	padding: 18px 20px;
	display: block;	
	margin-top: 10px;
	
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 1.15em;
	letter-spacing: 1.1px;
	font-weight: normal;
	text-decoration: none;
	font-family: sans-serif;
	transition: all 0.5s ease;
	text-align: center;

}
.buttonBlue
{
	background-color: #2196f3; 	
}
.buttonBlue:hover
{
	background-color: #1E88E5;
}

.buttonGreen
{
	background-color: #689F38; 	
}
.buttonGreen:hover
{
	background-color: #1E88E5;
}



#steps123
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;

 	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;

  	padding: 15px;
}
#steps123 li
{
	margin-top: 10px;
	margin-bottom: 10px;

	margin-left: auto;
	margin-right: auto;
	max-width: 450px;

	display: block;

	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;

 	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}

#steps123 h3
{
	display: block;
	padding-bottom: 15px;
	padding-top: 25px;

	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	font-family: sans-serif;	
}
#steps123 p
{
	font-size: 1.1em;
	line-height: 1.5em;

}


/* --------------------------------------------------------------------- */
@media screen and (min-width: 550px) {

}

@media screen and (min-width: 750px) {

	.spanSectionCenter
	{
		padding-top: 30px;	
	}

	.imgWrap
	{
		height: 75px;
	}
	#steps123
	{
		background-color: #FFFFFF;
	}
	#steps123 h3
	{
		font-family: "Roobert Medium", ProximaNova-Bold, Arial, sans-serif;
		font-size: 1.3em;
		padding-bottom: 15px;
		padding-top: 25px;
		font-weight: normal;
	}
	#steps123 p
	{
		font-family: Roobert, ProximaNova-Regular, Arial, sans-serif;
		font-size: 1.15em;
		text-align: left;
		padding-left: 15px;
	}
	#steps123 li
	{
		float: left;
		width: 30%;
		margin-right: 1.5%;
		margin-left: 1.5%;
		margin-top: 10px;
		margin-bottom: 30px;

		padding: 5px;
		min-height: 350px;

		padding-top: 40px;
		padding-bottom: 40px;

	}

	h1
	{
		padding-top: 65px;
		padding-bottom: 15px;
	}

	.pageBanner
	{
		background-image: url('/images/price-main-head.jpg');
		color: #FFFFFF;
		height: 250px;
	}


}

@media screen and (min-height: 900px) {

}


@media screen and (min-width: 1100px) {

}
@media screen and (min-width: 1200px) {


	#steps123
	{
		width: 80%;
	}


	#steps123 h3
	{
		font-family: "Roobert Medium", ProximaNova-Bold, Arial, sans-serif;
		font-size: 1.5em;
		padding-bottom: 15px;
		padding-top: 25px;
		font-weight: normal;
	}
	#steps123 p
	{
		font-family: Roobert, ProximaNova-Regular, Arial, sans-serif;
		font-size: 1.3em;
		text-align: left;
		padding-left: 25px;
	}
	#steps123 li
	{
		width: 30%;
		margin-right: 1.5%;
		margin-left: 1.5%;
		margin-top: 10px;
		margin-bottom: 30px;

		padding: 30px;
		min-height: 325px;
	}	


}
@media screen and (min-width: 1300px) {


}
