
@import url(http://fonts.googleapis.com/css?family=Anton);
body {
	font: 16px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #2475b6;/*overflow-x:hidden;*/

}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.logo {/*margin:-170px -100px 0px 100px;*/
	position: absolute;
	top: 24px;
	left: 90px;
}
.counter-back {
	margin-top: 1px;
	position: relative;
	left: 95px;
}
#wrapper {
	width: 1280px;
	/* [disabled]padding-bottom: 40px; */
	margin: 0 auto;
}
.header-wrapper{
	position: relative;
}
.digits-container {
	position: absolute;
	width: 385px;
	height: 52px;
	top: 145px;
	left: 448px;
}
.digits {
	display: block;
	height: 52px;
	width: 27px;
	font-size: 38px;
	/*font-family: 'Haettenschweiler';*/

	font-family: 'Anton', sans-serif;
	font-weight: 200;
	color: #393939;
	position: relative;
	top: 0px;
	float: left;
	text-align: center;
}
.digit-1 {
	left: 0px;
}
.digit-2 {
	left: 22px;
}
.digit-3 {
	left: 34px;
}
.digit-4 {
	left: 59px;
}
.digit-5 {
	left: 70px;
}
.digit-6 {
	left: 84px;
}
.digit-7 {
	left: 107px;
}
.digit-8 {
	left: 119px;
}
.digit-9 {
	left: 132px;
}
.iframe-container {
	position: relative;
}
.iframe-container img {
	margin-top: 20px;
}
.iframe-container iframe {
	bottom: 0;
	left: 0;
	margin: 30px auto 0;
	position: absolute;
	right: 0;
	top: 0;
}
#message {
	margin-top: 20px;
}
#message > div {
	width: 1091px;
	margin: 0 auto;
	padding: 30px 0 20px;
	background: url(images/image-5.png) no-repeat left top;
	background-size: 100% 100%;
	position: relative;
}
#message > div p {
	padding: 0 20px 0 80px;
	margin: 0 0 30px;
	font-size: 17px;
	color: #3c3c3c;
	text-align: left;
}
#message > div p.red-text {
	font-weight: bold;
	color: #ef1514;
}
#message > div img {
	position: relative;
	float: right;
	right: 10px;
	top: -56px;
	margin: 0 0 -10px 20px;
}
#payments {
	margin-top: 30px;
	position: relative;
}
#payments .image-holder {
	width: 840px;
	position: absolute;
	top: 205px;
	left: 230px;
}
#payments > div > div {
	height: 329px;
	width: 100%;
	margin-bottom: 17px;
}
#payments > div > div .payments-by-users {
	width: 267px;
	height: 329px;
	float: left;
	position: relative;
}
#payments > div > div .payments-by-users + .payments-by-users {
	margin-left: 19px;
}
#payments > div > div .payments-by-users span {
	color: #ef1514;
	font-weight: 700;
	font-size: 22px;
	position: absolute;
	top: 240px;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#payments > div > div .payments-by-users span em {
	color: #000;
	font-style: normal;
}
#payments > div > div .payments-by-users p {
	font-size: 20px;
	color: #363535;
	font-weight: 700;
	position: absolute;
	top: 268px;
	margin: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
