body{
	/*background-color: #F7F5F2;*/
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
}

#mainWrapper{
	/*width: 960px;*/
	/*margin-right: auto;
	margin-left: auto;*/
}

#logoArea{
	text-align: center;
	margin-top: 30px;
}


.skinny{
	width: 505px;
}

.wide{
	width: 990px;
}

/*WIDE SETTINGS*/
.wide #optinOffer{
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	/*height: 290px;*/
}

.wide #optinForm{
	float: right;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.wide #optinHeadline{
	margin-top: 0px;
}



.posCenter{
	margin-right: auto !important;
	margin-left: auto !important;
	float: none !important;
}

.posCenter2{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -30px;
	float: none !important;
}

.posLeft{
	/*margin-right: auto;*/
	margin-left: 30px;
	float: left;
}

.posRight{
	margin-right: 30px;
	float: right;
	/*margin-left: auto;*/
}

#mainOptinArea{
	margin-top: 30px;
	/*min-height: 600px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*border: 1px solid rgba(0,0,0,0.16);*/
}

.bgWhite100{
	background-color: #FFF;
}

.bgWhite50{
	background-color: rgba(255,255,255,0.65);
}

.bgWhite20{
	background-color: rgba(255,255,255,0.30);
}

.bgBlack100{
	background-color: #1a1a1a;
}

.bgBlack50{
	background-color: rgba(0,0,0,0.65);
}

.bgBlack20{
	background-color: rgba(0,0,0,0.30);
}

.shadow1{
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.21);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0,0.21);
	box-shadow: 0 1px 15px rgba(0,0,0,0.21);
}

.shadow2{
	-webkit-box-shadow: 0 3px 29px 4px rgba(0,0,0,0.47);
	-moz-box-shadow: 0 3px 29px 4px rgba(0,0,0,0.47);
	box-shadow: 0 3px 29px 4px rgba(0,0,0,0.47);
}

.shadow3{
	-webkit-box-shadow: 0 3px 29px 4px rgba(0,0,0,0.77);
	-moz-box-shadow: 0 3px 29px 4px rgba(0,0,0,0.77);
	box-shadow: 0 3px 29px 4px rgba(0,0,0,0.77);
}

#mainWrapper #mainOptinArea-thankyou{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#mainOptinArea-thankyou{
	background-color: #FFF;
	margin-top: 30px;
	/*min-height: 600px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*border: 1px solid rgba(0,0,0,0.16);*/
}

.logoFix{
	margin-bottom: -40px;
}


.optinTop{
	/*background-color: #343434;*/
	/*border-bottom: 4px solid rgba(0,0,0,0.05);*/
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 15px;
	text-align: center;
	/*margin-bottom: 15px;*/
}



#step1Headline {
	background-color: #343434;
	border-bottom: 4px solid #e6e6e6;
	/*-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
	color: #FFF;
	padding: 20px;
	/*margin-bottom: 15px;*/
}

#step2Headline{
	background-color: #0496AC;
	border-bottom: 4px solid #e6e6e6;
	border-top: 4px solid #e6e6e6;
	color: #FFF;
	padding: 20px;
/*	margin-top: 15px;*/
}

#mainHeadline h1{
	font-size: 27px;
	font-weight: bold !important;
}

#mainHeadline p{
	margin-top: -10px;
}

#photos{
	width: 100%;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}

#photos img{
	border: 2px solid #FFF;
	/*-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
	box-shadow: 0 1px 5px rgba(0,0,0,0.11);*/
	/*float: left;*/
	margin-right: 20px;
}

#optinOffer{
	/*float: left;*/
	width: 505px;
	/*padding: 25px;*/
}

#optinForm{
	/*float: right;*/
	width: 405px;
	/*margin-right: 10px;*/
	margin-right: auto;
	margin-left: auto;
}

#shareInfo{
	float: left;
	width: 494px;
	padding: 25px;
}

#shareURL{
	float: right;
	width: 320px;
	margin-right: 40px;
}

