* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body, html {
    height: 100%;
    width: 100%;
}

body {
	background-color:#67c040;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #aeaeae;
    overflow-x: hidden; /* needed to eliminate scroll bars caused by the background image */
    padding: 0;
    margin: 0; /* necessary for the raster to fill the screen */
    height: 100%;
    width: 100%;
	/*padding-top: 10px;*/
}

a {
    color: #0252aa;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

/* ---------- FUll WIDTH BACKGROUND ---------- */

#bgimg {
    position: absolute;
    z-index: -1;
}

.content-box {
	width: 700px;
	margin:0 auto;
	text-align:center;
    z-index: 2;
    position: relative;
    padding: 34px 0;
}

.content-box.type2 {
    padding-top: 20px;
}

.content-box.type2 .blackbox form {
    padding-top: 6px;
}

#logo {
    display: block;
    box-sizing:border-box;
    margin: 0 auto;
    text-align: center;
    padding-top: 5%;
}

#logo img {
	margin: 0 auto;

    max-width: 400px;
    width:100%;
}
.logo-img {
    max-width: 1110px;
    margin: 0 auto;
    padding:0 10px;
    text-align: center;
}

.blackbox {
    border-radius: 7px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.blackbox {
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 17px;
    padding-top: 10px;
    /*margin-bottom: 11px;*/
}

.blackbox h3,
.blackbox h2 {
    font-size: 28px;
    line-height: 28px;
    color:#FFF;
    font-weight: normal;
    padding: 20px 30px;
    overflow: hidden;
}

.blackbox h3 {
    font-size:   45px;
	margin-top:  2%;
	line-height: 47px;
	padding:     10%;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
    padding-top: 1%;
    padding-bottom: 5%;
}

.blackbox h1 {
	font-size: 38px;
	line-height: 47px;
	margin-top: 5%;
	color: #FFF;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}



.blackbox p{
    font-size: 55px;
    font-weight: 900;
    padding: 10px 28px;
    color: #F1F4F7;
	font-family: 'Open Sans', sans-serif;
}

.blackbox #subtext {
	margin-top:70px;
    font-size: 26px;
    line-height: 10px;
	padding: 27px 0px;
	overflow: hidden;
}

.blackbox form {
    padding: 10px 0 16px;
}

.blackbox .field {
    background-color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    border: 0;
    width: 256px;
    margin-bottom: 16px;
}

.blackbox .field {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.blackbox #optin-button {
	box-shadow: 1px 2px 12px #1A1818;
	-webkit-border-radius: 0px;
	display: block;
	background: #FFB72B;
	color: #fcfcfc;
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	width: 440px;
	cursor: pointer;
	-webkit-appearance: none;
	line-height: 22px;
	margin: 0 auto;
	padding: 22px;
	text-decoration: none;
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	font-weight: 300;
}

.footer {
    color: #073051;
    font-size: 14px;
    text-align: center;
}

.footer a {
    color: #fafafa;
    display: inline-block;
    width:100%;
    height: 100%;
}

.background-div {
    position: relative;
    overflow:hidden;
}
.background-image {
  position: absolute; /* fixed works here too */
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  min-width:100%;
  height: 100%;
  z-index: 1;
}
.content-wrapper {
  position: relative;
    margin: 0 auto;
    max-width: 85%;
  z-index: 2;
}

#wrapper{
	background-repeat: no-repeat;
    background-size: cover;
	background-image:url(../img/LeadPages-Template-BG-Image1.jpg);
}

#wrapper2
{
	width:100%;
}
#wrapper2 img{
	height: auto;
	max-width: 100% !important;
    width: auto !important;
	float:none;
    display: inline-block;
}
.content-box2 {
    width: 570px;
	margin:0 auto;
	text-align:center;
    z-index: 2;
    position: relative;
    padding: 34px 0;
}
#wrapper3{
	width:100%;
	float: left;

}
.whitebox{
	width: 94%;
	margin:0 auto;
	text-align:center;
	box-shadow: 0px 3px 5px #716E6E;
	background-color:#FFF;
	padding: 25px 10px;
	margin-top: 25px;


}
.whitebox1{   
	width:47%;
	float:left;
	padding-top: 15px;
}
.img1{
	width: 175px;
	float:left;
}
.text1{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	width: 65%;
	float:left;
	color:#666;
	text-align:left;
	padding-top: 13px;
}
.name{
	float:left;
	height:34px;
}
.rating{
	width:150px;
	float:left;
}
.whitebox2{
	width:49%;
	float:right;
	padding-top: 15px;
}
.footer{
    box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding:20px;
}
.foot{
	float: left;
	max-width: 94%;
	width: 100%;
	padding: 2%;
	margin: 2% 0% 0;
}
.footer1{
	text-align: left;
 	font-family: 'Open Sans', sans-serif;
	width:33%;
	float:left;
	font-size: 22px;
	color:#FFF;
	line-height:32px;
	text-shadow: 1px 2px 2px #545;
}
.footer2{
	width: 33%;
	float:left;
	text-align:center;
    height: 60px;

}