#payments .bottom-text {
	position: absolute;
	bottom: 0;
	left: 235px;
	width: 813px;
}
#payments .bottom-text a {
	font-size: 26px;
	color: #ef1514;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	top: -81px;
	left: 192px;
}
#payments .bottom-text p {
	font-size: 17px;
	color: #000;
	margin: 0 0 20px;
}
#payments .bottom-text p + p {
	margin-bottom: 40px;
}
#proof {
	position: relative;
	margin: 40px auto;
}
#survey {
	position: relative;
}
#survey img {
	margin: 38px 0 0 267px;
}
#survey .grocery-sruvey {
	width: 664px;
	height: 371px;
	position: absolute;
	left: 322px;
	top: 237px;
}
#survey .grocery-sruvey h4 {
	font-size: 25px;
	font-weight: normal;
	font-weight: 600;
	color: #2c3134;
	margin: 34px 0 0 0px;
	text-align: left;
}
#survey .grocery-sruvey p {
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	color: #b90505;
}
#survey .grocery-sruvey .radio-buttons {
	position: relative;
	left: 143px;
	margin: 20px 0;
}
#survey .grocery-sruvey .radio-buttons .radio {
	padding-bottom: 10px;
}
#survey .grocery-sruvey .radio-buttons .radio span {
	display: inline-block;
	float: left;
	margin-left: 13px;
	position: relative;
	top: -2px;
	font-weight: 600;
	font-size: 20px;
	color: #2c3134;
}
#survey input[type=radio] {
	display: none;
}
#survey label:before {
	content: "";
	margin: 0;
	clear: none;
	display: inline-block;
	height: 23px;
	width: 23px;
	float: left;
	cursor: pointer;
	height: 23px;
	width: 23px;
	margin-left: 6px;
	background: #fd5851;
	box-shadow: inset -1px -1px 5px 1px #000;
	border-radius: 23px;
}
#survey label:before {
}
#survey input[type=radio]:checked + label:before {
	content: "";
	margin: 0;
	clear: none;
	display: inline-block;
	height: 23px;
	width: 23px;
	float: left;
	cursor: pointer;
	height: 23px;
	width: 23px;
	margin-left: 6px;
	background: url(images/radio-graphics.png) no-repeat 0 0;
}
#survey .grocery-sruvey p span {
	color: #342c2c;
}
#survey img.arrow {
	position: absolute;
	right: 135px;
	top: 325px;
	-webkit-animation: arrow-right 1s infinite; /* Safari 4+ */
	-moz-animation: arrow-right 1s infinite; /* Fx 5+ */
	-o-animation: arrow-right 1s infinite; /* Opera 12+ */
	animation: arrow-right 1s infinite; /* IE 10+, Fx 29+ */
}
#simple {
	width: 1091px;
	margin: 20px auto 0;
	padding: 30px 0 20px;
	background: url(images/image-5.png) no-repeat left top;
	background-size: 100% 100%;
	position: relative;
}
#simple p {
	padding: 0 60px 0 80px;
	margin: 0 0 30px;
	font-size: 17px;
	color: #2c3134;
	text-align: left;
}
#simple img {
	margin-top: 15px;
}
#flood {
	margin-top: 80px;
}
#gmail {
	margin: -47px 0 0 183px;
}
#list-updated {
	position: relative;
	margin: 0px auto;
}
#list-updated p {
	color: #ef1514;
	font-weight: 800;
	font-style: italic;
	font-size: 25px;
	margin: 0;
	position: absolute;
	left: 435px;
	top: 233px;
	z-index: 1;
}
#list-updated img {
	margin-top: 65px;
}
#fake-dashboard > img {
	margin: 10px 0 0 187px;
}
#fake-dashboard {
	position: relative;
}
#fake-dashboard div img {
	position: absolute;
	right: -20px;
	top: 100px;
}
#fake-dashboard div {
	width: 93px;
	height: 231px;
	position: absolute;
	top: 126px;
	right: 337px;
}
#fake-dashboard div a {
	display: block;
	height: 24px;
	width: 93px;
	position: relative;
	background-image: url(images/start-survey-buttons.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#fake-dashboard div a.active,
 #fake-dashboard div a:hover {
	background-position: left bottom;
}
#fake-dashboard div a + a {
	margin-top: 6px;
}
#fake-dashboard div a .alert-box {
	background: #000;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	height: auto;
	left: -422px;
	padding: 10px 20px;
	position: absolute;
	top: -20px;
	width: 390px;
	display: none;
	box-shadow: 1px 1px 8px 0px #333;
}
#fake-dashboard div a:hover .alert-box {
	display: block;
}
#calculator {
	position: relative;
	margin-top: 100px;
}
#calculator .earning-calculator {
	width: 800px;
	height: 330px;
	position: absolute;
	top: 90px;
	right: 250px;
}
#calculator .earning-calculator table {
	left: 40px;
	position: relative;
	top: 20px;
}
#calculator .earning-calculator table td {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 10px;
	text-shadow: 1px 1px 2px #072d51;
}
#calculator .earning-calculator table select {
	width: 90px;
	height: 33px;
	border-radius: 2px;
	border: none;
	font-weight: 700;
	font-size: 22px;
	margin-left: 20px;
	color: #000;
}
#calculator .earning-calculator .income {
	margin-top: 35px;
	height: 117px;
}
#calculator .earning-calculator .income > div {
	float: left;
	width: 255px;
	height: 100%;
	background: url(images/income-background.png) no-repeat center center;
}
#calculator .earning-calculator .income > div + div {
	margin-left: 15px;
}
#calculator .earning-calculator .income > div > p {
	margin: 5px 0;
	font-size: 20px;
	color: #68430e;
	font-weight: 700;
	text-align: center;
}
#calculator .earning-calculator .income > div .income-amount {
	font-size: 58px;
	font-family: 'Anton', Tahoma, sans-serif;
	color: #543303;
	text-align: center;
	margin-top: -7px;
	word-spacing: -15px;
}
#calculator .earning-calculator .income > div .income-amount em {
	font-style: normal;
}
#calculator .earning-calculator .calculator-disclaimer {
	font-size: 13px;
	color: #fff;
	margin: 20px 0;
	text-align: center;
}
#calculator img {
	margin: 0 0 0 -5px;
}
#progressBar {
	margin: 0px auto;
	width: 400px;
	height: 20px;  /* Can be anything */
	position: relative;
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}
#progressBar > span {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 18px; /* same as #progressBar height if we want text middle aligned */
	width: 0;
	background-color: #0099ff;
	display: block;
	height: 100%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: rgb(43,194,83);
	background-color: #fff;
	background-image: linear-gradient(  center bottom,  rgb(43,194,83) 37%,  rgb(84,240,84) 69%  );
	box-shadow: inset 0 2px 9px rgba(255,255,255,0.3),  inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