#optinHeadline{
	/*border-bottom: 2px solid #ccc;*/
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}

#optinHeadline h2{
	/*color: #414141;*/
	font-size: 1.6em;
	font-weight: bold;
}

#optinHeadline p{
	/*color: #616161;*/
	font-size: 14px;
	margin-top: -10px;
	/*padding-right: 25px;*/
}

.optinField{
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	color: #333 !important;
	font-size: 1.1em !important;
	height: 46px !important;
	margin: 0 0 20px 0 !important;
	/*outline: none !important;*/
	padding: 12px 13px !important;
	-webkit-transition: border 0.15s;
	-moz-transition: border 0.15s;
	-ms-transition: border 0.15s;
	-o-transition: border 0.15s;
	transition: border 0.15s;
	width: 100% !important;

	/*-webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 0 4px rgba(0,0,0,0.25);
	box-shadow: 0 0 0 4px rgba(0,0,0,0.25);*/

	/*-webkit-box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
	-moz-box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
	box-shadow: 0 0 0 4px rgba(255,255,255,0.25);*/

}

.optinField2{
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	color: #333 !important;
	font-size: 1.1em !important;
	height: 46px !important;
	margin: 0 0 20px 0 !important;
	outline: none !important;
	padding: 12px 13px !important;
	-webkit-transition: border 0.15s;
	-moz-transition: border 0.15s;
	-ms-transition: border 0.15s;
	-o-transition: border 0.15s;
	transition: border 0.15s;
	width: 100% !important;
}

.inputField{
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	color: #333 !important;
	font-size: 1.1em !important;
	height: 46px !important;
	margin: 0 0 20px 0 !important;
	outline: none !important;
	padding: 12px 13px !important;
	-webkit-transition: border 0.15s;
	-moz-transition: border 0.15s;
	-ms-transition: border 0.15s;
	-o-transition: border 0.15s;
	transition: border 0.15s;
	width: 100% !important;
}

.name{
	background-image: url(../images/name.png);
	background-repeat: no-repeat;
	background-position: 367px center;
}

.email{
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: 367px center;
}

.phone{
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: 367px center;
}

.city{
	background-image: url(../images/city.png);
	background-repeat: no-repeat;
	background-position: 367px center;
}

.state{
	background-image: url(../images/state.png);
	background-repeat: no-repeat;
	background-position: 367px center;
}

.address{
	background-image: url(../images/address.png);
	background-repeat: no-repeat;
	background-position: 367px center;
}

.link{
	background-image: url(../images/link.png);
	background-repeat: no-repeat;
	background-position: 447px center;
}

.formTitle{
	font-weight: bold;
	font-size: 16px;
	display: block;
}

.formInfo{
	font-size: 14px;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}

#signupBTN{
	width: 100%;
}

#gravs{
	border-top: 1px solid #DDD;
	margin-top: 25px;
	padding: 25px;
	background-color: #f8f8f8;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	font-size: 16px;
}

#gravs2{
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 12px;
}

#videoBox{
	/*margin-left: 15px;*/
	/*border: 2px solid #FFF;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
	box-shadow: 0 1px 5px rgba(0,0,0,0.11);*/
}

#videoBox2{
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px solid #FFF;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
	box-shadow: 0 1px 5px rgba(0,0,0,0.11);
	margin-right: auto;
	margin-left: auto;
}

.km{
	/*width: 300px;*/
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border-bottom: 4px solid rgba(0,0,0,0.15);
	border-collapse: collapse;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 1.3em;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	outline: none;
	padding: 12px 12px 10px 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s;
	-moz-transition: background-color 0.15s;
	-ms-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
	/*width: 100%;*/
}

.kmX{
	/*width: 300px;*/
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	/*border-bottom: 4px solid rgba(0,0,0,0.15);*/
	border-collapse: collapse;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 1.3em;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	outline: none;
	padding: 12px 12px 10px 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s;
	-moz-transition: background-color 0.15s;
	-ms-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
	width: 100%;
}

