body {

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	margin:0px;
	width:100%;
	background-image: url(images/WebsiteBG4-Main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.container{
	width:450px;
	margin:auto;
}
.container-inner{
	margin:0px 0px 0px 0px;
}
.heading{
	width:100%;
	margin:100px 0px 0px 0px;	
	text-align:center;
}
h3{
	color:#ffffff;
	text-transform:uppercase;
	font-style:italic;
	font-weight:600;
	text-align:center;
}
.navbar{
	
}
.inner{
	
}
.infusion-form{
	width:80%;
	margin:0px auto;
}
label{
	color:#ffffff;
}
.infusion-field{
	width:100%;
	margin:4px 0px;
}
input.infusion-field-input{
	width:97%;
	color:#2e2e2e;
	border:0px;
	padding:10px 5px;
}
.infusion-recaptcha{
	background:#FCB034;
	width:100%;
	border:none;
	color:#ffffff;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	cursor:pointer;
	padding:10px 5px;
}

@media only screen and (max-width: 480px) {

  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(images/Website-Bg-Mobile.jpg);
  }
	.container{
	width:360px;
	margin:auto;
	}
.inner img{
	width:360px;
}
.heading{
	margin:200px 0px 0px 0px;	
}
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
   /* background-image: url(images/WebsiteBG4-Main.jpg);*/
   background-image: url(images/Website-Bg-Mobile.jpg);
  }

  	.container-inner{
	margin:00px 0px 0px 0px;
}
.heading{
	margin:200px 0px 0px 0px;	
}
	}