.row-3 {
	position: relative;
}
.row-3 > img {
	margin: 45px 0 32px 189px;
}
.row-3 .map-container {
	height: 151px;
	width: 227px;
	position: absolute;
	top: 160px;
	left: 255px;
	background: #fff;
	box-shadow: 4px 4px 7px 0px #e7e7e7;
}
.row-3 .map-container img {
	position: relative;
	top: -9px;
	left: 10px;
}
.row-3 .survey-takers {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 152px;
	width: 560px;
	left: 486px;
}
.row-3 .survey-takers li {
	clear: both;
	font-weight: 600;
	font-size: 30px;
	text-transform: capitalize;
	color: #5c5b5b;
}
.row-3 .survey-takers li span {
	display: inline-block;
	width: 196px;
	text-align: right;
	margin-right: 25px;
	color: #5c5b5b !important;
}
.row-3 .survey-takers li.red-text {
	color: #ef1514;
}
.row-3 .survey-takers li.blue-text {
	color: #2278ba;
	text-transform: uppercase;
}
.row-3 .survey-takers li.blue-text span {
	text-transform: capitalize;
}
#collector .top-pattern {
	position: relative;
	top: -32px;
}
#collector {
	position: relative;
}
#collector .start-now-button {
	display: inline-block;
	margin-top: -105px;
	position: relative;
	top: -28px;
}
#collector .start-now-button .left-arrow {
	-webkit-animation: arrow-left 1s infinite; /* Safari 4+ */
	-moz-animation: arrow-left 1s infinite; /* Fx 5+ */
	-o-animation: arrow-left 1s infinite; /* Opera 12+ */
	animation: arrow-left 1s infinite; /* IE 10+, Fx 29+ */
}
#collector .start-now-button .right-arrow {
	-webkit-animation: arrow-right 1s infinite; /* Safari 4+ */
	-moz-animation: arrow-right 1s infinite; /* Fx 5+ */
	-o-animation: arrow-right 1s infinite; /* Opera 12+ */
	animation: arrow-right 1s infinite; /* IE 10+, Fx 29+ */
}
#collector .start-now-button .arrows {
	position: absolute;
	top: 35px;
}
#collector .start-now-button .right-arrow {
	right: -35px;
}
#collector .start-now-button .left-arrow {
	left: -35px;
}
#collector > div {
	width: 953px;
	height: 500px;
	margin: 50px auto 0;
	background: #fff;
	border-radius: 0 0 5px 5px;
}
#collector #email-collector {
	position: absolute;
	top: 235px;
	left: 402px;
}
#collector #email-collector div {
	height: 63px;
	width: 464px;
	background: #e5e8ea;
	box-shadow: 4px 4px 5px 0px #d9dcde inset;
}
#collector #email-collector div input {
	background: none;
	border: none;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 20px;
	color: #5c5b5b;
	padding: 0;
	text-indent: 14px;
}
 @-webkit-keyframes arrow-left {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
 -webkit-transform: translateX(10px);
 -moz-transform: translateX(10px);
 -0-transform: translateX(10px);
 transform: translateX(10px);
}
}
 @-webkit-keyframes arrow-right {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
 -webkit-transform: translateX(-10px);
 -moz-transform: translateX(-10px);
 -0-transform: translateX(-10px);
 transform: translateX(-10px);
}
}
 @-moz-keyframes arrow-left {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
 -webkit-transform: translateX(10px);
 -moz-transform: translateX(10px);
 -0-transform: translateX(10px);
 transform: translateX(10px);
}
}
 @-moz-keyframes arrow-right {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
 -webkit-transform: translateX(-10px);
 -moz-transform: translateX(-10px);
 -0-transform: translateX(-10px);
 transform: translateX(-10px);
}
}
 @keyframes arrow-left {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
 -webkit-transform: translateX(10px);
 -moz-transform: translateX(10px);
 -0-transform: translateX(10px);
 transform: translateX(10px);
}
}
 @keyframes arrow-right {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
 -webkit-transform: translateX(-10px);
 -moz-transform: translateX(-10px);
 -0-transform: translateX(-10px);
 transform: translateX(-10px);
}
}
.footer-links {
	margin: 20px auto 0;
	position: relative;
	display: table;
}
.footer-links a {
	display: inline-block;
	float: left;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
}
.footer-links a + a {
	border-left: solid 1px #fff;
}
.footer-links a:hover {
	text-decoration: underline;
}
.row-20 img {
	margin-top: 35px;
}
.app-download-buttons {
	width: 348px;
	height: 46px;
	margin: 20px auto 0;
}
.app-download-buttons span {
	display: block;
	height: 46px;
	width: 156px;
	float: left;
	cursor: pointer;
	background-image: url(images/image-21.png);
	background-repeat: no-repeat;
}
.app-download-buttons span + span {
	margin-left: 34px;
}
.app-download-buttons a.apple-store {
	background-position: 0 0;
}
.app-download-buttons span.google-play {
	background-position: -190px 0;
}
.app-download-buttons span:hover {
	background-position: -385px 0;
}
/****************************** 1000's of special people ******************************************************/