.kmX:hover{
	color:#fff;
	text-decoration: none;
}

.km:hover{
	color:#fff;
	text-decoration: none;
}

.btnGreen{
	background-color: #9ECF72;
}

.btnGreen:hover{
	background-color: #94cd5a;
}

.btnBlue{
	background-color: #6EB8D4;
}

.btnBlue:hover{
	background-color: #70bad9;
}

.fbblue{
	background-color: #3B5998;
}

.fbblue:hover{
	background-color: #2f509f;
}

.btnRed{
	background-color: #F3333F;
}

.btnRed:hover{
	background-color: #fe2d39;
}

.btnOrange{
	background-color: #FDD160;
	color: #84511C !important;
}

.btnOrange:hover{
	background-color: #ffcf58;
}

.btnBlack{
	background-color: #2e2e2e;
}

.btnBlack:hover{
	background-color: #353535;
}


.shareBTN{
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #f7f7f7;
	border: 0;
	border-bottom: 4px solid rgba(0,0,0,0.15);
	border-collapse: collapse;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #373737;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	outline: none;
	/*cursor: pointer;*/
	padding: 12px 12px 10px 12px;
	position: relative;
	/*text-align: center;*/
	text-decoration: none;
	-webkit-transition: background-color 0.15s;
	-moz-transition: background-color 0.15s;
	-ms-transition: background-color 0.15s;
	-o-transition: background-color 0.15s;
	transition: background-color 0.15s;
	/*width: 100%;*/
}

.shareBTN:hover{
	background-color: #86B30C;
	color:#fff;
	text-decoration: none;
}

.shareBTN:hover a{
	color:#fff;
	text-decoration: none;
}

.shareBTN img{
	margin-top: -2px;
}
.shareBTN a{
	text-decoration: none;
	color: #373737;
}

.shareBTN a:hover{
	text-decoration: none;
	color: #FFF;
}

#footer{
	width: 505px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}

#downloadArea{
	padding-top: 35px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 45px;
}

#downloadArea h2{
	line-height: 24px;
	margin-top: 0px !important;
}

.hiddenDLArea{
	border-bottom: 0px !important;
}

#downloadArea h2{
	font-size: 22px;
}

#downloadArea p{
	font-size: 16px !important;
	margin-top: -10px;
}

#downloadArea img{
	border: 2px solid #FFF;
	/*-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
	box-shadow: 0 1px 5px rgba(0,0,0,0.11);*/
	margin-right: 20px;
}

#rewardsNav{
	background-color: #F8F8F8;
	/*border-bottom: 1px solid #e2e2e2;*/
}

.rewardNavItem{
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
	padding-left: 25px;
	border-right: 1px solid #DDD;
}

.rewardNavA{
	text-decoration: none;
	color: #4a4a4a;
}

.rewardNavSelected{
	background-color: #FFF;
	margin-bottom: -5px;
	padding-bottom: 18px;
	color: #0496AC;
}

#rewardsNAV.rewardNavSelected{
	padding-bottom: 15px !important;
}

.rewardNavSelected a{
	color: #0496AC;
}

.rewardNavA:hover{
	text-decoration: none;
	color: #0496AC;
}

#shareHow{
	margin-top: 30px;
	text-align: center;
}

.howitworks{
	font-weight: bold;
	font-size: 18px;
}

.toggleStep1{
	float: right;
	font-weight: bold;
	font-size: 14px;
	background-color: rgba(0,0,0,0.10);
	margin-top: 0px;
	padding: 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

#shareArea1{
	border-top: 1px solid #DDD;
}

#shareArea2{
	border-top: 1px solid #DDD;
	margin-bottom: -25px;
}

#shareArea3{
	border-top: 1px solid #DDD;
	margin-bottom: -25px;
}

.rewardBlock{
	padding-bottom: 30px;
	padding-top: 30px;
	min-height: 144px;
	border-bottom: 1px solid #efefef;
}