.footer3{
	padding-top: 20px;
	width: 33%;
	text-shadow: 1px 2px 2px #545;
	float: left;
	font-size: 25px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
}
.clear{
	clear:both;
}
.white{
	width:100%;
	max-width:90%;
	margin:0 auto;
}
.wrapper2logo {
	width: 100%;
	float: left;
	text-align: center;
	background-color: white;
	padding: 25px 0;
	box-shadow: 0px 1px 10px #6E6B6B;

}
.img1 img {
	width: 100%;
}
.logo-holder {
	width: 100%;
	float: left;
}
.logo-holder li {
	width: auto;
	float: left;
	list-style: none;
	margin: 0 5px;
}
a#logofooter {
    display: inline-block;
	margin: 0 auto;
	/*max-height: 75px;*/
	/*max-width: 275px;*/
    width:100%;
    height: 100%;
    background:url('../img/trans.png') center center no-repeat;
    background-size: contain;
}
.data{
	width:100%;
	float: left;
	padding: 9% 0;
}

.img-responsive {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}
/*Responsiveness Media Query*/
@media only screen and (min-width: 1280px) {
	
	}
@media (min-width: 1024px) and (max-width: 1279px) {
.logo-holder li {
	width: 30%;
	margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
.logo-holder li {
	width: 30%;
	margin-bottom: 10px;
}
.img1 {
	   width: 100%;
}
.text1 {
	width: 90%;
	padding: 6%;
}
.whitebox1 , .whitebox2{
	min-height: 345px;
}
.footer3 ,.footer2,.footer1{
	width: 90%;
}
.footer1 ,.footer2 , .footer3{
	margin: 2% 0;
	padding: 0px;
}
.footer1 ,.footer2 , .footer3{
	text-align:center;
}
}

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

}

@media only screen and (max-width: 767px) {
.logo-holder li {
	width: 95%;
	margin-bottom: 3px;
}
.content-box {
    margin: 0 auto;
    position: static;
    max-width: 85%;
 }
.whitebox1 , .whitebox2 {
	width: 90% !important;
	margin:0 auto;
	float: none !important;
	box-shadow: none !important;
}
.text1{
	padding-bottom: 30px;
}
.footer1 ,.footer2 , .footer3{
	width:100% !important;
	float:none !important;
	margin:0 auto;
	text-align:center;
	margin: 5% 0;
	padding: 0px;

}
.footer{
	padding: 10px 10px !important;
}
.text1{
	width: 100% !important;
}
.logoh-older {
	width: 65% !important;
}

}

@media only screen and (max-width: 650px) {
.content-box.type2 {
    padding-top: 20px;
}
.blackbox h3 {
    font-size: 20px;
    line-height: 22px;
}
.blackbox h1 {
    font-size: 20px;
    line-height: 22px;
}
.blackbox .field {
    width: 85%;
}
.blackbox #optin-button {
    font-size: 20px;
    width: 85%;
}
.blackbox p{
    font-size:20px !important;
}
.logoh-older {
	width: 80% !important;
}

}
@media (min-width: 341px) and (max-width: 479px) {
#logo img {
	max-width: 290px;
}#logofooter img{
	max-width: 290px;
}
	}

@media only screen and (max-width: 340px) {
body {
	font-size: 12px;
}

.content-box.type2 {
	padding-top: 10px;
}

#logo img ,#logofooter img{
	max-width: 210px;
}

.blackbox h3 {
	font-size: 16px;
	line-height: 21px;
	padding: 12px 15px;
}


.blackbox .field {
	width: 80%;
}

.blackbox #optin-button {
	width: 80%;
	font-size: 18px;
}

.blackbox p {
	font-size: 12px;
	line-height: 14px;
	padding: 8px 15px;
}

.blackbox #subtext {
	font-size: 12px;
	line-height: 14px;
}
.footer3{
	font-size:18px !important;
}
.logoh-older {
	width: 90% !important;
}
}

	