#thousands-of-people {
	width: 73%;
	margin: 20px auto 0;
	background: #fff;
	min-height: 30px;
	border-radius: 8px;
	padding: 10px 1px 5px 20px;
	box-shadow: 15px 15px 8px 2px #1b5c8f;
}
.exit1-row-2 img {
	margin-top: 20px;
}
.exit1-row-2 img + img {
/*margin-left: 45px;*/

}
.exit1-row-3 {
	position: relative;
}
.exit1-row-3 img {
	left: -200px;
	position: absolute;
	top: -180px;
}
.exit1-row-3 img + img {
	left: 791px;
	top: -204px;
}
.exit1-row-4 {
	position: relative;
}
.exit1-row-4 img {
	margin-top: 35px;
}
.exit1-row-4 p {
	position: relative;
	top: 0;
	left: 0;
	padding: 0 100px;
	text-align: center;
	font-size: 20px;
	color: #5c5b5b;
	margin: 30px 37px;
	font-weight: normal;
	font-weight: 600;
}
.exit1-row-4 p span {
	font-weight: 700;
}
.exit1-row-5 p {
	color: #5c5b5b;
	font-size: 17px;
	text-align: center;
	margin: 15px 0 11px;
	font-weight: 600;
}
/***************************************************************************************************************/





/**************************  STOP WORKING *************************************/

#stop-working {
	width: 73%;
	margin: 20px auto 0;
	background: #fff;
	min-height: 30px;
	border-radius: 8px;
	padding: 10px 1px 5px 20px;
	box-shadow: 15px 15px 8px 2px #1b5c8f;
}
.exit2-row-1 {
	margin-top: 17px;
}
.exit2-row-2 img {
	margin: 0 21px 0 36px;
}
.exit3-row-2 p,
 .exit2-row-2 p {
	color: #5c5b5b;
	font-size: 20px;
}
.exit3-row-2 p + img,
 .exit2-row-2 p + img {
	margin: 0;
}
.exit3-row-2 p em,
 .exit2-row-2 p em {
	font-style: normal;
	font-weight: 700;
}
.exit3-row-2 p span,
 .exit2-row-2 p span {
	color: #ef0908;
	font-weight: 700;
}
.exit2-row-3 img {
	position: absolute;
	top: 230px;
	left: 20px;
}
.exit3-row-4 p,
 .exit2-row-4 p,
 .exit1-row-5 p {
	color: #5c5b5b;
	font-size: 17px;
	text-align: center;
	margin: 15px 0 11px;
	font-weight: 600;
}
.padding-top-45 {
	padding-top: 45px;
}
/******************************************************************************/