.rewardBlock2{
	padding-bottom: 30px;
	padding-top: 30px;
	min-height: 144px;
	border-bottom: 1px solid #efefef;
}

.rewardBadge{
	float: left;
	width: 200px;
	text-align: center;
}

.rewardIMG{
	/*border: 2px solid #FFF;*/
	/*-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.11);
	box-shadow: 0 1px 5px rgba(0,0,0,0.11);*/
}

.rewardInfo{
	float: left;
	width: 530px;
	padding-right: 30px;
}

.rewardInfo h2{
	font-size: 18px;
	line-height: 22px;
}

.rewardInfo p{
	font-size: 16px;
	margin-top: -5px;
	line-height: 22px;
}

.rewardStat{
	float: left;
	width: 150px;
}

.locked{
	background-color: #febe4d !important;
	color: #FFF !important;
}

.unlocked{
	background-color: #86b30c !important;
	color: #FFF !important;
}

.unlocked a{
	color: #FFF !important;
}

.unlocked2{
	background-color: #86b30c !important;
	color: #FFF !important;
	cursor: default !important;
}

.unlocked2 a{
	color: #FFF !important;
}

.needed{
	margin-top: 10px;
	display: block;
	/*background-color: #ffeece;*/
	font-size: 12px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #712622;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
}

.almost{
	/*background-color: #E5F4F6;*/
	/*border-left: 1px solid #91d7e1;*/
	font-size: 12px;
	padding: 5px;
	color: #0496AC;
	font-weight: bold;
	text-align: center;
	margin-left: 2px;
	margin-right: -7px;
	padding-left: 7px;
	padding-right: 7px;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

}

.sharePoint{
	font-size: 12px;
	background-color: rgba(0,0,0,0.10);
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 5px;
}

.totalPoints{
	float: right;
	font-weight: bold;
	font-size: 14px;
	background-color: rgba(0,0,0,0.10);
	margin-top: 0px;
	padding: 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.error{
	color: #dd0e1a !important;
	border-color: #dd0e1a !important;
	background-color: #ffdfdf !important;
	font-weight: bold !important
}

.success{
	color: #5cad56 !important;
	border-color: #5cad56 !important;
	background-color: #dbffd5 !important;
	font-weight: bold !important
}

.sharePoints{
	margin-right: 15px;
	margin-top: 15px;
}

.shareSocialButton{
	text-align: left !important;
	margin-top: 10px;
}

.shareIconr{
	float: left;
	margin-right: 15px;
	margin-top: 2px;
}

.shareInfor{
	/*float: left;*/
}

.pointBadge{
	color: #FFF;
	font-weight: bold;
	background-color: #D04640;
	/*border: 2px solid #FFF;*/
	padding: 2px;
	padding-left: 7px;
	padding-right: 7px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	font-size: 12px;
	margin-top: -2px;
}


.step1TITLE{
	font-size: 18px; 
	margin-top: 5px; 
	float: left;
}

.step2TITLE{
	font-size: 18px; 
	margin-top: 5px; 
	float: left;
}

.linkMobile{
	background-color: #FFEECE;
	border: 2px solid #bb480e;
	color: #321313;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
	display: none;
}

#signupBTN .km{
	width: 405px;
}

/*OPTIN BUTTONS*/
.cleanX{
	border-bottom: 4px solid rgba(0,0,0,0.15);
}

.standoutX{
	border: 1px solid rgba(0,0,0,0.43);
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(255,255,255,0)), to(rgba(0,0,0,0.15)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.15));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.15));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.15));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.15));
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,0.15));
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.21), inset 0 1px 0 rgba(255,255,255,0.33);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.21), inset 0 1px 0 rgba(255,255,255,0.33);
	box-shadow: 0 1px 5px rgba(0,0,0,0.21), inset 0 1px 0 rgba(255,255,255,0.33);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.15);
    filter: dropshadow(color=rgba(0,0,0,0.15), offx=0, offy=1);
}