/*************************** LAST CHANCE **************************************/

.margin-top-45 {
	margin-top: 45px;
}
#last-chance {
	width: 73%;
	margin: 20px auto 0;
	background: #fff;
	min-height: 30px;
	border-radius: 8px;
	padding: 10px 1px 5px 20px;
	box-shadow: 15px 15px 8px 2px #1b5c8f;
}
.exit3-row-4 p,
 .exit2-row-4 p,
 .exit1-row-5 p {
	color: #5c5b5b;
	font-size: 17px;
	text-align: center;
	margin: 15px 0 11px;
	font-weight: 600;
}
.exit3-row-4 a,
 .exit2-row-4 a,
 .exit1-row-5 a {
	text-align: center;
}
.exit3-row-1,
 .exit2-row-1 {
	margin-top: 17px;
}
.exit3-row-2 p,
 .exit2-row-2 p {
	color: #5c5b5b;
	font-size: 20px;
}
.exit3-row-2 p + img,
 .exit2-row-2 p + img {
	margin: 0;
}
.exit3-row-2 p em,
 .exit2-row-2 p em {
	font-style: normal;
	font-weight: 700;
}
.exit3-row-2 p span,
 .exit2-row-2 p span {
	color: #ef0908;
	font-weight: 700;
}
.exit3-row-2 img {
	margin: 10px 15px 0 -68px;
}
.exit3-row-2 p {
	padding-right: 10px;
}
.exit3-row-3 img {
	left: -5px;
	position: absolute;
	top: 325px;
}
/******************************************************************************/



/******************** Upsell Pages ***************/

.upsell-2 {
	width: 960px;
	margin: 20px auto 0;
	background: #fff;
	min-height: 30px;
	border-radius: 8px;
	padding: 10px 1px 5px 20px;
	box-shadow: 15px 15px 8px 2px #1b5c8f;
}
.upsell-3 .container > div,
 .upsell-2 .container > div {
	width: 952px;
	min-height: 50px;
	background: #fff;
	border-radius: 5px;
	margin: 12px auto 0;
	text-align: center;
}
.upsell-3 .container,
 .upsell-2 .container {
	text-align: center;
}
.upsell-2 .block-1 {
	padding-top: 35px;
}
.upsell-2 .block-2 {
	padding-top: 35px;
}
.upsell-2 .block-4 {
	position: relative;
	padding-top: 10px;
}
.upsell-2 .block-4 .pencil {
	position: absolute;
	bottom: 32px;
	right: -109px;
}
.upsell-2 .block-6 {
	padding-top: 10px;
}
.upsell-3 .block-7,
 .upsell-2 .block-7 {
	position: relative;
	padding-top: 20px;
}
.upsell-3 .block-7 .button,
 .upsell-2 .block-7 .button {
	position: absolute;
	top: 40px;
	left: 170px;
}
.upsell-3 .block-7 .button {
	top: 55px;
	left: 178px;
}
.upsell-footer {
	padding: 150px 0 15px;
}
.upsell-footer p {
	font-size: 20px;
	color: #5c5b5b;
	font-weight: bold;
	margin: 0 0 5px;
}
.upsell-footer a {
	color: #0000cc;
	font-size: 17px;
	text-decoration: underline;
}
.upsell-3 .start-now-button .left-arrow,
 .upsell-2 .start-now-button .left-arrow,
 .row-19 .start-now-button .left-arrow {
	-webkit-animation: arrow-left 1s infinite; /* Safari 4+ */
	-moz-animation: arrow-left 1s infinite; /* Fx 5+ */
	-o-animation: arrow-left 1s infinite; /* Opera 12+ */
	animation: arrow-left 1s infinite; /* IE 10+, Fx 29+ */
}
.upsell-3 .start-now-button .right-arrow,
 .upsell-2 .start-now-button .right-arrow,
 .row-19 .start-now-button .right-arrow {
	-webkit-animation: arrow-right 1s infinite; /* Safari 4+ */
	-moz-animation: arrow-right 1s infinite; /* Fx 5+ */
	-o-animation: arrow-right 1s infinite; /* Opera 12+ */
	animation: arrow-right 1s infinite; /* IE 10+, Fx 29+ */
}
.upsell-3 .start-now-button .arrows,
 .upsell-2 .start-now-button .arrows,
 .row-19 .start-now-button .arrows {
	position: absolute;
	top: 75px;
	background: none;
}
.upsell-3 .start-now-button .right-arrow,
 .upsell-2 .start-now-button .right-arrow,
 .row-19 .start-now-button .right-arrow {
	right: 125px;
	background: none;
}
.upsell-3 .start-now-button .left-arrow,
 .upsell-2 .start-now-button .left-arrow,
 .row-19 .start-now-button .left-arrow {
	left: 125px;
	background: none;
}
/**************** upsale page ********************/







.footer {
	text-align: justify;
	font-size: 12px;
	color: #fff;
	width: 800px;
	margin: 25px auto 0;
}
.footer p {
	margin: 0;
}
.white-box {
	width: 376px;
	margin: 20px auto 0;
	background: #fff;
	min-height: 30px;
	border-radius: 8px;
	padding: 10px 1px 10px 17px;
	box-shadow: 15px 15px 8px 2px #1b5c8f;
}
.bg-yellow {
	background-color: #ffe507;
	display: inline;/*	margin-top: 20px; I use this everywhere.  so this breaks it*/

}
.bg-red {
	color: #f10000;
	display: inline;
}


/******************** Congratulation page ***************/
.congrat-row-1 img{
	margin-top: 17px;
}

.congrat-row-2{
	position: relative;
	width: 1064px;
	margin: 20px auto 0;
	padding-top: 40px;
	padding-bottom: 30px;
	background: url(images/congratulation-page/image-2.png) no-repeat left top;
	background-size: 100% 100%;
}

.congrat-row-2 img {
	position: relative;
	float: right;
	right: 20px;
	top: -45px;
	margin: 0 0 -10px 30px;
}

.congrat-row-2 p{
	margin: 0 0 30px;
	padding: 0 40px 0 40px;
}

.congrat-row-3{
	position: relative;
	margin-top: 34px;
	margin-left: 86px;
}

.congrat-row-3 p{
	color: #f5f5f5;
	font-size: 16px;
	text-align: center;
	position: relative;
	top: -30px;
	font-weight: 600;
}

.congrat-row-3 p span{
	color: #fbfa2f;
}

.congrat-row-4{
	position: relative;
	margin-top: 50px;
}

.congrat-row-6{
	margin-top: 70px;
}

.congrat-row-7{
	position: relative;
	margin-top: 54px;
}
	
.congrat-row-7 .client-container{
	position: absolute;
	top: 0;
	left: 314px;
	height: 269px;
	width: 694px;
}

.congrat-row-7 .client-container ul{
	padding: 15px 0 0;
	margin: 53px 0 0;
	width: 135px;
	float: left;
	height: 164px;
}

.congrat-row-7 .client-container ul li{
	color: #161616;
	font-weight: 600;
	font-size: 12px;
	padding-left: 30px;
	margin-bottom: 3px;
	text-align: left;
}

.congrat-row-7 .client-container p{
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	color: #fff;
	position: relative;
	top: 4px;
}

.congrat-row-7 .client-container p span{
	display: inline-block;
	margin: 2px 2px 0px -20px;
}

.congrat-row-7 .client-container p span + span{
	margin: 0 0 0 120px;
}

.congrat-row-8{
	position: relative;
	margin-top: 65px;
}
.contents2 {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    margin: -318px auto 0;
    padding-bottom: 15px;
    position: relative;
    width: 901px;
}

.congrat-row-8 img{
	position: relative;
	left: 90px;
}
.congrat-row-8 p {
    color: #ef1514;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    left: 495px;
    margin: 0;
    position: absolute;
    top: 142px;
    z-index: 1;
}


.text-align-center{
	text-align: center;
}